:root{--color-primary:#059669;--color-primary-hover:#047857;--color-primary-light:#dcfce7;--color-danger:#dc2626;--color-danger-light:#fee2e2;--color-warning:#f59e0b;--color-warning-light:#fef9c3;--color-card:#fff;--color-surface:#f8fafc;--color-border:#e2e8f0;--color-text:#1e293b;--color-text-secondary:#64748b;--color-text-muted:#94a3b8}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;color:var(--color-text);background:var(--color-surface);font-family:system-ui,-apple-system,sans-serif}input,select,textarea,button{font-size:16px}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:2px}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:.8s linear infinite spin}
