@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-primary:#090d16;--bg-card:#101726d9;--bg-card-solid:#0f172a;--bg-input:#0b1120;--text-main:#f8fafc;--text-muted:#94a3b8;--border-color:#06b6d438;--border-input:#06b6d44d;--brand-primary:#00f2fe;--brand-secondary:#06b6d4;--brand-purple:#a855f7;--brand-pink:#ec4899;--shadow-glow:0 8px 32px #06b6d42e,inset 0 1px 1px #ffffff14}[data-theme=light]{--bg-primary:#f8fafc;--bg-card:#fff;--bg-card-solid:#fff;--bg-input:#fff;--text-main:#1e293b;--text-muted:#64748b;--border-color:#f1f5f9;--border-input:#e2e8f0;--brand-primary:#e94560;--brand-secondary:#d2334e;--brand-purple:#533483;--brand-pink:#e94560;--shadow-glow:0 8px 30px #0000000a}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#090d16;background-color:var(--bg-primary);color:#f8fafc;color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;transition:background-color .3s ease,color .3s ease}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#090d16;background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#06b6d44d;background:var(--border-input);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00f2fe;background:var(--brand-primary)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spin{animation:spin 1s linear infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#0b1120 25%,#06b6d44d 50%,#0b1120 75%);background:linear-gradient(90deg,var(--bg-input) 25%,var(--border-input) 50%,var(--bg-input) 75%);background-size:200% 100%}@keyframes slideIn{0%{opacity:0;transform:translateX(120%)}to{opacity:1;transform:translateX(0)}}.slide-in{animation:slideIn .35s cubic-bezier(.16,1,.3,1) forwards}.glass-card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#101726d9;background:var(--bg-card);border:1px solid #06b6d438;border:1px solid var(--border-color);box-shadow:0 8px 32px #06b6d42e,inset 0 1px 1px #ffffff14;box-shadow:var(--shadow-glow)}