.paw-game-shell{width:min(var(--paw-game-card-width, 940px),100% - 32px);min-height:calc(100vh - 190px);margin:34px auto 60px}.paw-game-card{position:relative;overflow:visible;padding:clamp(22px,4vw,38px);border:1px solid var(--paw-game-border, rgba(255, 255, 255, 0.12));border-radius:24px;background:var(--paw-game-surface, rgba(20, 27, 38, 0.92));box-shadow:var(--paw-game-shadow, 0 28px 90px rgba(0, 0, 0, 0.3));backdrop-filter:blur(16px)}.paw-game-card::before{content:"";position:absolute;top:-1px;right:24px;left:24px;height:1px;background:linear-gradient(90deg, transparent, var(--paw-game-accent, #8fbfff), transparent);opacity:.72;pointer-events:none}.paw-game-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:28px}.paw-game-head>:first-child{min-width:0;flex:1 1 200px}.paw-game-head h1{margin:4px 0 9px;color:var(--paw-game-text, #fff);font-size:clamp(2rem,5vw,3rem);line-height:1.04;letter-spacing:-0.04em}.paw-game-head p{max-width:680px;margin:0;color:var(--paw-game-muted, rgba(238, 243, 248, 0.68));line-height:1.5}.paw-game-kicker{color:var(--paw-game-accent, #8fbfff);font-size:.76rem;font-weight:800;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.paw-game-head-actions{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:8px}.paw-game-head-action,.paw-game-menu-btn{min-height:38px;border-color:hsla(0,0%,100%,.16);border-radius:8px;background:hsla(0,0%,100%,.07);color:hsla(0,0%,100%,.92);transition:border-color 160ms ease,background-color 160ms ease,color 160ms ease}.paw-game-head-action{display:inline-flex;align-items:center;justify-content:center;padding:7px 13px;white-space:nowrap}.paw-game-head-action:hover,.paw-game-head-action:focus,.paw-game-menu-btn:hover,.paw-game-menu-btn:focus{border-color:var(--paw-game-accent-border, rgba(143, 191, 255, 0.68));background:var(--paw-game-accent-soft, rgba(79, 166, 255, 0.14));color:#fff}.paw-game-head-action:disabled,.paw-game-menu-btn:disabled{border-color:hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.045);color:var(--paw-game-muted, rgba(238, 243, 248, 0.48));opacity:1}.paw-game-menu-btn{display:inline-grid;width:38px;height:38px;flex:0 0 38px;padding:0;place-items:center;font-size:20px;font-weight:700;line-height:1}.paw-game-head-action:focus-visible,.paw-game-menu-btn:focus-visible,.paw-game-menu .dropdown-item:focus-visible{outline:0;box-shadow:0 0 0 3px var(--paw-game-focus, rgba(143, 191, 255, 0.2))}.paw-game-menu{min-width:190px;padding:6px;border-color:hsla(0,0%,100%,.12);border-radius:10px;background:var(--paw-game-menu-surface, rgba(24, 30, 41, 0.98));box-shadow:0 18px 48px rgba(0,0,0,.34)}.paw-game-menu .dropdown-item{display:grid;min-height:38px;grid-template-columns:22px minmax(0, 1fr);align-items:center;gap:10px;padding:7px 10px;border-radius:7px;color:rgba(245,248,252,.9)}.paw-game-menu .dropdown-item:hover,.paw-game-menu .dropdown-item:focus{background:var(--paw-game-accent-soft, rgba(79, 166, 255, 0.14));color:#fff}.paw-game-menu .dropdown-item:disabled{opacity:.48;pointer-events:none}.paw-game-menu>li[hidden]{display:none}.paw-game-menu .dropdown-divider{border-color:hsla(0,0%,100%,.1)}.paw-game-menu .dropdown-item>i{display:inline-grid;width:18px;height:18px;place-items:center;color:var(--paw-game-accent, #8fbfff);font-size:17px;line-height:1}.paw-game-loading,.paw-game-empty,.paw-game-alert,.paw-game-result{border:1px solid var(--paw-game-state-border, rgba(255, 255, 255, 0.12));border-radius:14px;background:var(--paw-game-state-surface, rgba(255, 255, 255, 0.05))}.paw-game-loading,.paw-game-empty{padding:16px;color:var(--paw-game-muted, rgba(238, 243, 248, 0.68))}.paw-game-empty{text-align:center}.paw-game-alert{margin-bottom:18px;padding:13px 15px;border-color:rgba(247,114,128,.34);background:rgba(148,50,61,.16);color:#ffd5da}.paw-game-alert.is-success{border-color:var(--paw-game-accent-border, rgba(143, 191, 255, 0.5));background:var(--paw-game-accent-soft, rgba(79, 166, 255, 0.14));color:var(--paw-game-success-text, #dff7ea)}.paw-game-result{padding:16px}.paw-game-info{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:18px;margin-top:24px;padding:24px 4px 0;border-top:1px solid hsla(0,0%,100%,.1);color:var(--paw-game-muted, rgba(238, 243, 248, 0.68))}.paw-game-info article{min-width:0}.paw-game-info h2{margin:0 0 8px;color:var(--paw-game-text, #fff);font-size:1.05rem;line-height:1.3}.paw-game-info p{margin:0;font-size:.92rem;line-height:1.65}.paw-game-info a{color:var(--paw-game-accent, #8fbfff);font-weight:700;text-underline-offset:3px}.paw-game-loading[hidden],.paw-game-empty[hidden],.paw-game-alert[hidden],.paw-game-result[hidden]{display:none}@media(max-width: 720px){.paw-game-shell{width:min(var(--paw-game-card-width, 940px),100% - 18px);margin-top:14px;margin-bottom:50px}.paw-game-card{padding:18px 14px 22px;border-radius:18px}.paw-game-card::before{right:18px;left:18px}.paw-game-head{flex-wrap:wrap;gap:14px;margin-bottom:24px}.paw-game-head h1{font-size:clamp(1.75rem,8vw,2.25rem)}.paw-game-head-actions{margin-left:auto}.paw-game-head-action{min-height:44px}.paw-game-menu-btn{width:44px;height:44px;flex-basis:44px}.paw-game-info{grid-template-columns:1fr;gap:16px;margin-top:20px;padding:20px 2px 0}}@media(max-width: 420px){.paw-game-shell{width:min(var(--paw-game-card-width, 940px),100% - 12px)}.paw-game-card{padding-right:12px;padding-left:12px}.paw-game-head-action{padding-right:10px;padding-left:10px}}@media(prefers-reduced-motion: reduce){.paw-game-head-action,.paw-game-menu-btn{transition:none}}.pawword-page{--pawword-bg: #10151f;--pawword-panel: rgba(24, 32, 45, 0.92);--pawword-line: rgba(255, 255, 255, 0.14);--pawword-correct: #4f9f72;--pawword-present: #c49b45;--pawword-absent: #414a58;--paw-game-card-width: 900px;--paw-game-surface: linear-gradient(145deg, rgba(97, 214, 214, 0.035), transparent 42%), var(--pawword-panel);--paw-game-border: var(--pawword-line);--paw-game-accent: #61d6d6;--paw-game-accent-soft: rgba(97, 214, 214, 0.14);--paw-game-accent-border: rgba(97, 214, 214, 0.68);--paw-game-focus: rgba(97, 214, 214, 0.2);--paw-game-muted: #aeb8c6;--paw-game-menu-surface: rgba(24, 32, 45, 0.98);--paw-game-state-border: rgba(97, 214, 214, 0.16);--paw-game-state-surface: rgba(97, 214, 214, 0.055);min-height:100vh;background:radial-gradient(circle at 20% 0%, rgba(61, 191, 190, 0.12), transparent 32rem),var(--pawword-bg)}.pawword-alert{display:flex;gap:12px;align-items:center;justify-content:space-between}.pawword-alert .btn{flex:0 0 auto;border-color:currentColor;color:inherit}.pawword-game{text-align:center}.pawword-board{display:flex;flex-direction:column;width:min(100%,var(--board-max-width));gap:7px;margin:18px auto}.pawword-row{display:grid;width:100%;grid-template-columns:repeat(var(--word-length), minmax(0, 1fr));gap:7px}.pawword-cell{display:grid;width:100%;aspect-ratio:1;place-items:center;border:2px solid #3a4452;border-radius:7px;color:#fff;font-size:clamp(.85rem,4vw,1.8rem);font-weight:800;text-transform:uppercase}.pawword-cell.has-letter{border-color:#758194}.pawword-cell.is-correct{border-color:var(--pawword-correct);background:var(--pawword-correct)}.pawword-cell.is-present{border-color:var(--pawword-present);background:var(--pawword-present)}.pawword-cell.is-absent{border-color:var(--pawword-absent);background:var(--pawword-absent)}.pawword-hint{display:inline-flex;gap:12px;align-items:center;padding:9px 14px;border:1px solid rgba(97,214,214,.3);border-radius:12px;color:#aeb8c6;background:rgba(97,214,214,.07)}.pawword-hint strong{color:#fff;letter-spacing:.14em;text-transform:uppercase}.pawword-keyboard{display:grid;gap:6px;max-width:680px;margin:0 auto}.pawword-keyboard-row{display:flex;gap:5px;justify-content:center}.pawword-keyboard-row button{min-width:0;height:clamp(42px,8vw,54px);flex:1 1 0;padding:0 3px;border:0;border-radius:6px;color:#fff;font-weight:800;text-transform:uppercase;background:#5a6574}.pawword-keyboard-row button.is-wide{flex:1.6 1 0;font-size:.74rem}.pawword-keyboard-row button.is-correct{background:var(--pawword-correct)}.pawword-keyboard-row button.is-present{background:var(--pawword-present)}.pawword-keyboard-row button.is-absent{background:#303744;color:#939dab}.pawword-result{margin-top:20px;color:#c3ccd8}.pawword-result strong{display:block;margin-top:4px;color:#fff;font-size:1.8rem;text-transform:uppercase}.pawword-note{margin:26px 0 0;color:#8490a0;font-size:.82rem}.pawword-create-form{display:grid;gap:18px;max-width:560px}.pawword-create-form .form-select,.pawword-create-form .form-control{min-height:48px}.pawword-create-form>.btn{min-height:46px;border-radius:9px;font-weight:700}.pawword-form-field{display:grid;gap:8px}.pawword-form-field .form-label{margin:0}.pawword-mode-picker,.pawword-difficulty-picker{padding:0;border:0;min-width:0}.pawword-mode-picker legend,.pawword-difficulty-picker legend{width:100%;margin-bottom:8px;color:#d8dee7;font-size:1rem;font-weight:700}.pawword-mode-grid,.pawword-difficulty-grid{display:grid;gap:10px}.pawword-mode-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.pawword-difficulty-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}.pawword-choice{--choice-accent: #61d6d6;--choice-ring: rgba(97, 214, 214, 0.2);--choice-tint: rgba(97, 214, 214, 0.09);min-width:0;margin:0;cursor:pointer}.pawword-choice-card{display:grid;min-width:0;grid-template-columns:16px minmax(0, 1fr);align-items:center;gap:10px;border:1px solid var(--pawword-line);border-radius:10px;color:#eef3f8;background:hsla(0,0%,100%,.035);transition:border-color 140ms ease,background-color 140ms ease,box-shadow 140ms ease}.pawword-choice-card::before{content:"";width:16px;height:16px;border:2px solid hsla(0,0%,100%,.34);border-radius:50%;background:rgba(0,0,0,0)}.pawword-choice-copy{display:grid;min-width:0;gap:2px}.pawword-choice-copy strong{color:#fff;font-size:.94rem;line-height:1.25}.pawword-choice-copy small{color:#96a2b1;font-size:.74rem;line-height:1.3}.pawword-mode-card{min-height:48px;padding:10px 12px}.pawword-difficulty-card{min-height:76px;padding:11px 12px;align-items:flex-start}.pawword-choice:hover .pawword-choice-card{border-color:hsla(0,0%,100%,.28);background:hsla(0,0%,100%,.06)}.pawword-choice input:checked+.pawword-choice-card{border-color:var(--choice-accent);background:linear-gradient(135deg, var(--choice-tint), rgba(255, 255, 255, 0.035));box-shadow:0 0 0 3px var(--choice-ring)}.pawword-choice input:checked+.pawword-choice-card::before{border-color:var(--choice-accent);background:radial-gradient(circle, #fff 0 2px, var(--choice-accent) 3px)}.pawword-choice input:focus-visible+.pawword-choice-card{outline:3px solid rgba(123,190,255,.55);outline-offset:2px}.pawword-difficulty-choice.tone-easy{--choice-accent: #42bd7e;--choice-ring: rgba(66, 189, 126, 0.18);--choice-tint: rgba(66, 189, 126, 0.12)}.pawword-difficulty-choice.tone-medium{--choice-accent: #4cace0;--choice-ring: rgba(76, 172, 224, 0.2);--choice-tint: rgba(76, 172, 224, 0.12)}.pawword-difficulty-choice.tone-hard{--choice-accent: #c9953e;--choice-ring: rgba(201, 149, 62, 0.2);--choice-tint: rgba(201, 149, 62, 0.13)}.pawword-difficulty-picker[hidden],.pawword-form-field[hidden]{display:none}.pawword-suggestions{display:grid;max-height:280px;margin-top:7px;overflow:auto;border:1px solid var(--pawword-line);border-radius:10px;background:#18202c}.pawword-suggestions button{display:flex;justify-content:space-between;padding:10px 12px;border:0;border-bottom:1px solid var(--pawword-line);color:#fff;text-align:left;background:rgba(0,0,0,0)}.pawword-suggestions small{color:#8995a5}.pawword-tabs{display:flex;gap:8px;margin-bottom:16px;overflow-x:auto}.pawword-tabs button{padding:9px 14px;border:1px solid var(--pawword-line);border-radius:999px;color:#b8c1cd;white-space:nowrap;background:rgba(0,0,0,0)}.pawword-tabs button.is-active{border-color:#61d6d6;color:#fff;background:rgba(97,214,214,.12)}.pawword-history-list{display:grid;gap:10px}.pawword-history-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid var(--pawword-line);border-radius:14px;background:hsla(0,0%,100%,.035)}.pawword-history-item small,.pawword-history-item strong,.pawword-history-item span{display:block}.pawword-history-item small{color:#8490a0}.pawword-history-item strong{margin:2px 0;color:#fff;font-size:1.12rem;text-transform:uppercase}.pawword-history-item span{color:#b4becb;font-size:.88rem}.pawword-history-item a{padding:8px 12px;border-radius:999px;color:#10151f;font-weight:700;text-decoration:none;background:#61d6d6}@media(max-width: 640px){.pawword-board{gap:4px}.pawword-row{gap:4px}.pawword-cell{border-radius:5px}.pawword-keyboard-row{gap:3px}.pawword-keyboard-row button{padding:0 1px;font-size:.78rem}.pawword-history-item{align-items:flex-start}}@media(max-width: 520px){.pawword-difficulty-grid{grid-template-columns:1fr}.pawword-difficulty-card{min-height:60px;align-items:center}}
