:root{--navy: #07151b;--panel: #0c242b;--panel-2: #12333a;--teal: #77c8c0;--teal-soft: #b5e4db;--paper: #e8e2d4;--paper-deep: #d8d0bf;--ink: #142025;--amber: #e6ae4f;--line: rgba(125, 202, 193, .25)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--navy)}body{color:#e8f3f1;font-family:Arial,Helvetica,sans-serif}button{font:inherit}.scene{min-height:100svh;background-position:center;background-size:cover;position:relative;display:grid;align-items:end;overflow:hidden}.scene-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#030c101a 20%,#030c10e6)}.scene-frame{position:relative;z-index:1;width:min(1180px,100%);margin:0 auto;padding:4rem clamp(1.2rem,5vw,4.5rem) 3.5rem}.scene-panel{max-width:670px;border:1px solid rgba(181,228,219,.13);border-left:3px solid var(--amber);background:linear-gradient(135deg,#041217a8,#0412177a);-webkit-backdrop-filter:blur(7px) saturate(.9);backdrop-filter:blur(7px) saturate(.9);padding:clamp(1.5rem,4vw,2.7rem);box-shadow:0 24px 70px #0000006b}.scene-panel h1{margin:.45rem 0 .9rem;color:#fff;font-size:clamp(2.1rem,6vw,4.2rem);line-height:.98;letter-spacing:-.04em}.scene-panel>p:not(.eyebrow){max-width:58ch;margin:0 0 1.6rem;color:#d6e3e0;font-size:clamp(1rem,2vw,1.15rem);line-height:1.65}.eyebrow{margin:0;color:var(--teal);font:700 .74rem/1.2 Courier New,monospace;letter-spacing:.18em;text-transform:uppercase}.primary-button{display:inline-flex;align-items:center;gap:1rem;border:1px solid #f1c774;background:var(--amber);color:#172026;padding:.9rem 1.15rem;font-weight:800;cursor:pointer;transition:transform .18s,background .18s}.primary-button:hover{transform:translateY(-2px);background:#f0bd61}.primary-button:focus-visible,button:focus-visible{outline:3px solid white;outline-offset:3px}.scene-progress{display:flex;gap:.45rem;margin:0 0 1rem}.scene-progress span{width:clamp(.85rem,3vw,2.4rem);height:3px;background:#ffffff47}.scene-progress span.active{background:var(--amber)}.comic-scene{isolation:isolate;animation:panelReveal .48s ease-out both}.comic-grain{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.12;background-image:repeating-radial-gradient(circle at 20% 30%,transparent 0 2px,rgba(255,255,255,.08) 3px,transparent 4px);background-size:9px 11px;mix-blend-mode:soft-light}.skip-intro{position:absolute;z-index:4;top:1.2rem;right:1.2rem;border:1px solid rgba(181,228,219,.42);background:#041217a6;color:#bed8d3;padding:.6rem .75rem;cursor:pointer;font:700 .64rem Courier New,monospace;letter-spacing:.1em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.skip-intro:hover{border-color:var(--teal);color:#fff}.comic-panel{max-width:760px}.comic-sound{width:fit-content;margin:.8rem 0 .55rem;color:#f1c774;text-shadow:0 3px 15px rgba(0,0,0,.85);font:italic 900 clamp(1.5rem,4vw,2.8rem)/1 Georgia,serif;letter-spacing:.08em;transform:rotate(-2deg)}.phone .comic-sound{animation:ringText 1.1s ease-in-out infinite}.narration{font-family:Georgia,serif!important;font-style:italic;font-size:clamp(1.08rem,2.1vw,1.35rem)!important}.dialogue-list{display:grid;gap:.48rem;margin:1rem 0 1.35rem}.dialogue-line{display:grid;grid-template-columns:132px 1fr;gap:.9rem;align-items:start;border-top:1px solid rgba(181,228,219,.18);padding-top:.55rem}.dialogue-line strong{color:var(--teal);font:800 .66rem/1.45 Courier New,monospace;letter-spacing:.1em}.dialogue-line p{margin:0;color:#eef6f4;font:1rem/1.45 Georgia,serif}.lightning-image{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;pointer-events:none;background-position:center;background-size:cover;opacity:0;animation:lightningImage 3.6s ease-out both}.lightning:after{content:"";position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;pointer-events:none;background:#d9efff;opacity:0;mix-blend-mode:screen;animation:lightningFlash 3.6s ease-out both}.lightning .scene-shade{animation:lightningShade 3.6s ease-out both}.terminal .scene-shade{background:linear-gradient(180deg,#030c103d,#030c10ed)}@keyframes ringText{0%,42%,to{transform:rotate(-2deg) translate(0)}46%{transform:rotate(-1deg) translate(3px)}50%{transform:rotate(-3deg) translate(-3px)}54%{transform:rotate(-2deg) translate(0)}}@keyframes lightningImage{0%,20%,25%,to{opacity:0}21%{opacity:1}23%{opacity:.1}26%{opacity:1}30%{opacity:0}}@keyframes lightningFlash{0%,20%,25%,to{opacity:0}21%{opacity:.38}23%{opacity:.08}26%{opacity:.5}30%{opacity:0}}@keyframes lightningShade{0%,20%,25%,to{opacity:1}21%{opacity:.12}23%{opacity:.8}26%{opacity:0}30%{opacity:1}}@keyframes panelReveal{0%{opacity:0;transform:scale(1.012)}to{opacity:1;transform:scale(1)}}.terminal-page{min-height:100svh;display:grid;place-items:center;padding:clamp(.5rem,2vw,1.2rem);background:radial-gradient(circle at 50% 25%,#183941,#07151b 60%)}.terminal-shell{width:min(1480px,100%);height:calc(100svh - clamp(1rem,4vw,2.4rem));min-height:650px;border:1px solid #426168;background:#08191f;box-shadow:0 35px 100px #0000008c,inset 0 0 50px #54bcb30a;overflow:hidden;position:relative}.system-bar{height:48px;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--line);background:#061319;padding:0 1rem;color:var(--teal-soft);font:700 .72rem/1 Courier New,monospace;letter-spacing:.12em}.system-name,.system-actions{display:flex;align-items:center;gap:.75rem}.status-light{width:8px;height:8px;border-radius:50%;background:#60df9b;box-shadow:0 0 10px #60df9b}.system-actions button{border:1px solid #38565e;background:transparent;color:#b9d0cc;padding:.38rem .55rem;cursor:pointer}.sound-toggle{font-size:1rem;line-height:1;border:none!important;padding:.25rem!important;opacity:.7;transition:opacity .2s}.sound-toggle:hover{opacity:1}.text-size-controls{display:flex;align-items:center;gap:.2rem;margin-left:.25rem;border-left:1px solid #38565e;padding-left:.5rem}.text-size-btn{width:24px;height:24px;display:grid;place-items:center;border:1px solid #38565e;background:transparent;color:#b9d0cc;font:700 .85rem Courier New,monospace;cursor:pointer;padding:0;line-height:1}.text-size-btn:hover:not(:disabled){border-color:var(--teal);color:#fff;background:#77c8c01a}.text-size-btn:disabled{opacity:.3;cursor:default}.text-size-label{color:#64817d;font:700 .58rem Courier New,monospace;min-width:2.5em;text-align:center}.back-to-map-header{font-size:.65rem;font-family:Courier New,monospace;letter-spacing:.1em;border:1px solid #38565e;background:transparent;color:var(--teal);padding:.25rem .5rem;cursor:pointer;transition:all .2s;margin-right:.5rem}.back-to-map-header:hover{background:#77c8c01a;border-color:var(--teal)}.location-placeholder{position:fixed;top:0;right:0;bottom:0;left:0;background:#0e0c09;display:flex;align-items:center;justify-content:center;font-family:Courier New,Courier,monospace;color:#c8b48a}.location-placeholder-inner{text-align:center;max-width:400px;padding:2rem}.location-placeholder .location-eyebrow{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:#8a7a5a;margin-bottom:.5rem}.location-placeholder h1{font-size:1.4rem;color:#d4a04a;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1rem}.location-placeholder p{font-size:.85rem;line-height:1.6;color:#8a7a5a;margin:0 0 2rem}.back-to-map-btn{font-family:Courier New,monospace;font-size:.75rem;letter-spacing:.1em;background:transparent;border:1px solid rgba(212,160,74,.3);color:#d4a04a;padding:.6rem 1.2rem;cursor:pointer;transition:all .2s}.back-to-map-btn:hover{background:#d4a04a1a;border-color:#d4a04a}.desktop{position:relative;height:calc(100% - 48px);overflow:hidden;background:linear-gradient(130deg,#0d2a31,#07191f 70%)}.desktop-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.25;background-image:linear-gradient(rgba(102,191,181,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(102,191,181,.1) 1px,transparent 1px);background-size:32px 32px;-webkit-mask-image:linear-gradient(to bottom,black,transparent);mask-image:linear-gradient(to bottom,black,transparent)}.terminal-welcome{position:absolute;top:8%;left:6%}.terminal-welcome p{color:var(--teal);margin:0 0 .5rem;font:700 .7rem Courier New,monospace;letter-spacing:.17em}.terminal-welcome h1{margin:0;font-size:clamp(2rem,5vw,4.35rem);letter-spacing:-.05em;color:#e3f4f11f}.terminal-welcome span{color:#75938e;font:.75rem Courier New,monospace}.folder-button{position:absolute;top:42%;display:grid;gap:.65rem;place-items:center;border:1px solid transparent;background:transparent;color:var(--teal-soft);padding:1rem;font:700 .75rem Courier New,monospace;letter-spacing:.08em;cursor:pointer}.folder-button:hover{border-color:var(--line);background:#6ec9c014}.email-desktop-button{left:6%}.files-desktop-button{left:18%}.suspects-desktop-button{left:30%}.timeline-desktop-button{left:42%}.notes-desktop-button{left:54%}.report-desktop-button{left:66%}.journal-desktop-button{left:78%}.notes-desktop-button>b,.timeline-desktop-button>b,.email-desktop-button>b{position:absolute;top:.35rem;right:.35rem;display:grid;place-items:center;min-width:22px;height:22px;border-radius:50%;background:#b75548;color:#fff;font:800 .65rem Courier New,monospace}.folder-icon{position:relative;display:inline-block;width:86px;height:56px;border:2px solid #cf9f48;background:#c5923d;box-shadow:inset 0 5px #dfae56,0 8px 18px #00000040}.folder-icon:before{content:"";position:absolute;left:-2px;top:-14px;width:40px;height:14px;border:2px solid #cf9f48;border-bottom:0;background:#c5923d}.folder-icon span{position:absolute;top:12px;right:5px;bottom:4px;left:5px;border-top:1px solid rgba(255,255,255,.25)}.folder-icon-small{width:18px;height:12px;border-width:1px;box-shadow:none}.folder-icon-small:before{top:-4px;left:-1px;width:8px;height:4px;border-width:1px}.folder-icon-small span{display:none}.notepad-icon{position:relative;display:inline-block;width:62px;height:68px;border:2px solid #93866a;border-top:7px solid #607a78;background:#ddd4b9;box-shadow:6px 7px #425b5a,0 10px 20px #00000040}.notepad-icon:before{content:"";position:absolute;left:7px;right:7px;top:-11px;height:8px;background:repeating-linear-gradient(90deg,#c4aa68 0 3px,transparent 3px 10px)}.notepad-icon i{position:absolute;left:10px;right:10px;height:1px;background:#8fa19a}.notepad-icon i:nth-child(1){top:17px}.notepad-icon i:nth-child(2){top:29px}.notepad-icon i:nth-child(3){top:41px}.notepad-icon i:nth-child(4){top:53px}.timeline-icon{position:relative;display:inline-block;width:66px;height:68px;border:2px solid #668381;background:#102e34;box-shadow:6px 7px #425b5a,0 10px 20px #00000040}.timeline-icon:before{content:"";position:absolute;left:19px;top:8px;bottom:8px;width:2px;background:#d3b260}.timeline-icon i{position:absolute;left:13px;width:14px;height:14px;border:3px solid #d3b260;border-radius:50%;background:#102e34}.timeline-icon i:nth-child(1){top:7px}.timeline-icon i:nth-child(2){top:25px}.timeline-icon i:nth-child(3){top:43px}.email-icon{position:relative;display:inline-block;width:76px;height:52px;border:2px solid #668381;background:#0c242b;box-shadow:6px 7px #425b5a,0 10px 20px #00000040}.email-icon:before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;border-top:26px solid #1a4a4e;border-left:36px solid transparent;border-right:36px solid transparent}.email-icon:after{content:"";position:absolute;bottom:-1px;left:-1px;right:-1px;border-bottom:20px solid #0f3238;border-left:36px solid transparent;border-right:36px solid transparent}.email-icon i{position:absolute;z-index:1;top:50%;left:50%;width:10px;height:10px;border:2px solid #e6ae4f;border-radius:50%;transform:translate(-50%,-50%)}.email-icon i:before{content:"";position:absolute;top:-2px;left:50%;width:2px;height:6px;background:#e6ae4f;transform:translate(-50%)}.email-icon i:after{content:"";position:absolute;top:1px;left:50%;width:6px;height:2px;background:#e6ae4f;transform:translate(-50%)}.report-icon{position:relative;display:inline-block;width:58px;height:70px;border:2px solid #8e846f;background:#e2dcc7;box-shadow:6px 7px #425b5a,0 10px 20px #00000040}.report-icon:before{content:"R";position:absolute;top:7px;right:7px;display:grid;place-items:center;width:18px;height:18px;border:1px solid #a75448;color:#a75448;font:900 .7rem Courier New,monospace}.report-icon:after{content:"";position:absolute;right:-2px;top:-2px;border-style:solid;border-width:0 15px 15px 0;border-color:transparent #0d2a31 transparent transparent}.report-icon i{position:absolute;left:8px;right:8px;height:1px;background:#82928c}.report-icon i:nth-child(1){top:35px}.report-icon i:nth-child(2){top:46px}.report-icon i:nth-child(3){top:57px}.report-icon-small{width:24px;height:29px;border-width:1px;box-shadow:2px 2px #526967}.report-icon-small:before{top:3px;right:3px;width:9px;height:9px;border:0;font-size:.47rem}.report-icon-small:after{display:none}.report-icon-small i{left:4px;right:4px}.report-icon-small i:nth-child(1){top:15px}.report-icon-small i:nth-child(2){top:20px}.report-icon-small i:nth-child(3){top:25px}.desktop-status{position:absolute;left:1rem;right:1rem;bottom:.8rem;display:flex;justify-content:space-between;color:#64817d;font:.68rem Courier New,monospace;text-transform:uppercase}.rank-badge{color:#e6ae4f}.file-window{position:absolute;z-index:4;top:16%;left:50%;transform:translate(-50%);width:min(760px,88%);min-height:360px;border:1px solid #547077;background:#0c2229;box-shadow:0 30px 80px #0000008c}.window-titlebar{height:44px;display:flex;align-items:center;justify-content:space-between;padding-left:1rem;background:#d8ded9;color:#122128;font:800 .75rem Courier New,monospace}.window-titlebar>span{display:flex;align-items:center;gap:.7rem}.window-titlebar button{align-self:stretch;width:46px;border:0;border-left:1px solid #abb8b5;background:transparent;color:#18282d;font-size:1.4rem;cursor:pointer}.window-titlebar button:hover{background:#bf554b;color:#fff}.window-toolbar{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:.8rem 1rem;color:#668b88;font:.65rem Courier New,monospace;letter-spacing:.1em}.file-list{display:grid;gap:.75rem;padding:1.2rem}.case-file{width:100%;display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:1rem;border:1px solid #31515a;background:#102d34;color:#e0efec;text-align:left;padding:1rem;cursor:pointer}.case-file:hover{border-color:var(--teal);background:#15363d}.case-file>span:nth-child(2){display:grid;gap:.35rem}.case-file small{color:#86a5a0;font:.7rem Courier New,monospace}.case-file b{color:var(--amber);font:.7rem Courier New,monospace}.paper-file{display:grid;place-items:center;height:68px;background:var(--paper);color:#374247;font:800 .8rem Courier New,monospace;box-shadow:5px 5px #657373}.paper-file.german-file{background:#d7ccb2;color:#63463b;box-shadow:5px 5px #795b51}.email-window{position:absolute;z-index:5;top:8%;left:50%;transform:translate(-50%);width:min(680px,90%);max-height:82%;border:1px solid #547077;background:#0c2229;box-shadow:0 30px 80px #0000008c;display:flex;flex-direction:column}.email-body{flex:1;overflow-y:auto}.email-header{padding:1rem 1.2rem;border-bottom:1px solid var(--line);display:grid;gap:.4rem}.email-field{display:flex;gap:.6rem;color:#91aaa6;font:.72rem Courier New,monospace;line-height:1.45}.email-label{color:#5a7d78;min-width:5.5ch}.email-subject{color:var(--teal-soft);font-weight:700}.email-content{padding:1.4rem 1.5rem}.email-content p{margin:0 0 .9rem;color:#d3e4e1;font-size:.92rem;line-height:1.6}.email-content p:first-child{color:var(--teal-soft)}.email-attachment{margin-top:1.6rem;border:1px solid var(--line)}.email-attachment-label{padding:.6rem .8rem;background:#77c8c00f;color:#86a5a0;font:700 .68rem Courier New,monospace;letter-spacing:.08em;border-bottom:1px solid var(--line)}.email-attachment img{width:100%;display:block}.email-inbox{display:grid}.email-row{width:100%;display:grid;grid-template-columns:8px 120px 1fr 60px;align-items:center;gap:.8rem;border:none;border-bottom:1px solid var(--line);background:transparent;color:#d3e4e1;padding:.9rem 1.2rem;text-align:left;cursor:pointer;font:.82rem Courier New,monospace}.email-row:hover{background:#77c8c012}.email-row:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--amber);flex-shrink:0}.email-row.read:before{background:transparent}.email-row.read{color:#6f928d}.email-row.read .email-row-from{color:#6f928d;font-weight:400}.email-row.read .email-row-subject{color:#6f928d}.email-row-from{color:var(--teal-soft);font-weight:700;font-size:.75rem}.email-row-subject{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-row-date{color:#5a7d78;font-size:.68rem;text-align:right}.email-back{border:none;background:transparent;color:var(--teal);padding:.7rem 1.2rem;font:700 .7rem Courier New,monospace;letter-spacing:.08em;cursor:pointer;border-bottom:1px solid var(--line)}.email-back:hover{color:#fff;background:#77c8c012}.case-reader{height:calc(100% - 48px);display:grid;grid-template-columns:295px 1fr;grid-template-rows:44px minmax(0,1fr)}.case-reader-titlebar{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;padding-left:1rem;border-bottom:1px solid #9eaaa6;background:#d8ded9;color:#122128;font:800 .75rem Courier New,monospace}.case-reader-titlebar>span{display:flex;align-items:center;gap:.7rem}.case-reader-titlebar>button{align-self:stretch;width:46px;border:0;border-left:1px solid #abb8b5;background:transparent;color:#18282d;font-size:1.4rem;cursor:pointer}.case-reader-titlebar>button:hover{background:#bf554b;color:#fff}.case-sidebar{grid-row:2;min-height:0;display:flex;flex-direction:column;border-right:1px solid var(--line);background:#091c22;overflow-y:auto}.case-id-block{padding:1.2rem 1rem;border-bottom:1px solid var(--line)}.case-id-block span{color:#6f928d;font:.65rem Courier New,monospace;letter-spacing:.14em}.case-id-block strong{display:block;margin:.25rem 0;color:var(--amber);font:800 2rem Courier New,monospace}.case-id-block p{margin:0;color:#d3e4e1;font-size:.88rem;line-height:1.35}.case-sidebar nav{display:grid;padding:.65rem;gap:.25rem}.case-sidebar nav button{display:grid;grid-template-columns:28px 1fr 12px;align-items:center;gap:.55rem;border:1px solid transparent;background:transparent;color:#91aaa6;padding:.75rem .6rem;text-align:left;cursor:pointer}.case-sidebar nav button:hover{background:#69c3b912}.case-sidebar nav button.active{border-color:#3b6b6a;background:#123239;color:#edf7f5}.case-sidebar nav button span{color:#668984;font:.68rem Courier New,monospace}.case-sidebar nav button b{font-size:.78rem}.case-sidebar nav button i{color:var(--teal);font-style:normal;font-size:.55rem}.review-meter{margin:0 .9rem 1rem;display:grid;grid-template-columns:1fr auto;gap:.45rem;color:#698b86;font:.62rem Courier New,monospace}.review-meter div{grid-column:1 / -1;height:4px;background:#173239;overflow:hidden}.review-meter i{display:block;height:100%;background:var(--teal);transition:width .25s}.review-meter b{color:#a9c7c2}.submit-case-button{margin:auto .65rem .85rem;display:grid;grid-template-columns:28px 1fr;align-items:center;gap:.45rem;border:1px solid #b98538;background:#e6ae4f17;color:var(--amber);padding:.8rem .65rem;text-align:left;cursor:pointer;font:.7rem Courier New,monospace;letter-spacing:.08em}.submit-case-button:hover{background:#e6ae4f2e;border-color:var(--amber)}.submit-case-button span{font-size:1rem}.submit-case-button.submitted{border-color:#4b9e7d;background:#4eaa841a;color:#77d0aa}.open-notes-button{margin:.1rem .65rem .55rem;display:grid;grid-template-columns:25px 1fr auto;align-items:center;gap:.55rem;border:1px solid #41615f;background:#77c8c012;color:var(--teal-soft);padding:.65rem;text-align:left;cursor:pointer;font:.68rem Courier New,monospace;letter-spacing:.06em}.open-notes-button:hover{border-color:var(--teal);background:#77c8c021}.open-notes-button .notepad-icon{width:19px;height:23px;border-width:1px;border-top-width:3px;box-shadow:2px 2px #425b5a}.open-notes-button .notepad-icon:before,.open-notes-button .notepad-icon i{display:none}.open-notes-button>span{display:grid;place-items:center;min-width:21px;height:21px;border-radius:50%;background:#17373d;color:var(--amber)}.case-tool-buttons{display:grid;gap:.35rem;padding:0 .65rem .55rem}.case-tool-buttons .open-notes-button{margin:0}.open-timeline-button .timeline-icon{width:19px;height:23px;border-width:1px;box-shadow:2px 2px #425b5a}.open-timeline-button .timeline-icon:before{left:6px;top:3px;bottom:3px;width:1px}.open-timeline-button .timeline-icon i{left:3px;width:7px;height:7px;border-width:2px}.open-timeline-button .timeline-icon i:nth-child(1){top:2px}.open-timeline-button .timeline-icon i:nth-child(2){top:8px}.open-timeline-button .timeline-icon i:nth-child(3){top:14px}.document-view{grid-row:2;min-width:0;min-height:0;display:grid;grid-template-rows:40px minmax(0,1fr);background:#172c31;overflow:hidden}.document-toolbar{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #52666a;background:#cbd3cf;color:#243337;padding:0 1rem;font:700 .65rem Courier New,monospace;letter-spacing:.08em}.document-scroll{min-width:0;min-height:0;overflow-y:scroll;overscroll-behavior:contain;scrollbar-gutter:stable}.document-scroll::-webkit-scrollbar{width:12px}.document-scroll::-webkit-scrollbar-track{background:#0c2229}.document-scroll::-webkit-scrollbar-thumb{border:3px solid #0c2229;background:#6cb7af}.document-page{width:min(900px,calc(100% - 3rem));margin:1.5rem auto 2.5rem;background:var(--paper);color:var(--ink);padding:clamp(1.5rem,5vw,4rem);box-shadow:0 18px 50px #00000059;min-height:calc(100% - 4rem);position:relative}.document-heading{border-bottom:2px solid #25353a;padding-bottom:1.2rem;margin-bottom:1.5rem}.document-heading p{margin:0 0 .55rem;color:#637178;font:700 .65rem Courier New,monospace;letter-spacing:.12em;text-transform:uppercase}.document-heading h2{margin:0 0 .55rem;font:800 clamp(1.6rem,4vw,2.6rem)/1.03 Georgia,serif;letter-spacing:-.025em}.document-heading span{color:#68767a;font:.72rem Courier New,monospace}.report-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem 1rem;color:#68767a;font:.68rem/1.35 Courier New,monospace}.case-facts{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid #9ba19c;margin-bottom:1.8rem}.case-facts div{display:grid;gap:.3rem;padding:.8rem;border-right:1px solid #aeb1aa;border-bottom:1px solid #aeb1aa}.case-facts div:nth-child(2n){border-right:0}.case-facts div:nth-child(n+3){border-bottom:0}.case-facts span{color:#6b7475;font:.63rem Courier New,monospace;text-transform:uppercase}.case-facts strong{font-size:.84rem}.reading-copy{max-width:72ch}.reading-copy h3{font:800 calc(1rem * var(--text-scale, 1)) "Courier New",monospace;text-transform:uppercase;letter-spacing:.08em}.reading-copy p{margin:0 0 1.2rem;font:calc(1rem * var(--text-scale, 1))/1.72 Georgia,serif}.report-section{margin-bottom:1.65rem}.report-section ul{margin:0 0 1.2rem;padding-left:1.4rem}.report-section li{padding-left:.3rem}.report-section li p{margin-bottom:.75rem;font-size:calc(1rem * var(--text-scale, 1))}.evidence-table-wrap{overflow-x:auto;margin:0 0 1.5rem;border:1px solid #3a4d52;border-radius:3px}.evidence-table{width:100%;border-collapse:collapse;font:calc(.78rem * var(--text-scale, 1))/1.45 "Courier New",monospace}.evidence-table th{background:#1e3038;color:#8cc4bb;padding:.5rem .6rem;text-align:left;font-size:calc(.63rem * var(--text-scale, 1));text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;border-bottom:2px solid #3a4d52}.evidence-table td{padding:.45rem .6rem;border-bottom:1px solid rgba(58,77,82,.5);vertical-align:top;color:var(--ink, #1e2b2e);font-size:calc(.78rem * var(--text-scale, 1))}.evidence-table tr:last-child td{border-bottom:0}.evidence-table .error-row td{background:#d3706f1f}.evidence-table .error-row td:nth-child(4){color:#a33;font-weight:700}.suspect-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(6rem,1fr));gap:.35rem;margin:0 0 1.5rem}.suspect-strip span{border:1px solid #9f9787;background:#d8d0bf;padding:.65rem .4rem;text-align:center;color:#594b43;font:800 .58rem/1.35 Courier New,monospace}.evidence-highlight{margin:0 -.04em;border-radius:2px;padding:.05em .04em;color:inherit;background:#ebbc4c8a;box-decoration-break:clone;-webkit-box-decoration-break:clone}.evidence-highlight.blue{background:#53b0ca6b}.evidence-highlight.green{background:#66b57f70}.evidence-highlight.rose{background:#d3706f66}[data-evidence-id]{transition:background-color .25s,box-shadow .25s}[data-evidence-id].source-pulse{background:#e6ae4f33;box-shadow:0 0 0 8px #e6ae4f1f}.page-stamp{margin-top:2rem;border-top:1px solid #b0afa7;padding-top:.75rem;color:#737b7d;font:.62rem Courier New,monospace}.transcript-section{margin:2rem 0 2.6rem}.transcript-section h3{margin:0 0 1.1rem;border-bottom:1px solid #a4a7a0;padding-bottom:.55rem;color:#4f5c60;font:800 .75rem Courier New,monospace;letter-spacing:.1em;text-transform:uppercase}.testimony-block{display:grid;grid-template-columns:130px 1fr;gap:1.1rem;border-bottom:1px solid rgba(90,101,103,.2);padding:1rem 0}.testimony-block strong{color:#5b676b;font:800 .68rem/1.45 Courier New,monospace;letter-spacing:.06em}.testimony-block p{margin:0;font:1rem/1.72 Georgia,serif}.witness-copy p:first-child:first-letter{float:left;margin:.08em .12em 0 0;font:700 3.5rem/.8 Georgia,serif;color:#4f625f}.signature-line{width:min(330px,80%);margin:2.5rem 0 0 auto;border-top:1px solid #737b7d;padding-top:.6rem;color:#667174;font:italic .8rem Georgia,serif}.task-note{border-left:3px solid #8f5b3d;background:#ddd4c3;margin:0 0 1.8rem;padding:1rem 1.2rem;font:.95rem/1.6 Georgia,serif}.task-list{list-style:none;counter-reset:none;margin:0;padding:0}.task-list li{display:grid;grid-template-columns:42px 1fr;gap:.8rem;border-top:1px solid #b1b0a8;padding:1rem 0}.task-list li:last-child{border-bottom:1px solid #b1b0a8}.task-list li>span{color:#8b5d3f;font:800 .78rem Courier New,monospace}.task-list p{margin:0;font:1rem/1.55 Georgia,serif}.task-submit-panel{margin-top:2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;border:1px solid #8b7757;background:#d8ceba;padding:1.2rem}.task-submit-panel div{display:grid;gap:.25rem}.task-submit-panel span{color:#8b5d3f;font:800 .65rem Courier New,monospace;letter-spacing:.13em}.task-submit-panel strong{font:800 1.05rem Georgia,serif}.task-submit-panel p{margin:0;color:#5b6566;font:.86rem/1.4 Georgia,serif}.task-submit-panel button{flex:0 0 auto;border:1px solid #553b29;background:#263b3d;color:#eef6f2;padding:.8rem 1rem;cursor:pointer;font:800 .68rem Courier New,monospace;letter-spacing:.07em}.task-submit-panel button:hover{background:#345054}.case-report-app{position:absolute;z-index:40;top:48px;right:0;bottom:0;left:0;display:grid;grid-template-rows:54px minmax(0,1fr);background:#091b20;color:#17262a}.case-report-bar{display:flex;align-items:stretch;justify-content:space-between;border-bottom:1px solid #82918e;background:#d7ddd8}.case-report-bar>div{display:flex;align-items:center;gap:.7rem;padding-left:1rem}.case-report-bar>div>span{display:grid;gap:.08rem}.case-report-bar b{font:900 .74rem Courier New,monospace;letter-spacing:.11em}.case-report-bar small{color:#647572;font:700 .58rem Courier New,monospace;letter-spacing:.08em}.case-report-bar>button{width:54px;border:0;border-left:1px solid #abb8b5;background:transparent;color:#18282d;cursor:pointer;font-size:1.45rem}.case-report-bar>button:hover{background:#b64f47;color:#fff}.case-report-scroll{min-width:0;min-height:0;overflow-y:auto;padding:1.3rem;background:radial-gradient(circle at 50% 10%,#19353b,#08171b 72%)}.case-report-paper{width:min(1040px,100%);margin:0 auto 3rem;border:1px solid #9b988b;background:#e8e4d7;box-shadow:0 25px 75px #00000080}.report-letterhead{border-bottom:3px double #33494b;padding:clamp(1.2rem,4vw,2.4rem);background:linear-gradient(115deg,#ddd8c9,#efecdf)}.report-letterhead p{margin:0 0 .35rem;color:#53706f;font:900 .66rem Courier New,monospace;letter-spacing:.16em}.report-letterhead h1{margin:0;font:800 clamp(2rem,4vw,3.25rem)/1 Georgia,serif;letter-spacing:-.035em}.report-letterhead>span{display:block;margin-top:.65rem;color:#6b7774;font:.72rem Courier New,monospace}.dual-label{display:grid;gap:.1rem}.dual-label b{color:#263a3c;font:800 .72rem/1.25 Courier New,monospace;letter-spacing:.03em}.dual-label small{color:#6c7976;font:700 .62rem/1.2 Courier New,monospace}.report-case-meta{display:grid;grid-template-columns:1.5fr .75fr 1.5fr .75fr;gap:1px;border-bottom:1px solid #999f98;background:#a6aca5}.report-case-meta>label,.report-case-meta>div{display:grid;align-content:center;gap:.45rem;min-width:0;background:#d9d8cc;padding:.9rem}.report-case-meta input,.report-case-meta select{width:100%;min-width:0;border:1px solid #899692;background:#f3efe3;color:#17262a;padding:.7rem;font:.82rem Georgia,serif}.report-case-meta strong{color:#244d4c;font:900 .9rem Courier New,monospace}.report-body-section{padding:clamp(1.2rem,3vw,2rem);border-bottom:1px solid #aaa99e}.report-body-section>header{display:flex;align-items:center;gap:.85rem;margin-bottom:1rem}.report-body-section>header>span{display:grid;place-items:center;flex:0 0 38px;height:38px;border:1px solid #315c5c;color:#315c5c;font:900 .78rem Courier New,monospace}.report-body-section>header h2{margin:0;font:800 1.35rem/1 Georgia,serif}.report-body-section>header p{margin:.25rem 0 0;color:#697875;font:700 .68rem Courier New,monospace}.report-instruction{margin:-.25rem 0 1rem 3.3rem;color:#61706d;font:.78rem/1.45 Georgia,serif}.report-body-controls{display:flex;align-items:center;justify-content:space-between;gap:.7rem;margin-bottom:.8rem;flex-wrap:wrap}.insert-source-button{border:1px solid #49716e;background:#173f45;color:#dcece7;padding:.65rem .8rem;cursor:pointer;font:800 .56rem/1.35 Courier New,monospace}.insert-source-button:hover{background:#265a5d}.report-word-count{color:#697875;font:.72rem Courier New,monospace}.report-body-textarea{width:100%;min-height:360px;resize:vertical;border:1px solid #939b96;background:#f4f0e4;color:#18272a;padding:1rem;font:.9rem/1.55 Georgia,serif}.report-body-textarea:focus,.report-case-meta input:focus,.report-case-meta select:focus{outline:2px solid #397a75;outline-offset:1px}.source-filter-bar{display:flex;gap:1px;border-bottom:1px solid #afb5af;background:#c8cac1}.source-filter-bar button{flex:1;border:0;background:#d3d4ca;color:#536462;padding:.65rem .5rem;cursor:pointer;font:800 .56rem Courier New,monospace;letter-spacing:.04em}.source-filter-bar button:hover{background:#c1c9c0}.source-filter-bar button.active{background:#e8e4d7;color:#1d4c4c;box-shadow:inset 0 -2px #2d6e69}.report-submit-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.3rem clamp(1.2rem,3vw,2rem);background:#d2d3c8}.report-submit-footer>div{display:grid;gap:.45rem}.report-submit-footer p{margin:0;color:#5e6d6b;font:.68rem/1.4 Courier New,monospace}.report-submit-footer>button{border:1px solid #244549;background:#123b42;color:#edf7f4;padding:.85rem 1rem;cursor:pointer;font:900 .68rem/1.35 Courier New,monospace;letter-spacing:.045em}.report-submit-footer>button:hover{background:#20585a}.report-submit-footer>button small{color:#9fc8c1;font-size:.58rem}.report-submitted-stamp{justify-self:start;border:2px double #357453;color:#357453;padding:.35rem .5rem;transform:rotate(-1deg);font:900 .58rem Courier New,monospace;letter-spacing:.1em}.report-source-shade{position:absolute;z-index:3;top:54px;right:0;bottom:0;left:0;display:grid;place-items:center;padding:1rem;background:#020a0dd1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.report-source-picker{width:min(720px,100%);max-height:min(700px,calc(100% - 1rem));display:grid;grid-template-rows:48px auto minmax(0,1fr);border:1px solid #79918e;background:#dfe1d7;box-shadow:0 25px 70px #000000a6}.report-source-picker>header{display:flex;justify-content:space-between;align-items:stretch;border-bottom:1px solid #8d9a96;background:#0b272e;color:#d5ebe6}.report-source-picker>header div{display:grid;align-content:center;gap:.05rem;padding-left:1rem}.report-source-picker>header b{font:900 .68rem Courier New,monospace;letter-spacing:.1em}.report-source-picker>header small{color:#83aaa4;font:.56rem Courier New,monospace}.report-source-picker>header button{width:48px;border:0;border-left:1px solid #35565a;background:transparent;color:#d5ebe6;cursor:pointer;font-size:1.35rem}.report-source-picker>header button:hover{background:#b34e46}.report-source-list{min-height:0;overflow-y:auto;display:grid;align-content:start;gap:.6rem;padding:.8rem}.report-source-list>button{display:grid;gap:.3rem;border:1px solid #a0aaa5;background:#efecdf;color:#1b2c2f;padding:.8rem;text-align:left;cursor:pointer}.report-source-list>button:hover{border-color:#2d716c;background:#d5e2da}.report-source-list>button>span{color:#41706c;font:900 .56rem Courier New,monospace;letter-spacing:.08em}.report-source-list>button>b{font:800 .82rem Georgia,serif}.report-source-list>button>p{margin:0;font:.82rem/1.45 Georgia,serif}.report-source-list>button>small{border-left:2px solid #6e928d;color:#5b6c69;padding-left:.55rem;font:.72rem/1.4 Georgia,serif}.report-source-list>button>i{justify-self:end;color:#2d6e69;font:900 .58rem Courier New,monospace;letter-spacing:.07em}.report-source-empty{padding:2rem;color:#687875;text-align:center;font:.82rem/1.5 Georgia,serif}.selection-tool{position:fixed;z-index:60;display:flex;max-width:calc(100vw - 24px);border:1px solid #e3bd6a;background:#091d23;box-shadow:0 10px 30px #00000080}.selection-tool button{border:0;background:transparent;color:#f2cf7f;padding:.62rem .72rem;cursor:pointer;font:800 .65rem Courier New,monospace;letter-spacing:.06em}.selection-tool button:first-child:hover{background:#e6ae4f26}.selection-tool button:last-child{border-left:1px solid #4d5c59;color:#aebfbc;font-size:.9rem}.note-toast{position:absolute;z-index:65;left:50%;bottom:1.4rem;transform:translate(-50%);border:1px solid #6ca79f;background:#0a242a;color:#d8ebe7;padding:.75rem 1rem;box-shadow:0 12px 35px #00000073;font:700 .68rem Courier New,monospace;letter-spacing:.05em}.notes-board{position:absolute;z-index:30;top:48px;right:0;bottom:0;left:0;display:grid;grid-template-rows:54px minmax(0,1fr);background:#0a1c21;color:#e6f1ee}.timeline-board{position:absolute;z-index:31;top:48px;right:0;bottom:0;left:0;display:grid;grid-template-rows:54px minmax(0,1fr);background:#0a1c21;color:#e6f1ee}.notes-board-bar{display:flex;justify-content:space-between;align-items:stretch;border-bottom:1px solid #526f71;background:#d7ddd8;color:#17282d}.notes-board-bar>div{display:flex;align-items:center}.notes-board-bar>div:first-child{gap:.7rem;padding-left:1rem}.notes-board-bar .notepad-icon{width:23px;height:27px;border-width:1px;border-top-width:4px;box-shadow:2px 2px #526967}.notes-board-bar .notepad-icon:before,.notes-board-bar .notepad-icon i{display:none}.notes-board-bar .timeline-icon{width:24px;height:28px;border-width:1px;box-shadow:2px 2px #526967}.notes-board-bar .timeline-icon:before{left:7px;top:3px;bottom:3px;width:1px}.notes-board-bar .timeline-icon i{left:4px;width:8px;height:8px;border-width:2px}.notes-board-bar .timeline-icon i:nth-child(1){top:2px}.notes-board-bar .timeline-icon i:nth-child(2){top:9px}.notes-board-bar .timeline-icon i:nth-child(3){top:16px}.notes-board-bar span{display:grid;gap:.12rem}.notes-board-bar b{font:900 .74rem Courier New,monospace;letter-spacing:.1em}.notes-board-bar small{color:#687775;font:.58rem Courier New,monospace}.add-note-button,.close-notes-button{align-self:stretch;border:0;border-left:1px solid #a8b4b0;background:transparent;color:#1e3438;cursor:pointer;font:800 .65rem Courier New,monospace}.add-note-button{padding:0 1rem}.add-note-button:hover{background:#c1cec8}.close-notes-button{width:52px;font-size:1.35rem}.close-notes-button:hover{background:#ad4e46;color:#fff}.notes-canvas{position:relative;min-width:0;min-height:0;overflow:hidden;background:radial-gradient(circle at 45% 30%,#183238,#08171b 68%)}.board-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.25;background-image:linear-gradient(rgba(115,190,181,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(115,190,181,.12) 1px,transparent 1px);background-size:28px 28px}.note-links-svg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;pointer-events:none}.link-line{stroke:#77c8c073;stroke-width:2;stroke-dasharray:6 4}.link-line.disproved{stroke:#b7554880;stroke-dasharray:3 5}.empty-notes{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;justify-items:center;padding:2rem;text-align:center}.empty-notes .notepad-icon{opacity:.45;transform:scale(.8)}.empty-notes h2{margin:1.2rem 0 .4rem;color:#d8e9e5;font:800 1.7rem Georgia,serif}.empty-notes p{max-width:48ch;margin:0 0 1.1rem;color:#89a6a1;font:.9rem/1.55 Georgia,serif}.empty-notes button{border:1px solid var(--amber);background:#e6ae4f1a;color:var(--amber);padding:.75rem .9rem;cursor:pointer;font:800 .65rem Courier New,monospace}.note-card{position:absolute;width:min(292px,calc(100% - 24px));border:1px solid #8f7b50;background:#ddd1a9;color:#263033;box-shadow:8px 12px 28px #00000061;transform:rotate(-.4deg)}.note-card.blue{border-color:#688994;background:#c6d9db;transform:rotate(.35deg)}.note-card.green{border-color:#718a6b;background:#ced9bd;transform:rotate(-.2deg)}.note-card.rose{border-color:#9b6e6c;background:#ddc2b9;transform:rotate(.45deg)}.note-card.dragging{box-shadow:14px 22px 42px #0000008c;transform:rotate(1deg) scale(1.015)}.note-drag-handle{height:30px;display:flex;align-items:center;justify-content:space-between;padding:0 .65rem;border-bottom:1px solid rgba(45,58,59,.24);color:#5f5f51;cursor:grab;touch-action:none;font:900 .58rem Courier New,monospace;letter-spacing:.09em}.note-drag-handle:active{cursor:grabbing}.note-drag-handle i{font-size:.95rem;font-style:normal}.note-body{padding:.8rem}.note-origin{display:grid;gap:.22rem;margin:-.1rem 0 .65rem;padding:.45rem .5rem;border:1px solid rgba(43,71,73,.18);background:#ffffff2e}.note-origin>span{color:#777365;font:900 .5rem Courier New,monospace;letter-spacing:.1em}.note-origin>b{color:#405f5e;font:800 .56rem/1.35 Courier New,monospace}.note-origin .note-source{justify-self:start;font-size:.56rem;line-height:1.35}.note-body blockquote{max-height:150px;overflow-y:auto;margin:0 0 .55rem;color:#293335;font:italic .9rem/1.5 Georgia,serif}.note-source{border:0;border-bottom:1px solid rgba(43,71,73,.35);background:transparent;color:#315f61;padding:0 0 .18rem;cursor:pointer;text-align:left;font:800 .58rem Courier New,monospace}.note-source:hover{color:#173d40;border-color:#173d40}.note-body label{display:grid;gap:.35rem;margin-top:.7rem}.note-body label>span{color:#6b6d5e;font:800 .56rem Courier New,monospace;letter-spacing:.08em}.note-body textarea{width:100%;resize:vertical;border:1px solid rgba(64,78,76,.25);background:#ffffff40;color:#253033;padding:.55rem;font:.82rem/1.45 Georgia,serif}.note-body textarea:focus{outline:2px solid rgba(40,94,91,.65);outline-offset:1px;background:#ffffff6b}.blank-note-field{margin-top:0!important}.note-body footer{display:flex;justify-content:space-between;align-items:center;margin-top:.7rem;padding-top:.55rem;border-top:1px solid rgba(57,70,68,.2)}.note-colors{display:flex;gap:.34rem}.note-colors button{width:17px;height:17px;border:1px solid rgba(25,39,40,.38);border-radius:50%;cursor:pointer}.note-colors button.amber{background:#d7bc63}.note-colors button.blue{background:#79aeb8}.note-colors button.green{background:#8eae79}.note-colors button.rose{background:#bf837b}.note-colors button.selected{outline:2px solid #263d3f;outline-offset:1px}.note-actions{display:flex;gap:.5rem;align-items:center}.note-action-btn{border:1px solid rgba(119,200,192,.2);background:#77c8c00f;color:#91aaa6;padding:.3rem .5rem;font:700 .54rem Courier New,monospace;letter-spacing:.05em;cursor:pointer}.note-action-btn:hover{border-color:var(--teal);color:var(--teal-soft)}.note-action-btn.disprove-btn{border-color:#b755484d;color:#b75548}.note-action-btn.disprove-btn:hover{border-color:#b75548;color:#e07060}.delete-note{border:0;background:transparent;color:#8c4f48;cursor:pointer;font:800 .56rem Courier New,monospace;margin-left:auto}.delete-note:hover{text-decoration:underline}.note-card.disproved{opacity:.5}.note-card.disproved:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid #b75548;pointer-events:none;z-index:1}.disproved-badge{position:absolute;top:-10px;right:8px;z-index:3;display:flex;align-items:center;gap:.3rem;background:#b75548;color:#fff;padding:.15rem .5rem;font:800 .55rem Courier New,monospace;letter-spacing:.08em}.disproved-badge button{border:0;background:transparent;color:#ffffffb3;cursor:pointer;font-size:.75rem;padding:0 .15rem}.disproved-badge button:hover{color:#fff}.link-count{color:var(--amber);font-size:.58rem;margin-left:auto}.note-links-list{margin-top:.5rem;padding-top:.5rem;border-top:1px dashed rgba(0,0,0,.15)}.note-links-list>span{display:block;color:#7a6f5e;font:700 .52rem Courier New,monospace;letter-spacing:.1em;margin-bottom:.3rem}.note-links-list.disproved-by>span{color:#b75548}.note-link-row{display:flex;align-items:center;justify-content:space-between;gap:.3rem;padding:.15rem 0;color:#4a4a42;font-size:.72rem}.note-link-row button{border:0;background:transparent;color:#8c4f48;cursor:pointer;font-size:.7rem;padding:0 .2rem}.note-link-row button:hover{color:#d05040}.link-picker{position:absolute;left:.6rem;right:.6rem;bottom:.6rem;z-index:6;border:1px solid var(--line);background:#0c2229;box-shadow:0 8px 24px #00000080}.link-picker-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem .7rem;border-bottom:1px solid var(--line);color:var(--teal-soft);font:700 .68rem Courier New,monospace}.link-picker-header button{border:0;background:transparent;color:#91aaa6;cursor:pointer;font-size:1rem}.link-picker-header button:hover{color:#fff}.link-picker-list{max-height:140px;overflow-y:auto}.link-picker-list button{width:100%;display:flex;align-items:center;gap:.5rem;border:0;border-bottom:1px solid rgba(119,200,192,.08);background:transparent;color:#d3e4e1;padding:.55rem .7rem;font:.72rem Courier New,monospace;text-align:left;cursor:pointer}.link-picker-list button:hover{background:#77c8c014}.link-picker-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.link-picker-dot.amber{background:#e6ae4f}.link-picker-dot.blue{background:#5a9ec4}.link-picker-dot.green{background:#5ab77a}.link-picker-dot.rose{background:#c76a6a}.link-picker-empty{display:block;padding:.7rem;color:#5a7d78;font:.68rem Courier New,monospace;text-align:center}.timeline-canvas{position:relative;min-width:0;min-height:0;overflow-y:auto;background:radial-gradient(circle at 50% 15%,#183238,#08171b 70%)}.timeline-canvas .empty-notes .timeline-icon{opacity:.48;transform:scale(.9)}.timeline-list{position:relative;width:min(820px,calc(100% - 2rem));margin:0 auto;padding:2.2rem 0 4rem;list-style:none}.timeline-list:before{content:"";position:absolute;left:34px;top:2rem;bottom:3.5rem;width:2px;background:linear-gradient(var(--amber),#547b77);box-shadow:0 0 16px #e6ae4f38}.timeline-list>li{position:relative;display:grid;grid-template-columns:70px 1fr;gap:1rem;align-items:start;margin-bottom:1rem}.timeline-number{position:relative;z-index:2;display:grid;place-items:center;width:40px;height:40px;margin:.75rem auto 0;border:2px solid var(--amber);border-radius:50%;background:#0b242a;color:#f2c874;box-shadow:0 0 0 6px #0e292f;font:900 .86rem Courier New,monospace}.timeline-card{border:1px solid #52726f;background:#d9ddd5;color:#1e2e31;box-shadow:0 12px 32px #00000052}.timeline-card>header{min-height:42px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #9ba7a2;background:#c7cfca}.timeline-card>header input{flex:1;min-width:0;border:0;background:transparent;color:#315d5d;padding:.7rem .85rem;font:900 .72rem Courier New,monospace;letter-spacing:.05em}.timeline-card>header input:focus{outline:2px solid #397a75;outline-offset:-2px}.timeline-card>header div{display:flex;align-self:stretch}.timeline-card>header button{width:40px;border:0;border-left:1px solid #a2aca8;background:transparent;color:#3e5d5e;cursor:pointer;font-weight:900}.timeline-card>header button:hover:not(:disabled){background:#b3c4bd}.timeline-card>header button:disabled{opacity:.25;cursor:default}.timeline-card textarea{width:calc(100% - 1.5rem);margin:.75rem .75rem 0;resize:vertical;border:1px solid #a0aaa5;background:#ecebe2;color:#202e31;padding:.7rem;font:.9rem/1.5 Georgia,serif}.timeline-card textarea:focus{outline:2px solid #397a75;outline-offset:1px}.timeline-card .note-source{margin:.6rem .8rem 0}.timeline-card .timeline-comment{background:#dfe4dc;color:#536363;font-size:.8rem}.timeline-card footer{display:flex;justify-content:space-between;align-items:center;margin-top:.7rem;border-top:1px solid #b0b6b0;padding:.55rem .8rem}.timeline-card footer span{color:#72807d;font:700 .54rem Courier New,monospace;letter-spacing:.06em}.timeline-card footer button{border:0;background:transparent;color:#9b504a;cursor:pointer;font:800 .56rem Courier New,monospace}@media(max-width:800px){.terminal-page{padding:0}.terminal-shell{height:100svh;min-height:0;border:0}.case-reader{grid-template-columns:1fr;grid-template-rows:44px auto minmax(0,1fr)}.case-reader-titlebar{grid-column:1;grid-row:1}.case-sidebar{grid-row:2;max-height:235px;border-right:0;border-bottom:1px solid var(--line)}.document-view{grid-row:3}.case-id-block,.review-meter{display:none}.case-sidebar nav{grid-auto-flow:column;grid-auto-columns:minmax(135px,1fr);overflow-x:auto}.case-sidebar nav button{grid-template-columns:22px 1fr}.case-sidebar nav button i{display:none}.submit-case-button{margin:.1rem .65rem .65rem}.document-page{width:calc(100% - 1rem);margin:.5rem auto 1.5rem}.report-case-meta{grid-template-columns:repeat(2,1fr)}.notes-canvas{display:grid;align-content:start;gap:.8rem;overflow-y:auto;padding:.8rem}.notes-canvas .board-grid{position:fixed}.note-card{position:relative;left:auto!important;top:auto!important;width:100%;transform:none!important}.note-drag-handle{cursor:default}}@media(max-width:540px){.scene-frame{padding:1rem}.scene-panel{padding:1.35rem}.skip-intro{top:.75rem;right:.75rem}.dialogue-line{grid-template-columns:1fr;gap:.18rem}.dialogue-list{max-height:43svh;overflow-y:auto;padding-right:.35rem}.comic-panel{max-height:calc(100svh - 5rem);overflow-y:auto}.system-actions>span{display:none}.terminal-welcome{left:1.2rem;right:1.2rem}.folder-button{top:43%}.email-desktop-button{left:1.2rem}.files-desktop-button{left:8.5rem}.suspects-desktop-button{left:15.8rem}.timeline-desktop-button{left:1.2rem;top:64%}.notes-desktop-button{left:8.5rem;top:64%}.report-desktop-button{left:15.8rem;top:64%}.journal-desktop-button{left:15.8rem;top:82%}.file-window{top:12%;width:calc(100% - 1rem)}.case-file{grid-template-columns:44px 1fr}.case-file>b{display:none}.paper-file{height:54px}.document-toolbar span:last-child{display:none}.case-facts{grid-template-columns:1fr}.case-facts div,.case-facts div:nth-child(2n),.case-facts div:nth-child(n+3){border-right:0;border-bottom:1px solid #aeb1aa}.case-facts div:last-child{border-bottom:0}.testimony-block{grid-template-columns:1fr;gap:.45rem}.task-submit-panel{align-items:stretch;flex-direction:column}.task-submit-panel button{width:100%}.case-report-scroll{padding:.35rem}.case-report-paper{margin-bottom:1rem}.report-letterhead h1{font-size:1.85rem}.report-case-meta{grid-template-columns:1fr}.report-instruction{margin-left:0}.report-body-textarea{min-height:260px}.report-submit-footer{align-items:stretch;flex-direction:column}.report-submit-footer>button{width:100%}.report-source-shade{padding:.25rem}.source-filter-bar{flex-wrap:wrap}.source-filter-bar button{flex:0 0 auto;padding:.5rem .65rem}.notes-board-bar>div:first-child{padding-left:.65rem}.notes-board-bar small{display:none}.add-note-button{padding:0 .65rem;font-size:.58rem}.note-toast{width:calc(100% - 1.5rem);text-align:center}.report-meta{grid-template-columns:1fr}.suspect-strip{grid-template-columns:repeat(2,1fr)}.selection-tool button{padding:.58rem .48rem;font-size:.54rem}.timeline-list{width:calc(100% - .7rem);padding-top:1rem}.timeline-list:before{left:23px;top:1rem}.timeline-list>li{grid-template-columns:48px 1fr;gap:.35rem}.timeline-number{width:32px;height:32px;margin-top:.65rem;box-shadow:0 0 0 4px #0e292f}.timeline-card footer span{display:none}}.suspects-board{position:absolute;z-index:32;top:48px;right:0;bottom:0;left:0;display:grid;grid-template-rows:54px minmax(0,1fr);background:#0a1c21;color:#e6f1ee}.suspects-board-bar .suspect-icon{width:24px;height:28px}.suspects-canvas{min-width:0;min-height:0;overflow-y:auto;padding:1.2rem;display:grid;gap:1rem;align-content:start;background:radial-gradient(circle at 50% 15%,#183238,#08171b 70%)}.suspect-card{border:1px solid #52726f;background:#0e2a30;box-shadow:0 8px 28px #00000059}.suspect-card.status-suspected{border-color:#b7854a}.suspect-card.status-excluded{border-color:#4a8a6e}.suspect-card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.2rem;border-bottom:1px solid rgba(119,200,192,.15);background:#77c8c00a}.suspect-identity h3{margin:0;color:#eef7f5;font:800 1.1rem Georgia,serif}.suspect-identity span{color:#86a5a0;font:.68rem/1.4 Courier New,monospace}.suspect-status-controls{display:flex;gap:.35rem}.suspect-status-btn{border:1px solid #3e5d5e;background:transparent;color:#86a5a0;padding:.4rem .6rem;cursor:pointer;font:800 .56rem Courier New,monospace;letter-spacing:.06em;transition:all .15s}.suspect-status-btn:hover{border-color:#6cb7af;color:#d3e4e1}.suspect-status-btn.active.unclear{border-color:#6f928d;background:#77c8c01f;color:var(--teal-soft)}.suspect-status-btn.active.suspected{border-color:#e6ae4f;background:#e6ae4f26;color:var(--amber)}.suspect-status-btn.active.excluded{border-color:#60df9b;background:#60df9b1f;color:#60df9b}.suspect-evidence-columns{display:grid;grid-template-columns:1fr 1fr;min-height:120px}.evidence-column{padding:.8rem}.evidence-column.incriminating{border-right:1px solid rgba(119,200,192,.1);background:#b755480a}.evidence-column.exonerating{background:#60df9b08}.evidence-column-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem;padding-bottom:.45rem;border-bottom:1px solid rgba(119,200,192,.12)}.evidence-column-header span{color:#6f928d;font:900 .58rem Courier New,monospace;letter-spacing:.1em}.incriminating .evidence-column-header span{color:#c77a6a}.exonerating .evidence-column-header span{color:#5ab77a}.evidence-column-header button{width:26px;height:26px;border:1px solid #3e5d5e;background:transparent;color:var(--teal);cursor:pointer;font-size:.9rem;display:grid;place-items:center}.evidence-column-header button:hover{background:#77c8c01f;border-color:var(--teal)}.evidence-entry{position:relative;margin-bottom:.5rem}.evidence-entry textarea{width:100%;resize:vertical;border:1px solid rgba(119,200,192,.15);background:#ffffff0a;color:#d3e4e1;padding:.55rem;font:.82rem/1.45 Georgia,serif}.evidence-entry textarea:focus{outline:2px solid rgba(119,200,192,.4);outline-offset:1px;background:#ffffff12}.evidence-source{display:block;margin-top:.2rem;color:#5a8b85;font:.56rem Courier New,monospace}.evidence-delete{position:absolute;top:.25rem;right:.25rem;width:20px;height:20px;border:0;background:transparent;color:#6f928d;cursor:pointer;font-size:.8rem;opacity:0;transition:opacity .15s}.evidence-entry:hover .evidence-delete{opacity:1}.evidence-delete:hover{color:#b75548}.evidence-empty{margin:0;color:#4a6a65;font:italic .76rem Georgia,serif}.suspect-icon{position:relative;display:inline-block;width:66px;height:68px;border:2px solid #668381;background:#102e34;box-shadow:6px 7px #425b5a,0 10px 20px #00000040}.suspect-icon:before{content:"?";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#d3b260;font:900 1.8rem Courier New,monospace}.suspect-icon i{position:absolute;bottom:6px;width:12px;height:12px;border:2px solid #668381;border-radius:50%;background:#1a4a4e}.suspect-icon i:nth-child(1){left:8px}.suspect-icon i:nth-child(2){left:24px}.suspect-icon i:nth-child(3){left:40px}.folder-button .suspect-icon{width:62px;height:68px}.open-suspects-button .suspect-icon{width:19px;height:23px;border-width:1px;box-shadow:2px 2px #425b5a}.open-suspects-button .suspect-icon:before{font-size:.9rem}.open-suspects-button .suspect-icon i{display:none}.selection-tool .suspect-flag-btn{color:#e09060}.selection-tool .suspect-flag-btn:hover{background:#e0906026}.suspect-picker{position:fixed;z-index:61;border:1px solid #52726f;background:#0c2229;box-shadow:0 10px 30px #0009;min-width:200px}.suspect-picker-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem .7rem;border-bottom:1px solid var(--line);color:var(--teal-soft);font:700 .62rem Courier New,monospace;letter-spacing:.06em}.suspect-picker-header button{border:0;background:transparent;color:#91aaa6;cursor:pointer;font-size:.9rem}.suspect-picker-list button{width:100%;display:flex;align-items:center;gap:.5rem;border:0;border-bottom:1px solid rgba(119,200,192,.08);background:transparent;color:#d3e4e1;padding:.6rem .7rem;font:.72rem Courier New,monospace;text-align:left;cursor:pointer}.suspect-picker-list button:hover{background:#77c8c014}.suspect-picker-list .picker-type{display:flex;gap:.3rem;margin-left:auto}.suspect-picker-list .picker-type button{width:auto;min-width:0;border:1px solid #3e5d5e;padding:.2rem .4rem;font-size:.52rem}.suspect-picker-list .picker-type button.incr{color:#c77a6a;border-color:#b755484d}.suspect-picker-list .picker-type button.incr:hover{background:#b7554826}.suspect-picker-list .picker-type button.exon{color:#5ab77a;border-color:#60df9b4d}.suspect-picker-list .picker-type button.exon:hover{background:#60df9b26}@media(max-width:800px){.suspect-evidence-columns{grid-template-columns:1fr}.evidence-column.incriminating{border-right:0;border-bottom:1px solid rgba(119,200,192,.1)}.suspect-card-header{flex-direction:column;align-items:flex-start;gap:.5rem}}@media(max-width:540px){.suspects-canvas{padding:.5rem}.suspect-status-controls{flex-wrap:wrap}}.save-desktop-button{left:90%}.save-icon{position:relative;display:inline-block;width:62px;height:60px;border:2px solid #668381;border-radius:4px;background:#102e34;box-shadow:6px 7px #425b5a,0 10px 20px #00000040}.save-icon:before{content:"";position:absolute;top:5px;left:50%;transform:translate(-50%);width:28px;height:20px;border:2px solid #d3b260;background:#d3b2601f}.save-icon:after{content:"";position:absolute;bottom:5px;left:50%;transform:translate(-50%);width:22px;height:10px;border:1px solid #668381;background:#0a1e24}.save-icon i:first-child{position:absolute;top:15px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:10px solid #d3b260}.save-icon i:last-child{position:absolute;top:7px;left:50%;transform:translate(-50%);width:3px;height:10px;background:#d3b260}.save-window{position:absolute;z-index:5;top:8%;left:50%;transform:translate(-50%);width:min(580px,90%);max-height:82%;border:1px solid #547077;background:#0c2229;box-shadow:0 30px 80px #0000008c;display:flex;flex-direction:column;overflow-y:auto}.save-window .save-icon{width:18px;height:17px;border-width:1px;box-shadow:none;border-radius:2px;vertical-align:middle;margin-right:.5rem}.save-window .save-icon:before{top:2px;width:9px;height:6px;border-width:1px}.save-window .save-icon:after{bottom:2px;width:7px;height:4px}.save-window .save-icon i{display:none}.save-slot-list{display:grid;gap:0}.save-slot{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.9rem 1.2rem;border-bottom:1px solid var(--line)}.save-slot-info{display:grid;gap:.2rem}.save-slot-info strong{color:#6f928d;font:700 .82rem Courier New,monospace}.save-slot.occupied .save-slot-info strong{color:#d3e4e1}.save-slot-info small{color:#5a7d78;font:.68rem Courier New,monospace}.save-slot-actions{display:flex;gap:.4rem;align-items:center;flex-shrink:0}.save-slot-actions button{border:1px solid #3e5d5e;background:transparent;color:var(--teal-soft);padding:.35rem .7rem;font:700 .62rem Courier New,monospace;letter-spacing:.06em;cursor:pointer}.save-slot-actions button:hover{background:#6ec9c01f;border-color:var(--teal)}.save-slot-actions .save-btn{color:#d3b260;border-color:#d3b26059}.save-slot-actions .save-btn:hover{background:#d3b2601f;border-color:#d3b260}.save-slot-actions .load-btn{color:var(--teal-soft)}.save-slot-actions .delete-btn{color:#b75548;border-color:#b755484d;padding:.35rem .5rem}.save-slot-actions .delete-btn:hover{background:#b755481f;border-color:#b75548}.save-confirm{display:flex;align-items:center;gap:.4rem;color:#d3b260;font:700 .65rem Courier New,monospace;white-space:nowrap}.save-confirm button{border:1px solid #3e5d5e;background:transparent;padding:.25rem .5rem;font:700 .6rem Courier New,monospace;cursor:pointer}.save-confirm button:first-of-type{color:#5ab77a;border-color:#60df9b4d}.save-confirm button:first-of-type:hover{background:#60df9b1f}.save-confirm button:last-of-type{color:#b75548;border-color:#b755484d}.save-confirm button:last-of-type:hover{background:#b755481f}.save-file-actions{display:flex;gap:.5rem;padding:1rem 1.2rem;border-top:1px solid var(--line)}.save-file-actions button{flex:1;border:1px solid #3e5d5e;background:transparent;color:#91aaa6;padding:.55rem .8rem;font:700 .65rem Courier New,monospace;letter-spacing:.06em;cursor:pointer}.save-file-actions button:hover{background:#6ec9c014;border-color:var(--teal);color:var(--teal-soft)}@media(max-width:640px){.save-desktop-button{left:8.5rem;top:82%}.journal-desktop-button{left:1.2rem;top:82%}.save-slot{flex-direction:column;align-items:flex-start}.save-file-actions{flex-direction:column}}.journal-icon{position:relative;display:inline-block;width:58px;height:70px;border:2px solid #7a5a45;background:#3d2518;box-shadow:6px 7px #425b5a,0 10px 20px #00000040}.journal-icon:before{content:"";position:absolute;left:-2px;top:-2px;bottom:-2px;width:10px;border-right:2px solid #8b6b52;background:#4e2f1c}.journal-icon:after{content:"";position:absolute;top:-2px;right:14px;width:5px;height:18px;background:#d3b260;clip-path:polygon(0 0,100% 0,100% 100%,50% 80%,0 100%)}.journal-icon i{position:absolute;left:18px;right:8px;height:1px;background:#d3b2604d}.journal-icon i:nth-child(1){top:24px}.journal-icon i:nth-child(2){top:36px}.journal-icon i:nth-child(3){top:48px}.journal-window{position:absolute;z-index:5;top:4%;left:50%;transform:translate(-50%);width:min(780px,92%);max-height:92%;border:1px solid #547077;background:#0c2229;box-shadow:0 30px 80px #0000008c;display:flex;flex-direction:column}.journal-window .journal-icon{width:18px;height:21px;border-width:1px;box-shadow:none;vertical-align:middle;margin-right:.5rem}.journal-window .journal-icon:before{width:4px;left:-1px;top:-1px;bottom:-1px;border-right-width:1px}.journal-window .journal-icon:after,.journal-window .journal-icon i{display:none}.journal-entry-list{display:grid;gap:.75rem;padding:1.2rem}.journal-entry-item{width:100%;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:1rem;border:1px solid #5a3d2e;background:#1e1410;color:#e0d8cf;text-align:left;padding:1rem;cursor:pointer;font-family:Courier New,monospace}.journal-entry-item:hover{border-color:#d3b260;background:#2a1c14}.journal-entry-item>span:nth-child(2){display:grid;gap:.35rem}.journal-entry-item small{color:#a08c78;font:.7rem Courier New,monospace}.journal-entry-item b{color:#d3b260;font:.7rem Courier New,monospace}.journal-entry-number{display:grid;place-items:center;height:44px;background:#3d2518;color:#d3b260;font:800 .85rem Courier New,monospace;border:1px solid #7a5a45}.journal-back{border:0;background:transparent;color:var(--teal-soft);font:700 .7rem Courier New,monospace;cursor:pointer;padding:.25rem .5rem}.journal-back:hover{color:var(--teal)}.journal-scroll{flex:1;overflow-y:auto}.journal-page{margin:1.5rem;padding:2rem 2.2rem 2rem 2.8rem;background:#f5ecd7;color:#2a1e14;border:1px solid #c8b894;box-shadow:inset 0 0 30px #0000000f,3px 4px 12px #0000004d;position:relative}.journal-page:before{content:"";position:absolute;left:2rem;top:0;bottom:0;width:1px;background:#b4505038}.journal-heading{margin:0 0 .2rem;font:italic 700 1.35rem Georgia,Times New Roman,serif;color:#3d2518}.journal-subheading{margin:0 0 1.5rem;font:italic 400 .95rem Georgia,Times New Roman,serif;color:#8b6b52;border-bottom:1px solid #c8b894;padding-bottom:.75rem}.journal-paragraph{margin:0 0 .85rem;font:calc(.95rem * var(--text-scale, 1))/1.7 Georgia,"Times New Roman",serif;color:#2a1e14}.journal-quote{margin:.5rem 0 1rem 1.2rem;padding:.75rem 1rem;border-left:3px solid #8b6b52;background:#8b6b5214;font:italic calc(.92rem * var(--text-scale, 1))/1.65 Georgia,"Times New Roman",serif;color:#4a3520}.journal-questions{margin:0 1.5rem 1.5rem;padding:1.5rem;border:1px solid var(--line);background:#0a1e24}.journal-questions h3{margin:0 0 .35rem;color:#d3b260;font:800 .85rem Courier New,monospace;letter-spacing:.1em;text-transform:uppercase}.journal-questions-intro{margin:0 0 1.5rem;color:#6f928d;font:.75rem Courier New,monospace}.journal-q{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--line)}.journal-q:last-of-type{border-bottom:0;margin-bottom:0;padding-bottom:0}.journal-q-text{margin:0 0 .75rem;color:#d3e4e1;font:700 .82rem Courier New,monospace;line-height:1.55}.journal-q-text>span{color:#d3b260;margin-right:.35rem}.journal-options{display:grid;gap:.4rem}.journal-opt{display:flex;align-items:center;gap:.65rem;width:100%;text-align:left;border:1px solid #31515a;background:#102d34;color:#b8ccc8;padding:.65rem .85rem;font:.78rem Courier New,monospace;line-height:1.45;cursor:pointer}.journal-opt:hover:not(:disabled){border-color:var(--teal);background:#15363d}.journal-opt.selected{border-color:#d3b260;background:#d3b2601a;color:#e0efec}.journal-opt.correct-answer{border-color:#4a9;background:#44aa991f;color:#4a9}.journal-opt.wrong-answer{border-color:#b75548;background:#b755481f;color:#c76b60}.journal-opt:disabled{cursor:default}.journal-opt:disabled:not(.correct-answer):not(.wrong-answer){opacity:.5}.opt-letter{display:grid;place-items:center;flex-shrink:0;width:24px;height:24px;border:1px solid currentColor;font:700 .7rem Courier New,monospace;opacity:.7}.journal-answer{display:block;width:100%;min-height:100px;border:1px solid #31515a;background:#102d34;color:#d3e4e1;padding:.75rem .85rem;font:.82rem Courier New,monospace;line-height:1.55;resize:vertical}.journal-answer:focus{outline:none;border-color:#d3b260;background:#152f36}.journal-answer::placeholder{color:#4e706b}.journal-check-btn{margin-top:.65rem;border:1px solid #d3b260;background:#d3b2601a;color:#d3b260;padding:.5rem 1.2rem;font:700 .72rem Courier New,monospace;letter-spacing:.06em;cursor:pointer}.journal-check-btn:hover{background:#d3b26033}.journal-feedback{margin:.65rem 0 0;padding:.65rem .85rem;font:.75rem Courier New,monospace;line-height:1.55;border-left:3px solid}.q-correct .journal-feedback{color:#6ec4a8;border-color:#4a9;background:#44aa990f}.q-incorrect .journal-feedback{color:#c8978f;border-color:#b75548;background:#b755480f}.journal-score{margin-top:1.5rem;padding:1.2rem;border:1px solid #d3b260;background:#d3b2600f;text-align:center}.journal-score-number{margin:0 0 .35rem;color:#d3b260;font:800 1.6rem Courier New,monospace}.journal-score-msg{margin:0;color:#91aaa6;font:.78rem Courier New,monospace}.journal-score-msg.perfect{color:#4a9}@media(max-width:540px){.journal-page{margin:.75rem;padding:1.2rem 1.2rem 1.2rem 1.8rem}.journal-page:before{left:1rem}.journal-heading{font-size:1.1rem}.journal-paragraph{font-size:.88rem}.journal-questions{margin:0 .75rem .75rem;padding:1rem}.journal-opt{padding:.55rem .65rem;font-size:.72rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}.comic-scene,.phone .comic-sound,.lightning-image,.lightning:after,.lightning .scene-shade{animation:none!important}}.city-map{--street: #d4a04a;--street-label: #d4a04a;--river: #3a6fa0;--building: #d4a04a;--pin-glow: #d4a04a;--pin-bg: rgba(30, 25, 18, .92);--map-bg: #0e0c09;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--map-bg);display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Courier New,Courier,monospace;color:#c8b48a;overflow:hidden;opacity:0;transition:opacity .8s ease}.city-map.entered{opacity:1}.map-rain{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;background:repeating-linear-gradient(78deg,transparent,transparent 97px,rgba(180,170,150,.03) 97px,rgba(180,170,150,.03) 98px),repeating-linear-gradient(82deg,transparent,transparent 131px,rgba(180,170,150,.02) 131px,rgba(180,170,150,.02) 132px);animation:rain-drift 4s linear infinite}@keyframes rain-drift{0%{transform:translateY(-40px) translate(-10px)}to{transform:translateY(40px) translate(10px)}}.map-header{text-align:center;z-index:2;margin-bottom:1rem;padding-top:1rem}.map-eyebrow{display:block;font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:#8a7a5a;margin-bottom:.25rem}.map-header h1{font-size:1.8rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#d4a04a;margin:0;text-shadow:0 0 20px rgba(212,160,74,.3)}.map-subtitle{display:block;font-size:.75rem;color:#8a7a5a;margin-top:.25rem;letter-spacing:.1em}.map-container{position:relative;width:min(90vw,800px);aspect-ratio:8 / 5;z-index:2;border:1px solid rgba(212,160,74,.15);border-radius:4px;background:#14110c99;overflow:hidden}.map-streets{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.map-locations{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-areas:".       .       court   .       .       ." "hq      .       .       .       .       harbor" ".       .       .       .       .       ." ".       riverside .     timmy   .       .";grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(4,1fr);padding:1rem;gap:.5rem}.map-pin{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;background:var(--pin-bg);border:1px solid rgba(212,160,74,.2);border-radius:6px;padding:.5rem .4rem;cursor:pointer;position:relative;transition:all .3s ease;text-align:center;min-width:0}.map-pin:hover,.map-pin.hovered{border-color:#d4a04a99;background:#282114f2;transform:scale(1.05);box-shadow:0 0 20px #d4a04a26;z-index:5}.map-pin.locked{opacity:.35;cursor:not-allowed;filter:grayscale(.7)}.pin-beacon{position:absolute;top:-3px;right:-3px;width:8px;height:8px;background:var(--pin-glow);border-radius:50%;box-shadow:0 0 6px var(--pin-glow),0 0 12px var(--pin-glow);animation:beacon-pulse 2s ease-in-out infinite}@keyframes beacon-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.pin-icon{font-size:1.5rem;line-height:1;filter:drop-shadow(0 0 4px rgba(212,160,74,.3))}.pin-label{display:flex;flex-direction:column;gap:.15rem}.pin-label strong{font-size:.65rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#d4a04a;line-height:1.2}.pin-label small{font-size:.55rem;color:#8a7a5a;line-height:1.2}.map-footer{display:flex;justify-content:space-between;width:min(90vw,800px);padding:.5rem 0;font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:#5a4f3a;z-index:2}@media(max-width:600px){.map-header h1{font-size:1.2rem}.map-container{width:96vw;aspect-ratio:4 / 5}.map-locations{grid-template-areas:"hq      court" "riverside timmy" "harbor  .";grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,1fr);padding:.75rem}.pin-icon{font-size:1.2rem}.pin-label strong{font-size:.6rem}.pin-label small{display:none}}.loading-screen{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;background:radial-gradient(ellipse at 50% 40%,#0f2a32,#030c10 70%);animation:loadFadeIn .4s ease}@keyframes loadFadeIn{0%{opacity:0}to{opacity:1}}.loading-badge{display:flex;align-items:center;justify-content:center;padding:18px 20px;border:2px solid #e6ae4f;color:#e6ae4f;font:900 1.1rem Courier New,monospace;letter-spacing:.08em;animation:badgePulse 1.6s ease-in-out infinite}@keyframes badgePulse{0%,to{border-color:#e6ae4f;color:#e6ae4f}50%{border-color:#f1c774;color:#f1c774;box-shadow:0 0 18px #e6ae4f40}}.loading-title{color:#fff;font-size:1.3rem;font-weight:800;letter-spacing:-.02em}.loading-sub{color:#6f928d;font:.72rem Courier New,monospace;letter-spacing:.12em;text-transform:uppercase}.loading-bar-track{width:min(280px,70vw);height:3px;background:#77c8c026;overflow:hidden}.loading-bar-fill{height:100%;background:#e6ae4f;transition:width .25s ease}.loading-count{color:#b5e4db59;font:700 .58rem Courier New,monospace;letter-spacing:.1em}#intro{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#030c10;overflow:hidden}.splash{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem;background:radial-gradient(ellipse at 50% 40%,#0f2a32,#030c10 70%);opacity:1;transition:opacity .6s ease}.splash.hidden{opacity:0;pointer-events:none}.splash-title{text-align:center;color:#e8f3f1}.splash-title .eyebrow{display:block;margin-bottom:.6rem;color:#77c8c0;font:700 .7rem/1.2 Courier New,monospace;letter-spacing:.2em;text-transform:uppercase}.splash-title h1{margin:0;font-size:clamp(2.4rem,7vw,5rem);line-height:.95;letter-spacing:-.04em;color:#fff}.splash-title .sub{display:block;margin-top:.5rem;color:#6f928d;font:.85rem/1.4 Courier New,monospace;letter-spacing:.08em}.lang-buttons{display:flex;gap:1.2rem}.lang-btn{display:flex;align-items:center;gap:.7rem;border:1px solid #3a6058;background:#77c8c014;color:#b5e4db;padding:1rem 2rem;font:700 .85rem Courier New,monospace;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:all .2s ease}.lang-btn:hover{border-color:#e6ae4f;background:#e6ae4f1f;color:#e6ae4f;transform:translateY(-2px)}.lang-btn:focus-visible{outline:3px solid white;outline-offset:3px}.comic-viewer{position:absolute;top:0;right:0;bottom:0;left:0;display:none;background:#030c10}.comic-viewer.active{display:block}.comic-page{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .5s ease;cursor:pointer}.comic-page.active{opacity:1}.comic-page.exiting{opacity:0;transition:opacity .4s ease}.comic-page img{max-width:100%;max-height:100vh;object-fit:contain}.comic-page.has-panels img{opacity:0;transform:scale(1.01);transition:opacity .6s ease,transform .8s ease}.comic-page.has-panels.active img{opacity:1;transform:scale(1)}.comic-page:not(.has-panels) img{animation:kenBurns 8s ease-out forwards}@keyframes kenBurns{0%{transform:scale(1.04)}to{transform:scale(1)}}.comic-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#ffffff1a;z-index:10}.comic-progress-fill{height:100%;background:#e6ae4f;transition:width .4s ease}.click-hint{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);color:#b5e4db80;font:700 .6rem Courier New,monospace;letter-spacing:.15em;text-transform:uppercase;z-index:10;animation:hintPulse 2s ease-in-out infinite;pointer-events:none}@keyframes hintPulse{0%,to{opacity:.5}50%{opacity:1}}.skip-intro-btn{position:absolute;top:1rem;right:1rem;z-index:10;border:1px solid rgba(181,228,219,.3);background:#041217b3;color:#bed8d3;padding:.5rem .75rem;font:700 .6rem Courier New,monospace;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .2s ease}.skip-intro-btn:hover{border-color:#77c8c0;color:#fff}.page-counter{position:absolute;top:1rem;left:1rem;z-index:10;color:#b5e4db66;font:700 .6rem Courier New,monospace;letter-spacing:.1em;pointer-events:none}#intro.fade-out{opacity:0;transition:opacity 1s ease;pointer-events:none}.difficulty-screen{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:2rem 1rem;background:radial-gradient(ellipse at 50% 40%,#0f2a32,#030c10 70%);animation:loadFadeIn .6s ease;overflow-y:auto}.difficulty-header{text-align:center}.difficulty-header .eyebrow{display:block;margin-bottom:.6rem;color:#77c8c0;font:700 .7rem/1.2 Courier New,monospace;letter-spacing:.2em;text-transform:uppercase}.difficulty-header h1{margin:0;font-size:clamp(1.8rem,5vw,3rem);line-height:1;letter-spacing:-.03em;color:#fff}.difficulty-header p{margin:.8rem 0 0;color:#6f928d;font:.78rem/1.4 Courier New,monospace;letter-spacing:.06em}.difficulty-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:1.4rem;padding:0 1rem}.difficulty-card{display:flex;flex-direction:column;align-items:center;gap:.6rem;width:200px;padding:1.6rem 1.2rem 1.4rem;border:1px solid #3a6058;background:#77c8c00a;cursor:pointer;transition:all .25s ease;text-align:center}.difficulty-card .difficulty-rank{color:#e6ae4f;font:900 1rem Courier New,monospace;letter-spacing:.1em;text-transform:uppercase}.difficulty-card .difficulty-level{display:inline-block;padding:.15rem .6rem;border:1px solid rgba(119,200,192,.3);color:#77c8c0;font:700 .55rem Courier New,monospace;letter-spacing:.18em;text-transform:uppercase}.difficulty-card p{margin:.4rem 0 0;color:#8aaca5;font:.7rem/1.5 Courier New,monospace}.difficulty-card:hover{border-color:#e6ae4f;background:#e6ae4f1a;transform:translateY(-4px);box-shadow:0 8px 32px #e6ae4f1f}.difficulty-card:hover .difficulty-rank{color:#f1c774}.difficulty-card:focus-visible{outline:3px solid white;outline-offset:3px}.difficulty-card.gumshoe .difficulty-rank{color:#6fc8a0}.difficulty-card.gumshoe:hover{border-color:#6fc8a0;background:#6fc8a01a;box-shadow:0 8px 32px #6fc8a01f}.difficulty-card.gumshoe:hover .difficulty-rank{color:#8ee0bc}.difficulty-card.officer .difficulty-rank{color:#e6ae4f}.difficulty-card.lead-investigator .difficulty-rank{color:#e07050}.difficulty-card.lead-investigator:hover{border-color:#e07050;background:#e070501a;box-shadow:0 8px 32px #e070501f}.difficulty-card.lead-investigator:hover .difficulty-rank{color:#f09070}@media(max-width:600px){.splash-title h1{font-size:2.2rem}.lang-buttons{flex-direction:column;gap:.8rem}.lang-btn{padding:.8rem 1.5rem;justify-content:center}.difficulty-cards{flex-direction:column;align-items:center;gap:1rem}.difficulty-card{width:min(280px,85vw);padding:1.4rem 1rem 1.2rem}}
