.bd-pipeline *{margin:0;padding:0;box-sizing:border-box}.bd-pipeline{height:100%;background:var(--bg);color:var(--text);font-family:var(--sans);overflow:hidden}.bd-pipeline #login-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:1000;background:var(--bg)}.bd-pipeline #login-screen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 50% 60% at 50% -10%,var(--accent-glow) 0%,transparent 70%);pointer-events:none}.bd-pipeline .login-card{background:var(--surface);border:1px solid var(--border2);border-radius:16px;padding:44px 40px;width:380px;position:relative;z-index:1}.bd-pipeline .login-eyebrow{font-family:var(--mono);font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:10px}.bd-pipeline .login-title{font-size:26px;font-weight:900;margin-bottom:30px;line-height:1.15}.bd-pipeline .fg{margin-bottom:16px}.bd-pipeline .fg label{display:block;font-family:var(--mono);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text2);margin-bottom:6px}.bd-pipeline .fg input,.bd-pipeline .fg select,.bd-pipeline .fg textarea{width:100%;background:var(--bg);border:1px solid var(--border2);border-radius:8px;padding:10px 13px;color:var(--text);font-family:var(--sans);font-size:13px;outline:none;transition:border-color .2s}.bd-pipeline .fg input:focus,.bd-pipeline .fg select:focus,.bd-pipeline .fg textarea:focus{border-color:var(--accent)}.bd-pipeline .fg select option{background:var(--surface2)}.bd-pipeline .fg textarea{resize:vertical;min-height:72px}.bd-pipeline .remember{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text2);margin-bottom:4px;cursor:pointer}.bd-pipeline .remember input{width:auto;accent-color:var(--accent);cursor:pointer}.bd-pipeline .fg input[type=checkbox],.bd-pipeline .fg input[type=radio]{width:14px;height:14px;flex:none;padding:0;border:none;border-radius:0;accent-color:var(--accent);cursor:pointer}.bd-pipeline .checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:6px 16px;padding:6px 0 2px}.bd-pipeline .checkbox-grid label{display:flex;align-items:center;gap:8px;margin:0;font-family:var(--sans);font-size:12px;font-weight:400;letter-spacing:normal;text-transform:none;color:var(--text);cursor:pointer}.bd-pipeline .btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:10px 18px;border-radius:8px;font-family:var(--sans);font-size:13px;font-weight:700;cursor:pointer;border:none;transition:all .18s;white-space:nowrap}.bd-pipeline .btn-blue{background:var(--accent);color:#fff;width:100%;padding:12px;font-size:14px;margin-top:6px}.bd-pipeline .btn-blue:hover{filter:brightness(1.15);transform:translateY(-1px)}.bd-pipeline .btn-ghost{background:transparent;color:var(--text2);border:1px solid var(--border2)}.bd-pipeline .btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.bd-pipeline .btn-red{background:var(--red);color:#fff}.bd-pipeline .btn-red:hover{background:#dc2626}.bd-pipeline .btn-danger-outline{background:transparent;color:var(--red);border:1px solid var(--red)}.bd-pipeline .btn-danger-outline:hover{background:#dc26261a}.bd-pipeline .btn-sm{padding:6px 12px;font-size:11px}.bd-pipeline .btn-blue.btn-sm{padding:6px 12px;font-size:11px;margin-top:0;width:auto;border:1px solid transparent}.bd-pipeline .btn-red.btn-sm{border:1px solid transparent}.bd-pipeline .btn-xs{padding:4px 9px;font-size:11px}.bd-pipeline .nav-tab{background:none;border:none;border-bottom:2px solid transparent;padding:11px 22px;font-family:var(--mono);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text2);cursor:pointer;transition:all .18s;margin-bottom:-1px}.bd-pipeline .nav-tab:hover{color:var(--text)}.bd-pipeline .nav-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.bd-pipeline .login-err{display:none;font-family:var(--mono);font-size:11px;color:var(--red);margin-top:10px}.bd-pipeline #app{display:none;height:100vh;flex-direction:column}.bd-pipeline nav.nav{display:flex;align-items:center;justify-content:space-between;padding:0 28px;height:64px;background:#111;border-bottom:1px solid #252525;box-shadow:0 2px 12px #00000040;flex-shrink:0}.bd-pipeline .nav-brand{display:flex;align-items:center;gap:12px}.bd-pipeline .nav-brand-text{display:flex;flex-direction:column}.bd-pipeline .nav-brand-company{font-family:var(--sans);font-size:15px;font-weight:700;color:#fff;line-height:1.1;text-transform:uppercase;letter-spacing:.06em}.bd-pipeline .nav-brand-product{font-family:var(--mono);font-size:10px;font-weight:400;color:#ffffff73;letter-spacing:.08em;text-transform:uppercase;margin-top:1px}.bd-pipeline .nav-r{display:flex;align-items:center;gap:14px}.bd-pipeline .nav-user{font-family:var(--mono);font-size:11px;color:#ffffff80}.bd-pipeline .nav-user strong{color:#fffc}.bd-pipeline .main-wrap{flex:1;overflow:hidden;display:flex;flex-direction:column;padding:24px 28px 8px}.bd-pipeline .top-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-shrink:0}.bd-pipeline .page-title{font-size:28px;font-weight:900;line-height:1.15}.bd-pipeline .page-sub{font-family:var(--mono);font-size:11px;color:var(--text2);margin-top:4px}.bd-pipeline .stats{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:8px;flex-shrink:0}.bd-pipeline .stats-row2{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:20px;flex-shrink:0}.bd-pipeline .stat{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:14px 18px}.bd-pipeline .stat-lbl{font-family:var(--mono);font-size:9px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text2);margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bd-pipeline .stat-val{font-size:22px;font-weight:900}.bd-pipeline .stat-val.blue{color:var(--accent)}.bd-pipeline .stat-val.green{color:var(--green)}.bd-pipeline button.stat.stat-drill{display:block;width:100%;text-align:left;font:inherit;color:inherit;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .05s}.bd-pipeline button.stat.stat-drill:hover{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.bd-pipeline button.stat.stat-drill:active{transform:translateY(1px)}.bd-pipeline button.stat.stat-drill:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.bd-pipeline .funnel-stage-drill,.bd-pipeline .breakdown-row-drill{display:block;width:100%;text-align:left;font:inherit;color:inherit;background:transparent;border:none;padding:4px 6px;margin:0 -6px 6px;border-radius:6px;cursor:pointer;transition:background .12s}.bd-pipeline .funnel-stage-drill:hover,.bd-pipeline .breakdown-row-drill:hover{background:var(--surface2,rgba(127,127,127,.1))}.bd-pipeline .funnel-stage-drill:focus-visible,.bd-pipeline .breakdown-row-drill:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.bd-pipeline .toolbar{display:flex;align-items:center;gap:10px;margin-bottom:14px;flex-shrink:0;flex-wrap:wrap}.bd-pipeline .search{background:var(--surface);border:1px solid var(--border2);border-radius:8px;padding:8px 13px;color:var(--text);font-family:var(--sans);font-size:12px;outline:none;width:200px;transition:border-color .2s}.bd-pipeline .search:focus{border-color:var(--accent)}.bd-pipeline .fsel{background:var(--surface);border:1px solid var(--border2);border-radius:8px;padding:8px 12px;color:var(--text);font-family:var(--sans);font-size:12px;outline:none;cursor:pointer}.bd-pipeline .fsel:focus{border-color:var(--accent)}.bd-pipeline .fsel.active{border-color:var(--accent);color:var(--accent)}.bd-pipeline .btn-ghost.active{background:var(--accent);border-color:var(--accent);color:#fff}.bd-pipeline .btn-ghost.active:hover{color:#fff;filter:brightness(1.08)}.bd-pipeline .btn-ghost.active.tri-only{filter:brightness(1.12);box-shadow:0 0 0 2px var(--accent) inset,0 0 0 1px var(--accent);font-weight:700}.bd-pipeline .msf-label{font-size:12px}.bd-pipeline .msf-label strong{font-weight:700}.bd-pipeline .msf-clear-all{color:var(--text2)}.bd-pipeline .msf-clear-all:hover{color:var(--accent);border-color:var(--accent)}.bd-pipeline .msf-panel{display:flex;flex-direction:column;gap:6px;min-width:220px;color:var(--text)}.bd-pipeline .msf-panel-head{display:flex;justify-content:space-between;align-items:center;gap:8px}.bd-pipeline .msf-panel-title{font-family:var(--mono);font-size:9px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text2)}.bd-pipeline .msf-actions{display:flex;gap:6px}.bd-pipeline .msf-actions .btn{width:auto;padding:0 8px}.bd-pipeline .msf-search{width:100%}.bd-pipeline .msf-list{max-height:280px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.bd-pipeline .msf-option{display:flex;align-items:center;gap:7px;cursor:pointer;font-size:12px;color:var(--text);padding:3px 4px;border-radius:6px;transition:background .12s}.bd-pipeline .msf-option:hover{background:rgba(var(--accent-rgb),.1)}.bd-pipeline .msf-option input[type=checkbox]{accent-color:var(--accent);cursor:pointer;width:14px;height:14px;flex-shrink:0}.bd-pipeline .msf-empty{font-size:12px;color:var(--text2);padding:4px 0}.bd-pipeline [role=menu] input[type=checkbox]{accent-color:var(--accent);cursor:pointer}.bd-pipeline .preset-bar{display:flex;align-items:stretch;gap:8px;flex-wrap:wrap;padding:0 0 12px;margin-bottom:12px;border-bottom:1px solid var(--border)}.bd-pipeline .preset-btn{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;width:118px;min-height:46px;padding:7px 11px;border:1px solid var(--border2);border-radius:8px;background:var(--surface);color:var(--text2);cursor:pointer;text-align:left;transition:all .15s}.bd-pipeline .preset-btn:hover{border-color:var(--accent);color:var(--text)}.bd-pipeline .preset-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.bd-pipeline .preset-btn-title{font-family:var(--sans);font-size:13px;font-weight:700;line-height:1.1}.bd-pipeline .preset-btn-sub{font-family:var(--mono);font-size:9px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;opacity:.7;line-height:1.1}.bd-pipeline .preset-btn.active .preset-btn-sub{opacity:.85}.bd-pipeline .preset-default-star{position:absolute;top:3px;left:4px;font-size:9px;line-height:1;color:var(--accent);pointer-events:none}.bd-pipeline .preset-btn.active .preset-default-star{color:#fff}.bd-pipeline .preset-saved{padding-right:18px}.bd-pipeline .preset-saved-main{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;min-width:0;cursor:pointer}.bd-pipeline .preset-saved-name{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bd-pipeline .preset-saved-remove{position:absolute;top:3px;right:5px;font-size:13px;font-weight:700;line-height:1;color:var(--text3);cursor:pointer}.bd-pipeline .preset-saved-remove:hover{color:var(--text)}.bd-pipeline .preset-saved.active .preset-saved-remove{color:#fff;opacity:.8}.bd-pipeline .preset-saved.active .preset-saved-remove:hover{opacity:1}.bd-pipeline .preset-divider{width:1px;align-self:stretch;background:var(--border2);margin:0 2px}.bd-pipeline .preset-actions{display:flex;align-items:center;gap:6px;margin-left:auto}.bd-pipeline .ob-report-nav{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.bd-pipeline .ob-report-nav::-webkit-scrollbar{display:none}.bd-pipeline .ob-report-nav .preset-btn{flex:0 0 auto;width:auto;min-width:118px}.bd-pipeline .ob-report-nav .preset-btn-title{white-space:nowrap}.bd-pipeline .ob-report-nav+*{margin-top:18px}.bd-pipeline .table-container{--frozen-w1:150px;flex:1;overflow:hidden;position:relative;border:1px solid var(--border);border-radius:12px;background:var(--surface);display:flex;flex-direction:column}.bd-pipeline .table-scroll{width:100%;flex:1;min-height:0;overflow:auto}.bd-pipeline table{border-collapse:separate;border-spacing:0;font-size:12px;min-width:100%}.bd-pipeline thead{position:sticky;top:0;z-index:20}.bd-pipeline th.fr,.bd-pipeline td.fr{position:sticky;z-index:10;background:var(--surface2)}.bd-pipeline th.fr{z-index:30;background:var(--surface3)}.bd-pipeline th.fr1,.bd-pipeline td.fr1{left:0;width:var(--frozen-w1);min-width:var(--frozen-w1);max-width:var(--frozen-w1)}.bd-pipeline th.fr2,.bd-pipeline td.fr2{left:var(--frozen-w1);width:var(--frozen-w2);min-width:var(--frozen-w2);max-width:var(--frozen-w2)}.bd-pipeline td.fr{background:var(--surface2)}.bd-pipeline td.fr2:after,.bd-pipeline th.fr2:after{content:"";position:absolute;right:-8px;top:0;bottom:0;width:8px;background:linear-gradient(to right,rgba(0,0,0,.3),transparent);pointer-events:none}.bd-pipeline th{padding:10px 14px;text-align:left;font-family:var(--mono);font-size:9px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text2);white-space:nowrap;background:var(--surface3);border-bottom:1px solid var(--border2);cursor:pointer;-webkit-user-select:none;user-select:none}.bd-pipeline th:hover{color:var(--text)}.bd-pipeline td{padding:11px 14px;border-bottom:1px solid var(--border);white-space:nowrap;vertical-align:middle;max-width:220px;overflow:hidden;text-overflow:ellipsis}.bd-pipeline tr:last-child td{border-bottom:none}.bd-pipeline tbody tr{cursor:pointer;transition:background .12s}.bd-pipeline tbody tr:hover td{background:rgba(var(--accent-rgb),.07)!important}.bd-pipeline tbody tr:hover td.fr{background:var(--surface3)!important;color:var(--accent)!important}.bd-pipeline .cell-lead{font-family:var(--mono);font-size:11px;color:var(--text2)}.bd-pipeline .cell-name{font-weight:700;color:var(--text)}.bd-pipeline .cell-money{font-family:var(--mono);font-weight:500;color:var(--green)}.bd-pipeline .cell-date,.bd-pipeline .cell-dim{font-family:var(--mono);font-size:11px;color:var(--text)}.bd-pipeline .cell-scope{font-size:11px;color:var(--text);max-width:180px;overflow:hidden;text-overflow:ellipsis}.bd-pipeline tr.row-won td:first-child{box-shadow:inset 3px 0 #22c55e}.bd-pipeline tr.row-lost td:first-child{box-shadow:inset 3px 0 #ef4444}.bd-pipeline tr.row-source-sel td:first-child{box-shadow:inset 3px 0 #f59e0b}.bd-pipeline tr.row-live td:first-child{box-shadow:inset 3px 0 #3b82f6}.bd-pipeline .status-legend{display:flex;gap:18px;align-items:center;padding:6px 0 2px;font-family:var(--mono);font-size:10px;color:var(--text2);letter-spacing:.05em;flex-wrap:wrap}.bd-pipeline .status-legend .leg-group{display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap}.bd-pipeline .status-legend .leg-group-label{font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text3)}.bd-pipeline .status-legend .leg-item{display:inline-flex;align-items:center;white-space:nowrap}.bd-pipeline .status-legend .leg-sq{display:inline-block;width:8px;height:8px;border-radius:2px;margin-right:4px;vertical-align:middle}.bd-pipeline .badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:20px;font-family:var(--mono);font-size:10px;font-weight:600;white-space:nowrap}.bd-pipeline .badge-blue{background:#3b82f626;color:#1d4ed8}.bd-pipeline .badge-green{background:#22c55e26;color:#15803d}.bd-pipeline .badge-yellow{background:#eab3082e;color:#a16207}.bd-pipeline .badge-red{background:#ef444421;color:#b91c1c}.bd-pipeline .badge-gray{background:#64748b26;color:#475569}.bd-pipeline .badge-purple{background:#a855f724;color:#7e22ce}.bd-pipeline .badge-teal{background:#14b8a626;color:#0f766e}body.dark-mode .bd-pipeline .badge-blue{color:#93c5fd}body.dark-mode .bd-pipeline .badge-green{color:#86efac}body.dark-mode .bd-pipeline .badge-yellow{color:#fde047}body.dark-mode .bd-pipeline .badge-red{color:#fca5a5}body.dark-mode .bd-pipeline .badge-gray{color:#94a3b8}body.dark-mode .bd-pipeline .badge-purple{color:#d8b4fe}body.dark-mode .bd-pipeline .badge-teal{color:#5eead4}.bd-pipeline .progress-mini{display:flex;gap:3px;align-items:center}.bd-pipeline .pm-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.bd-pipeline .pm-1{background:var(--text3)}.bd-pipeline .pm-2{background:var(--yellow)}.bd-pipeline .pm-3{background:var(--green)}.bd-pipeline .empty-state{padding:60px;text-align:center;color:var(--text2)}.bd-pipeline .empty-icon{font-size:36px;margin-bottom:12px}.bd-pipeline .overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:500;display:none;align-items:flex-start;justify-content:center;padding:24px;overflow-y:auto}.bd-pipeline .overlay.open{display:flex}.bd-pipeline .modal{background:var(--surface);border:1px solid var(--border2);border-radius:16px;width:100%;max-width:720px;position:relative;margin:auto}.bd-pipeline .modal-header{padding:28px 32px 0}.bd-pipeline .modal-eyebrow{font-family:var(--mono);font-size:9px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:6px}.bd-pipeline .modal-title{font-size:20px;font-weight:900;margin-bottom:20px}.bd-pipeline .modal-close{position:absolute;top:20px;right:22px;background:none;border:none;color:var(--text2);font-size:20px;cursor:pointer;line-height:1;padding:4px}.bd-pipeline .modal-close:hover{color:var(--text)}.bd-pipeline .modal.deal-overlay{max-width:1100px;width:94vw;height:88vh;display:flex;flex-direction:column;overflow:hidden;margin:auto}.bd-pipeline .deal-overlay-head{flex:0 0 auto;padding:20px 24px 12px;border-bottom:1px solid var(--border2);background:var(--surface)}.bd-pipeline .deal-overlay-identity{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap;margin-bottom:14px}.bd-pipeline .deal-overlay-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-bottom:1px solid var(--border2)}.bd-pipeline .deal-overlay-tab{font-family:var(--mono);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:9px 8px;cursor:pointer;color:var(--text2);background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .18s;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bd-pipeline .deal-overlay-tab:hover{color:var(--text)}.bd-pipeline .deal-overlay-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.bd-pipeline .deal-overlay-tab.current{color:var(--text)}.bd-pipeline .deal-overlay-timeline{padding:14px 4px 4px}.bd-pipeline .deal-overlay-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;padding-top:12px;margin-top:6px;border-top:1px solid var(--border)}.bd-pipeline .advance-control{display:inline-flex;align-items:center;gap:10px}.bd-pipeline .advance-control-arrow{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-family:var(--mono);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--accent);border:1px solid var(--accent);border-radius:8px;padding:7px 12px 7px 10px;transition:filter .15s,box-shadow .15s;white-space:nowrap}.bd-pipeline .advance-control-arrow:hover{filter:brightness(1.08);box-shadow:0 1px 6px #0000002e}.bd-pipeline .advance-control-arrow:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.bd-pipeline .advance-control-arrow-glyph{font-size:14px;line-height:1}.bd-pipeline .advance-control-terminal{opacity:.85}.bd-pipeline .advance-control-terminal-tag{font-family:var(--mono);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text2);border:1px solid var(--border);border-radius:999px;padding:3px 9px}.bd-pipeline.opportunity-header .opportunity-header-advance{display:flex;justify-content:flex-end;margin-top:10px}.bd-pipeline .deal-overlay-body{flex:1 1 auto;overflow-y:auto;padding:18px 24px 28px}.bd-pipeline.opportunity-header{padding:20px 24px 14px;border-bottom:1px solid var(--border2);background:var(--surface)}.bd-pipeline.opportunity-header .deal-overlay-identity{margin-bottom:10px}@media (max-width:768px){.bd-pipeline .modal.deal-overlay{width:100vw;height:100vh;max-width:none;border-radius:0}.bd-pipeline .deal-overlay-tabs{grid-template-columns:repeat(5,1fr)}.bd-pipeline .deal-overlay-tab{padding:9px 4px;font-size:10px}}.bd-pipeline .tabs{display:flex;gap:0;border-bottom:1px solid var(--border2);padding:0 32px}.bd-pipeline .tab{font-family:var(--mono);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:10px 18px;cursor:pointer;color:var(--text2);border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .18s;background:none;border-left:none;border-right:none;border-top:none}.bd-pipeline .tab:hover{color:var(--text)}.bd-pipeline .tab.active{color:var(--accent);border-bottom-color:var(--accent)}.bd-pipeline .tab-admin{margin-left:auto}.bd-pipeline .tab-admin:hover{color:#e08b45}.bd-pipeline .tab-admin.active{color:#e08b45;border-bottom-color:#e08b45}.bd-pipeline .tab-panel{display:none;padding:24px 32px 28px}.bd-pipeline .tab-panel.active{display:block}.bd-pipeline .admin-section-divider{border:none;border-top:2px solid var(--border2);margin:0 32px}.bd-pipeline .settings-admin-section{padding:24px 32px 28px}.bd-pipeline .fgrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.bd-pipeline .fgrid .span2{grid-column:1/-1}.bd-pipeline .fg.initial-stage-emphasis{background:var(--accent-glow,rgba(59,130,246,.08));border:1px solid var(--accent);border-radius:10px;padding:12px 14px;margin-bottom:16px}.bd-pipeline .fg.initial-stage-emphasis label{color:var(--accent)}.bd-pipeline .fg.initial-stage-emphasis .stage-select-hint{margin:8px 0 0;font-family:var(--mono);font-size:10px;line-height:1.4;color:var(--text2);letter-spacing:.02em}.bd-pipeline .modal-footer{display:flex;justify-content:space-between;align-items:center;padding:18px 32px 24px;border-top:1px solid var(--border)}.bd-pipeline .modal-footer-r,.bd-pipeline .modal-footer-l{display:flex;gap:10px}.bd-pipeline .modal-footer .btn-blue,.bd-pipeline .modal-footer .btn-red{width:auto;padding:10px 18px;font-size:13px;margin-top:0;border:1px solid transparent}.bd-pipeline .triage-row{background:color-mix(in srgb,var(--accent) 5%,transparent)}.bd-pipeline .triage-row:hover{background:color-mix(in srgb,var(--accent) 10%,transparent)}.bd-pipeline .triage-cols{--frozen-w1:160px}.bd-pipeline .conv-list{display:flex;flex-direction:column;gap:10px;margin-bottom:18px;max-height:260px;overflow-y:auto}.bd-pipeline .conv-item{background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:14px 16px}.bd-pipeline .conv-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.bd-pipeline .conv-company{font-weight:700;font-size:13px}.bd-pipeline .conv-date{font-family:var(--mono);font-size:10px;color:var(--text2)}.bd-pipeline .conv-notes{font-size:12px;color:var(--text2);line-height:1.55}.bd-pipeline .conv-delete{background:none;border:none;color:var(--text3);font-size:14px;cursor:pointer;padding:0 4px}.bd-pipeline .conv-delete:hover{color:var(--red)}.bd-pipeline .add-conv-form{background:var(--surface2);border:1px solid var(--border2);border-radius:10px;padding:16px}.bd-pipeline .add-conv-title{font-family:var(--mono);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:12px}.bd-pipeline .conv-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}.bd-pipeline .progress-steps{display:flex;flex-direction:column;gap:12px}.bd-pipeline .step-row{display:flex;align-items:center;gap:14px;padding:12px 14px;background:var(--surface2);border:1px solid var(--border);border-radius:10px}.bd-pipeline .step-num{font-family:var(--mono);font-size:10px;font-weight:600;color:var(--text3);width:18px;flex-shrink:0}.bd-pipeline .step-name{font-size:13px;font-weight:600;flex:1}.bd-pipeline .step-lights{display:flex;gap:8px;margin-left:auto}.bd-pipeline .light{width:28px;height:28px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:all .15s;flex-shrink:0;position:relative}.bd-pipeline button.light{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:0;margin:0;font:inherit}.bd-pipeline .light:hover{transform:scale(1.15)}.bd-pipeline .light.l1{background:#64748b33;border-color:var(--border2)}.bd-pipeline .light.l1.active{background:var(--red);border-color:#fca5a5;box-shadow:0 0 10px #ef444480}.bd-pipeline .light.l2{background:#64748b33;border-color:var(--border2)}.bd-pipeline .light.l2.active{background:var(--yellow);border-color:#fde047;box-shadow:0 0 10px #eab30880}.bd-pipeline .light.l3{background:#64748b33;border-color:var(--border2)}.bd-pipeline .light.l3.active{background:var(--green);border-color:#86efac;box-shadow:0 0 10px #22c55e80}.bd-pipeline .step-labels{display:flex;gap:8px;margin-left:auto}.bd-pipeline .step-label-txt{font-family:var(--mono);font-size:9px;width:28px;text-align:center;color:var(--text3)}.bd-pipeline .toast{position:fixed;bottom:24px;right:24px;background:var(--surface2);border:1px solid var(--border2);border-left:3px solid var(--accent);border-radius:8px;padding:12px 18px;font-size:12px;z-index:9999;transform:translateY(60px);opacity:0;transition:all .3s cubic-bezier(.34,1.56,.64,1);pointer-events:none;max-width:300px}.bd-pipeline .toast.show{transform:translateY(0);opacity:1}.bd-pipeline .toast.err{border-left-color:var(--red)}.bd-pipeline .stats-filter-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:8px;font-family:var(--sans);font-size:13px;font-weight:600;border:none;background:transparent;color:var(--text2);cursor:pointer;transition:background .15s,color .15s}.bd-pipeline .stats-filter-btn:hover{background:var(--surface);color:var(--text)}.bd-pipeline .stats-filter-btn.active{background:var(--accent);color:#fff}.bd-pipeline .headline-basis-toggle{display:inline-flex;gap:2px;background:var(--surface);border:1px solid var(--border);border-radius:9px;padding:2px}.bd-pipeline .headline-basis-toggle .stats-filter-btn{padding:5px 12px;font-size:12px;border-radius:7px}.bd-pipeline #settings-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:600;display:none;align-items:flex-start;justify-content:center;padding:24px;overflow-y:auto}.bd-pipeline #settings-overlay.open{display:flex}.bd-pipeline #settings-panel{background:var(--surface);border:1px solid var(--border2);border-radius:16px;width:100%;max-width:640px;position:relative;margin:auto;overflow:hidden}.bd-pipeline .settings-section{margin-bottom:24px}.bd-pipeline .settings-section-title{font-family:var(--mono);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:12px}.bd-pipeline .settings-tag-list{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.bd-pipeline .settings-tag-row{display:flex;align-items:center;justify-content:space-between;background:var(--surface2);border:1px solid var(--border);border-radius:8px;padding:8px 12px;font-size:13px}.bd-pipeline .settings-tag-del{background:none;border:none;color:var(--text3);font-size:16px;cursor:pointer;padding:0 2px;line-height:1}.bd-pipeline .settings-tag-del:hover{color:var(--red)}.bd-pipeline .settings-add-row{display:flex;gap:8px}.bd-pipeline .settings-reassign-warning{background:#eab30814;border:1px solid rgba(234,179,8,.3);border-radius:8px;padding:12px 14px;margin-top:10px;font-size:12px;color:var(--yellow)}.bd-pipeline ::-webkit-scrollbar{width:6px;height:6px}.bd-pipeline ::-webkit-scrollbar-track{background:transparent}.bd-pipeline ::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}.bd-pipeline ::-webkit-scrollbar-thumb:hover{background:var(--text3)}.bd-pipeline{scrollbar-width:thin;scrollbar-color:var(--border2) transparent}.bd-pipeline .table-scroll{scrollbar-gutter:stable}.bd-pipeline .palette-swatch{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;padding:4px}.bd-pipeline button.palette-swatch{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:none;background:none;font:inherit}.bd-pipeline .palette-swatch-dot{width:32px;height:32px;border-radius:50%;border:3px solid transparent;transition:all .15s;box-shadow:0 1px 4px #0003}.bd-pipeline .palette-swatch.active .palette-swatch-dot{border-color:var(--text);outline:2px solid var(--bg);outline-offset:1px}.bd-pipeline .palette-swatch-label{font-family:var(--mono);font-size:9px;color:var(--text2);white-space:nowrap}.bd-pipeline .palette-swatch:hover .palette-swatch-dot{transform:scale(1.12)}.bd-pipeline .badge-aging-green{background:#22c55e26;color:#15803d;font-family:var(--mono);font-size:9px;font-weight:600;padding:2px 6px;border-radius:20px;white-space:nowrap}.bd-pipeline .badge-aging-yellow{background:#eab3082e;color:#a16207;font-family:var(--mono);font-size:9px;font-weight:600;padding:2px 6px;border-radius:20px;white-space:nowrap}.bd-pipeline .badge-aging-red{background:#ef444421;color:#b91c1c;font-family:var(--mono);font-size:9px;font-weight:600;padding:2px 6px;border-radius:20px;white-space:nowrap}body.dark-mode .bd-pipeline .badge-aging-green{color:#86efac}body.dark-mode .bd-pipeline .badge-aging-yellow{color:#fde047}body.dark-mode .bd-pipeline .badge-aging-red{color:#fca5a5}.bd-pipeline .ptb-warn{display:inline-block;margin-left:4px;color:var(--red);font-weight:700;font-size:11px;cursor:default}.bd-pipeline .date-urgency{display:inline-flex;align-items:center;gap:3px;font-weight:600}.bd-pipeline .date-urgency-icon{font-size:9px;line-height:1}.bd-pipeline .date-urgency-red{color:#b91c1c}.bd-pipeline .date-urgency-amber{color:#a16207}body.dark-mode .bd-pipeline .date-urgency-red{color:#fca5a5}body.dark-mode .bd-pipeline .date-urgency-amber{color:#fde047}.bd-pipeline .cell-activity{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.bd-pipeline .aging-flags{display:inline-flex;align-items:center;gap:4px}.bd-pipeline .aging-flag{font-family:var(--mono);font-size:9px;font-weight:700;padding:2px 6px;border-radius:20px;white-space:nowrap;letter-spacing:.02em}.bd-pipeline .aging-flag-amber{background:#eab3082e;color:#a16207}.bd-pipeline .aging-flag-red{background:#ef444421;color:#b91c1c}body.dark-mode .bd-pipeline .aging-flag-amber{color:#fde047}body.dark-mode .bd-pipeline .aging-flag-red{color:#fca5a5}.bd-pipeline #view-mypipeline{display:none;flex:1;overflow-y:auto;flex-direction:column;padding:24px 28px}.bd-pipeline .mypipeline-section{margin-bottom:24px}.bd-pipeline .mypipeline-section-title{font-family:var(--mono);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text2);margin-bottom:12px}.bd-pipeline .mypipeline-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:14px 18px;margin-bottom:8px;cursor:pointer;transition:border-color .15s}.bd-pipeline .mypipeline-card:hover{border-color:var(--accent)}.bd-pipeline .mypipeline-card-name{font-weight:700;font-size:14px;margin-bottom:4px}.bd-pipeline .mypipeline-card-meta{font-family:var(--mono);font-size:10px;color:var(--text2);display:flex;gap:12px;flex-wrap:wrap}.bd-pipeline .teaming-item{background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.bd-pipeline .teaming-company{font-weight:700;font-size:13px}.bd-pipeline .teaming-role{font-family:var(--mono);font-size:10px;color:var(--text2);margin-left:10px}@media (max-width: 640px){.bd-pipeline .overlay{padding:12px}.bd-pipeline .modal-header{padding:20px 18px 0}.bd-pipeline .tabs{padding:0 18px;overflow-x:auto}.bd-pipeline .tab-panel,.bd-pipeline .settings-admin-section{padding:18px 18px 22px}.bd-pipeline .modal-footer{padding:16px 18px 20px}.bd-pipeline .fgrid{grid-template-columns:1fr}.bd-pipeline .toolbar{gap:8px}.bd-pipeline .toolbar .search{width:100%}.bd-pipeline .toolbar .fsel{flex:1 1 140px}}.bd-pipeline .kanban{overflow-x:auto}.bd-pipeline .kanban-board{display:flex;gap:12px;align-items:flex-start;padding:4px 2px 12px;min-height:200px}.bd-pipeline .kanban-col{flex:0 0 248px;width:248px;background:var(--bg);border:1px solid var(--border2);border-radius:10px;padding:8px;transition:background .12s,border-color .12s}.bd-pipeline .kanban-col.over{background:var(--surface2);border-color:var(--accent)}.bd-pipeline .kanban-col-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;padding:2px 2px 0}.bd-pipeline .kanban-col-count{font-family:var(--mono);font-size:11px;color:var(--text2)}.bd-pipeline .kanban-col-rollup{display:flex;align-items:baseline;gap:5px;font-family:var(--mono);font-size:10px;color:var(--text2);margin:-4px 2px 8px;padding-bottom:6px;border-bottom:1px solid var(--border)}.bd-pipeline .kanban-rollup-total{color:var(--text);font-weight:600}.bd-pipeline .kanban-rollup-sep{color:var(--text3)}.bd-pipeline .kanban-rollup-wtd{color:var(--text2)}.bd-pipeline .kanban-rollup-lbl{color:var(--text3);font-size:9px;letter-spacing:.04em}.bd-pipeline .kanban-col-empty{font-size:11px;color:var(--text3);text-align:center;padding:16px 0}.bd-pipeline .kanban-card{position:relative;background:var(--surface);border:1px solid var(--border2);border-radius:8px;padding:9px 10px;margin-bottom:8px;display:flex;flex-direction:column;gap:6px;transition:border-color .15s,opacity .12s}.bd-pipeline .kanban-card.grab{cursor:grab}.bd-pipeline .kanban-card.grab:hover{border-color:var(--accent)}.bd-pipeline .kanban-card.dragging{opacity:.4}.bd-pipeline .kanban-card-name{font-size:13px;font-weight:600;line-height:1.3;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.bd-pipeline .kanban-card-recompete{font-size:9px;padding:2px 6px;flex:0 0 auto}.bd-pipeline .kanban-card-meta{font-size:11px;color:var(--text2);display:flex;flex-wrap:wrap;gap:2px 8px}.bd-pipeline .kanban-card-foot{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.bd-pipeline .kanban-card-foot .cell-money{font-size:11px}.bd-pipeline .kanban-card-foot .badge{font-size:10px}.bd-pipeline .kanban-card-ptb{font-size:10px;margin-left:auto}.bd-pipeline .kanban-card-actions{display:flex;flex-wrap:wrap;gap:6px}.bd-pipeline .kanban-card-actions .btn-sm{flex:0 1 auto}.bd-pipeline .deal-peek-btn{background:none;border:none;cursor:pointer;padding:2px;line-height:1;font-size:12px;opacity:.45;border-radius:6px;color:var(--text2);transition:opacity .15s,background .15s;flex:0 0 auto}.bd-pipeline .deal-peek-btn:hover,.bd-pipeline .deal-peek-btn:focus-visible{opacity:1;background:var(--surface2);outline:none}.bd-pipeline .kanban-card-peek{position:absolute;top:4px;right:4px}.bd-pipeline .kanban-rationale{white-space:pre-wrap;font-family:var(--mono);font-size:11px;color:var(--text2);margin:0}.bd-pipeline .triage-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.bd-pipeline .triage-decision{align-items:center;margin-top:6px;padding-top:6px;border-top:1px solid var(--border2)}.bd-pipeline .kanban-card-row{display:flex;align-items:center;gap:8px}.triage-detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px 24px}.triage-detail-row{display:flex;flex-direction:column;gap:2px}.triage-detail-label{font-size:10px;text-transform:uppercase;letter-spacing:.04em;color:var(--text3)}.triage-detail-value{font-size:13px;color:var(--text)}.triage-detail-muted{font-size:13px;color:var(--text3)}.triage-detail-list{margin:4px 0 0;padding-left:18px;font-size:13px;color:var(--text)}.triage-detail-list li{margin:2px 0}.triage-research-block{margin-top:10px}.triage-research-block p{margin:4px 0 0;font-size:13px;color:var(--text);white-space:pre-wrap}.triage-research-section{margin-top:18px;padding-top:14px;border-top:1px solid var(--border2)}.triage-research-head{display:flex;align-items:center;justify-content:space-between}.triage-research{margin-top:6px}.ai-research-framed{display:grid;gap:12px;padding:12px 16px;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-md)}.ai-research-framed>.triage-research{margin-top:0}.bd-pipeline .triage-count-badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;background:var(--sem-red,#dc2626);color:#fff;font-family:var(--mono);font-size:10px;font-weight:700;line-height:1;box-shadow:0 0 0 2px var(--surface);pointer-events:none}.bd-pipeline .preset-btn.active .triage-count-badge{box-shadow:0 0 0 2px var(--accent)}
