.game-module__nQKheG__page{background:radial-gradient(circle at 20% 10%, #1f6f5c0d, transparent 40%), radial-gradient(circle at 85% 90%, #8c2f390d, transparent 40%), var(--paper);flex-direction:column;height:100dvh;display:flex}.game-module__nQKheG__header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:5;background:#f7f3e9d9;flex-direction:column;gap:10px;padding:14px 18px 10px;display:flex}.game-module__nQKheG__brandRow{flex-wrap:wrap;align-items:baseline;gap:14px;display:flex}.game-module__nQKheG__brand{font-family:var(--font-display);letter-spacing:.12em;color:var(--ink);margin:0;font-size:1.55rem}.game-module__nQKheG__brandAccent{color:var(--accent);font-size:.8em}.game-module__nQKheG__tagline{color:var(--ink-soft);margin:0;font-size:.9rem;font-style:italic}.game-module__nQKheG__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.game-module__nQKheG__tabs{gap:6px;display:flex}.game-module__nQKheG__tab,.game-module__nQKheG__tabActive{font:inherit;border:1px solid var(--line);color:var(--ink);cursor:pointer;background:0 0;border-radius:999px;padding:6px 14px;font-size:.9rem}.game-module__nQKheG__tabActive{background:var(--accent);border-color:var(--accent);color:#fff}.game-module__nQKheG__stats{color:var(--ink-soft);align-items:center;gap:12px;font-size:.85rem;display:flex}.game-module__nQKheG__wordCount{font-variant-numeric:tabular-nums;border:1px solid var(--line);background:#fff;border-radius:999px;padding:4px 12px}.game-module__nQKheG__countdown{font-variant-numeric:tabular-nums}.game-module__nQKheG__newGame{font:inherit;border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#fff;border-radius:999px;padding:4px 12px;font-size:.85rem}.game-module__nQKheG__newGame:hover{border-color:var(--accent);color:var(--accent)}.game-module__nQKheG__boardWrap{flex:1;min-height:0;position:relative}.game-module__nQKheG__board{touch-action:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}.game-module__nQKheG__draggable{cursor:grab}.game-module__nQKheG__draggable:active{cursor:grabbing}.game-module__nQKheG__removeBtn{opacity:.55;pointer-events:auto;cursor:pointer;transition:opacity .15s}.game-module__nQKheG__wordGroup:hover .game-module__nQKheG__removeBtn,.game-module__nQKheG__removeBtn:focus-visible{opacity:1}.game-module__nQKheG__removeBtnCircle{fill:#fff;stroke:var(--ink-soft);stroke-width:1.2px}.game-module__nQKheG__removeBtn:hover .game-module__nQKheG__removeBtnCircle{fill:var(--danger);stroke:var(--danger)}.game-module__nQKheG__removeBtnCross{stroke:var(--ink-soft);stroke-width:1.8px;stroke-linecap:round;pointer-events:none}.game-module__nQKheG__removeBtn:hover .game-module__nQKheG__removeBtnCross{stroke:#fff}.game-module__nQKheG__edge{stroke:var(--accent);stroke-width:2.5px;stroke-linecap:round}.game-module__nQKheG__edgeNew{stroke:var(--accent);stroke-width:2.5px;stroke-linecap:round;animation:.6s ease-out game-module__nQKheG__draw}@keyframes game-module__nQKheG__draw{0%{stroke-dasharray:0 1000;opacity:0}to{stroke-dasharray:1000 0;opacity:1}}.game-module__nQKheG__edgeWin{stroke:var(--accent);stroke-width:3.5px;stroke-linecap:round;animation:1.4s ease-in-out infinite game-module__nQKheG__pulse}@keyframes game-module__nQKheG__pulse{0%,to{opacity:1}50%{opacity:.45}}.game-module__nQKheG__node{fill:#fff;stroke:var(--ink);stroke-width:1.4px;transform-box:fill-box;transform-origin:50%;animation:.4s cubic-bezier(.34,1.56,.64,1) game-module__nQKheG__pop}.game-module__nQKheG__nodeAnchor{fill:var(--accent);stroke:var(--accent-deep);stroke-width:1.4px;transform-box:fill-box;transform-origin:50%;animation:.4s cubic-bezier(.34,1.56,.64,1) game-module__nQKheG__pop}.game-module__nQKheG__nodeFloating{fill:#fff;stroke:var(--ink-soft);stroke-width:1.2px;stroke-dasharray:5 4;opacity:.85;transform-box:fill-box;transform-origin:50%;animation:.4s cubic-bezier(.34,1.56,.64,1) game-module__nQKheG__pop}@keyframes game-module__nQKheG__pop{0%{opacity:0;transform:scale(.3)}to{opacity:1;transform:scale(1)}}.game-module__nQKheG__nodeText{font-family:var(--font-words);fill:var(--ink);pointer-events:none;-webkit-user-select:none;user-select:none;font-size:17px}.game-module__nQKheG__nodeAnchor+.game-module__nQKheG__nodeText{fill:#fff}.game-module__nQKheG__nodeFloating+.game-module__nQKheG__nodeText{fill:var(--ink-soft)}.game-module__nQKheG__nodeLabel{font-family:var(--font-ui);letter-spacing:.14em;text-transform:uppercase;fill:var(--ink-soft);pointer-events:none;-webkit-user-select:none;user-select:none;font-size:12px}.game-module__nQKheG__footer{border-top:1px solid var(--line);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:5;background:#f7f3e9e6;padding:8px 18px 14px;position:relative}.game-module__nQKheG__hint{color:var(--ink-soft);text-align:center;margin-bottom:8px;font-size:.8rem}.game-module__nQKheG__inputArea{gap:8px;max-width:560px;margin:0 auto;display:flex;position:relative}.game-module__nQKheG__input{font:inherit;border:1.5px solid var(--line);color:var(--ink);background:#fff;border-radius:999px;outline:none;flex:1;padding:12px 18px;font-size:1.05rem}.game-module__nQKheG__input:focus{border-color:var(--accent)}.game-module__nQKheG__input:disabled{opacity:.6}.game-module__nQKheG__submit{font:inherit;background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:12px 22px;font-size:.95rem}.game-module__nQKheG__submit:hover:not(:disabled){background:var(--accent-deep)}.game-module__nQKheG__submit:disabled{opacity:.6;cursor:default}.game-module__nQKheG__suggestions{border:1px solid var(--line);background:#fff;border-radius:14px;max-height:220px;margin:0;padding:6px;list-style:none;position:absolute;bottom:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #2b26201f}.game-module__nQKheG__suggestions button{text-align:left;width:100%;font:inherit;font-family:var(--font-words);color:var(--ink);cursor:pointer;background:0 0;border:none;border-radius:9px;padding:8px 12px;font-size:1rem;display:block}.game-module__nQKheG__suggestions button:hover{background:var(--paper);color:var(--accent)}.game-module__nQKheG__feedback,.game-module__nQKheG__feedbackWarn{border:1px solid var(--line);text-align:center;max-width:min(560px,100vw - 32px);color:var(--accent-deep);pointer-events:none;white-space:normal;background:#fff;border-radius:999px;padding:8px 18px;font-size:.88rem;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #2b262024}.game-module__nQKheG__feedbackWarn{color:var(--danger)}.game-module__nQKheG__overlay{z-index:20;background:#2b262073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.game-module__nQKheG__card{background:var(--paper);border:1px solid var(--line);text-align:center;border-radius:20px;width:100%;max-width:460px;padding:28px 30px;box-shadow:0 18px 50px #2b262040}.game-module__nQKheG__winTitle{font-family:var(--font-display);color:var(--accent-deep);margin:0 0 12px;font-size:1.7rem}.game-module__nQKheG__winStats{color:var(--ink);margin:4px 0;font-size:1rem}.game-module__nQKheG__winChain{font-family:var(--font-words);color:var(--ink-soft);margin:10px 0 0;font-size:.95rem;line-height:1.6}.game-module__nQKheG__winActions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px;display:flex}.game-module__nQKheG__primaryBtn,.game-module__nQKheG__ghostBtn{font:inherit;cursor:pointer;border-radius:999px;padding:10px 20px;font-size:.95rem}.game-module__nQKheG__primaryBtn{background:var(--accent);color:#fff;border:none}.game-module__nQKheG__primaryBtn:hover{background:var(--accent-deep)}.game-module__nQKheG__ghostBtn{border:1px solid var(--line);color:var(--ink);background:0 0}.game-module__nQKheG__ghostBtn:hover{border-color:var(--accent);color:var(--accent)}.game-module__nQKheG__winCountdown{color:var(--ink-soft);font-variant-numeric:tabular-nums;margin-top:14px;font-size:.85rem}.game-module__nQKheG__posTitle{font-family:var(--font-display);color:var(--accent-deep);margin:0 0 6px;font-size:1.4rem}.game-module__nQKheG__posHint{color:var(--ink-soft);margin:0 0 16px;font-size:.88rem}.game-module__nQKheG__posGroup{text-align:left;margin-bottom:14px}.game-module__nQKheG__posGroupLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:6px;font-size:.8rem}.game-module__nQKheG__posItems{flex-wrap:wrap;gap:6px 16px;display:flex}.game-module__nQKheG__posItem{color:var(--ink);cursor:pointer;align-items:center;gap:7px;font-size:.95rem;display:inline-flex}.game-module__nQKheG__posItem input{accent-color:var(--accent);cursor:pointer;width:16px;height:16px}@media (max-width:640px){.game-module__nQKheG__header{padding:10px 12px 8px}.game-module__nQKheG__brand{font-size:1.3rem}.game-module__nQKheG__tagline{display:none}.game-module__nQKheG__nodeText{font-size:15px}.game-module__nQKheG__hint{display:none}.game-module__nQKheG__footer{padding:8px 12px 12px}}
.landing-module__g1LwZa__wrap{max-width:760px;margin:0 auto;padding:56px 20px 0}.landing-module__g1LwZa__info{margin-bottom:40px}.landing-module__g1LwZa__h2{font-family:var(--font-display);color:var(--accent-deep);margin:0 0 18px;font-size:1.5rem}.landing-module__g1LwZa__steps{margin:0;padding-left:22px;line-height:1.7}.landing-module__g1LwZa__steps li{margin-bottom:10px}.landing-module__g1LwZa__lead{color:var(--ink);margin-top:22px;line-height:1.7}.landing-module__g1LwZa__faq{border-top:1px solid var(--line)}.landing-module__g1LwZa__faqItem{border-bottom:1px solid var(--line)}.landing-module__g1LwZa__faqItem summary{cursor:pointer;color:var(--ink);padding:14px 6px;font-weight:600}.landing-module__g1LwZa__faqItem summary:hover{color:var(--accent)}.landing-module__g1LwZa__faqItem p{color:var(--ink-soft);margin:0 6px 16px;line-height:1.65}.landing-module__g1LwZa__footer{border-top:1px solid var(--line);background:#f7f3e9d9;margin-top:30px}.landing-module__g1LwZa__footerInner{max-width:760px;color:var(--ink-soft);flex-wrap:wrap;justify-content:space-between;gap:12px;margin:0 auto;padding:20px;font-size:.85rem;display:flex}.landing-module__g1LwZa__footerLinks{gap:8px;display:flex}.landing-module__g1LwZa__footerLinks a{color:var(--accent-deep);text-underline-offset:3px;text-decoration:underline}.landing-module__g1LwZa__footerLinks a:hover{color:var(--accent)}
