.game{padding:clamp(.6rem,2vw,1.1rem) 0 2rem}.game-wrap{max-width:1160px}.game-topbar{display:flex;align-items:center;gap:1rem;margin-bottom:.9rem;flex-wrap:wrap}.mode-switch{display:inline-flex;background:var(--surface-2);border-radius:var(--radius-pill);padding:4px;gap:2px}.mode-switch a{padding:.45rem 1.1rem;border-radius:var(--radius-pill);font-weight:650;font-size:.9rem;color:var(--muted)}.mode-switch a.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.score-block{flex:1;min-width:180px}.rank-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.35rem}.rank-title{font-weight:800;font-family:var(--font-display);letter-spacing:-.01em;font-size:1.05rem}.score-val{color:var(--muted);font-size:.85rem;display:flex;align-items:baseline;gap:.25rem}.score-val b{color:var(--secondary);font-family:var(--font-display);font-size:1.6rem;line-height:1}.rank-meter{height:8px;background:var(--surface-2);border-radius:999px;overflow:hidden}.rank-meter span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:999px;transition:width .4s var(--ease)}.sound-toggle{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;color:var(--muted);box-shadow:inset 0 0 0 1.5px var(--border)}.sound-toggle.muted .wave{display:none}.sound-toggle.muted{color:var(--muted);opacity:.6}.game-layout{display:grid;grid-template-columns:250px minmax(0,1fr) 250px;gap:1.4rem;align-items:start;grid-template-areas:"left center right"}.found-panel{grid-area:left}.game-board{grid-area:center}.ach-panel{grid-area:right}@media (max-width:1040px){.game-layout{grid-template-columns:1fr 1fr;grid-template-areas:"center center" "left right"}}@media (max-width:680px){.game-layout{grid-template-columns:1fr;grid-template-areas:"left" "center" "right"}}.panel-col{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.1rem;box-shadow:var(--shadow-sm);position:sticky;top:82px}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.9rem}.panel-head h2{font-size:.95rem;font-weight:800}.panel-count{font-size:.82rem;color:var(--muted);font-weight:600}@media (max-width:680px){.panel-col{position:static}}.game-board{display:flex;flex-direction:column;align-items:center}.game-board .hero-bee{margin:0 auto -.4rem;filter:drop-shadow(0 6px 12px rgba(17,24,39,.18));animation:bee-float 3.6s ease-in-out infinite}.game-board .hero-bee svg{width:66px;height:auto}@media (prefers-reduced-motion:reduce){.game-board .hero-bee{animation:none}}.word-input{min-height:44px;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.8rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin:.2rem 0 .4rem;min-width:200px}.word-input .ci{color:var(--text)}.word-input .ci-center{color:var(--secondary)}.word-input .ci-bad{color:#cbd5e1}.word-input .cursor{display:inline-block;width:3px;height:1.6rem;background:var(--accent);margin-left:2px;animation:blink 1s steps(2) infinite;vertical-align:middle}.word-input.shake{animation:shake .4s}@keyframes blink{50%{opacity:0}}@keyframes shake{10%,90%{transform:translateX(-2px)}20%,80%{transform:translateX(4px)}30%,50%,70%{transform:translateX(-7px)}40%,60%{transform:translateX(7px)}}.game-hive{position:relative;width:300px;height:284px;margin:.2rem auto 1rem}.hive-loading{position:absolute;inset:0;display:grid;place-items:center;color:var(--muted)}.hcell{position:absolute;top:50%;left:50%;width:104px;height:90px;display:grid;place-items:center;background:#ffffff;clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);box-shadow:0 3px 9px -2px rgba(17,24,39,.15),inset 0 0 0 1.5px #ecedf3;cursor:pointer;transition:transform .12s var(--ease),box-shadow .15s,filter .15s;user-select:none}.hcell b{font-family:var(--font-display);font-weight:800;font-size:2.05rem;color:#1E293B;letter-spacing:.02em;pointer-events:none}.hcell:hover{filter:brightness(1.03);box-shadow:0 12px 22px -6px rgba(17,24,39,.26),inset 0 0 0 1.5px #e2e5ee;z-index:4}.hcell:active{transform-origin:center}.hcell-c{background:linear-gradient(135deg,var(--primary),var(--secondary));box-shadow:0 8px 20px -6px color-mix(in srgb,var(--secondary) 60%,transparent),inset 0 0 0 1.5px rgba(255,255,255,.4);z-index:1}.hcell-c b{color:#3a2900}.hcell.pulse{animation:hpulse .28s var(--ease)}@keyframes hpulse{0%{filter:brightness(1)}40%{filter:brightness(.9);transform:translate(var(--tx,-50%),var(--ty,-50%)) scale(.9)}100%{filter:brightness(1)}}.game-hive.celebrate .hcell{animation:cel .7s var(--ease)}.game-hive.celebrate .hcell:nth-child(2){animation-delay:.05s}.game-hive.celebrate .hcell:nth-child(3){animation-delay:.1s}.game-hive.celebrate .hcell:nth-child(4){animation-delay:.15s}.game-hive.celebrate .hcell:nth-child(5){animation-delay:.2s}.game-hive.celebrate .hcell:nth-child(6){animation-delay:.25s}.game-hive.celebrate .hcell:nth-child(7){animation-delay:.3s}@keyframes cel{0%,100%{filter:none}50%{filter:drop-shadow(0 0 16px #FFB600) brightness(1.12)}}.hcell:nth-child(1){--tx:-50%;--ty:-50%;transform:translate(-50%,-50%)}.hcell:nth-child(2){--tx:-50%;--ty:calc(-50% - 90px);transform:translate(var(--tx),var(--ty))}.hcell:nth-child(3){--tx:-50%;--ty:calc(-50% + 90px);transform:translate(var(--tx),var(--ty))}.hcell:nth-child(4){--tx:calc(-50% - 78px);--ty:calc(-50% - 45px);transform:translate(var(--tx),var(--ty))}.hcell:nth-child(5){--tx:calc(-50% - 78px);--ty:calc(-50% + 45px);transform:translate(var(--tx),var(--ty))}.hcell:nth-child(6){--tx:calc(-50% + 78px);--ty:calc(-50% - 45px);transform:translate(var(--tx),var(--ty))}.hcell:nth-child(7){--tx:calc(-50% + 78px);--ty:calc(-50% + 45px);transform:translate(var(--tx),var(--ty))}.game-controls{display:flex;gap:.6rem;align-items:center;justify-content:center;margin-bottom:.7rem;flex-wrap:wrap}.ctrl-btn{padding:.75rem 1.4rem;border-radius:var(--radius-pill);font-weight:650;background:var(--surface);box-shadow:inset 0 0 0 1.5px var(--border);transition:transform .15s,background .15s,color .15s}.ctrl-btn:hover{background:var(--surface-2)}.ctrl-btn:active{transform:scale(.96)}.ctrl-icon{width:48px;height:48px;padding:0;display:grid;place-items:center;color:var(--muted)}.ctrl-icon:hover{color:var(--text)}.ctrl-enter{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#1a1200;box-shadow:0 8px 20px -8px color-mix(in srgb,var(--secondary) 70%,transparent)}.ctrl-enter:hover{background:linear-gradient(135deg,var(--primary),var(--secondary));filter:brightness(1.03)}.game-actions{display:flex;justify-content:center;margin-bottom:.6rem}.game-hint{color:var(--muted);font-size:.82rem;text-align:center}.found-list{display:flex;flex-wrap:wrap;gap:.4rem;max-height:60vh;overflow-y:auto}.found-word{display:flex;align-items:center;gap:.35rem;background:var(--surface-2);border-radius:8px;padding:.3rem .6rem;font-size:.9rem;text-transform:capitalize;animation:pop .25s var(--ease)}.found-word b{color:var(--secondary);font-size:.78rem}.found-word.is-pangram{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#1a1200;font-weight:700}.found-word.is-pangram b{color:#1a1200}@keyframes pop{from{opacity:0;transform:scale(.8)}to{opacity:1;transform:none}}.found-empty{color:var(--muted);font-size:.88rem}.ach-header{display:flex;align-items:center;gap:.45rem;font-size:.95rem;font-weight:800;letter-spacing:-.01em;margin-bottom:1.15rem}.ach-header .ach-trophy{font-size:1.15rem;line-height:1}.ach-header b{margin-left:auto;font-size:.82rem;font-weight:700;color:var(--muted);background:var(--surface-2);border-radius:999px;padding:.15rem .5rem}.ach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.15rem .5rem}.ach-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;min-width:0}.ach-badge{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;font-size:1.55rem;line-height:1;background:var(--surface-2);box-shadow:inset 0 0 0 1.5px var(--border);transition:transform .15s ease,box-shadow .15s ease}.ach-item:hover .ach-badge{transform:translateY(-2px)}.ach-name{font-size:.72rem;font-weight:600;line-height:1.2;color:var(--text);max-width:100%}.ach-item.locked .ach-badge{filter:grayscale(1);opacity:.45}.ach-item.locked .ach-name{color:var(--muted);font-weight:500}.ach-item.completed .ach-badge{filter:none;opacity:1;background:linear-gradient(135deg,var(--primary),var(--secondary));box-shadow:0 7px 16px -6px color-mix(in srgb,var(--secondary) 65%,transparent),inset 0 0 0 1.5px color-mix(in srgb,var(--secondary) 40%,transparent)}.ach-item.completed .ach-name{color:var(--text);font-weight:700}.ach-item.just-earned .ach-badge{animation:achpop .55s var(--ease)}@keyframes achpop{0%{transform:scale(.6)}55%{transform:scale(1.2)}100%{transform:scale(1)}}@media (max-width:760px){.ach-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:420px){.ach-grid{grid-template-columns:repeat(3,1fr)}}.hint-popup{position:fixed;inset:0;background:rgba(17,24,39,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;z-index:200;padding:1rem;animation:fade .2s}.hint-popup[hidden]{display:none}.hint-card{position:relative;background:#ffffff;color:#1E293B;border-radius:20px;padding:clamp(1.3rem,3vw,2rem);max-width:560px;width:100%;max-height:88vh;overflow-y:auto;box-shadow:0 30px 70px -20px rgba(17,24,39,.5);animation:pop .25s var(--ease)}.hint-close{position:absolute;right:1.1rem;top:.9rem;font-size:1.9rem;line-height:1;color:#94a3b8}.hint-close:hover{color:#111827}.hint-hive{display:flex;justify-content:center;flex-wrap:wrap;gap:.55rem;margin:.2rem 0 .7rem}.hint-hex{font-family:var(--font-display);font-weight:900;font-size:clamp(1.7rem,5vw,2.2rem);color:#111827;text-transform:uppercase;line-height:1}.hint-hex.is-center{color:var(--primary)}.hint-summary{text-align:center;color:#64748b;font-size:1.05rem;margin-bottom:1.3rem}.hint-summary b{color:#111827;font-family:var(--font-display);font-size:1.3rem}.hint-summary span{color:#cbd5e1;margin:0 .55rem}.hint-loading{text-align:center;color:#64748b;padding:1.4rem}.hint-table-wrap{border:1px solid #e6e9ef;border-radius:14px;overflow:hidden;overflow-x:auto;box-shadow:0 4px 14px rgba(17,24,39,.06);margin-bottom:1.4rem}.hint-grid{width:100%;border-collapse:collapse;font-size:.9rem;background:#fff;min-width:340px}.hint-grid th,.hint-grid td{border:1px solid #eef1f5;padding:.5rem .3rem;text-align:center;color:#1E293B}.hint-grid thead th{background:#f8fafc;font-weight:800;color:#334155}.hint-grid tbody th{background:#f8fafc;font-weight:800}.hint-grid td{font-variant-numeric:tabular-nums}.hint-grid .tot-cell{font-weight:800;background:#fcfcfd}.hint-grid .tot-row td,.hint-grid .tot-row th{background:#f1f5f9;font-weight:800}.hint-subtitle{font-weight:800;font-size:1.05rem;margin:0 0 .7rem;color:#111827}.hint-two{column-count:3;column-gap:1.6rem}@media (max-width:520px){.hint-two{column-count:2}}.hint-two-row{display:flex;justify-content:space-between;align-items:center;padding:.42rem 0;border-bottom:1px solid #eef1f5;break-inside:avoid;font-size:.92rem;color:#334155}.hint-two-row b{color:#111827;font-weight:800}.game-toast{position:fixed;left:50%;bottom:2rem;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:var(--dark);color:#fff;padding:.7rem 1.3rem;border-radius:var(--radius-pill);font-weight:650;box-shadow:var(--shadow-lg);transition:opacity .2s,transform .2s;z-index:150}.game-toast.show{opacity:1;transform:translate(-50%,0)}.game-toast.good{background:linear-gradient(135deg,#16a34a,#22c55e)}.game-toast.bad{background:linear-gradient(135deg,#dc2626,#ef4444)}.game-toast.warn{background:linear-gradient(135deg,#d97706,#f59e0b);color:#1a1200}.game-overlay{position:fixed;inset:0;background:rgba(17,24,39,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;z-index:200;padding:1rem;animation:fade .2s}.game-overlay[hidden]{display:none}@keyframes fade{from{opacity:0}to{opacity:1}}.overlay-card{background:var(--surface);border-radius:var(--radius-lg);padding:2.4rem;text-align:center;max-width:400px;box-shadow:var(--shadow-lg);animation:pop .3s var(--ease)}.overlay-badge{font-size:3rem}.overlay-card h2{font-size:1.6rem;margin:.4rem 0}.overlay-card p{color:var(--muted);margin-bottom:1.6rem}.overlay-actions{display:flex;gap:.7rem;justify-content:center;flex-wrap:wrap}.lb-tabs{display:flex;gap:.4rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.6rem}.lb-tabs a{padding:.5rem 1.1rem;border-radius:var(--radius-pill);color:var(--muted);font-weight:600;background:var(--surface-2)}.lb-tabs a.active{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#1a1200}.lb-list{display:flex;flex-direction:column;gap:.5rem}.lb-row{display:flex;align-items:center;gap:1rem;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:.7rem 1rem}.lb-rank{width:28px;text-align:center;font-family:var(--font-display);font-weight:800;color:var(--muted)}.lb-row.rank-1 .lb-rank{color:#eab308}.lb-row.rank-2 .lb-rank{color:#94a3b8}.lb-row.rank-3 .lb-rank{color:#b45309}.lb-avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;font-weight:800;color:#1a1200;background:linear-gradient(135deg,var(--primary),var(--secondary));overflow:hidden}.lb-avatar img{width:100%;height:100%;object-fit:cover}.lb-name{flex:1;display:flex;flex-direction:column}.lb-name small{color:var(--muted);font-size:.8rem}.lb-score{text-align:right;font-family:var(--font-display);font-weight:800;font-size:1.1rem}.lb-score small{display:block;color:var(--muted);font-size:.72rem;font-weight:400}.lb-empty{text-align:center;color:var(--muted);padding:2rem}.lb-empty a{color:var(--accent)}@media (max-width:420px){.game-hive{transform:scale(.85);margin-top:-10px;margin-bottom:0}}