@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=VT323&family=Fira+Code:wght@500;700&family=Permanent+Marker&display=swap";:root{--win-gray:silver;--font-retro:Tahoma, "Segoe UI", sans-serif}html,body,#root{width:100%;height:100%}body{font-family:var(--font-retro);color:#000;-webkit-font-smoothing:none;background-color:#5c94fc;line-height:1.5}button,input,textarea,select{font-family:inherit}:root{--win-gray:silver;--win-gray-light:#dfdfdf;--win-gray-dark:gray;--win-gray-darker:#404040;--win-blue-title:navy;--win-blue-title-gradient:linear-gradient(90deg, navy 0%, #1084d0 100%);--win-yellow-manual:#ffd500;--font-retro:"Tahoma", "Segoe UI", -apple-system, sans-serif;--font-comic:"Permanent Marker", cursive, sans-serif}*{box-sizing:border-box;margin:0;padding:0}.retro-desktop,.retro-taskbar,.desktop-icons-column,.window-title-bar,.start-menu{-webkit-user-select:none;user-select:none}.sql-editor-screen,.manual-chapter-page,.chapter-code-snippet,.messages-list-wrap,.clues-window-body,.search-results-table-wrap,.dialog-body,.browser-article,.alibi-text,textarea,input,select{-webkit-user-select:text;user-select:text}body{width:100vw;height:100vh;font-family:var(--font-retro);background-color:#5c94fc;margin:0;padding:0;overflow:hidden}.retro-desktop{background-color:#087d80;background-image:radial-gradient(circle at 74% 13%,#98efe429,#0000 26%),linear-gradient(#0b8d8e 0%,#087d80 46%,#056d73 100%);flex-direction:column;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.retro-desktop:before{content:"";z-index:0;pointer-events:none;opacity:.2;mix-blend-mode:overlay;background-image:linear-gradient(#ffffff14 1px,#0000 1px),linear-gradient(90deg,#00000012 1px,#0000 1px);background-size:4px 4px;position:absolute;inset:0}.retro-desktop:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(#0000 58%,#00192e24 100%),radial-gradient(#0000 55%,#00192e29 100%);position:absolute;inset:0}.desktop-wallpaper-hills{opacity:.58;pointer-events:none;z-index:1;width:100%;height:39%;position:absolute;bottom:34px;left:0}.cloud{opacity:.48;filter:drop-shadow(0 3px 5px #00233024);pointer-events:none;background:#fff;border-radius:50px;position:absolute}.cloud-1{width:140px;height:45px;top:12%;right:18%}.cloud-1:before{content:"";background:#fff;border-radius:50%;width:60px;height:60px;position:absolute;top:-25px;left:25px}.cloud-1:after{content:"";background:#fff;border-radius:50%;width:45px;height:45px;position:absolute;top:-15px;left:70px}.cloud-2{width:100px;height:35px;top:25%;right:5%}.cloud-2:before{content:"";background:#fff;border-radius:50%;width:45px;height:45px;position:absolute;top:-20px;left:20px}.desktop-icons-column{z-index:10;flex-direction:column;gap:12px;width:78px;display:flex;position:absolute;top:16px;left:14px}.desktop-icon-item{cursor:pointer;border:1px dotted #0000;border-radius:3px;flex-direction:column;align-items:center;gap:3px;padding:4px 2px;transition:transform .1s;display:flex}.desktop-icon-item.selected{background:#00008080;border-color:#fff}.desktop-icon-item.selected .icon-label-proper{background:navy}.desktop-icon-item:active{transform:scale(.95)}.icon-graphic-wrap{justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative}.icon-svg-proper{filter:drop-shadow(1px 2px 3px #0006);width:40px;height:40px}.icon-label-proper{color:#fff;text-align:center;text-shadow:1px 1px 2px #000,0 0 4px #000;border-radius:2px;padding:1px 3px;font-size:11px;font-weight:700;line-height:1.1}.icon-red-badge-proper{background-color:#ef4444;border:1.5px solid #fff;border-radius:50%;width:10px;height:10px;animation:2s infinite pulseDot;position:absolute;top:-2px;left:-2px;box-shadow:0 1px 3px #00000080}.icon-gold-lock-wrap{filter:drop-shadow(0 1px 2px #000c);position:absolute;bottom:-2px;right:-2px}@keyframes pulseDot{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.retro-window{background:var(--win-gray);z-index:20;border:2px solid #000;border-color:#fff #000 #000 #fff;flex-direction:column;display:flex;position:absolute;box-shadow:inset 1px 1px #dfdfdf,inset -1px -1px gray,4px 6px 16px #00000059}.retro-window.active-window{z-index:30}.retro-window-inner-wrap{flex-direction:column;flex:1;height:calc(100% - 24px);display:flex;overflow:hidden}.window-title-bar{background:var(--win-blue-title-gradient);cursor:move;touch-action:none;justify-content:space-between;align-items:center;padding:3px 4px 3px 6px;display:flex}.retro-window:not(.active-window) .window-title-bar{background:linear-gradient(90deg,gray 0%,#a0a0a0 100%)}.window-title-text{color:#fff;letter-spacing:.5px;align-items:center;gap:6px;font-size:12px;font-weight:700;display:flex}.window-controls{gap:2px;display:flex}.btn-win-ctrl{background:var(--win-gray);cursor:pointer;border:1px solid #000;border-color:#fff #000 #000 #fff;justify-content:center;align-items:center;width:16px;height:14px;padding:0;font-size:9px;font-weight:900;line-height:1;display:flex}.btn-win-ctrl:active{border:1px solid #fff;border-color:#000 #fff #fff #000;padding-top:1px;padding-left:1px}.manual-container{background:var(--win-gray);gap:6px;height:100%;padding:4px;display:flex}.manual-left-column{flex-direction:column;justify-content:space-between;width:145px;display:flex}.chapter-select-header{color:#000;text-align:center;padding:4px 0;font-size:12px;font-style:italic;font-weight:900}.chapters-button-stack{flex-direction:column;justify-content:flex-start;gap:3px;display:flex}.btn-chapter{background:var(--win-gray);cursor:pointer;text-align:center;color:#000;border:2px solid #000;border-color:#fff #000 #000 #fff;padding:5px 8px;font-size:11px;font-weight:700;box-shadow:inset 1px 1px #dfdfdf,inset -1px -1px gray}.btn-chapter:hover{background:#d4d4d4}.btn-chapter.active{background:#b0b0b0;border:2px solid #fff;border-color:#000 #fff #fff #000}.manual-speech-bubble-wrap{flex-direction:column;align-items:center;padding-top:8px;display:flex;position:relative}.bubble-text-box{color:#000;text-align:center;background:#fff;border:1.5px solid #000;border-radius:12px;padding:8px 10px;font-size:10px;font-weight:800;line-height:1.25;position:relative;box-shadow:2px 2px #00000026}.bubble-text-box:after{content:"";border:7px solid #0000;border-top-color:#fff;border-bottom:0 solid #fff;width:0;display:block;position:absolute;bottom:-7px;left:24px}.bubble-text-box:before{content:"";border:8px solid #0000;border-top-color:#000;border-bottom:0 solid #000;width:0;display:block;position:absolute;bottom:-9px;left:23px}.peeking-pig-mascot{align-self:flex-start;width:74px;height:64px;margin-top:2px;margin-left:6px}.manual-right-book{background:#111;border:2px solid #000;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.book-black-chalkboard{text-align:center;background:#151618;flex-direction:column;flex:1.2;justify-content:center;align-items:center;padding:30px 16px 14px;display:flex;position:relative}.book-yellow-corner{border-top:85px solid #ffd500;border-right:85px solid #0000;width:0;height:0;position:absolute;top:0;left:0}.book-title-sql{color:#fff;text-shadow:4px 4px #000,-2px -2px #333;margin-bottom:2px;font-family:Permanent Marker,cursive,sans-serif;font-size:64px;line-height:1;transform:rotate(-3deg)}.book-subtitle-for{color:#ffd500;letter-spacing:3px;margin-bottom:4px;font-size:14px;font-weight:900}.book-title-database-detectives{color:#ffd500;text-shadow:2px 2px #000;margin-bottom:12px;font-family:Permanent Marker,cursive,sans-serif;font-size:34px;line-height:1.1;transform:rotate(-1deg)}.book-red-section{background:#e61c24;justify-content:space-between;align-items:center;min-height:140px;padding:14px 16px;display:flex;position:relative}.red-section-left-text{color:#fff;text-shadow:1px 1px 2px #00000080;flex:1;font-size:17px;font-style:italic;font-weight:900;line-height:1.25}.red-section-left-text span.underlined{color:#fff;text-decoration:underline}.red-section-left-text span.yellow-sub{color:#ffd500;margin-top:4px;font-size:16px;display:block}.crying-detective-wrap{flex-direction:column;justify-content:flex-end;align-items:center;width:125px;height:115px;display:flex;position:relative}.detective-speech-bubble-red{color:#fff;white-space:nowrap;background:#e61c24;border:1.5px solid #fff;border-radius:12px;padding:5px 10px;font-size:12px;font-style:italic;font-weight:800;position:absolute;top:-14px;right:-10px;box-shadow:0 2px 4px #0000004d}.detective-speech-bubble-red:after{content:"";border:6px solid #0000;border-top-color:#e61c24;border-bottom:0 solid #e61c24;position:absolute;bottom:-6px;left:24px}.book-bottom-yellow-banner{text-align:left;background:#ffd500;border-top:2px solid #000;padding:10px 14px}.bottom-banner-text{color:#000;letter-spacing:.5px;text-transform:uppercase;font-size:10.5px;font-weight:900;line-height:1.25}.manual-page-stage{flex:1;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.manual-page-stage>.manual-right-book,.manual-page-stage>.manual-chapter-page{flex:1;width:100%}.manual-chapter-page{color:#000;font-family:var(--font-retro);background:#fff;padding:16px;font-size:13px;line-height:1.5;overflow-y:auto}.chapter-page-title{color:navy;border-bottom:2px solid navy;margin-bottom:12px;padding-bottom:4px;font-size:18px;font-weight:800}.chapter-code-snippet{color:navy;background:#f0f0f0;border:1px solid gray;border-radius:4px;margin:10px 0;padding:8px 10px;font-family:Fira Code,monospace;font-size:12px}.search-tables-container{background:#fff;border:2px inset #fff;flex-direction:column;height:100%;display:flex;overflow:hidden}.sql-editor-screen{color:#000;resize:none;background:#fff;border:none;outline:none;flex:1;padding:16px;font-family:Fira Code,Courier New,monospace;font-size:18px;font-weight:700;line-height:1.4}.sql-editor-screen::placeholder{color:#999}.sql-purple-kw{color:#a820c8}.sql-terminal-toolbar{background:var(--win-gray);border-top:2px solid #fff;justify-content:space-between;align-items:center;gap:8px;padding:6px 10px;display:flex}.sql-quick-tables-row{gap:4px;display:flex;overflow-x:auto}.btn-win95-sm{background:var(--win-gray);cursor:pointer;color:#000;border:1.5px solid #000;border-color:#fff #000 #000 #fff;padding:3px 8px;font-size:11px;font-weight:700}.btn-win95-sm:active{border:1.5px solid #fff;border-color:#000 #fff #fff #000}.btn-win95-run{background:var(--win-gray);cursor:pointer;color:navy;border:2px solid #000;border-color:#fff #000 #000 #fff;padding:4px 14px;font-size:12px;font-weight:900}.search-results-table-wrap{background:#fff;border-top:2px solid gray;height:160px;overflow:auto}.win95-table{border-collapse:collapse;width:100%;font-family:var(--font-retro);font-size:11px}.win95-table th{background:var(--win-gray);text-align:left;border:1px solid gray;border-color:#fff gray gray #fff;padding:4px 8px;font-weight:800;position:sticky;top:0}.win95-table td{border:1px solid #e0e0e0;padding:3px 8px}.win95-table tr:hover td{color:#fff;background:navy}.desktop-mascot-container{z-index:50;pointer-events:none;align-items:flex-end;gap:12px;display:flex;position:absolute;bottom:45px;right:100px}.mascot-speech-card{pointer-events:auto;background:#fdf5df;border:2px solid #7c5c2d;border-radius:12px;width:250px;margin-bottom:40px;padding:14px 16px;position:relative;box-shadow:4px 4px #00000040}.mascot-speech-card:after{content:"";border:8px solid #0000;border-left:12px solid #fdf5df;border-right-width:0;display:block;position:absolute;bottom:25px;right:-12px}.mascot-speech-card:before{content:"";border:9px solid #0000;border-left:14px solid #7c5c2d;border-right-width:0;display:block;position:absolute;bottom:24px;right:-15px}.mascot-speech-header{font-family:var(--font-retro);color:#4a3418;text-align:center;margin-bottom:10px;font-size:12px;font-weight:700;line-height:1.3}.mascot-options-list{flex-direction:column;gap:4px;display:flex}.btn-mascot-option{color:#5c4424;cursor:pointer;text-align:center;background:#fdf5df;border:1px solid #c9b185;border-radius:4px;padding:4px 8px;font-size:11px;font-style:italic;transition:all .1s}.btn-mascot-option:hover{color:#000;background:#faeac4;border-color:#7c5c2d}.btn-mascot-option:active{background:#ebd4a0}.mascot-character-svg{pointer-events:auto;cursor:pointer;filter:drop-shadow(4px 6px 8px #00000059);width:115px;height:175px;transition:transform .15s}.mascot-character-svg:hover{transform:scale(1.05)}.retro-taskbar{background:var(--win-gray);z-index:100;border-top:2px solid #fff;align-items:center;gap:6px;height:34px;padding:2px 4px;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:inset 0 1px #dfdfdf}.taskbar-items-container{flex:1;align-items:center;gap:4px;display:flex;position:relative}.taskbar-btn{background:var(--win-gray);cursor:pointer;color:#000;border:2px solid #000;border-color:#fff #000 #000 #fff;align-items:center;gap:6px;height:24px;padding:3px 10px;font-size:11px;font-weight:700;display:flex;box-shadow:inset 1px 1px #dfdfdf,inset -1px -1px gray}.taskbar-btn:active,.taskbar-btn.active{background:#b0b0b0;border:2px solid #fff;border-color:#000 #fff #fff #000;padding-top:4px;padding-left:11px}.taskbar-tray{color:#000;border:1px solid #fff;border-color:gray #fff #fff gray;align-items:center;gap:6px;padding:2px 8px;font-size:11px;font-weight:700;display:flex}.messages-list-wrap{background:#fff;flex-direction:column;gap:8px;height:100%;padding:8px;display:flex;overflow-y:auto}.message-item{cursor:pointer;background:#fbfbfb;border:1px solid silver;padding:8px 10px}.message-item:hover{background:#eef6ff;border-color:navy}.message-item-header{color:navy;justify-content:space-between;font-size:11px;font-weight:800;display:flex}.message-item-snippet{color:#333;margin-top:4px;font-size:12px}.clues-window-body{background:#2a221b;grid-template-columns:1fr 1fr;gap:12px;height:100%;padding:12px;display:grid;overflow-y:auto}.polaroid-clue{background:#fff;flex-direction:column;align-items:center;padding:8px 8px 14px;display:flex;transform:rotate(-1deg);box-shadow:2px 4px 8px #00000080}.polaroid-clue:nth-child(2n){transform:rotate(2deg)}.polaroid-img{object-fit:cover;background:#000;width:100%;height:120px}.polaroid-caption{color:#222;text-align:center;margin-top:8px;font-family:Permanent Marker,cursive,sans-serif;font-size:12px}.suspect-modal-overlay,.victory-modal-overlay{z-index:1000;background:#000000bf;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.suspect-modal-content,.victory-modal-content{background:var(--win-gray);border:2px solid #000;border-color:#fff #000 #000 #fff;flex-direction:column;gap:12px;width:100%;max-width:620px;padding:16px;display:flex;box-shadow:inset 1px 1px #dfdfdf,inset -1px -1px gray,8px 12px 24px #00000080}.suspects-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.suspect-card{cursor:pointer;background:#fff;border:1px solid gray;align-items:center;gap:8px;padding:8px;display:flex}.suspect-card.selected{background:#dbeafe;border:2px solid navy}.suspect-avatar-wrap{flex-shrink:0;width:50px;height:50px}.suspect-img{object-fit:cover;border-radius:4px;width:100%;height:100%}.suspect-details{flex-direction:column;display:flex}.suspect-name{color:#000;font-size:12px;font-weight:800}.suspect-role{color:#555;font-size:10px}.btn-confirm-accuse,.btn-victory-next{background:var(--win-gray);cursor:pointer;color:navy;border:2px solid #000;border-color:#fff #000 #000 #fff;padding:6px 16px;font-size:12px;font-weight:900}.btn-cancel-accuse,.btn-victory-close{background:var(--win-gray);cursor:pointer;color:#000;border:2px solid #000;border-color:#fff #000 #000 #fff;padding:6px 16px;font-size:12px;font-weight:700}@font-face{font-family:Pixelated MS Sans Serif;src:url(https://unpkg.com/98.css@0.1.20/dist/ms_sans_serif.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Pixelated MS Sans Serif;src:url(https://unpkg.com/98.css@0.1.20/dist/ms_sans_serif_bold.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--win-silver:silver;--win-white:#fff;--win-black:#000;--win-dark:gray;--win-navy:navy;--bevel-raised:inset -1px -1px #000, inset 1px 1px #fff, inset -2px -2px gray, inset 2px 2px #dfdfdf;--bevel-sunken:inset -1px -1px #fff, inset 1px 1px gray, inset -2px -2px #dfdfdf, inset 2px 2px #000}html,body,button,textarea,input{font-family:Pixelated MS Sans Serif,MS Sans Serif,Tahoma,sans-serif}body{font-size:11px}button{border-radius:0}.retro-window{box-shadow:var(--bevel-raised), 3px 3px 8px #00000059;border:0;padding:3px}.retro-window-inner-wrap{height:calc(100% - 18px);box-shadow:var(--bevel-raised);border:0}.query-new-button{margin-left:2px}.saved-query-strip{color:#000;background:silver;border-top:1px solid #fff;align-items:center;gap:6px;min-height:24px;padding:3px 5px;font-size:11px;display:flex}.saved-query-strip select{min-width:190px;height:20px;box-shadow:var(--bevel-sunken);font:inherit;background:#fff;border:0;border-radius:0}.window-title-bar{background:linear-gradient(90deg,navy 0%,#1084d0 100%);gap:3px;height:18px;min-height:18px;padding:0 2px}.retro-window:not(.active-window) .window-title-bar,.window-title-bar.inactive{background:linear-gradient(90deg,gray 0%,#b5b5b5 100%)}.title-bar-icon{image-rendering:pixelated;flex:0 0 16px}.window-title-text{letter-spacing:0;font-size:11px;line-height:18px}.window-controls{gap:2px;margin-left:auto}.btn-win-ctrl{width:16px;min-width:16px;height:14px;box-shadow:var(--bevel-raised);background:var(--win-silver);border:0;padding:0}.btn-win-ctrl:active{box-shadow:var(--bevel-sunken);padding:0}.btn-win-ctrl svg{margin:auto;display:block}.desktop-icons-column{gap:7px;width:76px;top:8px;left:6px}.desktop-icon-item{border:1px dotted #0000;border-radius:0;gap:2px;width:70px;min-height:58px;padding:2px 1px;transition:none}.desktop-icon-item:hover{background:0 0}.desktop-icon-item.selected{outline-offset:-2px;background:0 0;border-color:#fff;outline:1px dotted navy}.icon-graphic-wrap{width:32px;height:32px}.icon-pixel-svg{image-rendering:auto;filter:drop-shadow(1px 2px 1px #0000006b);width:32px;height:32px}.icon-select-tint{pointer-events:none;background:#0000806b;position:absolute;inset:0}.icon-label-proper{color:#fff;text-shadow:1px 1px #000;border-radius:0;max-width:70px;padding:1px 2px;font-size:11px;font-weight:400;line-height:12px}.desktop-icon-item.selected .icon-label-proper{text-shadow:none;background:navy}.icon-red-dot{background:red;border:1px solid #fff;border-radius:0;width:8px;height:8px;animation:none;position:absolute;top:-2px;left:-3px;box-shadow:1px 1px #000}.icon-lock-overlay{filter:drop-shadow(1px 1px 1px #000);position:absolute;bottom:-4px;right:-5px}.btn98,.btn-win95-sm,.btn-win95-run,.btn-chapter,.btn-confirm-accuse,.btn-cancel-accuse,.btn-victory-close,.btn-victory-next{min-height:22px;box-shadow:var(--bevel-raised);background:var(--win-silver);color:#000;border:0;border-radius:0;padding:2px 10px;font-size:11px;font-weight:400}.btn98:active,.btn98.pressed,.btn98.active,.btn-win95-sm:active,.btn-win95-run:active,.btn-chapter.active{box-shadow:var(--bevel-sunken);background:silver;padding-top:3px;padding-left:11px}.btn98:focus-visible,button:focus-visible,textarea:focus-visible{outline-offset:-3px;outline:1px dotted #000}.btn-win95-sm,.btn-win95-run{min-height:20px;box-shadow:var(--bevel-raised);padding:2px 8px}.btn-win95-run{color:navy;min-width:92px;font-weight:700}.manual-container{gap:4px;padding:3px}.manual-left-column{width:145px}.chapter-select-header{font-size:11px}.chapters-button-stack{gap:3px}.btn-chapter{min-height:23px;padding:3px 7px;font-weight:700}.bubble-text-box{background:#ffffe1;border:1px solid #000;border-radius:0;font-size:10px;box-shadow:1px 1px gray}.bubble-text-box:after,.bubble-text-box:before{display:none}.search-tables-container{box-shadow:var(--bevel-sunken);border:0}.sql-editor-screen{min-height:0;box-shadow:var(--bevel-sunken);padding:8px;font-family:Courier New,monospace;font-size:14px;font-weight:700}.sql-terminal-toolbar{min-height:28px;box-shadow:var(--bevel-raised);border-top:0;padding:3px 4px}.sql-quick-tables-row{align-items:center;gap:3px}.desktop-table-hint{color:#333;white-space:nowrap;font-size:10px}.sql-quick-tables-row>span{font-size:11px!important}.search-results-table-wrap{height:160px;box-shadow:var(--bevel-sunken)}.win95-table{font-size:11px}.win95-table th{box-shadow:var(--bevel-raised);border:0;padding:3px 6px}.win95-table td{padding:3px 6px}.desktop-mascot-container{bottom:38px;right:70px}.mascot-speech-card{background:#ffffe1;border:1px solid #000;border-radius:0;width:230px;margin-bottom:32px;padding:10px;box-shadow:2px 2px gray}.mascot-speech-card:before,.mascot-speech-card:after{display:none}.mascot-speech-header{color:#000;font-size:11px}.mascot-options-list{gap:1px}.btn-mascot-option{color:#000;text-align:left;background:#ffffe1;border:0;border-radius:0;min-height:21px;padding:3px 6px;font-size:11px}.btn-mascot-option:hover{color:#fff;background:navy;border:0}.retro-taskbar{height:28px;box-shadow:var(--bevel-raised);border-top:0;gap:4px;padding:2px 3px}.taskbar-start{align-items:center;gap:4px;min-width:62px;height:23px;padding:2px 7px 2px 5px;font-weight:700;display:inline-flex}.taskbar-flag{image-rendering:pixelated}.taskbar-divider{border-left:1px solid gray;border-right:1px solid #fff;width:2px;height:22px}.taskbar-items-container{gap:4px}.taskbar-btn{justify-content:flex-start;gap:5px;min-width:105px;max-width:170px;height:23px;padding:2px 8px;overflow:hidden}.taskbar-btn-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.taskbar-tray{min-width:116px;height:22px;box-shadow:var(--bevel-sunken);border:0;margin-left:auto;padding:2px 6px;font-size:11px;font-weight:400}.taskbar-score{color:navy;margin-right:5px;font-weight:700}.tray-speaker{image-rendering:pixelated}.start-menu-backdrop{z-index:1090;position:fixed;inset:0}.start-menu{z-index:1100;background:var(--win-silver);width:225px;box-shadow:var(--bevel-raised), 3px 3px 5px #00000059;padding:3px;display:flex;position:fixed;bottom:28px;left:3px}.start-menu-sidebar{color:#fff;background:linear-gradient(navy,#1084d0);justify-content:center;align-items:flex-end;width:25px;display:flex}.start-menu-sidebar-text{letter-spacing:1px;writing-mode:vertical-rl;padding-bottom:6px;font-size:13px;font-weight:700;transform:rotate(180deg)}.start-menu-list{flex:1;padding:2px}.start-menu-item{color:#000;text-align:left;background:0 0;border:0;align-items:center;gap:7px;width:100%;min-height:28px;padding:3px 6px;font-size:11px;display:flex}.start-menu-item:hover,.start-menu-item:focus{color:#fff;background:navy}.start-menu-sep{border-top:1px solid gray;border-bottom:1px solid #fff;height:2px;margin:3px 4px}.suspect-modal-overlay,.victory-modal-overlay{background:#00000085;padding:12px}.suspect-modal-content,.victory-modal-content{max-width:620px;box-shadow:var(--bevel-raised), 4px 4px 12px #00000073;border:0;gap:0;padding:3px}.dialog-body{padding:10px}.dialog-body h2{color:navy;margin-bottom:8px;font-size:14px}.suspect-modal-instruction{margin-bottom:9px;font-size:11px}.suspects-grid{gap:7px}.suspect-card{min-height:84px;box-shadow:var(--bevel-raised);border:0;padding:6px}.suspect-card.selected{color:#fff;box-shadow:var(--bevel-sunken);background:navy;border:0}.suspect-card.selected .suspect-name{color:#fff}.suspect-card.selected .suspect-role{color:silver}.suspect-avatar-wrap{width:48px;height:48px}.suspect-img{border:1px solid #000;border-radius:0}.suspect-name,.suspect-role,.suspect-alibi-box,.alibi-text,.alibi-label{font-size:11px}.suspect-modal-footer,.victory-modal-actions{justify-content:flex-end;gap:7px;margin-top:10px;display:flex}.suspect-error-alert{box-shadow:var(--bevel-sunken);color:maroon;background:#fff;border:0;margin-bottom:8px;padding:7px;font-size:11px}.animate-shake{animation:.18s linear 2 win98-shake}@keyframes win98-shake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}.victory-badge-stamp{color:maroon;border:2px solid maroon;margin-bottom:6px;padding:3px 6px;display:inline-block;transform:rotate(-2deg)}.stamp-text{font-size:12px;font-weight:700}.victory-header h2{color:navy;margin-bottom:4px;font-size:16px}.victory-subtitle{margin-bottom:10px}.culprit-box{box-shadow:var(--bevel-sunken);background:#fff;gap:10px;padding:8px;display:flex}.culprit-avatar-wrap{flex:0 0 145px;position:relative}.culprit-img{object-fit:cover;border:1px solid #000;width:145px;height:110px;display:block}.culprit-tag{color:#000;background:#ff0;padding:2px 4px;font-size:9px;font-weight:700;position:absolute;bottom:2px;right:2px}.culprit-name{color:navy;font-size:14px}.confession-quote{background:#ffffe1;border:1px solid gray;margin-top:8px;padding:6px}.quote-label{font-weight:700}.quote-text{margin-top:4px;line-height:1.35}.victory-rewards{gap:14px;margin-top:9px;display:flex}.reward-item{color:navy;font-weight:700}.reward-icon{margin-right:4px}@media (width<=760px){.retro-window{max-width:calc(100vw - 12px)}.window-manual-wrap,.window-search-tables-wrap{width:calc(100vw - 94px)!important;left:86px!important}.manual-left-column{width:106px}.book-title-sql{font-size:42px}.book-title-database-detectives{font-size:23px}.desktop-mascot-container{transform-origin:100% 100%;bottom:34px;right:8px;transform:scale(.8)}.mascot-speech-card{width:190px}.culprit-box{flex-direction:column}.suspects-grid{grid-template-columns:1fr}}*{scrollbar-width:auto;scrollbar-color:silver silver}::-webkit-scrollbar{width:16px;height:16px}::-webkit-scrollbar-track{background-color:silver;background-image:linear-gradient(45deg,#fff 25%,#0000 25% 75%,#fff 75%),linear-gradient(45deg,#fff 25%,#0000 25% 75%,#fff 75%);background-position:0 0,1px 1px;background-size:2px 2px}::-webkit-scrollbar-thumb{box-shadow:var(--bevel-raised);background-color:silver}::-webkit-scrollbar-button{box-shadow:var(--bevel-raised);background-color:silver}::-webkit-scrollbar-corner{background:silver}.opening-guide-overlay{z-index:2000;background:#0000007a;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.opening-guide-window{width:min(590px,100vw - 28px);box-shadow:var(--bevel-raised), 7px 8px 18px #00000073;background:silver;border:0;overflow:hidden}.opening-guide-titlebar{color:#fff;background:linear-gradient(90deg,navy,#1084d0);justify-content:space-between;align-items:center;height:20px;padding:0 3px 0 5px;font-size:11px;font-weight:700;display:flex}.opening-guide-title{align-items:center;gap:4px;display:flex}.opening-guide-title svg{image-rendering:pixelated}.opening-guide-close{width:16px;height:14px;box-shadow:var(--bevel-raised);color:#000;background:silver;border:0;padding:0;font-family:Tahoma,sans-serif;font-size:15px;font-weight:700;line-height:11px}.opening-guide-close:active{box-shadow:var(--bevel-sunken)}.opening-guide-content{min-height:235px;box-shadow:var(--bevel-sunken);background:#f4f4f4;border:0;align-items:center;gap:20px;margin:3px;padding:22px 24px;display:flex}.opening-guide-icon-frame{background:linear-gradient(135deg,#e9f3fb,#b9d0e4);border:1px solid #42617c;flex:0 0 116px;justify-content:center;align-items:center;width:116px;height:116px;display:flex;box-shadow:inset 1px 1px #fff,inset -1px -1px #6d7e8d,3px 3px #0000002e}.opening-guide-icon-frame svg{filter:drop-shadow(2px 2px 1px #00000047)}.opening-guide-copy{flex:1;min-width:0}.opening-guide-eyebrow{color:navy;letter-spacing:1px;margin-bottom:6px;font-size:10px;font-weight:700}.opening-guide-copy h2{color:#111;margin:0 0 10px;font-size:20px;line-height:1.15}.opening-guide-copy p{color:#222;max-width:390px;margin:0;font-size:12px;line-height:1.55}.opening-guide-tip{color:#4b410e;background:#ffffe1;border:1px solid #9a8b39;margin-top:14px;padding:7px 9px;font-size:11px}.opening-guide-footer{align-items:center;gap:8px;min-height:38px;padding:5px 7px;display:flex}.opening-guide-progress{flex:1;align-items:center;gap:4px;display:flex}.opening-guide-progress span{background:gray;width:20px;height:5px;display:block;box-shadow:inset 1px 1px #404040,inset -1px -1px #fff}.opening-guide-progress span.active{background:navy}.opening-guide-skip{color:navy;background:0 0;border:0;padding:4px 8px;font-size:11px;text-decoration:underline}.opening-guide-next{min-width:112px;font-weight:700}@media (width<=560px){.opening-guide-content{text-align:center;flex-direction:column;gap:12px;min-height:0;padding:16px}.opening-guide-icon-frame{flex-basis:84px;width:84px;height:84px}.opening-guide-copy p{margin:auto}.opening-guide-tip{text-align:left}}.desktop-icon-item{appearance:none;font:inherit;color:inherit;text-align:center;background:0 0;border:0}.desktop-icon-item:focus-visible,.suspect-card:focus-visible,.btn-chapter:focus-visible{outline-offset:1px;outline:2px dotted #000}.btn-chapter.locked{color:#666;opacity:.75}.chapter-page-desc{color:#555;margin-bottom:8px;font-weight:700}.chapter-page-body{white-space:pre-line;font-size:12px}.chapter-example-wrap{margin-top:12px}.message-subject{margin:2px 0;font-size:11px;font-weight:700}.polaroid-note{color:#666;text-align:center;margin-top:4px;font-size:10px}.polaroid-note-card{background:#fef3c7}.polaroid-quote{text-align:center;margin:8px 0;font-size:11px;font-style:italic}.query-error-box,.query-empty-box{padding:8px;font-size:11px}.query-error-box{color:#c00}.browser-window-body{background:#fff;flex-direction:column;height:100%;display:flex}.browser-address-bar{background:silver;align-items:center;gap:6px;padding:6px;font-size:11px;display:flex}.browser-address-bar input{height:22px;box-shadow:var(--bevel-sunken);border:0;flex:1;padding:2px 6px}.browser-article{color:#111;padding:12px 14px 18px;overflow:auto}.browser-kicker{color:navy;letter-spacing:.04em;text-transform:uppercase;margin:0 0 6px;font-size:10px}.browser-article h2,.browser-article h3{margin:0 0 8px}.browser-article ul{margin:0;padding-left:18px}.case-files-body{background:#fff;flex-direction:column;gap:8px;height:100%;padding:10px;display:flex;overflow:auto}.case-files-intro{margin:0;font-size:11px}.case-file-row{width:100%;box-shadow:var(--bevel-raised);text-align:left;font:inherit;background:silver;border:0;grid-template-columns:88px 1fr auto;align-items:center;gap:8px;padding:8px;display:grid}.case-file-row.active{color:#fff;background:navy}.case-file-row.locked{opacity:.65}.case-file-title{font-weight:700}.case-files-reset{margin-top:auto}.suspect-card{appearance:none;font:inherit;text-align:left;width:100%}.suspect-modal-content,.victory-modal-content,.opening-guide-window,.system-dialog{max-height:min(92vh,760px);overflow:hidden}.system-dialog-overlay{z-index:1200;background:#00000073;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.system-dialog{background:var(--win-gray);width:min(420px,100vw - 24px);box-shadow:var(--bevel-raised), 4px 4px 14px #00000073}.system-dialog-body{grid-template-columns:48px 1fr;gap:10px 12px;padding:14px 12px 12px;display:grid}.system-dialog-icon{margin-top:2px}.system-dialog-copy h2{color:#000;margin:0 0 8px;font-size:12px}.system-dialog-copy p{margin:0 0 10px;font-size:11px}.shutdown-options{flex-direction:column;gap:6px;margin-bottom:10px;display:flex}.shutdown-option{align-items:center;gap:6px;font-size:11px;display:flex}.shutdown-option input{margin:0}.system-dialog-hint{color:#404040}.system-dialog-footer{grid-column:1/-1;justify-content:flex-end;gap:8px;margin-top:4px;display:flex}.system-dialog-footer .btn98{min-width:74px}.shutdown-screen{z-index:1400;color:silver;background:#000082;flex-direction:column;justify-content:center;align-items:center;gap:28px;display:flex;position:fixed;inset:0}.shutdown-safe-text{color:silver;text-align:center;text-shadow:1px 1px #000;margin:0;font-size:22px}.shutdown-return{background:var(--win-gray);min-width:180px;box-shadow:var(--bevel-raised);color:#000;font:inherit;border:0;padding:6px 12px;font-size:11px}.boot-sequence{z-index:1500;cursor:default;-webkit-user-select:none;user-select:none;position:fixed;inset:0;overflow:hidden}.boot-post{color:silver;background:#000;width:100%;height:100%;padding:24px 28px;font-family:Courier New,Courier,monospace;font-size:14px;line-height:1.35}.boot-post-text{white-space:pre-wrap;font:inherit;margin:0}.boot-post-cursor{animation:1s step-end infinite boot-cursor-blink}@keyframes boot-cursor-blink{50%{opacity:0}}.boot-splash{color:#fff;background:navy;width:100%;height:100%;position:relative}.boot-splash-sky{background:linear-gradient(navy 0% 58%,#1010a8 100%);position:absolute;inset:0}.boot-splash-clouds{width:100%;height:min(28vh,180px);position:absolute;bottom:0;left:0;right:0}.boot-splash-content{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:72%;padding:24px;display:flex;position:relative}.boot-splash-logo{align-items:center;gap:18px;margin-bottom:28px;display:flex}.boot-splash-brand{text-align:left}.boot-splash-microsoft{letter-spacing:.02em;margin:0;font-family:Times New Roman,Times,serif;font-size:clamp(28px,5vw,42px);font-style:italic;font-weight:400}.boot-splash-windows{letter-spacing:.01em;margin:0;font-size:clamp(22px,4vw,34px);font-weight:700}.boot-splash-windows sup{vertical-align:super;font-size:.45em}.boot-splash-status{margin:0 0 14px;font-size:clamp(14px,2.4vw,18px);font-weight:700}.boot-progress-track{background:silver;border:2px solid #fff;width:min(320px,72vw);height:18px;padding:2px;box-shadow:inset 1px 1px gray}.boot-progress-fill{background:repeating-linear-gradient(90deg,navy 0 12px,#0000 12px 14px);height:100%;transition:width .12s linear}.boot-skip-hint{color:#ffffff8c;pointer-events:none;margin:0;font-size:11px;position:absolute;bottom:12px;right:16px}.boot-post .boot-skip-hint{color:#c0c0c073}@media (width<=560px){.boot-post{padding:16px;font-size:11px}.boot-splash-logo{flex-direction:column;gap:10px}.boot-splash-brand{text-align:center}}.dialog-body{max-height:calc(92vh - 52px);overflow:auto}@media (width<=760px){.retro-window{max-height:calc(100vh - 32px)}.suspect-modal-content,.victory-modal-content{width:calc(100vw - 16px)}}
