:root{--navy: #0e1a2b;--navy-2: #16283f;--red: #d5161f;--red-dark: #a70f17;--green: #157a3b;--green-bg: #e8f4ec;--red-bg: #fdecec;--bg: #f7f5f0;--card: #ffffff;--ink: #1c2430;--muted: #5c6672;--line: #e4ded2;--radius: 14px;--radius-sm: 10px;--font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);line-height:1.55;-webkit-font-smoothing:antialiased}.game-stage{display:none}html.js .game-stage,.static-content{display:block}html.js .static-content{display:none}html.js .static-content.recap-visible{display:block}noscript.nojs-note{display:block;max-width:640px;margin:0 auto 1.5rem;padding:.9rem 1.1rem;background:#fff7d6;border:1px solid #e8d27a;border-radius:var(--radius-sm);font-size:.95rem}.page{max-width:860px;margin:0 auto;padding:0 1.1rem 4rem}.topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 0 .6rem;border-bottom:3px solid var(--red)}.brand{font-weight:700;letter-spacing:.02em;color:var(--navy);font-size:1rem}.lang-toggle{display:flex;gap:4px}.lang-btn{font:inherit;font-size:.85rem;font-weight:600;min-height:48px;min-width:48px;padding:.35rem .7rem;border-radius:999px;border:1px solid var(--line);background:var(--card);color:var(--muted);cursor:pointer}.lang-btn.active{background:var(--navy);border-color:var(--navy);color:#fff}.hero{padding:2.4rem 0 1.6rem}.kicker{margin:0 0 .4rem;color:var(--red);font-weight:700;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem}.hero h1{margin:0 0 .8rem;font-size:clamp(2.1rem,7vw,3.3rem);line-height:1.08;letter-spacing:-.02em;color:var(--navy)}.hero-text{margin:0;max-width:560px;font-size:1.1rem;color:var(--muted)}.ticker{position:sticky;top:0;z-index:20;margin:0 -1.1rem 1.2rem;padding:.6rem 1.1rem;background:#f7f5f0eb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--line);font-size:.98rem;color:var(--muted)}.ticker-inner{display:inline-block}.ticker strong{color:var(--navy)}.ticker-sep{margin:0 .5rem;opacity:.5}.chips{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem;margin:0 0 1.8rem}.chip{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.7rem .3rem;background:var(--card);border:1px solid var(--line);border-radius:var(--radius-sm);text-align:center}.chip-emoji{font-size:1.5rem;line-height:1.2}.chip-label{font-size:.78rem;font-weight:600;color:var(--ink)}.count-stage h2{margin:0 0 .3rem;font-size:1.5rem;color:var(--navy)}.hint{margin:0 0 1.1rem;font-size:.9rem;color:var(--muted)}.number-row{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;max-width:560px}.num{font:inherit;font-size:1.2rem;font-weight:700;min-height:52px;border-radius:var(--radius-sm);border:1.5px solid var(--line);background:var(--card);color:var(--navy);cursor:pointer;transition:background .15s,border-color .15s,transform .15s}.num.selected{background:var(--red);border-color:var(--red);color:#fff}.num:active{transform:scale(.96)}.item-stage .item-progress{margin:0 0 .4rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--red)}.item-head{display:flex;align-items:center;gap:.7rem;margin-bottom:.5rem}.item-emoji{font-size:2rem;line-height:1}.item-head h2{margin:0;font-size:1.7rem;color:var(--navy)}.item-stage .question{margin:0 0 .3rem;font-size:1.05rem;color:var(--ink)}.options{display:flex;flex-direction:column;gap:.6rem;margin:.4rem 0 1.2rem}.opt{display:flex;align-items:center;gap:.7rem;width:100%;min-height:56px;padding:.8rem 1rem;font:inherit;font-size:1rem;font-weight:600;text-align:left;color:var(--ink);background:var(--card);border:1.5px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;transition:background .15s,border-color .15s,transform .15s}.opt:not(:disabled):hover{border-color:var(--navy-2)}.opt:active{transform:scale(.99)}.opt:disabled{cursor:default}.opt-mark{width:1.4rem;flex:0 0 1.4rem;font-size:1.1rem;font-weight:800;color:var(--muted)}.opt-text{flex:1}.opt-badge{font-size:.8rem;font-weight:700;color:var(--muted)}.opt.is-chosen{border-color:var(--navy-2)}.opt.is-true{background:var(--green-bg);border-color:var(--green)}.opt.is-true .opt-mark,.opt.is-true .opt-badge{color:var(--green)}.opt.is-wrong{background:var(--red-bg);border-color:var(--red)}.opt.is-wrong .opt-mark,.opt.is-wrong .opt-badge{color:var(--red)}.reveal{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem;margin-bottom:1rem;transform-origin:top center}.reveal-grid{display:grid;grid-template-columns:1fr;gap:1rem}.reveal .box-label{display:block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.35rem}.guess-box{background:var(--bg);border-radius:var(--radius-sm);padding:.9rem 1rem}.guess-box .box-text{margin:0 0 .5rem;font-weight:700;font-size:1.05rem}.mark{display:inline-block;font-size:.85rem;font-weight:700;padding:.15rem .6rem;border-radius:999px}.mark.ok{background:var(--green-bg);color:var(--green)}.mark.no{background:var(--red-bg);color:var(--red)}.truth-box h3{margin:0 0 .4rem;font-size:1.25rem;color:var(--navy)}.truth-claim{margin:0 0 .5rem;font-size:1.05rem;font-weight:600;color:var(--ink)}.truth-meta{margin:0 0 .4rem;font-size:.85rem;font-weight:600;color:var(--muted)}.truth-desc{margin:0 0 .6rem;font-size:.92rem;color:var(--muted)}.truth-src{margin:0;font-size:.82rem;color:var(--muted)}.truth-src a,.static-content a{color:var(--red-dark);text-decoration:underline;text-underline-offset:2px;word-break:break-all}.checked{opacity:.8}.next-btn{width:100%;min-height:56px;margin-top:1rem;font:inherit;font-size:1.05rem;font-weight:700;color:#fff;background:var(--red);border:none;border-radius:var(--radius-sm);cursor:pointer;transition:background .15s,transform .15s}.next-btn:hover{background:var(--red-dark)}.next-btn:active{transform:scale(.99)}.recap h2{margin:0 0 .5rem;font-size:1.6rem;color:var(--navy)}.score{margin:0 0 .2rem;font-size:1.25rem;font-weight:800;color:var(--navy)}.claims{margin:0 0 .8rem;font-size:1.05rem;color:var(--ink)}.verdict{margin:0 0 1.2rem;font-size:1.05rem;font-style:italic;color:var(--muted);max-width:480px}.recap-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:.6rem}.share-btn,.restart-btn{font:inherit;font-size:1rem;font-weight:700;min-height:52px;padding:.6rem 1.3rem;border-radius:var(--radius-sm);cursor:pointer}.share-btn{color:#fff;background:var(--red);border:none}.restart-btn{color:var(--navy);background:var(--card);border:1.5px solid var(--line)}.copied{margin:0 0 1rem;font-size:.9rem;font-weight:600;color:var(--green)}.round-title{margin:1.6rem 0 .8rem;font-size:1.1rem;color:var(--navy)}.round-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.round-row{display:flex;gap:.8rem;background:var(--card);border:1px solid var(--line);border-radius:var(--radius-sm);padding:.8rem 1rem}.round-emoji{font-size:1.5rem;line-height:1.3}.round-thing{margin:0;font-weight:700}.round-pick{margin:.15rem 0;font-size:.9rem}.round-pick.ok{color:var(--green)}.round-pick.no{color:var(--red)}.round-mark{font-weight:800}.round-truth{margin:.2rem 0 0;font-size:.9rem;color:var(--muted)}.round-truth strong{color:var(--ink)}.static-content{margin-top:2.5rem;border-top:3px solid var(--red);padding-top:1.8rem}.static-content .block{margin-bottom:2.4rem}.static-content h2{font-size:1.35rem;color:var(--navy);margin:0 0 .8rem}.static-content .note{color:var(--muted);font-size:.95rem;margin:-.4rem 0 1rem}.table-wrap{overflow-x:auto;background:var(--card);border:1px solid var(--line);border-radius:var(--radius)}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{text-align:left;padding:.7rem .8rem;vertical-align:top;border-bottom:1px solid var(--line)}thead th{background:var(--navy);color:#fff;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}tbody tr:last-child td{border-bottom:none}.mini-emoji{margin-right:.3rem}.static-content a{font-size:.82rem}.company-list{margin:0;padding:0;list-style:none;counter-reset:company;display:flex;flex-direction:column;gap:.7rem}.company-list li{counter-increment:company;background:var(--card);border:1px solid var(--line);border-radius:var(--radius-sm);padding:.9rem 1rem .9rem 3rem;position:relative}.company-list li:before{content:counter(company);position:absolute;left:.9rem;top:.95rem;width:1.6rem;height:1.6rem;border-radius:999px;background:var(--red);color:#fff;font-size:.85rem;font-weight:800;display:flex;align-items:center;justify-content:center}.company-list h3{margin:0 0 .3rem;font-size:1.05rem;color:var(--navy)}.company-list .claim{margin:0 0 .3rem;font-size:.95rem;font-weight:600}.company-list .claim.extra{color:var(--red-dark);font-weight:700}.company-list .meta{margin:0 0 .3rem;font-size:.82rem;color:var(--muted);font-weight:600}.company-list .desc{margin:0 0 .4rem;font-size:.9rem;color:var(--muted)}.company-list .src{margin:0;font-size:.8rem}.company-list .src a{margin-right:.6rem}.definition,.context{background:var(--card);border:1px solid var(--line);border-left:4px solid var(--red);border-radius:var(--radius-sm);padding:1rem 1.1rem;margin-bottom:1rem}.definition h2,.context h2{margin-top:0}.def-text{margin:0 0 .4rem}.cite{margin:0;font-size:.82rem;color:var(--muted)}.footer{margin-top:2.5rem;padding-top:1.2rem;border-top:1px solid var(--line);font-size:.82rem;color:var(--muted)}.footer p{margin:0 0 .5rem}:focus-visible{outline:2px solid var(--red);outline-offset:2px;border-radius:4px}@media(min-width:720px){.chips{grid-template-columns:repeat(8,1fr)}.number-row{grid-template-columns:repeat(9,1fr)}.reveal-grid{grid-template-columns:5fr 7fr}.opt-badge{min-width:4.5rem;text-align:right}}@media(max-width:560px){thead{display:none}tbody tr{display:block;border-bottom:1px solid var(--line);padding:.5rem 0}tbody tr:last-child{border-bottom:none}td{display:block;border:none;padding:.2rem .8rem}td:before{content:attr(data-label);display:block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}}@keyframes static-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}html.js .static-content.recap-visible .block{animation:static-rise .5s ease-out}.recap{animation:static-rise .4s ease-out}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
