:root{--page:#f6f7f4;--surface:#ffffff;--ink:#181a18;--muted:#626862;--line:#dfe3dc;--sky:#add8e6;--sky-strong:#86c5da;--blue-ink:#174b5e;--person:#ff6846;--person-soft:#fff0eb;--object:#f2c84b;--object-soft:#fff9df;--green:#276b4f;--green-dark:#1d503b;--radius:8px;--shadow:0 10px 30px rgba(24,26,24,0.08)}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page);color:var(--ink);font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit;font:inherit}button:focus-visible,a:focus-visible{outline:3px solid rgba(39,107,79,0.3);outline-offset:3px}a{color:var(--green-dark)}svg{display:block;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.container{width:min(100% - 32px,1080px);margin-inline:auto}.site-header{border-bottom:1px solid var(--line);background:var(--surface)}.header-inner,.footer-inner{display:flex;align-items:center;justify-content:space-between;min-height:68px}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-size:17px;font-weight:700;text-decoration:none}.brand-mark{width:38px;height:38px;border-radius:8px}.quick-nav{display:flex;align-items:center;gap:4px}.quick-nav a{padding:7px 9px;border-radius:5px;color:var(--ink);font-size:14px;font-weight:600;text-decoration:none;white-space:nowrap}.quick-nav a:hover{background:#eef8fb;color:var(--blue-ink)}.game-section{padding:56px 0 64px;border-bottom:1px solid #92c9da;background:var(--sky)}.game-layout{max-width:800px}.game-intro{margin-bottom:26px;text-align:center}.kicker{margin:0 0 6px;color:var(--blue-ink);font-size:13px;font-weight:700;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:12px;font-size:58px;line-height:1.04;letter-spacing:0}.intro-text{max-width:590px;margin:0 auto;color:#315664;font-size:18px}.game-setup{padding:13px 14px 14px;border-radius:var(--radius);background:rgba(255,255,255,0.65);margin-bottom:14px}.setup-header,.score-header{color:var(--blue-ink);font-size:13px;font-weight:700;text-transform:uppercase}.setup-header{display:flex;align-items:center;justify-content:space-between}.setup-options{display:grid;width:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:10px}.setup-field{display:grid;gap:4px}.setup-field-label,.setup-controls,.select-control{display:flex;align-items:center}.setup-field-label{gap:6px;color:var(--blue-ink);font-size:12px;font-weight:700}.setup-field-label svg{width:16px;height:16px}.setup-controls{gap:8px}.select-control{position:relative;border:1px solid #9fbcc6;border-radius:6px;background:var(--surface)}.select-control select{width:100%;min-height:36px;padding:4px 32px 4px 12px;border:0;border-radius:6px;background:transparent;color:var(--blue-ink);font:inherit;font-size:14px;font-weight:700;cursor:pointer;appearance:none}.select-control > svg{position:absolute;right:9px;width:16px;height:16px;pointer-events:none}.score-reset,.sound-toggle{display:grid;width:38px;height:38px;padding:0;place-items:center;border:1px solid #9fbcc6;border-radius:6px;background:var(--surface);color:var(--blue-ink);cursor:pointer}.score-reset:hover,.sound-toggle:hover{background:#eef8fb}.score-reset svg,.sound-toggle svg{width:18px;height:18px}.scoreboard{display:flex;gap:8px;margin:8px 0 0;padding-bottom:2px;overflow-x:auto}.score-item{display:flex;min-width:0;min-height:50px;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;border:1px solid rgba(23,75,94,0.16);border-radius:6px;background:rgba(255,255,255,0.56);color:#355560;font-size:13px;font-weight:600;flex:1 0 88px}.score-item strong{font-size:20px;line-height:1}.score-item span{white-space:nowrap}.score-item.is-active{border-color:var(--blue-ink);background:var(--blue-ink);color:#ffffff}.score-item.is-winner{border-color:var(--green-dark);background:var(--green);color:#ffffff}.score-section{margin-top:14px;padding:13px 14px 12px;border-radius:var(--radius);background:rgba(255,255,255,0.65)}.score-header{display:flex;align-items:center;justify-content:space-between}.score-header .score-reset{width:34px;height:34px}.category-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:14px}.category-button{display:flex;min-height:86px;align-items:center;gap:14px;padding:16px 18px;border:2px solid transparent;border-radius:var(--radius);text-align:left;cursor:pointer;transition:border-color 160ms ease,transform 160ms ease,box-shadow 160ms ease}.category-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(24,26,24,0.08)}.category-button[aria-pressed="true"]{border-color:var(--ink)}.category-button:disabled{cursor:default}.category-person{background:var(--person-soft)}.category-object{background:var(--object-soft)}.category-button > svg{width:30px;height:30px;flex:0 0 auto}.category-person > svg{color:#c43e21}.category-object > svg{color:#816200}.category-button span{min-width:0}.category-button strong,.category-button small{display:block}.category-button strong{font-size:17px;line-height:1.25}.category-button small{margin-top:3px;color:var(--muted);font-size:13px}.game-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.card-topline{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:16px;padding:12px 18px;border-bottom:1px solid var(--line)}.card-tools{display:flex;align-items:center;gap:6px;flex:0 0 auto}.card-label{color:var(--muted);font-size:13px;font-weight:700;line-height:1.35;text-transform:uppercase;white-space:nowrap}.next-button{display:inline-flex;min-height:36px;align-items:center;gap:7px;padding:5px 9px;border:0;border-radius:5px;background:transparent;color:var(--green-dark);font-size:14px;font-weight:700;cursor:pointer}.next-button:hover:not(:disabled){background:#edf4ef}.next-button:disabled{color:#a9ada8;cursor:not-allowed}.next-button svg{width:17px;height:17px}.next-button.is-invisible{visibility:hidden;pointer-events:none}.sound-toggle{width:34px;height:34px}.sound-toggle .icon-sound-off{display:none}.sound-toggle.is-muted .icon-sound-on{display:none}.sound-toggle.is-muted .icon-sound-off{display:block}.result{display:grid;position:relative;min-height:200px;padding:32px;place-items:center;text-align:center}.result-content{display:grid;width:100%;min-height:136px;place-items:center}.result-word{max-width:100%;overflow-wrap:anywhere;font-size:62px;font-weight:700;line-height:1.08}.result-placeholder{max-width:540px;color:var(--muted);font-size:19px}.round-result{display:grid;justify-items:center;gap:4px}.round-result-icon{display:grid;width:52px;height:52px;margin-bottom:6px;place-items:center;border-radius:50%;background:#e8f6ee;color:var(--green);font-size:30px;font-weight:700;line-height:1}.round-result.is-missed .round-result-icon{background:#fff0eb;color:#b62e1a}.round-result.is-winner .round-result-icon{background:var(--object-soft);color:#806100}.round-result strong{font-size:36px;line-height:1.15}.round-result > span:last-child{color:var(--muted)}.round-actions{display:flex;min-height:66px;justify-content:center;gap:10px;padding:0 18px 18px}.round-actions.is-invisible{visibility:hidden;pointer-events:none}.timer-actions[hidden],.timer-button[hidden],.next-button[hidden]{display:none}.round-button{display:inline-flex;min-width:170px;min-height:48px;align-items:center;justify-content:center;gap:9px;padding:9px 18px;border:1px solid transparent;border-radius:6px;font-size:15px;font-weight:700;cursor:pointer}.round-button svg{width:19px;height:19px}.round-button:disabled{border-color:var(--line);background:#eef0ed;color:#919791;cursor:not-allowed}.round-button[hidden]{display:none}.round-primary{background:var(--blue-ink);color:#ffffff}.round-primary:hover{background:#103846}.round-primary .icon-guessed,.round-primary .icon-next{display:none}.round-primary.is-guessed{background:var(--green)}.round-primary.is-guessed:hover{background:var(--green-dark)}.round-primary.is-guessed .icon-start,.round-primary.is-next .icon-start{display:none}.round-primary.is-guessed .icon-guessed,.round-primary.is-next .icon-next{display:block}.round-primary.is-next{background:var(--ink)}.missed-button{border-color:#e5b5ab;background:#fff5f1;color:#942c19}.missed-button:hover{background:#ffe8e1}.retry-button{border-color:#a9c8d3;background:#eef8fb;color:var(--blue-ink)}.retry-button:hover{background:#dff2f8}.timer{display:flex;min-height:84px;align-items:center;justify-content:space-between;gap:20px;padding:16px 18px;border-top:1px solid var(--line);background:#fafbf9}.timer-display,.timer-actions,.timer-button{display:flex;align-items:center}.timer-display{gap:10px;font-variant-numeric:tabular-nums;font-size:28px;font-weight:700}.timer-display svg{width:24px;height:24px;color:var(--blue-ink)}.timer-actions{gap:8px}.timer-button{min-height:44px;justify-content:center;gap:8px;padding:8px 15px;border:1px solid var(--line);border-radius:6px;background:var(--surface);font-size:14px;font-weight:700;cursor:pointer}.timer-button:hover{border-color:#bbc2ba;background:#f3f5f1}.timer-button svg{width:17px;height:17px}.timer-button .icon-play{display:none}.timer-button.is-paused .icon-pause{display:none}.timer-button.is-paused .icon-play{display:block}.timer.is-finished .timer-display{color:#b62e1a}.game-status{min-height:43px;margin:0;padding:10px 18px;border-top:1px solid var(--line);color:var(--muted);font-size:14px;text-align:center}.ad-slot{min-height:24px;margin-top:28px}.adsbygoogle{display:block}.rules-section{padding:72px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface)}.rules-section,.examples-section,.about-section,.faq-section{scroll-margin-top:16px}.section-heading{margin-bottom:32px}.section-intro{max-width:560px;margin-bottom:0;color:var(--muted);font-size:17px}h2{margin-bottom:16px;font-size:38px;line-height:1.15}.about-section p{margin-bottom:0;color:var(--muted)}.rules-layout,.examples-layout{max-width:900px}.rules-steps{margin:0;padding:0;list-style:none}.rules-steps li{display:grid;grid-template-columns:48px 1fr;gap:18px;padding:19px 0;border-bottom:1px solid var(--line)}.rules-steps li:first-child{border-top:1px solid var(--line)}.rule-number{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:var(--blue-ink);color:#ffffff;font-size:17px;font-weight:700}.rules-steps h3{margin:0 0 5px;color:var(--ink);font-size:18px}.rules-steps p{margin:0;color:var(--muted)}.examples-section{padding:72px 0;border-bottom:1px solid var(--line);background:var(--page)}.example-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.example-group h3{margin:0 0 10px;padding-bottom:8px;border-bottom:2px solid var(--sky-strong);color:var(--blue-ink);font-size:16px}.examples-section ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.examples-section li{position:relative;padding-left:18px;color:#3d433e}.examples-section li::before{position:absolute;top:0;left:0;color:var(--person);content:"?";font-weight:700}.about-section{padding:72px 0}.about-grid{display:grid;grid-template-columns:1.2fr 0.8fr;gap:80px}.about-grid > div > p + p{margin-top:16px}.update-note{display:flex;align-items:flex-start;gap:12px;margin-top:24px;padding:16px;border:1px solid var(--sky-strong);border-radius:var(--radius);background:#e8f6fa}.update-note > svg{width:23px;height:23px;flex:0 0 auto;padding:4px;border-radius:50%;background:var(--sky-strong);color:#123f50}.update-note strong{display:block;margin-bottom:3px;color:var(--blue-ink)}.update-note p{margin:0;font-size:14px}.update-note a{font-weight:700;text-underline-offset:3px}.more-links h2{font-size:24px}.more-links > a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid var(--line);color:var(--ink);font-weight:600;text-decoration:none}.more-links > a:hover{color:var(--green)}.more-links svg{width:19px;height:19px}.faq-section{padding:72px 0;border-top:1px solid var(--line);background:var(--surface)}.faq-layout{max-width:880px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:20px;padding:14px 2px;font-weight:700;cursor:pointer;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary svg{width:20px;height:20px;flex:0 0 auto;color:var(--blue-ink);transition:transform 160ms ease}.faq-list details[open] summary svg{transform:rotate(180deg)}.faq-list details p{max-width:760px;margin:-2px 0 18px;color:var(--muted)}.faq-list details ul{max-width:760px;margin:-8px 0 18px;padding-left:20px;color:var(--muted)}.faq-list details li{color:var(--muted)}.faq-list details li + li{margin-top:5px}.board-game-banner{padding:30px 0;background:var(--sky-strong);color:#102f3a}.banner-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.banner-kicker{display:block;margin-bottom:2px;font-size:13px;font-weight:700;text-transform:uppercase}.board-game-banner h2{margin:0;font-size:32px}.banner-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:10px;padding:10px 17px;border-radius:6px;background:var(--ink);color:#ffffff;font-size:14px;font-weight:700;text-decoration:none}.banner-button:hover{background:#2d302d}.banner-button svg{width:19px;height:19px}.site-footer{border-top:1px solid var(--line);background:var(--surface)}.footer-inner{min-height:76px;color:var(--muted);font-size:14px}.footer-inner p{margin:0}.footer-inner a{color:var(--ink);text-underline-offset:3px}@media (max-width:720px){.header-inner{min-height:0;flex-wrap:wrap}.brand{min-height:62px}.quick-nav{width:100%;padding:10px 0;border-top:1px solid var(--line);overflow-x:auto;scrollbar-width:none}.quick-nav::-webkit-scrollbar{display:none}.quick-nav a:first-child{margin-left:-9px}.game-section{padding:38px 0 48px}h1{font-size:40px}h2{font-size:30px}.result-word{font-size:38px}.board-game-banner h2{font-size:26px}.category-picker,.about-grid{grid-template-columns:1fr}.category-button{min-height:76px}.result{height:190px;min-height:190px;padding:20px 18px}.result-content{height:150px;min-height:150px}.result-placeholder{font-size:16px;line-height:1.45}.round-result{max-width:100%;gap:3px}.round-result-icon{width:44px;height:44px;margin-bottom:2px;font-size:26px}.round-result strong{font-size:24px}.round-result > span:last-child{font-size:14px;line-height:1.35}.timer{align-items:stretch;flex-direction:column}.timer-display{justify-content:center}.timer-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.round-actions{display:grid;grid-template-columns:1fr}.round-button{width:100%;min-width:0}.banner-inner{align-items:flex-start;flex-direction:column;gap:18px}.rules-section,.examples-section,.about-section,.faq-section{padding:52px 0}.about-grid{gap:46px}}@media (max-width:520px){.game-setup{display:block}.setup-options{grid-template-columns:repeat(2,minmax(0,1fr))}.setup-field{min-width:0}.card-topline{gap:8px;padding:10px 14px}.card-label{min-width:0;flex:1 1 auto;white-space:normal}.next-button{min-height:34px;gap:5px;padding:4px 6px;font-size:13px;line-height:1.15;text-align:right}.next-button svg{width:15px;height:15px}.example-columns{gap:14px}.examples-section li{font-size:14px}}@media (max-width:380px){.container{width:min(100% - 22px,1080px)}.brand{font-size:15px}.category-button{padding-inline:14px}.game-setup{display:block}.score-item{align-items:flex-start;flex-direction:column;justify-content:center;gap:2px;padding-inline:8px}.footer-inner{align-items:flex-start;flex-direction:column;justify-content:center;gap:2px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:0.01ms !important}}