@charset "UTF-8";
:root{--navy:#111b38;--ink:#1b2440;--paper:#faf6ed;--cream:#fff3d6;--coral:#ef4b43;--red:#ba2d2d;--violet:#c3afe8;--mint:#acd5c3;--gold:#f7ca76;--muted:#666977;--line:#dedbd3;font-family:"Aptos","Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button{cursor:pointer;color:inherit;border:0}button:disabled{cursor:not-allowed}a{color:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.035em}h1,h2{line-height:1.06}p{line-height:1.6}h1:focus,h2:focus,#main:focus{outline:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #2467bd;outline-offset:4px}button,a,summary{touch-action:manipulation}em{font-family:Georgia,serif;font-weight:400}fieldset{border:0;padding:0;margin:0 0 24px;min-width:0}legend{font-size:14px;font-weight:700;margin-bottom:10px}small{line-height:1.5}.icon{width:22px;height:22px;flex:0 0 auto;vertical-align:middle}#announcer{position:absolute;width:1px;height:1px;clip-path:inset(50%);overflow:hidden}.skip-link{position:fixed;top:-60px;left:10px;background:var(--cream);padding:14px;z-index:100}.skip-link:focus{top:10px}
.site-header{height:98px;display:flex;align-items:center;justify-content:space-between;max-width:1440px;padding:0 54px;margin:auto}.brand{display:flex;align-items:center;gap:12px;background:none;text-align:left;font-weight:800;letter-spacing:.08em;font-size:14px;padding:0}.brand img{width:64px;height:64px;object-fit:contain;mix-blend-mode:multiply}.brand-sub{display:block;font-size:9px;letter-spacing:.17em;margin-top:6px;font-weight:600;color:var(--muted)}nav{display:flex;align-items:center;gap:25px}.nav-btn{background:none;display:flex;align-items:center;gap:7px;font-size:13px;padding:10px 0}.nav-btn .icon{width:18px}.site-footer{display:flex;justify-content:space-between;align-items:center;gap:20px;max-width:1332px;margin:30px auto 0;padding:32px 0;border-top:1px solid var(--line);font-size:11px;letter-spacing:.03em;color:var(--muted)}.site-footer b{padding:0 8px}.site-footer .text-btn{font-size:12px}
.btn{display:inline-flex;justify-content:center;align-items:center;gap:14px;padding:17px 24px;border-radius:8px;border:1px solid transparent;font-size:14px;font-weight:700;text-decoration:none;min-height:54px;transition:transform .15s,background .15s}.btn:hover:not(:disabled){transform:translateY(-2px)}.btn-coral{background:var(--coral);color:#151c31}.btn-coral:hover:not(:disabled){background:#ff6961}.btn-navy{background:var(--navy);color:white}.btn-cream{background:var(--cream);color:var(--ink)}.btn-glass{background:#111b3870;border-color:#ffffff50;color:var(--cream);backdrop-filter:blur(8px)}.btn-glass span{font-weight:400;font-size:12px;color:#d5d5dd}.btn-outline{border-color:var(--ink);background:transparent}.btn:disabled{background:#e0ded8;color:#626674;transform:none}.btn-wide{width:100%}.text-btn{background:none;padding:10px 0;display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:600}.text-btn:hover{text-decoration:underline;text-underline-offset:4px}.text-btn .icon{width:18px}.eyebrow{display:flex;align-items:center;gap:8px;font-size:10px;font-weight:750;letter-spacing:.16em;line-height:1.6;text-transform:uppercase}.eyebrow .icon{width:16px;height:16px}
.hero{max-width:1332px;margin:auto;min-height:625px;position:relative;isolation:isolate;border-radius:18px;overflow:hidden;background:var(--navy);color:var(--cream)}.hero-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 53%;z-index:-3}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#0d1633f2 0%,#0d1633c9 30%,#0d163344 54%,transparent 76%);z-index:-2}.hero-copy{padding:56px 60px 46px;max-width:680px}.hero .eyebrow{color:var(--gold)}.hero h1{font-size:clamp(70px,7.6vw,112px);letter-spacing:-.05em;line-height:.88;margin:34px 0 28px}.hero-intro{font-size:18px;line-height:1.5;color:#e0dfdf}.hero-actions{display:flex;gap:12px;margin-top:27px;flex-wrap:wrap}.hero-meta{display:flex;gap:24px;font-size:11px;margin-top:42px;color:#e3dfd5}.hero-meta span{display:flex;gap:7px;align-items:center}.hero-meta .icon{width:16px;height:16px}.hero-stamp{position:absolute;right:32px;top:32px;transform:rotate(9deg);width:109px;height:109px;background:var(--gold);border-radius:50%;color:var(--navy);display:flex;justify-content:center;align-items:center;text-align:center;flex-direction:column;gap:5px;font-size:11px;font-weight:900;line-height:1.1;letter-spacing:.06em;border:1px dashed var(--navy);outline:5px solid var(--gold)}.hero-stamp .icon{width:17px;height:17px}
.how-strip{display:grid;grid-template-columns:repeat(3,1fr);max-width:1150px;margin:0 auto;padding:35px 20px 38px;border-bottom:1px solid var(--line)}.how-strip>div{display:flex;align-items:center;gap:18px;justify-content:center;border-right:1px solid var(--line)}.how-strip>div:last-child{border:0}.how-strip>div>span{font-family:Georgia,serif;font-style:italic;font-size:35px;color:var(--red)}.how-strip p{font-size:12px;color:var(--muted);margin:0}.how-strip strong{font-size:14px;color:var(--ink);font-weight:650}.cases-section{max-width:1212px;margin:66px auto 72px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:32px}.section-heading h2{font-size:44px;margin:14px 0 0}.section-heading>p{font-size:13px;color:var(--muted);margin:0 0 5px;line-height:1.7}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.case-card{background:#fffdf8;border:1px solid var(--line);border-radius:13px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s}.case-card:hover{transform:translateY(-5px)}.case-art{position:relative;aspect-ratio:1.55;overflow:hidden;background:var(--navy)}.case-art>img{width:100%;height:100%;object-fit:cover}.case-number{position:absolute;top:17px;left:17px;padding:6px 9px;background:#fff3d6e8;border-radius:4px;font-size:9px;font-weight:800;letter-spacing:.13em}.case-symbol{position:absolute;right:18px;bottom:0;width:49px;height:49px;background:var(--accent);display:grid;place-items:center;border-radius:12px 12px 0 0}.coral{--accent:var(--coral);--tint:#fceddf}.violet{--accent:var(--violet);--tint:#f0eaf7}.mint{--accent:var(--mint);--tint:#e8f1e9}.gold{--accent:var(--gold);--tint:#faf0d9}.case-copy{padding:27px 25px 22px;display:flex;flex-direction:column;flex:1}.case-copy>.eyebrow{font-size:9px;letter-spacing:.09em;color:var(--muted);margin-bottom:12px}.case-copy h3{font-size:25px;margin:0 0 13px}.case-copy>p:not(.eyebrow){font-size:13px;line-height:1.7;color:var(--muted);flex:1;margin-bottom:21px}.case-link{border-top:1px solid var(--line);background:none;display:flex;justify-content:space-between;align-items:center;padding:17px 0 0;font-size:13px;font-weight:700;width:100%}.case-link .icon{width:20px}.manifesto{max-width:1212px;margin:0 auto 60px;background:#eee9df;border-radius:13px;padding:42px 46px;display:flex;align-items:center;gap:32px}.big-spark .icon{width:83px;height:83px;color:var(--red);stroke-width:1.1}.manifesto h2{font-size:34px;margin:12px 0 15px}.manifesto p{font-size:13px;max-width:550px;color:var(--muted);margin:0}.manifesto .btn{margin-left:auto;white-space:nowrap}.resume-strip{max-width:1212px;margin:24px auto 0;padding:20px 24px;background:#ede6f5;display:flex;align-items:center;justify-content:space-between;gap:20px;border-radius:10px}.resume-strip>div{display:flex;align-items:center;gap:15px}.resume-strip strong{display:block;font-size:15px}.resume-strip small{display:block;color:var(--muted);margin-top:3px}.resume-strip .btn{min-height:46px;padding:12px 18px}
.setup-wrap{max-width:1212px;margin:24px auto 60px;display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:17px;overflow:hidden;background:#fffdf8}.setup-story{background:var(--navy);color:var(--cream);position:relative;display:flex;flex-direction:column}.setup-story>.text-btn{position:absolute;left:25px;top:18px;z-index:1;background:#111b38c9;border-radius:6px;padding:10px 14px;font-size:12px}.setup-story>img{height:370px;width:100%;object-fit:cover}.setup-story>div{padding:37px 40px}.setup-story .eyebrow{color:var(--accent);font-size:9px}.setup-story h1{font-size:48px;margin:18px 0}.setup-story p{font-size:15px;color:#d6d7df}.ticket-meta{font-size:12px;display:flex;gap:12px;align-items:center;margin-top:30px}.ticket-meta .icon{width:18px}.setup-form{padding:40px}.setup-form h2{font-size:31px;margin:13px 0 15px}.setup-form>p{font-size:13px;color:var(--muted)}.segmented{display:flex;gap:10px}.segmented label{flex:1}.segmented input,.variant-options input{position:absolute;opacity:0;width:1px}.segmented span{display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--line);border-radius:7px;padding:12px;font-size:14px}.segmented input:checked+span,.variant-options input:checked+span{border-color:var(--navy);background:var(--navy);color:var(--cream)}.segmented input:focus-visible+span,.variant-options input:focus-visible+span{outline:3px solid #2467bd;outline-offset:3px}.player-fields{display:grid;gap:16px;margin:25px 0 20px}.player-field{display:grid;grid-template-columns:32px 1fr 1fr;gap:10px;align-items:end}.player-dot{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--accent);color:var(--navy);font-size:12px;font-weight:750;flex:0 0 auto}.player-field>.player-dot{margin-bottom:7px}.player-field label{display:block;font-size:11px;font-weight:600;margin-bottom:7px}.player-field label small{font-size:10px;color:var(--muted);font-weight:400}.player-field input,.player-field select{width:100%;min-width:0;background:var(--paper);border:1px solid var(--line);border-radius:6px;padding:11px 9px;height:43px;font-size:12px;color:var(--ink)}.form-note{display:flex;gap:10px;font-size:11px!important;line-height:1.6;margin-bottom:24px}.form-note .icon{width:17px}.variant-options{display:flex;flex-wrap:wrap;gap:10px}.variant-options span{display:block;font-size:12px;padding:9px 13px;border:1px solid var(--line);border-radius:5px}.save-note{border-left:3px solid var(--violet);padding-left:10px;font-size:11px!important}.setup-foot{display:block;text-align:center;margin-top:15px;color:var(--muted);font-size:10px}
.game-shell{max-width:1212px;margin:14px auto 60px}.game-top{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:0 0 21px;margin-bottom:30px}.game-top>div:first-child{display:flex;align-items:center;gap:13px}.case-mini{width:40px;height:40px;background:var(--accent);border-radius:8px;display:grid;place-items:center}.game-top strong{font-size:14px;display:block}.game-top>div>div>span{font-size:10px;color:var(--muted);display:block;margin-top:3px}.progress{display:flex;gap:14px}.progress>span{display:grid;place-items:center;width:29px;height:29px;border:1px solid var(--line);border-radius:50%;font-size:11px;color:var(--muted)}.progress .active{background:var(--navy);color:var(--cream);border-color:var(--navy)}.progress .done{background:var(--mint);border-color:var(--mint)}.progress .icon{width:15px;height:15px}.chaos{display:flex;align-items:center;gap:9px}.chaos>span{font-size:10px;text-transform:uppercase;letter-spacing:.1em}.chaos>div{display:flex;gap:5px}.chaos .chaos-dot{display:grid;place-items:center;width:17px;height:22px;background:#e6e1d7;border-radius:4px;color:var(--navy);font-weight:800;font-size:13px;transform:rotate(-7deg)}.chaos .filled{background:var(--coral)}.storage-note{padding:12px;background:var(--cream);border:1px solid var(--gold);font-size:12px;border-radius:6px}
.briefing{display:grid;grid-template-columns:1fr 1fr;background:#fffdf8;border:1px solid var(--line);border-radius:15px;overflow:hidden}.briefing-image{position:relative;min-height:490px;background:var(--navy)}.briefing-image>img{width:100%;height:100%;object-fit:cover;position:absolute}.image-caption{position:absolute;bottom:20px;left:20px;background:var(--cream);padding:10px 13px;display:flex;gap:8px;align-items:center;border-radius:5px;font-size:9px;font-weight:700;letter-spacing:.09em}.image-caption .icon{width:15px;height:15px}.briefing-copy{padding:48px 42px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.briefing-copy .eyebrow{color:var(--muted);font-size:9px}.briefing-copy h1{font-size:46px;margin:22px 0}.story-text{font-size:15px;color:#555d6c}.lead-investigator{display:flex;align-items:flex-start;gap:12px;background:var(--tint);padding:15px;border-radius:7px;margin:8px 0 26px}.lead-investigator p{font-size:12px;line-height:1.6;margin:0}.small-note{font-size:11px;color:var(--muted);display:flex;gap:8px;align-items:center;margin:15px 0 0}.small-note .icon{width:15px;height:15px}
.handoff{background:var(--navy);color:var(--cream);border-radius:16px;padding:47px 20px 45px;text-align:center;min-height:585px;position:relative;overflow:hidden}.handoff:before,.handoff:after{content:"✦";position:absolute;color:#f7ca7640;font-size:130px;left:8%;top:40%;pointer-events:none}.handoff:after{left:auto;right:8%;top:12%;font-size:60px}.sealed-envelope{position:relative;width:130px;height:85px;margin:0 auto 25px;border:1px solid #c3afe877;background:#c3afe811;border-radius:8px;display:grid;place-content:center;justify-items:center;gap:8px;transform:rotate(-5deg)}.sealed-envelope:before{content:"";position:absolute;inset:0;background:linear-gradient(32deg,transparent 49.5%,#c3afe855 50%,transparent 50.5%),linear-gradient(-32deg,transparent 49.5%,#c3afe855 50%,transparent 50.5%)}.sealed-envelope .icon{background:var(--navy);z-index:1;width:30px;height:30px;padding:4px;box-sizing:content-box}.sealed-envelope>span{font-size:7px;letter-spacing:.16em;background:var(--navy);z-index:1}.handoff>.eyebrow{justify-content:center;color:#c5bbd7;font-size:9px}.handoff h1{font-size:52px;margin:18px 0 20px;overflow-wrap:anywhere}.ink-coral{color:#ff8a7a}.ink-violet{color:var(--violet)}.ink-mint{color:var(--mint)}.handoff>p{font-size:13px;color:#d2d1df}.handoff>.btn{margin:13px 0 22px;max-width:100%;position:relative;z-index:1}.privacy-caption{display:flex;justify-content:center;align-items:center;gap:6px;font-size:10px;color:#b9b7cc}.privacy-caption .icon{width:13px;height:13px}
.private-panel{max-width:860px;margin:auto}.private-heading{display:flex;gap:15px;align-items:center}.private-heading h1{font-size:33px;margin:9px 0 0}.private-heading .eyebrow{font-size:9px}.private-heading>.player-dot{width:42px;height:42px;font-size:17px}.private-tag{display:flex;align-items:center;gap:7px;margin-left:auto;font-size:11px;font-weight:600;color:var(--red)}.private-tag .icon{width:16px}.private-intro{font-size:13px;color:var(--muted);margin:20px 0 23px;max-width:700px}.clue-stack{display:grid;gap:18px}.clue-card{background:#fffdf8;border:1px solid var(--line);border-radius:12px;overflow:hidden;padding:27px 30px}.clue-label{display:flex;gap:10px;align-items:center;font-size:10px;letter-spacing:.12em;font-weight:750;color:var(--muted)}.clue-label .icon{color:var(--red)}.clue-lead{font-size:14px;font-style:italic;color:var(--muted);margin:20px 0 7px}.clue-en{font-size:25px;line-height:1.45;letter-spacing:-.02em;font-weight:600;margin:0 0 17px}.translation{font-size:13px;color:var(--muted)}summary{cursor:pointer;font-size:12px;font-weight:600;padding:7px 0;width:fit-content}details p{margin:8px 0}.clue-support{border-top:1px dashed var(--line);margin-top:20px;padding-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:12px 22px}.clue-support p{margin:0;line-height:1.5;font-size:13px}.clue-support p>span{display:block;font-size:8px;letter-spacing:.1em;color:var(--muted);font-weight:650;margin-bottom:7px}.clue-support strong{font-weight:500}.clue-support .vocab{grid-column:1/-1;background:var(--tint);padding:10px 12px;border-radius:5px;display:flex;gap:8px;font-size:11px}.vocab .icon{width:16px;height:16px}.clue-support.compact{display:block}.private-bottom{display:flex;flex-direction:column;align-items:center;margin:24px 0 0;gap:8px}.private-bottom>p{font-size:11px;display:flex;align-items:center;gap:8px;color:var(--muted)}.private-bottom .icon{width:18px}
.board-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.board-heading h1{font-size:35px;margin:12px 0}.board-heading>div>p{font-size:13px;max-width:740px;color:var(--muted);margin:0}.board-tools{display:flex;gap:9px;padding-top:19px;flex-shrink:0}.tool-btn{display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--line);background:#fffdf8;padding:12px;border-radius:7px;min-height:43px;font-size:11px;white-space:nowrap}.tool-btn b{font-size:10px;padding:2px 5px;border-radius:3px;background:var(--cream)}.tool-btn .icon{width:16px;height:16px}.tool-btn[aria-pressed="true"]{background:var(--navy);color:var(--cream)}.tool-btn:disabled{color:#777;background:#eeeae4}.conversation-nudge{display:flex;align-items:center;gap:9px;padding:13px 17px;border-radius:7px;background:var(--tint);font-size:12px;margin:24px 0 22px}.conversation-nudge>.icon{width:18px;height:18px}.conversation-nudge>span[lang]{font-weight:650}.conversation-nudge>span:last-child{margin-left:auto;font-size:11px;color:var(--muted)}
.options-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.option-card{border:1.5px solid var(--line);border-radius:10px;position:relative;background:#fffdf8;text-align:left;padding:19px;transition:border-color .12s,transform .12s;min-width:0}.option-card:hover:not(:disabled){transform:translateY(-2px);border-color:#7f8799}.option-head{display:flex;align-items:center;gap:11px;border-bottom:1px solid #e8e3d9;padding-bottom:12px;margin-bottom:14px}.option-head>strong{font-size:17px}.option-avatar{width:35px;height:35px;display:flex;justify-content:center;align-items:center;border-radius:10px;background:var(--tint);font-size:18px;font-weight:800;font-family:Georgia,serif}.avatar-0{background:#f5d4bd}.avatar-1{background:#d6c9e4}.avatar-2{background:#c9ddc6}.avatar-3{background:#f0d893}.avatar-4{background:#bcd4dc}.avatar-5{background:#ebcbd0}.option-tick{margin-left:auto;border:1px solid #cbc8c0;border-radius:50%;width:21px;height:21px;display:grid;place-items:center;flex:0 0 auto}.option-tick .icon{width:13px;height:13px;visibility:hidden}.option-facts{display:grid;gap:10px}.fact{display:flex;gap:9px;align-items:center;font-size:12px;line-height:1.4}.fact>.icon{width:16px;height:16px;color:#5d6677}.fact>span{display:flex;flex-direction:column}.fact small{font-size:7px;letter-spacing:.1em;font-weight:700;color:var(--muted);margin-bottom:3px}.fact-pt{font-size:10px;color:var(--muted);margin-top:3px}.selected{border-color:var(--navy);box-shadow:0 0 0 1px var(--navy);background:#f8f4e9}.selected .option-tick{background:var(--navy);border-color:var(--navy);color:white}.selected .option-tick .icon,.eliminated .option-tick .icon{visibility:visible}.eliminated{background:#ece9e2;border-style:dashed}.eliminated .option-head,.eliminated .option-facts{opacity:.4}.eliminated-label{position:absolute;left:50%;top:60%;transform:translate(-50%,-50%) rotate(-8deg);background:#ece9e2;border:2px solid #787b83;color:#585e6d;font-size:13px;font-weight:750;text-transform:uppercase;letter-spacing:.12em;padding:7px 15px;white-space:nowrap}.timeline-grid .option-facts{gap:14px}.timeline-grid .fact>.icon{align-self:flex-start;margin-top:9px}.timeline-grid .fact{position:relative}.timeline-grid .fact+.fact:before{content:"";position:absolute;left:7px;top:-11px;height:10px;border-left:1px dashed #a5a6ac}
.festival-map{background:#e6eae3;border:1px solid #ccd4ca;border-radius:13px;padding:22px}.map-compass{display:flex;align-items:center;gap:10px;font-size:10px;letter-spacing:.14em;font-weight:700;margin-bottom:24px}.map-compass>span{margin-left:auto;border:1px solid #b1bbae;border-radius:50%;padding:8px;letter-spacing:0}.map-zone h2{display:flex;align-items:center;gap:7px;font-size:10px;letter-spacing:.14em;font-weight:700;margin:0 0 13px;color:#4c6154}.map-zone h2 .icon{width:15px;height:15px}.map-zone+.map-zone{border-top:2px dashed #a4b9aa;margin-top:22px;padding-top:22px}.map-zone .options-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.map-legend{display:flex;align-items:center;gap:8px;font-size:11px;color:#506354;margin-top:22px}.map-legend .icon{width:15px}
.team-check{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:25px 0 21px;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.team-check h2{font-size:14px;margin:0 0 5px;letter-spacing:0;display:flex;align-items:center;gap:8px}.team-check h2 .icon{width:18px;height:18px}.team-check p{font-size:11px;color:var(--muted);margin:0;max-width:390px}.contribution-list{display:flex;gap:12px;justify-content:flex-end}.contribution-list>div{text-align:center;min-width:100px;max-width:200px}.contribution{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 10px;border:1px solid var(--line);background:#fffdf8;border-radius:7px;font-size:12px;max-width:100%;overflow-wrap:anywhere;min-height:46px}.contribution .player-dot{width:24px;height:24px;font-size:10px}.contribution .icon{width:15px;height:15px}.contribution.checked{border-color:#54896d;background:#ecf5ed}.review-btn{background:none;font-size:10px;color:var(--muted);padding:10px 3px;display:inline-flex;align-items:center;gap:5px;min-height:34px}.review-btn .icon{width:13px;height:13px}.decision-bar{background:var(--navy);border-radius:10px;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:21px 24px;color:var(--cream)}.decision-bar>div>span{display:block;font-size:8px;letter-spacing:.15em;color:#cbc6da;margin-bottom:7px}.decision-bar strong{display:block;font-size:19px;letter-spacing:-.015em}.decision-bar small{display:block;font-size:10px;margin-top:5px;color:#c2c2cf}.decision-bar .btn{flex-shrink:0}.decision-bar .btn:disabled{background:#424b62;color:#c2c7d1}.decision-help{text-align:center;font-size:10px;color:var(--muted);margin:10px 0 0}.help-row{display:flex;justify-content:center;align-items:center;gap:23px;padding:19px 0}.help-row .text-btn{font-size:12px}.help-row>span{font-size:10px;color:var(--muted)}
.feedback-panel{max-width:740px;margin:auto;text-align:center;padding:27px 25px 35px}.oops-graphic{display:flex;flex-direction:column;align-items:center;margin-bottom:29px}.oops-graphic>.icon{width:68px;height:68px;stroke-width:1.1;color:var(--red)}.oops-graphic>span{margin-top:-10px;background:var(--gold);padding:6px 17px;font-size:13px;font-weight:900;letter-spacing:.18em;transform:rotate(-8deg)}.feedback-panel .eyebrow{justify-content:center;color:var(--red)}.feedback-panel h1{font-size:43px;margin:19px 0 25px}.feedback-panel>p{font-size:15px;color:var(--muted)}.feedback-tip{display:flex;flex-direction:column;gap:5px;background:var(--tint);padding:23px;border-radius:10px;margin:23px auto 19px}.feedback-tip>span{font-family:Georgia,serif;font-size:24px;font-style:italic}.feedback-tip>small{color:var(--muted);font-size:12px}.feedback-panel .small-note{display:block;font-size:12px}.feedback-panel>.btn{margin-top:20px}
.reveal-panel{max-width:970px;margin:auto;padding:13px 0 20px}.reveal-banner{display:flex;justify-content:center;align-items:center;gap:13px;color:#316e53}.reveal-banner>.icon{width:23px;height:23px;animation:sparkle 1s ease-out}.reveal-panel>h1{text-align:center;font-size:48px;margin:22px 0 21px}.reveal-story{font-size:16px;text-align:center;max-width:690px;margin:0 auto 30px;color:var(--muted)}.solution-card{background:#fffdf8;border:1px solid var(--line);border-radius:12px;overflow:hidden}.solution-title{display:flex;gap:9px;align-items:center;background:#e5efdf;padding:17px 23px}.solution-title>.icon{color:#316e53;width:19px}.solution-title h2{margin:0;font-size:14px;letter-spacing:0}.evidence-row{padding:21px 23px;display:flex;gap:15px;align-items:center}.evidence-row+.evidence-row{border-top:1px solid var(--line)}.evidence-icon{background:var(--tint);width:38px;height:38px;display:grid;place-items:center;border-radius:9px;flex:0 0 auto}.evidence-icon>.icon{width:19px}.evidence-owner{font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);font-weight:700}.evidence-row>div{flex:1}.evidence-row p{font-size:13px;margin:6px 0 0;max-width:570px}.evidence-row summary{font-size:10px;color:var(--muted);padding:5px 0 0}.evidence-match{display:flex;gap:7px;align-items:center;background:#e5efdf;color:#28563f;border-radius:6px;font-size:11px;padding:10px 12px;max-width:220px;min-width:125px}.evidence-match .icon{width:15px;height:15px}.next-row{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:25px}.next-row p{font-size:17px;font-family:Georgia,serif;font-style:italic;margin:0}.next-row p>span{font-size:10px;font-family:"Segoe UI",sans-serif;display:block;color:var(--muted);font-style:normal;margin-top:5px}
.ending{display:grid;grid-template-columns:1fr 1.1fr;gap:45px;align-items:center;margin:35px 0 50px}.ending-art{position:relative;border-radius:13px;overflow:hidden;align-self:stretch;min-height:440px}.ending-art>img{width:100%;height:100%;object-fit:cover;position:absolute}.ending-sticker{position:absolute;bottom:24px;left:24px;background:var(--cream);width:112px;height:112px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;font-size:14px;font-weight:900;line-height:1;letter-spacing:.06em;text-align:center;transform:rotate(-10deg)}.ending-sticker .icon{width:24px}.ending-copy{padding:10px 0}.ending-copy .eyebrow{font-size:9px}.stars{display:flex;gap:8px;margin-top:24px}.stars .icon{width:28px;height:28px;color:#8c8b89}.stars .earned{color:#855517;fill:var(--gold)}.ending-copy h1{font-size:47px;margin:20px 0 21px}.ending-copy>p{font-size:14px;color:var(--muted)}.result-stats{display:flex;flex-wrap:wrap;gap:22px;margin:23px 0 26px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:17px 0}.result-stats>span{font-size:10px;color:var(--muted)}.result-stats strong{display:block;font-size:18px;color:var(--ink);font-weight:650;margin-bottom:4px;max-width:240px;overflow-wrap:anywhere}.result-stats>span:last-child strong{font-size:12px;line-height:1.6}.end-actions{display:flex;gap:10px;flex-wrap:wrap}.end-actions .btn{font-size:12px;padding:14px 17px}.end-actions .text-btn{font-size:11px}.takeaway{background:var(--navy);color:var(--cream);padding:36px;border-radius:13px}.takeaway>.eyebrow{font-size:9px;color:var(--gold)}.takeaway h2{font-size:30px;margin:14px 0 26px}.phrase-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.phrase-cards article{border-top:1px solid #ffffff30;padding-top:18px}.phrase-cards article>span{font-size:9px;color:var(--gold);letter-spacing:.1em}.phrase-cards p{font-size:20px;font-family:Georgia,serif;font-style:italic;line-height:1.4;margin:13px 0 10px}.phrase-cards small{font-size:11px;color:#c7c7d4}.final-recap{margin-top:35px}.final-recap>h2{font-size:26px;margin-bottom:22px}.final-recap>p{font-size:14px;color:var(--muted)}.final-recap>.evidence-list{background:#fffdf8;border:1px solid var(--line);border-radius:10px}.recap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.recap-grid>article{background:#fffdf8;border:1px solid var(--line);border-radius:10px;padding:22px}.recap-grid article>span{font-size:9px;letter-spacing:.1em;color:var(--muted)}.recap-grid h3{font-size:16px;margin:12px 0 19px}.recap-grid strong{display:block;font-size:19px;margin-bottom:14px}.recap-grid p{display:flex;gap:8px;font-size:12px;margin:7px 0;align-items:center}.recap-grid .icon{width:16px;height:16px}
dialog{border:1px solid var(--line);border-radius:14px;background:var(--paper);color:var(--ink);width:min(640px,calc(100% - 30px));max-height:85dvh;padding:0;box-shadow:0 25px 80px #0005}dialog::backdrop{background:#071028ad;backdrop-filter:blur(5px)}.modal-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px 27px;border-bottom:1px solid var(--line);position:sticky;top:0;background:var(--paper);z-index:1}.modal-heading h2{font-size:24px;margin:0}.icon-btn{display:grid;place-items:center;padding:8px;border-radius:50%;background:#e8e2d7;flex-shrink:0}.modal-body{padding:25px 27px 30px}.modal-body p,.rules-list{font-size:13px;line-height:1.75}.rules-list{padding-left:23px;margin:0 0 24px}.rules-list>li{padding-left:8px;margin-bottom:18px}.rules-list strong{display:block;font-size:15px}.rules-list li::marker{color:var(--red);font-weight:750}.rule-perks{background:#eae5db;padding:16px 20px;border-radius:9px;margin-bottom:20px}.rule-perks p{display:flex;gap:9px;margin:8px 0;font-size:12px}.rule-perks .icon{width:18px}.phrase-section{margin-top:25px}.phrase-section h3{font-size:15px;color:var(--red);border-bottom:1px solid var(--line);padding-bottom:12px}.phrase-section p{display:flex;flex-direction:column;gap:4px;margin:14px 0}.phrase-section strong{font-size:17px;font-weight:600}.phrase-section span{font-size:12px;color:var(--muted)}
@keyframes sparkle{0%{transform:scale(.4) rotate(-40deg)}70%{transform:scale(1.25) rotate(10deg)}100%{transform:scale(1) rotate(0)}}@keyframes enter{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.briefing,.private-panel,.board-heading,.feedback-panel,.reveal-panel,.ending{animation:enter .25s ease-out}


@media(max-width:1380px){.hero{margin-left:28px;margin-right:28px}.cases-section,.manifesto,.resume-strip,.game-shell,.setup-wrap,.site-footer{margin-left:54px;margin-right:54px}.hero-copy{padding-left:48px}.board-tools{flex-direction:column;padding-top:0}.board-heading>div:first-child{max-width:800px}}
@media(max-width:1050px){.site-header{padding:0 30px;height:85px}.cases-section,.manifesto,.resume-strip,.game-shell,.setup-wrap,.site-footer{margin-left:30px;margin-right:30px}.hero{min-height:570px}.hero-copy{padding:47px 33px}.hero h1{font-size:90px}.hero-meta{gap:15px}.hero-stamp{width:84px;height:84px;font-size:9px;right:24px;top:27px}.hero-stamp .icon{height:13px}.case-grid{gap:17px}.case-copy{padding:22px 19px 19px}.case-copy h3{font-size:21px}.case-copy>.eyebrow{font-size:8px}.case-copy>p:not(.eyebrow){font-size:12px}.manifesto{padding:30px;gap:24px}.big-spark{display:none}.manifesto h2{font-size:31px}.manifesto .btn{font-size:12px}.setup-story>img{height:310px}.setup-story>div{padding:30px}.setup-story h1{font-size:39px}.setup-form{padding:30px}.player-field{grid-template-columns:26px 1fr 1fr;gap:7px}.player-field>.player-dot{width:25px;height:25px}.player-field select{font-size:11px;padding:9px 4px}.briefing-copy{padding:33px 28px}.briefing-copy h1{font-size:38px}.briefing-image{min-height:500px}.team-check{align-items:flex-start}.contribution-list{gap:8px}.contribution-list>div{min-width:85px}.contribution{font-size:11px;padding:7px}.option-card{padding:16px}.ending{gap:30px}.ending-copy h1{font-size:40px}.phrase-cards p{font-size:18px}}
@media(max-width:800px){.site-header{height:78px;padding:0 24px}.brand img{width:53px;height:53px}.brand{gap:8px;font-size:12px}.brand-sub{font-size:8px}nav{gap:17px}.nav-btn{font-size:12px}.sound-label{display:none}.hero{margin:0 18px;min-height:590px}.hero-art{object-position:62% center}.hero-shade{background:linear-gradient(90deg,#0d1633f2,#0d1633b8 42%,#0d163330),linear-gradient(0deg,#0d163370,transparent 60%)}.hero-copy{padding:45px 30px}.hero h1{font-size:87px}.hero-intro{font-size:16px}.hero-actions{max-width:350px}.hero-meta{margin-top:32px;flex-wrap:wrap}.hero-stamp{top:auto;bottom:27px;right:26px}.how-strip{padding:25px 15px;margin:0 20px}.how-strip>div{gap:10px;align-items:flex-start}.how-strip strong{font-size:12px}.how-strip p{font-size:10px}.how-strip>div>span{font-size:28px}.cases-section,.manifesto,.resume-strip,.game-shell,.setup-wrap{margin-left:24px;margin-right:24px}.cases-section{margin-top:45px;margin-bottom:40px}.section-heading{align-items:flex-start}.section-heading h2{font-size:35px}.section-heading>p{font-size:11px;max-width:260px;margin-top:26px}.case-grid{gap:13px}.case-copy{padding:18px 14px}.case-copy h3{font-size:19px;line-height:1.1}.case-copy>.eyebrow{min-height:24px;line-height:1.5;font-size:7px}.case-copy>p:not(.eyebrow){font-size:11px}.case-art{aspect-ratio:1.2}.case-number{top:11px;left:10px;font-size:7px;padding:5px}.case-symbol{width:36px;height:36px;right:10px}.case-symbol .icon{width:20px}.manifesto{flex-direction:column;align-items:flex-start}.manifesto .btn{margin:0}.site-footer{margin-left:24px;margin-right:24px;align-items:flex-start}.site-footer>span{max-width:300px;font-size:10px;line-height:1.6}.setup-wrap{grid-template-columns:1fr}.setup-story{display:grid;grid-template-columns:1fr 1.2fr}.setup-story>img{height:100%;object-fit:cover}.setup-story>div{padding:80px 26px 25px}.setup-story h1{font-size:33px}.setup-story p{font-size:12px}.setup-story>.text-btn{left:16px;top:15px}.ticket-meta{font-size:10px;gap:8px}.setup-form{padding:32px}.player-field{grid-template-columns:32px 1fr 1fr;gap:14px}.player-field select{font-size:13px;padding:10px}.game-top{margin-bottom:24px}.game-top strong{font-size:13px}.chaos>span{font-size:9px}.briefing{grid-template-columns:1fr}.briefing-image{height:280px;min-height:0}.briefing-image>img{object-position:center 38%}.briefing-copy{padding:33px}.briefing-copy h1{font-size:40px;margin:17px 0}.story-text{font-size:14px}.briefing-copy .btn{width:100%}.small-note{align-self:center;font-size:10px}.board-heading h1{font-size:30px}.board-heading>div>p{font-size:12px}.board-tools{flex-direction:row;flex-wrap:wrap}.board-heading{flex-direction:column}.conversation-nudge>span:last-child{display:none}.options-grid{grid-template-columns:repeat(2,1fr)}.option-head>strong{font-size:16px}.option-card{padding:17px}.fact{font-size:12px}.team-check{flex-direction:column;align-items:stretch;gap:17px}.team-check p{max-width:none}.contribution-list{justify-content:flex-start;gap:16px}.contribution-list>div{flex:1;max-width:none}.contribution{width:100%;font-size:12px}.decision-bar{padding:20px}.decision-bar strong{font-size:17px}.decision-bar .btn{font-size:12px;padding:15px}.help-row{gap:10px;flex-direction:column}.evidence-row{padding:18px;gap:12px;flex-wrap:wrap}.evidence-match{margin-left:50px;min-width:0;max-width:none;font-size:10px}.evidence-row>div{min-width:70%}.ending{grid-template-columns:1fr;gap:28px}.ending-art{min-height:320px}.ending-art img{object-position:center 38%}.ending-copy h1{font-size:44px}.ending-copy>p{font-size:15px}.result-stats{gap:30px}.phrase-cards{gap:19px}.takeaway{padding:28px}.takeaway h2{font-size:27px}.recap-grid{gap:12px}.recap-grid>article{padding:17px}.recap-grid h3{font-size:14px}.recap-grid strong{font-size:17px}.recap-grid p{font-size:10px}}
@media(max-width:560px){.site-header{padding:0 16px;height:73px}.brand{font-size:11px}.brand img{width:49px;height:49px}.brand-sub{font-size:7px;letter-spacing:.09em}.nav-btn>span{display:none}nav{gap:13px}.nav-btn{padding:10px}.nav-btn .icon{width:20px}.hero{margin:0 12px;min-height:665px;border-radius:12px}.hero-art{object-position:65% 50%}.hero-shade{background:linear-gradient(180deg,#0d1633d0 0%,#0d1633cd 40%,#0d163355 70%,#0d1633a0),linear-gradient(90deg,#0d163380,transparent)}.hero-copy{padding:31px 24px}.hero .eyebrow{font-size:8px;letter-spacing:.12em}.hero h1{font-size:78px;margin:30px 0 23px}.hero-intro{font-size:15px}.hero-actions{margin-top:23px;gap:10px}.hero-actions>.btn{min-height:50px;padding:14px 19px;font-size:13px}.hero-actions>.btn-glass{background:#111b38ae}.hero-meta{gap:15px;margin-top:26px;max-width:300px;font-size:10px}.hero-meta span{gap:6px}.hero-meta span:last-child{flex-basis:100%}.hero-stamp{bottom:28px;right:24px;width:84px;height:84px;font-size:9px}.how-strip{display:flex;flex-direction:column;gap:20px;padding:28px 12px;margin:0 24px}.how-strip>div{justify-content:flex-start;border:none;gap:17px;align-items:center}.how-strip>div>span{font-size:28px;width:30px}.how-strip strong{font-size:13px}.how-strip p{font-size:11px}.how-strip br{display:none}.how-strip strong:after{content:" "}.cases-section,.manifesto,.resume-strip,.game-shell,.setup-wrap{margin-left:18px;margin-right:18px}.cases-section{margin-top:37px}.section-heading{display:block;margin-bottom:23px}.section-heading h2{font-size:37px}.section-heading>p{margin:20px 0 0;max-width:none;font-size:12px}.case-grid{grid-template-columns:1fr;gap:24px}.case-art{aspect-ratio:1.55}.case-number{top:16px;left:16px;font-size:9px;padding:6px 9px}.case-symbol{width:48px;height:48px;right:20px}.case-copy{padding:23px}.case-copy>.eyebrow{min-height:0;font-size:9px;margin-bottom:13px}.case-copy h3{font-size:27px}.case-copy>p:not(.eyebrow){font-size:13px;line-height:1.6;margin-bottom:18px}.manifesto{padding:28px 24px;gap:24px;margin-bottom:30px}.manifesto h2{font-size:30px}.manifesto p{font-size:12px}.manifesto .btn{width:100%}.resume-strip{padding:20px;display:block}.resume-strip strong{font-size:13px}.resume-strip small{font-size:11px}.resume-strip .btn{width:100%;margin-top:16px}.site-footer{margin:20px 18px 0;padding:24px 0;display:block}.site-footer>span{display:block;max-width:none;font-size:9px}.site-footer .text-btn{margin-top:10px;font-size:11px}.setup-wrap{margin-top:10px}.setup-story{display:block}.setup-story>img{height:215px;object-position:center 40%;width:100%}.setup-story>div{padding:26px}.setup-story h1{font-size:35px;margin:15px 0}.setup-story p{font-size:13px;margin-bottom:17px}.setup-story .eyebrow{font-size:8px}.ticket-meta{margin-top:0}.setup-form{padding:27px 23px}.setup-form h2{font-size:29px}.setup-form>p{font-size:12px}.player-field{grid-template-columns:26px 1fr;gap:7px 12px}.player-field>div:last-child{grid-column:2}.player-field>.player-dot{align-self:start;margin-top:29px}.player-field input,.player-field select{font-size:16px;height:44px;padding:10px}.player-fields{gap:22px}.player-field label{font-size:11px}.form-note{font-size:10px!important;margin-top:20px}.variant-options span{font-size:11px;padding:9px 10px}.game-shell{margin-top:8px}.game-top{gap:8px;flex-wrap:wrap;padding-bottom:15px;margin-bottom:22px}.game-top>div:first-child{gap:8px;flex:1}.case-mini{width:33px;height:33px}.case-mini .icon{width:18px}.game-top strong{font-size:12px}.game-top>div>div>span{font-size:9px}.progress{gap:8px}.progress>span{width:24px;height:24px;font-size:10px}.chaos{width:100%;justify-content:flex-end;margin-top:2px;gap:7px}.chaos>span{font-size:8px}.chaos .chaos-dot{width:13px;height:16px;font-size:11px}.chaos>div{gap:4px}.briefing-image{height:240px}.briefing-copy{padding:28px 24px}.briefing-copy h1{font-size:34px}.briefing-copy .eyebrow{font-size:8px}.story-text{font-size:13px}.lead-investigator{padding:13px;gap:9px}.lead-investigator p{font-size:11px}.lead-investigator .icon{width:18px}.briefing-copy .btn{font-size:12px;padding:15px 16px}.small-note{font-size:9px}.handoff{min-height:550px;padding:37px 21px}.handoff h1{font-size:44px}.handoff>p{font-size:12px}.handoff>.btn{font-size:12px;padding:15px 18px}.handoff:before{font-size:80px;left:-15%;top:20%}.handoff:after{right:-5%;font-size:50px;top:45%}.private-heading{gap:10px;flex-wrap:wrap}.private-heading h1{font-size:28px}.private-heading>.player-dot{width:33px;height:33px;font-size:13px}.private-heading .eyebrow{font-size:8px}.private-tag{display:none}.private-intro{font-size:12px;margin:19px 0}.clue-card{padding:24px 21px}.clue-label{font-size:8px;gap:8px}.clue-label>.icon{width:18px}.clue-lead{font-size:12px;margin-top:18px}.clue-en{font-size:22px;line-height:1.5}.clue-support{grid-template-columns:1fr;gap:15px}.clue-support p{font-size:12px}.clue-support .vocab{font-size:10px;line-height:1.6;align-items:center}.private-bottom>p{font-size:10px;line-height:1.6;align-items:flex-start}.private-bottom>.btn{width:100%;font-size:12px;padding:15px 12px}.board-heading h1{font-size:29px;line-height:1.13;margin:12px 0}.board-heading .eyebrow{font-size:8px}.board-heading>div>p{font-size:12px}.board-tools{width:100%;gap:9px}.tool-btn{flex:1;font-size:10px;padding:10px 9px}.conversation-nudge{margin:19px 0 18px;padding:12px;font-size:11px;line-height:1.5;align-items:flex-start}.conversation-nudge>.icon{width:16px;height:16px}.options-grid{gap:10px}.option-card{padding:13px 10px;border-radius:8px}.option-head{gap:7px;padding-bottom:11px;margin-bottom:12px;flex-wrap:wrap}.option-avatar{width:28px;height:28px;font-size:15px;border-radius:8px}.option-avatar>.icon{width:17px;height:17px}.option-head>strong{font-size:13px;flex:1;line-height:1.3}.option-tick{width:17px;height:17px}.option-tick>.icon{width:11px;height:11px}.fact{font-size:12px;gap:6px;align-items:flex-start;line-height:1.5}.fact>.icon{width:13px;height:13px;margin-top:2px}.fact-pt{font-size:10px}.option-facts{gap:9px}.eliminated-label{font-size:8px;padding:6px 9px;letter-spacing:.1em}.timeline-grid{grid-template-columns:1fr}.timeline-grid .option-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.timeline-grid .fact{display:flex;flex-direction:column;gap:4px;font-size:12px}.timeline-grid .fact>.icon{margin:0}.timeline-grid .fact+.fact:before{left:-12px;top:8px;width:10px;height:0;border-top:1px dashed #a5a6ac;border-left:0}.timeline-grid .option-head>strong{font-size:15px}.festival-map{padding:14px}.map-compass{font-size:8px;gap:6px;margin-bottom:18px}.map-compass>.icon{width:19px}.map-compass>span{padding:6px}.map-zone .options-grid{grid-template-columns:1fr 1fr;gap:9px}.map-zone .option-card{padding:12px 9px}.map-zone .option-head>strong{flex-basis:60%;font-size:12px}.map-zone .option-tick{display:none}.map-zone .option-avatar{width:24px;height:24px}.map-zone h2{font-size:8px;letter-spacing:.1em}.map-zone h2 .icon{width:12px}.map-zone .fact{font-size:11px}.map-legend{font-size:9px;line-height:1.5;align-items:flex-start}.team-check{margin:20px 0 17px;padding:16px 0;gap:16px}.team-check h2{font-size:13px}.team-check p{font-size:11px}.contribution-list{gap:7px}.contribution-list>div{min-width:0}.contribution{flex-direction:column;font-size:11px;padding:10px 6px;gap:7px;line-height:1.3;min-height:73px}.review-btn{font-size:10px;padding:10px 0;min-height:44px}.decision-bar{flex-direction:column;align-items:stretch;padding:21px;gap:18px}.decision-bar strong{font-size:18px}.decision-bar .btn{font-size:13px;padding:15px;min-height:48px}.decision-bar small{font-size:10px;line-height:1.6}.decision-help{font-size:9px;line-height:1.6}.help-row{gap:2px;padding:13px 0}.help-row .text-btn{font-size:12px}.help-row>span{font-size:9px;text-align:center;line-height:1.6}.feedback-panel{padding:18px 5px 25px}.feedback-panel h1{font-size:34px;line-height:1.13}.feedback-panel .eyebrow{font-size:8px}.feedback-panel>p{font-size:13px}.feedback-tip{padding:21px 17px}.feedback-tip>span{font-size:22px}.feedback-panel .small-note{font-size:11px}.feedback-panel>.btn{width:100%;font-size:13px}.reveal-panel{padding-top:10px}.reveal-banner{gap:9px}.reveal-banner .eyebrow{font-size:8px}.reveal-banner>.icon{width:17px}.reveal-panel>h1{font-size:37px;line-height:1.1}.reveal-story{font-size:13px;line-height:1.7}.solution-title{padding:16px}.solution-title h2{font-size:12px}.evidence-row{padding:18px 15px;gap:11px}.evidence-icon{width:29px;height:29px;align-self:flex-start}.evidence-icon .icon{width:17px}.evidence-row p{font-size:12px}.evidence-owner{font-size:8px}.evidence-match{margin-left:40px;font-size:10px;padding:8px 10px}.next-row{flex-direction:column;text-align:center;margin-top:23px}.next-row>.btn{width:100%;font-size:13px}.ending{margin-top:24px}.ending-art{min-height:260px}.ending-sticker{width:85px;height:85px;font-size:11px;bottom:20px;left:20px}.ending-sticker .icon{width:19px;height:19px}.ending-copy .eyebrow{font-size:8px}.ending-copy h1{font-size:39px}.ending-copy>p{font-size:13px}.result-stats{gap:23px}.end-actions{gap:10px}.end-actions>.btn{width:100%;font-size:13px}.takeaway{padding:28px 22px}.takeaway h2{font-size:29px;line-height:1.15;margin-top:17px}.takeaway>.eyebrow{font-size:8px}.phrase-cards{grid-template-columns:1fr;gap:24px}.phrase-cards p{font-size:22px;margin:10px 0 8px}.phrase-cards small{font-size:11px}.recap-grid{grid-template-columns:1fr;gap:14px}.recap-grid>article{padding:22px}.recap-grid h3{font-size:17px}.recap-grid strong{font-size:20px}.recap-grid p{font-size:12px}.modal-heading{padding:19px 20px;gap:15px}.modal-heading h2{font-size:22px}.modal-body{padding:23px 20px}.modal-body p,.rules-list{font-size:12px}.modal-body .btn{width:100%;font-size:12px}.rules-list strong{font-size:14px}.rule-perks{padding:13px 15px}.rule-perks p{font-size:11px}.phrase-section strong{font-size:16px}.phrase-section span{font-size:11px}}
@media(max-width:360px){.hero h1{font-size:66px}.hero-copy{padding:31px 20px}.hero .eyebrow{font-size:7px}.brand-sub{display:none}.game-shell{margin-left:12px;margin-right:12px}.option-head>strong{font-size:12px}.option-tick{display:none}.map-zone .options-grid{grid-template-columns:1fr}.map-zone .option-head>strong{flex-basis:auto}.private-heading h1{font-size:25px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.case-card:hover,.option-card:hover,.btn:hover{transform:none!important}}
@media print{.site-header,.site-footer,button,.skip-link{display:none!important}body{background:white;color:black}.game-shell{margin:0}.takeaway{background:white;color:black;border:1px solid #ccc}.ending-art{display:none}.ending{display:block}.phrase-cards small{color:#333}}
