:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#0f172a;background:#f8fafc}*{box-sizing:border-box}body{margin:0}.centered{min-height:100vh;display:grid;place-items:center}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:100%;max-width:420px;display:grid;gap:12px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px}input,textarea,select,button{font:inherit;padding:10px;border-radius:8px;border:1px solid #cbd5e1}button{cursor:pointer;background:#0f172a;color:#fff}.error{color:#b91c1c}.app-shell{max-width:1280px;margin:0 auto;padding:14px}.topbar{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px}.topbar h1{margin:0;font-size:20px}.tabs{margin-top:12px;display:flex;gap:8px;overflow:auto}.tab-link{display:inline-block;padding:8px 12px;border-radius:999px;border:1px solid #cbd5e1;color:#0f172a;text-decoration:none;background:#fff;white-space:nowrap}.tab-link.active{background:#0f172a;color:#fff}.page{margin-top:12px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px}.pipeline-board{display:flex;gap:12px;overflow-x:auto}.pipeline-column{min-width:220px;border:1px solid #e2e8f0;border-radius:10px;padding:8px;background:#f8fafc}.lead-card{background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:8px;margin-bottom:8px}.metrics-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.metric{border:1px solid #e2e8f0;border-radius:10px;padding:12px;background:#f8fafc;display:grid}.metric span{font-size:26px;font-weight:700}.row-between{display:flex;justify-content:space-between;align-items:center}.stack{display:grid;gap:8px;margin-bottom:12px}.list-row{border:1px solid #e2e8f0;border-radius:10px;padding:10px;display:grid}
