body{margin:0;padding:0;font-family:Inter,sans-serif;background:#020617;color:#e2e8f0;overflow:hidden}*{box-sizing:border-box}:root{--accent: #2dd4bf;--card: rgba(30, 41, 59, .7);--border: #334155;--mono: "JetBrains Mono", monospace}.login-overlay.svelte-12qhfyh{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#020617;display:flex;align-items:center;justify-content:center;z-index:9999}.login-card.svelte-12qhfyh{background:#1e293b80;border:1px solid rgba(45,212,191,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:40px;border-radius:12px;width:100%;max-width:400px;box-shadow:0 20px 50px #00000080;animation:svelte-12qhfyh-fadeIn .5s ease-out}.login-header.svelte-12qhfyh{display:flex;align-items:center;gap:15px;margin-bottom:30px}.logo-mark.svelte-12qhfyh{width:40px;height:40px;background:#2dd4bf;color:#000;font-weight:900;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:1.5rem}h1.svelte-12qhfyh{margin:0;color:#fff;font-size:1.2rem;letter-spacing:2px}.login-body.svelte-12qhfyh{display:flex;flex-direction:column;gap:15px}input.svelte-12qhfyh{background:#0000004d;border:1px solid #334155;color:#fff;padding:12px;border-radius:6px;font-family:JetBrains Mono,monospace;outline:none}input.svelte-12qhfyh:focus{border-color:#2dd4bf;background:#2dd4bf0d}button.svelte-12qhfyh{background:#2dd4bf;color:#000;border:none;padding:12px;font-weight:800;cursor:pointer;border-radius:6px;margin-top:10px}.error-msg.svelte-12qhfyh{color:#ef4444;font-size:.8rem;text-align:center}.dock-restore-btn.svelte-12qhfyh{position:fixed;width:60px;height:60px;border-radius:50%;background:#0f172acc;border:2px solid var(--accent);display:flex;justify-content:center;align-items:center;z-index:9990;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 0 30px #2dd4bf33;touch-action:none}.dock-restore-btn.svelte-12qhfyh img:where(.svelte-12qhfyh){width:32px;filter:drop-shadow(0 0 5px var(--accent));pointer-events:none}.restore-glow.svelte-12qhfyh{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;animation:svelte-12qhfyh-pulse-ring 2s infinite;border:1px solid var(--accent);opacity:0;pointer-events:none}.dock-wrapper.svelte-12qhfyh{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;align-items:center;transition:transform .5s cubic-bezier(.2,.8,.2,1),opacity .4s;max-width:95vw}.dock-wrapper.hidden.svelte-12qhfyh{transform:translate(-50%) translateY(160%);opacity:0;pointer-events:none}.dock-drawer.svelte-12qhfyh{position:absolute;bottom:100%;margin-bottom:12px;width:320px;max-width:90vw;background:#0f172ae6;border:1px solid rgba(255,255,255,.1);border-radius:16px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 10px 40px #00000080;padding:16px;display:flex;flex-direction:column;gap:10px}.drawer-header.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;font-family:var(--mono);font-size:.7rem;color:#94a3b8;font-weight:700;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:8px}.close-drawer.svelte-12qhfyh{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;padding:0 5px}.drawer-grid.svelte-12qhfyh{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.drawer-item.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;gap:5px;text-decoration:none;color:#e2e8f0;padding:10px 5px;border-radius:8px;transition:.2s}.drawer-item.svelte-12qhfyh:hover{background:#ffffff1a}.drawer-item.svelte-12qhfyh .d-icon:where(.svelte-12qhfyh){font-size:1.8rem}.drawer-item.svelte-12qhfyh .d-name:where(.svelte-12qhfyh){font-size:.65rem;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;opacity:.8}.minimize-tab.svelte-12qhfyh{background:#0f172af2;border:1px solid rgba(255,255,255,.15);border-bottom:none;width:60px;height:24px;border-radius:12px 12px 0 0;display:flex;justify-content:center;align-items:center;cursor:pointer;color:#94a3b8;transition:all .2s ease;margin-bottom:-1px;z-index:2}.minimize-tab.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:16px;height:16px}.command-dock.svelte-12qhfyh{background:#0f172ae6;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:10px 20px;display:flex;align-items:center;gap:16px;box-shadow:0 20px 50px #0009;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);max-width:100%}.divider.svelte-12qhfyh{width:1px;height:24px;background:#ffffff26;flex-shrink:0}.mini-divider.svelte-12qhfyh{width:1px;height:16px;background:#ffffff1a;flex-shrink:0;margin:0 5px}.dock-item.home.svelte-12qhfyh{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;transition:.2s;flex-shrink:0}.dock-item.home.svelte-12qhfyh img:where(.svelte-12qhfyh){height:28px;width:auto}.dock-item.home.svelte-12qhfyh .label:where(.svelte-12qhfyh){font-weight:700;font-family:Space Grotesk}.dock-scroll-area.svelte-12qhfyh{overflow-x:auto;overflow-y:hidden;max-width:60vw;padding-bottom:4px;scrollbar-width:none}.dock-scroll-area.svelte-12qhfyh::-webkit-scrollbar{display:none}.dock-apps.svelte-12qhfyh{display:flex;gap:12px;align-items:center;padding:0 5px}.app-link.svelte-12qhfyh{position:relative;font-size:1.5rem;text-decoration:none;opacity:.7;width:40px;height:40px;display:flex;justify-content:center;align-items:center;transition:.2s cubic-bezier(.2,.8,.2,1);flex-shrink:0}.app-link.svelte-12qhfyh:hover{opacity:1;transform:translateY(-5px) scale(1.15)}.tooltip.svelte-12qhfyh{position:absolute;bottom:125%;left:50%;transform:translate(-50%);background:var(--accent);color:#000;padding:4px 8px;border-radius:6px;font-family:var(--mono);font-size:.7rem;font-weight:700;opacity:0;transition:.2s;white-space:nowrap;pointer-events:none;box-shadow:0 2px 10px #0003}.app-link.svelte-12qhfyh:hover .tooltip:where(.svelte-12qhfyh){opacity:1;transform:translate(-50%) translateY(-5px)}.dock-mobile-controls.svelte-12qhfyh{display:none;gap:10px}.mobile-folder.svelte-12qhfyh{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:5px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:.2s;min-width:60px}.mobile-folder.active.svelte-12qhfyh{background:#2dd4bf33;border-color:var(--accent)}.mobile-folder.svelte-12qhfyh .icon:where(.svelte-12qhfyh){font-size:1.2rem;margin-bottom:2px}.mobile-folder.svelte-12qhfyh .label:where(.svelte-12qhfyh){font-size:.6rem;color:#cbd5e1;font-family:var(--mono)}.logout-icon.svelte-12qhfyh{background:none;border:none;color:#ef4444;font-size:1.1rem;cursor:pointer;transition:.2s;flex-shrink:0}.logout-icon.svelte-12qhfyh:hover{transform:scale(1.1);color:#f87171}@media(max-width:768px){.desktop-view.svelte-12qhfyh{display:none}.mobile-view.svelte-12qhfyh{display:flex}.command-dock.svelte-12qhfyh{padding:10px 15px}}@media(min-width:769px){.desktop-view.svelte-12qhfyh{display:block}.mobile-view.svelte-12qhfyh{display:none}}@keyframes svelte-12qhfyh-fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-12qhfyh-pulse-ring{0%{transform:scale(1);opacity:.5}to{transform:scale(1.5);opacity:0}}
