*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#0b1220;color:#fff;overflow:hidden}a{text-decoration:none;color:inherit}.cursor{width:16px;height:16px;border-radius:50%;position:fixed;pointer-events:none;transform:translate(-50%,-50%);background-color:#fffc;mix-blend-mode:difference;transition:transform .1s ease,background-color .2s ease;z-index:9999}.desktop{width:100%;height:100%;position:relative;overflow:hidden}.desktop-icon{cursor:pointer;display:flex;flex-direction:column;align-items:center;user-select:none;transition:transform .2s ease,color .2s ease}.desktop-icon:hover{transform:scale(1.1);color:#0af}.desktop-icon div{text-align:center}.wallpaper{position:absolute;inset:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:0;overflow:hidden}.particle{position:absolute;border-radius:50%;background-color:#fff3;filter:blur(2px);pointer-events:none}.gradient-overlay,.radial-overlay{position:absolute;inset:0;pointer-events:none}.window{position:absolute;background-color:#0b1220;border:1px solid #333;border-radius:6px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 40px #00000080;z-index:10;transition:transform .2s ease}.window .titlebar{display:flex;justify-content:space-between;align-items:center;background-color:#1c1c1c;padding:4px 8px;cursor:grab;font-size:14px;user-select:none}.window .titlebar .btn{background:none;border:none;color:#fff;cursor:pointer}.window .content{flex:1;overflow:auto;padding:8px}.taskbar{position:absolute;bottom:0;left:0;width:100%;height:36px;background-color:#121212f2;display:flex;align-items:center;justify-content:space-between;padding:0 8px;border-top:1px solid #333;z-index:20}.taskbar .taskbar-icon{width:32px;height:32px;margin-right:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease}.taskbar .taskbar-icon:hover{transform:scale(1.1)}.start-menu{position:absolute;bottom:36px;left:0;width:240px;background-color:#121212f2;border:1px solid #333;border-radius:6px;overflow:hidden;display:none;flex-direction:column;z-index:30}.start-menu.active{display:flex}.start-menu-item{padding:8px 12px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s ease}.start-menu-item:hover{background-color:#0af3}.boot-screen{position:fixed;inset:0;background-color:#000;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Courier New,Courier,monospace;z-index:999;overflow:hidden}.boot-screen .progress-bar{width:75%;height:2px;background-color:#222;border-radius:1px;overflow:hidden;margin-bottom:16px;box-shadow:inset 0 0 4px #00000080}.boot-screen .progress-bar-inner{height:100%;background-color:#0af}.boot-dots{display:flex;gap:8px;margin-top:8px}.boot-dots .dot{width:6px;height:6px;border-radius:50%;background-color:#fff}@keyframes pulse{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.2);opacity:1}}.dot.pulse{animation:pulse 1s infinite ease-in-out}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.font-mono{font-family:Courier New,Courier,monospace}.text-white{color:#fff}.bg-black{background-color:#000}.pointer-events-none{pointer-events:none}.select-none{user-select:none}:root{--accent: #0078d7;--bg-dark: #0b1020;--bg-light: #f5f7fb;--text-dark: #e6eef8;--text-light: #0b1020}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;font-family:Inter,system-ui,Segoe UI,Roboto,Arial}body{background:var(--bg-dark);color:var(--text-dark)}.desktop{position:fixed;inset:0;overflow:hidden;background-size:cover;background-position:center}.taskbar{position:fixed;left:0;right:0;bottom:0;height:48px;display:flex;align-items:center;gap:8px;padding:0 12px;background:#080a0fb3;backdrop-filter:blur(6px);border-top:1px solid rgba(255,255,255,.03)}.start-menu{position:fixed;left:16px;bottom:64px;background:#0a0c12f2;color:var(--text-dark);width:320px;border-radius:8px;padding:12px;box-shadow:0 12px 40px #020617b3}.window{position:absolute;background:linear-gradient(180deg,#0e1016fa,#0a0c10fa);border:1px solid rgba(255,255,255,.04);border-radius:8px;overflow:hidden;box-shadow:0 10px 30px #02061799}.window .titlebar{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;background:#0c0e12b3;border-bottom:1px solid rgba(255,255,255,.02);cursor:move}.window .content{padding:12px;color:var(--text-dark);height:calc(100% - 40px);overflow:auto}.btn{background:#ffffff08;padding:6px 10px;border-radius:6px;color:var(--text-dark);border:none;cursor:pointer}.btn:hover{background:#ffffff0d}.icon{width:48px;height:48px;display:block}.desktop-icon{width:64px;text-align:center;color:var(--text-dark);cursor:pointer;user-select:none}.desktop-icon img{width:48px;height:48px;display:block;margin:0 auto}.terminal{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Roboto Mono,monospace;font-size:13px;color:#bfe6b2;background:#020202;padding:8px;border-radius:6px}
