.af-trigger{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:4px;background:transparent;color:var(--desktop-titlebar-text, #ffffff);font-size:.75rem;cursor:pointer;line-height:1;opacity:.6;transition:opacity .15s;margin-left:8px;flex-shrink:0}.af-trigger:hover{opacity:1;background:#ffffff26}.af-trigger.af-has-feedback{opacity:.85;color:#facc15}.af-overlay{position:absolute;top:32px;right:8px;z-index:9999;background:var(--desktop-window-bg, #ffffff);color:var(--desktop-text, #1e293b);border:1px solid var(--desktop-window-border, #b0b0b0);border-radius:8px;box-shadow:0 4px 16px #0003;padding:16px;width:280px;max-width:calc(100% - 16px)}.af-stars{display:flex;gap:4px;margin-bottom:12px;justify-content:center}.af-star{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:2px;line-height:1;color:var(--app-border);transition:color .1s,transform .1s}.af-star:hover{transform:scale(1.15)}.af-star.af-star-filled{color:#facc15}.af-textarea{width:100%;min-height:60px;max-height:120px;resize:vertical;border:1px solid var(--app-border);border-radius:6px;padding:8px;font-size:.8125rem;font-family:inherit;margin-bottom:12px;box-sizing:border-box}.af-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.af-char-count{font-size:.6875rem;color:var(--app-text-muted);text-align:right;margin-top:-8px;margin-bottom:8px}.af-actions{display:flex;gap:8px;justify-content:flex-end}.af-btn{padding:6px 14px;border-radius:6px;font-size:.8125rem;cursor:pointer;border:1px solid}.af-btn-submit{background:#2563eb;color:#fff;border-color:#2563eb}.af-btn-submit:hover{background:#1d4ed8}.af-btn-submit:disabled{background:#93c5fd;border-color:#93c5fd;cursor:not-allowed}.af-btn-cancel{background:transparent;color:inherit;border-color:var(--app-border)}.af-btn-cancel:hover{background:var(--app-bg-secondary)}.af-success{text-align:center;padding:8px 0;font-size:.875rem;color:#16a34a;font-weight:500}.ah-trigger{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:4px;background:transparent;color:var(--desktop-titlebar-text, #ffffff);font-size:.75rem;font-weight:700;cursor:pointer;line-height:1;opacity:.6;transition:opacity .15s;margin-left:4px;flex-shrink:0}.ah-trigger:hover{opacity:1;background:#ffffff26}.ah-overlay{position:absolute;top:32px;right:8px;z-index:9999;background:var(--desktop-window-bg, #ffffff);color:var(--desktop-text, #1e293b);border:1px solid var(--desktop-window-border, #b0b0b0);border-radius:8px;box-shadow:0 4px 16px #0003;padding:14px 16px;width:300px;max-width:calc(100% - 16px);animation:ah-fade-in .15s ease}@keyframes ah-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ah-content{font-size:.8125rem;line-height:1.5;white-space:pre-line}.desktop-window{position:absolute;display:flex;flex-direction:column;background:var(--desktop-window-bg, #ffffff);border:1px solid var(--desktop-window-border, #b0b0b0);border-radius:6px;box-shadow:0 4px 16px #00000040;overflow:hidden;min-width:300px;min-height:200px}.desktop-window.maximized{border-radius:0}.window-titlebar{display:flex;align-items:center;justify-content:space-between;height:32px;padding:0 8px;background:var(--desktop-titlebar-bg, #1e293b);color:var(--desktop-titlebar-text, #ffffff);-webkit-user-select:none;user-select:none;flex-shrink:0;cursor:grab}.window-titlebar:active{cursor:grabbing}.window-title{font-size:.8125rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.window-controls{display:flex;gap:4px}.window-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:4px;background:transparent;color:var(--desktop-titlebar-text, #ffffff);font-size:.75rem;cursor:pointer;line-height:1}.window-btn:hover{background:#ffffff26}.window-btn.close:hover{background:#e81123;color:#fff}.window-content{flex:1;overflow:auto;padding:16px;color:var(--app-text, #1e293b)}.window-resize-handle{position:absolute;bottom:0;right:0;width:16px;height:16px;cursor:nwse-resize}.window-resize-handle:after{content:"";position:absolute;bottom:3px;right:3px;width:8px;height:8px;border-right:2px solid #999;border-bottom:2px solid #999}@media(max-width:768px){.desktop-window{position:fixed!important;min-width:unset;min-height:unset;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:calc(100% - 40px)!important;border-radius:0;box-shadow:none}.window-titlebar,.window-titlebar:active{cursor:default}.window-resize-handle,.window-btn.minimize,.window-btn.maximize{display:none}.window-btn.close{width:44px;height:44px;font-size:1rem}}@media(max-width:480px){.desktop-window{height:calc(100% - 48px)!important}}.taskbar{position:fixed;bottom:0;left:0;right:0;height:40px;display:flex;align-items:center;gap:2px;padding:0 4px;background:var(--desktop-taskbar-bg, #1e293b);border-top:1px solid var(--desktop-taskbar-border, #334155);z-index:10000}.taskbar-start{height:32px;padding:0 16px;border:none;border-radius:4px;background:var(--desktop-start-bg, #2563eb);color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;flex-shrink:0}.taskbar-start:hover,.taskbar-start.active{background:var(--desktop-start-hover, #1d4ed8)}.taskbar-windows{display:flex;flex:1;gap:2px;overflow:hidden}.taskbar-window-btn{height:32px;max-width:180px;padding:0 12px;border:none;border-radius:4px;background:#ffffff14;color:#ffffffe6;font-size:.75rem;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;flex-shrink:0}.taskbar-window-btn:hover{background:#ffffff26}.taskbar-window-btn.minimized{opacity:.65}.taskbar-progress{display:flex;align-items:center;gap:6px;height:32px;padding:0 10px;flex-shrink:0}.taskbar-xp{color:#fbbf24;font-size:.75rem;font-weight:600;flex-shrink:0}.taskbar-xp-bar{width:48px;height:6px;background:#ffffff26;border-radius:3px;overflow:hidden;flex-shrink:0}.taskbar-xp-fill{height:100%;background:#fbbf24;border-radius:3px;transition:width .3s ease}.taskbar-xp-text{color:#ffffffb3;font-size:.6875rem;flex-shrink:0}.taskbar-start-hamburger{display:none}.taskbar-start-label{display:inline}.taskbar-window-icon{display:none}.taskbar-window-text{display:inline}.taskbar-review-badge{display:flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:#ef4444;color:#fff;font-size:.625rem;font-weight:700;flex-shrink:0}.taskbar-offline-indicator{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#f59e0b;flex-shrink:0;animation:taskbar-offline-pulse 2s ease-in-out infinite}@keyframes taskbar-offline-pulse{0%,to{opacity:1}50%{opacity:.5}}.taskbar-sound-toggle{height:32px;width:32px;display:flex;align-items:center;justify-content:center;border:none;border-radius:4px;background:transparent;color:#ffffffbf;font-size:.875rem;cursor:pointer;flex-shrink:0;padding:0}.taskbar-sound-toggle:hover{background:#ffffff1a;color:#fff}.taskbar-clock{height:32px;display:flex;align-items:center;padding:0 12px;color:#ffffffd9;font-size:.8125rem;flex-shrink:0}@media(max-width:768px){.taskbar-window-btn{max-width:120px;padding:0 8px;font-size:.6875rem}.taskbar-xp-bar{width:36px}.taskbar-xp-text{display:none}}@media(max-width:480px){.taskbar{height:48px;gap:2px;padding:0 4px;justify-content:space-between}.taskbar-start{min-width:44px;min-height:44px;padding:0;font-size:1.25rem;display:flex;align-items:center;justify-content:center}.taskbar-start .taskbar-start-label{display:none}.taskbar-start .taskbar-start-hamburger{display:inline}.taskbar-window-btn{min-width:44px;min-height:44px;max-width:44px;padding:0;font-size:1rem;text-align:center;overflow:hidden;display:flex;align-items:center;justify-content:center}.taskbar-window-btn .taskbar-window-text{display:none}.taskbar-window-btn .taskbar-window-icon{display:inline}.taskbar-progress{gap:4px;padding:0 6px}.taskbar-xp-bar{display:none}.taskbar-xp{font-size:.8125rem}.taskbar-clock{padding:0 6px;font-size:.75rem;min-height:44px}}.onboarding-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;pointer-events:none}.onboarding-backdrop-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;pointer-events:auto}.onboarding-card{position:fixed;z-index:100001;background:#fff;border-radius:12px;padding:24px;max-width:380px;width:calc(100vw - 32px);box-shadow:0 8px 32px #0000004d,0 2px 8px #00000026;pointer-events:auto;animation:onboarding-card-appear .25s ease-out}@keyframes onboarding-card-appear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.onboarding-card-icon{font-size:2rem;margin-bottom:8px}.onboarding-card-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 8px}.onboarding-card-desc{font-size:.8125rem;color:#475569;line-height:1.6;margin:0 0 16px}.onboarding-progress{display:flex;align-items:center;gap:6px;margin-bottom:12px}.onboarding-progress-dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1;transition:background .2s,transform .2s}.onboarding-progress-dot.active{background:#2563eb;transform:scale(1.3)}.onboarding-progress-dot.done{background:#22c55e}.onboarding-progress-text{font-size:.6875rem;color:#94a3b8;margin-left:auto}.onboarding-actions{display:flex;justify-content:space-between;align-items:center;gap:8px}.onboarding-btn-primary{padding:8px 20px;border:none;border-radius:8px;background:#2563eb;color:#fff;font-size:.8125rem;font-weight:500;cursor:pointer;transition:background .15s}.onboarding-btn-primary:hover{background:#1d4ed8}.onboarding-btn-skip{padding:8px 12px;border:none;border-radius:8px;background:transparent;color:#94a3b8;font-size:.75rem;cursor:pointer;transition:color .15s}.onboarding-btn-skip:hover{color:#64748b}.onboarding-welcome{position:fixed;z-index:100001;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:16px;padding:32px;max-width:440px;width:calc(100vw - 32px);text-align:center;box-shadow:0 8px 32px #0000004d,0 2px 8px #00000026;pointer-events:auto;animation:onboarding-card-appear .3s ease-out}.onboarding-welcome-icon{font-size:3rem;margin-bottom:12px}.onboarding-welcome h2{font-size:1.375rem;font-weight:700;color:#1e293b;margin:0 0 8px}.onboarding-welcome p{font-size:.875rem;color:#475569;line-height:1.6;margin:0 0 20px}.onboarding-welcome-actions{display:flex;flex-direction:column;gap:8px;align-items:center}.onboarding-highlight-target{position:relative;z-index:100000;outline:3px solid #2563eb!important;outline-offset:3px;box-shadow:0 0 0 9999px #0000008c,0 0 16px #2563eb80!important;animation:onboarding-pulse 1.5s ease-in-out infinite;pointer-events:none}@keyframes onboarding-pulse{0%,to{outline-color:#2563eb;box-shadow:0 0 0 9999px #0000008c,0 0 16px #2563eb80}50%{outline-color:#60a5fa;box-shadow:0 0 0 9999px #0000008c,0 0 24px #60a5fa99}}.onboarding-complete{position:fixed;z-index:100001;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:16px;padding:32px;max-width:440px;width:calc(100vw - 32px);text-align:center;box-shadow:0 8px 32px #0000004d,0 2px 8px #00000026;pointer-events:auto;animation:onboarding-card-appear .3s ease-out}.onboarding-complete-icon{font-size:3rem;margin-bottom:12px}.onboarding-complete h2{font-size:1.375rem;font-weight:700;color:#1e293b;margin:0 0 8px}.onboarding-complete p{font-size:.875rem;color:#475569;line-height:1.6;margin:0 0 20px}@media(max-width:480px){.onboarding-card{padding:16px;max-width:calc(100vw - 16px)}.onboarding-welcome,.onboarding-complete{padding:24px 16px}.onboarding-card-title{font-size:1rem}.onboarding-card-desc{font-size:.75rem}}.onboarding-card[data-position=above-taskbar],.onboarding-card[data-position=above-start]{bottom:56px;left:16px}.onboarding-card[data-position=above-taskbar-right]{bottom:56px;right:16px;left:auto}.onboarding-card[data-position=top-left]{top:16px;left:16px}.start-menu{position:fixed;bottom:44px;left:4px;width:280px;background:var(--desktop-menu-bg, #1e293b);border:1px solid var(--desktop-menu-border, #334155);border-radius:8px 8px 0 0;box-shadow:0 -4px 24px #0000004d;z-index:10001;display:flex;flex-direction:column;overflow:hidden}.start-menu-header{padding:12px 16px;font-size:.875rem;font-weight:600;color:#fff;border-bottom:1px solid var(--desktop-menu-border, #334155)}.start-menu-apps{flex:1;padding:4px 0;max-height:320px;overflow-y:auto}.start-menu-item{display:flex;align-items:center;gap:12px;width:100%;padding:8px 16px;border:none;background:transparent;color:#ffffffe6;font-size:.8125rem;text-align:left;cursor:pointer}.start-menu-item:hover:not(:disabled){background:#ffffff1a}.start-menu-item.locked{opacity:.65;cursor:default}.start-menu-lock-info{font-size:.6875rem;color:#94a3b8}.start-menu-icon{font-size:1.25rem;width:24px;text-align:center;flex-shrink:0}.start-menu-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.start-menu-footer{border-top:1px solid var(--desktop-menu-border, #334155);padding:4px 0}.start-menu-item.logout:hover{background:#dc26264d}.start-menu-item.shutdown{border-top:1px solid var(--desktop-menu-border, #334155);margin-top:2px;padding-top:10px}.start-menu-item.shutdown:hover{background:#dc262633}.start-menu-themes{padding-left:12px;border-top:1px solid var(--desktop-menu-border, #334155)}.start-menu-theme-item{font-size:.75rem}.start-menu-theme-item.active-theme{color:#60a5fa}.start-menu-theme-year{font-size:.625rem;opacity:.6}@media(max-width:480px){.start-menu{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;max-width:none;border:none;border-radius:0;box-shadow:none;z-index:10002}.start-menu-header{display:flex;align-items:center;justify-content:space-between;padding:16px;font-size:1rem}.start-menu-close-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;border-radius:8px;background:#ffffff1a;color:#fff;font-size:1.25rem;cursor:pointer}.start-menu-close-btn:hover{background:#fff3}.start-menu-apps{max-height:none;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:8px}.start-menu-item{flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:12px 4px;min-height:80px;text-align:center;border-radius:8px}.start-menu-icon{font-size:1.75rem;width:auto}.start-menu-label{font-size:.6875rem;white-space:normal;overflow:visible;text-overflow:clip;line-height:1.2}.start-menu-lock-info{display:block;font-size:.5625rem}.start-menu-footer{padding:8px}.start-menu-footer .start-menu-item{flex-direction:row;min-height:48px;padding:8px 16px;border-radius:8px;justify-content:flex-start}.start-menu-footer .start-menu-icon{font-size:1.25rem;width:24px}.start-menu-footer .start-menu-label{font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.start-menu-themes{padding-left:0}.start-menu-themes .start-menu-item{min-height:44px}}@media(min-width:481px){.start-menu-close-btn{display:none}}.power-on-screen{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2vh;z-index:20001;overflow:hidden;transition:background 1s ease}.power-on-screen.powering-on{background:#0e0e0e}.power-on-screen.powering-on .power-on-computer{animation:power-on-zoom 1.2s ease-in forwards}@keyframes power-on-zoom{0%{transform:scale(1) translateY(0)}60%{transform:scale(2.5) translateY(15%)}to{transform:scale(4) translateY(25%);opacity:0}}.power-on-screen.powering-on .power-on-peripherals{animation:power-on-peripherals-fade .4s ease forwards}@keyframes power-on-peripherals-fade{to{opacity:0}}.power-on-screen.powering-on .power-on-spotlight{animation:power-on-spotlight-dim .8s ease forwards}@keyframes power-on-spotlight-dim{to{opacity:0}}.power-on-spotlight{position:absolute;top:-20%;left:50%;transform:translate(-50%);width:70vw;height:80vh;background:radial-gradient(ellipse at center,rgba(255,255,240,.14) 0%,rgba(255,255,240,.04) 50%,transparent 75%);pointer-events:none}.power-on-computer{display:flex;flex-direction:column;align-items:center;gap:1.5vh;width:min(75vw,60vh)}.power-on-desk{display:flex;align-items:flex-end;gap:4%;width:100%;justify-content:center}.power-on-main-area{display:flex;flex-direction:column;align-items:center;flex:1;min-width:0}.power-on-cable{width:40%;height:0;border-bottom:1px dashed rgba(255,255,255,.04);margin-top:-.5vh}.power-on-monitor{display:flex;flex-direction:column;align-items:center;width:100%;position:relative}.power-on-crt-depth{position:absolute;top:8%;width:92%;height:70%;border-radius:6px;z-index:-1;filter:brightness(.85);box-shadow:0 4px 12px #00000080}.model-ibm-xt .power-on-crt-depth{width:88%;height:75%;top:6%;border-radius:4px}.model-486 .power-on-crt-depth{width:90%;height:72%;top:7%}.model-pentium .power-on-crt-depth{width:86%;height:55%;top:10%}.power-on-screen-bezel{width:100%;aspect-ratio:4 / 3;border:3px solid;border-radius:8px;padding:4%;box-shadow:0 0 40px #0009,inset 0 0 20px #0000004d;position:relative}.power-on-monitor-badge{position:absolute;bottom:6px;right:8%;width:12%;height:3px;background:#00000026;border-radius:1px}.model-ibm-xt .power-on-screen-bezel{border-radius:6px;border-width:6px;padding:6%;box-shadow:0 0 50px #000000b3,inset 0 0 25px #00000059,2px 4px #0003}.model-ibm-xt .power-on-monitor-badge{width:18%;height:3px;background:#0003;bottom:8px}.model-486 .power-on-screen-bezel{border-radius:10px;border-width:5px;padding:5%;box-shadow:0 0 45px #000000a6,inset 0 0 22px #0000004d,1px 3px #00000026}.model-pentium .power-on-screen-bezel{border-radius:8px;border-width:4px;padding:4%;box-shadow:0 0 35px #0000008c,inset 0 0 18px #00000040}.model-modern .power-on-screen-bezel{aspect-ratio:16 / 10;border-radius:4px;border-width:2px;padding:1.5%;box-shadow:0 0 30px #00000080,inset 0 0 8px #0003}.model-modern .power-on-monitor-badge{width:8%;height:2px;background:#ffffff14;bottom:4px}.power-on-display{width:100%;height:100%;background:#111;border-radius:2px;display:flex;align-items:center;justify-content:center;transition:background .5s ease,box-shadow .5s ease;position:relative;overflow:hidden}.power-on-display.retro-crt{border-radius:8px;background:#0a0a08;box-shadow:inset 0 0 30px #0009}.model-ibm-xt .power-on-display.retro-crt{border-radius:12px;box-shadow:inset 0 0 40px #000000b3,inset 0 0 8px #ffb00005}.model-modern .power-on-display{border-radius:2px;background:#080810}.power-on-crt-scanlines{position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(0deg,transparent 0px,transparent 2px,rgba(0,0,0,.08) 2px,rgba(0,0,0,.08) 4px);pointer-events:none;z-index:1;border-radius:inherit}.model-ibm-xt .power-on-crt-scanlines{background:repeating-linear-gradient(0deg,transparent 0px,transparent 2px,rgba(0,0,0,.12) 2px,rgba(0,0,0,.12) 4px)}.power-on-monitor.on .power-on-display{background:#0a0a14;box-shadow:inset 0 0 40px #32ff320d}.power-on-bios-text{color:#3f3;font-family:Courier New,Courier,monospace;font-size:clamp(.7rem,1.5vw,1rem);animation:power-on-fade-in .6s ease;z-index:2}.model-ibm-xt .power-on-bios-text{color:#ffb000}.model-ibm-xt .power-on-monitor.on .power-on-display{box-shadow:inset 0 0 40px #ffb0000d}@keyframes power-on-fade-in{0%{opacity:0}to{opacity:1}}.power-on-monitor-bottom{width:100%;height:clamp(18px,3vh,32px);border:3px solid;border-top:none;border-radius:0 0 4px 4px;display:flex;align-items:center;justify-content:center;position:relative}.model-ibm-xt .power-on-monitor-bottom{border-width:6px;border-top:none;height:clamp(20px,3.5vh,36px);border-radius:0 0 3px 3px}.model-486 .power-on-monitor-bottom{border-width:5px;border-top:none;height:clamp(20px,3.2vh,34px)}.model-modern .power-on-monitor-bottom{border-width:2px;border-top:none;height:clamp(12px,2vh,20px);border-radius:0 0 3px 3px}.power-on-monitor-led{position:absolute;right:8%;width:5px;height:5px;border-radius:50%;background:#333;box-shadow:none;transition:all .5s ease}.power-on-monitor.on .power-on-monitor-led{background:#4ade80;box-shadow:0 0 6px #4ade8099}.model-ibm-xt .power-on-monitor.on .power-on-monitor-led{background:#ffb000;box-shadow:0 0 6px #ffb00099}.power-on-model-label{position:absolute;left:8%;font-family:system-ui,-apple-system,sans-serif;font-size:clamp(.45rem,.8vw,.6rem);color:#00000059;text-transform:uppercase;letter-spacing:.08em;pointer-events:none;white-space:nowrap}.model-ibm-xt .power-on-model-label{font-weight:700;letter-spacing:.12em}.model-modern .power-on-model-label{color:#fff3;font-size:clamp(.4rem,.7vw,.55rem);letter-spacing:.15em}.power-on-monitor-stand{width:20%;height:clamp(14px,2vh,24px);border-radius:0 0 4px 4px;margin-top:-2px}.model-ibm-xt .power-on-monitor-stand{width:30%;height:clamp(10px,1.5vh,16px);border-radius:0 0 2px 2px}.model-modern .power-on-monitor-stand{width:8%;height:clamp(20px,3vh,36px);border-radius:2px}.power-on-monitor-base{width:35%;height:clamp(4px,.6vh,8px);border-radius:2px;margin-top:-2px;display:none}.model-modern .power-on-monitor-base{display:block;width:28%;height:clamp(3px,.5vh,6px);border-radius:6px;filter:brightness(.9)}.model-ibm-xt .power-on-monitor-base{display:block;width:40%;height:clamp(5px,.7vh,8px);border-radius:1px;filter:brightness(.9)}.power-on-tower{width:22%;min-width:70px;border:3px solid;border-radius:4px 4px 2px 2px;display:flex;flex-direction:column;padding:8px 6px;box-shadow:0 0 20px #00000080,inset 0 0 10px #00000026;align-self:stretch;position:relative}.power-on-tower-badge{width:60%;height:3px;background:#0000001a;border-radius:1px;margin:0 auto 6px}.model-modern .power-on-tower-badge{width:40%;height:2px;background:#ffffff0f}.power-on-tower-drives{display:flex;flex-direction:column;gap:3px}.power-on-tower-ventilation{flex:1;min-height:10px;width:90%;margin:6px auto 0;background:repeating-linear-gradient(0deg,rgba(0,0,0,.06) 0px,rgba(0,0,0,.06) 1px,transparent 1px,transparent 4px);border-radius:2px}.model-modern .power-on-tower-ventilation{display:none}.power-on-tower-drive{width:100%;background:#00000014;border:1px solid rgba(0,0,0,.18);border-radius:2px;position:relative;display:flex;align-items:center;padding:3px 4px;gap:3px}.power-on-drive-led{width:4px;height:4px;border-radius:50%;background:#00000026;flex-shrink:0}.power-on-tower-drive.floppy525{height:22px}.power-on-drive-slot{flex:1;height:3px;background:#00000059;border-radius:1px}.power-on-drive-slot.narrow{height:2px}.power-on-drive-latch{width:8px;height:8px;background:#00000038;border:1px solid rgba(0,0,0,.1);border-radius:1px}.power-on-tower-drive.floppy35{height:14px}.power-on-drive-button{width:6px;height:6px;background:#0003;border:1px solid rgba(0,0,0,.1);border-radius:50%;flex-shrink:0}.power-on-tower-drive.cdrom{height:18px}.power-on-drive-tray{flex:1;height:2px;background:#0000004d;border-radius:1px}.power-on-tower-vent{width:80%;height:30px;background:repeating-linear-gradient(0deg,rgba(255,255,255,.04) 0px,rgba(255,255,255,.04) 2px,transparent 2px,transparent 5px);border-radius:2px;margin:6px auto}.power-on-tower-glass{width:85%;flex:1;min-height:20px;margin:4px auto;background:linear-gradient(135deg,#3c50781a,#3c50780a 40%,#503c780f 60%,#3c50781a);border:1px solid rgba(255,255,255,.04);border-radius:4px;box-shadow:inset 0 0 12px #6478ff08}.power-on-tower-bottom{margin-top:auto;display:flex;flex-direction:column;align-items:center;gap:6px;padding-top:6px}.power-on-power-led{width:5px;height:5px;border-radius:50%;background:#333;transition:all .5s ease}.power-on-power-led.active{background:#4ade80;box-shadow:0 0 8px #4ade8099}.model-ibm-xt .power-on-tower{border-radius:2px;border-width:4px;padding:8px;width:32%;min-height:60px}.model-ibm-xt .power-on-tower-ventilation{width:95%;background:repeating-linear-gradient(90deg,rgba(0,0,0,.08) 0px,rgba(0,0,0,.08) 2px,transparent 2px,transparent 5px)}.model-486 .power-on-tower{border-radius:3px;border-width:3px;width:24%;padding:8px 6px}.model-pentium .power-on-tower{width:20%;border-radius:5px;border-width:3px}.model-modern .power-on-tower{width:14%;min-width:50px;border-radius:10px;border-width:2px;border-color:#3a3a3a;box-shadow:0 0 30px #00000080,inset 0 0 15px #0003}.power-on-peripherals{display:flex;align-items:flex-start;gap:5%;width:100%;justify-content:center}.power-on-keyboard{width:72%;border-radius:6px;padding:4% 3%;box-shadow:0 2px 8px #00000080;display:flex;flex-direction:column;gap:2px;position:relative}.model-ibm-xt .power-on-keyboard{border-radius:3px;box-shadow:0 2px 10px #00000080,1px 2px #00000026}.model-modern .power-on-keyboard{border-radius:8px;box-shadow:0 1px 6px #0006,0 0 1px #ffffff0d}.power-on-keyboard-leds{display:flex;gap:4px;justify-content:flex-end;margin-bottom:3px;padding-right:4px}.power-on-kbd-led{width:3px;height:3px;border-radius:50%;background:#0003}.power-on-key-row{display:flex;gap:2px}.power-on-key{height:clamp(10px,1.6vh,18px);border:1px solid rgba(255,255,255,.08);border-bottom:2px solid rgba(0,0,0,.3);border-top:1px solid rgba(255,255,255,.12);border-radius:3px;cursor:pointer;transition:transform .05s,border-bottom-width .05s;padding:0;min-width:0;box-shadow:0 1px 2px #0000004d}.model-ibm-xt .power-on-key{border-radius:2px;border-bottom-width:3px}.model-modern .power-on-key{border-radius:4px;border-bottom-width:1px;border-color:#ffffff0a}.power-on-key:hover{filter:brightness(1.1)}.power-on-key.active,.power-on-key:active{transform:translateY(1px);border-bottom-width:1px;filter:brightness(1.2)}.power-on-mouse{width:11%;max-width:62px;aspect-ratio:.6;border-radius:42% 42% 46% 46%;display:flex;flex-direction:column;align-items:center;padding:0;box-shadow:0 1px 4px #00000080;margin-top:3%;position:relative;overflow:hidden}.power-on-mouse.mouse-boxy{border-radius:20% 20% 30% 30%;aspect-ratio:.55}.power-on-mouse.mouse-ergonomic{border-radius:44% 44% 48% 48%;box-shadow:0 1px 6px #00000080,0 0 1px #ffffff0d}.power-on-mouse-buttons{display:flex;width:100%;height:40%;gap:0}.power-on-mouse-left,.power-on-mouse-right{flex:1;border:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(0,0,0,.25);cursor:pointer;transition:transform .08s,filter .08s,box-shadow .08s;padding:0}.power-on-mouse-left{border-radius:30% 0 0}.power-on-mouse-right{border-radius:0 30% 0 0}.mouse-boxy .power-on-mouse-left{border-radius:15% 0 0}.mouse-boxy .power-on-mouse-right{border-radius:0 15% 0 0}.power-on-mouse-left:hover,.power-on-mouse-right:hover{filter:brightness(1.15)}.power-on-mouse-left.active,.power-on-mouse-left:active,.power-on-mouse-right.active,.power-on-mouse-right:active{transform:translateY(1px) scale(.92);filter:brightness(1.5);box-shadow:inset 0 1px 3px #00000080}.power-on-mouse-divider{width:1px;height:38%;background:#00000059;position:absolute;left:50%;top:1%}.power-on-mouse-scroll{width:20%;height:8%;background:#0000004d;border-radius:999px;margin-top:2%}.mouse-ergonomic .power-on-mouse-scroll{background:#ffffff0f}.power-on-mouse-body{flex:1}.power-on-mouse-cable{position:absolute;top:-6px;left:50%;transform:translate(-50%);width:2px;height:8px;background:#00000026;border-radius:1px}.power-on-button{width:clamp(28px,4vh,44px);height:clamp(28px,4vh,44px);border-radius:50%;border:2px solid #4ade80;background:#4ade8014;color:#4ade80;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;animation:power-on-pulse 2s ease-in-out infinite;padding:0}.power-on-button:hover{border-color:#4ade80;color:#4ade80;background:#4ade8026;box-shadow:0 0 20px #4ade8080,0 0 40px #4ade8033;transform:scale(1.15)}.power-on-button.pressed{border-color:#4ade80;color:#4ade80;box-shadow:0 0 24px #4ade8099;animation:none}.model-ibm-xt .power-on-button{border-radius:4px;width:clamp(30px,4.5vh,48px);height:clamp(20px,3vh,32px)}@keyframes power-on-pulse{0%,to{box-shadow:0 0 6px #4ade8033,0 0 12px #4ade801a}50%{box-shadow:0 0 14px #4ade8073,0 0 28px #4ade8033}}.power-on-picker-toggle{background:transparent;border:1px solid #444;color:#888;font-size:clamp(.65rem,1vw,.75rem);font-family:system-ui,-apple-system,sans-serif;padding:4px 12px;border-radius:6px;cursor:pointer;transition:all .2s;animation:power-on-fade-in 1s ease .5s both}.power-on-picker-toggle:hover{border-color:#666;color:#aaa;background:#ffffff08}.power-on-picker{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;max-width:90vw;animation:power-on-fade-in .3s ease}.power-on-picker-item{display:flex;flex-direction:column;align-items:center;gap:5px;padding:8px 10px;background:#ffffff0a;border:1px solid #333;border-radius:8px;cursor:pointer;transition:all .2s;width:115px;font-family:system-ui,-apple-system,sans-serif}.power-on-picker-item:hover{background:#ffffff14;border-color:#555}.power-on-picker-item.selected{border-color:#4ade80;background:#4ade8014;box-shadow:0 0 12px #4ade8026}.power-on-picker-setup{display:flex;align-items:flex-end;gap:4px;height:48px}.power-on-picker-tower{width:14px;height:38px;border:1.5px solid;border-radius:2px;display:flex;flex-direction:column;align-items:center;padding:2px 1px;gap:1px}.power-on-picker-drive{width:80%;height:5px;background:#0003;border-radius:1px}.power-on-picker-drive.small{height:3px}.power-on-picker-drive.cd{height:4px;background:#00000026;border:.5px solid rgba(0,0,0,.1)}.power-on-picker-vent{width:70%;height:10px;background:repeating-linear-gradient(0deg,rgba(0,0,0,.12) 0px,rgba(0,0,0,.12) 1px,transparent 1px,transparent 3px);margin:2px auto}.power-on-picker-tower-btn{width:4px;height:4px;border-radius:50%;background:#0003;margin-top:auto}.model-ibm-xt .power-on-picker-tower{border-radius:1px;border-width:2px;width:18px;height:28px}.model-486 .power-on-picker-tower{width:15px}.model-modern .power-on-picker-tower{width:11px;height:34px;border-radius:3px}.power-on-picker-monitor-wrap{display:flex;flex-direction:column;align-items:center}.power-on-picker-preview{width:42px;height:30px;border:1.5px solid;border-radius:3px;padding:2px;display:flex;align-items:center;justify-content:center}.model-ibm-xt .power-on-picker-preview,.model-486 .power-on-picker-preview{border-radius:4px;border-width:2px;width:40px;height:28px}.model-ibm-xt .power-on-picker-preview{border-width:2.5px;border-radius:3px}.model-modern .power-on-picker-preview{width:44px;height:26px;border-width:1px;border-radius:2px}.power-on-picker-screen{width:100%;height:100%;background:#111;border-radius:1px}.power-on-picker-stand{width:10px;height:4px;border-radius:0 0 2px 2px}.model-modern .power-on-picker-stand{width:3px;height:6px;border-radius:1px}.model-ibm-xt .power-on-picker-stand{width:14px;height:3px;border-radius:0 0 1px 1px}.power-on-picker-base{width:14px;height:2px;border-radius:1px;display:none}.model-modern .power-on-picker-base{display:block;width:12px;filter:brightness(.85)}.model-ibm-xt .power-on-picker-base{display:block;width:16px;filter:brightness(.9)}.power-on-picker-info{display:flex;flex-direction:column;align-items:center;gap:2px}.power-on-picker-name{color:#ccc;font-size:.65rem;font-weight:600}.power-on-picker-year{color:#888;font-size:.55rem}.power-on-picker-desc{color:#666;font-size:.5rem;text-align:center;line-height:1.2}.power-on-hint{color:#aaa;font-size:clamp(.95rem,1.8vw,1.2rem);font-family:system-ui,-apple-system,sans-serif;animation:power-on-fade-in 1s ease 1s both;text-align:center;letter-spacing:.02em}.power-on-f11-hint{color:#999;font-size:clamp(.85rem,1.4vw,1.05rem);font-family:system-ui,-apple-system,sans-serif;animation:power-on-fade-in 1s ease 2s both;text-align:center;background:#ffffff0a;padding:8px 18px;border-radius:8px;border:1px solid rgba(255,255,255,.08)}.power-on-f11-hint kbd{display:inline-block;padding:2px 10px;border:1px solid #666;border-radius:4px;background:#2a2a2a;font-family:inherit;font-size:1.05em;font-weight:600;color:#ccc;box-shadow:0 1px 2px #0000004d}@media(max-width:480px){.power-on-computer{width:90vw}.power-on-f11-hint{display:none}.power-on-hint{font-size:clamp(.85rem,3.5vw,1.1rem)}.power-on-picker-item{width:95px;padding:6px 8px}.power-on-picker-setup{height:40px}.power-on-crt-depth{display:none}}@media(min-width:481px)and (max-width:768px){.power-on-picker-item{width:105px}}@media(min-width:1200px){.power-on-hint{font-size:1.2rem}.power-on-f11-hint{font-size:1.05rem}}.boot-screen{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0a;color:#3f3;font-family:Courier New,Courier,monospace;display:flex;flex-direction:column;z-index:20000}.boot-terminal{flex:1;padding:24px;overflow-y:auto;min-height:0}.boot-line{font-size:.875rem;line-height:1.6;white-space:pre-wrap}.boot-cursor{animation:blink .8s step-end infinite}@keyframes blink{50%{opacity:0}}.boot-logo-screen{background:#0a1628;align-items:center;justify-content:center}.boot-logo-container{display:flex;flex-direction:column;align-items:center;gap:20px}.boot-logo-icon{color:#fffc;filter:drop-shadow(0 0 20px rgba(96,165,250,.3));animation:boot-logo-pulse 2s ease-in-out infinite}@keyframes boot-logo-pulse{0%,to{filter:drop-shadow(0 0 20px rgba(96,165,250,.3))}50%{filter:drop-shadow(0 0 30px rgba(96,165,250,.5))}}.boot-logo-title{color:#fff;font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:1.75rem;font-weight:300;letter-spacing:.06em;text-shadow:0 2px 12px rgba(0,0,0,.4)}.boot-logo-bar-track{width:280px;height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden}.boot-logo-bar-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:2px;transition:width .08s linear}.boot-logo-status{color:#fff6;font-family:system-ui,-apple-system,sans-serif;font-size:.8125rem}.boot-screen.boot-amber{color:#ffb000}@media(max-width:480px){.boot-logo-icon{width:60px;height:60px}.boot-logo-title{font-size:1.375rem}.boot-logo-bar-track{width:220px}}.ls-screen{position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0a1628,#1a3a6e 40%,#2563eb);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;z-index:20000;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.ls-branding{display:flex;flex-direction:column;align-items:center;gap:8px}.ls-logo{color:#ffffffd9;filter:drop-shadow(0 0 12px rgba(96,165,250,.4))}.ls-title{color:#fff;font-size:1.5rem;font-weight:300;letter-spacing:.05em;text-shadow:0 2px 12px rgba(0,0,0,.3)}.ls-card{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px 40px;min-width:300px;background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);border-radius:16px;box-shadow:0 8px 32px #0000004d}.ls-avatar{width:96px;height:96px;border-radius:50%;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#ffffffb3}.ls-avatar-small{width:72px;height:72px}.ls-welcome{color:#fff;font-size:1.125rem;font-weight:400}.ls-btn{width:100%;padding:12px 24px;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.ls-btn-primary{background:#fffffff2;color:#1e3a6e}.ls-btn-primary:hover:not(:disabled){background:#fff;box-shadow:0 4px 16px #0003}.ls-btn-primary:disabled{opacity:.7;cursor:wait}.ls-btn-secondary{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fffc}.ls-btn-secondary:hover{background:#ffffff14;border-color:#ffffff80}.ls-form{display:flex;flex-direction:column;gap:12px;width:100%}.ls-input{width:100%;padding:10px 14px;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#0003;color:#fff;font-size:.9375rem;outline:none;transition:border-color .2s;box-sizing:border-box}.ls-input::placeholder{color:#fff6}.ls-input:focus{border-color:#ffffff80;background:#0000004d}.ls-error{color:#fca5a5;font-size:.8125rem;text-align:center;padding:6px 12px;background:#dc262626;border-radius:6px;width:100%}.ls-hint{color:#fff6;font-size:.75rem;text-align:center;max-width:340px;line-height:1.5}@media(max-width:480px){.ls-card{min-width:unset;width:calc(100% - 32px);padding:24px 20px}.ls-title{font-size:1.25rem}.ls-avatar{width:72px;height:72px}}.dos-screen{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;display:flex;flex-direction:column;z-index:20000;font-family:Courier New,Courier,monospace;cursor:text}.dos-tutorial{flex-shrink:0;padding:12px 16px;background:#1a1a2e;border-bottom:2px solid #333}.dos-tutorial-step{max-width:700px;margin:0 auto}.dos-tutorial-badge{display:inline-block;font-family:system-ui,-apple-system,sans-serif;font-size:.6875rem;color:#ffb000;background:#ffb0001f;border:1px solid rgba(255,176,0,.25);border-radius:4px;padding:2px 8px;margin-bottom:6px}.dos-tutorial-text{font-family:system-ui,-apple-system,sans-serif;font-size:.8125rem;color:#ccc;line-height:1.6;margin:0}.dos-tutorial-hint{font-family:Courier New,Courier,monospace;font-size:.75rem;color:#4ade80;margin:8px 0 0;padding:6px 10px;background:#4ade8014;border-left:2px solid #4ade80;border-radius:0 4px 4px 0}.dos-tutorial-complete{border-left:3px solid #4ade80;padding-left:12px}.dos-tutorial-complete .dos-tutorial-text{color:#a7f3d0}.dos-terminal{flex:1;padding:16px 20px;overflow-y:auto;min-height:0}.dos-line{font-size:.875rem;line-height:1.5;white-space:pre-wrap;word-break:break-all}.dos-line-output{color:#aaa}.dos-line-input{color:#fff}.dos-line-error{color:#f87171}.dos-line-info{color:#60a5fa}.dos-input-line{display:flex;align-items:center;font-size:.875rem;line-height:1.5}.dos-prompt{color:#fff;white-space:pre;flex-shrink:0}.dos-input{flex:1;background:transparent;border:none;color:#fff;font-family:Courier New,Courier,monospace;font-size:.875rem;outline:none;caret-color:#fff;padding:0;margin:0}.dos-input:focus{animation:dos-cursor-blink 1s step-end infinite}@keyframes dos-cursor-blink{50%{caret-color:transparent}}.dos-skip{flex-shrink:0;display:block;margin:8px auto 12px;background:transparent;border:1px solid #444;color:#666;font-family:system-ui,-apple-system,sans-serif;font-size:.75rem;padding:5px 14px;border-radius:4px;cursor:pointer;transition:all .2s}.dos-skip:hover{border-color:#666;color:#999;background:#ffffff08}@media(max-width:480px){.dos-terminal{padding:10px 12px}.dos-line,.dos-input,.dos-prompt{font-size:.75rem}}.shutdown-screen{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a2a;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:20001;overflow:hidden}.shutdown-screen.phase-zoomout{background:#0a0a0a}.shutdown-content{display:flex;flex-direction:column;align-items:center;gap:20px;animation:shutdown-fade-in .4s ease}@keyframes shutdown-fade-in{0%{opacity:0}to{opacity:1}}.shutdown-icon{color:#68c;animation:shutdown-icon-pulse 1.5s ease-in-out infinite}@keyframes shutdown-icon-pulse{0%,to{opacity:.6}50%{opacity:1}}.shutdown-text{color:#89b;font-family:system-ui,-apple-system,sans-serif;font-size:clamp(.9rem,2vw,1.2rem);letter-spacing:.05em}.shutdown-progress{width:200px;height:3px;background:#ffffff1a;border-radius:2px;overflow:hidden}.shutdown-progress-bar{height:100%;background:#68c;border-radius:2px;animation:shutdown-progress-fill 1.8s ease-in forwards}@keyframes shutdown-progress-fill{0%{width:0}to{width:100%}}.shutdown-spotlight{position:absolute;top:-20%;left:50%;transform:translate(-50%);width:70vw;height:80vh;background:radial-gradient(ellipse at center,rgba(255,255,240,.14) 0%,rgba(255,255,240,.04) 50%,transparent 75%);pointer-events:none;animation:shutdown-spotlight-in 1.2s ease forwards}@keyframes shutdown-spotlight-in{0%{opacity:0}to{opacity:1}}.shutdown-computer{display:flex;flex-direction:column;align-items:center;gap:1.5vh;width:min(75vw,60vh);animation:shutdown-zoom-out 3s ease-out forwards}@keyframes shutdown-zoom-out{0%{transform:scale(4) translateY(25%);opacity:0}10%{opacity:.6}40%{transform:scale(1) translateY(0);opacity:1}75%{transform:scale(1) translateY(0);opacity:1}to{transform:scale(1) translateY(0);opacity:1}}.shutdown-peripherals{animation:shutdown-peripherals-appear 3s ease-out forwards}@keyframes shutdown-peripherals-appear{0%{opacity:0}25%{opacity:0}40%{opacity:1}to{opacity:1}}.shutdown-crt-image{position:absolute;top:0;right:0;bottom:0;left:0;background:#c8dcff1f;animation:shutdown-crt-collapse 2.2s ease-in forwards;animation-delay:.8s;z-index:2}@keyframes shutdown-crt-collapse{0%{clip-path:inset(0 0 0 0);background:#c8dcff1f}35%{clip-path:inset(calc(50% - 1px) 0 calc(50% - 1px) 0);background:#fff6}55%{clip-path:inset(calc(50% - 1px) 30% calc(50% - 1px) 30%);background:#ffffff80}75%{clip-path:inset(calc(50% - 2px) calc(50% - 2px) calc(50% - 2px) calc(50% - 2px));background:#fffc}to{clip-path:inset(50% 50% 50% 50%);background:transparent}}.shutdown-crt-glow{width:5px;height:5px;border-radius:50%;background:#fff;box-shadow:0 0 8px #ffffffe6,0 0 25px #96b4ff80;opacity:0;z-index:3;animation:shutdown-glow 2.2s ease forwards;animation-delay:.8s}@keyframes shutdown-glow{0%{opacity:0;transform:scale(0)}65%{opacity:0;transform:scale(0)}75%{opacity:1;transform:scale(1)}90%{opacity:.7;transform:scale(.6)}to{opacity:0;transform:scale(0)}}.shutdown-desk{display:flex;align-items:flex-end;gap:4%;width:100%;justify-content:center}.shutdown-main-area{display:flex;flex-direction:column;align-items:center;flex:1;min-width:0}.shutdown-cable{width:40%;height:0;border-bottom:1px dashed rgba(255,255,255,.04);margin-top:-.5vh}.shutdown-monitor{display:flex;flex-direction:column;align-items:center;width:100%;position:relative}.shutdown-crt-depth{position:absolute;top:8%;width:92%;height:70%;border-radius:6px;z-index:-1;filter:brightness(.85);box-shadow:0 4px 12px #00000080}.model-ibm-xt .shutdown-crt-depth{width:88%;height:75%;top:6%;border-radius:4px}.model-486 .shutdown-crt-depth{width:90%;height:72%;top:7%}.model-pentium .shutdown-crt-depth{width:86%;height:55%;top:10%}.shutdown-screen-bezel{width:100%;aspect-ratio:4 / 3;border:3px solid;border-radius:8px;padding:4%;box-shadow:0 0 40px #0009,inset 0 0 20px #0000004d;position:relative}.shutdown-monitor-badge{position:absolute;bottom:6px;right:8%;width:12%;height:3px;background:#00000026;border-radius:1px}.model-ibm-xt .shutdown-screen-bezel{border-radius:6px;border-width:6px;padding:6%;box-shadow:0 0 50px #000000b3,inset 0 0 25px #00000059,2px 4px #0003}.model-ibm-xt .shutdown-monitor-badge{width:18%;height:3px;background:#0003;bottom:8px}.model-486 .shutdown-screen-bezel{border-radius:10px;border-width:5px;padding:5%;box-shadow:0 0 45px #000000a6,inset 0 0 22px #0000004d,1px 3px #00000026}.model-pentium .shutdown-screen-bezel{border-radius:8px;border-width:4px;padding:4%;box-shadow:0 0 35px #0000008c,inset 0 0 18px #00000040}.model-modern .shutdown-screen-bezel{aspect-ratio:16 / 10;border-radius:4px;border-width:2px;padding:1.5%;box-shadow:0 0 30px #00000080,inset 0 0 8px #0003}.model-modern .shutdown-monitor-badge{width:8%;height:2px;background:#ffffff14;bottom:4px}.shutdown-display{width:100%;height:100%;background:#080808;border-radius:2px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.shutdown-display.retro-crt{border-radius:8px;background:#0a0a08;box-shadow:inset 0 0 30px #0009}.model-ibm-xt .shutdown-display.retro-crt{border-radius:12px;box-shadow:inset 0 0 40px #000000b3,inset 0 0 8px #ffb00005}.model-modern .shutdown-display{border-radius:2px;background:#080810}.shutdown-crt-scanlines{position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(0deg,transparent 0px,transparent 2px,rgba(0,0,0,.08) 2px,rgba(0,0,0,.08) 4px);pointer-events:none;z-index:1;border-radius:inherit}.model-ibm-xt .shutdown-crt-scanlines{background:repeating-linear-gradient(0deg,transparent 0px,transparent 2px,rgba(0,0,0,.12) 2px,rgba(0,0,0,.12) 4px)}.shutdown-monitor-bottom{width:100%;height:clamp(18px,3vh,32px);border:3px solid;border-top:none;border-radius:0 0 4px 4px;display:flex;align-items:center;justify-content:center;position:relative}.model-ibm-xt .shutdown-monitor-bottom{border-width:6px;border-top:none;height:clamp(20px,3.5vh,36px);border-radius:0 0 3px 3px}.model-486 .shutdown-monitor-bottom{border-width:5px;border-top:none;height:clamp(20px,3.2vh,34px)}.model-modern .shutdown-monitor-bottom{border-width:2px;border-top:none;height:clamp(12px,2vh,20px);border-radius:0 0 3px 3px}.shutdown-monitor-led{position:absolute;right:8%;width:5px;height:5px;border-radius:50%;background:#333;animation:shutdown-monitor-led-off 3s ease forwards}@keyframes shutdown-monitor-led-off{0%,30%{background:#4ade80;box-shadow:0 0 6px #4ade8099}60%{background:#666;box-shadow:none}to{background:#333;box-shadow:none}}.model-ibm-xt .shutdown-monitor-led{animation:shutdown-monitor-led-amber-off 3s ease forwards}@keyframes shutdown-monitor-led-amber-off{0%,30%{background:#ffb000;box-shadow:0 0 6px #ffb00099}60%{background:#666;box-shadow:none}to{background:#333;box-shadow:none}}.shutdown-model-label{position:absolute;left:8%;font-family:system-ui,-apple-system,sans-serif;font-size:clamp(.45rem,.8vw,.6rem);color:#00000059;text-transform:uppercase;letter-spacing:.08em;pointer-events:none;white-space:nowrap}.model-ibm-xt .shutdown-model-label{font-weight:700;letter-spacing:.12em}.model-modern .shutdown-model-label{color:#fff3;font-size:clamp(.4rem,.7vw,.55rem);letter-spacing:.15em}.shutdown-monitor-stand{width:20%;height:clamp(14px,2vh,24px);border-radius:0 0 4px 4px;margin-top:-2px}.model-ibm-xt .shutdown-monitor-stand{width:30%;height:clamp(10px,1.5vh,16px);border-radius:0 0 2px 2px}.model-modern .shutdown-monitor-stand{width:8%;height:clamp(20px,3vh,36px);border-radius:2px}.shutdown-monitor-base{width:35%;height:clamp(4px,.6vh,8px);border-radius:2px;margin-top:-2px;display:none}.model-modern .shutdown-monitor-base{display:block;width:28%;height:clamp(3px,.5vh,6px);border-radius:6px;filter:brightness(.9)}.model-ibm-xt .shutdown-monitor-base{display:block;width:40%;height:clamp(5px,.7vh,8px);border-radius:1px;filter:brightness(.9)}.shutdown-tower{width:22%;min-width:70px;border:3px solid;border-radius:4px 4px 2px 2px;display:flex;flex-direction:column;padding:8px 6px;box-shadow:0 0 20px #00000080,inset 0 0 10px #00000026;align-self:stretch;position:relative}.shutdown-tower-badge{width:60%;height:3px;background:#0000001a;border-radius:1px;margin:0 auto 6px}.model-modern .shutdown-tower-badge{width:40%;height:2px;background:#ffffff0f}.shutdown-tower-drives{display:flex;flex-direction:column;gap:3px}.shutdown-tower-ventilation{flex:1;min-height:10px;width:90%;margin:6px auto 0;background:repeating-linear-gradient(0deg,rgba(0,0,0,.06) 0px,rgba(0,0,0,.06) 1px,transparent 1px,transparent 4px);border-radius:2px}.model-modern .shutdown-tower-ventilation{display:none}.shutdown-tower-drive{width:100%;background:#00000014;border:1px solid rgba(0,0,0,.18);border-radius:2px;position:relative;display:flex;align-items:center;padding:3px 4px;gap:3px}.shutdown-drive-led{width:4px;height:4px;border-radius:50%;background:#00000026;flex-shrink:0}.shutdown-tower-drive.floppy525{height:22px}.shutdown-tower-drive.floppy35{height:14px}.shutdown-tower-drive.cdrom{height:18px}.shutdown-drive-slot{flex:1;height:3px;background:#00000059;border-radius:1px}.shutdown-drive-slot.narrow{height:2px}.shutdown-drive-latch{width:8px;height:8px;background:#00000038;border:1px solid rgba(0,0,0,.1);border-radius:1px}.shutdown-drive-button{width:6px;height:6px;background:#0003;border:1px solid rgba(0,0,0,.1);border-radius:50%;flex-shrink:0}.shutdown-drive-tray{flex:1;height:2px;background:#0000004d;border-radius:1px}.shutdown-tower-vent{width:80%;height:30px;background:repeating-linear-gradient(0deg,rgba(255,255,255,.04) 0px,rgba(255,255,255,.04) 2px,transparent 2px,transparent 5px);border-radius:2px;margin:6px auto}.shutdown-tower-glass{width:85%;flex:1;min-height:20px;margin:4px auto;background:linear-gradient(135deg,#3c50781a,#3c50780a 40%,#503c780f 60%,#3c50781a);border:1px solid rgba(255,255,255,.04);border-radius:4px;box-shadow:inset 0 0 12px #6478ff08}.shutdown-tower-bottom{margin-top:auto;display:flex;justify-content:center;padding-top:6px}.shutdown-power-led{width:5px;height:5px;border-radius:50%;background:#4ade80;box-shadow:0 0 6px #4ade8080;animation:shutdown-led-off 3s ease forwards}@keyframes shutdown-led-off{0%,60%{background:#4ade80;box-shadow:0 0 6px #4ade8080}80%{background:#666;box-shadow:none}to{background:#333;box-shadow:none}}.model-ibm-xt .shutdown-tower{border-radius:2px;border-width:4px;padding:8px;width:32%;min-height:60px}.model-ibm-xt .shutdown-tower-ventilation{width:95%;background:repeating-linear-gradient(90deg,rgba(0,0,0,.08) 0px,rgba(0,0,0,.08) 2px,transparent 2px,transparent 5px)}.model-486 .shutdown-tower{border-radius:3px;border-width:3px;width:24%;padding:8px 6px}.model-pentium .shutdown-tower{width:20%;border-radius:5px;border-width:3px}.model-modern .shutdown-tower{width:14%;min-width:50px;border-radius:10px;border-width:2px;box-shadow:0 0 30px #00000080,inset 0 0 15px #0003}.shutdown-peripherals{display:flex;align-items:flex-start;gap:5%;width:100%;justify-content:center}.shutdown-keyboard{width:72%;border-radius:6px;padding:4% 3%;box-shadow:0 2px 8px #00000080;display:flex;flex-direction:column;gap:2px;position:relative}.model-ibm-xt .shutdown-keyboard{border-radius:3px;box-shadow:0 2px 10px #00000080,1px 2px #00000026}.model-modern .shutdown-keyboard{border-radius:8px;box-shadow:0 1px 6px #0006,0 0 1px #ffffff0d}.shutdown-keyboard-leds{display:flex;gap:4px;justify-content:flex-end;margin-bottom:3px;padding-right:4px}.shutdown-kbd-led{width:3px;height:3px;border-radius:50%;background:#0003}.shutdown-key-row{display:flex;gap:2px}.shutdown-key{height:clamp(10px,1.6vh,18px);border:1px solid rgba(255,255,255,.08);border-bottom:2px solid rgba(0,0,0,.3);border-top:1px solid rgba(255,255,255,.12);border-radius:3px;min-width:0;box-shadow:0 1px 2px #0000004d}.model-ibm-xt .shutdown-key{border-radius:2px;border-bottom-width:3px}.model-modern .shutdown-key{border-radius:4px;border-bottom-width:1px;border-color:#ffffff0a}.shutdown-mouse{width:11%;max-width:62px;aspect-ratio:.6;border-radius:42% 42% 46% 46%;display:flex;flex-direction:column;align-items:center;box-shadow:0 1px 4px #00000080;margin-top:3%;position:relative;overflow:hidden}.shutdown-mouse.mouse-boxy{border-radius:20% 20% 30% 30%;aspect-ratio:.55}.shutdown-mouse.mouse-ergonomic{border-radius:44% 44% 48% 48%;box-shadow:0 1px 6px #00000080,0 0 1px #ffffff0d}.shutdown-mouse-buttons{display:flex;width:100%;height:40%}.shutdown-mouse-left,.shutdown-mouse-right{flex:1;border:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(0,0,0,.25)}.shutdown-mouse-left{border-radius:30% 0 0}.shutdown-mouse-right{border-radius:0 30% 0 0}.mouse-boxy .shutdown-mouse-left{border-radius:15% 0 0}.mouse-boxy .shutdown-mouse-right{border-radius:0 15% 0 0}.shutdown-mouse-divider{width:1px;height:38%;background:#00000059;position:absolute;left:50%;top:1%}.shutdown-mouse-scroll{width:20%;height:8%;background:#0000004d;border-radius:999px;margin-top:2%}.mouse-ergonomic .shutdown-mouse-scroll{background:#ffffff0f}.shutdown-mouse-body{flex:1}.shutdown-mouse-cable{position:absolute;top:-6px;left:50%;transform:translate(-50%);width:2px;height:8px;background:#00000026;border-radius:1px}@media(max-width:480px){.shutdown-computer{width:90vw}.shutdown-crt-depth{display:none}}.mobile-banner{position:fixed;top:0;left:0;right:0;z-index:9998;display:flex;align-items:center;gap:8px;padding:10px 16px;background:var(--app-info-bg, #eff6ff);border-bottom:2px solid #3b82f6;color:var(--app-info, #1e40af);font-size:.8125rem;font-weight:500;animation:mobile-banner-slide-down .3s ease-out}@keyframes mobile-banner-slide-down{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.mobile-banner-icon{flex-shrink:0;display:flex;align-items:center;color:#3b82f6}.mobile-banner-text{flex:1;line-height:1.4}.mobile-banner-dismiss{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:4px;background:transparent;color:var(--app-info, #1e40af);font-size:1rem;cursor:pointer;padding:0;line-height:1;min-width:44px;min-height:44px}.mobile-banner-dismiss:hover{background:#00000014}:root{--desktop-bg: #0f172a;--desktop-taskbar-bg: #1e293b;--desktop-taskbar-border: #334155;--desktop-start-bg: #2563eb;--desktop-start-hover: #1d4ed8;--desktop-titlebar-bg: #1e293b;--desktop-titlebar-text: #ffffff;--desktop-window-bg: #ffffff;--desktop-window-border: #b0b0b0;--desktop-menu-bg: #1e293b;--desktop-menu-border: #334155;--app-text: #1e293b;--app-text-secondary: #64748b;--app-text-muted: #94a3b8;--app-bg: #ffffff;--app-bg-secondary: #f8fafc;--app-bg-hover: #f1f5f9;--app-border: #e2e8f0;--app-bg-card: #ffffff;--app-bg-input: #ffffff;--app-success: #166534;--app-success-bg: #f0fdf4;--app-error: #991b1b;--app-error-bg: #fef2f2;--app-warning: #92400e;--app-warning-bg: #fffbeb;--app-info: #1e40af;--app-info-bg: #eff6ff;--app-accent: #2563eb;--app-accent-hover: #1d4ed8;--app-danger: #c0392b}.desktop{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--desktop-bg);overflow:hidden}.desktop-area{position:absolute;top:0;right:0;left:0;bottom:40px}.desktop-icons{display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-start;gap:8px;padding:16px;height:100%}.desktop-icon{display:flex;flex-direction:column;align-items:center;gap:4px;width:80px;padding:8px 4px;border:2px solid transparent;border-radius:6px;background:transparent;color:#ffffffe6;cursor:pointer;-webkit-user-select:none;user-select:none}.desktop-icon:hover{background:#ffffff14}.desktop-icon:focus-visible{border-color:var(--desktop-start-bg);outline:none}.desktop-icon.locked{opacity:.6;cursor:default}.desktop-icon.locked:hover{background:transparent}.desktop-icon-image{font-size:2rem;line-height:1}.desktop-icon-label{font-size:.6875rem;text-align:center;word-break:break-word;text-shadow:0 1px 3px rgba(0,0,0,.6)}@media(max-width:768px){.desktop-area{bottom:40px;overflow-y:auto;-webkit-overflow-scrolling:touch}.desktop-icons{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;padding:8px;height:auto}.desktop-icon{width:auto;padding:8px 4px;min-height:44px}.desktop-icon-image{font-size:1.75rem}.desktop-icon-label{font-size:.625rem}}.desktop-unlock-banner{position:fixed;top:4px;right:8px;background:#2563ebd9;color:#fff;padding:4px 12px;border-radius:4px;font-size:.75rem;z-index:99998;pointer-events:none;box-shadow:0 2px 8px #0003}.desktop-locked-toast{position:fixed;bottom:56px;left:50%;transform:translate(-50%);background:#1e293bf2;color:#fff;padding:10px 20px;border-radius:8px;font-size:.85rem;z-index:99999;pointer-events:none;box-shadow:0 4px 12px #0000004d;animation:desktop-toast-fadein .2s ease-out}@keyframes desktop-toast-fadein{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(max-width:480px){.desktop-area{bottom:48px}.desktop-icons{grid-template-columns:repeat(4,1fr);gap:2px;padding:8px}.desktop-icon{padding:10px 4px;min-height:64px;border-radius:8px}.desktop-icon-image{font-size:1.75rem}.desktop-icon-label{font-size:.625rem}}.theme-win311{--desktop-bg: #008080;--desktop-taskbar-bg: #c0c0c0;--desktop-taskbar-border: #808080;--desktop-start-bg: #c0c0c0;--desktop-start-hover: #a0a0a0;--desktop-titlebar-bg: #000080;--desktop-titlebar-text: #ffffff;--desktop-window-bg: #c0c0c0;--desktop-window-border: #000000;--desktop-menu-bg: #c0c0c0;--desktop-menu-border: #808080;--app-text: #000000;--app-text-secondary: #333333;--app-text-muted: #666666;--app-bg: #c0c0c0;--app-bg-secondary: #d0d0d0;--app-bg-hover: #a0a0a0;--app-border: #808080;--app-bg-card: #d0d0d0;--app-bg-input: #ffffff}.theme-win311 .desktop-window{border-radius:0;border:2px outset #c0c0c0;box-shadow:1px 1px #000}.theme-win311 .window-titlebar{height:20px;font-size:.75rem;font-weight:700}.theme-win311 .window-btn{width:18px;height:18px;border-radius:0;border:1px outset #c0c0c0;background:silver;color:#000;font-size:.625rem}.theme-win311 .window-btn:hover{background:#a0a0a0}.theme-win311 .window-resize-handle:after{border-color:gray}.theme-win311 .taskbar{height:28px;border-top:2px outset #c0c0c0}.theme-win311 .taskbar-start{height:22px;border-radius:0;border:2px outset #c0c0c0;background:silver;color:#000;font-size:.6875rem;font-weight:700}.theme-win311 .taskbar-start:hover,.theme-win311 .taskbar-start.active{border-style:inset;background:#a0a0a0}.theme-win311 .taskbar-window-btn{height:22px;border-radius:0;border:1px outset #c0c0c0;background:silver;color:#000;font-size:.6875rem}.theme-win311 .taskbar-clock{color:#000;font-size:.6875rem}.theme-win311 .taskbar-xp{color:navy}.theme-win311 .taskbar-xp-bar{background:gray}.theme-win311 .taskbar-xp-fill{background:navy}.theme-win311 .taskbar-xp-text{color:#000}.theme-win311 .desktop-area{bottom:28px}.theme-win311 .start-menu{border-radius:0;border:2px outset #c0c0c0;background:silver;bottom:32px}.theme-win311 .start-menu-header{color:#000;border-bottom:1px solid #808080}.theme-win311 .start-menu-item{color:#000}.theme-win311 .start-menu-item:hover{background:navy;color:#fff}.theme-win311 .desktop{background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.08) 2px,rgba(0,0,0,.08) 4px),repeating-linear-gradient(90deg,transparent,transparent 2px,rgba(0,0,0,.08) 2px,rgba(0,0,0,.08) 4px),teal}.theme-win311 .desktop-icon{color:#fff}.theme-win311 .desktop-icon-label{text-shadow:1px 1px 0 #000}.theme-win95{--desktop-bg: #008080;--desktop-taskbar-bg: #c0c0c0;--desktop-taskbar-border: #dfdfdf;--desktop-start-bg: #c0c0c0;--desktop-start-hover: #b0b0b0;--desktop-titlebar-bg: #000080;--desktop-titlebar-text: #ffffff;--desktop-window-bg: #c0c0c0;--desktop-window-border: #808080;--desktop-menu-bg: #c0c0c0;--desktop-menu-border: #808080;--app-text: #000000;--app-text-secondary: #333333;--app-text-muted: #666666;--app-bg: #c0c0c0;--app-bg-secondary: #d0d0d0;--app-bg-hover: #b0b0b0;--app-border: #808080;--app-bg-card: #d0d0d0;--app-bg-input: #ffffff}.theme-win95 .desktop-window{border-radius:0;border:2px outset #dfdfdf;box-shadow:1px 1px #000}.theme-win95 .window-titlebar{height:24px;background:linear-gradient(to right,navy,#1084d0);font-size:.75rem;font-weight:700}.theme-win95 .window-btn{width:18px;height:16px;border-radius:0;border:2px outset #c0c0c0;background:silver;color:#000;font-size:.625rem}.theme-win95 .window-btn:hover{background:#d0d0d0}.theme-win95 .window-btn.close:hover{background:silver;color:#000}.theme-win95 .window-resize-handle:after{border-color:gray}.theme-win95 .taskbar{height:32px;border-top:2px outset #dfdfdf}.theme-win95 .taskbar-start{height:26px;border-radius:0;border:2px outset #dfdfdf;background:silver;color:#000;font-size:.75rem;font-weight:700}.theme-win95 .taskbar-start:hover,.theme-win95 .taskbar-start.active{border-style:inset;background:#b0b0b0}.theme-win95 .taskbar-window-btn{height:26px;border-radius:0;border:2px outset #dfdfdf;background:silver;color:#000;font-size:.6875rem}.theme-win95 .taskbar-window-btn.minimized{border-style:outset;opacity:.7}.theme-win95 .taskbar-clock{color:#000;font-size:.6875rem;border-left:1px inset #808080;padding-left:8px}.theme-win95 .taskbar-xp{color:#000}.theme-win95 .taskbar-xp-bar{background:gray;border:1px inset #dfdfdf}.theme-win95 .taskbar-xp-fill{background:navy}.theme-win95 .taskbar-xp-text{color:#000}.theme-win95 .desktop-area{bottom:32px}.theme-win95 .start-menu{border-radius:0;border:2px outset #dfdfdf;background:silver;bottom:36px}.theme-win95 .start-menu-header{color:#000;border-bottom:1px solid #808080;font-size:.8125rem}.theme-win95 .start-menu-item{color:#000}.theme-win95 .start-menu-item:hover{background:navy;color:#fff}.theme-win95 .desktop{background:linear-gradient(180deg,teal,#066)}.theme-win95 .desktop-icon{color:#fff}.theme-win95 .desktop-icon-label{text-shadow:1px 1px 0 #000}.theme-win98{--desktop-bg: #3a6ea5;--desktop-taskbar-bg: #c0c0c0;--desktop-taskbar-border: #dfdfdf;--desktop-start-bg: #c0c0c0;--desktop-start-hover: #b0b0b0;--desktop-titlebar-bg: #0a246a;--desktop-titlebar-text: #ffffff;--desktop-window-bg: #ece9d8;--desktop-window-border: #808080;--desktop-menu-bg: #ece9d8;--desktop-menu-border: #808080;--app-text: #000000;--app-text-secondary: #333333;--app-text-muted: #666666;--app-bg: #ece9d8;--app-bg-secondary: #f0ede1;--app-bg-hover: #d6d2c4;--app-border: #808080;--app-bg-card: #f0ede1;--app-bg-input: #ffffff}.theme-win98 .desktop-window{border-radius:0;border:2px outset #dfdfdf;box-shadow:2px 2px #0000004d}.theme-win98 .window-titlebar{height:26px;background:linear-gradient(to right,#0a246a,#3a6ea5);font-size:.8125rem;font-weight:700}.theme-win98 .window-btn{width:18px;height:16px;border-radius:0;border:2px outset #c0c0c0;background:silver;color:#000;font-size:.625rem}.theme-win98 .window-btn:hover{background:#d0d0d0}.theme-win98 .window-btn.close:hover{background:silver;color:#000}.theme-win98 .window-resize-handle:after{border-color:gray}.theme-win98 .taskbar{height:34px;border-top:2px outset #dfdfdf;background:linear-gradient(to bottom,#e0ddd0,silver)}.theme-win98 .taskbar-start{height:28px;border-radius:0;border:2px outset #dfdfdf;background:silver;color:#000;font-size:.75rem;font-weight:700}.theme-win98 .taskbar-start:hover,.theme-win98 .taskbar-start.active{border-style:inset;background:#b0b0b0}.theme-win98 .taskbar-window-btn{height:28px;border-radius:0;border:2px outset #dfdfdf;background:silver;color:#000;font-size:.6875rem}.theme-win98 .taskbar-clock{color:#000;font-size:.75rem;border:1px inset #808080;padding:0 8px}.theme-win98 .taskbar-xp{color:#0a246a}.theme-win98 .taskbar-xp-bar{background:gray;border:1px inset #dfdfdf}.theme-win98 .taskbar-xp-fill{background:#0a246a}.theme-win98 .taskbar-xp-text{color:#333}.theme-win98 .desktop-area{bottom:34px}.theme-win98 .start-menu{border-radius:0;border:2px outset #dfdfdf;background:#ece9d8;bottom:38px}.theme-win98 .start-menu-header{color:#000;border-bottom:1px solid #808080}.theme-win98 .start-menu-item{color:#000}.theme-win98 .start-menu-item:hover{background:#0a246a;color:#fff}.theme-win98 .start-menu-footer{border-top:1px solid #808080}.theme-win98 .desktop{background:radial-gradient(ellipse at 20% 50%,rgba(255,255,255,.12) 0%,transparent 50%),radial-gradient(ellipse at 75% 30%,rgba(255,255,255,.1) 0%,transparent 40%),radial-gradient(ellipse at 50% 80%,rgba(255,255,255,.08) 0%,transparent 45%),linear-gradient(180deg,#1a5276,#2980b9,#3a94d1)}.theme-win98 .desktop-icon{color:#fff}.theme-win98 .desktop-icon-label{text-shadow:1px 1px 0 #000}.theme-dark{--desktop-bg: #0f172a;--desktop-taskbar-bg: #1e293b;--desktop-taskbar-border: #334155;--desktop-start-bg: #3b82f6;--desktop-start-hover: #2563eb;--desktop-titlebar-bg: #0f172a;--desktop-titlebar-text: #f8fafc;--desktop-window-bg: #1e293b;--desktop-window-border: #334155;--desktop-menu-bg: #0f172a;--desktop-menu-border: #334155;--app-text: #e2e8f0;--app-text-secondary: #cbd5e1;--app-text-muted: #94a3b8;--app-bg: #1e293b;--app-bg-secondary: #334155;--app-bg-hover: #475569;--app-border: #475569;--app-bg-card: #334155;--app-bg-input: #0f172a;--app-success: #4ade80;--app-success-bg: rgba(34, 197, 94, .15);--app-error: #f87171;--app-error-bg: rgba(239, 68, 68, .15);--app-warning: #fbbf24;--app-warning-bg: rgba(245, 158, 11, .15);--app-info: #60a5fa;--app-info-bg: rgba(59, 130, 246, .15);--app-accent: #3b82f6;--app-accent-hover: #2563eb;--app-danger: #ef4444}.theme-dark .desktop-window{box-shadow:0 4px 24px #00000080}.theme-dark .window-content{color:#e2e8f0}.theme-dark .window-btn:hover{background:#ffffff1a}.theme-dark .window-btn.close:hover{background:#dc2626;color:#fff}.theme-dark .window-resize-handle:after{border-color:#475569}.theme-dark .taskbar-window-btn{background:#ffffff0f;color:#e2e8f0}.theme-dark .taskbar-window-btn:hover{background:#ffffff1f}.theme-dark .taskbar-xp{color:#60a5fa}.theme-dark .taskbar-xp-bar{background:#334155}.theme-dark .taskbar-xp-fill{background:#3b82f6}.theme-dark .taskbar-xp-text{color:#94a3b8}.theme-dark .taskbar-clock{color:#cbd5e1}.theme-dark .start-menu-header{color:#f8fafc}.theme-dark .start-menu-item{color:#e2e8f0}.theme-dark .start-menu-item:hover:not(:disabled){background:#3b82f633}.theme-dark .start-menu-item.logout:hover{background:#dc262640}.theme-dark .start-menu-lock-info{color:#64748b}.theme-dark .start-menu-theme-item.active-theme{color:#3b82f6}.theme-dark .desktop-icon{color:#e2e8f0e6}.theme-dark .desktop-icon:hover{background:#ffffff0f}.theme-dark .desktop{background:linear-gradient(160deg,#0f172a,#1e293b)}.theme-dark .desktop-icon-label{text-shadow:1px 1px 2px rgba(0,0,0,.8)}.offline-banner{position:fixed;top:0;left:0;right:0;z-index:9999;display:flex;align-items:center;gap:8px;padding:8px 16px;background:var(--app-warning-bg, #fffbeb);border-bottom:2px solid #f59e0b;color:var(--app-warning, #92400e);font-size:.8125rem;font-weight:500;animation:offline-banner-slide-down .3s ease-out;pointer-events:auto}@keyframes offline-banner-slide-down{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.offline-banner-icon{flex-shrink:0;display:flex;align-items:center;color:#f59e0b}.offline-banner-text{flex:1}.offline-banner-dismiss{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:4px;background:transparent;color:var(--app-warning, #92400e);font-size:1rem;cursor:pointer;padding:0;line-height:1}.offline-banner-dismiss:hover{background:#00000014}.temp-session-header{position:fixed;top:0;left:0;right:0;height:40px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;display:flex;align-items:center;padding:0 16px;gap:16px;z-index:1000;font-size:.875rem;box-shadow:0 2px 4px #00000026}.temp-session-header-name{font-weight:600}.temp-session-header-timer{margin-left:auto;font-variant-numeric:tabular-nums}.temp-session-header-leave{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:4px 12px;border-radius:4px;cursor:pointer;font-size:.8rem}.temp-session-header-leave:hover{background:#ffffff4d}.temp-session-desktop-area{padding-top:48px!important}.temp-session-warning{position:fixed;top:44px;left:50%;transform:translate(-50%);background:#f59e0b;color:#1e293b;padding:8px 24px;border-radius:6px;font-size:.875rem;font-weight:600;z-index:1001;box-shadow:0 4px 12px #0003;animation:temp-warning-pulse 2s ease-in-out infinite}@keyframes temp-warning-pulse{0%,to{opacity:1}50%{opacity:.8}}.temp-session-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999}.temp-session-overlay-card{background:#fff;padding:40px;border-radius:12px;text-align:center;max-width:400px;box-shadow:0 8px 32px #0000004d}.temp-session-overlay-card h2{margin-bottom:12px;font-size:1.5rem;color:#1e293b}.temp-session-overlay-card p{margin-bottom:24px;color:#64748b;font-size:.95rem}.temp-session-overlay-card .btn{max-width:240px;margin:0 auto}@media(prefers-reduced-motion:reduce){.temp-session-warning{animation:none}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-error: #dc2626;--color-bg: #f8fafc;--color-surface: #ffffff;--color-text: #1e293b;--color-text-muted: #64748b;--color-border: #e2e8f0;--radius: 8px}body{font-family:system-ui,-apple-system,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.6}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}.page{max-width:400px;margin:80px auto;padding:32px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius)}.page h1{margin-bottom:24px;font-size:1.5rem}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:4px;font-size:.875rem;font-weight:500;color:var(--color-text-muted)}.form-group input{width:100%;padding:8px 12px;border:1px solid var(--color-border);border-radius:var(--radius);font-size:1rem}.form-group input:focus{outline:2px solid var(--color-primary);outline-offset:-1px}.btn{display:inline-block;width:100%;padding:10px 16px;background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius);font-size:1rem;cursor:pointer}.btn:hover{background:var(--color-primary-hover)}.btn:disabled{opacity:.6;cursor:not-allowed}.error{color:var(--color-error);font-size:.875rem;margin-bottom:16px}.link-row{margin-top:16px;text-align:center;font-size:.875rem;color:var(--color-text-muted)}.skip-link{position:absolute;top:-100%;left:16px;z-index:99999;padding:8px 16px;background:var(--color-primary);color:#fff;border-radius:var(--radius);font-size:.875rem;text-decoration:none}.skip-link:focus{top:16px}@media(max-width:480px){.page{margin:24px 16px;padding:24px 16px;max-width:100%}.page h1{font-size:1.25rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
