:root{--bg:#f4f6f8;--surface:#fff;--surface2:#eef1f4;--text:#101418;--muted:#6d7680;--line:#e0e5e9;--dark:#111820;--good:#0b7447;--warn:#925b00;--danger:#b42318;--shadow:0 14px 38px rgba(16,24,32,.08);--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;padding:12px 13px;color:var(--text);outline:none}input:focus,textarea:focus,select:focus{border-color:#9ea8b3;box-shadow:0 0 0 3px rgba(17,24,32,.06)}textarea{resize:vertical;line-height:1.5}.topbar{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.topbar-inner{max-width:1180px;margin:auto;height:68px;padding:0 22px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:11px;align-items:center}.brand strong{display:block;font-size:15px}.brand small{display:block;color:var(--muted);font-size:12px;margin-top:2px}.brand-mark{width:48px;height:48px;border-radius:14px;background:var(--dark);color:#fff;display:grid;place-items:center;font-weight:900;letter-spacing:.04em}.brand-mark.small{width:36px;height:36px;border-radius:11px;font-size:12px}.top-actions{display:flex;gap:8px}.icon-btn{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:var(--surface2);font-size:18px}.page-shell{max-width:1180px;margin:auto;padding:34px 22px 120px}.page-shell.narrow{max-width:900px}.hero-row,.lead-header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:26px}.hero-row h1,.lead-header h1{font-size:clamp(32px,5vw,50px);line-height:1;letter-spacing:-.045em;margin:4px 0 10px}.hero-row p,.lead-header p{margin:0;color:var(--muted);max-width:760px;line-height:1.5}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:900;color:var(--muted)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}.stat-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:17px;transition:.18s}.stat-card:hover,.stat-card.active{border-color:#aab3bc;box-shadow:var(--shadow)}.stat-card span{display:block;font-size:12px;color:var(--muted);font-weight:700}.stat-card strong{display:block;font-size:30px;margin-top:8px}.growth-card,.followup-card,.panel,.toolbar,.lead-card,.empty-state{background:var(--surface);border:1px solid var(--line);border-radius:18px}.growth-card{padding:20px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}.growth-card h2{margin:5px 0 7px}.growth-card p{margin:0;color:var(--muted);line-height:1.5;max-width:760px}.followup-card{padding:16px 18px;margin-bottom:14px;display:flex;gap:10px;flex-direction:column}.followup-card span{color:var(--muted);font-size:13px}.toolbar{padding:12px;margin-bottom:14px}.search-form{display:flex;gap:8px}.search-form input{flex:1}.filter-scroll{display:flex;gap:7px;overflow:auto;padding-top:10px;scrollbar-width:none}.filter-pill{white-space:nowrap;padding:8px 11px;border-radius:999px;background:var(--surface2);font-size:12px;font-weight:800;color:var(--muted)}.filter-pill.active{background:var(--dark);color:#fff}.lead-list{display:grid;gap:10px}.lead-card{overflow:hidden}.lead-main{display:block;padding:20px}.lead-top{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.lead-top h2{margin:0 0 6px;font-size:18px}.lead-meta,.lead-subject{font-size:12px;color:var(--muted)}.lead-reason{font-size:14px;line-height:1.55;color:#373e45;margin:15px 0 10px}.quick-actions{border-top:1px solid var(--line);padding:10px 14px}.quick-actions form{display:flex;gap:8px;justify-content:flex-end}.status-badge{display:inline-flex;padding:7px 10px;border-radius:999px;background:var(--surface2);font-size:11px;font-weight:900;white-space:nowrap}.status-approved,.status-scheduled{background:#fff4df;color:#845000}.status-sent{background:#e7f6ef;color:#0b6a42}.status-replied,.status-meeting{background:#e8efff;color:#294f98}.status-won{background:#e5f7e9;color:#176733}.status-lost,.status-rejected,.status-failed{background:#ffeded;color:#9f2018}.btn{border:0;border-radius:12px;padding:11px 15px;min-height:42px;font-weight:850;font-size:13px;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background:var(--dark);color:#fff}.btn-secondary{background:var(--surface2);color:var(--text);border:1px solid var(--line)}.btn-ghost{background:transparent;border:1px solid var(--line)}.btn-ghost.danger{color:var(--danger)}.btn-lg{min-height:50px;padding:13px 18px}.btn-full{width:100%}.grow{flex:1}.panel{padding:20px;margin-bottom:14px}.panel-title{font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:var(--muted);margin-bottom:14px}.form-stack{display:grid;gap:14px}.form-stack h3{margin:12px 0 0}.form-stack label,.detail-grid label{display:grid;gap:7px;font-size:12px;font-weight:800}.form-grid{display:grid;gap:12px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.email-editor{min-height:300px}.text-link{color:#315d93;font-size:13px}.sticky-actionbar{position:sticky;bottom:14px;z-index:25;background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:16px;padding:10px;box-shadow:var(--shadow);margin:14px 0}.action-form{display:flex;gap:8px}.activity-row{display:grid;grid-template-columns:110px 1fr auto;gap:10px;padding:10px 0;border-bottom:1px solid var(--line);font-size:12px}.activity-row:last-child{border-bottom:0}.activity-row span,.activity-row small{color:var(--muted)}.slot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.slot{border:1px solid var(--line);border-radius:14px;padding:14px;display:grid!important;gap:5px!important;background:#fff}.slot input{width:auto}.slot strong{font-size:14px}.slot span{font-size:11px;color:var(--muted)}.alert{padding:12px 14px;border-radius:12px;margin-bottom:12px;font-size:13px}.alert-success{background:#e8f6ef;color:#0b6841}.alert-error{background:#ffeded;color:#962018}.empty-state{padding:42px;text-align:center;color:var(--muted)}.empty-state h2{color:var(--text)}.auth-body{min-height:100vh;background:#eef1f4;display:grid;place-items:center;padding:24px}.auth-shell{width:min(100%,680px)}.auth-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:var(--shadow)}.auth-card h1{margin:18px 0 6px}.muted{color:var(--muted)}.install-card{width:100%}.fab{display:none}.back-link{font-size:13px;font-weight:850}@media(max-width:760px){.page-shell{padding:24px 14px 100px}.topbar-inner{padding:0 14px}.stats-grid{grid-template-columns:repeat(2,1fr)}.growth-card{align-items:stretch;flex-direction:column}.growth-card .btn{width:100%}.detail-grid{grid-template-columns:1fr}.form-grid.two{grid-template-columns:1fr}.slot-grid{grid-template-columns:1fr}.desktop-only{display:none}.fab{display:grid;position:fixed;right:18px;bottom:18px;width:54px;height:54px;border-radius:18px;background:var(--dark);color:#fff;place-items:center;font-size:26px;box-shadow:var(--shadow)}.hero-row,.lead-header{align-items:flex-start}.lead-top{gap:8px}.action-form{flex-wrap:wrap}.activity-row{grid-template-columns:1fr}.search-form{display:grid;grid-template-columns:1fr auto}.auth-card{padding:22px}}