.detective-main{padding-top:32px}.detective-heading{margin-bottom:24px}.detective-heading h1{font-size:clamp(30px,4vw,44px)}.detective-heading h1 em,.detective-briefing h2 em{color:var(--cyan);font-style:normal}.detective-panel{overflow:visible}.detective-welcome{padding:36px 42px}.detective-briefing{display:grid;grid-template-columns:138px 1fr;gap:30px;align-items:center}.case-stamp{width:126px;height:142px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;position:relative;border:1px solid #62e6e055;background:linear-gradient(145deg,#62e6e010,#6b9dff08);color:var(--cyan);clip-path:polygon(0 0,100% 0,100% 84%,50% 100%,0 84%)}.case-stamp span{font:500 26px var(--mono)}.case-stamp b{font:10px/1.25 var(--mono);letter-spacing:.1em;text-align:center}.case-stamp i{font:9px var(--mono);font-style:normal;color:var(--muted);margin-top:7px}.detective-briefing .eyebrow{font:11px var(--mono);text-transform:uppercase;letter-spacing:.06em}.detective-briefing h2{font-size:25px;line-height:1.35;margin:7px 0 10px}.detective-briefing p:last-child{max-width:520px;color:var(--muted);font-size:13px;margin:0}.briefing-footer{display:flex;align-items:center;gap:20px;flex-wrap:wrap;border-top:1px solid var(--line);margin-top:30px;padding-top:20px}.briefing-footer>span{font:10px var(--mono);color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.briefing-footer .button{margin-left:auto;min-height:48px}.resume-notice{color:var(--yellow);font-size:12px;margin:14px 0 0}.detective-play{padding:25px 30px 30px}.detective-stats{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.detective-stat{display:grid;gap:1px;color:var(--muted);font:9px var(--mono);text-transform:uppercase;min-width:0}.detective-stat strong{color:var(--ink);font:500 18px var(--mono);white-space:nowrap}.detective-stat strong i{font:9px var(--mono);color:var(--muted);padding-left:4px}.detective-stat-current{text-align:center}.detective-stat-timer{text-align:right}.detective-stat-timer.timer-warning strong{color:var(--danger);animation:timer-pulse .8s ease-in-out infinite alternate}.detective-progress{margin:15px 0 20px}.detective-progress span{background:linear-gradient(90deg,var(--cyan),var(--blue))}.case-card{padding:0 22px 19px;border:1px solid #294059;border-radius:8px;background:linear-gradient(145deg,#122438,#0d1b2a);box-shadow:0 12px 34px #0002}.case-toolbar{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--line);font:9px var(--mono);letter-spacing:.05em;color:var(--muted)}.case-folder{color:var(--cyan)}.case-folder span{font-size:14px;vertical-align:-1px;margin-right:4px}.case-id{white-space:nowrap}.case-message-header{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;padding:16px 0 14px}.sender-avatar{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--line);border-radius:50%;color:var(--cyan);font:500 13px var(--mono);background:#62e6e00a}.sender-lines{min-width:0}.sender-lines p{display:flex;align-items:baseline;gap:8px;margin:2px 0;font-size:11px;overflow-wrap:anywhere}.sender-lines strong{font-size:12px;font-weight:600;color:var(--ink)}.mail-label{flex:0 0 48px;color:var(--muted);font:9px var(--mono);letter-spacing:.05em}.case-message-header .message-channel{justify-self:end}.case-subject-row{display:grid;grid-template-columns:48px 1fr;align-items:baseline;gap:8px;border-top:1px solid #21384d88;padding:13px 0 8px}.case-subject-row h2{font-size:17px;line-height:1.4;margin:0;overflow-wrap:anywhere}.case-body{white-space:pre-line;line-height:1.8;font-size:13px;margin:6px 0 15px}.case-link-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin:0 0 13px;padding:10px 12px;border:1px dashed #294059;border-radius:5px;background:#08111f75}.case-link{font:11px var(--mono);color:var(--blue);overflow-wrap:anywhere}.case-context{color:var(--muted);font-size:11px;line-height:1.55;margin:0;padding-top:11px;border-top:1px solid #21384d88}.detective-answers{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:17px 0 0;padding:0;border:0}.detective-answers legend{padding:0 0 9px;color:var(--muted);font:10px var(--mono);text-transform:uppercase;letter-spacing:.06em}.detective-answer{min-height:78px;touch-action:manipulation}.detective-answer strong{font-size:13px}.detective-answer small{font-size:11px}.detective-answer.is-selected{animation:answer-pop .35s ease-out}.detective-answer.is-correct{border-color:var(--cyan);background:#62e6e013;box-shadow:0 0 0 2px #62e6e020}.detective-answer.is-wrong{border-color:var(--danger);background:#f58c8712;box-shadow:0 0 0 2px #f58c871c}.detective-feedback{margin-top:17px;animation:feedback-in .3s ease-out both}.detective-feedback.feedback-correct{border-left-width:4px}.detective-feedback.feedback-incorrect{border-left-width:4px}.points-awarded{margin-left:auto;color:var(--cyan);font:10px var(--mono);white-space:nowrap}.detective-results-grid{max-width:800px}.detective-more{margin:22px 0 0;color:var(--muted);font-size:12px}.detective-more a{color:var(--cyan);text-decoration:underline;text-underline-offset:3px}.detective-disclaimer{max-width:790px;margin:16px auto;color:var(--muted);font-size:11px;line-height:1.65;text-align:center}.detective-game-mark{border-color:#6b9dff55;background:linear-gradient(145deg,#62e6e00a,#6b9dff12)}.detective-game-mark span{color:var(--blue)}
@keyframes answer-pop{50%{transform:scale(1.025)}}@keyframes feedback-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes timer-pulse{to{opacity:.65}}
@media(max-width:700px){.detective-main{width:calc(100% - 28px);padding-top:22px}.detective-heading{margin-bottom:18px}.detective-heading h1{font-size:29px}.detective-welcome{padding:23px 19px}.detective-briefing{grid-template-columns:70px 1fr;gap:15px}.case-stamp{width:66px;height:78px}.case-stamp span{font-size:16px}.case-stamp b{font-size:7px}.case-stamp i{font-size:7px;margin-top:3px}.detective-briefing h2{font-size:20px}.detective-briefing h2 br{display:none}.detective-briefing p:last-child{font-size:12px}.briefing-footer{gap:10px 15px;margin-top:20px;padding-top:15px}.briefing-footer>span{font-size:9px}.briefing-footer .button{width:100%;margin:3px 0 0}.detective-play{padding:18px 13px 21px}.detective-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px 6px}.detective-stat{font-size:8px}.detective-stat strong{font-size:16px}.detective-stat-current{text-align:left}.detective-stat-timer{text-align:right}.case-card{padding:0 13px 15px}.case-toolbar{font-size:8px}.case-message-header{grid-template-columns:33px minmax(0,1fr);gap:8px}.sender-avatar{width:31px;height:31px}.sender-lines p{font-size:10px}.sender-lines strong{font-size:11px}.case-message-header .message-channel{grid-column:2;justify-self:start}.case-subject-row{grid-template-columns:42px 1fr;gap:5px}.case-subject-row h2{font-size:15px}.case-body{font-size:12px}.mail-label{flex-basis:42px;font-size:8px}.case-link{font-size:10px}.detective-answers{grid-template-columns:1fr;gap:8px}.detective-answer{min-height:62px}.detective-results{padding:34px 14px}.detective-results-grid{max-width:300px}.points-awarded{font-size:9px}.detective-disclaimer{font-size:10px;padding-inline:3px}}
@media(prefers-reduced-motion:reduce){.detective-site *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.detective-site [hidden]{display:none!important}
