.deal-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.deal-toolbar-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.deal-filter-on{color:var(--green-5);border-color:var(--green-4)}.deal-search input[type=text]{width:240px}.deal-search-wrap{position:relative;display:inline-flex}.deal-search-menu{position:absolute;top:calc(100% + 4px);right:0;width:380px;max-width:80vw;max-height:320px;overflow-y:auto;background:#fff;border:1px solid var(--border);border-radius:var(--radius-control);box-shadow:0 16px 40px #0f32282e;z-index:30}.deal-filters{display:grid;grid-template-columns:repeat(3,minmax(140px,1fr)) auto;gap:12px;align-items:end}.deal-filters label{display:flex;flex-direction:column;gap:4px}.deal-label{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--grey-7);font-weight:600}@media(max-width:900px){.deal-filters{grid-template-columns:1fr 1fr}}.deal-empty-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}.deal-board{display:grid;grid-auto-flow:column;grid-auto-columns:244px;gap:12px;overflow-x:auto;padding-bottom:8px;align-items:start}.deal-board::-webkit-scrollbar{height:8px}.deal-board::-webkit-scrollbar-thumb{background:#d9dadc;border-radius:8px}.deal-col{display:flex;flex-direction:column;gap:8px;min-width:0}.deal-colhead{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;font-weight:600;color:var(--grey-7);text-transform:uppercase;letter-spacing:.04em;padding:0 2px 8px;border-bottom:1px solid var(--border)}.deal-card{display:block;width:100%;text-align:left;cursor:pointer;background:#fff;border:1px solid var(--border);border-radius:var(--radius-surface);padding:10px 12px;transition:border-color .12s,box-shadow .12s}.deal-card:hover{border-color:var(--green-4);box-shadow:0 1px 3px #15473814}.deal-card-top{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-bottom:2px}.deal-card-name{font-weight:600;font-size:13px}.deal-card-sub{color:var(--grey-7);font-size:11.5px;margin-bottom:8px}.deal-card-row{display:flex;align-items:center;justify-content:space-between;gap:6px}.deal-card-acv{font-weight:600;font-size:13px}.deal-card-meta{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:8px;font-size:11.5px;color:var(--grey-7)}.deal-col-empty{color:var(--grey-7);font-size:12px;padding:6px 2px}.deal-workspace{display:flex;flex-direction:column;gap:12px}.deal-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.deal-head-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.deal-head-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.deal-head-name{font-size:16px;font-weight:600}.deal-stage-picker{display:inline-flex;align-items:center;gap:6px}.deal-stage-picker select{height:30px;padding:2px 8px;font-size:13px}.deal-tabs{margin-bottom:0}.deal-stepper{display:flex;align-items:center;overflow-x:auto;gap:0}.deal-step{display:flex;align-items:center;gap:8px;flex-shrink:0;font-size:13px;color:var(--grey-7);white-space:nowrap}.deal-step-dot{width:22px;height:22px;border-radius:50%;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;border:1px solid var(--border);background:#fff;color:var(--grey-7)}.deal-step.done .deal-step-dot{background:var(--green-5);border-color:var(--green-5);color:#fff}.deal-step.on .deal-step-dot{border-color:var(--green-5);color:var(--green-5);font-weight:700}.deal-step.on .deal-step-label{color:var(--text);font-weight:500}.deal-step.lost .deal-step-dot{border-color:var(--status-red);color:var(--status-red)}.deal-step.lost .deal-step-label{color:var(--status-red)}.deal-step-line{display:block;width:28px;height:1px;background:var(--border);margin:0 10px}.deal-step-line.done{background:var(--green-5)}.deal-overview{display:grid;grid-template-columns:1.6fr 1fr;gap:16px;align-items:start}@media(max-width:1000px){.deal-overview{grid-template-columns:1fr}}.deal-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.deal-section-head .meta-line{margin:0}.deal-spiced{display:flex;flex-direction:column;gap:14px}.deal-spiced-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}.deal-spiced-value{font-size:13px;color:var(--grey-7);margin:0}.deal-gates{list-style:none;display:flex;flex-direction:column;gap:8px}.deal-gates li{display:flex;align-items:flex-start;gap:8px;font-size:13px}.deal-gates li svg{flex-shrink:0;margin-top:1px;color:var(--grey-7)}.deal-gates li.done{color:var(--grey-7);text-decoration:line-through}.deal-health{display:flex;flex-direction:column;gap:8px;font-size:13px}.deal-health>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.deal-health dt{color:var(--grey-7)}.deal-callout{display:flex;align-items:flex-start;gap:8px;margin-top:12px;padding:8px 10px;border-radius:var(--radius-control);background:var(--status-blue-bg);border:1px solid #91caff;color:var(--status-blue);font-size:12px}.deal-callout svg{flex-shrink:0;margin-top:1px}.deal-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f322847;display:flex;align-items:center;justify-content:center;z-index:70}.deal-modal{background:#fff;border-radius:var(--radius-surface);width:460px;max-width:92vw;box-shadow:0 10px 30px #0000002e}.deal-modal-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 18px;border-bottom:1px solid var(--border)}.deal-modal-title{font-size:15px;font-weight:600}.deal-modal-body{padding:16px 18px;display:flex;flex-direction:column;gap:12px}.deal-modal-foot{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:12px 18px;border-top:1px solid var(--border)}.deal-field{display:flex;flex-direction:column;gap:4px}.deal-linkbar{display:flex;align-items:center;gap:8px;margin:12px 0;padding:8px 12px;background:var(--grey-1);border:1px solid var(--border);border-radius:var(--radius-control)}.deal-linkbar svg{color:var(--grey-7);flex-shrink:0}.deal-link{flex:1;min-width:0;font-family:var(--font-mono);font-size:12.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.deal-minis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:12px}@media(max-width:760px){.deal-minis{grid-template-columns:1fr}}.deal-mini{border:1px solid var(--border);border-radius:var(--radius-control);padding:8px 10px;font-size:13px}.deal-mini .deal-label{margin-bottom:2px}.deal-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px}.deal-status-seg button{padding:3px 7px;font-size:11px}.deal-empty-inline{display:flex;align-items:flex-start;gap:10px;color:var(--grey-7);font-size:13px;padding:4px 0 8px}.deal-empty-inline svg{flex-shrink:0;margin-top:1px}.deal-timeline{list-style:none;display:flex;flex-direction:column;gap:16px}.deal-tl-row{position:relative;padding-left:28px}.deal-tl-row:before{content:"";position:absolute;left:9px;top:20px;bottom:-18px;width:1px;background:var(--border)}.deal-tl-row:last-child:before{display:none}.deal-tl-icon{position:absolute;left:0;top:1px;width:19px;height:19px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--border);color:var(--grey-7)}.deal-tl-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12.5px}.deal-tl-title{font-weight:500;font-size:13px}.deal-tl-link{display:inline-flex;color:var(--grey-7)}.deal-tl-link:hover{color:var(--green-5)}.deal-tl-text{font-size:13px;color:var(--grey-7);margin:4px 0 0;white-space:pre-wrap}.deal-facts{display:flex;flex-wrap:wrap;gap:6px}.deal-signoffs{display:flex;flex-wrap:wrap;gap:8px}.deal-signoff{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;padding:6px 10px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-control);transition:border-color .12s,color .12s}.deal-signoff:hover:not(:disabled){border-color:var(--green-4)}.deal-signoff.on{border-color:var(--green-4);color:var(--green-5)}.deal-signoff.on svg{color:var(--status-green)}.deal-signoff:disabled{opacity:.6;cursor:default}.deal-callout-ok{background:var(--status-green-bg);border-color:#bfe3d2;color:var(--status-green);align-items:center;flex-wrap:wrap}.deal-verdict{font-size:13px;margin:0 0 12px}.deal-quote{font-size:12px;color:var(--grey-7);font-style:italic;margin-top:2px}.deal-checks{margin-top:14px}.deal-checks ul{list-style:none;display:flex;flex-direction:column;gap:6px;margin-top:6px}.deal-checks li{display:flex;align-items:baseline;gap:8px;font-size:12.5px;color:var(--grey-7)}.deal-gates li.done svg{color:var(--status-green)}.deal-gates li.manual{color:var(--grey-7)}.deal-gate-manual{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:var(--grey-7);border:1px solid var(--border);border-radius:10px;padding:0 6px}.deal-spiced-value+.deal-facts{margin-top:6px}.bstep-steps{display:flex;align-items:center;padding:14px 18px}.bstep-step{display:flex;align-items:center;gap:9px;font-size:13.5px;color:var(--grey-7);background:none;border:0;padding:0;font-family:inherit;cursor:pointer}.bstep-step:disabled{cursor:default}.bstep-step-n{width:23px;height:23px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11.5px;font-weight:600;background:var(--grey-1);color:var(--grey-7);border:1px solid var(--border);flex-shrink:0}.bstep-step.on,.bstep-step.done{color:var(--text)}.bstep-step.on{font-weight:600}.bstep-step.on .bstep-step-n,.bstep-step.done .bstep-step-n{background:var(--green-5);border-color:var(--green-5);color:#fff}.bstep-step-rule{flex:1;height:1px;background:var(--border);margin:0 14px}.bstep-step-rule.done{background:var(--green-5)}.bstep-area{margin-bottom:12px;overflow:hidden}.bstep-area-head{display:flex;align-items:center;gap:11px;padding:11px 14px}.bstep-area.off .bstep-area-head{background:var(--grey-1)}.bstep-area-name{font-weight:600;font-size:13.5px;flex:1;min-width:0;text-align:left}.bstep-area-total{font-weight:600;font-size:13.5px;white-space:nowrap}.bstep-area-body{border-top:1px solid var(--border)}.bstep-l2{border-bottom:1px solid var(--border)}.bstep-l2:last-child{border-bottom:0}.bstep-l2-row{display:flex;align-items:center;gap:9px;padding:8px 14px 8px 18px}.bstep-l2-name{font-size:13.5px;flex:1;min-width:0;text-align:left}.bstep-l2-price{font-variant-numeric:tabular-nums;min-width:74px;text-align:right;font-size:13.5px}.bstep-l2-price.unpriced{color:var(--grey-7)}.bstep-l2-detail{padding:2px 14px 14px 47px;background:var(--grey-1)}.bstep-l2-covers{font-size:12.5px;color:var(--grey-7);max-width:68ch;margin:6px 0 10px;line-height:1.45}.bstep-caret{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;background:none;border:0;padding:0;cursor:pointer;color:var(--grey-7);flex-shrink:0}.bstep-caret svg{transition:transform .15s ease}.bstep-caret.open svg{transform:rotate(90deg)}.bstep-caret-spacer{width:22px;flex-shrink:0}.bstep-check{width:17px;height:17px;border-radius:4px;border:1.5px solid var(--border);background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;flex-shrink:0;padding:0}.bstep-check.on{background:var(--green-5);border-color:var(--green-5)}.bstep-check:disabled{cursor:not-allowed;opacity:.55}.bstep-comps{background:#fff;border:1px solid var(--border);border-radius:var(--radius-control);padding:8px 10px;margin-bottom:12px}.bstep-comps-head{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:6px;font-size:12px}.bstep-comps-chips{display:flex;flex-wrap:wrap;gap:4px}.bstep-l3{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:7px 0;border-top:1px solid var(--border)}.bstep-l3:first-child{border-top:0}.bstep-l3-label{display:flex;align-items:center;gap:5px;font-size:13px;margin-bottom:5px}.bstep-l3-main{flex:1;min-width:0}.bstep-l3-effect{font-size:12px;color:var(--grey-7);font-variant-numeric:tabular-nums;white-space:nowrap;padding-top:2px}.bstep-radios{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.bstep-radio{display:inline-flex;align-items:center;gap:6px;font-size:13px;background:none;border:0;padding:0;font-family:inherit;color:var(--text);cursor:pointer}.bstep-radio:disabled{cursor:not-allowed;opacity:.6}.bstep-radio-dot{width:15px;height:15px;border-radius:50%;border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.bstep-radio.on .bstep-radio-dot{border-color:var(--green-5)}.bstep-radio.on .bstep-radio-dot:after{content:"";width:7px;height:7px;border-radius:50%;background:var(--green-5)}.bstep-l3-num{max-width:300px}.bstep-foot{position:sticky;bottom:8px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:12px;padding:11px 16px;flex-wrap:wrap}.bstep-foot-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:13px;color:var(--grey-7)}.bstep-foot-right{display:flex;align-items:center;gap:12px}.bstep-foot-total{font-weight:600;font-size:15.5px;font-variant-numeric:tabular-nums}.bstep-foot-sub{font-size:12px;color:var(--grey-7);font-weight:400}.bstep-nav{width:31px;height:31px;border-radius:50%;border:1px solid var(--border);background:#fff;color:var(--text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.bstep-nav:disabled{opacity:.4;cursor:not-allowed}.bstep-nav.primary{background:var(--green-5);border-color:var(--green-5);color:#fff}.bstep-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px}.bstep-bar-deal{font-weight:600;font-size:14px;margin-right:2px}.bstep-bar-right{margin-left:auto;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.bstep-why{margin-bottom:12px;overflow:hidden}.bstep-why-head{display:flex;align-items:center;gap:8px;padding:10px 14px;cursor:pointer;background:none;border:0;width:100%;font-family:inherit;font-size:13.5px;color:var(--text);text-align:left}.bstep-why-title{font-weight:500}.bstep-why-sub{color:var(--grey-7);font-size:12.5px}.bstep-why-body{border-top:1px solid var(--border);padding:4px 14px 14px}.bstep-locked{opacity:.78}.bstep-team-field{margin-bottom:12px}.bstep-badge-wrap{position:relative;display:inline-flex}.bstep-badge{cursor:pointer;gap:5px;font:inherit;font-size:12px;height:24px}.bstep-badge-semver{opacity:.7;font-variant-numeric:tabular-nums}.bstep-badge-menu{position:absolute;top:30px;left:0;width:304px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-surface);box-shadow:0 12px 30px #0f322829;z-index:40;padding:6px}.bstep-badge-opt{display:block;width:100%;text-align:left;background:none;border:0;padding:8px 10px;border-radius:var(--radius-control);cursor:pointer;font:inherit;color:var(--text)}.bstep-badge-opt:hover{background:var(--grey-1)}.bstep-badge-opt.on{background:var(--green-1)}.bstep-badge-opt-t{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;margin-bottom:2px}.bstep-badge-opt-s{display:block;font-size:11.5px;color:var(--grey-7);line-height:1.4}.bstep-lock-banner{display:flex;gap:8px}.bstep-pipeline{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center}.bstep-empty-icon{width:46px;height:46px;border-radius:var(--radius-surface);background:var(--green-1);color:var(--green-5);display:flex;align-items:center;justify-content:center}.bstep-empty-copy{color:var(--grey-7);font-size:13px;max-width:52ch;margin:0;line-height:1.5}.bstep-pipeline-bar{width:320px;max-width:100%;height:8px;background:var(--grey-1);border-radius:8px;overflow:hidden}.bstep-pipeline-fill{height:100%;background:var(--lime-5);transition:width .3s ease}.bstep-pipeline-meta{width:320px;max-width:100%;display:flex;justify-content:space-between;font-size:12px;color:var(--grey-7)}.bstep-pipeline-now{font-size:13px;color:var(--grey-7)}.bstep-pipeline-stages{display:flex;align-items:center;gap:5px;flex-wrap:wrap;justify-content:center;font-size:12px;color:var(--grey-7)}.bstep-pipeline-stage.done{color:var(--status-green)}.bstep-pipeline-stage.on{color:var(--text);font-weight:600}.bstep-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f322847;z-index:70}.bstep-modal{position:fixed;top:22vh;left:50%;transform:translate(-50%);width:460px;max-width:92vw;background:#fff;border:1px solid var(--border);border-radius:var(--radius-surface);box-shadow:0 18px 44px #0f322833;z-index:71;display:flex;flex-direction:column}.bstep-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid var(--border)}.bstep-modal-body{padding:16px 18px}.bstep-modal-foot{display:flex;justify-content:flex-end;align-items:center;gap:8px;padding:14px 18px;border-top:1px solid var(--border)}.bstep-modal-wide{width:560px;top:14vh}.bstep-attach-lede{margin:0 0 12px;font-size:12.5px;line-height:1.55;color:var(--grey-7)}.bstep-attach-search{margin-bottom:10px}.bstep-attach-search input[type=text]{width:100%}.bstep-attach-list{max-height:40vh;overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius-control)}.bstep-attach-none{border:1px dashed var(--border);border-radius:var(--radius-control);padding:14px 16px;font-size:12.5px;color:var(--grey-7);line-height:1.55}.bstep-attach-none b{color:var(--text)}.bstep-attach-none p{margin:6px 0 0}.bstep-attach-foot-note{margin-right:auto;font-size:12px;color:var(--grey-7)}.bstep-standalone-note{margin:0 2px 12px}.bstep-v1-sub{color:var(--grey-7);font-size:12px;font-weight:400}.bstep-v1-mod .mod-top{cursor:default}.bstep-v1-from{color:var(--grey-7);font-weight:400;font-size:12.5px}.bstep-v1-foot{margin:12px 2px 0}.bstep-impl{background:var(--grey-1);border:1px solid var(--border);border-radius:var(--radius-control);padding:12px}.bstep-impl-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;font-size:13px}.bstep-guards-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}.bstep-guards-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}.bstep-guards-list li{display:flex;align-items:flex-start;gap:8px;line-height:1.45}.bstep-guards-list .chip{flex-shrink:0;margin-top:1px}@media(max-width:720px){.bstep-l2-detail{padding-left:18px}.bstep-steps{flex-direction:column;align-items:flex-start;gap:10px}.bstep-step-rule{display:none}}.customers-view .cv-kpis{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:18px}@media(max-width:1180px){.customers-view .cv-kpis{grid-template-columns:repeat(3,1fr)}}@media(max-width:820px){.customers-view .cv-kpis{grid-template-columns:repeat(2,1fr)}}.customers-view .cv-kpi{background:var(--surface, #fff);border:1px solid var(--border);border-radius:var(--radius-surface);padding:13px 15px}.customers-view .cv-kpi .cv-k{font-size:10px;text-transform:uppercase;letter-spacing:.5px;color:var(--grey-7);font-weight:600;display:flex;align-items:center;gap:6px}.customers-view .cv-kpi .cv-v{font-size:21px;font-weight:500;margin-top:6px;font-variant-numeric:tabular-nums;line-height:1.15}.customers-view .cv-kpi .cv-s{font-size:11px;color:var(--grey-7);margin-top:3px}.customers-view .cv-kpi.cv-flag .cv-v{color:var(--status-gold)}.customers-view .cv-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.customers-view .cv-rev{background:var(--surface, #fff);border:1px solid var(--border);border-radius:var(--radius-surface);padding:18px 20px;margin-bottom:22px}.customers-view .cv-rev-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}.customers-view .cv-rev-title{font-size:14px;font-weight:500}.customers-view .cv-rev-sub{font-size:12px;color:var(--grey-7)}.customers-view .cv-rev-track{display:flex;height:26px;border-radius:6px;overflow:hidden;background:var(--grey-1);border:1px solid var(--border)}.customers-view .cv-rev-seg{height:100%;min-width:2px}.customers-view .cv-rev-legend{display:flex;flex-wrap:wrap;gap:18px;margin-top:12px}.customers-view .cv-rev-li{display:flex;align-items:center;gap:8px;font-size:12px}.customers-view .cv-rev-li .cv-sw{width:11px;height:11px;border-radius:3px;flex-shrink:0}.customers-view .cv-rev-li .cv-lv{font-variant-numeric:tabular-nums;font-weight:500}.customers-view .cv-rev-li .cv-lp{color:var(--grey-7)}.customers-view .cv-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.customers-view .cv-filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.customers-view .cv-viewas{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--grey-7);font-weight:500;white-space:nowrap}.customers-view .cv-viewas select,.customers-view .cv-search input{height:34px;padding:0 10px;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface, #fff);color:var(--text);font-family:inherit;font-size:13px}.customers-view .cv-search input{padding-left:30px;width:220px}.customers-view .cv-search{position:relative;display:flex;align-items:center}.customers-view .cv-search svg{position:absolute;left:10px;color:var(--grey-7)}.customers-view .cv-viewas select:focus,.customers-view .cv-search input:focus{outline:none;border-color:var(--green-4)}.customers-view .cv-alertbar{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--status-gold-bg);border:1px solid var(--status-gold);border-radius:var(--radius-surface);padding:11px 15px;margin-bottom:16px}.customers-view .cv-ab-main{display:flex;align-items:center;gap:9px;font-size:12.5px;color:var(--status-gold);min-width:0}.customers-view .cv-ab-main b{color:var(--text);font-weight:600}.customers-view .cv-ab-btn{font-size:12px;font-weight:500;color:var(--status-gold);border:1px solid var(--status-gold);border-radius:var(--radius-control);padding:6px 12px;background:transparent;white-space:nowrap}.customers-view .cv-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px}.customers-view .cv-card{background:var(--surface, #fff);border:1px solid var(--border);border-radius:var(--radius-surface);padding:16px 18px 14px;cursor:pointer;text-align:left;width:100%;display:flex;flex-direction:column;gap:11px;transition:border-color .12s,box-shadow .12s}.customers-view .cv-card:hover{border-color:var(--green-4);box-shadow:var(--shadow-pop, 0 16px 40px rgba(15,50,40,.18))}.customers-view .cv-card-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.customers-view .cv-card-name{font-size:14.5px;font-weight:600;line-height:1.3}.customers-view .cv-card-seg{font-size:11.5px;color:var(--grey-7);margin-top:3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.customers-view .cv-card-acv{font-size:17px;font-weight:500;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.customers-view .cv-card-acv-l{font-size:10.5px;color:var(--grey-7);text-transform:uppercase;letter-spacing:.5px;text-align:right}.customers-view .cv-mini{display:flex;height:7px;border-radius:4px;overflow:hidden;background:var(--grey-1)}.customers-view .cv-mini-seg{height:100%}.customers-view .cv-card-foot{display:flex;align-items:center;justify-content:space-between;gap:10px}.customers-view .cv-card-tags{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap;min-width:0}.customers-view .cv-card-book{display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding-top:10px;border-top:1px dashed var(--border)}.customers-view .cv-team{font-size:11.5px;color:var(--grey-7);display:flex;align-items:center;gap:6px;min-width:0}.customers-view .cv-empty{padding:44px 24px;text-align:center;color:var(--grey-7);font-size:13px;grid-column:1 / -1}.customers-view .cv-timeline{display:flex;gap:14px;overflow-x:auto;padding-bottom:10px}.customers-view .cv-tl-col{flex:0 0 230px;background:var(--surface, #fff);border:1px solid var(--border);border-radius:var(--radius-surface);display:flex;flex-direction:column;align-self:flex-start}.customers-view .cv-tl-h{padding:10px 14px;border-bottom:1px solid var(--border);font-weight:600;font-size:12.5px;display:flex;justify-content:space-between;align-items:center;background:var(--mauve-3);border-radius:var(--radius-surface) var(--radius-surface) 0 0}.customers-view .cv-tl-h .cv-c{font-size:11px;color:var(--grey-7);font-weight:600}.customers-view .cv-tl-body{padding:8px;display:flex;flex-direction:column;gap:6px;min-height:50px}.customers-view .cv-tl-item{text-align:left;border:1px solid var(--border);border-left:3px solid var(--grey-7);border-radius:6px;padding:7px 10px;cursor:pointer;width:100%;background:var(--surface, #fff);transition:background .12s}.customers-view .cv-tl-item:hover{background:var(--grey-1)}.customers-view .cv-tl-day{font-size:10.5px;color:var(--grey-7);font-variant-numeric:tabular-nums}.customers-view .cv-tl-cust{font-size:12.5px;font-weight:600;margin-top:1px}.customers-view .cv-tl-mod{font-size:11.5px;color:var(--grey-7);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customers-view .cv-tl-empty{padding:30px;color:var(--grey-7);font-size:12.5px;text-align:center;border:1px dashed var(--border);border-radius:var(--radius-surface)}.customers-view .cv-tl-bar{display:flex;gap:12px;align-items:center;margin-bottom:14px;flex-wrap:wrap}.customers-view .cv-tl-bar select{height:32px;padding:0 10px;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface, #fff);color:var(--text);font-size:12.5px;font-family:inherit}.customers-view .cv-detail{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:var(--surface, #fff);display:flex;flex-direction:column;overflow:hidden}.customers-view .cv-detail-wrap{max-width:1092px;margin:0 auto;width:100%;padding:0 32px}.customers-view .cv-detail-head{border-bottom:1px solid var(--border);flex-shrink:0}.customers-view .cv-detail-headrow{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 0 0}.customers-view .cv-detail-title{font-size:16px;font-weight:600;line-height:1.35}.customers-view .cv-detail-close{color:var(--grey-7);border-radius:var(--radius-control);padding:4px;display:flex;background:none}.customers-view .cv-detail-close:hover{color:var(--text);background:var(--grey-1)}.customers-view .cv-detail-body{flex:1;overflow-y:auto}.customers-view .cv-detail-body .cv-detail-wrap{padding-top:24px;padding-bottom:56px}.customers-view .cv-tabs{display:flex;gap:20px;margin:14px 0 -1px}.customers-view .cv-tab{padding:8px 2px 10px;font-size:13px;color:var(--grey-7);border-bottom:2px solid transparent;white-space:nowrap;background:none}.customers-view .cv-tab.cv-on{color:var(--green-5);font-weight:500;border-bottom-color:var(--green-5)}.customers-view .cv-tab-cnt{font-size:10.5px;color:var(--grey-7);margin-left:5px;font-weight:400}.customers-view .cv-detail-headmain{min-width:0;flex:1}.customers-view .cv-detail-seg{font-size:11.5px;color:var(--grey-7);margin-top:2px}.customers-view .cv-detail-tags{display:inline-flex;gap:8px;flex-wrap:wrap;margin-top:7px}.customers-view .cv-tag-dot{width:6px;height:6px;border-radius:50%;background:currentColor;display:inline-block}.customers-view .cv-gated{margin-left:4px}.customers-view .cv-delta{font-size:10.5px;font-variant-numeric:tabular-nums;padding:0 6px;border-radius:10px;line-height:17px;white-space:nowrap;border:1px solid var(--border);color:var(--grey-7)}.customers-view .cv-delta.under{color:var(--status-green);border-color:var(--status-green);background:var(--status-green-bg)}.customers-view .cv-delta.over{color:var(--status-gold);border-color:var(--status-gold);background:var(--status-gold-bg)}.customers-view .cv-att-dot.cv-low{background:var(--grey-7)}.customers-view .cv-kv-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px 20px;margin-bottom:18px}.customers-view .cv-section-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--grey-7);margin:20px 0 10px}.customers-view .cv-attention{border:1px solid var(--status-gold);background:var(--status-gold-bg);border-radius:var(--radius-surface);padding:12px 14px;margin-bottom:18px}.customers-view .cv-att-h{font-size:12px;font-weight:600;color:var(--status-gold);margin-bottom:8px;display:flex;align-items:center;gap:6px}.customers-view .cv-att-row{display:flex;gap:9px;font-size:12px;color:var(--text);padding:3px 0;line-height:1.5}.customers-view .cv-att-dot{width:7px;height:7px;border-radius:50%;margin-top:5px;flex-shrink:0;background:var(--status-gold)}.customers-view .cv-att-dot.cv-high{background:var(--status-red)}.customers-view .cv-editrow{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap;padding:8px;background:var(--surface-2, var(--grey-1));border-radius:var(--radius-control)}.customers-view .cv-editrow label{font-size:10px;color:var(--grey-7);text-transform:uppercase;letter-spacing:.4px;display:flex;flex-direction:column;gap:3px;font-weight:600}.customers-view .cv-editrow select,.customers-view .cv-editrow input{height:32px;padding:0 8px;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface, #fff);color:var(--text);font-family:inherit;font-size:12.5px}.customers-view .cv-editrow .cv-ef-actions{margin-left:auto;display:flex;gap:8px;align-self:center}.customers-view .cv-rowbtn{color:var(--grey-7);border:1px solid var(--border);border-radius:6px;padding:3px 9px;font-size:11px;cursor:pointer}.customers-view .cv-rowbtn:hover{border-color:var(--green-4);color:var(--green-5)}.customers-view .cv-field{margin-bottom:15px}.customers-view .cv-field label{display:block;font-size:12px;font-weight:600;margin-bottom:5px}.customers-view .cv-field .cv-req{color:var(--status-red)}.customers-view .cv-field input,.customers-view .cv-field select{width:100%;height:34px;padding:0 10px;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface, #fff);color:var(--text);font-family:inherit;font-size:13px}.customers-view .cv-field.cv-bad input,.customers-view .cv-field.cv-bad select{border-color:var(--status-red)}.customers-view .cv-field .cv-err{font-size:11px;color:var(--status-red);margin-top:4px}.customers-view .cv-field .cv-hint{font-size:11px;color:var(--grey-7);margin-top:4px}.customers-view .cv-row2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.customers-view .cv-form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:18px}.customers-view .cv-levers{display:flex;flex-wrap:wrap;gap:6px}.customers-view .cv-prose{font-size:12.5px;line-height:1.65;color:var(--text);margin-bottom:4px}.customers-view .cv-clamp{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.customers-view .cv-more{font-size:11.5px;color:var(--green-5);font-weight:500;background:none;padding:2px 0;cursor:pointer}.customers-view .cv-ws-add{font-size:11.5px;color:var(--green-5);font-weight:500;background:none;cursor:pointer;white-space:nowrap}.customers-view .cv-ws-add:hover{color:var(--green-4)}.customers-view .cv-note{font-size:12px;color:var(--grey-7);line-height:1.6;margin-top:14px;padding:11px 13px;border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface-2, var(--grey-1))}.customers-view .cv-flagcard{border:1px solid var(--status-gold);background:var(--status-gold-bg);border-radius:var(--radius-surface);padding:13px 15px;margin-bottom:14px}.customers-view .cv-flag-h{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}.customers-view .cv-flag-body{font-size:12.5px;color:var(--text);line-height:1.55;margin-top:4px}.customers-view .cv-flag-foot{font-size:11.5px;color:var(--status-gold);margin-top:8px;font-weight:500}.customers-view .cv-ws-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid var(--row-line, var(--border));font-size:12.5px}.customers-view .cv-ws-row:last-child{border-bottom:none}.customers-view .cv-ws-right{display:flex;align-items:center;gap:10px;flex-shrink:0;color:var(--grey-7)}.customers-view .cv-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:var(--green-7);color:#fff;padding:11px 18px;border-radius:var(--radius-control);font-size:13px;font-weight:500;z-index:60;box-shadow:var(--shadow-pop, 0 16px 40px rgba(15,50,40,.18))}:root{--green-1: #e8edeb;--green-4: #446c60;--green-5: #154738;--green-7: #0f3228;--lime-2: #f4f7c4;--lime-5: #dbe442;--lime-8: #787d24;--lime-10: #494d0e;--mauve-3: #f0edf0;--grey-1: #f3f3f4;--grey-7: #61636a;--text: #2d2926;--border: #e9e9e9;--status-green: #067f54;--status-green-bg: #eaf6f0;--status-red: #a8071a;--status-red-bg: #fff1f0;--status-gold: #874d00;--status-gold-bg: #fffbe6;--status-blue: #0958d9;--status-blue-bg: #e6f4ff;--radius-control: 6px;--radius-surface: 8px;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font-sans);font-size:13.5px;line-height:1.55;color:var(--text);background:var(--grey-1);-webkit-font-smoothing:antialiased}.num{font-variant-numeric:tabular-nums}button{font-family:inherit;font-size:inherit;cursor:pointer;background:none;border:none;color:inherit}a{color:var(--green-5);text-decoration:none;cursor:pointer}::selection{background:var(--green-1)}.shell{display:flex;height:100vh;overflow:hidden}.sidebar{width:220px;flex-shrink:0;background:var(--green-7);color:#fff;display:flex;flex-direction:column;padding:22px 0 0}.brand{display:flex;align-items:center;gap:11px;padding:0 18px 26px}.brand-mark{width:34px;height:34px;border-radius:var(--radius-surface);background:var(--green-5);color:var(--lime-5);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:17px;flex-shrink:0}.brand-name{font-size:14.5px;font-weight:600;letter-spacing:.2px}.brand-sub{font-size:11px;color:#b6c6c1}.navitem{display:flex;align-items:center;gap:11px;margin:2px 12px;padding:9px 12px;border-radius:var(--radius-control);font-size:13.5px;color:#dfe9e5;width:calc(100% - 24px);text-align:left;transition:background-color .12s,color .12s}.navitem:hover{background:#e8edeb14;color:#fff}.navitem.active{background:var(--green-4);color:#fff;font-weight:500}.navitem svg{flex-shrink:0;opacity:.9}.side-spacer{flex:1}.side-user{margin:0;padding:14px 18px 16px;border-top:1px solid rgba(232,237,235,.14);font-size:12.5px;background:#0000001f}.side-user-email{color:#eaf1ee;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.side-user-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:6px}.side-user-role{font-size:10.5px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#9fb4ad}.side-signout{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#b6c6c1;border-radius:4px;padding:2px 4px;transition:color .12s}.side-signout:hover{color:#fff}.main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.topbar{height:46px;flex-shrink:0;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 32px}.crumb{font-size:13px;color:var(--grey-7)}.crumb b{color:var(--text);font-weight:600;font-size:15px}.topmeta{font-size:12.5px;color:var(--grey-7);font-style:italic;white-space:nowrap}.content{flex:1;overflow-y:auto;padding:32px 32px 64px}.wrap{max-width:1180px;margin:0 auto}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.page-head-action{display:flex;align-items:center;gap:8px;flex-shrink:0}.page-title{font-size:20px;font-weight:500;line-height:1.3}.page-sub{color:var(--grey-7);font-size:13px;margin-top:4px;max-width:720px}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-surface)}.card-pad{padding:24px}.card+.card,.stack>*+*{margin-top:16px}.section-title{font-size:15px;font-weight:500;margin:24px 0 12px}.callout{background:#fff;border:1px solid var(--border);border-radius:var(--radius-surface);padding:12px 16px;font-size:12.5px;color:var(--grey-7);line-height:1.6}.callout b{color:var(--text);font-weight:500}.btn{height:34px;padding:0 15px;white-space:nowrap;flex-shrink:0;border-radius:var(--radius-control);font-size:13px;font-weight:500;display:inline-flex;align-items:center;gap:7px;border:1px solid transparent;transition:background-color .12s,border-color .12s,color .12s}.btn:disabled{opacity:.55;cursor:default}.btn-primary{background:var(--green-5);border-color:var(--green-5);color:#fff}.btn-primary:hover:not(:disabled){background:var(--green-4);border-color:var(--green-4)}.btn-ghost{background:#fff;border-color:var(--border);color:var(--text)}.btn-ghost:hover:not(:disabled){border-color:var(--green-4);color:var(--green-5)}.btn-ai{background:var(--lime-2);border-color:var(--lime-5);color:var(--lime-10)}.btn-ai:hover:not(:disabled){background:var(--lime-5)}.field{margin-bottom:14px}.field label{display:block;font-size:12px;font-weight:500;margin-bottom:5px}.field .hint{font-size:11px;color:var(--grey-7);font-weight:400}input[type=text],input[type=number],select,textarea{width:100%;height:34px;padding:0 10px;border:1px solid var(--border);border-radius:var(--radius-control);font-family:inherit;font-size:13.5px;background:#fff;color:var(--text);transition:border-color .12s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--green-4)}.row2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.seg{display:inline-flex;border:1px solid var(--border);border-radius:var(--radius-control);overflow:hidden;background:#fff}.seg button{padding:5px 11px;font-size:12px;color:var(--grey-7);border-right:1px solid var(--border);transition:background-color .12s,color .12s}.seg button:last-child{border-right:none}.seg button.on{background:var(--green-5);color:#fff}.switch{width:36px;height:20px;border-radius:10px;background:#c8cace;position:relative;flex-shrink:0;transition:background-color .12s}.switch.on{background:var(--green-5)}.switch:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:left .12s}.switch.on:after{left:18px}.tag{display:inline-flex;align-items:center;padding:0 7px;border-radius:4px;font-size:11.5px;font-weight:500;border:1px solid transparent;white-space:nowrap;line-height:18px}.tag-green{background:var(--status-green-bg);color:var(--status-green);border-color:#bfe3d2}.tag-red{background:var(--status-red-bg);color:var(--status-red);border-color:#ffccc7}.tag-gold{background:var(--status-gold-bg);color:var(--status-gold);border-color:#ffe58f}.tag-blue{background:var(--status-blue-bg);color:var(--status-blue);border-color:#91caff}.tag-neutral{background:var(--grey-1);color:var(--grey-7);border-color:var(--border)}.tblwrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-surface);background:#fff}table.tbl{width:100%;border-collapse:collapse;font-size:13px}table.tbl th{background:var(--mauve-3);color:#575257;font-weight:500;text-align:left;padding:8px 14px;font-size:12px;border-bottom:1px solid var(--border);white-space:nowrap}table.tbl td{padding:9px 14px;border-bottom:1px solid #f0f0f1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:340px}table.tbl tbody tr:last-child td{border-bottom:none}table.tbl th.r,table.tbl td.r{text-align:right;font-variant-numeric:tabular-nums}table.tbl th.c,table.tbl td.c{text-align:center;font-variant-numeric:tabular-nums}table.tbl tbody tr:hover td{background:var(--grey-1)}table.tbl tbody tr.rowlink{cursor:pointer}.td-muted{color:var(--grey-7);font-size:12px}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f322847;z-index:40}.drawer{position:fixed;top:0;right:0;bottom:0;width:460px;max-width:92vw;background:#fff;border-left:1px solid var(--border);z-index:41;display:flex;flex-direction:column}.drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 24px 14px;border-bottom:1px solid var(--border)}.drawer-title{font-size:15px;font-weight:500;line-height:1.4}.drawer-close{color:var(--grey-7);border-radius:var(--radius-control);padding:3px;display:flex;transition:color .12s}.drawer-close:hover{color:var(--text)}.drawer-body{padding:20px 24px 32px;overflow-y:auto;font-size:13px;line-height:1.6}.kv{margin-bottom:14px}.kv .k{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--grey-7);margin-bottom:3px}.kv .v{font-size:13px}.skel-bar{height:12px;border-radius:4px;background:var(--green-1);opacity:.6;margin:10px 0}.empty{padding:40px 24px;text-align:center;color:var(--grey-7);font-size:13px}.empty svg{color:#a9abb2;margin-bottom:8px}.empty-msg{margin-bottom:14px}.builder-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px;align-items:start}.mod{border:1px solid var(--border);border-radius:var(--radius-surface);padding:12px 14px;transition:border-color .12s,background-color .12s}.mod+.mod{margin-top:8px}.mod.on{border-color:var(--green-4);background:#fbfdfc}.mod-top{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.mod-cb{width:16px;height:16px;border:1.5px solid #c8cace;border-radius:4px;flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center;background:#fff;color:#fff;transition:background-color .12s,border-color .12s}.mod.on .mod-cb{background:var(--green-5);border-color:var(--green-5)}.mod-name{font-size:13.5px;font-weight:500}.mod-meta{font-size:11.5px;color:var(--grey-7);margin-top:1px}.mod-price{margin-left:auto;font-size:13.5px;font-weight:500;white-space:nowrap}.mod-detail{margin-top:12px;padding-top:12px;border-top:1px dashed var(--border)}.mod-note{font-size:11.5px;color:var(--grey-7);margin-top:8px;line-height:1.5}.mod-note b{color:var(--text);font-weight:500}.mod-comp{display:flex;align-items:center;gap:8px;font-size:12px;margin:6px 0;cursor:pointer}.mod-comp input{width:auto;height:auto}.panel{position:sticky;top:0}.sumhead{padding:18px 20px;background:var(--green-7);border-radius:var(--radius-surface) var(--radius-surface) 0 0;color:#fff}.sumhead .l{font-size:11.5px;color:#b6c6c1;text-transform:uppercase;letter-spacing:.6px}.sumhead .big{font-size:29px;font-weight:500;margin-top:3px}.sumhead .sub{font-size:12px;color:#b6c6c1;margin-top:3px}.sumbody{padding:16px 20px 20px}.linehdr{font-size:11px;text-transform:uppercase;letter-spacing:.6px;color:var(--grey-7);margin:12px 0 6px}.line{display:flex;justify-content:space-between;gap:10px;font-size:12.5px;padding:3px 0}.line .lbl{color:var(--grey-7);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.line .val{font-variant-numeric:tabular-nums;white-space:nowrap}.line.tot{font-weight:600;font-size:13.5px;border-top:1px solid var(--border);margin-top:8px;padding-top:8px}.line .disc{color:var(--status-green)}.togline{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 0;border-top:1px solid #f0f0f1}.togline .t{font-size:12.5px}.togline .d{font-size:11px;color:var(--grey-7)}.panel-notice{font-size:12.5px;margin-top:10px;padding:8px 10px;border-radius:var(--radius-control)}.panel-notice.ok{background:var(--status-green-bg);color:var(--status-green)}.panel-notice.err{background:var(--status-red-bg);color:var(--status-red)}.rationale{margin-top:16px;background:var(--lime-2);border:1px solid var(--lime-5);border-radius:var(--radius-surface);padding:16px 18px}.rationale h4{font-size:13px;font-weight:600;color:var(--lime-10);display:flex;align-items:center;gap:7px;margin-bottom:9px}.rationale p{font-size:12.5px;line-height:1.65;margin-bottom:8px;color:var(--text)}.rationale p:last-child{margin-bottom:0}.rationale ul{margin:6px 0 8px;list-style:none;font-size:12.5px}.rationale li{padding:3px 0 3px 16px;position:relative;line-height:1.55}.rationale li:before{content:"›";position:absolute;left:2px;color:var(--lime-8);font-weight:700}.rationale .foot{font-size:11.5px;color:var(--lime-10);opacity:.85}.prospect-refresh{flex-shrink:0;width:30px;height:30px;border-radius:var(--radius-control);border:1px solid var(--border);color:var(--grey-7);display:flex;align-items:center;justify-content:center;transition:border-color .12s,color .12s}.prospect-refresh:hover:not(:disabled){border-color:var(--green-4);color:var(--green-5)}.prospect-refresh:disabled{opacity:.5;cursor:default}.prospect-row{display:flex;gap:10px;margin-top:14px}.prospect-row select{flex:1}.prospect-row .btn{flex-shrink:0}.prospect-past{margin-top:8px}.prospect-status{display:flex;align-items:center;gap:8px;margin-top:12px;font-size:12.5px;color:var(--grey-7)}.prospect-status.ok{color:var(--status-green)}.prospect-status.err{color:var(--status-red)}.prospect-status.muted{color:var(--grey-7)}.prospect-elapsed{margin-left:auto;font-variant-numeric:tabular-nums;font-size:11.5px;color:var(--grey-7)}.dot-pulse{width:8px;height:8px;border-radius:50%;background:var(--green-5);flex-shrink:0;animation:dot-pulse 1s ease-in-out infinite}@keyframes dot-pulse{0%,to{opacity:.3;transform:scale(.85)}50%{opacity:1;transform:scale(1.1)}}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.runsteps{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:12px;font-size:11.5px;color:var(--grey-7)}.runstep{display:inline-flex;align-items:center;gap:5px;transition:color .12s}.runstep+.runstep:before{content:"›";margin-right:10px;color:#c8cace}.runstep.done{color:var(--green-5)}.runstep.active{color:var(--text);font-weight:500}.runstep svg{color:var(--green-5)}.drift-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--status-gold);margin-left:6px;vertical-align:baseline;flex-shrink:0}.drift-note{display:flex;align-items:center;gap:6px;font-size:11.5px;color:var(--status-gold);margin-top:8px}.linkbtn{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--green-5);padding:0;transition:color .12s}.linkbtn:hover{color:var(--green-4)}.whispers{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin:8px 0 2px}.whisper{display:inline-flex;align-items:center;gap:6px;font-size:11px;background:var(--status-gold-bg);color:var(--status-gold);border:1px solid #ffe58f;border-radius:4px;padding:1px 8px;line-height:18px}.compare-row{display:flex;align-items:center;gap:10px;font-size:12.5px;color:var(--grey-7)}.compare-info{white-space:nowrap}.vdiff{font-size:11.5px;color:var(--grey-7);border-left:2px solid var(--border);padding:2px 0 2px 10px;margin:2px 0 8px;line-height:1.6}.src-empty{font-size:12px;color:var(--grey-7);font-style:italic}.src-more{display:block;background:none;border:none;padding:3px 8px;font-size:12px;color:var(--grey-7);cursor:pointer;font-style:italic;transition:color .12s}.src-more:hover{color:var(--green-5)}.comps{margin-top:16px}.comps-title{font-size:11px;text-transform:uppercase;letter-spacing:.6px;color:var(--grey-7);margin-bottom:8px}.comp-card{display:flex;justify-content:space-between;align-items:baseline;gap:10px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-surface);padding:10px 14px;font-size:12.5px}.comp-card+.comp-card{margin-top:8px}.comp-card .cn{font-weight:500}.comp-card .cs{color:var(--grey-7);font-size:11.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tabs{display:flex;gap:22px;border-bottom:1px solid var(--border);margin-bottom:24px}.tab{padding:7px 2px 9px;font-size:13.5px;color:var(--grey-7);border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .12s,border-color .12s}.tab:hover{color:var(--text)}.tab.active{color:var(--green-5);font-weight:500;border-bottom-color:var(--green-5)}.bars{display:flex;flex-direction:column;gap:8px}.bar{display:grid;grid-template-columns:130px minmax(0,1fr) 130px;align-items:center;gap:12px;font-size:12.5px}.bar .bn{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bar .bt{height:14px;border-radius:3px;background:var(--green-5);min-width:2px}.bar .bv{text-align:right;color:var(--grey-7);font-variant-numeric:tabular-nums;white-space:nowrap}.deal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.deal-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-surface);padding:16px 18px;cursor:pointer;text-align:left;width:100%;transition:border-color .12s}.deal-card:hover{border-color:var(--green-4)}.deal-top{display:flex;justify-content:space-between;gap:12px}.deal-name{font-size:14px;font-weight:500}.deal-seg{font-size:11.5px;color:var(--grey-7);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.deal-acv{font-size:16px;font-weight:500;text-align:right}.deal-meta{font-size:11.5px;color:var(--grey-7);text-align:right;white-space:nowrap}.mono-slot{font-size:11px;background:var(--mauve-3);color:#575257;border-radius:4px;padding:2px 7px;font-family:var(--font-mono);display:inline-block;margin:0 5px 5px 0}details.quiet{border:1px solid var(--border);border-radius:var(--radius-surface);background:#fff;margin-top:12px}details.quiet summary{padding:11px 16px;font-size:13px;font-weight:500;cursor:pointer;list-style:none}details.quiet summary::-webkit-details-marker{display:none}details.quiet[open] summary{border-bottom:1px solid #f0f0f1}details.quiet .body{padding:12px 16px;font-size:12.5px;line-height:1.65;color:var(--grey-7);white-space:pre-wrap}.bar.bar-this .bt{background:transparent;border:1.5px dashed var(--green-5);box-sizing:border-box}.bar.bar-this .bn{color:var(--green-5);font-weight:500}.bar-chip{font-size:10.5px;color:var(--grey-7);background:var(--grey-1);border:1px solid var(--border);border-radius:10px;padding:0 7px;margin-left:6px;white-space:nowrap}.icon-btn{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-control);border:1px solid transparent;color:var(--grey-7);transition:color .12s,border-color .12s}.icon-btn:hover{color:var(--green-5);border-color:var(--border)}.copied-tick{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--status-green);white-space:nowrap}.searchfield{position:relative;display:inline-flex;align-items:center}.searchfield svg{position:absolute;left:10px;color:var(--grey-7);pointer-events:none}.searchfield input[type=text]{padding-left:30px}.dealpick-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;text-align:left;padding:9px 12px;background:none;border:none;border-bottom:1px solid var(--border);cursor:pointer;transition:background-color .12s}.dealpick-row:last-child{border-bottom:none}.dealpick-row:hover{background:var(--grey-1)}.dealpick-row.sel{background:var(--green-1)}.dealpick-main{display:flex;flex-direction:column;gap:2px;min-width:0}.dealpick-co{font-size:13px;font-weight:500;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dealpick-sub{font-size:11.5px;color:var(--grey-7);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dealpick-right{display:flex;align-items:center;gap:10px;flex-shrink:0;font-size:12.5px}.totals-line{font-size:12px;color:var(--grey-7);margin:10px 2px 0}.prop-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px}.prop-search{max-width:260px}.prop-count{margin-left:6px;font-size:11px;font-variant-numeric:tabular-nums;opacity:.7}.palette-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f322847;z-index:60}.palette{position:fixed;top:16vh;left:50%;transform:translate(-50%);width:560px;max-width:92vw;background:#fff;border:1px solid var(--border);border-radius:var(--radius-surface);box-shadow:0 16px 40px #0f32282e;z-index:61;overflow:hidden}.palette-input{display:flex;align-items:center;gap:8px;padding:0 14px;border-bottom:1px solid var(--border);color:var(--grey-7)}.palette-input input{border:none;height:44px;padding:0;font-size:13.5px;background:transparent}.palette-input input:focus{outline:none;border:none}.palette-list{max-height:320px;overflow-y:auto;padding:6px}.palette-group{font-size:10.5px;text-transform:uppercase;letter-spacing:.5px;color:var(--grey-7);padding:8px 10px 2px}.palette-item{display:flex;align-items:baseline;gap:8px;padding:7px 10px;border-radius:var(--radius-control);font-size:13px;cursor:pointer;transition:background-color .12s}.palette-item.sel{background:var(--grey-1)}.palette-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.palette-hint{margin-left:auto;font-size:11px;color:var(--grey-7);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:45%;flex-shrink:0}.palette-empty{padding:18px 12px;font-size:12.5px;color:var(--grey-7);text-align:center}.drawer-title-row{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.clause-editable{cursor:text;transition:border-color .12s,background-color .12s}.edited-clause{background:var(--grey-1);border-left:3px solid var(--border);padding:3px 9px;border-radius:0 4px 4px 0}.edited-mark{display:inline-flex;align-items:center;gap:6px;margin-left:8px;font-size:11px;color:var(--grey-7)}.edited-mark .linkbtn{font-size:11px}.clause-edit{margin-bottom:9px}.clause-edit textarea{height:auto;min-height:90px;padding:8px 10px;font-size:12.5px;line-height:1.55;resize:vertical}.of{background:#fff;border:1px solid var(--border);border-radius:var(--radius-surface);padding:36px 42px;font-size:13px;line-height:1.65}.of h3{font-size:16px;font-weight:600;text-align:center;margin-bottom:2px}.of .ofsub{text-align:center;color:var(--grey-7);font-size:12px;margin-bottom:22px}.of h5{font-size:12px;text-transform:uppercase;letter-spacing:.6px;color:#575257;border-bottom:1px solid var(--border);padding-bottom:5px;margin:22px 0 10px;display:flex;align-items:center;gap:8px}.oftbl{width:100%;border-collapse:collapse;font-size:12.5px;margin:6px 0}.oftbl td,.oftbl th{padding:6px 10px;border:1px solid var(--border)}.oftbl th{background:var(--mauve-3);text-align:left;font-weight:500}.oftbl td.r,.oftbl th.r{text-align:right;font-variant-numeric:tabular-nums}.clausebody{font-size:12.5px;margin-bottom:9px}.clausebody .cb-t{font-weight:500}.manual{background:var(--status-gold-bg);border-left:3px solid var(--status-gold);padding:3px 9px;border-radius:0 4px 4px 0;color:var(--status-gold)}.of-sign{display:flex;justify-content:space-between;font-size:12px;color:var(--grey-7);border-top:1px solid var(--border);margin-top:22px;padding-top:16px}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--green-7)}.login-card{background:#fff;border-radius:12px;padding:40px 44px;width:370px}.login-brand{display:flex;align-items:center;gap:10px}.login-sub{font-size:13px;color:var(--grey-7);margin:16px 0 22px;line-height:1.55}.login-google{width:100%;height:40px;border-radius:7px;border:1px solid var(--border);background:#fff;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:9px;transition:border-color .12s}.login-google:hover{border-color:var(--green-4)}.chip{display:inline-flex;align-items:center;gap:4px;font-size:11px;border:1px solid var(--border);border-radius:12px;padding:0 8px;line-height:18px;color:var(--grey-7);background:#fff;white-space:nowrap;vertical-align:middle;font-weight:400}button.chip{cursor:pointer;transition:border-color .12s,color .12s}button.chip:hover{border-color:var(--green-4)}.chip-solid{background:var(--green-5);color:#fff;border-color:var(--green-5)}button.chip-solid:hover{border-color:var(--green-5)}.chip-stage{background:var(--mauve-3);border-color:#e2dce2;color:#575257}.chip-amber{background:var(--status-gold-bg);border-color:#ffe58f;color:var(--status-gold)}.chip-mint{background:var(--status-green-bg);border-color:#bfe3d2;color:var(--status-green)}.chip-bad{background:var(--status-red-bg);border-color:#ffccc7;color:var(--status-red);font-weight:500}.evchip{display:inline-flex;align-items:center;gap:3px;font-size:10.5px;color:var(--grey-7);border:1px solid var(--border);background:#fafafa;border-radius:10px;padding:0 7px;line-height:17px;margin-left:6px;cursor:pointer;vertical-align:middle;transition:border-color .12s,color .12s}.evchip:hover{border-color:var(--green-4);color:var(--green-5)}.deal-head{padding:10px 16px 12px;margin-bottom:16px}.dh-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-height:30px}.dh-row select{flex:1;min-width:200px;max-width:480px}.deal-combo{position:relative;flex:1;min-width:200px;max-width:480px}.deal-combo-field{position:relative}.deal-combo-input{padding-right:30px;text-overflow:ellipsis}.deal-combo-caret{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:var(--grey-7);pointer-events:none}.deal-combo-list{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:30;background:#fff;border:1px solid var(--border);border-radius:var(--radius-control);box-shadow:0 16px 40px #0f32282e;max-height:280px;overflow-y:auto;padding:6px}.deal-combo-item{padding:7px 10px;border-radius:var(--radius-control);font-size:13px;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:background-color .12s}.deal-combo-item.sel{background:var(--grey-1)}.deal-combo-empty{padding:14px 10px;font-size:12.5px;color:var(--grey-7);text-align:center}.dh-co{font-weight:600;font-size:14px}.dh-right{margin-left:auto;display:flex;gap:8px}.dh-btn{height:28px;padding:0 11px;font-size:12px}.dh-sub{font-size:12px;color:var(--grey-7);margin-top:8px;line-height:1.55;max-width:640px}.dh-sub b{color:var(--text);font-weight:500}.deal-head .runsteps{margin-top:0;flex:1}.deal-head .prospect-row{margin-top:10px}.deal-head .prospect-status{margin-top:8px}.profile-strip{width:100%;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-surface);padding:10px 16px;font-size:12.5px;color:var(--grey-7);text-align:left;transition:border-color .12s}.profile-strip:hover{border-color:var(--green-4)}.ps-sum{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.ps-sum b{color:var(--text);font-weight:600}.ps-empty{font-style:italic}.ps-edit{margin-left:auto;color:var(--green-5);font-size:11.5px;font-weight:500;flex-shrink:0}.ps-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.addrow{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px;border:1px dashed var(--border);border-radius:var(--radius-surface);padding:10px 14px;font-size:12.5px;color:var(--grey-7);background:transparent;margin-top:8px;transition:border-color .12s,color .12s;text-align:left}.addrow:hover{border-color:var(--green-4);color:var(--green-5)}.addrow+.mod{margin-top:8px}.addrow-go{color:var(--green-5);font-weight:500;flex-shrink:0}.mod-name .chip{margin-left:6px}.mod.mod-danger{border-color:#ffccc7;background:snow}.calib{margin-top:10px;font-size:11px;border-radius:7px;padding:6px 10px;line-height:1.45}.calib.ok{background:#ffffff14;color:#b8dcc9}.calib.warn{background:var(--status-gold-bg);color:var(--status-gold)}.calib.bad{background:var(--status-red-bg);color:var(--status-red);font-weight:500}.adjust{margin-top:10px;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);border-radius:8px;display:flex;align-items:center;padding-right:4px;transition:border-color .12s}.adjust:focus-within{border-color:#fff6}.adjust input,.adjust input:focus{flex:1;height:30px;background:transparent;border:none;color:#fff;font-size:12px;padding:0 11px;outline:none}.adjust input::placeholder{color:#9db8ae;font-style:italic}.adjust input:disabled{opacity:.6}.adjust-go{color:#cfdbd6;font-size:12px;padding:4px 9px;border-radius:6px;flex-shrink:0}.adjust-go:disabled{opacity:.45;cursor:default}.adjust-err{margin-top:8px;font-size:11.5px;color:#ffccc7;line-height:1.45}.deltastrips{display:flex;flex-direction:column;gap:8px;margin-top:12px}.deltastrip{background:#fafafa;border:1px solid #f0f0f1;border-radius:var(--radius-surface);padding:9px 13px;font-size:12px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ds-you{color:var(--grey-7);font-style:italic}.ds-d{font-variant-numeric:tabular-nums;white-space:nowrap}.ds-note{color:var(--grey-7);font-size:11.5px}.ds-undo{margin-left:auto;color:var(--green-5);font-weight:500;font-size:11.5px;transition:color .12s}.ds-undo:hover{color:var(--green-4)}.railtabs-wrap{margin-top:12px}.railtabs{display:flex;gap:2px;background:#fff;border:1px solid var(--border);border-bottom:none;border-radius:var(--radius-surface) var(--radius-surface) 0 0;padding:6px 8px 0}.railtab{font-size:12px;font-weight:500;padding:6px 12px;color:var(--grey-7);border-bottom:2px solid transparent;transition:color .12s,border-color .12s;white-space:nowrap}.railtab:hover{color:var(--text)}.railtab.on{color:var(--green-5);border-bottom-color:var(--green-5)}.railbody{background:#fff;border:1px solid var(--border);border-top:none;border-radius:0 0 var(--radius-surface) var(--radius-surface);padding:14px 16px;max-height:60vh;overflow-y:auto}.railbody .rationale{margin-top:12px}.railbody .comps{margin-top:0}.railbody .comp-card{border-color:#f0f0f1}.brief-h{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.brief-mark{width:24px;height:24px;border-radius:7px;background:var(--green-1);color:var(--green-7);display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0}.brief-t{font-weight:600;font-size:13.5px}.brief-chips{margin-left:auto;display:inline-flex;gap:5px;flex-wrap:wrap}.brief-sub{font-size:11.5px;color:var(--grey-7);margin:3px 0 14px 32px}.shape{display:grid;grid-template-columns:1fr 1fr;gap:8px}.shape-cell{background:#fafafa;border:1px solid #f0f0f1;border-radius:var(--radius-surface);padding:9px 12px}.shape-k{font-size:10px;letter-spacing:.8px;text-transform:uppercase;color:var(--grey-7);font-weight:600;display:flex;justify-content:space-between;align-items:center;gap:6px}.shape-v{font-size:12px;margin-top:3px;line-height:1.5}.brief-other{margin-top:8px;display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--grey-7)}.brief-fn{font-weight:600;color:var(--text);margin-right:4px}.bsec{font-size:10px;letter-spacing:.8px;text-transform:uppercase;color:var(--grey-7);font-weight:600;margin:14px 0 6px}.btable{border:1px solid #f0f0f1;border-radius:var(--radius-surface);overflow:hidden}.btr{display:grid;grid-template-columns:118px minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:8px 12px;border-bottom:1px solid #f5f5f6;font-size:12px}.btr:last-child{border-bottom:none}.btr[role=button]{cursor:pointer}.btr[role=button]:hover{background:#fbfbfb}.btr-mn{font-weight:600;min-width:0}.btr-fact{color:var(--grey-7);min-width:0;line-height:1.5}.brief-caution{background:var(--status-gold-bg)}.brief-caution .btr-fact{color:var(--status-gold);font-weight:500}.brief-rejected{margin-top:8px}.brief-rejected summary{font-size:11.5px;color:var(--grey-7);cursor:pointer;list-style:none}.brief-rejected summary::-webkit-details-marker{display:none}.brief-rejected ul{list-style:none;margin:6px 0 0;display:flex;flex-direction:column;gap:5px}.brief-rejected li{font-size:11.5px;color:var(--grey-7);line-height:1.5}.brief-f{margin-top:12px;font-size:11px;color:var(--grey-7);display:flex;justify-content:space-between;align-items:center;gap:10px}.brief-f .linkbtn{font-size:11.5px;flex-shrink:0}.evpop{position:fixed;z-index:70;background:#fff;border:1px solid var(--border);border-radius:var(--radius-surface);box-shadow:0 4px 10px #0f32280f,0 16px 40px #0f322824;overflow:hidden}.evpop-h{padding:10px 14px;border-bottom:1px solid #f0f0f1;font-size:12px;font-weight:600;display:flex;justify-content:space-between;align-items:center;gap:10px}.evpop-h span{color:var(--grey-7);font-weight:400;font-size:11px;flex-shrink:0}.evpop-body{max-height:320px;overflow-y:auto}.evpop-r{display:flex;gap:10px;align-items:flex-start;padding:9px 14px;border-bottom:1px solid #f7f7f8;font-size:12px}.evpop-r:last-child{border-bottom:none}.evpop-r.muted .evpop-t{color:var(--grey-7);font-style:italic;font-weight:400}.evpop-ic{width:22px;height:22px;border-radius:6px;background:#fafafa;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:10px;flex-shrink:0;margin-top:1px;color:var(--grey-7)}.evpop-t{font-weight:500;line-height:1.4}.evpop-q{color:var(--grey-7);font-size:11.5px;font-style:italic;margin-top:2px;line-height:1.45}.evpop-m{color:#a9abb2;font-size:10.5px;margin-top:2px}.evpop-open{margin-left:auto;color:var(--green-5);font-size:10.5px;font-weight:500;flex-shrink:0;display:inline-flex;align-items:center;gap:3px}.ev-stats{display:flex;gap:6px;margin-bottom:12px;flex-wrap:wrap}.ev-g{font-size:10px;letter-spacing:.8px;text-transform:uppercase;color:var(--grey-7);font-weight:600;margin:12px 0 4px}.ev>.ev-g:first-of-type{margin-top:0}.ev-r{display:flex;align-items:center;gap:10px;padding:7px 8px;border-radius:var(--radius-control);font-size:12.5px;width:100%;color:var(--text);text-align:left}.ev-r:hover{background:#fafafa}a.ev-r{color:var(--text)}.ev-ic{width:24px;height:24px;border-radius:7px;background:#fafafa;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--grey-7)}.ev-tt{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ev-mm{font-size:11px;color:var(--grey-7)}.ev-go{margin-left:auto;color:var(--grey-7);font-size:11px;flex-shrink:0;display:inline-flex;align-items:center;gap:3px}.ev-thread{cursor:pointer}.ev-nest{margin-left:34px;border-left:2px solid #f0f0f1;padding-left:6px;margin-bottom:6px}.ev-empty{font-size:12px;color:var(--grey-7);font-style:italic;padding:2px 8px}@media print{.sidebar,.topbar,.no-print{display:none!important}.content{overflow:visible;padding:0}body{background:#fff}}.brief-verdict{font-size:12px;color:var(--grey-7);font-style:italic;margin:0 0 8px;line-height:1.5}.railbody-wrap{position:relative}.rail-fade{position:absolute;left:1px;right:1px;bottom:1px;height:46px;background:linear-gradient(to bottom,#fff0,#fff 80%);pointer-events:none;border-radius:0 0 var(--radius-surface) var(--radius-surface)}.rail-more{position:absolute;bottom:10px;left:50%;transform:translate(-50%);font-size:11px;font-weight:500;color:var(--grey-7);background:#fff;border:1px solid var(--border);border-radius:12px;padding:2px 12px;box-shadow:0 2px 8px #0f32281a;transition:color .12s,border-color .12s}.rail-more:hover{color:var(--green-5);border-color:var(--green-4)}.shape-v.clamped{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.shape-more{font-size:11px;color:var(--green-5);font-weight:500;margin-top:2px;padding:0}.chip-link{cursor:pointer;transition:color .12s,border-color .12s}.chip-link:hover{border-color:var(--green-4);color:var(--green-5)}.top-right{display:flex;align-items:center;gap:14px}.topbar-run{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:500;color:var(--green-5);background:var(--green-1);border:1px solid var(--green-4);border-radius:14px;padding:3px 12px;transition:background-color .12s}.topbar-run:hover{background:#dbe7e2}.topbar-run-dot{width:7px;height:7px;border-radius:50%;background:var(--green-5);animation:runpulse 1.6s ease-in-out infinite}@keyframes runpulse{0%,to{opacity:1}50%{opacity:.35}}@media(prefers-reduced-motion:reduce){.topbar-run-dot{animation:none}}.chip-lime{background:#f4f7c4;border-color:#dbe442;color:#494d0e;font-weight:500}input[type=range]{accent-color:var(--green-5)}.icon-btn{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:var(--radius-control);background:#fff;color:var(--grey-7);font-size:11px;cursor:pointer;padding:0;flex-shrink:0;transition:border-color .12s,color .12s}.icon-btn:hover{border-color:var(--green-4);color:var(--green-5)}.icon-btn-danger{color:var(--grey-7);font-size:13px}.icon-btn-danger:hover{border-color:#ffccc7;color:var(--status-red);background:var(--status-red-bg)}.meta-line{font-size:12px;color:var(--grey-7);display:flex;align-items:center;gap:6px;flex-wrap:wrap}.form-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.form-row .lbl{font-size:11px;font-weight:600;color:var(--grey-7);text-transform:uppercase;letter-spacing:.04em}.form-row select,.form-row input[type=time]{width:auto;height:28px;font-size:12px}.railtabs-full{margin-top:4px}.railtabs-full .railbody{max-height:none;columns:2;column-gap:32px}.railtabs-full .railbody>*{break-inside:avoid}.railtabs-full .brief,.railtabs-full .rationale{max-width:72ch}.railtabs-full .comp-card{break-inside:avoid}@media(max-width:1100px){.railtabs-full .railbody{columns:1}}.share-page-view{display:flex;flex-direction:column;gap:12px}.share-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.share-topbar-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.share-title{font-size:15px;font-weight:600}.share-topbar-actions{display:flex;align-items:center;gap:8px}.share-comments{display:flex;flex-direction:column;gap:12px}.share-comment-row{border-top:1px solid var(--border);padding-top:10px}.share-comment-row:first-of-type{border-top:none;padding-top:0}.share-comment-body{font-size:13.5px;margin:4px 0 8px}.share-comment-actions{display:flex;align-items:center;gap:8px}.share-comment-actions input{flex:1;max-width:420px}.share-editor{height:calc(100vh - 240px);min-height:480px;border:1px solid var(--border);border-radius:var(--radius-surface);overflow:hidden;background:#fff}.share-editor-save{font-size:13px;font-weight:500;color:#fff;background:var(--green-5);border-radius:var(--radius-control);padding:7px 14px;border:none;cursor:pointer}.share-editor-save:disabled{opacity:.6;cursor:default}.settings-addrow{display:flex;gap:8px;padding:12px 16px;border-top:1px solid var(--border);align-items:center}.settings-addrow input{max-width:280px}.roles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;margin-top:10px}.role-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.role-card-name{font-weight:600;font-size:14px}.role-card-desc{color:var(--grey-7);font-size:12.5px;margin:4px 0 6px}.role-card-new{border:1px dashed var(--border);border-radius:var(--radius-surface);background:none;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--grey-7);font-size:13.5px;min-height:96px;transition:color .12s,border-color .12s}.role-card-new:hover{color:var(--green-5);border-color:var(--green-4)}.role-editor{margin-top:12px;display:flex;flex-direction:column;gap:12px}.perm-groups{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.perm-group-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--grey-7);margin-bottom:6px}.perm-row{display:flex;align-items:center;gap:8px;padding:3px 0;font-size:13px;cursor:pointer}.perm-row code{margin-left:auto;font-size:11px;color:var(--grey-7);font-family:var(--font-mono)}
