@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--sb-bg: #ffffff;--sb-surface: #f8fafc;--sb-hover: rgba(0,0,0,.04);--sb-border: #e2e8f0;--sb-text: #64748b;--sb-muted: #94a3b8;--green: #4f8ef7;--green-dark: #2563eb;--green-light: #dbeafe;--green-text: #1d4ed8;--green-faint: rgba(79,142,247,.08);--main-bg: #f8fafc;--card: #ffffff;--border: #e2e8f0;--text: #0f172a;--text-2: #475569;--text-3: #94a3b8;--amber: #f59e0b;--amber-bg: #fffbeb;--amber-text: #92400e;--red-bg: #fef2f2;--red-border: #fecaca;--red-text: #b91c1c;--radius: 12px;--radius-sm: 8px;--radius-lg: 16px;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-card: 0 1px 3px rgba(0,0,0,.06), 0 4px 16px rgba(0,0,0,.06);--shadow-lift: 0 8px 24px rgba(0,0,0,.12), 0 2px 8px rgba(0,0,0,.06);--shadow-header: 0 1px 0 #e2e8f0;--sidebar-w: 240px;--header-h: 64px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--main-bg);color:var(--text);min-height:100vh;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-shell{display:flex;height:100vh;overflow:hidden}.sidebar{width:var(--sidebar-w);min-width:var(--sidebar-w);height:100vh;background:#fff;display:flex;flex-direction:column;border-right:1px solid #e2e8f0;overflow:hidden;flex-shrink:0}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:18px 16px 16px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.brand-badge{width:34px;height:34px;border-radius:8px;background:linear-gradient(135deg,#4f8ef7,#2563eb);color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:.5px;box-shadow:0 2px 8px #4f8ef759}.brand-text{flex:1;min-width:0}.brand-name{font-size:15px;font-weight:800;color:#0f172a;letter-spacing:-.4px}.brand-tag{font-size:10px;color:#94a3b8;margin-top:1px;font-weight:500}.brand-chevron{color:#94a3b8;display:flex;align-items:center;flex-shrink:0;cursor:pointer}.brand-chevron:hover{color:#64748b}.sb-search-wrap{position:relative;margin-top:12px;padding:0 12px;box-sizing:border-box;width:100%}.sb-search-icon{position:absolute;left:22px;flex-shrink:0;top:50%;transform:translateY(-50%);color:#94a3b8;display:flex;pointer-events:none}.sb-search-input{width:100%;padding:8px 12px 8px 32px;background:#f1f5f9;border:1px solid transparent;border-radius:8px;font-size:13px;font-family:inherit;color:#0f172a;outline:none;cursor:text;transition:border-color .15s,background .15s}.sb-search-input::placeholder{color:#94a3b8}.sb-search-input:focus{background:#fff;border-color:#e2e8f0}.sb-quick-actions{display:flex;align-items:center;justify-content:space-evenly;padding:10px 12px 2px;box-sizing:border-box;width:100%}.sb-quick-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;transition:background .15s,color .15s}.sb-quick-btn:hover{background:#f1f5f9;color:#475569}.nav-section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;padding:14px 16px 4px}.sidebar-nav{display:flex;flex-direction:column;gap:1px;padding:8px 10px 10px}.nav-item{position:relative;display:flex;align-items:center;gap:10px;width:100%;padding:8px 12px;background:none;border:none;border-radius:var(--radius-sm);color:#64748b;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s;text-align:left}.nav-item:hover{background:#0000000a;color:#0f172a}.nav-item.active{background:#4f8ef71f;color:#4f8ef7;font-weight:700;box-shadow:none}.nav-icon{display:flex;align-items:center;flex-shrink:0;opacity:.85}.nav-item.active .nav-icon{opacity:1}.nav-label{flex:1}.sidebar-divider{height:1px;background:#e2e8f0;margin:6px 12px}.sidebar-spacer{flex:1}.sidebar-profile{display:flex;align-items:center;gap:10px;padding:14px 16px;border-top:1px solid #e2e8f0;margin-top:4px;cursor:default}.profile-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:.5px}.profile-info{min-width:0}.profile-name{font-size:12.5px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-role{font-size:10.5px;color:#94a3b8;font-weight:500;margin-top:1px}.main-wrapper{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.top-header{height:var(--header-h);min-height:var(--header-h);background:var(--card);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 32px;gap:16px;flex-shrink:0;z-index:10}.header-left{display:flex;align-items:center;gap:12px;min-width:0}.header-back{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:1.5px solid var(--border);border-radius:var(--radius-sm);color:var(--text-2);cursor:pointer;flex-shrink:0;transition:background .15s,border-color .15s,color .15s}.header-back:hover{background:var(--main-bg);border-color:#94a3b8;color:var(--text)}.header-text{min-width:0}.header-title{font-size:20px;font-weight:800;color:var(--text);letter-spacing:-.4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.header-sub{font-size:12.5px;color:var(--text-3);font-weight:500;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.header-actions{display:flex;align-items:center;gap:7px}.main-pane{flex:1;overflow-y:auto;background:var(--main-bg);min-width:0;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.main-pane::-webkit-scrollbar{width:5px}.main-pane::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.btn-primary{padding:9px 18px;background:var(--green);color:#fff;border:none;border-radius:var(--radius-sm);font-size:13.5px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .18s,transform .1s,box-shadow .18s;white-space:nowrap;display:inline-flex;align-items:center;gap:6px;box-shadow:0 1px 3px #4f8ef74d}.btn-primary:hover{background:var(--green-dark);box-shadow:0 4px 12px #4f8ef759}.btn-primary:active{transform:scale(.97)}.btn-primary.btn-lg{padding:11px 24px;font-size:14.5px}.btn-secondary{padding:8px 16px;background:var(--card);color:var(--text-2);border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .15s,background .15s,color .15s;white-space:nowrap;display:inline-flex;align-items:center;gap:6px}.btn-secondary:hover{border-color:#94a3b8;background:#f8fafc;color:var(--text)}.btn-ghost{padding:8px 14px;background:none;color:var(--text-2);border:none;border-radius:var(--radius-sm);font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.btn-ghost:hover{background:#f1f5f9;color:var(--text)}.icon-btn{gap:6px}.btn-generate{padding:11px 28px;background:var(--green);color:#fff;border:none;border-radius:var(--radius-sm);font-size:14.5px;font-weight:700;font-family:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:9px;transition:background .18s,transform .1s,opacity .18s,box-shadow .18s;box-shadow:0 2px 8px #4f8ef74d}.btn-generate:hover:not(:disabled){background:var(--green-dark);box-shadow:0 4px 16px #4f8ef766}.btn-generate:active:not(:disabled){transform:scale(.97)}.btn-generate:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .65s linear infinite;flex-shrink:0;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.status-select{padding:7px 28px 7px 10px;background:var(--main-bg);border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:12.5px;font-weight:700;font-family:inherit;cursor:pointer;outline:none;letter-spacing:.03em;transition:border-color .15s;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2394a3b8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.status-select:hover{border-color:#94a3b8}.status-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.02em;white-space:nowrap}.dashboard-view{padding:32px;max-width:1280px}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:36px}@media (max-width: 900px){.stats-row{grid-template-columns:repeat(2,1fr)}}.stat-card{background:var(--card);border-radius:var(--radius);padding:22px 24px 20px;box-shadow:var(--shadow-card);border:1px solid var(--border);border-top:4px solid #e2e8f0;transition:box-shadow .2s,transform .15s}.stat-card:hover{box-shadow:var(--shadow-lift);transform:translateY(-1px)}.stat-card.stat-total,.stat-card.stat-won{border-top-color:var(--green)}.stat-card.stat-sent{border-top-color:#3b82f6}.stat-card.stat-draft{border-top-color:#94a3b8}.stat-card.stat-lost{border-top-color:#ef4444}.stat-icon{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.stat-icon.green{background:#eff6ff;color:var(--green-dark)}.stat-icon.blue{background:#eff6ff;color:#2563eb}.stat-icon.grey{background:#f1f5f9;color:#64748b}.stat-icon.red{background:#fef2f2;color:#dc2626}.stat-value{font-size:36px;font-weight:800;color:var(--text);letter-spacing:-1.5px;line-height:1}.stat-label{font-size:12px;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.07em;margin-top:6px}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-title{font-size:14px;font-weight:700;color:var(--text-2);letter-spacing:-.1px}.jobs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 1100px){.jobs-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 700px){.jobs-grid{grid-template-columns:1fr}}.job-card{background:var(--card);border-radius:var(--radius);padding:20px 20px 16px;box-shadow:var(--shadow-card);border:1px solid var(--border);border-left:4px solid #e2e8f0;cursor:pointer;transition:box-shadow .2s,transform .15s,border-color .15s;display:flex;flex-direction:column;gap:6px}.job-card.status-won{border-left-color:#4f8ef7}.job-card.status-sent{border-left-color:#3b82f6}.job-card.status-draft{border-left-color:#94a3b8}.job-card.status-lost{border-left-color:#ef4444}.job-card:hover{box-shadow:var(--shadow-lift);transform:translateY(-2px)}.job-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}.job-card-date{font-size:11px;color:var(--text-3);font-weight:500;flex-shrink:0}.job-card-name{font-size:15px;font-weight:700;color:var(--text);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.2px}.job-card-type{font-size:12.5px;color:var(--text-3);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding-top:12px;border-top:1px solid #f1f5f9}.job-card-total{font-size:19px;font-weight:800;color:var(--green-text);letter-spacing:-.5px}.job-card-del{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:none;border:none;border-radius:6px;color:var(--text-3);cursor:pointer;transition:background .15s,color .15s;opacity:0;flex-shrink:0}.job-card:hover .job-card-del{opacity:1}.job-card-del:hover{background:#fef2f2;color:#ef4444}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 24px;text-align:center;gap:12px}.empty-icon{width:60px;height:60px;background:#f1f5f9;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--text-3);margin-bottom:4px;border:1px solid var(--border)}.empty-icon svg{width:28px;height:28px}.empty-state h3{font-size:18px;font-weight:700;color:var(--text);letter-spacing:-.2px}.empty-state p{font-size:14px;color:var(--text-2);max-width:340px;line-height:1.6}.jobs-list-view{padding:32px}.list-table-card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow-card);border:1px solid var(--border);overflow:hidden}.jobs-table{width:100%;border-collapse:collapse;font-size:13.5px}.jobs-table thead{background:#f8fafc}.jobs-table th{text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-3);padding:13px 18px;border-bottom:1px solid var(--border);white-space:nowrap}.jobs-table td{padding:14px 18px;border-bottom:1px solid #f1f5f9;color:var(--text);vertical-align:middle}.jobs-table tr:last-child td{border-bottom:none}.job-table-row{cursor:pointer;transition:background .12s}.job-table-row:hover td{background:#fafcff}.td-name{font-weight:600;color:var(--text)}.td-muted{color:var(--text-2)}.td-amount{font-weight:700;color:var(--green-text)}.date-today{color:var(--accent, #3b82f6);font-weight:600}.table-row-actions{display:flex;align-items:center;gap:6px;opacity:0;transition:opacity .15s}.job-table-row:hover .table-row-actions{opacity:1}.tbl-btn{padding:5px 12px;background:var(--main-bg);border:1.5px solid var(--border);border-radius:6px;font-size:12px;font-weight:600;font-family:inherit;color:var(--text-2);cursor:pointer;transition:background .15s,border-color .15s,color .15s;white-space:nowrap}.tbl-btn:hover{background:var(--card);border-color:#94a3b8;color:var(--text)}.tbl-btn.danger:hover{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.new-bid-view{padding:32px 32px 56px}.notice-bar{display:flex;align-items:center;gap:8px;margin-bottom:18px;padding:12px 16px;background:#fffbeb;border:1px solid #fde68a;border-radius:var(--radius-sm);font-size:13.5px;color:#92400e;font-weight:500}.link-btn{background:none;border:none;color:var(--green-dark);font-size:13.5px;font-weight:700;cursor:pointer;text-decoration:underline;text-underline-offset:2px;padding:0;font-family:inherit}.input-card{background:var(--card);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:16px;border:1px solid var(--border)}.input-label{font-size:13px;font-weight:700;color:var(--text-2);letter-spacing:-.1px}textarea{width:100%;padding:14px 16px;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:13px;font-family:SF Mono,Menlo,Consolas,monospace;line-height:1.7;resize:vertical;background:#fafafa;color:var(--text);transition:border-color .18s,background .18s,box-shadow .18s;outline:none}textarea:focus{border-color:var(--green);background:#fff;box-shadow:0 0 0 3px #4f8ef71a}.input-footer{display:flex;align-items:center;gap:12px}.error-box{background:var(--red-bg);color:var(--red-text);border:1px solid var(--red-border);border-radius:var(--radius-sm);padding:13px 16px;font-size:13.5px;line-height:1.5;font-weight:500}.bid-view{padding-bottom:56px}.edit-banner{display:flex;align-items:center;gap:9px;background:var(--amber-bg);border-bottom:2px solid var(--amber);color:var(--amber-text);padding:11px 32px;font-size:13.5px;font-weight:500}.bid-body{padding:28px 32px;display:flex;flex-direction:column;gap:16px}.bid-card{background:var(--card);border-radius:var(--radius);padding:22px 24px;box-shadow:var(--shadow-card);border:1px solid var(--border)}.bid-card-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--green-dark);margin-bottom:16px;padding-bottom:12px;border-bottom:1.5px solid #dbeafe}.field-grid{display:grid;gap:16px}.g2{grid-template-columns:1fr 1fr}.g3{grid-template-columns:1fr 1fr 1fr}@media (max-width: 680px){.g2,.g3{grid-template-columns:1fr}}.field{display:flex;flex-direction:column;gap:5px}.mt12{margin-top:16px}.fl{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3)}.fv{font-size:14.5px;color:var(--text);font-weight:500}.table-wrap{overflow-x:auto;border-radius:var(--radius-sm);border:1px solid var(--border);margin-bottom:2px}table{width:100%;border-collapse:collapse;font-size:13.5px}thead{background:#f8fafc}th{text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-3);padding:10px 14px;border-bottom:1px solid var(--border);white-space:nowrap}td{padding:11px 14px;border-bottom:1px solid #f1f5f9;color:var(--text);vertical-align:middle}tr:last-child td{border-bottom:none}tr:hover td{background:#fafcff}.tar{text-align:right}.del-col{width:36px;text-align:center}.del-row{background:none;border:none;color:var(--text-3);font-size:18px;line-height:1;cursor:pointer;padding:0 4px;border-radius:4px;transition:color .15s}.del-row:hover{color:#ef4444}.add-row-btn{margin-top:10px;background:none;border:1.5px dashed var(--border);color:var(--text-3);border-radius:var(--radius-sm);padding:8px 14px;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .15s,color .15s,background .15s;width:100%}.add-row-btn:hover{border-color:var(--green);color:var(--green-dark);background:#eff6ff}.edit-input{width:100%;padding:7px 10px;border:1.5px solid #d1d5db;border-radius:6px;font-size:13.5px;font-family:inherit;background:#f9fafb;color:var(--text);outline:none;transition:border-color .15s,box-shadow .15s}.edit-input:focus{border-color:var(--green);background:#fff;box-shadow:0 0 0 3px #4f8ef71a}.edit-input.tar{text-align:right}.field .edit-input{width:100%}textarea.edit-input{font-family:inherit;font-size:13.5px;resize:vertical;padding:9px 11px}.totals-card{border:1.5px solid #dbeafe;background:linear-gradient(to bottom right,#fff,#eff6ff)}.totals{display:flex;flex-direction:column}.total-row{display:flex;justify-content:space-between;align-items:center;padding:12px 4px;font-size:14.5px;border-bottom:1px solid #f1f5f9;color:var(--text-2)}.total-row:last-child{border-bottom:none}.total-row.grand{font-size:22px;font-weight:800;color:var(--green-text);border-top:2px solid var(--green);margin-top:6px;padding-top:16px;letter-spacing:-.5px}.total-inp{width:140px;text-align:right}.grand-inp{font-weight:700;font-size:16px}.total-row-label{display:flex;align-items:center;gap:8px}.est-tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.est-tag-green{background:#eff6ff;color:#2563eb;border-color:#bbf7d0}.total-row.discount-row{color:var(--text-2);font-style:italic}.discount-value{color:#dc2626;font-weight:600}.total-row.tax-row{color:var(--text-2)}.total-row.grand-total-row{font-size:18px;font-weight:800;color:#1e40af;border-top:2px solid #bfdbfe;margin-top:4px;padding-top:14px;letter-spacing:-.3px}.calc-notes{margin-top:16px;padding-top:14px;border-top:1px dashed #bbf7d0;display:flex;flex-direction:column;gap:7px}.calc-note{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:#64748b;line-height:1.55}.calc-note svg{flex-shrink:0;margin-top:2px;color:#94a3b8}.bid-foot{padding:4px 32px 16px;display:flex;align-items:center;justify-content:flex-end;gap:8px}.settings-view{padding:32px 32px 56px;max-width:760px}.settings-card{background:var(--card);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow-card);border:1px solid var(--border);margin-bottom:16px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.full-col{grid-column:1 / -1}.settings-input{width:100%;padding:10px 13px;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:14px;font-family:inherit;color:var(--text);background:#fafafa;outline:none;transition:border-color .18s,background .18s,box-shadow .18s}.settings-input:focus{border-color:var(--green);background:#fff;box-shadow:0 0 0 3px #4f8ef71a}.settings-input[type=password]{letter-spacing:.1em}.logo-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:4px}.logo-preview{height:44px;max-width:120px;object-fit:contain;border-radius:6px;border:1px solid var(--border);background:#f8fafc;padding:3px}.hint{font-size:12px;color:var(--text-3);font-weight:500}.settings-actions{padding-top:4px}.app-shell.dark{--main-bg: #0d1117;--card: #161b22;--border: #30363d;--text: #e6edf3;--text-2: #8b949e;--text-3: #6e7681;--shadow-card: 0 1px 4px rgba(0,0,0,.4), 0 4px 16px rgba(0,0,0,.3);--shadow-lift: 0 8px 24px rgba(0,0,0,.5), 0 2px 8px rgba(0,0,0,.3);--amber-bg: #3d1f00;--amber-text:#fcd34d;--red-bg: #2d0e0e;--red-border:#6b1a1a;--red-text: #fca5a5}.app-shell.dark .top-header{background:#161b22;border-bottom-color:#30363d}.app-shell.dark .header-back{border-color:#30363d;color:var(--text-2)}.app-shell.dark .header-back:hover{background:#21262d;border-color:#8b949e}.app-shell.dark textarea,.app-shell.dark .edit-input,.app-shell.dark .settings-input{background:#0d1117;color:var(--text);border-color:var(--border)}.app-shell.dark textarea:focus,.app-shell.dark .edit-input:focus,.app-shell.dark .settings-input:focus{background:#161b22;border-color:var(--green);box-shadow:0 0 0 3px #4f8ef726}.app-shell.dark textarea,.app-shell.dark thead{background:#0d1117}.app-shell.dark th{border-bottom-color:var(--border)}.app-shell.dark td{border-bottom-color:#21262d}.app-shell.dark tr:hover td,.app-shell.dark .job-table-row:hover td{background:#1c2128}.app-shell.dark .status-select{background:#161b22;border-color:var(--border);color:var(--text)}.app-shell.dark .table-wrap{border-color:var(--border)}.app-shell.dark .add-row-btn{border-color:var(--border);color:var(--text-2)}.app-shell.dark .add-row-btn:hover{border-color:var(--green);color:var(--green);background:#0d2818}.app-shell.dark .logo-preview{background:#161b22;border-color:var(--border)}.app-shell.dark .notice-bar{background:#3d1f00;border-color:#92400e}.app-shell.dark .edit-banner{background:#3d1f00;border-bottom-color:var(--amber);color:var(--amber-text)}.app-shell.dark .hamburger-btn{color:#e6edf3}.app-shell.dark .totals-card{border-color:#1a3a28;background:linear-gradient(to bottom right,#161b22,#0d2818)}.app-shell.dark .total-row{border-bottom-color:#21262d}.app-shell.dark .calc-notes{border-top-color:#1a3a28}.app-shell.dark .btn-secondary{background:#161b22;border-color:var(--border);color:var(--text-2)}.app-shell.dark .btn-secondary:hover{background:#21262d;border-color:#8b949e;color:var(--text)}.app-shell.dark .btn-ghost{color:var(--text-2)}.app-shell.dark .btn-ghost:hover{background:#21262d;color:var(--text)}.app-shell.dark .stat-card{background:#161b22;border-color:#30363d}.app-shell.dark .stat-icon.green{background:#0d2818}.app-shell.dark .stat-icon.blue{background:#0d1f3c}.app-shell.dark .stat-icon.grey{background:#1c2128}.app-shell.dark .stat-icon.red{background:#2d0e0e}.app-shell.dark .job-card{background:#161b22;border-color:#30363d}.app-shell.dark .job-card:hover{box-shadow:0 8px 24px #00000080}.app-shell.dark .job-card-footer{border-top-color:#21262d}.app-shell.dark .job-card-del:hover{background:#2d0e0e}.app-shell.dark .list-table-card{background:#161b22;border-color:#30363d}.app-shell.dark .jobs-table thead{background:#0d1117}.app-shell.dark .jobs-table th{border-bottom-color:#30363d}.app-shell.dark .jobs-table td{border-bottom-color:#21262d}.app-shell.dark .tbl-btn{background:#21262d;border-color:#30363d;color:var(--text-2)}.app-shell.dark .tbl-btn:hover{background:#30363d;border-color:#6e7681;color:var(--text)}.app-shell.dark .tbl-btn.danger:hover{background:#2d0e0e;border-color:#6b1a1a;color:#fca5a5}.app-shell.dark .input-card,.app-shell.dark .settings-card{background:#161b22;border-color:#30363d}.app-shell.dark .empty-icon{background:#21262d;border-color:#30363d}.app-shell.dark .est-tag{background:#21262d;color:#8b949e;border-color:#30363d}.app-shell.dark .est-tag-green{background:#0d2818;color:#93c5fd;border-color:#1a3a28}.app-shell.dark .total-row.grand-total-row{color:#60a5fa;border-top-color:#1e3a5f}.app-shell.dark .discount-value{color:#f87171}.app-shell.dark .main-pane::-webkit-scrollbar-thumb{background:#30363d}.app-shell.dark .sidebar{background:#0f172a;border-right-color:#ffffff12}.app-shell.dark .sidebar-brand{border-bottom-color:#ffffff12}.app-shell.dark .brand-name{color:#f8fafc}.app-shell.dark .brand-tag{color:#334155}.app-shell.dark .brand-chevron{color:#475569}.app-shell.dark .sb-search-input{background:#ffffff0f;color:#e2e8f0}.app-shell.dark .sb-search-input:focus{background:#ffffff17;border-color:#ffffff1a}.app-shell.dark .sb-quick-btn{color:#64748b}.app-shell.dark .sb-quick-btn:hover{background:#ffffff0f;color:#94a3b8}.app-shell.dark .nav-section-label{color:#334155}.app-shell.dark .nav-item{color:#94a3b8}.app-shell.dark .nav-item:hover{background:#ffffff0f;color:#cbd5e1}.app-shell.dark .nav-item.active{background:#4f8ef714;color:#93c5fd;box-shadow:inset 3px 0 #4f8ef7}.app-shell.dark .sidebar-divider{background:#ffffff12}.app-shell.dark .sidebar-profile{border-top-color:#ffffff12}.app-shell.dark .profile-name{color:#e2e8f0}.app-shell.dark .profile-role{color:#334155}.inbox-view{padding:32px 32px 56px;max-width:840px}.inbox-connect-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:56px 40px;box-shadow:var(--shadow-card);max-width:480px;margin:60px auto 0}.inbox-connect-icon{width:72px;height:72px;background:var(--green-faint);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--green-dark);border:1.5px solid #bbf7d0}.inbox-connect-title{font-size:22px;font-weight:800;color:var(--text);letter-spacing:-.4px}.inbox-connect-desc{font-size:14px;color:var(--text-2);line-height:1.65;max-width:360px}.inbox-connect-note{font-size:11.5px;color:var(--text-3);font-weight:500}.inbox-search-bar{position:relative;margin-bottom:20px}.inbox-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-3);pointer-events:none;display:flex}.inbox-search-input{width:100%;padding:11px 16px 11px 38px;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:14px;font-family:inherit;color:var(--text);background:var(--card);outline:none;transition:border-color .18s,box-shadow .18s;box-sizing:border-box}.inbox-search-input:focus{border-color:var(--green);box-shadow:0 0 0 3px #4f8ef71a}.inbox-email-list{display:flex;flex-direction:column;gap:10px}.inbox-email-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;box-shadow:var(--shadow-sm);transition:box-shadow .18s,transform .12s}.inbox-email-card:hover{box-shadow:var(--shadow-lift);transform:translateY(-1px)}.inbox-email-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:4px}.inbox-email-from{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inbox-email-date{font-size:11.5px;color:var(--text-3);font-weight:500;flex-shrink:0}.inbox-email-subject{font-size:14.5px;font-weight:700;color:var(--text);letter-spacing:-.2px;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inbox-email-snippet{font-size:13px;color:var(--text-2);line-height:1.55;margin-bottom:14px}.inbox-email-actions{display:flex;align-items:center;gap:8px}.inbox-loading{display:flex;align-items:center;justify-content:center;gap:10px;padding:28px 0;color:var(--text-3);font-size:13.5px}.inbox-load-more{display:flex;justify-content:center;padding:24px 0 0}.gmail-status-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.gmail-connected-dot{width:8px;height:8px;border-radius:50%;background:var(--green);flex-shrink:0}.gmail-disconnected-dot{width:8px;height:8px;border-radius:50%;background:#94a3b8;flex-shrink:0}.gmail-connected-label{font-size:13.5px;font-weight:500;color:var(--text);flex:1}.app-shell.dark .inbox-search-input{background:#0d1117;border-color:var(--border);color:var(--text)}.app-shell.dark .inbox-search-input:focus{background:#161b22;border-color:var(--green)}.app-shell.dark .inbox-email-card,.app-shell.dark .inbox-connect-card{background:#161b22;border-color:#30363d}.app-shell.dark .inbox-connect-icon{border-color:#1a3a28}.dashboard-layout{display:flex;gap:0;align-items:flex-start}.dashboard-main{flex:1;min-width:0;padding:28px 24px;display:flex;flex-direction:column;gap:24px}.activity-sidebar{width:272px;flex-shrink:0;border-left:1px solid var(--border);overflow-y:auto;position:sticky;top:0;height:calc(100vh - var(--header-h));align-self:flex-start}.section-sub{font-size:12px;color:var(--text-3);font-weight:500;margin-left:8px}.kanban-board{display:flex;gap:12px;overflow-x:auto;padding-bottom:20px;min-height:380px}.kanban-board::-webkit-scrollbar{height:5px}.kanban-board::-webkit-scrollbar-track{background:transparent}.kanban-board::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.kanban-column{flex:0 0 210px;display:flex;flex-direction:column;min-height:300px}.kanban-col-header{display:flex;align-items:center;justify-content:space-between;padding:6px 2px 10px}.kanban-col-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-3)}.kanban-col-count{font-size:11px;font-weight:600;background:var(--border);color:var(--text-3);border-radius:10px;padding:1px 7px}.kanban-col-body{flex:1;display:flex;flex-direction:column;gap:8px;background:#00000006;border-radius:var(--radius);padding:8px;min-height:120px;border:2px dashed transparent;transition:border-color .15s,background .15s}.kanban-column.drag-over .kanban-col-body{border-color:var(--green);background:var(--green-faint)}.kanban-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:13px 14px;cursor:grab;transition:box-shadow .18s,transform .12s;box-shadow:var(--shadow-sm);-webkit-user-select:none;user-select:none}.kanban-card:hover{box-shadow:var(--shadow-lift);transform:translateY(-1px)}.kanban-card:active{cursor:grabbing}.kanban-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.kanban-card-name{font-size:13px;font-weight:700;color:var(--text);margin-bottom:2px;line-height:1.3;word-break:break-word}.kanban-card-type{font-size:11.5px;color:var(--text-3);margin-bottom:10px}.kanban-card-footer{display:flex;align-items:center;justify-content:space-between;gap:4px}.kanban-card-amount{font-size:12.5px;font-weight:700;color:var(--green-dark)}.kanban-card-date{font-size:10.5px;color:var(--text-3)}.kanban-card-del{background:none;border:none;cursor:pointer;color:var(--text-3);font-size:17px;padding:0 2px;line-height:1;border-radius:4px;transition:color .15s,background .15s}.kanban-card-del:hover{color:#dc2626;background:#fef2f2}.kanban-empty-col{font-size:12px;color:var(--text-3);text-align:center;padding:24px 0;font-style:italic;opacity:.7}.activity-feed{height:100%;display:flex;flex-direction:column}.activity-feed-header{display:flex;align-items:center;justify-content:space-between;padding:18px 18px 14px;font-size:12.5px;font-weight:700;color:var(--text);letter-spacing:.02em;flex-shrink:0;border-bottom:1px solid var(--border)}.activity-live-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 2.5px #4f8ef738;animation:pulse 2s infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 2.5px #4f8ef738}50%{box-shadow:0 0 0 5px #4f8ef714}}.activity-list{display:flex;flex-direction:column;overflow-y:auto}.activity-item{display:flex;gap:10px;padding:12px 18px;border-bottom:1px solid var(--border);align-items:flex-start}.activity-item:last-child{border-bottom:none}.activity-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.activity-icon-generate,.activity-icon-gmail{background:#eff6ff;color:#2563eb}.activity-icon-whatsapp{background:#eff6ff;color:#1d4ed8}.activity-text{font-size:12px;color:var(--text-2);line-height:1.5}.activity-time{font-size:11px;color:var(--text-3);margin-top:3px}.activity-empty{padding:32px 18px;font-size:12.5px;color:var(--text-3);text-align:center;line-height:1.7;flex:1;display:flex;align-items:center;justify-content:center}.onboarding-view{padding:4px 0}.onboarding-header{margin-bottom:24px}.onboarding-header h2{font-size:19px;font-weight:800;color:var(--text);margin:0 0 4px;letter-spacing:-.3px}.onboarding-header p{font-size:13.5px;color:var(--text-2);margin:0}.onboarding-steps{display:flex;flex-direction:column;gap:12px}.onboarding-step{display:flex;gap:16px;background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:20px 22px;transition:border-color .18s}.onboarding-step.done{border-color:var(--green);background:var(--green-faint)}.step-number{width:30px;height:30px;border-radius:50%;background:var(--border);color:var(--text-3);font-size:12.5px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.onboarding-step.done .step-number{background:var(--green);color:#fff}.step-title{font-size:14.5px;font-weight:700;color:var(--text);margin-bottom:4px}.step-desc{font-size:13px;color:var(--text-2);line-height:1.55;margin-bottom:14px}.bid-layout{display:flex;gap:0;align-items:flex-start}.bid-left-panel{flex:1;min-width:0;padding:24px}.bid-right-panel{width:268px;flex-shrink:0;border-left:1px solid var(--border);overflow-y:auto;position:sticky;top:0;height:calc(100vh - var(--header-h));align-self:flex-start;display:flex;flex-direction:column;gap:0}.bid-right-card{border-bottom:1px solid var(--border)}.bid-right-card:last-child{border-bottom:none;flex:1}.bid-right-card-header{padding:13px 16px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);border-bottom:1px solid var(--border)}.bid-right-card-body{padding:14px 16px;display:flex;flex-direction:column;gap:8px}.bid-right-card-body .icon-btn{width:100%;justify-content:center}.bid-compact-activity-item{display:flex;gap:10px;padding:11px 16px;border-bottom:1px solid var(--border);align-items:flex-start}.bid-compact-activity-item:last-child{border-bottom:none}.bid-activity-dot{width:6px;height:6px;border-radius:50%;background:var(--green);flex-shrink:0;margin-top:5px}.bid-activity-empty{padding:20px 16px;font-size:12px;color:var(--text-3);text-align:center}.app-shell.dark .kanban-col-body{background:#ffffff05}.app-shell.dark .kanban-column.drag-over .kanban-col-body{background:#4f8ef70d;border-color:#4f8ef7}.app-shell.dark .kanban-card{background:#161b22;border-color:#30363d}.app-shell.dark .kanban-card-del:hover{background:#3a1515}.app-shell.dark .activity-icon-generate{background:#16a34a1f}.app-shell.dark .activity-icon-gmail{background:#2563eb1f}.app-shell.dark .activity-icon-whatsapp{background:#15803d1f}.app-shell.dark .onboarding-step{background:#161b22;border-color:#30363d}.app-shell.dark .onboarding-step.done{background:#4f8ef70d;border-color:#4f8ef766}.app-shell.dark .bid-right-card-body .btn-primary{background:var(--green)}.jobs-list-toolbar{display:flex;justify-content:flex-end;padding:0 0 12px}@media (max-width: 768px){.sidebar{position:fixed;top:0;left:0;height:100vh;width:260px;z-index:1000;transform:translate(-100%);transition:transform .25s ease}.sidebar.sidebar-open{transform:translate(0)}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999}.sidebar-overlay.active{display:block}.hamburger-btn{display:flex;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:4px;margin-right:8px;flex-shrink:0}.hamburger-btn span{display:block;width:20px;height:2px;background:currentColor;border-radius:2px}.sidebar-close-btn{display:flex;position:absolute;top:12px;right:12px;background:none;border:none;font-size:20px;cursor:pointer;color:inherit;opacity:.7;z-index:1}.sidebar-close-btn:hover{opacity:1}.main-wrapper{width:100%}}@media (min-width: 769px){.hamburger-btn,.sidebar-close-btn{display:none}.sidebar-overlay{display:none!important}}.insights-view{padding:32px;max-width:1100px}.insights-header{margin-bottom:24px}.insights-title{font-size:22px;font-weight:700;color:var(--text-1, #0f172a);margin:0 0 4px}.insights-sub{font-size:13px;color:var(--text-3, #94a3b8);margin:0}.insights-kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.insights-kpi{background:var(--surface, #fff);border:1px solid var(--border, #e2e8f0);border-radius:12px;padding:20px}.kpi-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-3, #94a3b8);margin-bottom:8px}.kpi-value{font-size:26px;font-weight:700;color:var(--text-1, #0f172a);line-height:1}.kpi-value.kpi-accent{color:#3b82f6}.kpi-value.kpi-green{color:#4f8ef7}.kpi-sub{font-size:12px;color:var(--text-3, #94a3b8);margin-top:6px}.insights-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.insights-card{background:var(--surface, #fff);border:1px solid var(--border, #e2e8f0);border-radius:12px;padding:20px}.insights-card-wide{grid-column:1 / -1}.ic-title{font-size:14px;font-weight:600;color:var(--text-1, #0f172a);margin:0 0 4px}.ic-sub{font-size:12px;color:var(--text-3, #94a3b8);margin:0 0 12px}.ic-empty{font-size:13px;color:var(--text-3, #94a3b8);font-style:italic}.funnel-row{display:flex;align-items:center;gap:10px;margin:10px 0}.funnel-label{width:80px;font-size:12px;color:var(--text-2, #475569);flex-shrink:0}.funnel-bar-wrap{flex:1;background:var(--bg, #f1f5f9);border-radius:4px;height:8px;overflow:hidden}.funnel-bar{height:100%;background:#3b82f6;border-radius:4px;min-width:4px;transition:width .4s ease}.funnel-bar.funnel-won{background:#4f8ef7}.funnel-bar.funnel-lost{background:#ef4444}.funnel-count{width:24px;text-align:right;font-size:12px;font-weight:600;color:var(--text-2, #475569)}.jtype-row{display:flex;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid var(--border, #e2e8f0)}.jtype-row:last-child{border-bottom:none}.jtype-name{flex:1;font-size:13px;color:var(--text-1, #0f172a)}.jtype-count{font-size:12px;color:var(--text-3, #94a3b8)}.jtype-value{font-size:13px;font-weight:600;color:var(--text-1, #0f172a);width:90px;text-align:right}.keyword-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.keyword-tag{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500}.keyword-count{color:#60a5fa}.cost-cat-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--border, #e2e8f0)}.cost-cat-row:last-child{border-bottom:none}.cost-cat-name{font-size:13px;color:var(--text-1, #0f172a)}.cost-cat-total{font-size:13px;font-weight:600;color:var(--text-1, #0f172a)}.profit-compare{display:flex;gap:0;align-items:stretch}.profit-col{flex:1;padding:12px 16px}.profit-divider{width:1px;background:var(--border, #e2e8f0);align-self:stretch}.profit-label{font-size:12px;color:var(--text-3, #94a3b8);margin-bottom:8px}.profit-value{font-size:22px;font-weight:700}.profit-value.profit-green{color:#4f8ef7}.profit-value.profit-red{color:#ef4444}.profit-sub{font-size:12px;color:var(--text-3, #94a3b8);margin-top:4px}.profit-insight{font-size:13px;color:var(--text-2, #475569);line-height:1.5;margin-top:4px}.app-shell.dark .insights-kpi,.app-shell.dark .insights-card{background:#1e293b;border-color:#334155}.app-shell.dark .kpi-value,.app-shell.dark .ic-title,.app-shell.dark .jtype-name,.app-shell.dark .cost-cat-name,.app-shell.dark .profit-value{color:#f1f5f9}.app-shell.dark .funnel-bar-wrap{background:#334155}.app-shell.dark .jtype-row,.app-shell.dark .cost-cat-row{border-color:#334155}.app-shell.dark .profit-divider{background:#334155}.app-shell.dark .keyword-tag{background:#1e3a5f;border-color:#2563eb;color:#93c5fd}@media (max-width: 768px){.insights-kpi-row{grid-template-columns:1fr 1fr}.insights-grid{grid-template-columns:1fr}.insights-card-wide{grid-column:auto}.profit-compare{flex-direction:column}.profit-divider{width:100%;height:1px}}.ob-chat{position:fixed;bottom:24px;right:24px;width:340px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 20px 60px #00000026,0 4px 16px #00000014;z-index:2000;display:flex;flex-direction:column;overflow:hidden;animation:ob-slide-up .3s ease}@keyframes ob-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ob-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#0f172a;color:#fff}.ob-header-left{display:flex;align-items:center;gap:10px}.ob-avatar{font-size:22px;line-height:1}.ob-name{font-size:13px;font-weight:600;color:#fff}.ob-status{font-size:11px;color:#94a3b8;margin-top:1px}.ob-header-actions{display:flex;gap:4px}.ob-icon-btn{background:#ffffff1a;border:none;color:#fff;width:26px;height:26px;border-radius:6px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.ob-icon-btn:hover{background:#fff3}.ob-progress-bar{height:3px;background:#1e293b}.ob-progress-fill{height:100%;background:#3b82f6;transition:width .4s ease}.ob-body{padding:18px 16px 12px;flex:1}.ob-message{font-size:14px;line-height:1.6;color:#0f172a}.ob-tip{margin-top:12px;padding:10px 12px;background:#eff6ff;border-left:3px solid #3b82f6;border-radius:0 8px 8px 0;font-size:12px;color:#1d4ed8;line-height:1.5}.ob-footer{padding:12px 16px 16px;border-top:1px solid #f1f5f9}.ob-btn-row{display:flex;align-items:center;gap:8px}.ob-btn-row .ob-btn-ghost{flex:1;text-align:center}.ob-btn-action{flex:2;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.ob-btn-action:hover{background:#dbeafe}.ob-btn-done{flex:1}.ob-btn-primary{background:#3b82f6;color:#fff;border:none;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;width:100%;transition:background .15s}.ob-btn-primary:hover{background:#2563eb}.ob-btn-ghost{background:none;border:1px solid #e2e8f0;color:#64748b;border-radius:8px;padding:7px 12px;font-size:12px;cursor:pointer;transition:border-color .15s,color .15s}.ob-btn-ghost:hover{border-color:#94a3b8;color:#0f172a}.ob-btn-ghost:disabled{opacity:.4;cursor:not-allowed}.ob-bubble{position:fixed;bottom:24px;right:24px;width:52px;height:52px;background:#0f172a;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #00000040;z-index:2000;transition:transform .2s}.ob-bubble:hover{transform:scale(1.08)}.ob-bubble-icon{font-size:22px}.ob-bubble-badge{position:absolute;top:-4px;right:-4px;background:#3b82f6;color:#fff;font-size:10px;font-weight:700;border-radius:10px;padding:2px 5px;min-width:18px;text-align:center}.ob-reopen-btn{width:28px;height:28px;border-radius:50%;border:1px solid #334155;background:none;color:#94a3b8;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;margin-left:auto;flex-shrink:0}.ob-reopen-btn:hover{background:#1e293b;color:#fff}.app-shell.dark .ob-chat{background:#1e293b;border-color:#334155}.app-shell.dark .ob-message{color:#f1f5f9}.app-shell.dark .ob-tip{background:#1e3a5f;border-color:#2563eb;color:#93c5fd}.app-shell.dark .ob-footer{border-color:#334155}.app-shell.dark .ob-btn-ghost{border-color:#334155;color:#94a3b8}.app-shell.dark .ob-btn-ghost:hover{border-color:#64748b;color:#f1f5f9}.app-shell.dark .ob-btn-action{background:#1e3a5f;border-color:#2563eb;color:#93c5fd}.app-shell.dark .ob-btn-action:hover{background:#1e40af}@media (max-width: 480px){.ob-chat{width:calc(100vw - 32px);bottom:16px;right:16px}}.settings-page-title{font-size:20px;font-weight:700;color:var(--text-primary, #0f172a);margin:0 0 20px;cursor:default;-webkit-user-select:none;user-select:none}.dev-mode-badge{display:inline-flex;align-items:center;gap:4px;background:#fef3c7;color:#92400e;font-size:11px;font-weight:600;padding:3px 8px;border-radius:4px;margin-bottom:10px}.app-shell.dark .dev-mode-badge{background:#451a03;color:#fcd34d}.app-shell.dark .settings-page-title{color:#f1f5f9}.usage-cost-card{border-top:3px solid #3b82f6}.usage-badge{display:inline-block;font-size:10px;font-weight:600;background:#dbeafe;color:#1d4ed8;padding:2px 7px;border-radius:99px;margin-left:8px;vertical-align:middle}.usage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-top:16px}.usage-stat{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px}.usage-stat-highlight{background:#eff6ff;border-color:#bfdbfe;grid-column:span 2}.usage-stat-label{font-size:11px;color:#64748b;font-weight:500;margin-bottom:6px}.usage-margin-tag{font-size:10px;background:#dbeafe;color:#1d4ed8;padding:1px 6px;border-radius:99px;margin-left:6px}.usage-stat-value{font-size:22px;font-weight:700;color:#0f172a}.usage-price{color:#2563eb}.app-shell.dark .usage-stat{background:#1e293b;border-color:#334155}.app-shell.dark .usage-stat-highlight{background:#1e3a5f;border-color:#2563eb}.app-shell.dark .usage-stat-label{color:#94a3b8}.app-shell.dark .usage-stat-value{color:#f1f5f9}.app-shell.dark .usage-badge{background:#1e3a5f;color:#93c5fd}.app-shell.dark .usage-margin-tag{background:#14532d;color:#86efac}.new-job-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:4px}.new-job-action-card{display:flex;align-items:flex-start;gap:14px;background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:20px 18px;text-align:left;cursor:pointer;transition:border-color .18s,box-shadow .18s,transform .12s;font-family:inherit}.new-job-action-card:hover{border-color:var(--green);box-shadow:0 4px 16px #4f8ef71f;transform:translateY(-1px)}.nja-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;border-radius:10px;background:#f4f7ff}.nja-title{font-size:14px;font-weight:700;color:var(--text);margin-bottom:5px;letter-spacing:-.2px}.nja-sub{font-size:12.5px;color:var(--text-2);line-height:1.5}.new-job-divider{display:flex;align-items:center;gap:12px;margin:20px 0 18px;color:var(--text-3);font-size:12px;font-weight:500}.new-job-divider:before,.new-job-divider:after{content:"";flex:1;height:1px;background:var(--border)}@media (max-width: 700px){.new-job-actions{grid-template-columns:1fr}}.app-shell.dark .new-job-action-card{background:#161b22;border-color:#30363d}.app-shell.dark .new-job-action-card:hover{border-color:var(--green)}.dash-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px 40px;text-align:center;max-width:680px;margin:0 auto}.dash-empty-hero{display:flex;flex-direction:column;align-items:center;margin-bottom:36px}.dash-empty-icon-wrap{width:80px;height:80px;background:var(--green-light);border-radius:24px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.dash-empty-main-icon{font-size:40px;line-height:1}.dash-empty-title{font-size:26px;font-weight:800;color:var(--text);letter-spacing:-.5px;margin:0 0 8px}.dash-empty-sub{font-size:15px;color:var(--text-2);margin:0;line-height:1.6}.dash-empty-features{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%;max-width:540px;margin-bottom:36px}.dash-empty-feature{display:flex;flex-direction:column;align-items:center;gap:8px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:16px 12px;transition:border-color .18s}.dash-empty-feature:hover{border-color:var(--green)}.dash-empty-feature-icon{font-size:22px;line-height:1}.dash-empty-feature-label{font-size:12px;font-weight:600;color:var(--text-2);text-align:center;line-height:1.3}.dash-empty-cta{background:var(--green);color:#fff;border:none;border-radius:var(--radius);padding:13px 32px;font-size:15px;font-weight:700;font-family:inherit;cursor:pointer;transition:background .16s,box-shadow .16s,transform .1s;letter-spacing:-.1px;box-shadow:0 2px 12px #4f8ef74d}.dash-empty-cta:hover{background:var(--green-dark);box-shadow:0 4px 20px #4f8ef766;transform:translateY(-1px)}@media (max-width: 600px){.dash-empty-features{grid-template-columns:repeat(2,1fr)}.dash-empty-title{font-size:22px}}.app-shell.dark .dash-empty-icon-wrap{background:#4f8ef71f}.app-shell.dark .dash-empty-feature{background:#161b22;border-color:#30363d}.app-shell.dark .dash-empty-feature:hover{border-color:var(--green)}.auth-screen{min-height:100vh;background:linear-gradient(135deg,#f0f7ff,#e8f4fd,#f8fafc);display:flex;align-items:center;justify-content:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:24px 16px}.auth-card{background:#fff;border-radius:20px;box-shadow:0 8px 40px #0000001f,0 2px 8px #0000000f;padding:40px 40px 36px;width:100%;max-width:480px}.auth-brand{display:flex;align-items:center;gap:12px;margin-bottom:28px;justify-content:center}.auth-brand-badge{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#4f8ef7,#2563eb);color:#fff;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;letter-spacing:.5px;box-shadow:0 4px 12px #4f8ef759}.auth-brand-name{font-size:22px;font-weight:800;color:#0f172a;letter-spacing:-.5px}.auth-tabs{display:flex;background:#f1f5f9;border-radius:10px;padding:4px;margin-bottom:28px}.auth-tab{flex:1;padding:9px;border:none;background:none;border-radius:7px;font-size:13.5px;font-weight:600;font-family:inherit;color:#64748b;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s}.auth-tab.active{background:#fff;color:#0f172a;box-shadow:0 1px 3px #0000001a}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-label{font-size:13px;font-weight:600;color:#374151}.auth-input{padding:11px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:14px;font-family:inherit;color:#0f172a;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s}.auth-input:focus{border-color:#4f8ef7;box-shadow:0 0 0 3px #4f8ef71f}.auth-plan-label{font-size:13px;font-weight:600;color:#374151;margin-bottom:2px}.auth-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.auth-plan-card{position:relative;border:2px solid #e2e8f0;border-radius:12px;padding:14px 12px 12px;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s;text-align:center;display:flex;flex-direction:column;align-items:center;gap:4px}.auth-plan-card:hover{border-color:#94a3b8}.auth-plan-card.selected{border-color:#4f8ef7;background:#f0f7ff;box-shadow:0 0 0 3px #4f8ef71f}.auth-plan-popular{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:#4f8ef7;color:#fff;font-size:9px;font-weight:700;padding:2px 8px;border-radius:99px;letter-spacing:.5px;white-space:nowrap}.auth-plan-name{font-size:12px;font-weight:700;color:#0f172a}.auth-plan-price{font-size:15px;font-weight:800;color:#4f8ef7}.auth-plan-desc{font-size:10px;color:#64748b;line-height:1.4}.auth-btn-primary{width:100%;padding:13px;background:linear-gradient(135deg,#4f8ef7,#2563eb);color:#fff;border:none;border-radius:10px;font-size:14.5px;font-weight:700;font-family:inherit;cursor:pointer;transition:opacity .15s,transform .1s;margin-top:4px}.auth-btn-primary:hover{opacity:.92;transform:translateY(-1px)}.auth-btn-primary:active{transform:translateY(0)}.auth-btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.auth-btn-secondary{width:100%;padding:13px;background:#fff;color:#4f8ef7;border:2px solid #4f8ef7;border-radius:10px;font-size:14.5px;font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s,color .15s;margin-top:4px}.auth-btn-secondary:hover{background:#f0f7ff}.auth-note{font-size:11.5px;color:#94a3b8;text-align:center;line-height:1.5}.auth-error{padding:10px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;font-size:13px;color:#b91c1c}.auth-toast{padding:10px 14px;background:#fefce8;border:1px solid #fde047;border-radius:8px;font-size:13px;color:#713f12;text-align:center}.homepage-link{display:flex;align-items:center;justify-content:center;gap:5px;margin:8px 12px 4px;padding:7px 10px;border:none;background:none;border-radius:8px;font-size:12px;font-weight:500;color:#94a3b8;cursor:pointer;font-family:inherit;transition:background .15s,color .15s;text-decoration:none}.homepage-link:hover{background:#0000000a;color:#475569}.sidebar-logout-btn{display:flex;align-items:center;gap:6px;padding:5px 8px;border:1px solid #e2e8f0;background:none;border-radius:7px;font-size:11px;font-weight:600;color:#64748b;cursor:pointer;font-family:inherit;margin-left:auto;flex-shrink:0;transition:background .15s,color .15s,border-color .15s}.sidebar-logout-btn:hover{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.profile-plan-badge{display:inline-block;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:1px 6px;border-radius:99px;background:#dbeafe;color:#1d4ed8;margin-top:2px}@media (max-width: 480px){.auth-card{padding:28px 20px 24px}.auth-plans{grid-template-columns:1fr}}.overview-view{padding:32px;max-width:1100px;display:flex;flex-direction:column;gap:24px}.ov-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ov-kpi-card{background:var(--card, #fff);border:1px solid var(--border, #e2e8f0);border-radius:var(--radius, 12px);padding:20px 22px;box-shadow:var(--shadow-card)}.ov-kpi-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-3, #94a3b8);margin-bottom:8px}.ov-kpi-value{font-size:28px;font-weight:800;color:var(--text, #0f172a);line-height:1;letter-spacing:-.5px}.ov-kpi-sub{font-size:12px;color:var(--text-3, #94a3b8);margin-top:6px;font-weight:500}.ov-body-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.ov-card{background:var(--card, #fff);border:1px solid var(--border, #e2e8f0);border-radius:var(--radius, 12px);padding:22px 24px;box-shadow:var(--shadow-card)}.ov-card-wide{grid-column:1 / -1}.ov-section-title{font-size:14px;font-weight:700;color:var(--text, #0f172a);margin:0 0 16px;letter-spacing:-.2px}.ov-empty{font-size:13px;color:var(--text-3, #94a3b8);font-style:italic}.ov-funnel{display:flex;flex-direction:column;gap:10px}.ov-funnel-row{display:flex;align-items:center;gap:12px}.ov-funnel-label{width:84px;font-size:12.5px;font-weight:500;color:var(--text-2, #475569);flex-shrink:0}.ov-funnel-bar-wrap{flex:1;background:#f1f5f9;border-radius:4px;height:10px;overflow:hidden}.ov-funnel-bar{height:100%;border-radius:4px;min-width:4px;transition:width .4s ease}.ov-funnel-count{width:24px;text-align:right;font-size:12px;font-weight:700;color:var(--text-2, #475569)}.ov-type-row{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--border, #e2e8f0)}.ov-type-row:last-child{border-bottom:none}.ov-type-rank{font-size:11px;font-weight:700;color:#4f8ef7;width:24px;flex-shrink:0}.ov-type-name{flex:1;font-size:13.5px;font-weight:500;color:var(--text, #0f172a)}.ov-type-badge{font-size:11.5px;font-weight:600;color:var(--text-3, #94a3b8);background:#f1f5f9;padding:2px 8px;border-radius:20px}.ov-tips-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.ov-tip-card{display:flex;align-items:flex-start;gap:10px;background:#f8fafc;border:1px solid var(--border, #e2e8f0);border-radius:var(--radius-sm, 8px);padding:14px 16px}.ov-tip-icon{font-size:18px;line-height:1;flex-shrink:0;margin-top:1px}.ov-tip-text{font-size:13px;color:var(--text-2, #475569);line-height:1.55;margin:0}.ov-followup-empty{font-size:14px;color:var(--text-2, #475569);text-align:center;padding:24px 0;font-weight:500}.ov-followup-table{display:flex;flex-direction:column;gap:0;border:1px solid var(--border, #e2e8f0);border-radius:var(--radius-sm, 8px);overflow:hidden}.ov-followup-header{display:grid;grid-template-columns:2fr 2fr 1.5fr 1.5fr 1.5fr;gap:8px;padding:10px 16px;background:#f8fafc;border-bottom:1px solid var(--border, #e2e8f0);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-3, #94a3b8)}.ov-followup-row{display:grid;grid-template-columns:2fr 2fr 1.5fr 1.5fr 1.5fr;gap:8px;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border, #e2e8f0);font-size:13.5px;transition:background .12s}.ov-followup-row:last-child{border-bottom:none}.ov-followup-row:hover{background:#f8fafc}.ov-fu-client{font-weight:600;color:var(--text, #0f172a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ov-fu-type{color:var(--text-2, #475569);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ov-fu-value{font-weight:600;color:var(--text, #0f172a)}.ov-fu-days{font-size:12.5px;color:var(--text-3, #94a3b8);font-weight:500}.ov-fu-days.ov-fu-days-late{color:#f59e0b;font-weight:700}.ov-fu-actions{display:flex;gap:6px}.ov-fu-btn{font-size:12px;font-weight:600;font-family:inherit;padding:4px 10px;border-radius:6px;border:1.5px solid;cursor:pointer;transition:background .15s,color .15s}.ov-fu-won{background:#f0fdf4;border-color:#86efac;color:#15803d}.ov-fu-won:hover{background:#dcfce7}.ov-fu-lost{background:#fef2f2;border-color:#fca5a5;color:#b91c1c}.ov-fu-lost:hover{background:#fee2e2}.app-shell.dark .ov-kpi-card,.app-shell.dark .ov-card{background:#1e293b;border-color:#334155}.app-shell.dark .ov-kpi-value,.app-shell.dark .ov-section-title,.app-shell.dark .ov-fu-client,.app-shell.dark .ov-fu-value,.app-shell.dark .ov-type-name{color:#f1f5f9}.app-shell.dark .ov-funnel-bar-wrap{background:#334155}.app-shell.dark .ov-type-badge{background:#334155;color:#94a3b8}.app-shell.dark .ov-tip-card{background:#0d1117;border-color:#334155}.app-shell.dark .ov-followup-table{border-color:#334155}.app-shell.dark .ov-followup-header{background:#0d1117;border-color:#334155}.app-shell.dark .ov-followup-row{border-color:#334155}.app-shell.dark .ov-followup-row:hover{background:#1c2128}.app-shell.dark .ov-type-row{border-color:#334155}.app-shell.dark .ov-fu-won{background:#0d2818;border-color:#166534;color:#4ade80}.app-shell.dark .ov-fu-won:hover{background:#14532d}.app-shell.dark .ov-fu-lost{background:#2d0e0e;border-color:#7f1d1d;color:#fca5a5}.app-shell.dark .ov-fu-lost:hover{background:#450a0a}@media (max-width: 900px){.ov-kpi-grid{grid-template-columns:repeat(2,1fr)}.ov-body-grid{grid-template-columns:1fr}.ov-card-wide{grid-column:auto}.ov-followup-header,.ov-followup-row{grid-template-columns:2fr 1.5fr 1.5fr}.ov-followup-header span:nth-child(2),.ov-followup-row .ov-fu-type{display:none}}@media (max-width: 480px){.overview-view{padding:20px 16px}.ov-kpi-grid{grid-template-columns:1fr 1fr}}.guide-layout{display:flex;height:100%;gap:0;padding:24px;gap:20px;align-items:flex-start}.guide-nav{width:240px;min-width:240px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:12px 8px;flex-shrink:0;box-shadow:var(--shadow-card)}.guide-nav-header{font-size:11px;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.06em;padding:6px 12px 10px}.guide-nav-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;border-radius:8px;border:none;background:transparent;cursor:pointer;text-align:left;color:var(--text-2);font-size:13.5px;font-weight:500;font-family:inherit;transition:background .15s,color .15s;position:relative}.guide-nav-item:hover{background:var(--sb-hover);color:var(--text)}.guide-nav-active{background:#1e293b!important;color:#fff!important}.guide-nav-icon{display:flex;align-items:center;flex-shrink:0;opacity:.85}.guide-nav-active .guide-nav-icon{opacity:1}.guide-nav-label{flex:1;line-height:1.3}.guide-nav-check{font-size:11px;font-weight:700;color:#16a34a;flex-shrink:0}.guide-nav-active .guide-nav-check{color:#86efac}.guide-content{flex:1;min-width:0}.guide-feature-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 36px;box-shadow:var(--shadow-card)}.guide-feature-header{display:flex;align-items:center;gap:16px;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid var(--border)}.guide-feature-icon-wrap{width:48px;height:48px;border-radius:12px;background:var(--green-light);color:var(--green-dark);display:flex;align-items:center;justify-content:center;flex-shrink:0}.guide-feature-title{font-size:20px;font-weight:700;color:var(--text);letter-spacing:-.3px}.guide-steps{display:flex;flex-direction:column;gap:16px;margin-bottom:28px}.guide-step{display:flex;align-items:flex-start;gap:16px}.guide-step-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;margin-top:1px}.guide-step-setup{background:#1e293b;color:#fff}.guide-step-num{background:#e8f5e9;color:#2e7d32}.guide-step-body{flex:1;padding-top:4px}.guide-step-label{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);margin-bottom:3px}.guide-step-text{font-size:14px;color:var(--text-2);line-height:1.55}.guide-feature-footer{border-top:1px solid var(--border);padding-top:20px}.guide-got-it-btn{display:inline-flex;align-items:center;gap:6px;padding:9px 20px;border-radius:8px;border:none;background:var(--green);color:#fff;font-size:13.5px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,transform .1s}.guide-got-it-btn:hover{background:var(--green-dark);transform:translateY(-1px)}.guide-got-it-done{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0;cursor:default}.guide-got-it-done:hover{background:#f0fdf4;color:#16a34a;transform:none}.dark .guide-nav{background:var(--card);border-color:var(--border)}.dark .guide-nav-active{background:#334155!important}.dark .guide-feature-card{background:var(--card);border-color:var(--border)}.dark .guide-feature-icon-wrap{background:#4f8ef726}.dark .guide-step-setup{background:#334155}.dark .guide-step-num{background:#22c55e1f;color:#4ade80}@media (max-width: 768px){.guide-layout{flex-direction:column;padding:16px;gap:16px}.guide-nav{width:100%;min-width:unset}.guide-feature-card{padding:20px}}.insights-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:20px}.insights-tab-switcher{display:flex;gap:4px;background:#f1f5f9;border-radius:10px;padding:4px}.insights-tab-btn{display:flex;align-items:center;gap:6px;padding:6px 14px;border:none;border-radius:7px;background:transparent;color:#64748b;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s}.insights-tab-btn:hover{color:#1e293b;background:#0000000a}.insights-tab-active{background:#fff!important;color:#4f8ef7!important;box-shadow:0 1px 4px #0000001f}.targets-tab{display:flex;flex-direction:column;gap:20px;padding:4px 0 24px;animation:fadeIn .2s ease}.targets-summary{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px 18px;box-shadow:0 1px 4px #0000000f}.targets-summary-left{display:flex;align-items:center;gap:8px;flex:0 0 auto}.targets-summary-text{font-size:14px;color:#475569}.targets-summary-text strong{color:#1e293b}.targets-summary-bar{flex:1;height:8px;background:#e2e8f0;border-radius:99px;overflow:hidden}.targets-summary-fill{height:100%;background:linear-gradient(90deg,#4f8ef7,#10b981);border-radius:99px;transition:width .4s ease}.targets-summary-pct{font-size:13px;font-weight:600;color:#4f8ef7;flex:0 0 auto}.targets-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.target-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px;box-shadow:0 1px 4px #0000000f;display:flex;flex-direction:column;gap:12px;transition:box-shadow .2s}.target-card:hover{box-shadow:0 4px 16px #0000001a}.target-card-top{display:flex;align-items:center;gap:8px}.target-name-input{flex:1;border:none;outline:none;font-size:15px;font-weight:600;color:#1e293b;background:transparent;padding:2px 0;border-bottom:1.5px solid transparent;transition:border-color .15s}.target-name-input:focus{border-bottom-color:#4f8ef7}.target-delete{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:7px;background:transparent;color:#94a3b8;cursor:pointer;transition:all .15s;flex-shrink:0}.target-delete:hover{background:#fee2e2;color:#ef4444}.target-row{display:flex;align-items:center;gap:10px}.target-label{font-size:12px;font-weight:500;color:#64748b;width:50px;flex-shrink:0}.target-select{flex:1;border:1px solid #e2e8f0;border-radius:7px;padding:5px 8px;font-size:13px;color:#1e293b;background:#f8fafc;outline:none;cursor:pointer;transition:border-color .15s}.target-select:focus{border-color:#4f8ef7}.target-values-row{display:flex;align-items:center;gap:12px;background:#f8fafc;border-radius:10px;padding:12px}.target-val-block{flex:1;display:flex;flex-direction:column;gap:4px}.target-val-input-wrap{display:flex;align-items:center;gap:2px}.target-val-prefix,.target-val-suffix{font-size:13px;color:#64748b}.target-val-input{width:100%;border:1px solid #e2e8f0;border-radius:6px;padding:4px 6px;font-size:14px;font-weight:600;color:#1e293b;background:#fff;outline:none}.target-val-input:focus{border-color:#4f8ef7}.target-val-input::-webkit-inner-spin-button{opacity:0}.target-val-divider{width:1px;height:36px;background:#e2e8f0;flex-shrink:0}.target-current-val{font-size:16px;font-weight:700;line-height:1}.target-progress-wrap{display:flex;align-items:center;gap:10px}.target-progress-track{flex:1;height:8px;background:#e2e8f0;border-radius:99px;overflow:hidden}.target-progress-fill{height:100%;border-radius:99px;transition:width .4s ease,background .3s}.target-badge{font-size:11px;font-weight:700;padding:2px 8px;border-radius:99px;flex-shrink:0}.target-badge-green{background:#dcfce7;color:#15803d}.target-badge-blue{background:#dbeafe;color:#1d4ed8}.target-badge-amber{background:#fef3c7;color:#b45309}.target-badge-red{background:#fee2e2;color:#dc2626}.target-progress-caption{font-size:12px;color:#64748b;margin:0}.target-add-btn{display:flex;align-items:center;gap:8px;align-self:flex-start;padding:9px 18px;background:#4f8ef7;color:#fff;border:none;border-radius:9px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,transform .1s}.target-add-btn:hover{background:#2563eb}.target-add-btn:active{transform:scale(.98)}.targets-empty{display:flex;flex-direction:column;align-items:center;gap:10px;padding:48px 24px;text-align:center}.targets-empty-title{font-size:16px;font-weight:600;color:#1e293b;margin:0}.targets-empty-sub{font-size:14px;color:#64748b;margin:0;max-width:320px}.dark .insights-tab-switcher{background:#1e293b}.dark .insights-tab-btn:hover{color:#e2e8f0;background:#ffffff0f}.dark .insights-tab-active{background:#0f172a!important;color:#4f8ef7!important}.dark .targets-summary,.dark .target-card{background:var(--card);border-color:var(--border)}.dark .target-name-input{color:#e2e8f0}.dark .target-select{background:#1e293b;color:#e2e8f0;border-color:var(--border)}.dark .target-values-row{background:#1e293b}.dark .target-val-input{background:#0f172a;color:#e2e8f0;border-color:var(--border)}.dark .targets-empty-title{color:#e2e8f0}@media (max-width: 768px){.targets-grid{grid-template-columns:1fr}.insights-header{flex-direction:column;align-items:flex-start}}.dev-console-shell{min-height:100vh;background:#0f172a;display:flex;align-items:center;justify-content:center;padding:24px;font-family:Inter,sans-serif}.dev-console-card{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:36px 40px;width:100%;max-width:520px;box-shadow:0 8px 32px #0006}.dev-console-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.dev-console-title{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:#f1f5f9;letter-spacing:-.01em}.dev-console-dot{width:10px;height:10px;border-radius:50%;background:#4f8ef7;box-shadow:0 0 8px #4f8ef7;flex-shrink:0}.dev-console-exit{background:none;border:1px solid #334155;border-radius:8px;color:#94a3b8;font-size:13px;padding:6px 12px;cursor:pointer;transition:color .15s,border-color .15s}.dev-console-exit:hover{color:#f1f5f9;border-color:#475569}.dev-console-note{font-size:12px;color:#f59e0b;background:#f59e0b14;border:1px solid rgba(245,158,11,.2);border-radius:8px;padding:8px 12px;margin:0 0 28px}.dev-console-section{margin-bottom:28px}.dev-console-section:last-child{margin-bottom:0}.dev-console-section-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:12px}.dev-console-key-row{display:flex;gap:8px}.dev-console-input{flex:1;background:#0f172a;border:1px solid #334155;border-radius:8px;color:#e2e8f0;font-size:14px;font-family:Courier New,Courier,monospace;padding:10px 14px;outline:none;transition:border-color .15s}.dev-console-input:focus{border-color:#4f8ef7}.dev-console-input::placeholder{color:#475569}.dev-console-btn-ghost{background:#0f172a;border:1px solid #334155;border-radius:8px;color:#94a3b8;font-size:13px;padding:0 14px;cursor:pointer;white-space:nowrap;transition:color .15s,border-color .15s}.dev-console-btn-ghost:hover{color:#e2e8f0;border-color:#475569}.dev-console-masked{font-family:Courier New,Courier,monospace;font-size:13px;color:#64748b;margin-top:8px;letter-spacing:.04em;word-break:break-all}.dev-console-btn-row{margin-top:14px}.dev-console-btn-save{background:#4f8ef7;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;padding:10px 24px;cursor:pointer;transition:background .15s,transform .1s}.dev-console-btn-save:hover{background:#3b7de8}.dev-console-btn-save:active{transform:scale(.98)}.dev-console-stats{display:flex;flex-direction:column;gap:2px;background:#0f172a;border:1px solid #334155;border-radius:10px;overflow:hidden}.dev-console-stat{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #1e293b}.dev-console-stat:last-child{border-bottom:none}.dev-console-stat-label{font-size:13px;color:#64748b}.dev-console-stat-value{font-family:Courier New,Courier,monospace;font-size:14px;font-weight:600;color:#4f8ef7}.pro-gate{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1e293b);overflow:hidden;padding:40px 20px;opacity:0;transition:opacity .2s ease}.pro-gate--visible{opacity:1}.pro-gate-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;display:flex;flex-direction:column;padding:60px 80px 40px;gap:20px;opacity:.08;filter:blur(3px)}.pro-gate-bg-bars{display:flex;align-items:flex-end;gap:12px;height:160px}.pro-gate-bg-bar{flex:1;background:#4f8ef7;border-radius:4px 4px 0 0}.pro-gate-bg-line{height:80px;border-top:3px solid #10b981;border-radius:50%;margin-top:20px;opacity:.6}.pro-gate-card{position:relative;z-index:2;background:#1e293beb;border:1px solid rgba(79,142,247,.3);border-radius:20px;padding:44px;max-width:480px;width:100%;box-shadow:0 0 60px #4f8ef726,0 8px 32px #00000080;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.pro-gate-badge{display:inline-block;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;padding:4px 12px;border-radius:20px;margin-bottom:20px;box-shadow:0 0 16px #10b98166}.pro-gate-heading{font-size:28px;font-weight:700;color:#f1f5f9;margin:0 0 12px;line-height:1.2}.pro-gate-sub{font-size:15px;color:#94a3b8;line-height:1.6;margin:0 0 28px}.pro-gate-features{list-style:none;margin:0 0 32px;padding:0;text-align:left}.pro-gate-feature-item{display:flex;align-items:center;gap:10px;padding:7px 0;font-size:14px;color:#cbd5e1;border-bottom:1px solid rgba(255,255,255,.05)}.pro-gate-feature-item:last-child{border-bottom:none}.pro-gate-btn-primary{display:block;width:100%;padding:14px 20px;background:linear-gradient(135deg,#4f8ef7,#3b7de8);color:#fff;font-size:15px;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;margin-bottom:10px;box-shadow:0 4px 20px #4f8ef766}.pro-gate-btn-primary:hover{background:linear-gradient(135deg,#3b7de8,#2f6ed9);transform:translateY(-1px);box-shadow:0 6px 24px #4f8ef78c}.pro-gate-btn-primary:active{transform:translateY(0)}.pro-gate-btn-secondary{display:block;width:100%;padding:13px 20px;background:transparent;color:#94a3b8;font-size:14px;font-weight:500;border:1px solid rgba(148,163,184,.25);border-radius:10px;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease;margin-bottom:18px}.pro-gate-btn-secondary:hover{border-color:#4f8ef780;color:#4f8ef7;background:#4f8ef70f}.pro-gate-fine{font-size:12px;color:#475569;margin:0}.pro-gate-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:200;display:flex;align-items:center;justify-content:center;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pro-gate-modal{position:relative;background:#1e293b;border:1px solid rgba(79,142,247,.2);border-radius:20px;padding:36px;max-width:820px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 24px 80px #000000b3}.pro-gate-modal-close{position:absolute;top:16px;right:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.pro-gate-modal-close:hover{background:#ffffff1a}.pro-gate-modal-title{font-size:22px;font-weight:700;color:#f1f5f9;margin:0 0 28px;text-align:center}.pro-gate-plan-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.pro-gate-plan-card{position:relative;background:#0f172a99;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:24px 20px;display:flex;flex-direction:column;gap:8px}.pro-gate-plan-card--highlight{border-color:#4f8ef780;box-shadow:0 0 30px #4f8ef71f}.pro-gate-plan-popular{position:absolute;top:-11px;left:50%;transform:translate(-50%);background:#4f8ef7;color:#fff;font-size:11px;font-weight:700;padding:3px 12px;border-radius:20px;white-space:nowrap}.pro-gate-plan-name{font-size:16px;font-weight:700;color:#f1f5f9;margin-top:8px}.pro-gate-plan-price{font-size:26px;font-weight:700;color:#4f8ef7;margin-bottom:10px}.pro-gate-plan-features{list-style:none;margin:0 0 16px;padding:0;flex:1}.pro-gate-plan-features li{display:flex;align-items:center;gap:8px;font-size:13px;color:#94a3b8;padding:4px 0}.pro-gate-plan-btn{display:block;width:100%;padding:10px;background:#4f8ef71a;color:#4f8ef7;font-size:13px;font-weight:600;border:1px solid rgba(79,142,247,.3);border-radius:8px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.pro-gate-plan-btn:hover{background:#4f8ef733;border-color:#4f8ef799}.pro-gate-plan-btn--primary{background:#4f8ef7;color:#fff;border-color:#4f8ef7}.pro-gate-plan-btn--primary:hover{background:#3b7de8;border-color:#3b7de8}@media (max-width: 768px){.pro-gate-card{padding:28px 20px}.pro-gate-heading{font-size:22px}.pro-gate-plan-cards{grid-template-columns:1fr}.pro-gate-modal{padding:24px 16px}}.test-email-modal{max-width:520px;width:100%}.modal-sub{font-size:13px;color:#64748b;margin:-4px 0 20px}.modal-sub code{font-family:monospace;background:#f1f5f9;padding:1px 5px;border-radius:4px;font-size:12px}.test-email-form{display:flex;flex-direction:column;gap:16px}.te-field{display:flex;flex-direction:column;gap:6px}.te-label{font-size:13px;font-weight:600;color:#374151}.te-required{color:#ef4444}.te-input,.te-textarea{border:1.5px solid #e2e8f0;border-radius:8px;padding:9px 12px;font-size:14px;color:#1e293b;background:#fff;outline:none;transition:border-color .15s;font-family:inherit;resize:vertical}.te-input:focus,.te-textarea:focus{border-color:#4f8ef7}.te-textarea{min-height:140px}.te-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;font-size:13px;color:#dc2626}.te-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:4px}.inbox-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:16px}.inbox-toolbar .inbox-search-bar{flex:1;margin-bottom:0}.btn-test-email{display:flex;align-items:center;gap:6px;padding:8px 14px;border:1.5px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .15s}.btn-test-email:hover{border-color:#4f8ef7;color:#4f8ef7;background:#f0f6ff}.app-toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;background:#1e293b;color:#fff;padding:12px 20px;border-radius:10px;font-size:14px;font-weight:500;box-shadow:0 8px 24px #00000040;z-index:9999;animation:toastIn .2s ease;pointer-events:none}.app-toast svg{color:#10b981;flex-shrink:0}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(12px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.dark .te-input,.dark .te-textarea{background:#1e293b;color:#e2e8f0;border-color:var(--border)}.dark .te-label{color:#cbd5e1}.dark .modal-sub code{background:#334155;color:#94a3b8}.dark .btn-test-email{background:var(--card);border-color:var(--border);color:#94a3b8}.dark .btn-test-email:hover{border-color:#4f8ef7;color:#4f8ef7;background:#4f8ef71a}.awaiting-pricing-banner{display:flex;align-items:flex-start;gap:12px;background:#fffbeb;border:1.5px solid #fcd34d;border-radius:10px;padding:14px 16px;margin-bottom:18px;color:#92400e}.awaiting-pricing-banner svg{flex-shrink:0;margin-top:1px;color:#d97706}.awaiting-pricing-title{font-size:14px;font-weight:600;color:#92400e;margin-bottom:3px}.awaiting-pricing-sub{font-size:13px;color:#b45309;line-height:1.45}.awaiting-pricing-sub strong{color:#92400e}.total-blank{font-size:13px;color:#94a3b8;font-style:italic;font-weight:400}.total-blank-grand{font-size:14px;color:#cbd5e1}.dark .awaiting-pricing-banner{background:#fbbf2414;border-color:#fbbf244d;color:#fcd34d}.dark .awaiting-pricing-title{color:#fcd34d}.dark .awaiting-pricing-sub{color:#fbbf24}.dark .awaiting-pricing-sub strong{color:#fcd34d}.dark .total-blank{color:#475569}.dark .total-blank-grand{color:#334155}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}#root{height:100vh;overflow:hidden}
