:root{--color-primary:#5b43e7;--color-secondary:#10b981;--color-bg:#fafafa;--color-surface:#fff;--color-text:#18181b;--color-text-soft:#52525b;--color-border:#e4e4e7;--color-on-primary:#fff;--font-heading:"Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body:"IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--text-h1-size:3rem;--text-h1-weight:700;--text-h1-line:1.1;--text-h2-size:2rem;--text-h2-weight:700;--text-h2-line:1.2;--text-h3-size:1.375rem;--text-h3-weight:600;--text-h3-line:1.3;--text-body-size:1rem;--text-body-weight:400;--text-body-line:1.6;--text-small-size:.875rem;--text-small-weight:400;--text-small-line:1.5;--space-xs:8px;--space-sm:16px;--space-md:24px;--space-lg:40px;--space-xl:80px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-full:9999px;--nav-height:calc(44px + var(--space-sm) * 2 + 1px)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--color-primary:#6d64f2;--color-secondary:#34d399;--color-bg:#111113;--color-surface:#18181b;--color-text:#f4f4f5;--color-text-soft:#a1a1aa;--color-border:#27272a;--color-on-primary:#fff}}:root[data-theme=dark]{--color-primary:#6d64f2;--color-secondary:#34d399;--color-bg:#111113;--color-surface:#18181b;--color-text:#f4f4f5;--color-text-soft:#a1a1aa;--color-border:#27272a;--color-on-primary:#fff}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:var(--text-body-size);font-weight:var(--text-body-weight);line-height:var(--text-body-line);transition:background-color .2s ease-out,color .2s ease-out}h1,h2,h3{font-family:var(--font-heading);margin:0}p{margin:0}a{color:inherit}img,svg{max-width:100%;display:block}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
