:root{--color-background-primary:#fff;--color-background-secondary:#f7f7fb;--color-background-tertiary:#f1f0f7;--color-border-primary:#d8d6e3;--color-border-secondary:#e4e2ee;--color-border-tertiary:#ecebf3;--color-text-primary:#1a1730;--color-text-secondary:#4a4660;--color-text-tertiary:#7a7690;--color-brand:#534ab7;--color-brand-hover:#463db0;--color-brand-soft:#ece9fa;--color-brand-ring:rgba(83,74,183,.18);--border-radius-sm:6px;--border-radius-md:8px;--border-radius-lg:14px;--shadow-card:0 1px 2px rgba(20,18,50,.04),0 8px 24px rgba(20,18,50,.06)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--color-background-primary);color:var(--color-text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font-family:inherit}input:focus,select:focus,textarea:focus{border-color:var(--color-brand)!important;box-shadow:0 0 0 3px var(--color-brand-ring)}button:not(:disabled){transition:background .12s ease,color .12s ease,opacity .12s ease,border-color .12s ease,transform 80ms ease}a{transition:color .12s ease}html{scroll-behavior:smooth}