:root{--palette-ink-950: #06060f;--palette-ink-900: #0c0c1d;--palette-ink-800: #13132b;--palette-ink-700: #1e1e3f;--palette-violet-400: #a78bfa;--palette-violet-500: #8b5cf6;--palette-violet-600: #7c3aed;--palette-cyan-400: #22d3ee;--palette-cyan-500: #06b6d4;--palette-fuchsia-500: #d946ef;--palette-emerald-400: #34d399;--palette-emerald-500: #10b981;--palette-rose-400: #fb7185;--palette-rose-500: #f43f5e;--palette-amber-400: #fbbf24;--palette-white: #ffffff;--palette-slate-300: #cbd5e1;--palette-slate-400: #94a3b8;--palette-slate-500: #64748b;--color-bg: var(--palette-ink-950);--color-bg-elevated: var(--palette-ink-900);--color-surface: rgb(255 255 255 / 4%);--color-surface-hover: rgb(255 255 255 / 7%);--color-surface-solid: var(--palette-ink-800);--color-border: rgb(255 255 255 / 8%);--color-border-strong: rgb(255 255 255 / 14%);--color-border-glow: rgb(139 92 246 / 35%);--color-text: #f1f5f9;--color-text-muted: var(--palette-slate-400);--color-text-subtle: var(--palette-slate-500);--color-primary: var(--palette-violet-500);--color-primary-light: var(--palette-violet-400);--color-accent: var(--palette-cyan-400);--color-success: var(--palette-emerald-400);--color-error: var(--palette-rose-400);--color-warning: var(--palette-amber-400);--gradient-primary: linear-gradient( 135deg, var(--palette-violet-600) 0%, var(--palette-fuchsia-500) 50%, var(--palette-cyan-500) 100% );--gradient-primary-soft: linear-gradient( 135deg, rgb(124 58 237 / 20%) 0%, rgb(217 70 239 / 12%) 50%, rgb(6 182 212 / 18%) 100% );--gradient-text: linear-gradient( 135deg, var(--palette-white) 0%, var(--palette-violet-400) 45%, var(--palette-cyan-400) 100% );--gradient-border: linear-gradient( 135deg, rgb(139 92 246 / 60%) 0%, rgb(217 70 239 / 30%) 50%, rgb(34 211 238 / 50%) 100% );--gradient-credits: linear-gradient( 135deg, var(--palette-amber-400) 0%, var(--palette-fuchsia-500) 100% );--glow-violet: rgb(124 58 237 / 22%);--glow-fuchsia: rgb(217 70 239 / 14%);--glow-cyan: rgb(6 182 212 / 18%);--font-sans: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--font-mono: ui-monospace, "Cascadia Code", monospace;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--max-width: 1040px;--header-height: 4rem;--radius-sm: 8px;--radius: 14px;--radius-lg: 20px;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgb(0 0 0 / 25%);--shadow-md: 0 8px 32px rgb(0 0 0 / 35%);--shadow-lg: 0 16px 48px rgb(0 0 0 / 45%);--shadow-glow-primary: 0 0 40px rgb(139 92 246 / 25%), 0 0 80px rgb(6 182 212 / 10%);--shadow-glow-btn: 0 4px 24px rgb(124 58 237 / 35%), 0 0 0 1px rgb(255 255 255 / 8%) inset;--shadow-glow-btn-hover: 0 8px 32px rgb(124 58 237 / 45%), 0 0 48px rgb(6 182 212 / 20%);--ease-out: cubic-bezier(.22, 1, .36, 1);--duration-fast: .15s;--duration-normal: .25s;--duration-slow: .6s}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;min-height:100dvh;font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-2;background:radial-gradient(ellipse 70% 55% at 10% -5%,var(--glow-violet),transparent 55%),radial-gradient(ellipse 55% 45% at 95% 5%,var(--glow-fuchsia),transparent 50%),radial-gradient(ellipse 60% 50% at 50% 105%,var(--glow-cyan),transparent 55%),var(--color-bg);pointer-events:none}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:.35;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px;pointer-events:none;mix-blend-mode:overlay}h1,h2,h3,p{margin:0}a{color:var(--color-primary-light);text-decoration:none;transition:color var(--duration-fast) var(--ease-out)}a:hover{color:var(--color-accent)}button,input{font:inherit}.text-gradient{background:var(--gradient-text);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.card{position:relative;padding:var(--space-xl);border-radius:var(--radius-lg);background:var(--color-surface);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:var(--shadow-md)}.card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:var(--gradient-border);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.65}.card--glow{box-shadow:var(--shadow-glow-primary),var(--shadow-md)}.alert{display:flex;align-items:flex-start;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);font-size:.875rem;line-height:1.5}.alert--success{background:#10b9811a;color:var(--color-success);border:1px solid rgb(52 211 153 / 25%)}.alert--error{background:#f43f5e1a;color:var(--color-error);border:1px solid rgb(251 113 133 / 25%)}.stat-grid{display:grid;gap:var(--space-md);grid-template-columns:1fr}@media(min-width:640px){.stat-grid{grid-template-columns:repeat(2,1fr)}}.stat-card{position:relative;padding:var(--space-lg);border-radius:var(--radius);background:var(--color-surface);border:1px solid var(--color-border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden;transition:border-color var(--duration-normal) var(--ease-out),transform var(--duration-normal) var(--ease-out),box-shadow var(--duration-normal) var(--ease-out)}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--gradient-primary);opacity:.7}.stat-card:hover{border-color:var(--color-border-glow);transform:translateY(-2px);box-shadow:var(--shadow-glow-primary)}.stat-card--highlight:before{background:var(--gradient-credits);opacity:1;height:3px}.stat-label{display:flex;align-items:center;gap:var(--space-xs);font-size:.8125rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:var(--space-sm)}.stat-value{font-size:1.625rem;font-weight:700;letter-spacing:-.02em;color:var(--color-text)}.stat-value--gradient{background:var(--gradient-credits);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.stat-value--email{font-size:1rem;font-weight:600;word-break:break-all}.spinner{width:2rem;height:2rem;border:2px solid var(--color-border-strong);border-top-color:var(--palette-violet-500);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{opacity:.5}50%{opacity:.85}}.animate-fade-up{animation:fade-up var(--duration-slow) var(--ease-out) both}
