:root{--brand-50:#f3ebff;--brand-100:#e0ccff;--brand-200:#c4a3ff;--brand-300:#a575ff;--brand-400:#8e54ff;--brand-500:#7e38ff;--brand-600:#6a25e6;--brand-700:#561bbf;--brand-800:#421595;--brand-900:#2e0e6b;--ig-yellow:#e8ddff;--ig-orange:#b38aff;--ig-pink:#7e38ff;--ig-purple:#5e1fe0;--ig-blue:#38d7ff;--brand-gradient:linear-gradient(135deg, #5e1fe0 0%, #7e38ff 45%, #a575ff 80%, #38d7ff 100%);--brand-gradient-soft:linear-gradient(135deg, #5e1fe029, #7e38ff2e, #a575ff29, #38d7ff29);--logo-mini:url(/logos/logo-mini-purple-white.svg);--logo-full:url(/logos/logo-purple.svg);--background:#fafafa;--background-elevated:#fff;--surface:#ffffffc7;--surface-hover:#fffffff0;--foreground:#0f1115;--muted:#6b7280;--muted-strong:#4b5563;--border:#0f111514;--border-strong:#0f111529;--input-bg:#fff;--input-border:#0f11151f;--accent:#7e38ff;--accent-foreground:#fff;--danger:#e11d48;--success:#16a34a;--warning:#f59e0b;--highlight-top:#ffffffe6;--highlight-edge:#fff9;--ring-accent:0 0 0 3px color-mix(in srgb, var(--accent) 22%, transparent);--ring-danger:0 0 0 3px color-mix(in srgb, var(--danger) 22%, transparent);--shadow-sm:0 4px 16px #0000000f;--shadow-md:0 10px 30px #0000001a;--shadow-lg:0 20px 60px #0000002e;--shadow-brand:0 18px 40px -16px #7e38ff80, 0 10px 24px -14px #38d7ff59;--radius-sm:10px;--radius-md:14px;--radius-lg:22px;--radius-xl:28px;--radius-full:999px;--motion-fast:.12s;--motion-normal:.22s;--motion-slow:.32s;--ease-apple:cubic-bezier(.32, .72, 0, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1)}[data-theme=dark]{--background:#07070a;--background-elevated:#0f1014;--surface:#14161cb3;--surface-hover:#1c1e26e0;--foreground:#f5f5f7;--muted:#9ca3af;--muted-strong:#c7cad1;--border:#ffffff14;--border-strong:#ffffff2e;--input-bg:#ffffff0a;--input-border:#ffffff1f;--accent:#a575ff;--accent-foreground:#0f1115;--danger:#fb7185;--logo-mini:url(/logos/logo-mini-purple-white.svg);--logo-full:url(/logos/logo-white-purple.svg);--success:#4ade80;--warning:#fbbf24;--highlight-top:#ffffff14;--highlight-edge:#ffffff0a;--shadow-sm:0 4px 16px #0006;--shadow-md:0 12px 32px #00000073;--shadow-lg:0 28px 64px #0000008c;--shadow-brand:0 24px 56px -20px #7e38ff73, 0 14px 32px -16px #38d7ff52}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:clip}html{height:100%}body{min-height:100%;color:var(--foreground);background:var(--background);font-family:var(--font-open-sans), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;transition:background-color .3s,color .3s;display:flex}a{color:inherit;text-decoration:none}button{font:inherit}::selection{background:var(--ig-pink);color:#fff}
