:root{--app-bg: #f5f7fa;--surface: #ffffff;--card-border: #e9edf2;--card-shadow: 0 1px 2px rgba(16, 24, 40, .05);--radius: 10px;--table-radius: 12px;--sidebar-width: 224px;--header-height: 56px;--content-max-width: 1480px;--muted: #6b7280;--primary: #2563eb;--primary-soft: #eef4ff;--sidebar-bg: #0b1b2b;--sidebar-border: rgba(255, 255, 255, .08);--sidebar-text: #c9d4e3;--sidebar-text-muted: #8195b1;--sidebar-active-bg: rgba(59, 130, 246, .16);--sidebar-accent: #3b82f6;--success: #059669;--warning: #d97706;--danger: #dc2626}.app-sider{background:var(--sidebar-bg)!important;border-right:1px solid rgba(255,255,255,.04);position:fixed!important;inset:0 auto 0 0;z-index:100}.app-sider-inner{height:100%;display:flex;flex-direction:column}.app-sider-nav{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.14) transparent}.app-brand{display:flex;align-items:center;padding:16px 20px 14px;border-bottom:1px solid var(--sidebar-border);min-height:var(--header-height)}.app-brand-text{display:flex;flex-direction:column;gap:1px;line-height:1.1}.brand-mark{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,var(--primary),#4f8cff);color:#fff;display:grid;place-items:center;font-size:13px;font-weight:800;flex-shrink:0}.app-sider .brand-name,.app-nav-drawer .brand-name{color:#fff;font-weight:800;font-size:15px;letter-spacing:.05em}.brand-sub{color:var(--sidebar-text-muted);font-size:10px;font-weight:600;letter-spacing:.42em}.brand-name-dark{color:#111827;font-weight:800;font-size:14px;letter-spacing:.05em}.app-sider .ant-menu{border-inline-end:none!important;padding:10px 0 12px;background:transparent!important}.app-sider .ant-menu .ant-menu-item-group-title,.app-nav-drawer .ant-menu .ant-menu-item-group-title{color:var(--sidebar-text-muted);font-size:10.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:14px 24px 6px}.app-sider .ant-menu .ant-menu-item,.app-nav-drawer .ant-menu .ant-menu-item{position:relative}.app-sider .ant-menu .ant-menu-item-selected:before,.app-nav-drawer .ant-menu .ant-menu-item-selected:before{content:"";position:absolute;left:-8px;top:7px;bottom:7px;width:3px;border-radius:2px;background:var(--sidebar-accent)}.sidebar-user{display:flex;align-items:center;gap:10px;padding:12px 16px;border-top:1px solid var(--sidebar-border);flex-shrink:0}.sidebar-user-copy{display:flex;flex-direction:column;min-width:0;flex:1 1 auto;line-height:1.25}.sidebar-user .sidebar-user-name.ant-typography{color:#fff;font-size:13px;font-weight:600;margin:0}.sidebar-user .sidebar-user-email.ant-typography{color:var(--sidebar-text-muted);font-size:11px;margin:0}.sidebar-user-logout.ant-btn{color:var(--sidebar-text-muted)}.sidebar-user-logout.ant-btn:hover{color:#fff!important;background:#ffffff14!important}.header-user-copy{display:flex;flex-direction:column;line-height:1.25;max-width:200px}.header-user-copy .header-user-name.ant-typography{font-size:13px;font-weight:600;margin:0}.header-user-copy .header-user-email.ant-typography{font-size:11.5px;margin:0;max-width:200px}.app-nav-drawer .ant-drawer-content{background:var(--sidebar-bg)}.app-nav-drawer .ant-drawer-title{width:100%}.app-main{margin-left:var(--sidebar-width)}.app-header{background:var(--surface)!important;border-bottom:1px solid var(--card-border);height:var(--header-height)!important;line-height:normal!important;padding:0 20px!important;display:flex;align-items:center;justify-content:space-between;gap:12px;position:fixed;top:0;right:0;left:var(--sidebar-width);z-index:99}.app-content{margin-top:var(--header-height);height:calc(100vh - var(--header-height));overflow-y:auto;padding:20px 24px 32px}.app-content-inner{max-width:var(--content-max-width, none);margin:0 auto}.page-content-max{max-width:1480px;margin:0 auto}.mobile-only{display:none}@media(max-width:991px){.app-main{margin-left:0}.app-header{left:0}.desktop-only{display:none!important}.mobile-only{display:flex;align-items:center;gap:10px}.app-content{padding:16px 16px 28px}}.page-heading{margin-bottom:16px}.page-heading .ant-typography{margin:0}.card{background:var(--surface);border:1px solid var(--card-border);border-radius:var(--radius);box-shadow:var(--card-shadow)}.summary-row{display:flex;gap:16px;margin-bottom:16px;flex-wrap:wrap}.summary-row .stat-card{width:280px}.stat-card{padding:14px 18px;display:flex;align-items:center;gap:14px}.stat-card .stat-value{font-size:22px;font-weight:700;line-height:1.2;letter-spacing:-.01em}.stat-card .stat-label{color:var(--muted);font-size:13px}.stat-icon{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);font-size:18px;flex-shrink:0}.list-toolbar{padding:10px 16px;margin-bottom:16px;display:flex;align-items:center;gap:12px}.list-toolbar .ant-input-affix-wrapper{max-width:500px;min-width:260px;flex:0 1 500px;border-radius:var(--radius)}.table-card{padding:4px 8px 0;border-radius:var(--table-radius);overflow:hidden}.customers-table .ant-table{font-size:13.5px}.customers-table .ant-table-thead>tr>th{background:#fafbfc;font-weight:600;color:var(--muted);font-size:12.5px;white-space:nowrap}.customers-table .ant-table-tbody>tr>td{padding-top:9px;padding-bottom:9px;vertical-align:middle}.customers-table .ant-table-tbody>tr:hover>td{background:#f7f9fc}.customers-table .cell-customer{display:flex;align-items:center;gap:10px;min-width:0}.customers-table .customer-name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:220px}.customers-table .customer-id{font-size:12px;color:var(--muted)}.customers-table .cell-contact{line-height:1.5;min-width:0}.customers-table .cell-contact .contact-value{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customers-table .cell-muted{color:var(--muted);font-size:12.5px}.customers-table .cell-negative{color:#c0392b}.customers-table .ant-table-pagination.ant-pagination{margin:12px 0}@media(min-width:992px){.app-content-inner:has(>.customer-list-page){height:100%}.customer-list-page{height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden}.customer-list-page .page-heading,.customer-list-page .summary-row,.customer-list-page .list-toolbar{flex:0 0 auto}.customer-list-main{min-height:0;display:flex;flex:1 1 auto;flex-direction:column}.customer-list-main>.ant-alert{flex:0 0 auto}.customer-list-main>.table-card{min-height:0;display:flex;flex:1 1 auto;flex-direction:column}.customer-list-main .customers-table,.customer-list-main .ant-spin-nested-loading,.customer-list-main .ant-spin-container,.customer-list-main .ant-table-wrapper .ant-table,.customer-list-main .ant-table-container{min-height:0;display:flex;flex:1 1 auto;flex-direction:column}.customer-list-main .ant-table-header{flex:0 0 auto}.customer-list-main .ant-table-body{min-height:0;max-height:none!important;flex:1 1 auto;overflow-y:auto!important;scrollbar-gutter:stable}.customer-list-main .ant-table-pagination.ant-pagination{flex:0 0 auto}}@media(max-width:1199px){.col-hide-tablet{display:none!important}}.customer-cards{display:grid;gap:12px}.customer-card{padding:14px 16px;display:block;color:inherit}.customer-card .cell-customer{display:flex;align-items:center;gap:10px;margin-bottom:10px}.customer-card .customer-name{font-weight:600}.customer-card .customer-card-contact{color:var(--muted);font-size:12.5px;line-height:1.6;word-break:break-word;margin-bottom:10px}.customer-card .customer-card-stats{display:grid;grid-template-columns:repeat(3,auto);justify-content:space-between;gap:8px;border-top:1px solid var(--card-border);padding-top:10px;font-size:12.5px}.customer-card .customer-card-stats .label{color:var(--muted);display:block;font-size:11.5px}.back-link{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:13px;margin-bottom:14px}.back-link:hover{color:var(--primary)}.customer-header{display:flex;gap:32px;align-items:flex-start;justify-content:space-between;margin-bottom:28px;flex-wrap:wrap}.customer-identity{display:flex;gap:18px;align-items:center;min-width:0;padding:4px 0}.customer-avatar{flex:0 0 auto;background:linear-gradient(145deg,#edf3ff,#e4ecff);color:#315fba;font-size:19px;font-weight:700;box-shadow:inset 0 0 0 1px #315fba14}.customer-identity-copy{min-width:0}.profile-name-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.profile-name{color:#172033;font-size:24px;font-weight:750;line-height:1.25;letter-spacing:-.025em}.contact-line{color:var(--muted);font-size:13.5px;display:flex;gap:8px 14px;align-items:center;flex-wrap:wrap;margin-top:7px}.contact-line .anticon{margin-right:2px}.customer-tags .customer-tag{margin:0;padding:3px 10px;border:0;border-radius:999px;background:#edf4fc;color:#48627f;font-size:11.5px;font-weight:600;line-height:20px}.customer-tags .customer-tag-vip{background:#f0eaff;color:#6e46b6}.customer-tags .customer-tag .ant-tag-close-icon{margin-left:5px;color:currentColor;font-size:9px;opacity:.45}.customer-tags .customer-tag .ant-tag-close-icon:hover{opacity:.8}.customer-tags .customer-tag-add{height:26px;padding:0 9px;border-color:transparent;border-radius:999px;background:#f5f7fa;color:#6f7d90;font-size:11.5px;box-shadow:none}.customer-tags .customer-tag-add:hover{border-color:#dce4ee;background:#eef2f7;color:#3e5878}.restrictions-panel{background:#fff9e9;border:1px solid #f3e5b7;border-radius:10px;padding:10px 12px;min-width:270px;max-width:360px;align-self:flex-start}.restrictions-title{font-size:11.5px;font-weight:700;color:#7a5b19;margin-bottom:7px;display:flex;align-items:center;justify-content:space-between;gap:12px}.restrictions-manage{height:24px;padding:0 8px;border-color:#eadba8;border-radius:6px;background:#ffffffa6;color:#745c28;font-size:11px;box-shadow:none}.restrictions-chips{display:flex;flex-wrap:wrap;gap:4px}.restrictions-chips .restriction-chip{margin:0;padding:2px 8px;border:0;border-radius:999px;background:#f8e8bc;color:#815d13;font-size:11px;font-weight:600;line-height:19px}.restrictions-chips .restriction-chip-all{background:#f2d59e;color:#6e4305;font-weight:700}.customer-summary-metrics{margin-bottom:16px}.customer-primary-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.customer-primary-stat-card{min-width:0;min-height:120px;padding:22px 20px;display:flex;align-items:center;gap:16px;background:var(--surface);border:1px solid #e2e8f0;border-radius:11px;box-shadow:0 2px 5px #0f172a09}.customer-stat-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;flex:0 0 auto;font-size:20px}.customer-primary-stat-balance .customer-stat-icon{background:#fdeced;color:#d84f5f}.customer-primary-stat-paid .customer-stat-icon{background:#e5f7ef;color:#16976b}.customer-primary-stat-activity .customer-stat-icon{background:#e8f1ff;color:#3478d4}.customer-primary-stat-since .customer-stat-icon{background:#eef0ff;color:#5b6fc7}.customer-stat-copy{min-width:0}.customer-stat-label{margin-bottom:4px;color:#748197;font-size:13px;font-weight:400;line-height:1.25}.customer-stat-value{color:#172033;font-size:clamp(19px,1.45vw,23px);font-weight:700;line-height:1.2;letter-spacing:-.02em;white-space:nowrap}.customer-primary-stat-balance .customer-stat-value{color:#c94051}.customer-primary-stat-paid .customer-stat-value{color:#11845e}.customer-primary-stat-activity .customer-stat-value,.customer-primary-stat-since .customer-stat-value{font-size:clamp(17px,1.3vw,21px)}.customer-secondary-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px;min-height:70px;background:var(--surface);border:1px solid #e2e8f0;border-radius:11px;box-shadow:0 2px 5px #0f172a08}.customer-secondary-stat{min-width:0;padding:12px 18px;display:flex;align-items:center;justify-content:center;gap:12px}.customer-secondary-stat+.customer-secondary-stat{border-left:1px solid #e8edf3}.customer-secondary-stat-icon{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;flex:0 0 auto;background:#eff4fc;color:#5575a5;font-size:14px}.customer-secondary-stat-copy{min-width:54px}.customer-secondary-stat-value{color:#263247;font-size:18px;font-weight:700;line-height:1.05}.customer-secondary-stat-label{margin-top:3px;color:#7a8698;font-size:12px;line-height:1.2}.customer-tabs>.ant-tabs-nav{min-height:44px;margin:0 0 12px}.customer-tabs>.ant-tabs-nav:before{border-bottom:1px solid #dfe6ef}.customer-tabs .ant-tabs-nav-wrap{overflow:visible}.customer-tabs .ant-tabs-nav-list{gap:10px;margin-left:-10px}.customer-tabs .ant-tabs-tab{margin:0;padding:9px 10px 12px;color:#718096;font-size:14px;font-weight:500;line-height:20px}.customer-tabs .ant-tabs-tab-btn{color:inherit;transition:color .16s ease}.customer-tabs .customer-tab-label{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.customer-tabs .customer-tab-label .anticon{font-size:14px}.customer-tabs .ant-tabs-tab:hover .ant-tabs-tab-btn{color:#2563d9}.customer-tabs .ant-tabs-tab-active{background:transparent}.customer-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#1769e0;font-weight:600;text-shadow:none}.customer-tabs .ant-tabs-ink-bar{height:3px;border-radius:999px;background:#1769e0}.customer-tabs .ant-tabs-content-holder{margin-top:0}.tab-card{padding:16px}.tab-toolbar{padding:10px 16px;margin-bottom:12px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.tab-toolbar .ant-input-affix-wrapper,.tab-toolbar .ant-select{border-radius:var(--radius)}@media(max-width:767px){.customer-header{flex-direction:column}.restrictions-panel{max-width:none;width:100%}.customer-primary-stats,.customer-secondary-stats{grid-template-columns:1fr}.customer-secondary-stat{justify-content:flex-start}.customer-secondary-stat+.customer-secondary-stat{border-top:1px solid #e8edf3;border-left:0}.tab-toolbar{flex-direction:column;align-items:stretch}.tab-toolbar .ant-select,.tab-toolbar .ant-input-affix-wrapper{max-width:none;width:100%}}.customer-overview-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.18fr) minmax(240px,.84fr);gap:12px;align-items:start}.customer-overview-rail{display:grid;gap:10px}.customer-overview-rail-card{box-shadow:0 1px 2px #0f172a06}.overview-card{padding:12px 14px}.overview-card-title{font-weight:600;font-size:13.5px;margin-bottom:8px;display:flex;justify-content:space-between;align-items:center;gap:12px}.info-grid{display:grid;grid-template-columns:auto 1fr;column-gap:16px;row-gap:10px;font-size:13.5px;align-items:center}.info-grid .info-label{color:var(--muted);white-space:nowrap}.overview-item{display:flex;gap:12px;padding:5px 0;border-bottom:1px solid var(--card-border)}.overview-activity-icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;margin-top:1px;background:#eef4ff;color:#2563eb;font-size:12px}.overview-activity-icon-green{background:#e5f7ef;color:#15966a}.overview-activity-icon-gray,.overview-activity-icon-default{background:#f0f2f5;color:#7c8797}.overview-summary-chips{display:flex;flex-wrap:wrap;gap:5px}.overview-summary-chips .customer-tag,.overview-summary-chips .restriction-chip{margin:0;border:0;border-radius:999px;font-size:11px}.overview-summary-chips .customer-tag{padding:2px 8px;background:#edf4fc;color:#48627f}.overview-summary-chips .customer-tag-vip{background:#f0eaff;color:#6e46b6}.overview-summary-chips .restriction-chip{padding:2px 8px;background:#f8e8bc;color:#815d13}.overview-summary-chips .restriction-chip-all{background:#f2d59e;color:#6e4305;font-weight:700}.overview-restriction-reason{margin-top:6px;color:var(--muted);font-size:11.5px;line-height:1.35;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.overview-empty{margin-block:4px}.overview-empty .ant-empty-image{height:34px;margin-bottom:4px}.overview-empty .ant-empty-description{font-size:12.5px}.overview-item:last-child{border-bottom:none}.overview-item .activity-dot{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;font-size:13px;flex-shrink:0;background:var(--primary-soft);color:var(--primary)}.overview-item .activity-dot.payment{background:#eef9f1;color:#1f9d55}.overview-item .activity-dot.interaction-completed{background:var(--primary-soft);color:var(--primary)}.overview-item .activity-dot.interaction-attempted{background:#f2f3f5;color:var(--muted)}.overview-item .activity-dot.registration{background:#f2f4f7;color:#475467}.overview-item .overview-when{color:var(--muted);font-size:12px}.overview-item .overview-secondary{color:var(--muted);font-size:12.5px}.overview-note-body{font-size:13px;white-space:pre-wrap;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:1199px){.customer-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-overview-rail{grid-column:1 / -1;grid-template-columns:repeat(3,minmax(0,1fr))}.customer-primary-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.customer-overview-grid{grid-template-columns:1fr}.customer-overview-rail{grid-column:auto;grid-template-columns:1fr}}@media(max-width:560px){.customer-primary-stats{grid-template-columns:1fr}}.admin-tabs{margin-bottom:16px}.admin-tabs .ant-tabs-tab{padding:8px 4px;font-size:14px}.admin-filter-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:12px}.json-block{margin:4px 0 0;padding:8px 10px;background:#f8f9fb;border:1px solid var(--card-border);border-radius:8px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.5;max-height:220px;overflow:auto;white-space:pre-wrap;word-break:break-word}.audit-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;padding:4px 8px 8px}.audit-details-column>.ant-typography{font-size:12px;text-transform:uppercase;letter-spacing:.04em}.audit-request-context{margin-top:4px;display:grid;gap:4px;font-size:13px}.audit-request-context span{color:var(--muted)}.audit-action-code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;background:#f7f8fa;border:1px solid var(--card-border);border-radius:6px;padding:2px 6px;white-space:nowrap}.admin-role-card .admin-role-count{color:var(--muted);font-size:13px;white-space:nowrap}.admin-role-category{flex-shrink:0;min-width:120px;color:var(--muted);font-size:13px}.nav-group-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.app-sider .ant-menu .ant-menu-item-group-title{padding-top:16px;padding-bottom:4px}.dashboard-page{display:flex;flex-direction:column;gap:16px}.dashboard-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:0}.dashboard-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}@media(max-width:1100px){.dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.dashboard-kpis{grid-template-columns:1fr}}.dashboard-kpi{align-items:flex-start;padding:14px 16px}.dashboard-kpi-copy{min-width:0}.dashboard-kpi-label{color:var(--muted);font-size:12.5px;white-space:nowrap}.dashboard-kpi-value{font-size:24px;font-weight:700;line-height:1.25;letter-spacing:-.01em;margin-top:2px}.dashboard-kpi-subline{color:var(--muted);font-size:12px;margin-top:2px}.dashboard-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:16px;align-items:stretch}@media(max-width:900px){.dashboard-grid{grid-template-columns:1fr}}.dashboard-card{padding:16px 18px;min-width:0}.dashboard-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.dashboard-card-title{font-size:14px}.dashboard-card-link{font-size:12.5px;color:var(--primary);white-space:nowrap}.dashboard-card-link:hover{text-decoration:underline}.activity-chart-legend{display:flex;justify-content:flex-end;gap:16px;margin-bottom:8px}.activity-chart-legend .legend-item{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--muted)}.activity-chart-legend .legend-dot{width:8px;height:8px;border-radius:2px}.activity-chart{display:flex;flex-direction:column;gap:6px}.activity-chart-bars{display:flex;align-items:stretch;gap:3px;height:140px}.activity-bar-group{flex:1 1 0;min-width:3px;display:flex;align-items:flex-end}.activity-bars{display:flex;align-items:flex-end;gap:2px;width:100%;height:100%}.activity-bar{flex:1 1 0;min-height:2px;border-radius:2px 2px 0 0}.activity-chart-x{display:flex;gap:3px}.activity-chart-x>span{flex:1 1 0;min-width:3px;text-align:center;font-size:10.5px;color:var(--muted);white-space:nowrap;overflow:hidden}.activity-x-label-hidden{visibility:hidden}.opportunity-list{display:flex;flex-direction:column;gap:8px}.opportunity-row{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;background:transparent;border:1px solid var(--card-border);border-radius:var(--radius);cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease;font:inherit}.opportunity-row:hover{border-color:var(--primary);background:#fafcff}.opportunity-icon{width:34px;height:34px;font-size:15px;border-radius:9px}.opportunity-icon-vip{background:#fef3c7;color:#b45309}.opportunity-icon-inactive{background:#fee2e2;color:#b91c1c}.opportunity-icon-restricted{background:#f3f4f6;color:#4b5563}.opportunity-copy{display:flex;flex-direction:column;min-width:0;flex:1 1 auto}.opportunity-title{font-weight:600;font-size:13px;color:#111827}.opportunity-criteria{font-size:11.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.opportunity-count{font-size:18px;font-weight:700;color:#111827;flex-shrink:0}.recent-list{display:flex;flex-direction:column}.recent-row{display:flex;align-items:center;gap:10px;padding:8px 4px;border-radius:8px}.recent-row+.recent-row{border-top:1px solid #f3f4f6}.recent-row:hover{background:#f7f9fc}.recent-copy{display:flex;flex-direction:column;min-width:0;flex:1 1 auto}.recent-name{font-size:13px;font-weight:600;color:#111827}.recent-meta{font-size:11.5px;color:var(--muted)}.recent-paid{font-size:13px;font-weight:600;color:#111827;white-space:nowrap}.distribution-list{display:flex;flex-direction:column;gap:12px;padding-top:4px}.distribution-row{display:grid;grid-template-columns:92px 1fr 44px;align-items:center;gap:12px}.distribution-label{font-size:12.5px;color:#374151;white-space:nowrap}.distribution-row .ant-progress{margin:0}.distribution-row .ant-progress-inner{border-radius:4px}.distribution-count{font-size:12px;color:var(--muted);text-align:right}.list-toolbar-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.list-toolbar{flex-wrap:wrap}.filter-chips-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 14px;margin-bottom:16px;flex-wrap:wrap}.filter-chips{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.filter-chip{border:1px solid #dbeafe;background:var(--primary-soft);color:#1d4ed8;border-radius:6px;padding:1px 8px;font-size:12.5px}.filter-results-count{font-size:13px;font-weight:600;color:#111827;white-space:nowrap}.advanced-filter-footer{display:flex;justify-content:flex-end;gap:8px}.advanced-filter-form .advanced-filter-group-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:14px 0 10px}.advanced-filter-form .advanced-filter-group-title:first-child{margin-top:0}.advanced-filter-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.advanced-filter-row .ant-form-item{margin-bottom:12px}.advanced-filter-drawer .ant-drawer-body{padding-top:16px}.segment-criteria-preview{background:#f8fafc;border:1px solid var(--card-border);border-radius:8px;padding:10px 12px;font-size:12.5px;color:#374151}.segment-criteria-preview-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:4px}.segments-page{display:flex;flex-direction:column;gap:16px}.segments-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:0}.segments-tabs{align-self:flex-start}.segments-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.segment-card{padding:14px 16px;display:flex;flex-direction:column;gap:8px}.segment-card-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.segment-card-title{font-size:14px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.segment-type-dynamic{background:var(--primary-soft);color:#1d4ed8;border:none;border-radius:6px;font-size:11px;margin:0}.segment-type-system{background:#f3f4f6;color:#4b5563;border:none;border-radius:6px;font-size:11px;margin:0}.segment-criteria{font-size:12px;margin:0;min-height:34px}.segment-card-count{display:flex;align-items:baseline;gap:6px}.segment-count-value{font-size:22px;font-weight:700;letter-spacing:-.01em}.segment-count-label{font-size:12px;color:var(--muted)}.segment-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:2px}.segment-card-meta{font-size:11.5px;color:var(--muted)}.segments-empty{padding:40px 24px}.page-heading .ant-typography h3,.page-heading h3.ant-typography,.page-heading .ant-typography[aria-level="3"]{letter-spacing:-.02em}.kpi-icon-blue{background:#e3eeff;color:#2563eb}.kpi-icon-rose{background:#ffe9ec;color:#e11d48}.kpi-icon-green{background:#dcf5ea;color:#059669}.kpi-icon-violet{background:#ece8fe;color:#7c3aed}.dashboard-kpi-value{font-size:26px;letter-spacing:-.02em}.dashboard-kpi-label{font-weight:500}.row-chevron{color:#c2cad6;font-size:11px;flex-shrink:0;transition:color .15s ease,transform .15s ease}.opportunity-row:hover .row-chevron,.recent-row:hover .row-chevron{color:var(--primary);transform:translate(1px)}.opportunity-count-col{display:flex;flex-direction:column;align-items:flex-end;line-height:1.15;flex-shrink:0}.opportunity-count{font-size:17px;font-weight:700;color:#111827}.opportunity-count-label{font-size:10.5px;color:var(--muted)}.activity-chart-bars{height:150px;border-bottom:1px solid #eef1f5;padding-bottom:1px}.activity-bar{opacity:.92}.activity-bar-group:hover .activity-bar{opacity:1}.distribution-row .ant-progress-inner,.distribution-row .ant-progress-bg{border-radius:4px}.distribution-count{font-size:12.5px;font-weight:600;color:#374151}.recent-paid{margin-left:auto}.customers-table .ant-table-thead>tr>th{font-size:11.5px;letter-spacing:.04em;text-transform:uppercase;border-bottom:1px solid var(--card-border)}.customers-table .ant-table-tbody>tr>td{border-bottom:1px solid #f1f4f8}.customers-table .cell-customer .ant-avatar{font-size:11.5px}.segment-count-value{font-size:24px;letter-spacing:-.02em}.segment-card .ant-btn-link{padding-left:0}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
