:root{--c-primary: #2B35F0;--c-primary-dark: #1E28CC;--c-primary-hover: #2430E0;--c-primary-lighter: rgba(43, 53, 240, .1);--c-primary-border: rgba(43, 53, 240, .25);--c-bg: #F2F5FB;--c-surface: #ffffff;--c-surface-hover: #F5F8FD;--c-surface-section: #EDF2FA;--c-border: #CDD8EE;--c-border-light: #DAE3F2;--c-text: #0A0E2A;--c-text-secondary: #3A4A8A;--c-text-muted: #7280A8;--c-radius: 8px;--c-radius-sm: 6px;--c-radius-md: 10px}[data-theme=dark]{--c-bg: #06071A;--c-surface: #0E1028;--c-surface-hover: #141630;--c-surface-section: #111328;--c-border: #252848;--c-border-light: #1C1F3C;--c-text: #E8EAF5;--c-text-secondary: #9AA0D0;--c-text-muted: #5A6090}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--c-bg);color:var(--c-text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;transition:background .2s ease,color .2s ease}#root{height:100%}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:var(--c-radius-sm);border:none;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;line-height:1;white-space:nowrap;font-family:inherit;text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--c-primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--c-primary-hover)}.btn-secondary{background:var(--c-surface);color:var(--c-text);border:1px solid var(--c-border)}.btn-secondary:hover:not(:disabled){background:var(--c-surface-hover)}.btn-sm{padding:.35rem .75rem;font-size:.75rem}.cta-wrapper{margin:2rem auto;padding:0 1.25rem;max-width:732px}@media(min-width:640px){.cta-wrapper{padding:0 2rem}}.hero-pattern{position:absolute;inset:0;background-image:url(/pattern.png);background-size:200px auto;background-repeat:repeat;opacity:.06;pointer-events:none}[data-theme=dark] .hero-pattern{opacity:.04}.logo-nav{height:46px;width:auto;display:block;mix-blend-mode:multiply}[data-theme=dark] .logo-nav{mix-blend-mode:normal;filter:brightness(0) invert(1)}.logo-badge-footer{width:80px;height:80px;display:block;margin-bottom:.75rem;mix-blend-mode:multiply}[data-theme=dark] .logo-badge-footer{mix-blend-mode:normal;filter:brightness(0) invert(1)}
