:root{--color-primary: #498ceb;--color-secondary: #2a1878;--color-bg: #ffffff;--color-surface: #ffffff;--color-surface-alt: #f7f8fc;--color-border: rgba(42, 24, 120, .08);--color-text: #0f172a;--color-text-muted: #64748b;--gradient-brand: linear-gradient(135deg, #498ceb 0%, #2a1878 100%);--gradient-soft: linear-gradient(135deg, rgba(73, 140, 235, .12) 0%, rgba(42, 24, 120, .1) 100%);--shadow-sm: 0 1px 2px rgba(15, 23, 42, .04);--shadow-md: 0 8px 30px rgba(15, 23, 42, .06);--shadow-lg: 0 20px 60px -20px rgba(42, 24, 120, .25);--radius: 16px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:radial-gradient(1200px 600px at 100% -10%,rgba(73,140,235,.1),transparent 60%),radial-gradient(1000px 500px at -10% 110%,rgba(42,24,120,.08),transparent 60%),var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}::selection{background:#498ceb40}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#cdd5ea,#a9b5d6);border-radius:999px}::-webkit-scrollbar-track{background:transparent}.glass{background:#ffffffa6;backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-md)}.dark .glass{background:#11172e8c;border-color:#ffffff0f}.no-select{user-select:none;-webkit-user-select:none;-moz-user-select:none}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{background:linear-gradient(90deg,#eef2fb,#f7f8fc,#eef2fb 80%);background-size:800px 100%;animation:shimmer 1.4s linear infinite;border-radius:10px}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.floaty{animation:floaty 6s ease-in-out infinite}.scroll-fade{-webkit-mask-image:linear-gradient(to bottom,black 88%,transparent);mask-image:linear-gradient(to bottom,black 88%,transparent)}:focus-visible{outline:2px solid rgba(73,140,235,.55);outline-offset:2px;border-radius:6px}
