.customer-list-shell{width:92vw;max-width:1840px}.customer-list-heading,.customer-profile-heading{align-items:flex-end}.customer-list-heading p,.customer-profile-heading p{max-width:760px}.customer-list-unavailable{display:flex;align-items:center;gap:18px}.customer-list-empty-icon{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:15px;background:var(--gold-soft);color:var(--gold-dark);font-size:24px;font-weight:900}.customer-list-unavailable h2{margin:0 0 6px}.customer-list-unavailable p{margin:0 0 4px;color:var(--muted)}
.customer-list-kpis{padding:0;overflow:hidden;margin-bottom:18px}.customer-list-kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.customer-list-kpi-grid article{min-height:138px;padding:22px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:center;gap:7px}.customer-list-kpi-grid article:last-child{border-right:0}.customer-list-kpi-grid span{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.customer-list-kpi-grid strong{font-size:clamp(25px,2.5vw,40px);line-height:1;letter-spacing:-.04em;color:var(--ink)}.customer-list-kpi-grid small{color:var(--muted)}.customer-list-year-strip{display:flex;overflow-x:auto;border-top:1px solid var(--line);background:#fafbfc}.customer-list-year-strip>a{display:flex;flex:0 0 260px;flex-direction:column;gap:4px;padding:15px 18px;border-right:1px solid var(--line);color:var(--ink);text-decoration:none}.customer-list-year-strip>a:hover,.customer-list-year-strip>a[aria-current=true]{background:var(--gold-soft)}.customer-list-year-strip>a>span{font-size:11px;font-weight:900;color:var(--gold-dark)}.customer-list-year-strip>a>strong{font-size:19px}.customer-list-year-strip>a>small{color:var(--muted);font-size:10px}.customer-list-year-strip>p{margin:0;padding:18px;color:var(--muted)}
.customer-list-controls{margin-bottom:16px}.customer-list-filter-form{display:grid;grid-template-columns:minmax(280px,2fr) repeat(5,minmax(125px,1fr));gap:12px}.customer-list-filter-form>label{display:flex;flex-direction:column;gap:5px}.customer-list-filter-form>label>span{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:850}.customer-list-filter-form select,.customer-list-filter-form input{width:100%;min-height:42px;border:1px solid #cbd5d9;border-radius:10px;background:#fff;color:var(--ink);padding:9px 11px}.customer-list-search{position:relative;grid-row:span 2;justify-content:center}.customer-list-search>span{position:absolute;left:13px;top:50%;transform:translateY(-50%);font-size:18px}.customer-list-search input{padding-left:38px}.customer-list-filter-actions{display:flex;align-items:flex-end;gap:8px}.customer-list-filter-actions .button{flex:1}.customer-list-result-meta{display:flex;justify-content:space-between;align-items:center;padding:0 3px 10px;color:var(--muted);font-size:12px}.customer-list-result-meta strong{color:var(--ink)}
.customer-list-cards{display:grid;gap:12px}.customer-list-card{padding:0;position:relative}.customer-list-card-main{display:grid;grid-template-columns:minmax(260px,2.2fr) minmax(240px,1.5fr) minmax(150px,1fr) minmax(175px,1fr) minmax(160px,1fr) auto;align-items:center;gap:18px;padding:17px 18px}.customer-list-identity{display:flex;align-items:center;gap:13px;min-width:0}.customer-list-number{display:grid;place-items:center;flex:0 0 50px;width:50px;height:50px;border-radius:14px;background:var(--brand-soft);color:var(--brand-dark);font-size:14px;font-weight:900;letter-spacing:.06em}.customer-list-identity>div{min-width:0}.customer-list-identity h2{margin:0 0 6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}.customer-list-status,.customer-invoice-status{display:inline-flex;border-radius:999px;padding:4px 8px;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.03em}.customer-list-status.is-active,.customer-invoice-status.is-paid{background:#e6f3eb;color:#23633a}.customer-list-status.is-former,.customer-invoice-status.is-cancelled{background:#fbe4e4;color:#8c2d2d}.customer-invoice-status.is-invoiced{background:#fff1cf;color:#785d13}.customer-invoice-status.is-draft,.customer-invoice-status.is-none{background:var(--brand-soft);color:var(--muted)}.customer-subscription-badge{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:850}.customer-subscription-badge.is-yes{background:#e6f3eb;color:#23633a}.customer-subscription-badge.is-no{background:#fbe4e4;color:#8c2d2d}.customer-subscription-badge.is-unknown{background:#f0f1f2;color:#626d76}.customer-list-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:0}.customer-list-facts div,.customer-list-current-year,.customer-list-finance{min-width:0}.customer-list-facts dt,.customer-list-finance>span,.customer-list-current-year>span:first-child{font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.customer-list-facts dd{margin:4px 0 0;font-size:12px;font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-list-finance,.customer-list-current-year{display:flex;flex-direction:column;gap:5px}.customer-list-finance strong,.customer-list-current-year strong{font-size:17px}.customer-list-finance small,.customer-list-current-year small{color:var(--muted);font-size:10px}.customer-list-signal-grid{display:grid;gap:4px}.customer-list-signal-grid span{display:flex;justify-content:space-between;gap:8px;border-radius:7px;background:#f6f8fa;padding:5px 7px;color:var(--muted);font-size:9px}.customer-list-signal-grid b{color:var(--ink)}.customer-list-card-actions{display:flex;justify-content:flex-end;align-items:center;gap:7px}.customer-icon-button{display:grid;place-items:center;position:relative;width:38px;height:38px;padding:0;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--brand-dark);font:inherit;font-size:12px;font-weight:900;text-decoration:none;cursor:pointer}.customer-icon-button:hover{border-color:var(--brand);background:var(--brand-soft)}.customer-icon-button.is-disabled{opacity:.45;cursor:not-allowed}.customer-icon-button sup{position:absolute;top:-5px;right:-5px;display:grid;place-items:center;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--gold);color:var(--brand-dark);font-size:8px}.customer-dashboard-menu{position:relative}.customer-dashboard-menu summary{list-style:none}.customer-dashboard-menu summary::-webkit-details-marker{display:none}.customer-dashboard-menu>div{position:absolute;right:0;top:46px;z-index:12;width:270px;padding:7px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 16px 38px rgba(22,52,79,.16)}.customer-dashboard-menu>div a,.customer-dashboard-menu>div span{display:block;padding:9px 10px;border-radius:8px;color:var(--ink);text-decoration:none;font-size:11px}.customer-dashboard-menu>div a:hover{background:var(--brand-soft)}.customer-list-card [data-customer-expand][aria-expanded=true]{background:var(--brand);color:#fff;transform:rotate(180deg)}
.customer-list-card-detail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;padding:20px;border-top:1px solid var(--line);background:#fafbfc}.customer-list-card-detail[hidden]{display:none}.customer-list-card-detail h3{margin:0 0 10px;font-size:12px}.customer-list-card-detail p{font-size:11px;line-height:1.5}.customer-list-card-detail dl{margin:0;display:grid;gap:8px}.customer-list-card-detail dl div{display:flex;justify-content:space-between;gap:10px;font-size:10px}.customer-list-card-detail dt{color:var(--muted)}.customer-list-card-detail dd{margin:0;text-align:right;font-weight:750}.customer-onboarding-progress{display:flex;align-items:center;gap:10px}.customer-onboarding-progress progress{flex:1;height:9px;accent-color:var(--gold)}.customer-onboarding-progress span{font-size:9px;color:var(--muted)}.customer-list-card-detail ul{list-style:none;margin:10px 0 0;padding:0;display:grid;gap:5px}.customer-list-card-detail li{font-size:9px;display:flex;gap:7px;align-items:center}.customer-task-dot{width:7px;height:7px;border-radius:50%;background:#cfd6dc}.customer-task-dot.is-done{background:#3f8a57}.customer-task-dot.is-in_progress{background:var(--gold)}.customer-task-dot.is-not_required{background:#86939e}.customer-revenue-summary li{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto;gap:7px!important}.customer-revenue-summary span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-revenue-summary small{font-weight:850}.customer-revenue-summary small.is-paid{color:#23633a}.customer-revenue-summary small.is-invoiced{color:#785d13}.customer-detail-notes{grid-column:1/-1;border-top:1px solid var(--line);padding-top:15px}.customer-detail-notes p{white-space:normal}.customer-list-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:18px}.customer-list-pagination span{font-size:12px;color:var(--muted)}.customer-list-pagination .is-disabled{opacity:.45;pointer-events:none}
.customer-profile-form{display:grid;gap:16px;padding-bottom:80px}.customer-profile-form .field>label{display:grid;gap:8px;min-width:0}.customer-profile-form .field>label>input,.customer-profile-form .field>label>select{width:100%;min-width:0;margin:0}.customer-profile-nav{position:sticky;top:10px;z-index:9;display:flex;flex-wrap:wrap;gap:6px;padding:8px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.94);box-shadow:0 10px 30px rgba(22,52,79,.08);backdrop-filter:blur(10px)}.customer-profile-nav a{padding:8px 10px;border-radius:8px;color:var(--muted);font-size:10px;font-weight:800;text-decoration:none}.customer-profile-nav a:hover{background:var(--brand-soft);color:var(--brand-dark)}.customer-profile-section{scroll-margin-top:88px}.customer-section-heading,.customer-subsection-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.customer-section-heading h2,.customer-subsection-heading h3{margin:3px 0}.customer-section-heading p,.customer-subsection-heading p{margin:4px 0 0;color:var(--muted);font-size:11px}.customer-profile-section textarea{width:100%;resize:vertical}.customer-repeat-list{display:grid;gap:10px}.customer-repeat-row{position:relative;border:1px solid var(--line);border-radius:12px;background:#fbfcfd;padding:14px}.customer-repeat-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.customer-contact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-check{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--ink)}.customer-check input{width:17px;height:17px;accent-color:var(--brand)}.customer-repeat-empty{margin:12px 0 0;padding:14px;border:1px dashed var(--line);border-radius:10px;color:var(--muted);text-align:center;font-size:11px}.customer-repeat-empty[hidden]{display:none}.customer-dashboard-assignment-row{display:grid;grid-template-columns:minmax(280px,1fr) auto auto 34px;align-items:end;gap:12px}.customer-dashboard-assignment-actions{display:flex;gap:7px}.customer-pin-result{align-self:center;min-width:90px;color:var(--muted);font-size:10px}.customer-row-remove{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:9px;background:#f1f3f5;color:#6e7880;font-size:18px;cursor:pointer}.customer-row-remove:hover{background:#f8e4e4;color:#8c2d2d}.customer-onboarding-editor{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.customer-onboarding-row{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(220px,1.2fr);gap:10px;border:1px solid var(--line);border-radius:11px;padding:12px;background:#fbfcfd}.customer-onboarding-row label{display:flex;flex-direction:column;gap:7px;font-size:10px;color:var(--muted)}.customer-onboarding-row strong{color:var(--ink);font-size:11px}.customer-onboarding-row select,.customer-onboarding-row input{width:100%;min-height:39px;border:1px solid #cbd5d9;border-radius:9px;background:#fff;padding:8px;color:var(--ink)}.customer-revenue-block+.customer-revenue-block{margin-top:24px;padding-top:24px;border-top:1px solid var(--line)}.customer-revenue-row{display:grid;grid-template-columns:130px minmax(180px,1.4fr) 150px minmax(170px,1fr) minmax(170px,1fr) 34px;align-items:end;gap:14px}.customer-revenue-row.is-annual_fee{grid-template-columns:130px 150px minmax(170px,1fr) minmax(200px,1fr) 34px}.customer-revenue-row .field{margin:0}.customer-revenue-row.is-cancelled{opacity:.65;background:#f2f3f4}.customer-profile-savebar{position:sticky;bottom:12px;z-index:10;display:flex;justify-content:flex-end;gap:10px;padding:12px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.95);box-shadow:0 18px 45px rgba(22,52,79,.16);backdrop-filter:blur(10px)}
@media(max-width:1450px){.customer-list-card-main{grid-template-columns:minmax(250px,2fr) minmax(220px,1.5fr) minmax(150px,1fr) minmax(170px,1fr) auto}.customer-list-signal-grid{display:none}.customer-list-filter-form{grid-template-columns:minmax(260px,2fr) repeat(4,minmax(125px,1fr))}.customer-revenue-row,.customer-revenue-row.is-annual_fee{grid-template-columns:repeat(3,minmax(160px,1fr)) 34px}.customer-revenue-note{grid-column:span 2}.customer-revenue-label{grid-column:span 2}}
@media(max-width:1100px){.customer-list-shell{width:96vw}.customer-list-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-list-kpi-grid article:nth-child(even){border-right:0}.customer-list-kpi-grid article:nth-child(-n+4){border-bottom:1px solid var(--line)}.customer-list-filter-form{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-list-search{grid-column:1/-1;grid-row:auto}.customer-list-card-main{grid-template-columns:minmax(250px,2fr) repeat(2,minmax(160px,1fr)) auto}.customer-list-facts{grid-column:2/4;grid-row:2}.customer-list-current-year{grid-column:2}.customer-list-finance{grid-column:3}.customer-list-card-actions{grid-column:4;grid-row:1/3}.customer-list-card-detail{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-onboarding-editor{grid-template-columns:1fr}.customer-dashboard-assignment-row{grid-template-columns:1fr auto 34px}.customer-pin-result{grid-column:1/-1}.customer-dashboard-assignment-actions{flex-wrap:wrap}}
@media(max-width:700px){.customer-list-shell{width:100%}.customer-list-heading,.customer-profile-heading,.customer-section-heading,.customer-subsection-heading{align-items:flex-start;flex-direction:column}.customer-list-heading .button,.customer-section-heading .button,.customer-subsection-heading .button{width:100%}.customer-list-kpi-grid{grid-template-columns:1fr}.customer-list-kpi-grid article{min-height:110px;border-right:0;border-bottom:1px solid var(--line)!important}.customer-list-kpi-grid article:last-child{border-bottom:0!important}.customer-list-filter-form{grid-template-columns:1fr}.customer-list-filter-actions{align-items:stretch}.customer-list-card-main{grid-template-columns:1fr;gap:13px}.customer-list-identity,.customer-list-facts,.customer-list-current-year,.customer-list-finance,.customer-list-card-actions{grid-column:auto;grid-row:auto}.customer-list-card-actions{justify-content:flex-start;flex-wrap:wrap}.customer-list-card-actions .button{margin-left:auto}.customer-list-card-detail{grid-template-columns:1fr}.customer-detail-notes{grid-column:auto}.customer-dashboard-menu>div{left:0;right:auto}.customer-profile-nav{overflow-x:auto;flex-wrap:nowrap}.customer-profile-nav a{white-space:nowrap}.customer-contact-grid{grid-template-columns:1fr}.customer-onboarding-row{grid-template-columns:1fr}.customer-dashboard-assignment-row{grid-template-columns:1fr 34px}.customer-dashboard-assignment-actions{grid-column:1/-1}.customer-dashboard-assignment-row .customer-row-remove{grid-column:2;grid-row:1}.customer-revenue-row,.customer-revenue-row.is-annual_fee{grid-template-columns:1fr 34px}.customer-revenue-row .field,.customer-revenue-label,.customer-revenue-note{grid-column:1}.customer-revenue-row .customer-row-remove{grid-column:2;grid-row:1}.customer-profile-savebar{bottom:6px}.customer-profile-savebar .button{flex:1}}

.customer-list-card-main{grid-template-columns:minmax(250px,1.8fr) minmax(225px,1.35fr) minmax(145px,.8fr) minmax(170px,.9fr) minmax(275px,1.55fr) auto}
.customer-list-status-overview{display:grid;gap:5px;min-width:0}
.customer-onboarding-signal{display:flex;align-items:center;justify-content:space-between;gap:9px;height:25px;box-sizing:border-box;padding:3px 8px;border-radius:8px;font-size:9px}
.customer-onboarding-signal b{font-size:11px}.customer-onboarding-signal span{margin-left:auto}
.customer-onboarding-signal.is-complete{background:#e6f3eb;color:#23633a}.customer-onboarding-signal.is-incomplete{background:#fff1cf;color:#785d13}
.customer-count-signals{display:grid;grid-template-columns:1fr 1fr;gap:5px}.customer-count-signals span{display:flex;align-items:center;justify-content:space-between;gap:7px;height:25px;box-sizing:border-box;padding:3px 8px;border-radius:8px;background:#f4f6f8;color:var(--muted);font-size:9px}.customer-count-signals b{color:var(--ink)}
.customer-relationship-signals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}
.customer-relationship-signals>span{display:grid;grid-template-columns:14px minmax(0,1fr);align-items:center;column-gap:5px;min-width:0;height:25px;box-sizing:border-box;padding:3px 6px;border-radius:8px;background:#eef1f3;color:#5f6b75}
.customer-relationship-signals svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.customer-relationship-signals b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px;font-weight:400}
.customer-relationship-signals>span.is-requested{background:#e5eef9;color:#285d91}.customer-relationship-signals>span.is-received{background:#e6f3eb;color:#23633a}.customer-relationship-signals>span.is-declined{background:#fbe4e4;color:#8c2d2d}
.customer-relationship-list{margin-top:10px!important}.customer-relationship-list li{display:grid!important;grid-template-columns:7px 72px auto;justify-content:start;gap:7px!important;align-items:center}.customer-relationship-list strong{font-size:9px}.customer-relationship-dot{width:7px;height:7px;border-radius:50%;background:#cfd6dc}.customer-relationship-dot.is-requested{background:#4d83b8}.customer-relationship-dot.is-received{background:#3f8a57}.customer-relationship-dot.is-declined{background:#b84a4a}
.customer-icon-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.customer-onboarding-progress.is-complete progress{accent-color:#3f8a57}.customer-onboarding-progress.is-incomplete progress{accent-color:var(--gold)}
.customer-task-dot.is-not_present{background:#3f8a57}
.customer-list-pagination{justify-content:space-between}.customer-list-pagination nav,.customer-page-size-form{display:flex;align-items:center;gap:12px}.customer-list-pagination nav{margin-left:auto}.customer-page-size-form{margin-left:auto}.customer-page-size-form label{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:11px}.customer-page-size-form select{min-height:39px;border:1px solid #cbd5d9;border-radius:9px;background:#fff;padding:7px 10px;color:var(--ink)}.customer-page-size-form .button{padding:9px 13px}
.customer-onboarding-row.is-automatic{background:#f5f8fa}.customer-onboarding-row.is-automatic small{line-height:1.35}.customer-onboarding-row select:disabled{opacity:1;background:#eef2f5;color:var(--muted)}
.customer-delete-button{margin-right:auto}

@media(max-width:1450px){.customer-list-card-main{grid-template-columns:minmax(220px,1.7fr) minmax(205px,1.3fr) minmax(130px,.75fr) minmax(155px,.85fr) minmax(245px,1.45fr) auto;gap:13px}.customer-list-status-overview{display:grid}}
@media(max-width:1100px){.customer-list-card-main{grid-template-columns:minmax(240px,1.5fr) repeat(2,minmax(150px,1fr)) auto}.customer-list-identity{grid-column:1;grid-row:1}.customer-list-facts{grid-column:1/3;grid-row:2}.customer-list-current-year{grid-column:2;grid-row:1}.customer-list-finance{grid-column:3;grid-row:1}.customer-list-status-overview{grid-column:1/4;grid-row:3}.customer-list-card-actions{grid-column:4;grid-row:1/4}.customer-list-pagination{flex-wrap:wrap}}
@media(max-width:700px){.customer-list-card-main{grid-template-columns:1fr}.customer-list-identity,.customer-list-facts,.customer-list-current-year,.customer-list-finance,.customer-list-status-overview,.customer-list-card-actions{grid-column:auto;grid-row:auto}.customer-list-pagination{align-items:stretch;flex-direction:column}.customer-list-pagination nav,.customer-page-size-form{justify-content:center;margin:0}.customer-page-size-form{flex-wrap:wrap}.customer-profile-savebar{flex-wrap:wrap}.customer-profile-savebar .customer-delete-button{flex:1 0 100%;margin-right:0}}
