@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=DM+Serif+Display&family=DM+Mono:wght@400;500&display=swap";:root{--brand:#ff6a00;--brand-hover:#e55f00;--brand-tint:#fff4eb;--brand-light:#ff6a001f;--accent:#1a6b4a;--accent-light:#e8f5ef;--bg-app:#0d0d0f;--bg-sidebar:#111114;--bg-card:#18181c;--bg-card-hover:#1e1e24;--bg-input:#1e1e24;--bg-modal:#18181c;--surface:#18181c;--surface-raised:#1e1e24;--ink:#f5f5f5;--ink-muted:#9a9aa8;--ink-subtle:#606070;--border:#ffffff14;--border-strong:#ffffff24;--font-sans:"Outfit", system-ui, sans-serif;--font-serif:"DM Serif Display", serif;--font-mono:"DM Mono", monospace;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:20px;--shadow-sm:0 1px 3px #0006;--shadow-md:0 4px 16px #00000080;--shadow-lg:0 8px 32px #0009;--shadow-brand:0 4px 20px #ff6a0040;--sidebar-width:240px;--topbar-height:60px;--transition:.15s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font-sans);background:var(--bg-app);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}.status-new{color:#818cf8;background:#6366f126}.status-contacted{color:#fcd34d;background:#f59e0b26}.status-qualified{color:#34d399;background:#10b98126}.status-proposal_sent{color:#c4b5fd;background:#8b5cf626}.status-converted{color:#6ee7b7;background:#1a6b4a33}.status-lost{color:#fca5a5;background:#ef444426}.status-unqualified{color:#9ca3af;background:#6b728033}.source-tools_gate{color:#ff8a3d;background:#ff6a0026}.source-consultation_popup{color:#818cf8;background:#6366f126}.source-contact_form{color:#34d399;background:#10b98126}.source-fit_call{color:#fcd34d;background:#f59e0b26}.source-free_leads_campaign{color:#c4b5fd;background:#8b5cf626}.source-pricing_page{color:#f9a8d4;background:#ec489926}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fadein{animation:.25s both fadeIn}.skeleton{background:linear-gradient(90deg, var(--bg-card) 25%, var(--surface-raised) 50%, var(--bg-card) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s infinite shimmer}
