:root{--bg-primary: #F7FAFF;--bg-surface: #FFFFFF;--text-primary: #111827;--text-secondary: #667085;--text-placeholder: #98A2B3;--accent-primary: #6EA8FE;--accent-hover: #5588DD;--accent-disabled: #B0C4DE;--border-default: #D8E2F2;--state-error: #DC2626;--state-success: #16A34A;--state-warning: #D97706;--surface-page: var(--bg-primary);--surface-card: var(--bg-surface);--text-body: var(--text-primary);--text-muted: var(--text-secondary);--link: var(--accent-primary);--link-hover: var(--accent-hover);--focus-ring: var(--accent-primary);--divider: var(--border-default);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--text-h2-size: 24px;--text-h2-line: 30px;--text-h3-size: 20px;--text-h3-line: 26px;--text-body-size: 16px;--text-body-line: 24px;--text-body-sm-size: 14px;--text-body-sm-line: 20px;--text-caption-size: 12px;--text-caption-line: 16px;--text-button-size: 16px;--text-button-line: 20px;--space-2: 2px;--space-4: 4px;--space-8: 8px;--space-12: 12px;--space-16: 16px;--space-20: 20px;--space-24: 24px;--space-32: 32px;--radius-field: 12px;--radius-card: 16px;--radius-pill: 999px;--control-height: 52px;--field-height: 48px;--field-padding: 12px 16px;--tap-target-min: 44px;--content-max-width: 480px;--page-padding-x: 20px;--shadow-card: 0 1px 2px rgba(17, 24, 39, .04), 0 4px 16px rgba(17, 24, 39, .05);--shadow-focus: 0 0 0 3px rgba(110, 168, 254, .25)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);font-size:var(--text-body-size);line-height:var(--text-body-line);font-weight:var(--weight-regular);color:var(--text-primary);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased}#root{min-height:100dvh;display:flex;flex-direction:column}button{cursor:pointer;border:none;background:none;font-family:inherit}input{font-family:inherit}
