.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#0176d30f,#fafafa 40%);padding:2rem}.login-card-wrap{max-width:720px;width:100%;background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000014;padding:2.5rem;border:1px solid var(--slds-border)}.login-brand{text-align:center;margin-bottom:2rem}.login-logo{display:block;width:48px;height:48px;margin:0 auto 1rem;background:var(--slds-blue);color:#fff;border-radius:10px;flex-shrink:0}.login-title{font-size:1.5rem;font-weight:700;color:var(--slds-gray-7);margin:0 0 .25rem}.login-subtitle{font-size:.9375rem;color:var(--slds-gray-5);margin:0}.login-prompt{font-size:.875rem;font-weight:600;color:var(--slds-gray-6);margin:0 0 1rem}.login-personas{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.login-persona-card{text-align:left;padding:1.5rem;border:1px solid var(--slds-border);border-radius:8px;background:#fff;cursor:pointer;transition:border-color .2s,box-shadow .2s}.login-persona-card:hover{border-color:var(--slds-blue);box-shadow:0 4px 12px #0176d31f}.login-persona-badge{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:700;border-radius:4px;margin-bottom:.75rem}.login-persona-badge.cro{background:#0176d31f;color:var(--slds-blue)}.login-persona-badge.csa{background:#2e844a1f;color:var(--slds-success)}.login-persona-card h2{font-size:1rem;font-weight:600;color:var(--slds-gray-7);margin:0 0 .5rem}.login-persona-card p{font-size:.8125rem;color:var(--slds-gray-5);line-height:1.45;margin:0 0 .75rem}.login-persona-cta{font-size:.8125rem;font-weight:600;color:var(--slds-blue)}@media (max-width: 560px){.login-personas{grid-template-columns:1fr}}.slds-icon{fill:currentColor;flex-shrink:0;vertical-align:middle;min-width:var(--slds-icon-size, 20px);min-height:var(--slds-icon-size, 20px)}.slds-icon_xSmall{width:16px;height:16px;min-width:16px;min-height:16px}.slds-icon_small{width:20px;height:20px;min-width:20px;min-height:20px}.slds-icon_medium{width:24px;height:24px;min-width:24px;min-height:24px}.slds-icon_large{width:32px;height:32px;min-width:32px;min-height:32px}.app-layout{min-height:100vh;display:flex;flex-direction:column;background:var(--slds-gray-1)}.app-header{background:#fff;border-bottom:1px solid var(--slds-border);box-shadow:0 1px 3px #0000000f;position:sticky;top:0;z-index:100}.app-header-inner{width:100%;padding:0 1.5rem;height:52px;display:flex;align-items:stretch;justify-content:space-between;gap:1.5rem}.app-header-left{display:flex;align-items:stretch;gap:2rem;flex:1;min-width:0}.app-logo{display:flex;align-items:center;gap:.5rem;flex-shrink:0;text-decoration:none;color:var(--slds-gray-7)}.app-logo-icon{width:32px;height:32px;flex-shrink:0;background:var(--slds-blue);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff}.app-product-name{font-size:1rem;font-weight:600;color:var(--slds-gray-7)}.app-nav{display:flex;align-items:stretch;gap:0;height:100%}.app-nav-link{display:flex;align-items:center;height:100%;padding:0 1rem;font-size:.875rem;font-weight:500;color:var(--slds-gray-7);text-decoration:none;position:relative;transition:color .15s}.app-nav-link:hover{color:var(--slds-gray-7)}.app-nav-link.active{font-weight:600;color:var(--slds-blue);background:transparent}.app-nav-link.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:calc(100% + 16px);min-width:calc(100% + 16px);height:3px;background:var(--slds-blue);border-radius:3px 3px 0 0}.app-header-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.app-search-wrap{position:relative;width:220px}.app-search{width:100%;padding:.4rem .75rem .4rem 2rem;font-size:.8125rem;border:1px solid var(--slds-border);border-radius:4px;background:var(--slds-gray-1);color:var(--slds-gray-7)}.app-search::placeholder{color:var(--slds-gray-5)}.app-search-icon{position:absolute;left:.6rem;top:50%;transform:translateY(-50%);color:var(--slds-gray-5);font-size:.875rem;pointer-events:none}.header-persona-wrap{display:flex;flex-direction:column;align-items:center;gap:2px;padding:2px 4px;border:none;background:transparent;cursor:pointer;transition:opacity .15s,transform .15s}.header-persona-wrap:hover{opacity:.9;transform:scale(1.02)}.header-persona-wrap:focus-visible{outline:2px solid var(--slds-blue);outline-offset:2px;border-radius:6px}.header-avatar-icon-wrap{width:36px;height:36px;border-radius:50%;border:2px solid #fff;box-shadow:0 1px 3px #0000001f;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--slds-gray-7, #444)}.header-avatar-icon-wrap--cro{background:#6941c624;color:var(--slds-purple, #6941c6)}.header-avatar-icon-wrap--csa{background:#2e844a24;color:var(--slds-success, #2e844a)}.header-avatar-icon{color:inherit}.header-persona-label{font-size:.7rem;font-weight:600;color:var(--slds-gray-7);letter-spacing:.02em;line-height:1.2}.header-icon-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:4px;color:var(--slds-gray-5);cursor:pointer;transition:background .15s,color .15s}.header-icon-btn:hover{background:var(--slds-gray-1);color:var(--slds-gray-7)}.app-main{flex:1;display:flex;flex-direction:column;min-height:0;color:var(--slds-gray-7)}.dashboard-content{flex:1;width:100%;min-height:0;min-height:calc(100vh - 108px);display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:1fr;gap:0;padding:0;align-content:start;background:var(--slds-gray-1)}.dashboard-content>.dashboard-content-outlet{grid-column:1 / -1;grid-row:1;min-height:0;overflow:auto}.dashboard-content--segment-drill{padding:0;min-height:calc(100vh - 52px)}.dashboard-page{grid-column:1 / -1;grid-row:1;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:auto 1fr;gap:1.5rem;min-height:0;width:100%;max-width:100%;align-content:start}.dashboard-page .page-header{grid-column:1 / -1;grid-row:1;margin-bottom:0}.dashboard-page .dashboard-header,.dashboard-page .page-header,.dashboard-page .dashboard-page-header,.dashboard-page .segment-intel-header{padding-top:0;padding-bottom:6px}.dashboard-page .page-body{grid-column:1 / -1;grid-row:2;display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem;min-height:0;align-content:start;overflow:auto}.dashboard-page>.media-dashboard,.dashboard-page>.inperson-dashboard{grid-row:1 / -1}.col-span-1{grid-column:span 1}.col-span-2{grid-column:span 2}.col-span-3{grid-column:span 3}.col-span-4{grid-column:span 4}.col-span-5{grid-column:span 5}.col-span-6{grid-column:span 6}.col-span-7{grid-column:span 7}.col-span-8{grid-column:span 8}.col-span-9{grid-column:span 9}.col-span-10{grid-column:span 10}.col-span-11{grid-column:span 11}.col-span-12{grid-column:span 12}.page-header{grid-column:1 / -1;margin-bottom:0}.page-body{grid-column:1 / -1;display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem;min-height:0;align-content:start}.page-title{font-size:1.25rem;font-weight:600;color:var(--slds-gray-7);margin:0 0 .25rem}.page-desc{font-size:.875rem;color:var(--slds-gray-5);margin:0 0 .5rem}.page-meta{font-size:.8125rem;color:var(--slds-gray-6);margin:0}.page-meta strong{color:var(--slds-gray-7)}.dashboard-page.list-page .list-page-header{margin-bottom:0}.dashboard-page.list-page .page-body.list-page-body{display:flex;flex-direction:column;gap:0;grid-column:1 / -1;grid-row:2}.dashboard-page.list-page .list-page-table-wrap{grid-column:1 / -1;overflow-x:auto;min-height:0;flex:1 1 auto}.dashboard-page.list-page .list-page-table-wrap .list-page-table{grid-column:1 / -1}.dashboard-page.insights-page .insights-kpi-row{grid-column:1 / -1;display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem;margin-bottom:1.5rem}.dashboard-page.insights-page .insights-kpi-card{grid-column:span 2}@media (max-width: 900px){.dashboard-page.insights-page .insights-kpi-card{grid-column:span 4}}@media (max-width: 600px){.dashboard-page.insights-page .insights-kpi-card{grid-column:span 12}}.dashboard-page.insights-page .insights-chart-section{grid-column:1 / -1;margin-bottom:1.5rem}.dashboard-page.insights-page .insights-tips{grid-column:1 / -1}.dashboard-page .dashboard-header h2,.dashboard-page .dashboard-header .page-title{font-size:1.25rem;font-weight:600;color:var(--slds-gray-7);margin:0 0 .25rem}.dashboard-page .dashboard-desc{font-size:.875rem;color:var(--slds-gray-5);margin:0 0 .5rem}.dashboard-page .media-dashboard,.dashboard-page .inperson-dashboard,.dashboard-page .unified-profile-view{grid-column:1 / -1;display:flex;flex-direction:column;gap:1.5rem;align-content:start}.dashboard-page .segment-intel-view{grid-column:1 / -1;display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem;align-content:start}.media-dashboard{display:flex;flex-direction:column;gap:1.5rem}.dashboard-page .media-dashboard .dashboard-header{padding-bottom:10px}.media-dashboard .dashboard-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.media-dashboard .dashboard-header h2{font-size:1.25rem;font-weight:600;color:var(--slds-gray-7)}.filters{display:flex;gap:1rem;align-items:flex-end}.filter-group{display:flex;flex-direction:column;gap:.25rem}.filter-group label{font-size:.75rem;font-weight:500;color:var(--slds-gray-5);text-transform:uppercase;letter-spacing:.5px}.filter-select{padding:.5rem 2rem .5rem .75rem;font-size:.875rem;font-family:inherit;border:1px solid var(--slds-border);border-radius:4px;background:#fff;color:var(--slds-gray-7);min-width:140px}.charts-row{display:grid;grid-template-columns:1fr 2fr 1fr;gap:1rem}@media (max-width: 1200px){.charts-row{grid-template-columns:1fr 1fr}.chart-wide{grid-column:span 2}}@media (max-width: 768px){.charts-row{grid-template-columns:1fr}.chart-wide{grid-column:span 1}}.chart-card{background:#fff;border-radius:8px;border:1px solid var(--slds-border);box-shadow:var(--slds-shadow);padding:1rem}.chart-card h3{font-size:.875rem;font-weight:600;color:var(--slds-gray-7);margin-bottom:.75rem}.chart-card .chart-desc{font-size:.75rem;color:var(--slds-gray-5);margin:0 0 .5rem}.chart-container{min-height:200px}.tables-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 900px){.tables-row{grid-template-columns:1fr}}.table-card{background:#fff;border-radius:8px;border:1px solid var(--slds-border);box-shadow:var(--slds-shadow);padding:1rem}.table-card h3{font-size:.875rem;font-weight:600;color:var(--slds-gray-7);margin-bottom:.75rem}.table-scroll{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:.875rem}.data-table th,.data-table td{padding:.625rem .75rem;text-align:left;border-bottom:1px solid var(--slds-border)}.data-table th{font-weight:600;color:var(--slds-gray-5);background:var(--slds-gray-1);font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.data-table td{color:var(--slds-gray-7)}.churn-panel h3{font-size:.875rem;font-weight:600;color:var(--slds-gray-7);margin-bottom:.5rem}.churn-message{font-size:.875rem;color:var(--slds-gray-7);margin-bottom:.75rem}.churn-sparkline{max-width:100%}.churn-panel-row{display:grid;grid-template-columns:1fr 2fr 1fr;gap:1rem;align-items:stretch}.churn-panel-row .churn-panel{grid-column:1;display:flex;flex-direction:column;height:100%;min-height:0}.churn-panel-row .churn-panel .churn-sparkline{flex:1;min-height:60px}.churn-panel-row .churn-row-widget{min-height:0;height:100%;display:flex;flex-direction:column}.churn-panel-row .churn-row-widget h3{margin-bottom:.5rem}.churn-segment-bars{display:flex;flex-direction:column;gap:.5rem;flex:1;min-height:0}.churn-segment-row{display:grid;grid-template-columns:100px 1fr 2.5rem;align-items:center;gap:.5rem;font-size:.8125rem}.churn-segment-label{color:var(--slds-gray-7)}.churn-segment-bar-wrap{height:8px;background:var(--slds-gray-1);border-radius:4px;overflow:hidden}.churn-segment-bar{height:100%;border-radius:4px;min-width:2px}.churn-segment-pct{color:var(--slds-gray-5);font-weight:600;text-align:right}.churn-segment-meta{font-size:.75rem;color:var(--slds-gray-5);margin:.5rem 0 0}.churn-at-risk-card{justify-content:flex-start}.churn-at-risk-value{font-size:1.75rem;font-weight:700;color:var(--churn-red);margin:0 0 .25rem}.churn-at-risk-label{font-size:.875rem;color:var(--slds-gray-7);margin:0 0 .5rem}.churn-at-risk-desc{font-size:.8125rem;color:var(--slds-gray-5);margin:0;line-height:1.4}@media (max-width: 1200px){.churn-panel-row{grid-template-columns:1fr 1fr}.churn-panel-row .churn-panel{grid-column:1}.churn-panel-row .churn-row-widget:first-of-type{grid-column:2}.churn-panel-row .churn-row-widget.churn-at-risk-card{grid-column:1 / -1}}@media (max-width: 768px){.churn-panel-row{grid-template-columns:1fr}.churn-panel-row .churn-panel,.churn-panel-row .churn-row-widget,.churn-panel-row .churn-row-widget.churn-at-risk-card{grid-column:1}}.csa-summary-section{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.csa-summary-section{grid-template-columns:1fr}}.customer-summary-card,.empathy-tools-card{background:#fff;border-radius:var(--card-radius, 8px);border:1px solid var(--slds-border);box-shadow:var(--slds-shadow);padding:1rem 1.25rem}.customer-summary-card h3,.empathy-tools-card h3{font-size:.875rem;font-weight:600;color:var(--slds-gray-7);margin-bottom:.5rem}.customer-meta{font-size:.8125rem;color:var(--slds-gray-5);margin-bottom:.75rem}.audience-tags{display:flex;flex-wrap:wrap;gap:.5rem}.audience-tag{font-size:.75rem;padding:.25rem .5rem;background:#0176d31a;color:var(--slds-blue);border-radius:4px;font-weight:500}.empathy-tools-card ul{list-style:none}.empathy-tools-card li{font-size:.875rem;color:var(--slds-gray-6);padding:.25rem 0;border-bottom:1px solid var(--slds-border)}.empathy-tools-card li:last-child{border-bottom:none}.kpi-card.churn-score.risk-high .kpi-value{color:var(--churn-red)}.table-full{grid-column:1 / -1}.flywheel-card .flywheel-bars{display:flex;flex-direction:column;gap:.75rem}.flywheel-row{display:grid;grid-template-columns:120px 1fr 48px;align-items:center;gap:.75rem}.flywheel-label{font-size:.875rem;color:var(--slds-gray-7)}.flywheel-bar-wrap{height:24px;background:var(--slds-gray-1);border-radius:4px;overflow:hidden}.flywheel-bar{height:100%;border-radius:4px;min-width:4px}.flywheel-pct{font-size:.875rem;font-weight:600;color:var(--slds-gray-7)}.device-share-mini{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--slds-border)}.device-share-row{display:grid;grid-template-columns:120px 1fr 36px;align-items:center;gap:.5rem;font-size:.75rem;margin-bottom:.35rem}.device-share-row:last-child{margin-bottom:0}.device-share-label{color:var(--slds-gray-6)}.device-share-bar-wrap{height:8px;background:var(--slds-gray-1);border-radius:4px;overflow:hidden}.device-share-bar{height:100%;background:var(--slds-blue);border-radius:4px}.device-share-pct{color:var(--slds-gray-5);font-weight:500}.kpi-card-clickable{cursor:pointer;transition:box-shadow .2s,transform .15s}.kpi-card-clickable:hover{box-shadow:0 4px 12px #0000001f}.kpi-card-clickable:focus{outline:2px solid var(--slds-blue);outline-offset:2px}.drilldown-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.drilldown-modal{background:#fff;border-radius:8px;box-shadow:0 8px 32px #0003;max-width:640px;width:100%;max-height:85vh;display:flex;flex-direction:column}.drilldown-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--slds-border);flex-shrink:0}.drilldown-header h3{font-size:1rem;font-weight:600;color:var(--slds-gray-7);margin:0}.drilldown-close{width:32px;height:32px;border:none;background:var(--slds-gray-1);border-radius:4px;font-size:1.25rem;line-height:1;color:var(--slds-gray-6);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.drilldown-close:hover{background:var(--slds-gray-2);color:var(--slds-gray-7)}.drilldown-body{padding:1.25rem;overflow-y:auto}.drilldown-intro{font-size:.875rem;color:var(--slds-gray-6);margin:0 0 1rem}.drilldown-body .data-table{margin-bottom:0}.drilldown-total{background:var(--slds-gray-1);font-weight:600}.drilldown-total td{padding:.75rem}.dashboard-filter-bar{background:var(--filter-bg-section);border-bottom:1px solid var(--slds-border);padding:.75rem 0}.dashboard-filter-inner{width:100%;padding:0 1.5rem}.dashboard-filter-bar-trigger{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 0;border:none;background:transparent;font-size:.875rem;font-weight:400;color:var(--filter-label-color, var(--slds-gray-7));cursor:pointer;transition:color .15s,opacity .15s}.dashboard-filter-bar-trigger:hover{color:var(--slds-blue);opacity:.9}.dashboard-filter-bar-trigger:focus-visible{outline:2px solid var(--slds-blue);outline-offset:2px;border-radius:4px}.dashboard-filter-bar-trigger-label{line-height:1.2}.dashboard-filter-bar-trigger-icon{flex-shrink:0;color:inherit}.dashboard-filter-bar-collapse-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .75rem;border:none;background:transparent;font-size:.8125rem;font-weight:500;color:var(--filter-label-color, var(--slds-gray-6));cursor:pointer;white-space:nowrap;transition:color .15s,background .15s;border-radius:6px}.dashboard-filter-bar-collapse-btn:hover{color:var(--slds-gray-7);background:var(--slds-gray-1)}.dashboard-filter-bar-collapse-btn:focus-visible{outline:2px solid var(--slds-blue);outline-offset:2px}.dashboard-filter-bar-collapse-icon{flex-shrink:0;color:inherit}.dashboard-filter-bar-collapse-label{line-height:1.2}.dashboard-filter-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem 1.25rem}.dashboard-filter-group{display:flex;flex-direction:column;gap:.5rem}.dashboard-filter-label{font-size:.875rem;font-weight:400;color:var(--filter-label-color)}.dashboard-filter-select{padding:.5rem 2rem .5rem .75rem;font-size:.875rem;font-weight:400;font-family:inherit;border:1px solid var(--filter-border);border-radius:10px;background:#fff;color:var(--filter-label-color);min-width:140px;appearance:none;-webkit-appearance:none;-moz-appearance:none}.dashboard-filter-select-wrap{position:relative;display:inline-block;width:100%}.dashboard-filter-select-wrap .dashboard-filter-select{width:100%}.dashboard-filter-select-icon{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--filter-label-color)}.dashboard-filter-select:hover{border-color:var(--filter-border)}.dashboard-filter-select:focus{outline:none;border-color:var(--filter-border);box-shadow:0 0 0 1px var(--filter-border)}.dashboard-filter-clear-wrap,.dashboard-filter-actions{margin-left:auto}.dashboard-filter-buttons{display:flex;align-items:center;gap:.75rem}.dashboard-filter-apply-btn{padding:.5rem 1.25rem;font-size:.8125rem;font-weight:600;font-family:inherit;color:#fff;background:#2179f8;border:none;border-radius:9999px;cursor:pointer;white-space:nowrap}.dashboard-filter-apply-btn:hover:not(:disabled){background:#1a6ae0}.dashboard-filter-apply-btn:focus{outline:none;box-shadow:0 0 0 2px #2179f859}.dashboard-filter-apply-btn:disabled{color:var(--slds-gray-4);background:var(--slds-gray-2);cursor:default}.dashboard-filter-clear-btn{padding:.5rem 1.25rem;font-size:.8125rem;font-weight:600;font-family:inherit;color:var(--filter-label-color);background:transparent;border:1px solid var(--filter-border);border-radius:9999px;cursor:pointer;white-space:nowrap}.dashboard-filter-clear-btn:hover:not(:disabled){background:var(--slds-gray-1)}.dashboard-filter-clear-btn:focus{outline:none;box-shadow:0 0 0 2px #2179f859}.dashboard-filter-clear-btn:disabled{color:var(--slds-gray-4);border-color:var(--slds-gray-2);cursor:default}.dashboard-page-header{grid-column:1 / -1;margin-bottom:0}.dashboard-page-header-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:0;padding-bottom:0}.dashboard-page-header-title-block{flex:1 1 auto;min-width:0}.dashboard-page-header-title{font-size:1.25rem;font-weight:600;color:var(--slds-gray-7);margin:0 0 .25rem}.dashboard-page-header-desc{font-size:.875rem;color:var(--slds-gray-5);margin:0 0 .5rem}.dashboard-page-header-trigger{flex-shrink:0}.dashboard-page-header .dashboard-filter-bar-expanded-row{margin-top:.75rem}.segment-intel-view.tn-style{width:100%;max-width:100%;padding:0}.segment-intel-view>*{grid-column:1 / -1}.segment-intel-header{margin-bottom:.75rem}.segment-intel-back{padding:.2rem 0;font-size:.875rem;font-weight:500;color:var(--slds-blue);background:none;border:none;cursor:pointer;margin-bottom:.35rem}.segment-intel-back:hover{text-decoration:underline}.segment-intel-title{font-size:1.5rem;font-weight:700;color:var(--slds-gray-7);margin:0 0 .25rem}.segment-intel-desc{font-size:.9375rem;color:var(--slds-gray-5);margin:0 0 .5rem}.segment-intel-controls{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.5rem .75rem;margin-bottom:.5rem}.segment-intel-controls-group{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.segment-intel-controls-label{font-size:.875rem;font-weight:700;color:var(--filter-label-color)}.segment-intel-controls-select{padding:.5rem 2rem .5rem .75rem;font-size:.875rem;font-weight:400;font-family:inherit;border:1px solid var(--filter-border);border-radius:10px;background:#fff;color:var(--filter-label-color);min-width:200px;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%}.segment-intel-controls-select-wrap{position:relative;display:inline-block;min-width:200px}.segment-intel-controls-select-wrap .segment-intel-controls-select-icon{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--filter-label-color)}.segment-intel-controls-select:hover{border-color:var(--filter-border)}.segment-intel-controls-select:focus{outline:none;border-color:var(--filter-border);box-shadow:0 0 0 1px var(--filter-border)}.segment-filter-tag{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .6rem;font-size:.8125rem;font-weight:500;color:var(--slds-blue);background:#0176d314;border:1px solid rgba(1,118,211,.25);border-radius:4px}.segment-filter-tag button{margin:0;padding:0 .2rem;font-size:1rem;line-height:1;background:none;border:none;color:inherit;cursor:pointer;opacity:.8}.segment-filter-tag button:hover{opacity:1}.segment-intel-filters{display:flex;gap:.75rem}.segment-filter-group{display:flex;flex-direction:column;gap:.2rem}.segment-filter-group label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--slds-gray-5)}.segment-filter-group select{padding:.5rem 2rem .5rem .75rem;font-size:.875rem;font-weight:400;font-family:inherit;border:1px solid var(--filter-border);border-radius:10px;background:#fff;color:var(--filter-label-color);min-width:7rem;appearance:none;-webkit-appearance:none;-moz-appearance:none}.segment-intel-use-btn{padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;font-family:inherit;color:#fff;background:var(--slds-blue);border:none;border-radius:9999px;cursor:pointer}.segment-intel-use-btn:hover{background:var(--slds-blue-dark)}.segment-intel-header .tn-tabs{margin-bottom:.75rem}.segment-kpi-row{display:grid;grid-template-columns:repeat(12,1fr);gap:1rem;margin-bottom:.75rem}.segment-kpi-row .segment-kpi-card{grid-column:span 3}@media (max-width: 1024px){.segment-kpi-row .segment-kpi-card{grid-column:span 6}}@media (max-width: 640px){.segment-kpi-row .segment-kpi-card{grid-column:span 12}}.segment-kpi-card{background:#fff;border:var(--card-border);border-radius:var(--card-radius);box-shadow:var(--card-shadow);padding:.75rem 1rem;position:relative;min-height:100px}.segment-kpi-card .segment-kpi-label{font-size:var(--metric-label-size);font-weight:var(--metric-label-weight);text-transform:var(--metric-label-transform);letter-spacing:var(--metric-label-spacing);color:var(--slds-gray-5);display:block;margin-bottom:.25rem}.segment-kpi-card .segment-kpi-value{font-size:var(--metric-value-size);font-weight:var(--metric-value-weight);color:var(--slds-gray-7);display:block}.segment-kpi-card .segment-kpi-trend{font-size:.8125rem;margin-top:.25rem;display:block}.segment-kpi-card .segment-kpi-trend.trend-up{color:var(--trend-up)}.segment-kpi-card .segment-kpi-meta{font-size:.75rem;color:var(--slds-gray-5);margin-top:.2rem}.segment-kpi-card .kpi-card-icon{position:absolute;top:.5rem;right:.5rem}.segment-kpi-card-chart .segment-kpi-label{margin-bottom:.5rem}.segment-mini-bars{margin-top:.25rem}.segment-mini-bar-row{display:grid;grid-template-columns:1fr 80px 28px;align-items:center;gap:.5rem;font-size:.75rem;margin-bottom:.35rem}.segment-mini-bar-label{color:var(--slds-gray-7);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.segment-mini-bar-wrap{height:6px;background:var(--slds-gray-2);border-radius:3px;overflow:hidden}.segment-mini-bar{height:100%;border-radius:3px}.segment-mini-bar-pct{color:var(--slds-gray-5);text-align:right}.segment-chart-card{background:#fff;border:var(--card-border);border-radius:var(--card-radius);box-shadow:var(--card-shadow);padding:.75rem 1rem;margin-bottom:.75rem;position:relative}.segment-chart-card h3{font-size:.9375rem;font-weight:600;color:var(--slds-gray-7);margin:0 0 .5rem}.chart-card-icon{position:absolute;top:.75rem;right:.75rem;width:24px;height:24px;border-radius:50%;background:var(--slds-gray-2);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:var(--slds-gray-5)}.chart-card-icon:hover{background:var(--slds-gray-3);color:var(--slds-gray-7)}.segment-chart-wide{margin-bottom:.75rem}.segment-chart-inner{min-height:200px}.segment-addressable-chart .recharts-cartesian-axis-tick text,.segment-addressable-chart .recharts-label{fill:#181818!important}.segment-addressable-chart .recharts-cartesian-axis-tick-value{fill:#181818}.segment-chart-axis-label{font-size:.75rem;color:var(--slds-gray-5);margin:.25rem 0 0}.segment-view-by-wrap{position:absolute;top:.75rem;right:2.5rem;display:inline-block}.segment-view-by-wrap .segment-view-by{position:static;padding:.5rem 2rem .5rem .75rem;appearance:none;-webkit-appearance:none;-moz-appearance:none}.segment-view-by-wrap .segment-view-by-icon{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--filter-label-color)}.segment-view-by{font-size:.875rem;font-weight:400;font-family:inherit;border:1px solid var(--filter-border);border-radius:10px;background:#fff;color:var(--filter-label-color)}.segment-sparkline-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1rem}.segment-sparkline-card{background:#fff;border:var(--card-border);border-radius:var(--card-radius);box-shadow:var(--card-shadow);padding:.75rem 1rem;position:relative;min-height:140px}.segment-sparkline-card .kpi-card-icon{position:absolute;top:.5rem;right:.5rem}.segment-sparkline-card .segment-kpi-label{font-size:var(--metric-label-size);font-weight:var(--metric-label-weight);text-transform:var(--metric-label-transform);letter-spacing:var(--metric-label-spacing);color:var(--slds-gray-5);display:block;margin-bottom:.2rem}.segment-sparkline-card .segment-kpi-value{font-size:var(--metric-value-size-sm, 22px);font-weight:700;color:var(--slds-gray-7);display:block}.segment-sparkline-card .kpi-card-sparkline{height:36px;margin-top:.4rem}.segment-sparkline-card .kpi-card-desc{font-size:.7rem;color:var(--slds-gray-5);margin-top:.35rem;line-height:1.3}.segment-explorer-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.tn-detail-section{margin-top:.5rem}.segment-intel-view .tn-section{margin-bottom:.75rem}.segment-intel-view .tn-section-subtitle{margin-bottom:.5rem}.tn-detail-section .data-table{margin-top:.5rem}@media (max-width: 1024px){.segment-sparkline-row{grid-template-columns:1fr 1fr}.segment-explorer-grid{grid-template-columns:1fr}}@media (max-width: 640px){.segment-sparkline-row{grid-template-columns:1fr}.segment-intel-controls{flex-direction:column;align-items:flex-start}.segment-intel-use-btn{margin-left:0}}.segment-intel-view .cohort-explorer{background:#fff;border:var(--card-border);border-radius:var(--card-radius);box-shadow:var(--card-shadow);padding:.75rem 1rem;margin-bottom:.75rem}.segment-intel-view .cohort-explorer-title{font-size:.9375rem;font-weight:600;color:var(--slds-gray-7);margin:0 0 .2rem}.segment-intel-view .cohort-explorer-desc{font-size:.8125rem;color:var(--slds-gray-5);margin:0 0 .5rem}.segment-intel-view .cohort-explorer-select-wrap{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem}.segment-intel-view .cohort-explorer-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--slds-gray-5)}.segment-intel-view .cohort-explorer-select{padding:.4rem 2rem .4rem .5rem;font-size:.875rem;font-family:inherit;border:1px solid var(--slds-border);border-radius:4px;background:#fff;color:var(--slds-gray-7);min-width:200px;cursor:pointer}.segment-intel-view .cohort-explorer-select:hover{border-color:var(--slds-gray-3)}.segment-intel-view .cohort-explorer-select:focus{outline:none;border-color:var(--slds-blue);box-shadow:0 0 0 2px #0176d333}.segment-intel-view .cohort-explorer-showing{font-size:.8125rem;color:var(--slds-gray-6)}.segment-intel-view .cohort-explorer-showing strong{color:var(--slds-gray-7);font-weight:600}.segment-intel-view .cohort-explorer-chips{display:flex;flex-wrap:wrap;gap:.5rem}.segment-intel-view .cohort-chip{padding:.35rem .75rem;font-size:.8125rem;font-weight:500;font-family:inherit;color:var(--slds-blue);background:#0176d314;border:1px solid rgba(1,118,211,.3);border-radius:4px;cursor:pointer;transition:background .2s,border-color .2s}.segment-intel-view .cohort-chip:hover{background:#0176d326;border-color:var(--slds-blue)}.segment-intel-view .cohort-chip-active,.segment-intel-view .cohort-chip-active:hover{background:var(--slds-blue);color:#fff;border-color:var(--slds-blue)}.unified-profile-view{display:flex;flex-direction:column;gap:1.5rem}.unified-profile-view .dashboard-header{margin-bottom:0}.unified-profile-drill-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;gap:0}.unified-profile-drill-back{padding:.2rem 0;margin-bottom:.35rem;font-size:.875rem;font-weight:500;color:var(--slds-blue);background:none;border:none;cursor:pointer;align-self:flex-start}.unified-profile-drill-back:hover{text-decoration:underline}.unified-profile-drill-back:focus-visible{outline:2px solid var(--slds-blue);outline-offset:2px}.unified-profile-drill-title{font-size:1.5rem;font-weight:700;color:var(--slds-gray-7);margin:0 0 .5rem}.unified-profile-drill-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.unified-profile-drill-badge{display:inline-flex;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:600;color:var(--slds-gray-6);background:var(--slds-gray-2);border-radius:9999px;white-space:nowrap}.unified-profile-drill-desc{font-size:.9375rem;color:var(--slds-gray-5);margin:0;line-height:1.5}.unified-profile-view .dashboard-desc{font-size:.875rem;color:var(--slds-gray-5);margin-top:.25rem}.unified-profile-csa-summary{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.unified-profile-affinity-card,.unified-profile-devices-card{background:#fff;border:1px solid var(--slds-border);border-radius:var(--card-radius, 8px);box-shadow:var(--slds-shadow);padding:1rem 1.25rem}.unified-profile-summary-title{font-size:.8125rem;font-weight:600;color:var(--slds-gray-6);margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.5px}.unified-profile-affinity-chart{min-height:140px}.unified-profile-devices-list{list-style:none;margin:0;padding:0}.unified-profile-devices-list li{display:flex;justify-content:space-between;align-items:center;padding:.35rem 0;font-size:.875rem;border-bottom:1px solid var(--slds-gray-2)}.unified-profile-devices-list li:last-child{border-bottom:none}.unified-profile-device-name{color:var(--slds-gray-7)}.unified-profile-device-count{color:var(--slds-gray-5);font-size:.8125rem}@media (max-width: 640px){.unified-profile-csa-summary{grid-template-columns:1fr}}.unified-profile-drill-header+.unified-filters{margin-top:-15px}.unified-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.25rem;padding:1rem 1.25rem;background:#fff;border:1px solid var(--slds-border);border-radius:var(--card-radius, 8px);box-shadow:var(--slds-shadow)}.unified-filter-clear-wrap,.unified-filter-actions-wrap{margin-left:auto}.unified-filter-actions{display:flex;align-items:center;gap:1rem}.unified-filter-actions .unified-filter-meta{font-size:.875rem;color:var(--slds-gray-5);white-space:nowrap}.unified-filter-clear-btn{padding:.5rem 1.25rem;font-size:.8125rem;font-weight:600;font-family:inherit;color:#fff;background:#2179f8;border:none;border-radius:9999px;cursor:pointer;white-space:nowrap}.unified-filter-clear-btn:hover:not(:disabled){background:#1a6ae0}.unified-filter-clear-btn:focus-visible{outline:none;box-shadow:0 0 0 2px #2179f859}.unified-filter-clear-btn:disabled{color:var(--slds-gray-4);background:var(--slds-gray-2);cursor:default}.unified-filter-group{display:flex;flex-direction:column;gap:.375rem}.unified-filter-label{font-size:.75rem;font-weight:600;color:var(--slds-gray-5);text-transform:uppercase;letter-spacing:.5px}.unified-date-range{display:flex;align-items:center;gap:.5rem}.unified-filter-input{padding:.5rem .75rem;font-size:.875rem;font-family:inherit;border:1px solid var(--slds-border);border-radius:4px;color:var(--slds-gray-7);background:#fff}.unified-filter-input:focus{outline:none;border-color:var(--slds-blue)}.unified-date-sep{font-size:.875rem;color:var(--slds-gray-5)}.unified-filter-select{padding:.5rem 2rem .5rem .75rem;font-size:.875rem;font-family:inherit;border:1px solid var(--slds-border);border-radius:4px;color:var(--slds-gray-7);background:#fff;cursor:pointer;min-width:10rem;appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%}.unified-filter-select-wrap{position:relative;display:inline-block;min-width:10rem}.unified-filter-select-wrap .unified-filter-select-icon{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--slds-gray-7)}.unified-filter-select:focus{outline:none;border-color:var(--slds-blue)}.unified-filter-meta{font-size:.875rem;color:var(--slds-gray-5);margin-left:auto;align-self:center}.unified-table-wrap{overflow-x:auto;background:#fff;border-radius:var(--card-radius, 8px);border:1px solid var(--slds-border);box-shadow:var(--slds-shadow)}.unified-table{width:100%;border-collapse:collapse;font-size:.875rem}.unified-table-th{text-align:left;padding:.75rem 1rem;font-weight:600;color:var(--slds-gray-7);background:var(--slds-gray-1);border-bottom:2px solid var(--slds-border);white-space:nowrap}.unified-table-th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.unified-table-th-sortable:hover{background:var(--slds-gray-2);color:var(--slds-blue)}.unified-table-sort-icon{margin-left:.25rem;color:var(--slds-blue);font-weight:700}.unified-table-td{padding:.75rem 1rem;border-bottom:1px solid var(--slds-border);vertical-align:top}.unified-table-tr:last-child .unified-table-td{border-bottom:none}.unified-table-tr:hover .unified-table-td{background:var(--slds-gray-1)}.unified-table-td-date{color:var(--slds-gray-6);white-space:nowrap}.unified-table-td-type{white-space:nowrap}.unified-table-type-badge{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:.2rem .5rem;border-radius:4px}.unified-table-type-badge-media{color:var(--slds-blue);background:#0176d31f}.unified-table-type-badge-physical{color:var(--slds-success);background:#2e844a1f}.unified-table-td-title{font-weight:600;color:var(--slds-gray-7)}.unified-table-td-detail{color:var(--slds-gray-5);max-width:320px}.unified-table-td-duration{color:var(--slds-gray-6);white-space:nowrap;font-weight:500}.unified-table-empty{padding:2rem 1rem;text-align:center;color:var(--slds-gray-5);font-size:.875rem}.inperson-dashboard{display:flex;flex-direction:column;gap:1.5rem}.inperson-dashboard .dashboard-header{margin-bottom:0}.dashboard-desc{font-size:.875rem;color:var(--slds-gray-5);margin-top:.25rem}.inperson-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem 1.25rem;padding:1rem 1.25rem;background:#fff;border:1px solid var(--slds-border);border-radius:var(--card-radius, 8px);box-shadow:var(--slds-shadow)}.inperson-filter-group{display:flex;flex-direction:column;gap:.375rem}.inperson-filter-select-wrap{position:relative;display:inline-block;width:100%;min-width:140px}.inperson-filter-select-wrap .inperson-filter-select{width:100%}.inperson-filter-select-icon{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--slds-gray-5)}.inperson-filter-label{font-size:.75rem;font-weight:600;color:var(--slds-gray-5);text-transform:uppercase;letter-spacing:.5px}.inperson-filter-select{padding:.5rem 2rem .5rem .75rem;font-size:.875rem;font-family:inherit;border:1px solid var(--slds-border);border-radius:6px;background:#fff;color:var(--slds-gray-7);min-width:140px;appearance:none;-webkit-appearance:none;-moz-appearance:none}.inperson-filter-select:focus{outline:none;border-color:var(--slds-blue);box-shadow:0 0 0 1px var(--slds-blue)}.inperson-filter-meta{font-size:.875rem;color:var(--slds-gray-5);align-self:center}.inperson-filter-actions{display:flex;align-items:center;gap:1rem;margin-left:auto}.inperson-filter-clear-btn{padding:.5rem 1.25rem;font-size:.8125rem;font-weight:600;font-family:inherit;color:#fff;background:#2179f8;border:none;border-radius:9999px;cursor:pointer;white-space:nowrap}.inperson-filter-clear-btn:hover:not(:disabled){background:#1a6ae0}.inperson-filter-clear-btn:focus-visible{outline:none;box-shadow:0 0 0 2px #2179f859}.inperson-filter-clear-btn:disabled{color:var(--slds-gray-4);background:var(--slds-gray-2);cursor:default}.timeline{display:flex;flex-direction:column;gap:1rem}.inperson-group{display:flex;flex-direction:column;gap:.75rem}.inperson-group-title{font-size:.875rem;font-weight:600;color:var(--slds-gray-7);margin:0 0 .25rem;padding-bottom:.25rem;border-bottom:1px solid var(--slds-border)}.inperson-empty{padding:1.5rem;text-align:center;color:var(--slds-gray-5);background:var(--slds-gray-1);border-radius:var(--card-radius, 8px);margin:0}.event-card{background:#fff;border-radius:8px;border:1px solid var(--slds-border);box-shadow:var(--slds-shadow);padding:1.25rem;border-left:4px solid var(--slds-blue)}.event-card.status-scheduled{border-left-color:var(--slds-gray-4)}.event-type-badge{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:.25rem .5rem;border-radius:4px;margin-bottom:.75rem}.event-type-badge--sports{color:#166534;background:#dcfce7}.event-type-badge--theme-park{color:#7c3aed;background:#ede9fe}.event-type-badge--music-entertainment{color:#be185d;background:#fce7f3}.event-main{margin-bottom:.5rem}.event-title{font-size:1rem;font-weight:600;color:var(--slds-gray-7);margin-bottom:.5rem;line-height:1.4}.event-meta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.meta-item{font-size:.875rem;color:var(--slds-gray-6)}.meta-label{display:block;font-size:.7rem;font-weight:500;color:var(--slds-gray-5);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.125rem}.status-badge{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;margin-left:auto}.status-badge.status-completed{background:#2e844a26;color:var(--slds-success)}.status-badge.status-scheduled{background:#706e6b26;color:var(--slds-gray-5)}.sessions{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--slds-border);display:flex;flex-direction:column;gap:.75rem}.session-block{background:var(--slds-gray-1);padding:.75rem 1rem;border-radius:4px;border-left:3px solid var(--slds-blue)}.session-name{font-size:.875rem;font-weight:500;color:var(--slds-gray-7);margin-bottom:.375rem}.session-subjects{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem}.subjects-label{font-size:.75rem;color:var(--slds-gray-5);margin-right:.25rem}.subject-tag{font-size:.75rem;background:#fff;border:1px solid var(--slds-border);padding:.2rem .5rem;border-radius:4px;color:var(--slds-gray-6)}.quick-summary{background:#fff;border-radius:8px;border:1px solid var(--slds-border);box-shadow:var(--slds-shadow);padding:1.25rem}.quick-summary h3{font-size:.875rem;font-weight:600;color:var(--slds-gray-7);margin-bottom:.75rem}.quick-summary ul{list-style:none}.quick-summary li{font-size:.875rem;color:var(--slds-gray-6);padding:.5rem 0;border-bottom:1px solid var(--slds-border);line-height:1.5}.quick-summary li:last-child{border-bottom:none}.quick-summary strong{color:var(--slds-gray-7)}.csa-inperson-top{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:start}@media (max-width: 768px){.csa-inperson-top{grid-template-columns:1fr}}.quick-summary-emphasis{border-left:4px solid var(--slds-blue)}.linked-interests-card{background:#fff;border-radius:8px;border:1px solid var(--slds-border);box-shadow:var(--slds-shadow);padding:1rem 1.25rem;min-width:220px}.linked-interests-card h3{font-size:.875rem;font-weight:600;color:var(--slds-gray-7);margin-bottom:.25rem}.linked-desc{font-size:.75rem;color:var(--slds-gray-5);margin-bottom:.75rem}.linked-interests-badges{display:flex;flex-wrap:wrap;gap:.5rem}.linked-interest-badge{font-size:.8125rem;padding:.35rem .6rem;background:#0176d31f;color:var(--slds-blue);border-radius:4px;font-weight:500}.list-page-header{margin-bottom:1.25rem}.list-page-table-wrap{overflow-x:auto;background:#fff;border:1px solid var(--slds-border);border-radius:var(--card-radius);box-shadow:var(--card-shadow)}.list-page-table{width:100%;border-collapse:collapse}.list-page-table th{text-align:left;padding:.75rem 1rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--slds-gray-5);background:var(--slds-gray-1);border-bottom:1px solid var(--slds-border)}.list-page-table th.list-page-th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.list-page-table th.list-page-th-sortable:hover{background:var(--slds-gray-2);color:var(--slds-blue)}.list-page-sort-icon{margin-left:.25rem;color:var(--slds-blue);font-weight:700}.list-page-table td{padding:.75rem 1rem;font-size:.875rem;border-bottom:1px solid var(--slds-border)}.list-page-table tbody tr:hover{background:var(--slds-gray-1)}.list-page-table tbody tr:last-child td{border-bottom:none}.list-page-link{color:var(--slds-blue);font-weight:500;text-decoration:none}.list-page-link:hover{text-decoration:underline}.list-page-empty{padding:2rem 1rem!important;text-align:center;color:var(--slds-gray-5);font-size:.875rem}.list-page-table code{font-size:.8125rem;background:var(--slds-gray-2);padding:.2rem .4rem;border-radius:4px}.list-page-pagination{grid-column:1 / -1;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-top:1px solid var(--slds-border);background:var(--slds-gray-1);margin-top:0}.list-page-pagination-summary{font-size:.8125rem;color:var(--slds-gray-6)}.list-page-pagination-controls{display:flex;align-items:center;gap:.5rem}.list-page-pagination-btn{padding:.5rem 1rem;font-size:.8125rem;font-weight:500;font-family:inherit;color:var(--slds-gray-7);background:#fff;border:1px solid var(--slds-border);border-radius:9999px;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.list-page-pagination-btn:hover:not(:disabled){background:var(--slds-gray-1);border-color:var(--slds-gray-3)}.list-page-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.list-page-pagination-page.active{background:var(--slds-blue);color:#fff;border-color:var(--slds-blue)}.list-page-pagination-page.active:hover{background:var(--slds-blue-dark);border-color:var(--slds-blue-dark)}.list-page-pagination-pages{display:flex;gap:.25rem}.list-page-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem 1.25rem;padding:1rem 1.25rem;background:#fff;border:1px solid var(--slds-border);border-radius:var(--card-radius, 8px);box-shadow:var(--slds-shadow);margin-bottom:1rem}.list-page-filter-group{display:flex;flex-direction:column;gap:.375rem}.list-page-filter-label{font-size:.75rem;font-weight:600;color:var(--slds-gray-5);text-transform:uppercase;letter-spacing:.5px}.list-page-filter-select-wrap{position:relative;display:inline-block;width:100%;min-width:140px}.list-page-filter-select-wrap .list-page-filter-select{width:100%}.list-page-filter-select{padding:.5rem 2rem .5rem .75rem;font-size:.875rem;font-family:inherit;border:1px solid var(--slds-border);border-radius:6px;background:#fff;color:var(--slds-gray-7);min-width:140px;appearance:none;-webkit-appearance:none;-moz-appearance:none}.list-page-filter-select:focus{outline:none;border-color:var(--slds-blue);box-shadow:0 0 0 1px var(--slds-blue)}.list-page-filter-select-icon{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--slds-gray-5)}.list-page-filter-actions{display:flex;align-items:center;gap:1rem;margin-left:auto}.list-page-filter-meta{font-size:.875rem;color:var(--slds-gray-5)}.list-page-filter-clear-btn{padding:.5rem 1.25rem;font-size:.8125rem;font-weight:600;font-family:inherit;color:#fff;background:#2179f8;border:none;border-radius:9999px;cursor:pointer;white-space:nowrap}.list-page-filter-clear-btn:hover:not(:disabled){background:#1a6ae0}.list-page-filter-clear-btn:focus-visible{outline:none;box-shadow:0 0 0 2px #2179f859}.list-page-filter-clear-btn:disabled{color:var(--slds-gray-4);background:var(--slds-gray-2);cursor:default}.insights-header{margin-bottom:1.25rem}.dashboard-page.insights-page .insights-kpi-row{grid-column:1 / -1;grid-template-columns:repeat(auto-fit,minmax(min(200px,100%),1fr))}.dashboard-page.insights-page .insights-kpi-card{grid-column:auto}@media (max-width: 900px){.dashboard-page.insights-page .insights-kpi-card{grid-column:auto}}@media (max-width: 600px){.dashboard-page.insights-page .insights-kpi-card{grid-column:auto}}.insights-kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(200px,100%),1fr));gap:1rem;margin-bottom:1.5rem}.insights-kpi-card{background:#fff;border:1px solid var(--slds-border);border-radius:var(--card-radius);padding:1rem 1.25rem;box-shadow:var(--card-shadow);display:flex;flex-direction:column;gap:.25rem;min-width:0}.insights-kpi-label{font-size:.8125rem;font-weight:600;color:var(--slds-gray-5)}.insights-kpi-value{font-size:1.5rem;font-weight:700;color:var(--slds-gray-7);overflow:hidden;word-break:break-word}.insights-chart-section{margin-bottom:1.5rem}.insights-section-title{font-size:1rem;font-weight:600;color:var(--slds-gray-7);margin:0 0 .75rem}.insights-chart-wrap{background:#fff;border:1px solid var(--slds-border);border-radius:var(--card-radius);padding:1rem;min-height:280px;overflow:hidden;box-shadow:var(--card-shadow)}.insights-empty{padding:2rem;text-align:center;color:var(--slds-gray-5);font-size:.875rem;margin:0}.insights-tips{margin-bottom:1rem}.insights-tips-list{margin:0;padding-left:1.25rem;font-size:.875rem;color:var(--slds-gray-6);line-height:1.7}.insights-tips-list li{margin-bottom:.35rem}.app{min-height:100vh}.app-header{background:#fff;border-bottom:1px solid var(--slds-border);box-shadow:var(--slds-shadow);position:sticky;top:0;z-index:100}.header-content{max-width:1400px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.header-left{flex-shrink:0}.app-title{font-size:1.5rem;font-weight:700;color:var(--slds-gray-7);margin-bottom:.25rem}.app-subtitle{font-size:.875rem;color:var(--slds-gray-5);margin-bottom:0}.header-right{display:flex;align-items:center;gap:1rem;flex-shrink:0}.header-tabs{display:flex;flex-wrap:wrap;gap:0;border-bottom:1px solid var(--slds-border);margin:.5rem 1.5rem 0;padding:0}.header-tab{padding:.6rem 1rem;font-size:.8125rem;font-weight:500;font-family:inherit;color:var(--slds-gray-5);background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;transition:color .2s,border-color .2s;white-space:nowrap}.header-tab:hover{color:var(--slds-gray-7)}.header-tab-active{color:var(--slds-blue);border-bottom-color:var(--slds-blue)}.header-tab:focus-visible{outline:2px solid var(--slds-blue);outline-offset:2px}.switch-persona-btn{padding:.5rem 1rem;font-size:.875rem;font-family:inherit;font-weight:500;color:var(--slds-blue);background:transparent;border:1px solid var(--slds-border);border-radius:4px;cursor:pointer;transition:background .2s,border-color .2s}.switch-persona-btn:hover{background:var(--slds-gray-1);border-color:var(--slds-gray-3)}.switch-persona-btn:focus-visible{outline:2px solid var(--slds-blue);outline-offset:2px}.persona-avatar{width:36px;height:36px;border-radius:50%;border:1px solid var(--slds-border);background:var(--slds-gray-1);color:var(--slds-gray-7);font-size:.6875rem;font-weight:700;letter-spacing:.02em;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s,border-color .2s}.persona-avatar:hover{background:var(--slds-gray-2);border-color:var(--slds-gray-3)}.persona-avatar:focus-visible{outline:2px solid var(--slds-blue);outline-offset:2px}.persona-avatar-initials{line-height:1}.persona-avatar-cro{background:#0176d31f;color:var(--slds-blue);border-color:#0176d34d}.persona-avatar-cro:hover{background:#0176d333;border-color:var(--slds-blue)}.persona-avatar-csa{background:#2e844a1f;color:var(--slds-success);border-color:#2e844a4d}.persona-avatar-csa:hover{background:#2e844a33;border-color:var(--slds-success)}.persona-toggle{display:flex;border:1px solid var(--slds-border);border-radius:4px;overflow:hidden;background:#fff}.persona-toggle-option{padding:.5rem 1rem;font-size:.875rem;font-family:inherit;border:none;background:#fff;color:var(--slds-gray-6);cursor:pointer;transition:all .2s}.persona-toggle-option:not(:last-child){border-right:1px solid var(--slds-border)}.persona-toggle-option:hover{background:var(--slds-gray-1)}.persona-toggle-option.active{background:var(--slds-blue);color:#fff}.persona-toggle-option.active+.persona-toggle-option{border-right-color:transparent}.persona-toggle-option:focus-visible{outline:2px solid var(--slds-blue);outline-offset:2px}@media (max-width: 640px){.header-content{flex-direction:column;align-items:stretch}.header-right{flex-wrap:wrap}.header-tabs{margin-left:1rem;margin-right:1rem}.header-tab{font-size:.75rem;padding:.5rem .6rem}}.app-main{width:100%;margin:0 auto;padding:1.5rem;background:var(--slds-gray-1);min-height:calc(100vh - 140px)}:root{--metric-value-size: 28px;--metric-value-weight: 700;--metric-label-size: 12px;--metric-label-weight: 500;--metric-label-transform: uppercase;--metric-label-spacing: .5px;--kpi-card-bg: #fff;--kpi-card-min-height: 100px;--kpi-card-padding: 1rem 1.25rem;--kpi-card-radius: 8px;--kpi-card-shadow: 0 2px 8px rgba(0, 0, 0, .06);--kpi-card-border: 1px solid var(--slds-border);--churn-red: #c23934;--churn-red-bg: rgba(194, 57, 52, .08);--roi-green: #2e844a;--roi-green-bg: rgba(46, 132, 74, .08);--trend-up: #2e844a;--trend-down: #c23934;--trend-neutral: var(--slds-gray-5);--card-radius: 8px;--card-shadow: 0 2px 8px rgba(0, 0, 0, .06);--card-border: 1px solid var(--slds-border);--filter-bg-section: var(--slds-gray-1);--filter-label-color: var(--slds-gray-7);--filter-border: var(--slds-border)}.kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.kpi-card{background:var(--kpi-card-bg);border:var(--kpi-card-border);border-radius:var(--kpi-card-radius);box-shadow:var(--kpi-card-shadow);padding:var(--kpi-card-padding);min-height:var(--kpi-card-min-height);display:flex;flex-direction:column;justify-content:center}.kpi-card .kpi-label{font-size:var(--metric-label-size);font-weight:var(--metric-label-weight);text-transform:var(--metric-label-transform);letter-spacing:var(--metric-label-spacing);color:var(--slds-gray-5);margin-bottom:.25rem}.kpi-card .kpi-value{font-size:var(--metric-value-size);font-weight:var(--metric-value-weight);color:var(--slds-gray-7)}.kpi-card .kpi-meta{font-size:.75rem;color:var(--slds-gray-5);margin-top:.2rem}.kpi-card .kpi-trend{font-size:.875rem;margin-top:.25rem;display:flex;align-items:center;gap:.25rem}.kpi-card .kpi-trend.trend-up{color:var(--trend-up)}.kpi-card .kpi-trend.trend-down{color:var(--trend-down)}.kpi-card .kpi-trend.trend-neutral{color:var(--trend-neutral)}.churn-panel{border-radius:var(--card-radius);box-shadow:var(--card-shadow);padding:1rem 1.25rem;border:1px solid var(--slds-border)}.churn-panel.risk-high{border-left:4px solid var(--churn-red);background:var(--churn-red-bg)}.churn-panel.risk-medium{border-left:4px solid #fe9339;background:#fe933914}.churn-panel.risk-low{border-left:4px solid var(--roi-green);background:var(--roi-green-bg)}.data-table tbody tr:nth-child(2n){background:#00000005}.data-table tbody tr:hover{background:var(--slds-gray-1)}@media (max-width: 768px){.kpi-row{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.kpi-row{grid-template-columns:1fr}}:root{--slds-font: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--slds-blue: #0176d3;--slds-blue-dark: #014486;--slds-gray-1: #f3f3f3;--slds-gray-2: #e5e5e5;--slds-gray-3: #c9c9c9;--slds-gray-4: #969492;--slds-gray-5: #706e6b;--slds-gray-6: #3e3e3c;--slds-gray-7: #181818;--slds-success: #2e844a;--slds-border: #dddbda;--slds-shadow: 0 2px 4px rgba(0,0,0,.07);--slds-shadow-2: 0 4px 12px rgba(0,0,0,.1);--metric-value: 28px;--kpi-card-bg: #fff;--churn-red: #c23934;--roi-green: #2e844a;--chart-color-0: #4285F4;--chart-color-1: #BA01FF;--chart-color-2: #00BFA5;--chart-color-3: #3F51B5;--chart-color-4: #FF6347;--chart-color-5: #006064;--chart-color-6: #4CAF50;--chart-color-7: #880E4F;--chart-color-8: #E91E63;--chart-color-9: #1A237E}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--slds-font);font-size:14px;line-height:1.5;color:var(--slds-gray-7);background:var(--slds-gray-1);-webkit-font-smoothing:antialiased}
