@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--color-primary:#e63946;--color-primary-hover:#c62f3b;--color-primary-text:#fff;--color-background-page:#fafafa;--color-background-card:#fff;--color-text-primary:#18181b;--color-text-secondary:#52525b;--color-text-muted:#71717a;--color-border:#e4e4e7;--color-border-strong:#d4d4d8;--color-success:#16a34a;--color-success-bg:#dcfce7;--color-danger:#dc2626;--color-danger-bg:#fee2e2}@keyframes spin{to{transform:rotate(360deg)}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%;overflow-x:hidden}body{background:var(--color-background-page);color:var(--color-text-primary);font-feature-settings:"cv11", "ss01";-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}button,input,textarea,select{font-family:inherit}button:focus-visible,input:focus-visible,a:focus-visible{outline:2px solid var(--color-text-primary);outline-offset:2px;border-radius:8px}
