:root{--indigo-50:#edecff;--indigo-100:#c2c0ff;--indigo-200:#726cfd;--indigo-250:#3932ff;--indigo-300:#251de7;--indigo-400:#0b0854;--indigo-450:#030223;--black:#0a0a0a;--grey:#9ca3af;--grey-light:#e5e7eb;--grey-mid:#6b7280;--grey-bg:#f9fafb;--text:#374151;--white:#fff;--green:#10b981;--green-light:#d1fae5;--orange:#f59e0b;--orange-light:#fef3c7;--red:#ef4444;--red-light:#fee2e2;--yellow:#eab308;--yellow-light:#fef9c3;--yellow-text:#713f12;--green-text:#047857;--orange-text:#92400e;--red-text:#991b1b;--rec-juliette:#8b5cf6;--rec-gaspard:#06b6d4;--rec-thomas:#f59e0b;--rec-manon:#ec4899;--rec-hugo:#dc2626}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:14px}body{font-family:Bricolage Grotesque,sans-serif;background:var(--grey-bg);color:var(--black);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:inherit;text-decoration:none}.loading-overlay{position:fixed;inset:0;z-index:9999;background:var(--grey-bg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.loading-overlay.hidden{display:none}.loading-spinner{width:40px;height:40px;border:3px solid var(--grey-light);border-top-color:var(--indigo-250);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.loading-text{font-size:14px;color:var(--grey-mid)}.sidebar{width:248px;background:var(--indigo-450);color:var(--white);padding:24px 14px;display:flex;flex-direction:column;position:fixed;height:100vh;overflow-y:auto;z-index:10}.sidebar .logo{font-weight:800;font-size:32px;letter-spacing:-.02em;display:inline-flex;gap:6px;align-items:baseline;margin-bottom:32px;padding:0 10px;color:var(--white);text-decoration:none}.sidebar .logo .method{font-family:"Instrument Serif",serif;font-weight:400;font-style:italic;letter-spacing:0;color:var(--white)}.nav{display:flex;flex-direction:column;gap:2px}.nav-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:6px;color:var(--indigo-100);text-decoration:none;font-size:14px;background:transparent;border:none;width:100%;text-align:left;cursor:pointer;font-family:inherit;transition:all .15s ease}.nav-item:hover{background:hsla(0,0%,100%,.06);color:var(--white)}.nav-item.active{background:var(--indigo-250);color:var(--white)}.nav-item .icon{width:16px;height:16px;font-size:14px;flex-shrink:0}.nav-item .label{flex:1}.nav-item .caret{font-size:10px;color:var(--grey);transition:transform .2s ease}.nav-group.expanded .nav-toggle .caret{transform:rotate(90deg)}.nav-sub{display:none;flex-direction:column;gap:1px;margin:2px 0 6px 28px;padding-left:12px;border-left:1px solid hsla(0,0%,100%,.08)}.nav-group.expanded .nav-sub{display:flex}.nav-sub-item{display:block;padding:6px 10px;border-radius:5px;color:var(--grey);text-decoration:none;font-size:13px;transition:all .15s ease;cursor:pointer}.nav-sub-item:hover{background:hsla(0,0%,100%,.06);color:var(--white)}.nav-sub-item.active{background:rgba(57,50,255,.18);color:var(--white)}.sidebar-bottom{margin-top:auto;padding-top:14px;border-top:1px solid hsla(0,0%,100%,.08);display:flex;flex-direction:column;gap:12px}.user-row{justify-content:space-between;padding:0 10px}.user-info,.user-row{display:flex;align-items:center}.user-info{gap:8px}.user-initials{width:28px;height:28px;border-radius:50%;background:hsla(0,0%,100%,.08);display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--indigo-100);font-weight:500}.user-name{font-size:13px;color:var(--indigo-100)}.logout-btn{background:none;border:none;color:var(--grey);font-size:12px;cursor:pointer;font-family:inherit;padding:4px 8px;border-radius:4px;transition:all .15s}.logout-btn:hover{color:var(--white);background:hsla(0,0%,100%,.08)}.sidebar-bottom .refresh-info{font-size:11px;color:var(--grey);padding:0 10px;line-height:1.5}.main{flex:1;margin-left:248px;padding:0 0 80px;max-width:calc(100vw - 248px);overflow-x:clip}.page-header{position:sticky;top:0;z-index:100;background:var(--grey-bg);padding:16px 40px 12px;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.global-filters{display:flex;gap:8px;align-items:center}.period-context{font-size:12px;color:var(--grey-mid);font-variant-numeric:tabular-nums}.period-context strong{color:var(--text);font-weight:600}.filter-pill{background:var(--white);border:1px solid var(--grey-light);padding:7px 14px;border-radius:999px;font-size:13px;color:var(--text);cursor:pointer;display:inline-flex;align-items:center;gap:6px;font-family:inherit;transition:all .15s;position:relative}.filter-pill.open,.filter-pill:hover{border-color:var(--indigo-250)}.filter-pill.active-filter{background:var(--indigo-50);border-color:var(--indigo-100);color:var(--indigo-300)}.filter-pill .label-mini{color:var(--grey-mid);font-size:11px;text-transform:uppercase;letter-spacing:.06em;margin-right:4px}.filter-pill .arrow{font-size:9px;color:var(--grey)}.filter-dropdown{position:absolute;top:calc(100% + 6px);right:0;background:var(--white);border:1px solid var(--grey-light);border-radius:10px;box-shadow:0 4px 16px rgba(0,0,0,.1);min-width:180px;max-height:280px;overflow-y:auto;padding:6px;display:none;z-index:200}.filter-dropdown.open{display:block}.filter-option{display:block;width:100%;padding:8px 12px;border-radius:6px;font-size:13px;color:var(--text);cursor:pointer;border:none;background:none;text-align:left;font-family:inherit;transition:all .1s}.filter-option.selected,.filter-option:hover{background:var(--indigo-50)}.filter-option.selected{color:var(--indigo-300);font-weight:600}.hero-business{background:var(--indigo-450);color:var(--white);padding:28px 40px 24px;margin:0 40px;border-radius:12px}.hero-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.hero-kpi-meta{display:flex;justify-content:space-between;font-size:10px;color:var(--indigo-100);font-variant-numeric:tabular-nums}.hero-kpi-meta .up{color:#6ee7b7;font-weight:600}.hero-kpi-meta .down{color:#fca5a5;font-weight:600}.zone{margin:0 40px 20px}.zone-gap{margin-top:20px}.zone-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:20px;gap:16px}.zone-header h2{font-size:32px;font-weight:700;letter-spacing:-.02em;color:var(--black);line-height:1.1}.zone-header h2 em{font-family:"Instrument Serif",serif;font-weight:400;font-style:italic}.zone-controls{display:flex;align-items:center;gap:12px}.rolling-delta{font-size:12px;margin-top:4px;color:var(--grey-mid)}.rolling-delta.up{color:var(--green)}.rolling-delta.down{color:var(--red)}.table-scroll{overflow-x:auto}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px;align-items:stretch}.kpi-grid-3{grid-template-columns:repeat(3,1fr)}.kpi-card{background:var(--indigo-50);border-radius:12px;padding:18px 22px;display:flex;flex-direction:column;height:100%}.kpi-card .kpi-label{font-size:12px;color:var(--grey-mid);margin-bottom:8px}.kpi-card .kpi-value-row{display:flex;align-items:baseline;gap:6px;margin-bottom:6px}.kpi-card .kpi-value{font-size:30px;font-weight:700;letter-spacing:-.02em;color:var(--black);line-height:1;font-variant-numeric:tabular-nums}.kpi-card .kpi-target{font-size:12px;color:var(--grey-mid);font-variant-numeric:tabular-nums}.kpi-card .kpi-gauge-bar{height:4px;background:rgba(57,50,255,.15);border-radius:999px;overflow:hidden;margin-top:8px;margin-bottom:6px}.kpi-card .kpi-gauge-fill{height:100%;background:var(--indigo-250);border-radius:999px}.kpi-card .kpi-gauge-fill.green{background:var(--green)}.kpi-card .kpi-gauge-fill.orange{background:var(--orange)}.kpi-card .kpi-gauge-fill.red{background:var(--red)}.kpi-card .kpi-meta{display:flex;justify-content:space-between;font-size:10px;color:var(--grey-mid);font-variant-numeric:tabular-nums}.kpi-card .kpi-meta .up{color:#10b981;font-weight:600}.kpi-card .kpi-meta .down{color:#ef4444;font-weight:600}.priorities{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:8px;align-items:start}.priorities .priority-col{display:flex;flex-direction:column;gap:16px}.priority-card{background:#f3f4f6;border-radius:10px;padding:16px}.priority-card .priority-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}.priority-card .priority-label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--indigo-250);font-weight:700}.priority-card .priority-count{font-size:22px;font-weight:700;letter-spacing:-.02em;line-height:1;color:var(--black)}.priority-card .priority-count small{font-size:12px;font-weight:500;color:var(--grey-mid);margin-left:3px}.priority-card .priority-items{display:flex;flex-direction:column;gap:4px}.priority-card .priority-item{display:flex;align-items:center;justify-content:space-between;gap:6px;color:var(--text);padding:8px 10px;border-radius:5px;cursor:pointer;background:var(--white);transition:all .15s;text-decoration:none}.priority-card .priority-item .item-main{display:flex;flex-direction:column;gap:2px;min-width:0}.priority-card .priority-item .item-job{font-size:12px;font-weight:600;color:var(--black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.priority-card .priority-item .item-job a.item-job-link{color:var(--black);text-decoration:none;font-weight:600}.priority-card .priority-item .item-job a.item-job-link:hover{text-decoration:underline;color:var(--indigo-300)!important}.priority-card .priority-item .item-meta{font-size:11px;color:var(--grey-mid);font-variant-numeric:tabular-nums}.priority-card .priority-item:hover{background:var(--indigo-50);color:var(--indigo-300)}.priority-card .priority-item.alert-orange{border-left:3px solid var(--orange);background:#fef7eb;padding-left:8px}.priority-card .priority-item.alert-red{border-left:3px solid var(--red);background:var(--red-light);padding-left:8px}.priority-card .priority-item.alert-yellow{border-left:3px solid var(--yellow);background:var(--yellow-light);padding-left:8px}.priority-card .priority-item .external{color:var(--indigo-250);font-size:11px}.priority-card .priority-item .item-date{font-size:10px;font-weight:600;color:var(--indigo-300);background:var(--indigo-50);padding:2px 6px;border-radius:3px;white-space:nowrap;align-self:flex-start;margin-top:4px}.priority-card .priority-item.is-hidden{display:none}.priority-more{display:inline-block;margin-top:10px;font-size:11px;color:var(--indigo-250);font-weight:500;cursor:pointer;background:none;border:none;font-family:inherit;padding:0}.priority-more:hover{text-decoration:underline}.pipe-alerts{margin-top:28px;padding:18px 20px;background:#fef7eb;border-radius:10px;border-left:3px solid var(--orange)}.pipe-alerts .pipe-alerts-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px}.pipe-alerts .pipe-alerts-title{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--orange-text);font-weight:700}.pipe-alerts ul{list-style:none;display:flex;flex-direction:column;gap:8px}.pipe-alerts li{display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--white);border-radius:8px;border:1px solid var(--grey-light);font-size:13px;color:var(--text)}.pipe-alerts li.is-hidden{display:none}.pipe-alerts li .dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.pipe-alerts li .dot.red{background:var(--red)}.pipe-alerts li .dot.orange{background:var(--orange)}.pipe-alerts li .dot.yellow{background:var(--yellow)}.pipe-alerts li strong{font-weight:600;color:var(--black)}.pipe-alerts li a{text-decoration:none;margin-left:auto}.alerts-more,.pipe-alerts li a{color:var(--indigo-250);font-weight:500;font-size:12px}.alerts-more{margin-top:12px;background:none;border:none;font-family:inherit;cursor:pointer;padding:0}.alerts-more:hover{text-decoration:underline}.jd-filter{border:1px solid var(--grey-light);background:var(--white);color:var(--text);font-size:12px;padding:4px 12px;border-radius:6px;cursor:pointer;font-family:inherit}.jd-filter.active{background:var(--indigo-50);color:var(--indigo-300);border-color:var(--indigo-100);font-weight:600}.jd-table td,.jd-table th{font-size:12px;padding:6px 8px}.jd-table td.zero{color:var(--grey)}.jd-table .group-sep{border-left:1px solid var(--grey-light)}.jd-table .group-header{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--indigo-400);text-align:center;padding:6px 4px;background:var(--indigo-50)}.jd-table td:first-child,.jd-table th:first-child{position:sticky;left:0;z-index:2;background:var(--white)}.jd-table thead th:first-child{background:var(--white)}.jd-table .group-header:first-child{background:var(--indigo-50)}.jd-table .col-shaded{background:var(--grey-bg)}.jd-table .col-shaded-head{background:#f3f4f6}.jd-date-pill{color:var(--indigo-300);background:var(--indigo-50);padding:2px 6px}.jd-date-pill,.jd-stage-pill{font-size:10px;font-weight:600;border-radius:3px;white-space:nowrap}.jd-stage-pill{color:#fff;padding:2px 8px;text-transform:capitalize;background:#9ca3af}.jd-stage-pill.stage-filled{background:#10b981}.jd-stage-pill.stage-lost{background:#ef4444}.jd-stage-pill.stage-interview{background:#3932ff}.jd-stage-pill.stage-hold{background:#f59e0b}.jd-stage-pill.stage-sourcing{background:#a5a1ff}.jd-stage-pill.stage-briefing{background:#c2c0ff}.jd-stage-pill.stage-closing{background:#f59e0b}.jd-stage-pill.stage-not-qualified,.jd-stage-pill.stage-not_qualified{background:#9ca3af}.jd-stage-pill.stage-job_transfere,.jd-stage-pill.stage-job_transferred{background:#6b7280}.jd-wrapper{margin-top:24px}.jd-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.jd-header-title{margin:0}.jd-filters{display:flex;gap:8px;align-items:center}.stage-dropdown{position:relative}.stage-dropdown .filter-pill.active{background:var(--indigo-50);border-color:var(--indigo-100);color:var(--indigo-300)}.stage-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;background:var(--white);border:1px solid var(--grey-light);border-radius:8px;padding:6px 0;box-shadow:0 4px 12px rgba(0,0,0,.08);z-index:10;min-width:160px}.stage-dropdown-item{display:flex;align-items:center;gap:8px;padding:6px 14px;font-size:13px;color:var(--text);cursor:pointer;white-space:nowrap}.stage-dropdown-item:hover{background:var(--indigo-50)}.stage-dropdown-item input[type=checkbox]{accent-color:var(--indigo-250)}.jd-job-link{color:var(--indigo-300);text-decoration:none}.jd-spott-link{color:var(--indigo-250);font-size:11px;text-decoration:none}.jd-company{color:var(--grey-mid);font-size:11px}.jd-toggle-cell{text-align:center;padding:10px}.jd-more-btn{background:none;border:none;color:var(--indigo-300);cursor:pointer;font-size:12px;font-family:inherit}.center{text-align:center}.alert-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;white-space:nowrap;margin-right:6px;vertical-align:middle}.alert-badge.red{background:var(--red-light);color:var(--red-text)}.alert-badge.orange,.alert-badge.yellow{background:#fef7eb;color:var(--orange-text)}.perf-card{background:var(--white);border:1px solid var(--grey-light);border-radius:12px;padding:22px 24px;margin-bottom:20px}.perf-card.chart-card{padding:20px 24px;margin-bottom:0}.grid-2col{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.grid-2col-gap{margin-top:20px;margin-bottom:20px}.grid-2col-16{display:grid;grid-template-columns:1fr 1fr;gap:16px}.perf-card-title{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--grey-mid);font-weight:600;margin-bottom:20px}.funnel-attio{display:grid;gap:6px;align-items:stretch;padding-top:28px}.funnel-attio-col{display:flex;flex-direction:column;align-items:stretch}.funnel-attio-bar{position:relative;height:240px;background:linear-gradient(180deg,#edecff,#dcd9ff);border-radius:6px;overflow:visible;display:flex;flex-direction:column;justify-content:flex-end}.funnel-attio-fill{background:var(--indigo-250);border-radius:6px;position:relative}.funnel-attio-fill.win{background:var(--green)}.funnel-attio-pill{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:var(--white);border:1px solid var(--grey-light);border-radius:6px;padding:4px 10px;font-size:11px;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;box-shadow:0 1px 3px rgba(0,0,0,.08);font-variant-numeric:tabular-nums}.funnel-attio-pill .pct{color:var(--indigo-250);font-weight:600}.funnel-attio-pill.win .pct{color:#10b981}.funnel-attio-pill .count{color:var(--text);font-weight:600}.funnel-attio-label{margin-top:14px;font-size:12px;color:var(--text);text-align:center;line-height:1.3;font-weight:500}.funnel-attio-delta{text-align:center;margin-top:4px;font-size:11px;font-weight:600;font-variant-numeric:tabular-nums}.funnel-attio-delta.up{color:#10b981}.funnel-attio-delta.down{color:#ef4444}.funnel-attio-delta.flat{color:var(--grey)}.funnel-attio-col.signed .funnel-attio-label{font-weight:700}.rec-table{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums}.rec-table th{text-align:left;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:var(--grey-mid);padding:8px 10px;border-bottom:1px solid var(--grey-light);white-space:nowrap}.rec-table th.right{text-align:right}.rec-table td{padding:10px;font-size:12px;color:var(--text);border-bottom:1px solid var(--grey-light)}.rec-table td.right{text-align:right}.rec-table tr:last-child td{border-bottom:none}.rec-table tr.row-total td{font-weight:700;background:var(--grey-bg);color:var(--black)}.rec-table .rec-name{font-weight:600;color:var(--black)}.evol-table td:first-child,.evol-table th:first-child{width:16%}.evol-table td:not(:first-child),.evol-table th:not(:first-child){width:14%}.rec-table .rec-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:8px;vertical-align:middle}.conv-good,td.conv-good{color:#10b981}.conv-mid,td.conv-mid{color:var(--orange)}.conv-bad,td.conv-bad{color:#ef4444}.matchs-good,td.matchs-good{color:#10b981}.matchs-mid,td.matchs-mid{color:var(--orange-text)}.matchs-bad,td.matchs-bad{color:#ef4444}.pipe-portfolio{margin-bottom:16px}.pipe-portfolio,.stacked-bars{display:flex;flex-direction:column}.stacked-bars{flex:1;justify-content:space-evenly}.stacked-row{min-height:36px}.stacked-name,.stacked-row{display:flex;align-items:center}.stacked-name{flex:0 0 88px;text-align:right;padding-right:12px;font-size:13px;font-weight:500;color:var(--text);white-space:nowrap;gap:8px;justify-content:flex-end}.stacked-bar-track{flex:1;display:flex;align-items:center;height:24px}.stacked-bar{display:flex;height:100%;border-radius:4px;overflow:hidden}.stacked-seg{display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:500;color:var(--white)}.seg-p1{background:var(--orange)}.seg-p2{background:var(--indigo-250)}.seg-p3{background:var(--indigo-100)}.stacked-total{flex:0 0 32px;text-align:right;padding-left:8px;font-size:13px;font-weight:500;color:var(--grey-mid);font-variant-numeric:tabular-nums}.stacked-legend{display:flex;gap:16px;margin-bottom:12px;font-size:11px;font-weight:500;color:var(--grey-mid)}.stacked-legend span{display:inline-flex;align-items:center;gap:5px}.stacked-swatch{display:inline-block;width:8px;height:8px;border-radius:2px}.p3-table{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums}.p3-table th{font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:var(--grey);padding:0 0 8px;border-bottom:1px solid var(--grey-light)}.p3-table .col-name{text-align:left}.p3-table .col-sec{padding-right:12px}.p3-table .col-pri,.p3-table .col-sec{text-align:right;white-space:nowrap}.p3-table td{padding:10px 8px;border-bottom:1px solid var(--grey-light);font-size:12px;color:var(--text)}.p3-table tr:last-child td{border-bottom:none}.p3-table .cell-name{font-size:13px;font-weight:500;color:var(--text)}.p3-table .cell-sec{font-size:12px;font-weight:400;color:var(--grey-mid);text-align:right;padding-right:12px}.p3-table .cell-ratio{text-align:right}.ratio-stack{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.ratio-value{font-size:12px;font-weight:400;line-height:1}.ratio-value.st-green{color:#10b981}.ratio-value.st-orange{color:var(--orange)}.ratio-value.st-red{color:#ef4444}.ratio-gauge{width:80px;height:3px;background:var(--grey-light);border-radius:999px;overflow:hidden}.ratio-gauge-fill{height:100%;border-radius:999px;background:var(--indigo-250)}.ratio-gauge-fill.green{background:#10b981}.ratio-gauge-fill.orange{background:var(--orange)}.ratio-gauge-fill.red{background:#ef4444}.evol-card{background:var(--white);border:1px solid var(--grey-light);border-radius:12px;padding:22px 24px;margin-bottom:16px}.evol-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;gap:16px}.evol-title{font-size:12px;color:var(--grey-mid);text-transform:uppercase;letter-spacing:.1em;font-weight:600;margin-bottom:6px}.evol-current{display:flex;align-items:baseline;gap:10px}.evol-value{font-size:28px;font-weight:700;letter-spacing:-.02em;color:var(--black);font-variant-numeric:tabular-nums;line-height:1}.evol-delta{font-size:12px;font-weight:600;font-variant-numeric:tabular-nums}.evol-delta.up{color:#10b981}.evol-delta.down{color:#ef4444}.evol-context{font-size:11px;color:var(--grey-mid);margin-top:4px}.chart{margin-top:16px;width:100%;font-family:Bricolage Grotesque,sans-serif}.chart-body{display:grid;grid-template-columns:52px 1fr;gap:6px}.chart-y{position:relative;height:320px;font-size:11px;color:var(--grey-mid);font-variant-numeric:tabular-nums}.chart-y span{position:absolute;right:0;transform:translateY(-50%)}.chart-plot{position:relative;height:320px}.chart-dot{width:5px;height:5px;background:var(--indigo-300);transform:translate(-50%,-50%);pointer-events:auto;cursor:pointer;z-index:2}.chart-dot,.chart-dot:after{position:absolute;border-radius:50%}.chart-dot:after{content:"";inset:-6px}.chart-dot.last{width:7px;height:7px;background:var(--indigo-300);box-shadow:0 0 0 2px rgba(37,29,231,.18)}.chart-tooltip{position:absolute;background:var(--white);border:1px solid #e5e7eb;border-radius:8px;padding:8px 12px;font-size:12px;line-height:1.5;box-shadow:0 4px 12px rgba(0,0,0,.1);pointer-events:none;z-index:100;white-space:nowrap;transform:translate(-50%,-100%);margin-top:-12px;display:none}.chart-tooltip.has-detail{white-space:nowrap;max-width:500px}.chart-tooltip .tt-label{color:var(--grey-mid);font-size:11px}.chart-tooltip .tt-value{font-weight:600;color:var(--black)}.chart-tooltip .tt-swatch{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px;vertical-align:middle}.chart-dot:hover{opacity:1!important}.chart-plot svg{position:absolute;inset:0;width:100%;height:100%;display:block}.chart-x{position:relative;height:16px;margin-top:8px;margin-left:58px;font-size:11px;color:var(--grey-mid);font-variant-numeric:tabular-nums}.chart-x span{position:absolute;transform:translateX(-50%);white-space:nowrap}.chart-target-hint{left:4px;transform:translateY(-100%);padding-bottom:2px;pointer-events:none}.chart-current,.chart-target-hint{position:absolute;font-size:11px;color:var(--grey-mid);font-family:Bricolage Grotesque,sans-serif}.chart-current{transform:translate(-100%,-100%);padding:1px 6px 1px 0}.chart-line{fill:none;stroke-linejoin:round;stroke-linecap:round;vector-effect:non-scaling-stroke}.chart-line.thin{stroke-width:1;opacity:.65}.chart-line.thick{stroke-width:1.6}.chart-target{stroke-width:1;stroke-dasharray:4 4}.chart-grid,.chart-target{fill:none;vector-effect:non-scaling-stroke}.chart-grid{stroke:#e5e7eb;stroke-width:1;stroke-dasharray:2 4}.chart-baseline{stroke:#d1d5db;stroke-width:1;fill:none;vector-effect:non-scaling-stroke}.chart-point{fill:var(--black)}.legend{display:flex;gap:16px;margin-top:14px;font-size:11px;color:var(--grey-mid);flex-wrap:wrap}.legend-item{display:inline-flex;align-items:center;gap:6px}.legend-swatch{width:14px;height:2px;border-radius:1px}.legend-swatch.thick{height:3px}.legend-dash{display:inline-block;width:14px;height:0}.evol-row-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px}.evol-row-2 .evol-card{margin-bottom:0}.evol-row-2 .chart-plot,.evol-row-2 .chart-y{height:240px}.evol-row-3{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.evol-row-3 .evol-card{margin-bottom:0}.evol-row-3 .chart-plot,.evol-row-3 .chart-y{height:240px}.conv-card{background:var(--white);border:1px solid var(--grey-light);border-radius:12px;padding:22px 24px;display:flex;flex-direction:column}.conv-card .conv-rows-wrap{flex:1;display:flex;flex-direction:column;justify-content:space-between}.conv-card .conv-title{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--grey-mid);font-weight:600;margin-bottom:16px}.conv-row{display:grid;grid-template-columns:90px 1fr 32px 56px;gap:6px;align-items:center;font-size:13px;flex:1}.conv-row .conv-label{color:var(--text);font-weight:500}.conv-bar-bg{height:24px;background:var(--grey-bg);border-radius:4px;overflow:hidden}.conv-bar-fill{height:100%;border-radius:4px}.conv-pct{color:var(--grey-mid);font-variant-numeric:tabular-nums}.conv-delta,.conv-pct{text-align:right;font-weight:600}.conv-delta{font-size:11px;font-variant-numeric:tabular-nums;white-space:nowrap}.conv-delta.up{color:#10b981}.conv-delta.down{color:#ef4444}.conv-delta.flat{color:var(--grey)}.hero-id-name{margin-bottom:12px}.hero-id-highlight{color:var(--white);font-weight:700}.job-tooltip{position:fixed;background:var(--white);border:1px solid #e5e7eb;border-radius:8px;padding:10px 14px;font-size:12px;line-height:1.6;box-shadow:0 4px 12px rgba(0,0,0,.12);pointer-events:none;z-index:200;min-width:400px;display:none}.job-tooltip .jt-title{color:var(--grey-mid);font-size:11px;margin-bottom:4px}.job-tooltip .jt-row{display:flex;justify-content:space-between;gap:12px}.job-tooltip .jt-job{color:var(--text)}.job-tooltip .jt-rec{color:var(--grey-mid);font-size:11px}.job-tooltip .jt-val{font-weight:600;color:var(--black);white-space:nowrap}.breadcrumb-bar{padding:16px 40px 0;display:flex;align-items:center;gap:8px;font-size:13px}.breadcrumb-bar a{color:var(--indigo-300);text-decoration:none;font-weight:500}.breadcrumb-bar a:hover{text-decoration:underline}.breadcrumb-bar .sep{color:var(--grey)}.breadcrumb-bar .current{color:var(--grey-mid)}.job-header{background:var(--indigo-450);color:var(--white);padding:28px 40px 24px;margin:12px 40px 0;border-radius:12px;position:relative}.job-header .spott-link{position:absolute;top:28px;right:40px;display:inline-flex;align-items:center;gap:5px;padding:5px 10px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);border-radius:6px;color:var(--indigo-100);font-size:11px;font-weight:500;text-decoration:none;transition:all .15s;z-index:1}.job-header .spott-link:hover{background:hsla(0,0%,100%,.15);color:var(--white)}.job-header .hero-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.hero-id-label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--indigo-100);font-weight:600;margin-bottom:8px}.hero-id-name{font-size:32px;font-weight:700;letter-spacing:-.02em;line-height:1.1;color:var(--white);margin-bottom:4px}.hero-id-summary{font-size:13px;color:var(--indigo-100);line-height:1.6}.hero-kpi-label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--indigo-100);font-weight:600;margin-bottom:8px}.hero-kpi-value-row{display:flex;align-items:baseline;gap:6px;margin-bottom:10px}.hero-kpi-value{font-size:40px;font-weight:700;letter-spacing:-.03em;line-height:1;color:var(--white);font-variant-numeric:tabular-nums}.hero-kpi-target{font-size:16px;color:var(--indigo-100);font-weight:500;font-variant-numeric:tabular-nums}.hero-kpi-gauge{height:4px;background:hsla(0,0%,100%,.12);border-radius:999px;overflow:hidden;margin-bottom:8px}.hero-kpi-gauge-fill{height:100%;border-radius:999px}.hero-kpi-gauge-fill.green{background:#34d399}.hero-kpi-gauge-fill.orange{background:var(--orange)}.hero-kpi-gauge-fill.red{background:var(--red)}.hero-timeline{margin:16px 40px 0;padding:18px 28px 20px;background:var(--white);border:1px solid var(--grey-light);border-radius:12px}.timeline-row-stages{display:flex;align-items:center;gap:4px;margin-bottom:14px}.timeline-pill{flex:1;text-align:center;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:7px 0;border-radius:6px;transition:all .15s}.timeline-pill.done{background:var(--indigo-50);color:var(--indigo-300)}.timeline-pill.active{background:var(--indigo-250);color:var(--white)}.timeline-pill.future{background:var(--grey-bg);color:var(--grey)}.timeline-row-dates{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.timeline-date-item{font-size:11px;color:var(--grey-mid);white-space:nowrap;font-variant-numeric:tabular-nums}.timeline-date-item strong{font-weight:600;color:var(--text)}.timeline-date-pill{display:inline-flex;align-items:baseline;gap:5px;font-weight:700;color:var(--white);background:var(--indigo-300);font-variant-numeric:tabular-nums}.timeline-date-pill,.timeline-duration{font-size:10px;padding:3px 10px;border-radius:3px;white-space:nowrap}.timeline-duration{margin-left:auto;font-weight:600;font-variant-numeric:tabular-nums}.timeline-duration.green{color:var(--green-text);background:var(--green-light)}.timeline-duration.yellow{color:var(--yellow-text);background:var(--yellow-light)}.timeline-duration.orange{color:var(--orange-text);background:var(--orange-light)}.timeline-duration.red{color:var(--red-text);background:var(--red-light)}.funnel-job{display:grid;grid-template-columns:repeat(8,1fr);gap:6px;align-items:stretch;padding-top:28px}.funnel-job-col{align-items:stretch;cursor:pointer}.funnel-job-bar,.funnel-job-col{display:flex;flex-direction:column;position:relative}.funnel-job-bar{height:240px;background:linear-gradient(180deg,#edecff,#dcd9ff);border-radius:6px;overflow:visible;justify-content:flex-end}.funnel-job-fill{background:var(--indigo-250);border-radius:6px;position:relative}.funnel-job-fill.win{background:var(--green)}.funnel-job-pill{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:var(--white);border:1px solid var(--grey-light);border-radius:6px;padding:4px 10px;font-size:11px;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;box-shadow:0 1px 3px rgba(0,0,0,.08);font-variant-numeric:tabular-nums}.funnel-job-pill .pct{color:var(--indigo-250);font-weight:600}.funnel-job-pill .pct.win{color:var(--green)}.funnel-job-pill .count{color:var(--text);font-weight:600}.funnel-job-label{margin-top:14px;font-size:12px;color:var(--text);text-align:center;line-height:1.3;font-weight:500}.chart-card{background:var(--white);border:1px solid var(--grey-light);border-radius:12px;padding:20px 24px;margin-top:0}.chart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.chart-card-title{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--grey-mid);font-weight:600}.chart-legend{display:flex;gap:18px;font-size:12px;color:var(--text)}.chart-legend-item{display:flex;align-items:center;gap:6px}.chart-legend-swatch{width:14px;height:2px;border-radius:1px}.chart-card .chart-body{grid-template-columns:40px 1fr}.chart-card .chart-plot,.chart-card .chart-y{height:200px}.chart-card .chart-line{stroke-width:1.6}.chart-hover-col{top:0;bottom:0;width:30px;cursor:pointer;z-index:3}.chart-hover-col,.chart-tooltip-inline{position:absolute;transform:translateX(-50%)}.chart-tooltip-inline{bottom:calc(100% + 8px);left:50%;background:var(--white);border:1px solid var(--grey-light);border-radius:10px;padding:10px 14px;box-shadow:0 4px 24px rgba(0,0,0,.1);white-space:nowrap;font-size:12px;z-index:10;pointer-events:none}.chart-tooltip-inline .tt-week{font-weight:600;color:var(--black);margin-bottom:6px}.chart-tooltip-inline .tt-row{display:flex;align-items:center;gap:6px;margin-top:3px}.chart-tooltip-inline .tt-swatch{width:8px;height:8px;border-radius:50%;flex-shrink:0}.chart-tooltip-inline .tt-label{color:var(--grey-mid)}.chart-tooltip-inline .tt-value{font-weight:600;color:var(--black);margin-left:auto;padding-left:12px}.drop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.drop-card{background:var(--grey-bg);border-radius:10px;padding:16px}.drop-card-stage{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--indigo-250);font-weight:700;margin-bottom:4px}.drop-card-count{font-size:11px;color:var(--grey-mid);margin-bottom:10px}.drop-entity-bar{display:flex;height:8px;border-radius:999px;overflow:hidden;margin-bottom:6px}.drop-entity-bar .seg-candidate{background:var(--orange)}.drop-entity-bar .seg-client{background:#ec4899}.drop-entity-bar .seg-user{background:var(--indigo-250)}.drop-entity-bar .seg-unknown{background:var(--grey)}.drop-entity-legend{display:flex;gap:12px;margin-bottom:14px;font-size:11px;color:var(--grey-mid);font-variant-numeric:tabular-nums}.drop-entity-legend .leg-item{display:inline-flex;align-items:center;gap:4px}.drop-entity-legend .leg-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.drop-entity-legend .leg-dot.candidate{background:var(--orange)}.drop-entity-legend .leg-dot.client{background:#ec4899}.drop-entity-legend .leg-dot.user{background:var(--indigo-250)}.drop-entity-legend .leg-dot.unknown{background:var(--grey)}.drop-section-label{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--grey);font-weight:600;margin-bottom:6px}.drop-reason-row{display:flex;align-items:center;gap:8px;padding:5px 0;font-size:12px;color:var(--text)}.drop-reason-row+.drop-reason-row{border-top:1px solid var(--grey-light)}.drop-reason-bar-bg{flex:1;height:6px;background:var(--grey-light);border-radius:999px;overflow:hidden}.drop-reason-bar-fill{height:100%;background:var(--indigo-200);border-radius:999px}.drop-reason-label{min-width:0;flex:2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drop-reason-count{font-variant-numeric:tabular-nums;font-weight:600;color:var(--black);min-width:24px;text-align:right}.drop-reason-pct{font-variant-numeric:tabular-nums;color:var(--grey-mid);font-size:11px;min-width:32px;text-align:right}.empty-state{display:flex;align-items:center;justify-content:center;padding:40px;color:var(--grey-mid);font-size:13px;background:var(--grey-bg);border-radius:8px;border:1px dashed var(--grey-light)}@media (max-width:900px){.sidebar{display:none}.main{margin-left:0;max-width:100vw}.page-header{padding:12px 16px 4px}.hero-business{padding:16px 18px 20px;margin:0 16px}.hero-kpis{gap:16px}.evol-row-3,.hero-kpis{grid-template-columns:1fr}.zone{margin:0 16px 48px}.global-filters{flex-wrap:wrap}.kpi-grid{grid-template-columns:repeat(2,1fr)}.priorities{grid-template-columns:1fr}.funnel-attio{grid-template-columns:repeat(3,1fr)}.rec-table td:nth-child(n+5),.rec-table th:nth-child(n+5){display:none}.evol-row-2{grid-template-columns:1fr}.objection-grid{grid-template-columns:repeat(2,1fr)}.conditions-grid{grid-template-columns:1fr}}.bar-breakdown{display:flex;flex-direction:column;gap:8px;padding:8px 4px}.bar-row{display:grid;grid-template-columns:130px 1fr 40px 60px;gap:10px;align-items:center;font-size:12px}.bar-row .bar-label{color:var(--text);font-weight:500}.bar-row .bar-track{height:16px;background:var(--grey-bg);border-radius:3px;overflow:hidden}.bar-row .bar-fill{height:100%;border-radius:3px}.bar-row .bar-pct{color:var(--grey-mid)}.bar-row .bar-delta,.bar-row .bar-pct{text-align:right;font-variant-numeric:tabular-nums;font-weight:600}.bar-row .bar-delta{font-size:11px;white-space:nowrap}.objection-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;padding:4px}.objection-card{background:var(--grey-bg);border-radius:8px;padding:14px 16px}.objection-card .objection-label{font-size:11px;color:var(--grey-mid);margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.objection-card .objection-value{font-size:22px;font-weight:700;color:var(--indigo-450);font-variant-numeric:tabular-nums;margin-bottom:8px}.objection-card .objection-gauge{height:4px;background:var(--white);border-radius:2px;overflow:hidden}.objection-card .objection-gauge-fill{height:100%;background:var(--indigo-250);border-radius:2px}.conditions-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;padding:12px}.condition-group .condition-title{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--grey-mid);font-weight:600;margin-bottom:10px}.condition-row{display:grid;grid-template-columns:110px 1fr 50px 60px;gap:8px;align-items:center;font-size:12px;margin-bottom:6px}.condition-row .cond-label{color:var(--text)}.condition-row .cond-track{height:14px;background:var(--grey-bg);border-radius:3px;overflow:hidden}.condition-row .cond-fill{height:100%;background:var(--indigo-250);border-radius:3px}.condition-row .cond-pct{color:var(--grey-mid)}.condition-row .cond-delta,.condition-row .cond-pct{text-align:right;font-variant-numeric:tabular-nums;font-weight:600}.condition-row .cond-delta{font-size:11px;white-space:nowrap}.LoginScreen_overlay__9L7Af{position:fixed;inset:0;z-index:9999;background:var(--indigo-450);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px}.LoginScreen_logo__j_vFQ{font-size:26px;font-weight:700;color:#fff;letter-spacing:-.5px}.LoginScreen_logoAccent__DrwcD{font-family:"Instrument Serif",serif;font-weight:400;font-style:italic}.LoginScreen_form__tDlAw{max-width:340px;width:90%}.LoginScreen_error__zwnro{color:var(--red);font-size:12px;margin-bottom:12px}.LoginScreen_fieldGroup__yZ2n5{margin-bottom:16px}.LoginScreen_fieldGroupLast__Ndp_x{margin-bottom:24px}.LoginScreen_label__8hyp2{display:block;font-size:12px;font-weight:400;color:var(--indigo-100);margin-bottom:6px}.LoginScreen_input__FWQhL{width:100%;padding:10px 12px;border-radius:8px;border:1px solid hsla(0,0%,100%,.15);font-size:14px;font-family:inherit;outline:none;background:hsla(0,0%,100%,.08);color:#fff;box-sizing:border-box}.LoginScreen_button__GugTH{width:100%;padding:11px 0;border-radius:20px;border:none;background:var(--indigo-50);color:var(--indigo-250);font-size:14px;font-weight:400;font-family:inherit;cursor:pointer}.LoginScreen_button__GugTH:disabled{cursor:wait;opacity:.7}