:root{--color-primary: #3E6AE1;--color-primary-dark: #2f56c7;--color-heading: #171A20;--color-body: #393C41;--color-tertiary: #5C5E62;--color-placeholder: #8E8E8E;--color-surface: #FFFFFF;--color-surface-alt: #F4F4F4;--color-border: #EEEEEE;--color-border-subtle:#D0D1D2;--color-overlay: rgba(128, 128, 128, .65);--color-error: #d32f2f;--font-family: system-ui, -apple-system, Arial, sans-serif;--radius-btn: 4px;--radius-card: 12px;--transition: .33s cubic-bezier(.5, 0, 0, .75);--space-1: 8px;--space-2: 16px;--space-3: 24px;--space-4: 32px;--space-5: 40px;--space-6: 48px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);font-size:14px;font-weight:400;line-height:1.5;color:var(--color-body);background:var(--color-surface)}a{color:inherit;text-decoration:none}button{font-family:var(--font-family);cursor:pointer;border:none;background:none}input,textarea,select{font-family:var(--font-family);font-size:14px}h1,h2,h3,h4,h5,h6{font-weight:500;color:var(--color-heading)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-surface-alt)}::-webkit-scrollbar-thumb{background:var(--color-border-subtle);border-radius:3px}
