:root{--bg: #F5F6F8;--panel: #FFFFFF;--ink: #14181F;--muted: #6B7280;--border: #E2E5EA;--accent: #FF4E1B;--accent-hover: #E04518;--accent-ink: #FFFFFF;--highlight: #E8A33D;--success: #2F855A;--success-bg: #E7F3EC;--danger: #C53030;--danger-bg: #FBEAEA;--stage-new: #6B7280;--stage-contacted: #FF4E1B;--stage-responded: #E8A33D;--stage-proposal: #7C5CBF;--stage-won: #2F855A;--stage-lost: #C53030;--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--text-xs: 12px;--text-sm: 13px;--text-base: 14px;--text-lg: 16px;--text-xl: 18px;--text-2xl: 22px;--text-3xl: 28px;--leading-tight: 1.25;--leading-normal: 1.5;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--radius-sm: 6px;--radius: 8px;--radius-lg: 14px;--radius-pill: 999px;--shadow: 0 1px 2px rgba(20, 24, 31, .06), 0 1px 8px rgba(20, 24, 31, .04);--shadow-lg: 0 4px 12px rgba(20, 24, 31, .1), 0 2px 4px rgba(20, 24, 31, .06)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}a{color:inherit}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:14px}::selection{background:#ff4e1b33}*:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
