:root{--color-bg:#0b0b12;--color-bg-alt:#1a1a2e;--color-surface:#12121c;--color-surface-high:#1a1a28;--color-brand:#c579f2;--color-brand-dark:#a32ee8;--color-primary:#7c3aed;--color-primary-light:#a855f7;--color-accent:#6366f1;--color-success:#10b981;--color-success-dark:#059669;--color-warning:#f59e0b;--color-error:#ef4444;--color-info:#3b82f6;--color-info-dark:#06b6d4;--color-text:#fff;--color-text-muted:#9ca3af;--color-text-disabled:#4b5563;--color-border:hsla(0,0%,100%,.08);--color-border-glass:hsla(0,0%,100%,.235);--color-divider:hsla(0,0%,100%,.05);--color-divider-solid:#313131;--gradient-brand:linear-gradient(135deg,#ec4899,#8b5cf6,#6366f1);--gradient-primary:linear-gradient(135deg,#6366f1,#8b5cf6);--gradient-secondary:linear-gradient(135deg,#ec4899,#f43f5e);--gradient-action:linear-gradient(135deg,#7c3aed,#6366f1);--gradient-premium:linear-gradient(135deg,#fbbf24,#f59e0b,#ef4444);--gradient-success:linear-gradient(135deg,#10b981,#059669);--gradient-warning:linear-gradient(135deg,#f59e0b,#ef4444);--gradient-info:linear-gradient(135deg,#3b82f6,#06b6d4);--gradient-vibrant:linear-gradient(135deg,#ec4899,#8b5cf6,#3b82f6);--gradient-sunset:linear-gradient(135deg,#f59e0b,#ec4899,#8b5cf6);--radius-xs:6px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-2xl:28px;--radius-full:9999px;--blur-glass:blur(10px);--blur-glass-lg:blur(20px);--shadow-glass:0 8px 16px rgba(0,0,0,.25);--shadow-card:0 4px 12px rgba(0,0,0,.3);--shadow-float:0 12px 40px rgba(0,0,0,.4);--shadow-glow-brand:0 0 30px rgba(197,121,242,.15);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-brand:"Satisfy",cursive;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--z-base:1;--z-dock:100;--z-nav:200;--z-modal:300;--z-toast:400;--ease-spring:cubic-bezier(.68,-.55,.265,1.55);--ease-smooth:cubic-bezier(.4,0,.2,1);--duration-fast:.15s;--duration-base:.25s;--duration-slow:.4s}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100vh;overflow-x:hidden}a{color:var(--color-brand);text-decoration:none;transition:color var(--duration-fast) var(--ease-smooth)}a:hover{color:var(--color-primary-light)}img,video{display:block;height:auto;max-width:100%}button{background:none;border:none;cursor:pointer}button,input,select,textarea{color:inherit;font-family:inherit}input,select,textarea{background:transparent;font-size:inherit}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:#fff3}.text-brand{font-family:var(--font-brand)}.text-gradient{background:var(--gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-muted{color:var(--color-text-muted)}.visually-hidden{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}.page-enter-active,.page-leave-active{transition:opacity var(--duration-base) var(--ease-smooth)}.page-enter-from,.page-leave-to{opacity:0}::-moz-selection{background:#c579f24d;color:var(--color-text)}::selection{background:#c579f24d;color:var(--color-text)}
