*{box-sizing:border-box;margin:0;padding:0}:root{--bg: #08090d;--card: #13141a;--card2: #1a1b22;--header: rgba(8,9,13,.85);--muted: #8b8d9a;--text: #e8e9f0;--accent: #10a37f;--accent-dim: rgba(16,163,127,.15);--green: #22c55e;--red: #ef4444;--blue: #38bdf8;--border: rgba(255,255,255,.07);--border2: rgba(255,255,255,.12);--nav-h: 72px}html,body{height:100%;overflow:hidden}#root{height:100%}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}button{cursor:pointer;font-family:inherit}input,select,textarea,button{font-family:inherit;font-size:16px}.hide-scrollbar{scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}a{color:var(--accent);text-decoration:none}.toast{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.94);opacity:0;padding:13px 22px;border-radius:14px;border:1px solid;font-size:15px;font-weight:600;pointer-events:none;z-index:999;letter-spacing:.01em;transition:opacity .15s ease,transform .15s ease;white-space:nowrap}.toast.show{opacity:1;transform:translate(-50%,-50%) scale(1)}.toast.in{background:#0b1a12;border-color:#22c55e80;color:#4ade80}.toast.out{background:#1a0c0c;border-color:#ef444480;color:#f87171}.toast.if_needed{background:#0b1320;border-color:#38bdf880;color:#7dd3fc}.toast.removed{background:#14141a;border-color:#ffffff26;color:#9ca3af}.toast.saved{background:#0b1a12;border-color:#10a37f80;color:#34d399}.toast.copied{background:#0d1220;border-color:#6366f180;color:#a5b4fc}
