.window[data-v-50998212]{display:flex;flex-direction:column;min-width:200px;min-height:100px;will-change:transform}.title-bar[data-v-50998212]{cursor:move;user-select:none}.window-body[data-v-50998212]{flex:1;overflow:auto}.shake[data-v-50998212]{animation:shake .5s}.start-menu-overlay[data-v-6292404c]{position:fixed;inset:0;z-index:10000}.start-menu[data-v-6292404c]{position:absolute;bottom:42px;left:2px;width:250px;display:flex;list-style:none;margin:0;padding:0}.menu-sidebar[data-v-6292404c]{width:30px;background:linear-gradient(to bottom,navy,#1084d0);display:flex;align-items:flex-end;padding:8px 4px}.sidebar-text[data-v-6292404c]{writing-mode:vertical-rl;transform:rotate(180deg);color:#fff;font-weight:700;font-size:20px;letter-spacing:2px;display:flex;gap:8px}.windows-text[data-v-6292404c]{font-family:"MS Sans Serif",sans-serif}.version-text[data-v-6292404c]{font-size:16px;opacity:.9}.menu-items[data-v-6292404c]{flex:1;padding:4px 0}.menu-items li[data-v-6292404c]{padding:8px 12px;display:flex;align-items:center;gap:12px;cursor:pointer;font-size:11px;user-select:none;list-style:none}.menu-items li[data-v-6292404c]:hover:not(.menu-divider){background-color:navy;color:#fff}.menu-divider[data-v-6292404c]{height:1px;background-color:gray;margin:4px 8px;padding:0;cursor:default}.menu-icon[data-v-6292404c]{font-size:16px;width:20px;text-align:center}.menu-label[data-v-6292404c]{font-family:"MS Sans Serif",sans-serif}.taskbar[data-v-df40345c]{position:absolute;bottom:0;left:0;right:0;height:40px;display:flex;align-items:center;padding:2px;gap:2px;z-index:9999}.start-button[data-v-df40345c]{height:32px;padding:0 8px;cursor:pointer;font-weight:700;font-size:11px;display:flex;align-items:center;gap:4px}.start-icon[data-v-df40345c]{font-size:16px}.start-text[data-v-df40345c]{font-family:"MS Sans Serif",sans-serif}.taskbar-windows[data-v-df40345c]{flex:1;display:flex;gap:2px;overflow-x:auto;overflow-y:hidden}.taskbar-window-button[data-v-df40345c]{height:32px;padding:0 12px;cursor:pointer;font-size:11px;white-space:nowrap;max-width:150px;overflow:hidden;text-overflow:ellipsis}.system-tray[data-v-df40345c]{height:32px;padding:0 8px;display:flex;align-items:center;gap:8px}.seasonal-indicator[data-v-df40345c]{font-size:16px;cursor:help;animation:seasonalPulse-df40345c 2s ease-in-out infinite;filter:drop-shadow(0 0 3px rgba(255,255,0,.5))}@keyframes seasonalPulse-df40345c{0%,to{transform:scale(1);filter:drop-shadow(0 0 3px rgba(255,255,0,.5))}50%{transform:scale(1.1);filter:drop-shadow(0 0 6px rgba(255,255,0,.8))}}.clock[data-v-df40345c]{font-size:11px;font-family:"MS Sans Serif",sans-serif;min-width:60px;text-align:center}.cursed-clippy[data-v-1852eca0]{position:fixed;width:350px;user-select:none}.clippy-body[data-v-1852eca0]{display:flex;flex-direction:column;height:400px;padding:8px}.messages-container[data-v-1852eca0]{flex:1;overflow-y:auto;margin-bottom:8px;padding:8px;background:#fff;border:2px inset #dfdfdf}.message[data-v-1852eca0]{margin-bottom:12px;animation:fadeIn-1852eca0 .3s ease-in}@keyframes fadeIn-1852eca0{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-content[data-v-1852eca0]{padding:8px;border-radius:4px;word-wrap:break-word;font-size:13px;line-height:1.4}.message.user .message-content[data-v-1852eca0]{background:navy;color:#fff;margin-left:20%}.message.assistant .message-content[data-v-1852eca0]{background:silver;color:#000;margin-right:20%;border:2px outset #dfdfdf}.message-time[data-v-1852eca0]{font-size:10px;color:#666;margin-top:4px;text-align:right}.message.user .message-time[data-v-1852eca0]{text-align:right}.message.assistant .message-time[data-v-1852eca0]{text-align:left}.typing-indicator .message-content[data-v-1852eca0]{display:flex;gap:4px;padding:12px}.typing-indicator .dot[data-v-1852eca0]{width:8px;height:8px;background:#666;border-radius:50%;animation:typing-1852eca0 1.4s infinite}.typing-indicator .dot[data-v-1852eca0]:nth-child(2){animation-delay:.2s}.typing-indicator .dot[data-v-1852eca0]:nth-child(3){animation-delay:.4s}@keyframes typing-1852eca0{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}.input-area[data-v-1852eca0]{display:flex;gap:4px}.input-field[data-v-1852eca0]{flex:1;padding:4px;font-family:"MS Sans Serif",sans-serif;font-size:13px}.send-button[data-v-1852eca0]{min-width:60px}.send-button[data-v-1852eca0]:disabled{opacity:.5;cursor:not-allowed}.title-bar[data-v-1852eca0]{cursor:move}.clippy-minimized[data-v-1852eca0]{display:none}.messages-container[data-v-1852eca0]::-webkit-scrollbar{width:16px}.messages-container[data-v-1852eca0]::-webkit-scrollbar-track{background:#dfdfdf}.messages-container[data-v-1852eca0]::-webkit-scrollbar-thumb{background:silver;border:2px outset #dfdfdf}.messages-container[data-v-1852eca0]::-webkit-scrollbar-thumb:hover{background:#a0a0a0}.scary-maze-overlay[data-v-84d8a75f]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000;z-index:99999;display:flex;align-items:center;justify-content:center;cursor:pointer;animation:flicker-84d8a75f .05s infinite,colorShift-84d8a75f 2s infinite}.jumpscare-content[data-v-84d8a75f]{text-align:center;animation:shake-84d8a75f .1s infinite;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.jumpscare-image[data-v-84d8a75f]{max-width:80vw;max-height:80vh;object-fit:contain;filter:brightness(1.2) contrast(1.3)}.jumpscare-video[data-v-84d8a75f]{width:100vw;height:100vh;object-fit:cover;filter:brightness(1.3) contrast(1.5) saturate(1.2);animation:videoGlitch-84d8a75f .3s infinite}.jumpscare-text[data-v-84d8a75f]{position:absolute;bottom:10%;left:50%;transform:translate(-50%);color:red;font-size:3rem;font-weight:700;text-shadow:0 0 20px #ff0000,0 0 40px #ff0000,0 0 60px #ff0000;margin-top:20px;animation:pulse-84d8a75f .5s infinite,textGlitch-84d8a75f .2s infinite;white-space:nowrap;z-index:100000}@keyframes flicker-84d8a75f{0%,to{opacity:1}25%{opacity:.8}50%{opacity:.95}75%{opacity:.85}}@keyframes colorShift-84d8a75f{0%{filter:hue-rotate(0deg)}25%{filter:hue-rotate(90deg)}50%{filter:hue-rotate(180deg)}75%{filter:hue-rotate(270deg)}to{filter:hue-rotate(360deg)}}@keyframes shake-84d8a75f{0%,to{transform:translate(0) rotate(0)}10%{transform:translate(-8px,8px) rotate(-3deg)}20%{transform:translate(8px,-8px) rotate(3deg)}30%{transform:translate(-8px,-8px) rotate(-2deg)}40%{transform:translate(8px,8px) rotate(2deg)}50%{transform:translate(-6px,6px) rotate(-3deg)}60%{transform:translate(6px,-6px) rotate(3deg)}70%{transform:translate(-6px,-6px) rotate(-2deg)}80%{transform:translate(6px,6px) rotate(2deg)}90%{transform:translate(-4px,4px) rotate(-1deg)}}@keyframes pulse-84d8a75f{0%,to{transform:translate(-50%) scale(1)}50%{transform:translate(-50%) scale(1.15)}}@keyframes videoGlitch-84d8a75f{0%,to{transform:translate(0) scale(1);filter:brightness(1.3) contrast(1.5) saturate(1.2)}10%{transform:translate(-5px) scale(1.01);filter:brightness(1.5) contrast(1.8) saturate(1.5)}20%{transform:translate(5px) scale(.99);filter:brightness(1.1) contrast(1.3) saturate(1)}30%{transform:translateY(-5px) scale(1.02);filter:brightness(1.4) contrast(1.6) saturate(1.3)}40%{transform:translateY(5px) scale(.98);filter:brightness(1.2) contrast(1.4) saturate(1.1)}}@keyframes textGlitch-84d8a75f{0%,to{transform:translate(-50%) skew(0);text-shadow:0 0 20px #ff0000,0 0 40px #ff0000,0 0 60px #ff0000}25%{transform:translate(-50%) skew(-2deg);text-shadow:-5px 0 20px #ff0000,5px 0 40px #00ff00,0 0 60px #0000ff}50%{transform:translate(-50%) skew(2deg);text-shadow:5px 0 20px #ff0000,-5px 0 40px #00ff00,0 0 60px #0000ff}75%{transform:translate(-50%) skew(-1deg);text-shadow:0 -5px 20px #ff0000,0 5px 40px #00ff00,0 0 60px #0000ff}}.scary-maze-overlay[data-intensity="1"][data-v-84d8a75f]{animation:flicker-84d8a75f .1s infinite}.scary-maze-overlay[data-intensity="2"][data-v-84d8a75f]{animation:flicker-84d8a75f .08s infinite}.scary-maze-overlay[data-intensity="3"][data-v-84d8a75f]{animation:flicker-84d8a75f .06s infinite,colorShift-84d8a75f 2s infinite}.scary-maze-overlay[data-intensity="4"][data-v-84d8a75f]{animation:flicker-84d8a75f .05s infinite,colorShift-84d8a75f 1.5s infinite}.scary-maze-overlay[data-intensity="5"][data-v-84d8a75f]{animation:flicker-84d8a75f .03s infinite,colorShift-84d8a75f 1s infinite}.bsod[data-v-962547a8]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00a;color:#fff;font-family:Courier New,monospace;z-index:99998;display:flex;align-items:center;justify-content:center;outline:none}.bsod-content[data-v-962547a8]{max-width:80%;padding:40px}.bsod-title[data-v-962547a8]{font-size:2rem;font-weight:700;margin-bottom:30px;text-align:center}.bsod-message[data-v-962547a8]{font-size:1rem;line-height:1.5;margin-bottom:30px;white-space:pre-wrap}.riddle-section[data-v-962547a8]{margin-bottom:40px}.riddle-question[data-v-962547a8]{font-size:1.1rem;font-weight:700;margin-bottom:30px;padding:20px;border:2px solid #ffffff;background:#00ac}.input-section[data-v-962547a8]{margin:20px 0}.input-prompt[data-v-962547a8]{font-size:.9rem;margin-bottom:10px;color:#aaa}.user-input[data-v-962547a8]{font-size:1.2rem;font-weight:700;padding:10px;background:#008;border:1px solid #ffffff;min-height:30px;letter-spacing:2px}.error-feedback[data-v-962547a8]{margin-top:20px;padding:15px;border:2px solid #ff0000;background:#aa00004d}.error-feedback p[data-v-962547a8]{margin:5px 0;font-weight:700}.tremble-text[data-v-962547a8]{color:#faa;font-size:.9rem}.loading-section[data-v-962547a8]{margin-bottom:40px}.bsod-details[data-v-962547a8]{font-size:.9rem;line-height:1.6;margin-top:30px;padding-top:20px;border-top:1px solid #ffffff}.bsod-details p[data-v-962547a8]{margin:5px 0}@keyframes tremble-962547a8{0%{transform:translate(0) rotate(0)}10%{transform:translate(-3px,2px) rotate(-1.5deg)}20%{transform:translate(3px,-2px) rotate(1.5deg)}30%{transform:translate(-2px,3px) rotate(-1deg)}40%{transform:translate(2px,-3px) rotate(1deg)}50%{transform:translate(-4px,-1px) rotate(-2deg)}60%{transform:translate(4px,1px) rotate(2deg)}70%{transform:translate(-1px,-4px) rotate(-.5deg)}80%{transform:translate(1px,4px) rotate(.5deg)}90%{transform:translate(-3px,2px) rotate(-1.5deg)}to{transform:translate(0) rotate(0)}}.boot-sequence[data-v-49cdff6f]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000;color:#fff;z-index:99999;display:flex;align-items:center;justify-content:center;font-family:"MS Sans Serif",Arial,sans-serif}.boot-content[data-v-49cdff6f]{text-align:center;width:80%;max-width:600px}.boot-logo[data-v-49cdff6f]{margin-bottom:60px}.boot-logo h1[data-v-49cdff6f]{font-size:3rem;margin:0;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.boot-subtitle[data-v-49cdff6f]{font-size:1.2rem;color:#aaa;margin-top:10px}.boot-progress[data-v-49cdff6f]{margin-top:40px}.progress-bar[data-v-49cdff6f]{width:100%;height:20px;background:#333;border:2px solid #666;border-radius:2px;overflow:hidden}.progress-fill[data-v-49cdff6f]{height:100%;background:linear-gradient(90deg,#00a,#00f);transition:width .05s linear}.boot-text[data-v-49cdff6f]{margin-top:20px;font-size:1rem;color:#ccc}.crt-filter[data-v-fd0d072e]{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:10000;overflow:hidden}.crt-scanlines[data-v-fd0d072e]{position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(0deg,rgba(0,0,0,var(--scanline-opacity, .5)) 0px,transparent 1px,transparent 2px);animation:scanline-jitter-fd0d072e .1s infinite;pointer-events:none}.crt-curvature[data-v-fd0d072e]{position:absolute;top:0;left:0;width:100%;height:100%;transform:perspective(1000px) rotateX(calc(var(--barrel-distortion) * .1deg));border-radius:calc(var(--barrel-distortion) * .3%) / calc(var(--barrel-distortion) * .5%);pointer-events:none;box-shadow:inset 0 0 100px rgba(0,255,0,var(--phosphor-intensity)),inset 0 0 50px rgba(0,255,0,calc(var(--phosphor-intensity) * .5))}@keyframes scanline-jitter-fd0d072e{0%{transform:translateY(0)}50%{transform:translateY(1px)}to{transform:translateY(0)}}.crt-flicker[data-v-fd0d072e]{animation:crt-flicker-fd0d072e .1s infinite}@keyframes crt-flicker-fd0d072e{0%,to{opacity:1}50%{opacity:var(--flicker-intensity, .97)}}.crt-filter[data-v-fd0d072e],.crt-scanlines[data-v-fd0d072e],.crt-curvature[data-v-fd0d072e]{will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden}.cursor-corruption[data-v-41b1a54f]{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:10001}.custom-cursor[data-v-41b1a54f]{position:fixed;width:20px;height:20px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="white" stroke="black" stroke-width="1" d="M0,0 L0,16 L4,12 L7,19 L9,18 L6,11 L11,11 Z"/></svg>');background-size:contain;background-repeat:no-repeat;pointer-events:none;z-index:10001;will-change:transform;transform:translateZ(0);backface-visibility:hidden}.custom-cursor.cursor-glitch[data-v-41b1a54f]{filter:hue-rotate(180deg) invert(1);animation:glitch-shake-41b1a54f .1s infinite}@keyframes glitch-shake-41b1a54f{0%,to{transform:translate(0)}25%{transform:translate(-2px,2px)}50%{transform:translate(2px,-2px)}75%{transform:translate(-2px,-2px)}}.cursor-trail[data-v-41b1a54f]{position:fixed;width:20px;height:20px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="white" stroke="black" stroke-width="1" d="M0,0 L0,16 L4,12 L7,19 L9,18 L6,11 L11,11 Z"/></svg>');background-size:contain;background-repeat:no-repeat;pointer-events:none;z-index:10000;animation:trail-fade-41b1a54f .2s ease-out forwards;will-change:opacity,transform;transform:translateZ(0);backface-visibility:hidden}@keyframes trail-fade-41b1a54f{to{opacity:0;transform:scale(.8)}}.phantom-notifications-container[data-v-39f18b51]{position:fixed;bottom:50px;right:20px;z-index:9000;display:flex;flex-direction:column;gap:10px;pointer-events:none}.phantom-notification[data-v-39f18b51]{background:silver;border:2px solid;border-color:#ffffff #808080 #808080 #ffffff;box-shadow:2px 2px #00000080;width:300px;font-family:"MS Sans Serif",sans-serif;font-size:11px;pointer-events:auto;will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden}.notification-header[data-v-39f18b51]{background:linear-gradient(to right,navy,#1084d0);color:#fff;padding:3px 5px;display:flex;align-items:center;gap:5px;font-weight:700}.notification-icon[data-v-39f18b51]{font-size:14px;line-height:1}.notification-title[data-v-39f18b51]{flex:1;font-size:11px}.notification-body[data-v-39f18b51]{padding:10px;background:silver;color:#000;line-height:1.4}.notification-slide-enter-active[data-v-39f18b51]{animation:slide-in-right-39f18b51 .3s ease-out}.notification-slide-leave-active[data-v-39f18b51]{animation:fade-out-39f18b51 .3s ease-out}@keyframes slide-in-right-39f18b51{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fade-out-39f18b51{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.notification-dismissing[data-v-39f18b51]{animation:fade-out-39f18b51 .3s ease-out forwards}.notification-warning .notification-header[data-v-39f18b51]{background:linear-gradient(to right,olive,#c0c000)}.notification-error .notification-header[data-v-39f18b51]{background:linear-gradient(to right,maroon,#c00000)}.notification-info .notification-header[data-v-39f18b51]{background:linear-gradient(to right,navy,#1084d0)}.disk-space-warning-overlay[data-v-8728b61b]{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9500;pointer-events:none}.disk-space-warning[data-v-8728b61b]{position:absolute;width:400px;background:silver;border:2px solid;border-color:#ffffff #808080 #808080 #ffffff;box-shadow:2px 2px #00000080;font-family:"MS Sans Serif",sans-serif;font-size:11px;pointer-events:auto}.warning-titlebar[data-v-8728b61b]{background:linear-gradient(to right,navy,#1084d0);color:#fff;padding:3px 5px;display:flex;align-items:center;justify-content:space-between;font-weight:700;cursor:move}.warning-title[data-v-8728b61b]{display:flex;align-items:center;gap:5px;font-size:11px}.warning-icon-title[data-v-8728b61b]{font-size:12px}.warning-close-btn[data-v-8728b61b]{background:silver;border:1px solid;border-color:#ffffff #000000 #000000 #ffffff;width:16px;height:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:10px;font-weight:700;padding:0;line-height:1}.warning-close-btn[data-v-8728b61b]:active{border-color:#000000 #ffffff #ffffff #000000}.warning-content[data-v-8728b61b]{padding:15px;display:flex;gap:15px;align-items:flex-start}.warning-icon-large[data-v-8728b61b]{font-size:32px;flex-shrink:0}.warning-message[data-v-8728b61b]{flex:1;color:#000;line-height:1.4}.warning-message p[data-v-8728b61b]{margin:0 0 10px}.warning-message p[data-v-8728b61b]:last-child{margin-bottom:0}.warning-space[data-v-8728b61b]{font-weight:700;color:maroon}.warning-hint[data-v-8728b61b]{font-size:10px;color:#404040}.warning-footer[data-v-8728b61b]{padding:10px 15px 15px;display:flex;justify-content:center}.warning-ok-btn[data-v-8728b61b]{background:silver;border:2px solid;border-color:#ffffff #000000 #000000 #ffffff;padding:5px 20px;font-family:"MS Sans Serif",sans-serif;font-size:11px;cursor:pointer;min-width:75px}.warning-ok-btn[data-v-8728b61b]:active{border-color:#000000 #ffffff #ffffff #000000;padding:6px 19px 4px 21px}.shake[data-v-8728b61b]{animation:shake-8728b61b .5s}@keyframes shake-8728b61b{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.desktop[data-v-55349bc1]{background-color:teal;width:100%;height:100%;position:relative;overflow:hidden}.desktop-icons[data-v-55349bc1]{display:grid;grid-template-columns:repeat(auto-fill,80px);gap:20px;padding:20px;grid-auto-flow:column;grid-template-rows:repeat(auto-fill,80px)}.desktop-icon[data-v-55349bc1]{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;user-select:none;padding:5px;will-change:transform,opacity,filter;transform:translateZ(0);backface-visibility:hidden}.desktop-icon[data-v-55349bc1]:hover{background-color:#0000804d}.icon-image[data-v-55349bc1]{font-size:32px;margin-bottom:5px}.icon-label[data-v-55349bc1]{color:#fff;font-size:11px;text-align:center;text-shadow:1px 1px 2px rgba(0,0,0,.8);word-wrap:break-word;max-width:70px}.ghost-icon[data-v-55349bc1]{position:absolute;pointer-events:none;cursor:default;animation:ghost-pulse-55349bc1 2s ease-in-out infinite;will-change:opacity,transform;transform:translateZ(0);backface-visibility:hidden}.ghost-icon[data-v-55349bc1]:hover{background-color:transparent}.ghost-icon.fading-out[data-v-55349bc1]{animation:ghost-fade-out-55349bc1 2s ease-out forwards}@keyframes ghost-pulse-55349bc1{0%,to{opacity:.4}50%{opacity:.6}}@keyframes ghost-fade-out-55349bc1{0%{opacity:.5}to{opacity:0}}@keyframes wallpaper-flash-55349bc1{0%{filter:brightness(150%)}to{filter:brightness(100%)}}.context-menu[data-v-55349bc1]{position:fixed;background:silver;border:2px solid;border-color:#ffffff #808080 #808080 #ffffff;box-shadow:2px 2px 4px #0000004d;min-width:150px;z-index:10002;font-family:"MS Sans Serif",sans-serif;font-size:11px;padding:2px;will-change:transform}.context-menu-item[data-v-55349bc1]{display:flex;align-items:center;padding:4px 20px 4px 4px;cursor:pointer;user-select:none;gap:8px}.context-menu-item[data-v-55349bc1]:hover{background:navy;color:#fff}.context-menu-separator[data-v-55349bc1]{height:1px;background:gray;margin:2px 0;border-top:1px solid #ffffff}.menu-icon[data-v-55349bc1]{font-size:14px;width:16px;text-align:center}.debug-ui[data-v-55349bc1]{position:fixed;top:10px;right:10px;z-index:10003;pointer-events:none}.debug-panel[data-v-55349bc1]{background:#000000d9;border:2px solid #00ff00;border-radius:4px;padding:12px;font-family:Courier New,monospace;font-size:12px;color:#0f0;min-width:250px;box-shadow:0 4px 12px #00000080;backdrop-filter:blur(4px)}.debug-title[data-v-55349bc1]{font-weight:700;font-size:14px;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid #00ff00;text-align:center}.debug-item[data-v-55349bc1]{display:flex;justify-content:space-between;margin:4px 0;padding:2px 0}.debug-label[data-v-55349bc1]{color:#0c0;margin-right:8px}.debug-value[data-v-55349bc1]{color:#0f0;font-weight:700;text-align:right}.debug-hint[data-v-55349bc1]{margin-top:8px;padding-top:6px;border-top:1px solid #00ff00;font-size:10px;color:#0a0;text-align:center;font-style:italic}.bios-screen[data-v-5f1ae67a]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000;color:#fff;z-index:9999;display:flex;align-items:flex-start;justify-content:flex-start;font-family:Courier New,Courier,monospace;font-size:14px;line-height:1.4;overflow:hidden}.bios-content[data-v-5f1ae67a]{width:100%;height:100%;padding:20px;white-space:pre-wrap}.bios-text[data-v-5f1ae67a]{font-family:Courier New,Courier,monospace;font-size:14px;line-height:1.4;color:#fff;text-shadow:0 0 2px rgba(255,255,255,.5)}.difficulty-selector-overlay[data-v-cb5072cb]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:10001;backdrop-filter:blur(8px)}.difficulty-selector-container[data-v-cb5072cb]{background:linear-gradient(135deg,#0f0f1e,#1a1a2e);border:3px solid #8b0000;border-radius:15px;padding:40px;max-width:1000px;width:95%;max-height:90vh;overflow-y:auto;box-shadow:0 0 50px #8b0000b3,inset 0 0 30px #000000b3;animation:fade-in-cb5072cb .5s ease-out}@keyframes fade-in-cb5072cb{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.selector-header[data-v-cb5072cb]{text-align:center;margin-bottom:30px;border-bottom:2px solid #8b0000;padding-bottom:20px}.selector-header h2[data-v-cb5072cb]{color:#ff6b6b;font-family:Courier New,monospace;font-size:32px;margin:0 0 15px;text-shadow:0 0 15px rgba(255,107,107,.7);animation:pulse-text-cb5072cb 2s ease-in-out infinite}@keyframes pulse-text-cb5072cb{0%,to{text-shadow:0 0 15px rgba(255,107,107,.7)}50%{text-shadow:0 0 25px rgba(255,107,107,1)}}.selector-instructions[data-v-cb5072cb]{color:#ccc;font-size:16px;margin:0;font-style:italic}.difficulty-options[data-v-cb5072cb]{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px}.difficulty-option[data-v-cb5072cb]{background:#00000080;border:3px solid #444;border-radius:10px;padding:25px;cursor:pointer;transition:all .3s ease;text-align:center}.difficulty-option[data-v-cb5072cb]:hover{border-color:#8b0000;transform:translateY(-5px);box-shadow:0 5px 20px #8b000080}.option-selected[data-v-cb5072cb]{border-color:#ff6b6b;background:#8b000033;box-shadow:0 0 30px #ff6b6b80}.option-icon[data-v-cb5072cb]{font-size:48px;margin-bottom:15px;animation:float-cb5072cb 3s ease-in-out infinite}@keyframes float-cb5072cb{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.option-title[data-v-cb5072cb]{color:#ff6b6b;font-family:Courier New,monospace;font-size:20px;margin:0 0 10px;text-transform:uppercase}.option-description[data-v-cb5072cb]{color:#aaa;font-size:14px;margin:0 0 15px;font-style:italic}.option-details[data-v-cb5072cb]{list-style:none;padding:0;margin:0;text-align:left}.option-details li[data-v-cb5072cb]{color:#ccc;font-size:13px;margin:8px 0;padding-left:20px;position:relative}.option-details li[data-v-cb5072cb]:before{content:"▸";position:absolute;left:0;color:#8b0000}.selector-actions[data-v-cb5072cb]{display:flex;justify-content:center;margin-bottom:20px}.btn-confirm[data-v-cb5072cb]{padding:15px 40px;font-size:18px;font-weight:700;background:linear-gradient(135deg,#8b0000,#ff6b6b);border:3px solid #ff6b6b;border-radius:8px;color:#fff;cursor:pointer;transition:all .3s ease;font-family:Courier New,monospace;text-transform:uppercase;box-shadow:0 5px 15px #8b000080}.btn-confirm[data-v-cb5072cb]:hover:not(:disabled){background:linear-gradient(135deg,#ff6b6b,#8b0000);transform:scale(1.05);box-shadow:0 8px 25px #ff6b6bb3}.btn-confirm[data-v-cb5072cb]:active:not(:disabled){transform:scale(.98)}.btn-confirm[data-v-cb5072cb]:disabled{opacity:.3;cursor:not-allowed;background:#444;border-color:#666}.selector-warning[data-v-cb5072cb]{text-align:center;padding:15px;background:#8b000033;border:2px solid #8b0000;border-radius:8px}.selector-warning p[data-v-cb5072cb]{color:#ff6b6b;font-size:14px;margin:0;font-weight:700;font-family:Courier New,monospace}@media (max-width: 768px){.difficulty-options[data-v-cb5072cb]{grid-template-columns:1fr}.selector-header h2[data-v-cb5072cb]{font-size:24px}.difficulty-selector-container[data-v-cb5072cb]{padding:25px}}.exorcism-puzzle-overlay[data-v-be103897]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10000;backdrop-filter:blur(5px)}.exorcism-puzzle-container[data-v-be103897]{background:linear-gradient(135deg,#1a1a2e,#16213e);border:3px solid #8b0000;border-radius:10px;padding:30px;max-width:600px;width:90%;box-shadow:0 0 30px #8b000080,inset 0 0 20px #00000080;animation:pulse-glow-be103897 2s ease-in-out infinite}@keyframes pulse-glow-be103897{0%,to{box-shadow:0 0 30px #8b000080,inset 0 0 20px #00000080}50%{box-shadow:0 0 40px #8b0000b3,inset 0 0 25px #000000b3}}.puzzle-header[data-v-be103897]{text-align:center;margin-bottom:25px;border-bottom:2px solid #8b0000;padding-bottom:15px}.puzzle-header h2[data-v-be103897]{color:#ff6b6b;font-family:Courier New,monospace;font-size:24px;margin:0 0 10px;text-shadow:0 0 10px rgba(255,107,107,.5)}.puzzle-instructions[data-v-be103897]{color:#ccc;font-size:14px;margin:0;font-style:italic}.puzzle-content[data-v-be103897]{display:flex;flex-direction:column;gap:20px}.puzzle-timer[data-v-be103897]{text-align:center;font-size:24px;color:#4ecdc4;font-weight:700;padding:10px;background:#0000004d;border-radius:5px;transition:all .3s ease}.timer-warning[data-v-be103897]{color:#ff6b6b;animation:timer-pulse-be103897 .5s ease-in-out infinite}@keyframes timer-pulse-be103897{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.timer-icon[data-v-be103897]{margin-right:10px}.symbol-sequence[data-v-be103897]{display:flex;justify-content:center;gap:15px;padding:20px;background:#0006;border-radius:8px;border:2px solid #4ecdc4}.symbol-display[data-v-be103897]{width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:32px;background:#00000080;border:2px solid #666;border-radius:5px;color:#999;transition:all .3s ease}.symbol-revealed[data-v-be103897]{color:#4ecdc4;border-color:#4ecdc4;box-shadow:0 0 15px #4ecdc44d;animation:symbol-reveal-be103897 .5s ease-out}@keyframes symbol-reveal-be103897{0%{transform:scale(0) rotate(180deg);opacity:0}to{transform:scale(1) rotate(0);opacity:1}}.symbol-input[data-v-be103897]{display:flex;justify-content:center;gap:15px;padding:20px;background:#0006;border-radius:8px;border:2px solid #ff6b6b;min-height:90px}.symbol-input-slot[data-v-be103897]{width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:32px;background:#00000080;border:2px dashed #666;border-radius:5px;color:#ccc;transition:all .3s ease}.slot-filled[data-v-be103897]{border-style:solid;border-color:#ff6b6b;color:#ff6b6b;box-shadow:0 0 15px #ff6b6b4d}.symbol-selector[data-v-be103897]{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;padding:15px;background:#0000004d;border-radius:8px}.symbol-button[data-v-be103897]{width:45px;height:45px;font-size:24px;background:#4ecdc433;border:2px solid #4ecdc4;border-radius:5px;color:#4ecdc4;cursor:pointer;transition:all .2s ease}.symbol-button[data-v-be103897]:hover:not(:disabled){background:#4ecdc466;transform:scale(1.1);box-shadow:0 0 15px #4ecdc480}.symbol-button[data-v-be103897]:active:not(:disabled){transform:scale(.95)}.symbol-button[data-v-be103897]:disabled{opacity:.3;cursor:not-allowed}.puzzle-actions[data-v-be103897]{display:flex;gap:10px;justify-content:center}.puzzle-actions button[data-v-be103897]{padding:12px 24px;font-size:14px;font-weight:700;border:2px solid;border-radius:5px;cursor:pointer;transition:all .2s ease;font-family:Courier New,monospace;text-transform:uppercase}.btn-clear[data-v-be103897]{background:#ffc10733;border-color:#ffc107;color:#ffc107}.btn-clear[data-v-be103897]:hover:not(:disabled){background:#ffc10766;box-shadow:0 0 15px #ffc10780}.btn-submit[data-v-be103897]{background:#4caf5033;border-color:#4caf50;color:#4caf50}.btn-submit[data-v-be103897]:hover:not(:disabled){background:#4caf5066;box-shadow:0 0 15px #4caf5080}.btn-cancel[data-v-be103897]{background:#f4433633;border-color:#f44336;color:#f44336}.btn-cancel[data-v-be103897]:hover{background:#f4433666;box-shadow:0 0 15px #f4433680}.puzzle-actions button[data-v-be103897]:disabled{opacity:.3;cursor:not-allowed}.feedback-message[data-v-be103897]{text-align:center;padding:12px;border-radius:5px;font-weight:700;font-size:14px;animation:feedback-appear-be103897 .3s ease-out}@keyframes feedback-appear-be103897{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.feedback-message.success[data-v-be103897]{background:#4caf504d;border:2px solid #4caf50;color:#4caf50}.feedback-message.error[data-v-be103897]{background:#f443364d;border:2px solid #f44336;color:#f44336}.achievement-notification[data-v-60b627eb]{position:fixed;top:20px;right:20px;width:320px;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:2px solid #ffd700;border-radius:8px;padding:16px;display:flex;align-items:center;gap:12px;box-shadow:0 8px 24px #ffd7004d,0 0 40px #ffd70033;cursor:pointer;z-index:100000;animation:achievement-glow-60b627eb 2s ease-in-out infinite}.achievement-notification[data-v-60b627eb]:hover{transform:translateY(-2px);box-shadow:0 12px 32px #ffd70066,0 0 60px #ffd7004d}.achievement-icon[data-v-60b627eb]{font-size:48px;flex-shrink:0;filter:drop-shadow(0 0 8px rgba(255,215,0,.6))}.achievement-content[data-v-60b627eb]{flex:1;min-width:0}.achievement-title[data-v-60b627eb]{font-family:"MS Sans Serif",sans-serif;font-size:11px;font-weight:700;color:gold;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.achievement-name[data-v-60b627eb]{font-family:"MS Sans Serif",sans-serif;font-size:14px;font-weight:700;color:#fff;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.achievement-description[data-v-60b627eb]{font-family:"MS Sans Serif",sans-serif;font-size:11px;color:#ccc;line-height:1.4}.achievement-close[data-v-60b627eb]{font-size:24px;color:#888;cursor:pointer;flex-shrink:0;line-height:1;padding:0 4px;transition:color .2s}.achievement-close[data-v-60b627eb]:hover{color:#fff}.achievement-slide-enter-active[data-v-60b627eb]{animation:achievement-slide-in-60b627eb .5s cubic-bezier(.68,-.55,.265,1.55)}.achievement-slide-leave-active[data-v-60b627eb]{animation:achievement-slide-out-60b627eb .3s ease-in}@keyframes achievement-slide-in-60b627eb{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes achievement-slide-out-60b627eb{0%{transform:translate(0);opacity:1}to{transform:translate(400px);opacity:0}}@keyframes achievement-glow-60b627eb{0%,to{box-shadow:0 8px 24px #ffd7004d,0 0 40px #ffd70033}50%{box-shadow:0 8px 24px #ffd70080,0 0 60px #ffd70066}}@media (max-width: 768px){.achievement-notification[data-v-60b627eb]{top:10px;right:10px;left:10px;width:auto}}.ending-screen[data-v-c1ad5b53]{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:10000;display:flex;align-items:center;justify-content:center;animation:ending-fade-in-c1ad5b53 1s ease-in}.ending-overlay[data-v-c1ad5b53]{position:absolute;top:0;left:0;width:100%;height:100%;transition:background-color 2s ease}.ending-content[data-v-c1ad5b53]{position:relative;z-index:10001;background:#000000e6;border:2px solid #666;padding:40px;max-width:600px;width:90%;text-align:center;box-shadow:0 0 50px #000c;animation:ending-content-appear-c1ad5b53 1.5s ease-out}.ending-icon[data-v-c1ad5b53]{font-size:80px;margin-bottom:20px;animation:ending-icon-pulse-c1ad5b53 2s ease-in-out infinite}.ending-title[data-v-c1ad5b53]{font-size:48px;font-weight:700;margin:0 0 20px;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.8);font-family:Courier New,monospace}.ending-message[data-v-c1ad5b53]{font-size:20px;color:#ccc;margin:0 0 40px;line-height:1.6;font-family:Courier New,monospace}.ending-statistics[data-v-c1ad5b53]{background:#ffffff0d;border:1px solid #444;padding:20px;margin-bottom:30px;text-align:left}.ending-statistics h3[data-v-c1ad5b53]{margin:0 0 15px;color:#fff;font-size:18px;text-align:center;font-family:Courier New,monospace}.stat-row[data-v-c1ad5b53]{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #333;font-family:Courier New,monospace}.stat-row[data-v-c1ad5b53]:last-child{border-bottom:none}.stat-label[data-v-c1ad5b53]{color:#aaa;font-size:14px}.stat-value[data-v-c1ad5b53]{color:#fff;font-weight:700;font-size:14px}.ending-actions[data-v-c1ad5b53]{display:flex;gap:15px;justify-content:center}.ending-button[data-v-c1ad5b53]{padding:12px 30px;font-size:16px;font-family:Courier New,monospace;border:2px solid #666;background:#222;color:#fff;cursor:pointer;transition:all .3s ease}.ending-button[data-v-c1ad5b53]:hover{background:#444;border-color:#888;transform:translateY(-2px);box-shadow:0 4px 8px #00000080}.ending-button[data-v-c1ad5b53]:active{transform:translateY(0)}.restart-button[data-v-c1ad5b53]{background:#8b0000;border-color:red}.restart-button[data-v-c1ad5b53]:hover{background:#a00000}.continue-button[data-v-c1ad5b53]{background:#006400;border-color:#0f0}.continue-button[data-v-c1ad5b53]:hover{background:#007800}.ending-purified .ending-content[data-v-c1ad5b53]{border-color:gold;box-shadow:0 0 50px #ffd70080}.ending-purified .ending-title[data-v-c1ad5b53]{color:gold;text-shadow:0 0 20px rgba(255,215,0,.8)}.ending-possessed .ending-content[data-v-c1ad5b53]{border-color:#8b0000;box-shadow:0 0 50px #8b0000cc;animation:ending-possessed-shake-c1ad5b53 .5s infinite}.ending-possessed .ending-title[data-v-c1ad5b53]{color:red;text-shadow:0 0 20px rgba(255,0,0,.8)}.ending-consumed .ending-content[data-v-c1ad5b53]{border-color:#000;box-shadow:0 0 50px #000}.ending-survivor .ending-content[data-v-c1ad5b53]{border-color:orange;box-shadow:0 0 50px #ffa50080}.ending-survivor .ending-title[data-v-c1ad5b53]{color:orange;text-shadow:0 0 20px rgba(255,165,0,.6)}@keyframes ending-fade-in-c1ad5b53{0%{opacity:0}to{opacity:1}}@keyframes ending-content-appear-c1ad5b53{0%{opacity:0;transform:scale(.8) translateY(50px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes ending-icon-pulse-c1ad5b53{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes ending-possessed-shake-c1ad5b53{0%,to{transform:translate(0)}25%{transform:translate(-5px) rotate(-1deg)}75%{transform:translate(5px) rotate(1deg)}}@keyframes purified-glow-c1ad5b53{0%{filter:brightness(1)}50%{filter:brightness(2) saturate(0)}to{filter:brightness(1)}}@keyframes possessed-shake-c1ad5b53{0%,to{transform:translate(0)}10%{transform:translate(-10px) rotate(-2deg)}20%{transform:translate(10px) rotate(2deg)}30%{transform:translate(-10px) rotate(-2deg)}40%{transform:translate(10px) rotate(2deg)}50%{transform:translate(-10px) rotate(-2deg)}60%{transform:translate(10px) rotate(2deg)}70%{transform:translate(-10px) rotate(-2deg)}80%{transform:translate(10px) rotate(2deg)}90%{transform:translate(-10px) rotate(-2deg)}}@keyframes consumed-fade-c1ad5b53{0%{filter:brightness(1)}to{filter:brightness(0)}}@keyframes survivor-dawn-c1ad5b53{0%{filter:brightness(.5) sepia(.8)}to{filter:brightness(1.2) sepia(.2)}}.photosensitivity-warning-overlay[data-v-45efa70a]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000f2;display:flex;align-items:center;justify-content:center;z-index:10000;font-family:"MS Sans Serif",sans-serif}.warning-dialog[data-v-45efa70a]{background-color:silver;border:3px solid;border-color:#fff #000 #000 #fff;max-width:600px;width:90%;max-height:90vh;display:flex;flex-direction:column;box-shadow:4px 4px 10px #00000080}.warning-header[data-v-45efa70a]{background:linear-gradient(to right,navy,#1084d0);color:#fff;padding:4px 8px;font-weight:700;font-size:11px;border-bottom:2px solid #000}.warning-header h2[data-v-45efa70a]{margin:0;font-size:13px;font-weight:700}.warning-content[data-v-45efa70a]{padding:20px;overflow-y:auto;flex:1;background-color:silver}.warning-text[data-v-45efa70a]{font-size:12px;line-height:1.6;margin:0 0 12px;color:#000}.warning-text strong[data-v-45efa70a]{color:#c00;font-weight:700}.warning-list[data-v-45efa70a]{margin:12px 0 12px 20px;padding:0;font-size:11px;line-height:1.8}.warning-list li[data-v-45efa70a]{margin-bottom:6px;color:#000}.accessibility-options[data-v-45efa70a]{margin-top:20px;padding:12px;background-color:#fff;border:2px solid #808080;border-top-color:#000;border-left-color:#000}.option-checkbox[data-v-45efa70a]{display:flex;align-items:flex-start;gap:8px;font-size:11px;font-weight:700;cursor:pointer;user-select:none;margin-bottom:8px}.option-checkbox input[type=checkbox][data-v-45efa70a]{width:16px;height:16px;margin-top:2px;cursor:pointer;flex-shrink:0}.option-description[data-v-45efa70a]{font-size:10px;color:#666;margin:0;font-style:italic;line-height:1.4}.warning-actions[data-v-45efa70a]{padding:12px;background-color:silver;border-top:2px solid #808080;display:flex;gap:8px;justify-content:center}.warning-actions button[data-v-45efa70a]{padding:8px 24px;font-size:11px;font-weight:700;font-family:"MS Sans Serif",sans-serif;border:2px solid;cursor:pointer;user-select:none;min-width:120px}.accept-button[data-v-45efa70a]{background-color:green;border-color:#0f0 #004000 #004000 #0f0;color:#fff}.accept-button[data-v-45efa70a]:hover{background-color:#009000}.accept-button[data-v-45efa70a]:active{border-color:#004000 #0f0 #0f0 #004000;padding:9px 23px 7px 25px}.accept-button[data-v-45efa70a]:focus{outline:2px dotted #000;outline-offset:2px}.exit-button[data-v-45efa70a]{background-color:silver;border-color:#fff #000 #000 #fff;color:#000}.exit-button[data-v-45efa70a]:hover{background-color:#d0d0d0}.exit-button[data-v-45efa70a]:active{border-color:#000 #fff #fff #000;padding:9px 23px 7px 25px}.exit-button[data-v-45efa70a]:focus{outline:2px dotted #000;outline-offset:2px}.warning-content[data-v-45efa70a]::-webkit-scrollbar{width:16px}.warning-content[data-v-45efa70a]::-webkit-scrollbar-track{background:silver}.warning-content[data-v-45efa70a]::-webkit-scrollbar-thumb{background:gray;border:2px solid;border-color:#fff #000 #000 #fff}.warning-content[data-v-45efa70a]::-webkit-scrollbar-thumb:hover{background:#606060}.audio-visual-cue[data-v-1d9b13f4]{position:fixed;top:20px;right:20px;background-color:#000000e6;border:2px solid #fff;padding:12px 16px;display:flex;align-items:center;gap:12px;z-index:9999;font-family:"MS Sans Serif",sans-serif;animation:slideIn-1d9b13f4 .3s ease-out;box-shadow:0 4px 12px #00000080}@keyframes slideIn-1d9b13f4{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.cue-icon[data-v-1d9b13f4]{font-size:24px;line-height:1}.cue-label[data-v-1d9b13f4]{font-size:12px;font-weight:700;color:#fff;white-space:nowrap}.audio-visual-cue.ambient[data-v-1d9b13f4]{border-color:#4a90e2}.audio-visual-cue.effects[data-v-1d9b13f4]{border-color:#9b59b6}.audio-visual-cue.whispers[data-v-1d9b13f4]{border-color:#e74c3c}.audio-visual-cue.tension[data-v-1d9b13f4]{border-color:#f39c12}.audio-visual-cue.jumpscare[data-v-1d9b13f4]{border-color:#c0392b;animation:pulse-1d9b13f4 .5s ease-in-out infinite}@keyframes pulse-1d9b13f4{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (prefers-reduced-motion: reduce){.audio-visual-cue[data-v-1d9b13f4],.audio-visual-cue.jumpscare[data-v-1d9b13f4]{animation:none}}body.reduced-motion .audio-visual-cue[data-v-1d9b13f4],body.reduced-motion .audio-visual-cue.jumpscare[data-v-1d9b13f4]{animation:none}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body.reduced-motion *,body.reduced-motion *:before,body.reduced-motion *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}body.reduced-motion .wallpaper-flicker,body.reduced-motion .glitch-effect,body.reduced-motion .corruption-effect{animation:none!important;opacity:1!important}*:focus-visible{outline:2px solid #000080;outline-offset:2px}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px dotted #000;outline-offset:2px}/*! 98.css v0.1.21 - https://github.com/jdan/98.css */@font-face{font-family:"Pixelated MS Sans Serif";font-style:normal;font-weight:400;src:url(/assets/ms_sans_serif-C3pax6mQ.woff) format("woff");src:url(/assets/ms_sans_serif-Du8rjN1q.woff2) format("woff2")}@font-face{font-family:"Pixelated MS Sans Serif";font-style:normal;font-weight:700;src:url(/assets/ms_sans_serif_bold-B8yxhAcs.woff) format("woff");src:url(/assets/ms_sans_serif_bold-D5dpRRHG.woff2) format("woff2")}body{color:#222;font-family:Arial;font-size:12px}.title-bar,.window,button,input,label,legend,li[role=tab],option,select,table,textarea,ul.tree-view{-webkit-font-smoothing:none;font-family:"Pixelated MS Sans Serif",Arial;font-size:11px}h1{font-size:5rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}u{border-bottom:.5px solid #222;text-decoration:none}button,input[type=reset],input[type=submit]{background:silver;border:none;border-radius:0;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px gray,inset 2px 2px #dfdfdf;box-sizing:border-box;color:transparent;min-height:23px;min-width:75px;padding:0 12px;text-shadow:0 0 #222}button.default,input[type=reset].default,input[type=submit].default{box-shadow:inset -2px -2px #0a0a0a,inset 1px 1px #0a0a0a,inset 2px 2px #fff,inset -3px -3px gray,inset 3px 3px #dfdfdf}.vertical-bar{background:silver;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px gray,inset 2px 2px #dfdfdf;height:20px;width:4px}button:not(:disabled):active,input[type=reset]:not(:disabled):active,input[type=submit]:not(:disabled):active{box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px gray;text-shadow:1px 1px #222}button.default:not(:disabled):active,input[type=reset].default:not(:disabled):active,input[type=submit].default:not(:disabled):active{box-shadow:inset 2px 2px #0a0a0a,inset -1px -1px #0a0a0a,inset -2px -2px #fff,inset 3px 3px gray,inset -3px -3px #dfdfdf}@media (not(hover)){button:not(:disabled):hover,input[type=reset]:not(:disabled):hover,input[type=submit]:not(:disabled):hover{box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px gray}}button:focus,input[type=reset]:focus,input[type=submit]:focus{outline:1px dotted #000;outline-offset:-4px}button::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:0}:disabled,:disabled+label,input[readonly],input[readonly]+label{color:gray}:disabled+label,button:disabled,input[type=reset]:disabled,input[type=submit]:disabled{text-shadow:1px 1px 0 #fff}.window{background:silver;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #dfdfdf,inset -2px -2px gray,inset 2px 2px #fff;padding:3px}.title-bar{align-items:center;background:linear-gradient(90deg,navy,#1084d0);display:flex;justify-content:space-between;padding:3px 2px 3px 3px}.title-bar.inactive{background:linear-gradient(90deg,gray,#b5b5b5)}.title-bar-text{color:#fff;font-weight:700;letter-spacing:0;margin-right:24px}.title-bar-controls{display:flex}.title-bar-controls button{display:block;min-height:14px;min-width:16px;padding:0}.title-bar-controls button:active{padding:0}.title-bar-controls button:focus{outline:none}.title-bar-controls button[aria-label=Minimize],.title-bar-controls button[aria-label].minimize{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 0h6v2H0z'/%3E%3C/svg%3E");background-position:bottom 3px left 4px;background-repeat:no-repeat}.title-bar-controls button[aria-label=Maximize],.title-bar-controls button[aria-label].maximize{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 0H0v9h9V0zM8 2H1v6h7V2z' fill='%23000'/%3E%3C/svg%3E");background-position:top 2px left 3px;background-repeat:no-repeat}.title-bar-controls button[aria-label=Maximize]:disabled,.title-bar-controls button[aria-label].maximize:disabled{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 1H1v9h9V1zM9 3H2v6h7V3z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 0H0v9h9V0zM8 2H1v6h7V2z' fill='gray'/%3E%3C/svg%3E");background-position:top 2px left 3px;background-repeat:no-repeat}.title-bar-controls button[aria-label=Restore],.title-bar-controls button[aria-label].restore{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M2 0h6v2H2zM7 2h1v4H7zM2 2h1v1H2zM6 5h1v1H6zM0 3h6v2H0zM5 5h1v4H5zM0 5h1v4H0zM1 8h4v1H1z'/%3E%3C/svg%3E");background-position:top 2px left 3px;background-repeat:no-repeat}.title-bar-controls button[aria-label=Help],.title-bar-controls button[aria-label].help{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 1h2v2H0zM1 0h4v1H1zM4 1h2v2H4zM3 3h2v1H3zM2 4h2v2H2zM2 7h2v2H2z'/%3E%3C/svg%3E");background-position:top 2px left 5px;background-repeat:no-repeat}.title-bar-controls button[aria-label=Close],.title-bar-controls button[aria-label].close{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h2v1h1v1h2V1h1V0h2v1H7v1H6v1H5v1h1v1h1v1h1v1H6V6H5V5H3v1H2v1H0V6h1V5h1V4h1V3H2V2H1V1H0V0z' fill='%23000'/%3E%3C/svg%3E");background-position:top 3px left 4px;background-repeat:no-repeat;margin-left:2px}.status-bar{gap:1px;display:flex;margin:0 1px}.status-bar-field{box-shadow:inset -1px -1px #dfdfdf,inset 1px 1px gray;flex-grow:1;margin:0;padding:2px 3px}.window-body{margin:8px}fieldset{border-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='5' height='5' fill='gray' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h5v5H0V2h2v1h1V2H0' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h4v4H0V1h1v2h2V1H0'/%3E%3C/svg%3E") 2;margin:0;padding:10px;padding-block-start:8px}legend{background:silver}.field-row{align-items:center;display:flex}[class^=field-row]+[class^=field-row]{margin-top:6px}.field-row>*+*{margin-left:6px}.field-row-stacked{display:flex;flex-direction:column}.field-row-stacked *+*{margin-top:6px}label{align-items:center;display:inline-flex;user-select:none}input[type=checkbox],input[type=radio]{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:0;border:none;margin:0;opacity:0;position:fixed}input[type=checkbox]+label,input[type=radio]+label{line-height:13px}input[type=radio]+label{margin-left:18px;position:relative}input[type=radio]+label:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0H4v1H2v1H1v2H0v4h1v2h1V8H1V4h1V2h2V1h4v1h2V1H8V0z' fill='gray'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1H4v1H2v2H1v4h1v1h1V8H2V4h1V3h1V2h4v1h2V2H8V1z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 3h1v1H9V3zm1 5V4h1v4h-1zm-2 2V9h1V8h1v2H8zm-4 0v1h4v-1H4zm0 0V9H2v1h2z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2h-1v2h1v4h-1v2H8v1H4v-1H2v1h2v1h4v-1h2v-1h1V8h1V4h-1V2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2h4v1h1v1h1v4H9v1H8v1H4V9H3V8H2V4h1V3h1V2z' fill='%23fff'/%3E%3C/svg%3E");content:"";display:inline-block;height:12px;left:-18px;margin-right:6px;position:absolute;top:0;width:12px}input[type=radio]:active+label:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0H4v1H2v1H1v2H0v4h1v2h1V8H1V4h1V2h2V1h4v1h2V1H8V0z' fill='gray'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1H4v1H2v2H1v4h1v1h1V8H2V4h1V3h1V2h4v1h2V2H8V1z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 3h1v1H9V3zm1 5V4h1v4h-1zm-2 2V9h1V8h1v2H8zm-4 0v1h4v-1H4zm0 0V9H2v1h2z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2h-1v2h1v4h-1v2H8v1H4v-1H2v1h2v1h4v-1h2v-1h1V8h1V4h-1V2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2h4v1h1v1h1v4H9v1H8v1H4V9H3V8H2V4h1V3h1V2z' fill='silver'/%3E%3C/svg%3E")}input[type=radio]:checked+label:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='4' height='4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 0H1v1H0v2h1v1h2V3h1V1H3V0z' fill='%23000'/%3E%3C/svg%3E");content:"";display:block;height:4px;left:-14px;position:absolute;top:4px;width:4px}input[type=checkbox]:focus+label,input[type=radio]:focus+label{outline:1px dotted #000}input[type=radio][disabled]+label:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0H4v1H2v1H1v2H0v4h1v2h1V8H1V4h1V2h2V1h4v1h2V1H8V0z' fill='gray'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1H4v1H2v2H1v4h1v1h1V8H2V4h1V3h1V2h4v1h2V2H8V1z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 3h1v1H9V3zm1 5V4h1v4h-1zm-2 2V9h1V8h1v2H8zm-4 0v1h4v-1H4zm0 0V9H2v1h2z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2h-1v2h1v4h-1v2H8v1H4v-1H2v1h2v1h4v-1h2v-1h1V8h1V4h-1V2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2h4v1h1v1h1v4H9v1H8v1H4V9H3V8H2V4h1V3h1V2z' fill='silver'/%3E%3C/svg%3E")}input[type=radio][disabled]:checked+label:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='4' height='4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 0H1v1H0v2h1v1h2V3h1V1H3V0z' fill='gray'/%3E%3C/svg%3E")}input[type=checkbox]+label{margin-left:19px;position:relative}input[type=checkbox]+label:before{background:#fff;box-shadow:inset -1px -1px #fff,inset 1px 1px gray,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a;content:"";display:inline-block;height:13px;left:-19px;margin-right:6px;position:absolute;width:13px}input[type=checkbox]:active+label:before{background:silver}input[type=checkbox]:checked+label:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 0H6v1H5v1H4v1H3v1H2V3H1V2H0v3h1v1h1v1h1V6h1V5h1V4h1V3h1V0z' fill='%23000'/%3E%3C/svg%3E");content:"";display:block;height:7px;left:-16px;position:absolute;width:7px}input[type=checkbox][disabled]+label:before{background:silver}input[type=checkbox][disabled]:checked+label:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 0H6v1H5v1H4v1H3v1H2V3H1V2H0v3h1v1h1v1h1V6h1V5h1V4h1V3h1V0z' fill='gray'/%3E%3C/svg%3E")}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select{background-color:#fff;box-shadow:inset -1px -1px #fff,inset 1px 1px gray,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a;box-sizing:border-box;padding:3px 4px}select,textarea{border:none}textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-radius:0;box-shadow:inset -1px -1px #fff,inset 1px 1px gray,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a;box-sizing:border-box;padding:3px 4px}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select{height:21px}input[type=number]{height:22px}input[type=search]::-ms-clear,input[type=search]::-ms-reveal{display:none;height:0;width:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url]{line-height:2}input[type=email]:disabled,input[type=email]:read-only,input[type=number]:disabled,input[type=number]:read-only,input[type=password]:disabled,input[type=password]:read-only,input[type=search]:disabled,input[type=search]:read-only,input[type=tel]:disabled,input[type=tel]:read-only,input[type=text]:disabled,input[type=text]:read-only,input[type=url]:disabled,input[type=url]:read-only,textarea:disabled{background-color:silver}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 6H4v1h1v1h1v1h1v1h1V9h1V8h1V7h1V6z' fill='%23000'/%3E%3C/svg%3E");background-position:top 2px right 2px;background-repeat:no-repeat;border-radius:0;padding-right:32px;position:relative}input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{outline:none}input[type=range]{-webkit-appearance:none;background:transparent;width:100%}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v16h2v2h2v2h1v-1H3v-2H1V1h9V0z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 1v15h1v1h1v1h1v1h2v-1h1v-1h1v-1h1V1z' fill='%23C0C7C8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1h1v15H8v2H6v2H5v-1h2v-2h2z' fill='%2387888F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0h1v16H9v2H7v2H5v1h1v-2h2v-2h2z' fill='%23000'/%3E%3C/svg%3E");border:none;box-shadow:none;height:21px;transform:translateY(-8px);width:11px}input[type=range].has-box-indicator::-webkit-slider-thumb{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v20h1V1h9V0z' fill='%23fff'/%3E%3Cpath fill='%23C0C7C8' d='M1 1h8v18H1z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1h1v19H1v-1h8z' fill='%2387888F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0h1v21H0v-1h10z' fill='%23000'/%3E%3C/svg%3E");transform:translateY(-10px)}input[type=range]::-moz-range-thumb{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v16h2v2h2v2h1v-1H3v-2H1V1h9V0z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 1v15h1v1h1v1h1v1h2v-1h1v-1h1v-1h1V1z' fill='%23C0C7C8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1h1v15H8v2H6v2H5v-1h2v-2h2z' fill='%2387888F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0h1v16H9v2H7v2H5v1h1v-2h2v-2h2z' fill='%23000'/%3E%3C/svg%3E");border:0;border-radius:0;height:21px;transform:translateY(2px);width:11px}input[type=range].has-box-indicator::-moz-range-thumb{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v20h1V1h9V0z' fill='%23fff'/%3E%3Cpath fill='%23C0C7C8' d='M1 1h8v18H1z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1h1v19H1v-1h8z' fill='%2387888F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0h1v21H0v-1h10z' fill='%23000'/%3E%3C/svg%3E");transform:translateY(0)}input[type=range]::-webkit-slider-runnable-track{background:#000;border-bottom:1px solid grey;border-right:1px solid grey;box-shadow:1px 0 #fff,1px 1px #fff,0 1px #fff,-1px 0 #a9a9a9,-1px -1px #a9a9a9,0 -1px #a9a9a9,-1px 1px #fff,1px -1px #a9a9a9;box-sizing:border-box;height:2px;width:100%}input[type=range]::-moz-range-track{background:#000;border-bottom:1px solid grey;border-right:1px solid grey;box-shadow:1px 0 #fff,1px 1px #fff,0 1px #fff,-1px 0 #a9a9a9,-1px -1px #a9a9a9,0 -1px #a9a9a9,-1px 1px #fff,1px -1px #a9a9a9;box-sizing:border-box;height:2px;width:100%}.is-vertical{display:inline-block;height:150px;transform:translateY(50%);width:4px}.is-vertical>input[type=range]{height:4px;margin:0 16px 0 10px;transform:rotate(270deg) translate(calc(-50% + 8px));transform-origin:left;width:150px}.is-vertical>input[type=range]::-webkit-slider-runnable-track{border-bottom:1px solid grey;border-left:1px solid grey;border-right:0;box-shadow:-1px 0 #fff,-1px 1px #fff,0 1px #fff,1px 0 #a9a9a9,1px -1px #a9a9a9,0 -1px #a9a9a9,1px 1px #fff,-1px -1px #a9a9a9}.is-vertical>input[type=range]::-moz-range-track{border-bottom:1px solid grey;border-left:1px solid grey;border-right:0;box-shadow:-1px 0 #fff,-1px 1px #fff,0 1px #fff,1px 0 #a9a9a9,1px -1px #a9a9a9,0 -1px #a9a9a9,1px 1px #fff,-1px -1px #a9a9a9}.is-vertical>input[type=range]::-webkit-slider-thumb{transform:translateY(-8px) scaleX(-1)}.is-vertical>input[type=range].has-box-indicator::-webkit-slider-thumb{transform:translateY(-10px) scaleX(-1)}.is-vertical>input[type=range]::-moz-range-thumb{transform:translateY(2px) scaleX(-1)}.is-vertical>input[type=range].has-box-indicator::-moz-range-thumb{transform:translateY(0) scaleX(-1)}select:focus{background-color:navy;color:#fff}select:focus option{background-color:#fff;color:#000}select:active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h16v17H0V0zm1 16h14V1H1v15z' fill='gray'/%3E%3Cpath fill='silver' d='M1 1h14v15H1z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 7H5v1h1v1h1v1h1v1h1v-1h1V9h1V8h1V7z' fill='%23000'/%3E%3C/svg%3E")}a{color:#00f}a:focus{outline:1px dotted #00f}ul.tree-view{background:#fff;box-shadow:inset -1px -1px #fff,inset 1px 1px gray,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a;display:block;margin:0;padding:6px}ul.tree-view li{list-style-type:none}ul.tree-view a{color:#000;text-decoration:none}ul.tree-view a:focus{background-color:navy;color:#fff}ul.tree-view li,ul.tree-view ul{margin-top:3px}ul.tree-view ul{border-left:1px dotted grey;margin-left:16px;padding-left:16px}ul.tree-view ul>li{position:relative}ul.tree-view ul>li:before{border-bottom:1px dotted grey;content:"";display:block;left:-16px;position:absolute;top:6px;width:12px}ul.tree-view ul>li:last-child:after{background:#fff;bottom:0;content:"";display:block;left:-20px;position:absolute;top:7px;width:8px}ul.tree-view details{margin-top:0}ul.tree-view details[open] summary{margin-bottom:0}ul.tree-view ul details>summary:before{margin-left:-22px;position:relative;z-index:1}ul.tree-view details>summary:before{background-color:#fff;border:1px solid grey;content:"+";display:block;float:left;height:9px;line-height:8px;margin-right:5px;padding-left:1px;text-align:center;width:8px}ul.tree-view details[open]>summary:before{content:"-"}ul.tree-view details>summary::-webkit-details-marker,ul.tree-view details>summary::marker{content:""}pre{background:#fff;box-shadow:inset -1px -1px #fff,inset 1px 1px gray,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a;display:block;margin:0;padding:12px 8px}code,code *{font-family:monospace}summary:focus{outline:1px dotted #000}::-webkit-scrollbar{width:16px}::-webkit-scrollbar:horizontal{height:17px}::-webkit-scrollbar-corner{background:#dfdfdf}::-webkit-scrollbar-track{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='2' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 0H0v1h1v1h1V1H1V0z' fill='silver'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0H1v1H0v1h1V1h1V0z' fill='%23fff'/%3E%3C/svg%3E")}::-webkit-scrollbar-thumb{background-color:#dfdfdf;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px gray,inset 2px 2px #dfdfdf}::-webkit-scrollbar-button:horizontal:end:increment,::-webkit-scrollbar-button:horizontal:start:decrement,::-webkit-scrollbar-button:vertical:end:increment,::-webkit-scrollbar-button:vertical:start:decrement{display:block}::-webkit-scrollbar-button:vertical:start{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 6H7v1H6v1H5v1H4v1h7V9h-1V8H9V7H8V6z' fill='%23000'/%3E%3C/svg%3E");height:17px}::-webkit-scrollbar-button:vertical:end{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 6H4v1h1v1h1v1h1v1h1V9h1V8h1V7h1V6z' fill='%23000'/%3E%3C/svg%3E");height:17px}::-webkit-scrollbar-button:horizontal:start{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 4H8v1H7v1H6v1H5v1h1v1h1v1h1v1h1V4z' fill='%23000'/%3E%3C/svg%3E");width:16px}::-webkit-scrollbar-button:horizontal:end{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 4H6v7h1v-1h1V9h1V8h1V7H9V6H8V5H7V4z' fill='%23000'/%3E%3C/svg%3E");width:16px}.window[role=tabpanel]{position:relative;z-index:2}menu[role=tablist]{display:flex;list-style-type:none;margin:0 0 -2px;padding-left:3px;position:relative;text-indent:0}menu[role=tablist]>li{border-top-left-radius:3px;border-top-right-radius:3px;box-shadow:inset -1px 0 #0a0a0a,inset 1px 1px #dfdfdf,inset -2px 0 gray,inset 2px 2px #fff;z-index:1}menu[role=tablist]>li[aria-selected=true]{background-color:silver;margin-left:-3px;margin-top:-2px;padding-bottom:2px;position:relative;z-index:8}menu[role=tablist]>li>a{color:#222;display:block;margin:6px;text-decoration:none}menu[role=tablist]>li[aria-selected=true]>a:focus{outline:none}menu[role=tablist]>li>a:focus{outline:1px dotted #222}menu[role=tablist].multirows>li{flex-grow:1;text-align:center}.sunken-panel{border:2px groove transparent;border-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='5' height='5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='gray' d='M0 0h4v1H0z'/%3E%3Cpath fill='gray' d='M0 0h1v4H0z'/%3E%3Cpath fill='%230a0a0a' d='M1 1h2v1H1z'/%3E%3Cpath fill='%230a0a0a' d='M1 1h1v2H1z'/%3E%3Cpath fill='%23fff' d='M0 4h5v1H0z'/%3E%3Cpath fill='%23fff' d='M4 0h1v5H4z'/%3E%3Cpath fill='%23dfdfdf' d='M3 1h1v3H3z'/%3E%3Cpath fill='%23dfdfdf' d='M1 3h3v1H1z'/%3E%3C/svg%3E") 2;box-sizing:border-box;overflow:auto}.sunken-panel,table{background-color:#fff}table{border-collapse:collapse;position:relative;text-align:left;white-space:nowrap}table>thead>tr>*{background:silver;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px gray,inset 2px 2px #dfdfdf;box-sizing:border-box;font-weight:400;height:17px;padding:0 6px;position:sticky;top:0}table.interactive>tbody>tr{cursor:pointer}table>tbody>tr.highlighted{background-color:navy;color:#fff}table>tbody>tr>*{height:14px;padding:0 6px}.progress-indicator{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0;box-shadow:inset -2px -2px #dfdfdf,inset 2px 2px gray;box-sizing:border-box;height:32px;padding:4px;position:relative}.progress-indicator>.progress-indicator-bar{background-color:navy;display:block;height:100%}.progress-indicator.segmented>.progress-indicator-bar{background-color:transparent;background-image:linear-gradient(90deg,navy 16px,transparent 0 2px);background-repeat:repeat;background-size:18px 100%;width:100%}.field-border{background:#fff}.field-border,.field-border-disabled{box-shadow:inset -1px -1px #fff,inset 1px 1px gray,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a;padding:2px}.field-border-disabled{background:silver}.status-field-border{background:silver;box-shadow:inset -1px -1px #dfdfdf,inset 1px 1px gray;padding:1px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"MS Sans Serif","Microsoft Sans Serif",sans-serif;overflow:hidden;width:100vw;height:100vh}#app{width:100%;height:100%;font-family:"MS Sans Serif","Microsoft Sans Serif",sans-serif}.desktop{background-color:teal;width:100%;height:100%;position:relative;overflow:hidden}.desktop-icons{display:grid;grid-template-columns:repeat(auto-fill,80px);grid-template-rows:repeat(auto-fill,80px);gap:20px;padding:20px;grid-auto-flow:column}.desktop-icon{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;user-select:none;padding:5px;width:80px;height:80px}.desktop-icon:hover{background-color:#0000804d;outline:1px dotted rgba(255,255,255,.5)}.icon-image{font-size:32px;margin-bottom:5px;filter:drop-shadow(1px 1px 1px rgba(0,0,0,.5))}.icon-label{color:#fff;font-size:11px;text-align:center;text-shadow:1px 1px 2px rgba(0,0,0,.8);word-wrap:break-word;max-width:70px;font-family:"MS Sans Serif","Microsoft Sans Serif",sans-serif}@keyframes shake{0%,to{transform:translate(0) rotate(0)}10%{transform:translate(-5px) rotate(-1deg)}20%{transform:translate(5px) rotate(1deg)}30%{transform:translate(-5px) rotate(-1deg)}40%{transform:translate(5px) rotate(1deg)}50%{transform:translate(-5px) rotate(-1deg)}60%{transform:translate(5px) rotate(1deg)}70%{transform:translate(-5px) rotate(-1deg)}80%{transform:translate(5px) rotate(1deg)}90%{transform:translate(-5px) rotate(-1deg)}}.shake{animation:shake .5s cubic-bezier(.36,.07,.19,.97)}@keyframes glitch{0%{transform:translate(0) skew(0);filter:hue-rotate(0deg)}10%{transform:translate(-3px,2px) skew(2deg);filter:hue-rotate(90deg)}20%{transform:translate(-2px,-3px) skew(-2deg);filter:hue-rotate(180deg)}30%{transform:translate(3px,3px) skew(1deg);filter:hue-rotate(270deg)}40%{transform:translate(2px,-2px) skew(-1deg);filter:hue-rotate(0deg)}50%{transform:translate(-3px,1px) skew(2deg);filter:hue-rotate(90deg)}60%{transform:translate(3px,-3px) skew(-2deg);filter:hue-rotate(180deg)}70%{transform:translate(-2px,2px) skew(1deg);filter:hue-rotate(270deg)}80%{transform:translate(2px,3px) skew(-1deg);filter:hue-rotate(0deg)}90%{transform:translate(-3px,-2px) skew(2deg);filter:hue-rotate(90deg)}to{transform:translate(0) skew(0);filter:hue-rotate(0deg)}}.glitch{animation:glitch .3s infinite}@keyframes screen-glitch{0%{transform:translate(0);filter:none}10%{transform:translate(-5px);filter:hue-rotate(90deg) saturate(3)}20%{transform:translate(5px);filter:hue-rotate(180deg) saturate(3)}30%{transform:translate(-5px);filter:hue-rotate(270deg) saturate(3)}40%{transform:translate(5px);filter:none}50%{transform:translate(0);filter:invert(1)}60%{transform:translate(-3px);filter:none}70%{transform:translate(3px);filter:hue-rotate(180deg)}80%{transform:translate(-3px);filter:none}90%{transform:translate(3px);filter:saturate(5)}to{transform:translate(0);filter:none}}.screen-glitch{animation:screen-glitch .5s}@keyframes typing{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.typing{animation:typing .1s ease-out}@keyframes ghost-type{0%{opacity:0}50%{opacity:.5}to{opacity:1}}.ghost-typing{animation:ghost-type .15s ease-in-out}@keyframes cursor-blink{0%,49%{opacity:1}50%,to{opacity:0}}.typing-cursor{animation:cursor-blink 1s infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .3s ease-in}@keyframes window-spawn{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.window-spawn{animation:window-spawn .2s ease-out}
