:root{--aqua-blue-top: #70b3ff;--aqua-blue-mid: #3884e0;--aqua-blue-bottom: #1c5ec8;--aqua-dot-red: #ff5f56;--aqua-dot-yellow: #ffbd2e;--aqua-dot-green: #27c93f;--metal-top: #ececec;--metal-mid: #e0e0e0;--metal-bottom: #c4c4c4;--metal-border: #888888;--desktop-bg: #1c4b82;--panel-bg: rgba(245, 247, 250, .96);--panel-border: rgba(0, 0, 0, .4);--text-dark: #1d1d1f;--text-muted: #555555;--font-system: "Inter", -apple-system, BlinkMacSystemFont, "Lucida Grande", "Segoe UI", sans-serif;--font-code: "Fira Code", "Monaco", "Courier New", monospace;--font-retro: "Press Start 2P", monospace}*{box-sizing:border-box;margin:0;padding:0;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}html,body,#root{width:100%;height:100%;height:100dvh;overflow:hidden;font-family:var(--font-system);color:var(--text-dark);background-color:var(--desktop-bg);-webkit-font-smoothing:antialiased}.desktop-wallpaper{width:100vw;height:100vh;height:100dvh;position:relative;background-image:url(/cat_wallpaper.png);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;box-sizing:border-box}.desktop-wallpaper:before{content:"";position:absolute;top:-20%;left:-20%;width:140%;height:140%;background:radial-gradient(ellipse at 40% 0%,rgba(255,255,255,.15) 0%,rgba(255,255,255,.02) 50%,transparent 80%);pointer-events:none}.aqua-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.6);border:1px solid #144ba3;border-radius:12px;background:linear-gradient(180deg,#6fb4ff,#3075e8 48%,#1450b8 50%,#2068e4);box-shadow:inset 0 1px #ffffffb3,0 2px 4px #00000040;cursor:pointer;transition:all .1s ease;touch-action:manipulation}.aqua-btn:hover{background:linear-gradient(180deg,#8bc3ff,#4686f0 48%,#2060c8 50%,#3278f0);box-shadow:inset 0 1px #ffffffe6,0 3px 6px #0000004d}.aqua-btn:active{background:linear-gradient(180deg,#1450b8,#2068e4,#3075e8);box-shadow:inset 0 2px 4px #0006;transform:translateY(1px)}.brushed-metal{background:linear-gradient(180deg,#ececec,#e0e0e0 45%,#d1d1d1 50%,#c4c4c4);border-bottom:1px solid #999999;box-shadow:inset 0 1px #fff}.aqua-dots{display:flex;align-items:center;gap:8px}.aqua-dot{width:12px;height:12px;border-radius:50%;border:1px solid rgba(0,0,0,.4);cursor:pointer;position:relative;box-shadow:inset 0 1px 1px #fffc,0 1px 2px #0003}.aqua-dot-close{background:linear-gradient(180deg,#ff8e87,#ff5f56,#e03e35)}.aqua-dot-minimize{background:linear-gradient(180deg,#ffe070,#ffbd2e,#e09e15)}.aqua-dot-maximize{background:linear-gradient(180deg,#62f277,#27c93f,#16a62c)}.aqua-dot:hover:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;background:#00000040;border-radius:50%}.os-window{position:absolute;background:#f4f5f8;border-radius:8px 8px 6px 6px;border:1px solid rgba(0,0,0,.45);box-shadow:0 12px 36px #0006,0 4px 12px #0003;display:flex;flex-direction:column;overflow:hidden;max-width:100vw;max-height:calc(100vh - 26px);box-sizing:border-box;transition:transform .15s ease,opacity .15s ease}.os-window.minimized{transform:scale(.1) translateY(800px);opacity:0;pointer-events:none}.os-window-header{height:34px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;user-select:none;cursor:grab;flex-shrink:0}.os-window-header:active{cursor:grabbing}.os-window-title{font-size:13px;font-weight:700;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.8);display:flex;align-items:center;gap:6px}.os-window-body{flex:1;overflow-y:auto;overflow-x:hidden;padding:16px;background:#fff;position:relative;min-width:0;max-width:100%;box-sizing:border-box}.os-window-body::-webkit-scrollbar,.custom-scrollbar::-webkit-scrollbar{width:14px;height:14px}.os-window-body::-webkit-scrollbar-track,.custom-scrollbar::-webkit-scrollbar-track{background:#e8e8e8;border-left:1px solid #cccccc}.os-window-body::-webkit-scrollbar-thumb,.custom-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#7cb3f3,#3e88e9,#206ad6);border-radius:7px;border:2px solid #e8e8e8;box-shadow:inset 0 1px #fff9}.os-window-body::-webkit-scrollbar-thumb:hover,.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#96c4f7,#5298f0,#307be5)}.inset-panel{background:#fff;border:1px solid #b2b2b2;border-top-color:#888;border-left-color:#999;border-radius:4px;box-shadow:inset 1px 1px 3px #0000001f;padding:12px;min-width:0;max-width:100%;box-sizing:border-box}.lcd-box{background:#121;color:#3f6;font-family:var(--font-code);border:2px solid #224422;border-radius:4px;padding:8px 12px;box-shadow:inset 0 0 8px #00ff6433;text-shadow:0 0 4px rgba(51,255,102,.7);font-size:11px}.retro-progress-container{width:100%;height:18px;background:#e0e0e0;border:1px solid #999999;border-radius:3px;overflow:hidden;box-shadow:inset 1px 1px 2px #0003}.retro-progress-bar{height:100%;background:linear-gradient(180deg,#70c4ff,#2080e8 48%,#1060c0 50%,#3090f0);box-shadow:inset 0 1px #ffffffb3;transition:width .4s cubic-bezier(.4,0,.2,1)}.menu-bar{height:26px;width:100%;background:linear-gradient(180deg,#fff,#e6e6e6,#d4d4d4);border-bottom:1px solid #a0a0a0;box-shadow:0 1px 3px #0003;display:flex;align-items:center;justify-content:space-between;padding:0 14px;font-size:13px;font-weight:600;color:#222;position:relative;z-index:9999;flex-shrink:0}.menu-item{padding:3px 10px;border-radius:4px;cursor:pointer;touch-action:manipulation}.menu-item:hover{background:linear-gradient(180deg,#5095f2,#2062d6);color:#fff}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
