@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");:root{--navy:#17254f;--purple:#7c3fef;--purple-soft:#c59bff;--purple-mid:#b889f5;--blue-light:#7aa7f7;--yellow:#ffb300;--bg-white:#fff;--bg-lavender:#eef0ff;--bg-lavender-2:#f5f2ff;--bg-light:#f8f9fc;--bg-section:#edf1ff;--bg-purple-card:#a67cf5;--color-heading:#17254f;--color-body:#4b5563;--color-muted:#9ca3af;--border-color:#e5e7eb;--border-navy:rgba(23,37,79,.15);--border-purple:rgba(124,63,239,.3);--gradient-primary:linear-gradient(135deg,#7c3fef,#b889f5);--color-primary:#7c3fef;--color-primary-soft:#c59bff;--color-primary-mid:#b889f5;--color-bg:#f5f5f7;--color-white:#fff;--color-border:#e5e7eb;--color-row-hover:#f8f8fb;--color-accent-lavender:#c59bff;--color-accent-sky:#7aa7f7;--color-success:#22c55e;--color-success-bg:#dcfce7;--color-error:#ef4444;--color-error-bg:#fee2e2;--color-warning:#f59e0b;--color-warning-bg:#fef3c7;--color-info:#3b82f6;--color-info-bg:#dbeafe;--color-neutral:#6b7280;--color-neutral-bg:#f3f4f6;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-pill:999px;--radius-card:16px;--radius-btn:12px;--radius-input:12px;--radius-badge:999px;--shadow-sm:0 1px 3px rgba(0,0,0,.06);--shadow-md:0 4px 16px rgba(0,0,0,.08);--shadow-lg:0 8px 32px rgba(0,0,0,.12);--shadow-card:0 2px 8px rgba(23,37,79,.06),0 4px 20px rgba(23,37,79,.04);--shadow-btn:0 4px 14px rgba(124,63,239,.35);--font:"Inter",system-ui,sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg-white);color:var(--color-body);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%}button{cursor:pointer;font-family:var(--font)}