@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--color-bg:#0a0e1a;--color-bg-end:#141b2d;--color-surface:#ffffff0a;--color-surface-hover:#ffffff14;--color-surface-active:#ffffff1f;--color-accent:#7c8cf8;--color-accent-secondary:#a78bfa;--color-gold:#f0c674;--color-text:#f0f0f5;--color-text-secondary:#9ca3af;--color-text-muted:#6b7280;--color-border:#ffffff14;--color-border-hover:#ffffff26;--glass-blur:blur(20px);--glass-bg:#ffffff08;--glass-bg-strong:#ffffff0f;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--radius-pill:50px;--shadow-sm:0 2px 8px #00000026;--shadow-md:0 4px 16px #00000040;--shadow-lg:0 8px 32px #00000059;--shadow-glow:0 0 20px #7c8cf826;--shadow-glow-strong:0 0 30px #7c8cf840;--font-sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-normal:.25s cubic-bezier(.4, 0, .2, 1);--transition-slow:.4s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background:linear-gradient(170deg, var(--color-bg) 0%, var(--color-bg-end) 100%);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;min-height:100vh;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}button{font-family:var(--font-sans);cursor:pointer;background:0 0;border:none;outline:none}input,textarea{font-family:var(--font-sans);outline:none}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#7c8cf840;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#7c8cf866}*{scrollbar-width:thin;scrollbar-color:#7c8cf840 transparent}::selection{color:#f0f0f5;background:#7c8cf84d}@keyframes skeleton-pulse{0%,to{opacity:.04}50%{opacity:.08}}.skeleton-pulse{background:#ffffff0f;animation:1.8s ease-in-out infinite skeleton-pulse}
