:root{--bg-main:#f4efe3;--bg-card:#fffcf4;--ink-main:#17212d;--ink-soft:#4c5a6a;--line:#ded6c7;--accent:#0c7c6c;--accent-2:#d57a1f;--warn:#8f2d1c;--shadow:0 16px 40px rgba(34,42,58,0.12)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;width:100%}body{font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;color:var(--ink-main);background:radial-gradient(circle at 15% 20%,rgba(255,217,160,.5),transparent 28%),radial-gradient(circle at 85% 10%,rgba(127,204,195,.4),transparent 30%),linear-gradient(160deg,#efe8d9,#f8f3e9 52%,#efe7d6)}body.mobile-sidebar-open{overflow:hidden}body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(0deg,rgba(0,0,0,.02) 1px,transparent 0),linear-gradient(90deg,rgba(0,0,0,.02) 1px,transparent 0);background-size:44px 44px;mix-blend-mode:multiply}.app-shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh;align-items:start}.app-shell,.sidebar{gap:20px;padding:20px}.sidebar{background:rgba(255,252,244,.88);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;flex-direction:column;position:sticky;top:20px;align-self:start;height:calc(100vh - 40px);overflow:auto;z-index:30}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:44px;height:44px;border-radius:12px;background:linear-gradient(130deg,var(--accent),#0da289);color:#fff;letter-spacing:.06em;display:grid;place-items:center}.brand-mark,.brand-name{font-family:Space Grotesk,sans-serif;font-weight:700}.brand-name{margin:0;font-size:1.08rem}.brand-sub{margin:2px 0 0;color:var(--ink-soft);font-size:.82rem}.nav-group{display:flex;flex-direction:column;gap:8px;overflow:auto;min-height:0;flex:1 1}.sidebar-account{margin-top:4px;border-top:1px solid #e6dccb;padding-top:10px;position:relative}.sidebar-account-trigger{border:1px solid #d8cbb6;border-radius:12px;background:#fffaf0;color:var(--ink-main);padding:10px;display:flex;align-items:center;gap:10px;width:100%;cursor:pointer;transition:border-color .22s ease,box-shadow .22s ease}.sidebar-account-trigger.open,.sidebar-account-trigger:hover{border-color:#bca883;box-shadow:0 6px 18px rgba(28,41,56,.12)}.sidebar-account-avatar{width:34px;height:34px;border-radius:999px;background:#152330;color:#f4f8ff;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:.98rem;display:grid;place-items:center;flex-shrink:0}.sidebar-account-meta{display:flex;flex-direction:column;min-width:0;text-align:left;flex:1 1}.sidebar-account-name{font-size:.9rem;font-weight:700;color:#1f3144;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-account-role{margin-top:2px;font-size:.76rem;color:#5a6f81}.sidebar-account-arrow{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:#607285;transition:transform .18s ease,color .18s ease}.sidebar-account-arrow svg{width:10px;height:10px;display:block}.sidebar-account-arrow path{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sidebar-account-trigger.open .sidebar-account-arrow,.sidebar-account-trigger:hover .sidebar-account-arrow{color:#34546a}.sidebar-account-arrow.is-open{transform:rotate(90deg)}.sidebar-account-menu{position:absolute;left:0;right:0;bottom:calc(100% + 8px);z-index:48;border:1px solid #dfd2be;border-radius:12px;background:#fffdf6;padding:10px;display:flex;flex-direction:column;gap:8px;box-shadow:0 12px 30px rgba(24,38,52,.2)}.sidebar-account-current{margin:0;font-size:.82rem;color:#5c6d7f}.sidebar-account-action{border:1px solid #d5cab7;border-radius:9px;background:#fff8eb;color:#25394e;font-size:.84rem;font-weight:600;text-align:left;padding:8px 10px;cursor:pointer;transition:border-color .2s ease,background .2s ease}.sidebar-account-action:hover{border-color:#bfa886;background:#fff2da}.sidebar-account-action.danger{border-color:#e7c5ba;color:#8f2d1c;background:#fff3f0}.sidebar-account-action.danger:hover{border-color:#d0a091;background:#ffe8e2}.nav-group::-webkit-scrollbar,.sidebar::-webkit-scrollbar{width:8px}.nav-group::-webkit-scrollbar-thumb,.sidebar::-webkit-scrollbar-thumb{background:rgba(93,108,124,.26);border-radius:999px}.nav-item{border:0;text-align:left;border-radius:10px;padding:10px 12px;font-size:.94rem;background:transparent;color:var(--ink-main);cursor:pointer;transition:.24s ease}.nav-item.active,.nav-item:hover{background:rgba(12,124,108,.1);color:#0b5a4f}.nav-item:focus-visible{outline:2px solid rgba(12,124,108,.55);outline-offset:2px}.nav-item-with-badge{display:flex;align-items:center;justify-content:space-between;gap:8px}.nav-item-badge{min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#d94b49;color:#fff;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center}.nav-collapsible{display:flex;flex-direction:column;gap:6px}.nav-folder{display:flex;align-items:center;justify-content:space-between;font-weight:700}.nav-folder-arrow{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:currentColor;opacity:.72;transition:transform .18s ease,opacity .18s ease}.nav-folder-arrow svg{width:10px;height:10px;display:block}.nav-folder-arrow path{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.nav-folder-arrow.is-open,.nav-folder.active .nav-folder-arrow,.nav-folder:hover .nav-folder-arrow{opacity:1}.nav-folder-arrow.is-open{transform:rotate(90deg)}.nav-subgroup{display:flex;flex-direction:column;gap:6px;margin-left:10px;padding-left:10px;border-left:1px dashed #d8c8ad}.nav-sub-item{border:0;text-align:left;border-radius:8px;padding:8px 10px;font-size:.88rem;background:transparent;color:#506575;cursor:pointer;transition:.22s ease}.nav-sub-item.active,.nav-sub-item:hover{background:rgba(12,124,108,.1);color:#0b5a4f}.nav-sub-item:focus-visible{outline:2px solid rgba(12,124,108,.55);outline-offset:2px}.nav-anchor{scroll-margin-top:18px}.sidebar-card{margin-top:auto;background:linear-gradient(155deg,#0c7c6c,#0f9d86);color:#f8fffd;border-radius:16px;padding:16px}.small-title{margin:0;font-size:.82rem;opacity:.88}.big-value{margin:8px 0 6px;font-family:Space Grotesk,sans-serif;font-size:2rem;line-height:1}.small-desc{margin:0;font-size:.84rem;opacity:.92}.main-content{display:flex;flex-direction:column;gap:16px;min-width:0}.complaints-page-shell{max-width:1480px;margin:0 auto;padding:20px}.complaints-page-back-link{display:inline-flex;align-items:center;white-space:nowrap}.settlement-review-page-shell{max-width:1480px;margin:0 auto;padding:20px;display:grid;gap:12px}.settlement-review-page-back-link{display:inline-flex;align-items:center;white-space:nowrap}.monthly-income-page-shell{max-width:1480px;margin:0 auto;padding:20px;display:grid;gap:12px}.monthly-income-page-head{display:flex;justify-content:flex-end}.monthly-income-page-back-link{display:inline-flex;align-items:center;white-space:nowrap}.monthly-income-page-shell #monthly-income-cost-section{opacity:1;transform:none}.permission-center-page-shell{max-width:1480px;margin:0 auto;padding:20px;display:grid;gap:12px}.permission-panel-head{align-items:center}.permission-panel-head-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;margin-left:auto}.permission-center-inline-back-link{flex:0 0 auto}.permission-center-page-shell #permission-section{opacity:1;transform:none;align-content:start}.settlement-review-head-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.settlement-review-top-head{align-items:flex-start}.settlement-review-topline{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;min-width:0;flex:1 1 auto}.settlement-review-top-month{width:168px;border:1px solid #d7cab3;background:#fffcf4;border-radius:9px;height:36px;padding:0 10px;color:#22384e;font-family:inherit;font-size:.84rem;font-weight:600}.settlement-review-top-metrics{display:flex;align-items:stretch;gap:4px;flex-wrap:nowrap;min-width:0;flex:1 1 auto;overflow-x:auto}.settlement-review-top-metric{border:1px solid #d7cab3;border-radius:9px;background:#fffcf4;min-height:36px;padding:0 9px;min-width:82px;display:inline-flex;align-items:center;justify-content:flex-start;gap:4px;flex:0 0 auto;white-space:nowrap}.settlement-review-top-metric span{font-size:.8rem;color:#5d7187;line-height:1;white-space:nowrap}.settlement-review-top-metric strong{font-family:inherit;font-size:.95rem;font-weight:700;color:#22384e;line-height:1;margin:0;white-space:nowrap}.settlement-review-page-shell #settlement-review-section{padding:12px 14px}.settlement-review-page-shell #settlement-review-section>.panel-head{margin-bottom:8px}.settlement-review-page-shell #settlement-review-section>.panel-head h2{font-size:1.9rem;line-height:1.15}.ghost-btn.settlement-review-page-back-link{border:1px solid #d7cab3;border-radius:9px;background:#fffcf4;min-height:36px;padding:0 12px;color:#22384e;font-size:.84rem;font-weight:600;line-height:1}.ghost-btn.settlement-review-page-back-link:active,.ghost-btn.settlement-review-page-back-link:hover{background:#fffcf4;color:#22384e}@media (min-width:961px){.complaints-page-shell{height:100dvh;overflow:hidden;padding:14px 20px}.complaints-page-shell .main-content{height:100%;min-height:0}.complaints-page-shell .complaint-shell{height:100%;min-height:0;display:flex;flex-direction:column}.complaints-page-shell .complaint-workbench{flex:1 1;min-height:0}.complaints-page-shell .complaint-column{min-height:0;height:100%;overflow:hidden}.complaints-page-shell .complaint-program-list,.complaints-page-shell .complaint-queue-list{flex:1 1;min-height:0;overflow-y:auto;overscroll-behavior:contain}.complaints-page-shell .complaint-chat-column{display:flex;flex-direction:column;overflow:hidden}.complaints-page-shell .complaint-chat-timeline{flex:1 1;min-height:120px;max-height:none;overflow-y:auto;overscroll-behavior:contain}.complaints-page-shell .complaint-composer{flex-shrink:0}.complaints-page-shell .complaint-reply-field textarea{resize:none;min-height:80px;max-height:112px}.settlement-review-page-shell{height:100dvh;overflow:hidden;padding:14px 20px}.settlement-review-page-shell .main-content{height:100%;min-height:0}.settlement-review-page-shell #settlement-review-section{height:100%;min-height:0;display:flex;flex-direction:column;padding:10px 12px}.settlement-review-page-shell #settlement-review-section>.sub-panel{flex:1 1;min-height:0}.settlement-review-page-shell #settlement-review-section>.panel-head{margin-bottom:6px}.settlement-review-page-shell #settlement-review-section>.panel-head h2{font-size:1.75rem}.monthly-income-page-shell{min-height:100dvh;padding:14px 20px;box-sizing:border-box}.monthly-income-page-shell #monthly-income-cost-section,.monthly-income-page-shell .main-content{min-height:calc(100dvh - 28px)}.permission-center-page-shell{min-height:100dvh;padding:14px 20px;box-sizing:border-box}.permission-center-page-shell .main-content{min-height:calc(100dvh - 28px)}.permission-center-page-shell #permission-section{min-height:calc(100dvh - 28px);height:calc(100dvh - 28px);display:grid;grid-template-rows:auto minmax(0,1fr)}.permission-center-page-shell .permission-layout{min-height:0}.permission-center-page-shell .permission-preview-panel,.permission-center-page-shell .permission-users-panel,.permission-center-page-shell .permission-workbench-panel{min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.permission-center-page-shell .permission-audit-list,.permission-center-page-shell .permission-user-list{flex:1 1;min-height:0;max-height:none;overflow-y:auto}.permission-center-page-shell .permission-workbench-panel>.permission-editor-shell,.permission-center-page-shell .permission-workbench-panel>.permission-security-shell{flex:1 1;min-height:0}.permission-center-page-shell .permission-workbench-panel>.permission-editor-shell{display:flex;flex-direction:column}.permission-center-page-shell .permission-check-list,.permission-center-page-shell .permission-route-action-tree{flex:1 1;min-height:0;max-height:none;overflow-y:auto}}.mobile-close-btn,.mobile-menu-btn,.mobile-nav-overlay{display:none}.mobile-menu-btn{position:fixed;top:12px;left:12px;z-index:42;border:0;border-radius:999px;background:#0c7c6c;color:#f4fffc;padding:10px 14px;font-size:.86rem;font-weight:700;box-shadow:0 10px 20px rgba(12,124,108,.28)}.mobile-close-btn{margin-left:auto;border:1px solid #d7cab5;border-radius:8px;background:#fffaf0;color:#3c4c5f;font-size:.8rem;padding:6px 10px}.mobile-nav-overlay{position:fixed;inset:0;z-index:35;background:rgba(15,26,34,.42);opacity:0;pointer-events:none;transition:opacity .25s ease}.hero,.kpi-card,.panel,.topbar{border:1px solid var(--line);border-radius:18px;background:rgba(255,252,244,.9);box-shadow:var(--shadow)}.topbar{padding:30px 20px 20px;display:flex;justify-content:space-between;gap:20px;align-items:flex-end}.caption{margin:0;color:var(--ink-soft);font-size:.8rem;letter-spacing:.05em}h1,h2,h3{margin:0;font-family:Space Grotesk,Noto Sans SC,sans-serif}h1{font-size:clamp(1.32rem,2.2vw,1.8rem)}.topbar-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.topbar-actions label{display:flex;gap:8px;align-items:center;font-size:.88rem;color:var(--ink-soft)}.login-user-label{border:1px solid #d8cbb6;border-radius:9px;background:#fffaf0;padding:8px 10px}.login-user-label span{color:#1f3144;font-weight:700}select{border:1px solid #cfc2ad;background:#fffdf6;border-radius:8px;padding:8px 10px;color:var(--ink-main);font-family:inherit}.overview-trend-chart-shell [tabindex]:focus:not(:focus-visible),.overview-trend-chart-shell:focus:not(:focus-visible),input:focus:not(:focus-visible),select:focus:not(:focus-visible),textarea:focus:not(:focus-visible){outline:none}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid rgba(12,124,108,.45);outline-offset:1px}.overview-trend-chart-shell [tabindex]:focus-visible,.overview-trend-chart-shell:focus-visible{outline:2px solid rgba(12,124,108,.45);outline-offset:2px;border-radius:10px}.primary-btn{border:0;border-radius:10px;background:linear-gradient(125deg,var(--accent) 0,#0e9b85 100%);color:#f6fffc;padding:10px 14px;font-weight:600;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(12,124,108,.34)}.hero{padding:18px 20px;display:grid;grid-template-columns:1.2fr 1fr;gap:16px;background:radial-gradient(circle at 12% 20%,rgba(255,222,171,.5),transparent 32%),linear-gradient(145deg,#fff7e7,#f4fffc)}.hero-amount{font-family:Space Grotesk,sans-serif;font-size:clamp(1.8rem,4vw,2.4rem);margin:6px 0;color:#133c36}.hero-note{margin:0;color:#3f5164}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mini-stat{border-radius:12px;padding:10px;background:rgba(255,255,255,.72);border:1px solid #e8dfcf}.mini-stat p{margin:0;font-size:.8rem;color:#526376}.mini-stat strong{display:block;margin-top:8px;font-family:Space Grotesk,sans-serif;font-size:1.03rem}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.kpi-card{padding:14px}.card-title{margin:0;font-size:.86rem;color:var(--ink-soft)}.card-value{margin:6px 0 4px;font-family:Space Grotesk,sans-serif;font-size:1.7rem}.card-foot{margin:0;font-size:.8rem;color:#546576}.panel.overview-shell{display:flex;flex-direction:column;gap:0;padding:0;overflow:hidden}.overview-shell>.overview-analytics-grid,.overview-shell>.overview-table-panel,.overview-shell>.overview-top-stack{margin:0;padding:14px 16px}.overview-shell>.overview-analytics-grid,.overview-shell>.overview-table-panel{border-top:1px solid #e5d9c5}.overview-cockpit{grid-template-columns:1fr}.overview-cockpit,.overview-top-stack{display:flex;flex-direction:column;gap:0}.overview-top-stack>.overview-kpi-grid{order:1}.overview-top-stack>.overview-cockpit{order:2;margin-top:0;padding-top:12px;border-top:0}.overview-filter-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.overview-filter-item{display:grid;gap:6px}.overview-filter-item>span{font-size:.75rem;color:#5a6979;font-weight:600}.overview-filter-timezone{display:block;color:#6f7d89;font-size:.72rem;font-weight:600;line-height:1.1}.overview-filter-timezone-main{white-space:nowrap}.overview-date-picker-trigger,.overview-filter-item select{width:100%;height:40px;box-sizing:border-box;border:1px solid #cfc2ad;border-radius:8px;background:#fffdf6;color:#1f3144;font-weight:400;line-height:1.2;font-size:.9rem;font-family:inherit}.overview-filter-item select{padding:0 10px}.overview-filter-item-date{position:relative;top:2.5px}.overview-date-picker{position:relative}.overview-date-picker-trigger{padding:0 10px;display:flex;justify-content:space-between;align-items:center;gap:10px;text-align:left;cursor:pointer}.overview-date-picker-trigger.is-open{border-color:#1a9a7f;box-shadow:0 0 0 2px rgba(26,154,127,.14)}.overview-date-picker-trigger-label{font:inherit;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.overview-date-picker-trigger-arrow{font-size:.8rem;color:#6a7b8b}.overview-date-picker-popover{position:absolute;top:calc(100% + 8px);left:0;width:min(860px,calc(100vw - 48px));display:grid;grid-template-columns:128px minmax(0,1fr);border:1px solid #d8cab5;border-radius:12px;background:#fffdf8;box-shadow:0 14px 34px rgba(22,52,45,.16);z-index:30;overflow:hidden}.overview-date-picker-presets{display:flex;flex-direction:column;gap:4px;border-right:1px solid #e8dcc9;padding:10px 8px;background:rgba(251,246,236,.82)}.overview-date-picker-preset{border:0;border-radius:8px;background:transparent;color:#2a3d50;text-align:left;padding:7px 10px;font-size:.84rem;cursor:pointer}.overview-date-picker-preset:hover{background:rgba(18,153,120,.08)}.overview-date-picker-preset.is-active{background:#157e67;color:#fff}.overview-date-picker-calendar-shell{padding:10px 12px;display:grid;gap:8px}.overview-date-picker-toolbar{display:flex;justify-content:space-between;align-items:center;gap:8px}.overview-date-picker-toolbar p{margin:0;font-size:.8rem;color:#445a6e;font-weight:600}.overview-date-picker-nav{display:inline-flex;gap:6px}.overview-date-picker-nav button{border:1px solid #ccbfa9;border-radius:8px;width:28px;height:24px;background:#fff;color:#2e4359;font-size:1rem;line-height:1;cursor:pointer}.overview-date-picker-nav button:hover{background:#f4ece0}.overview-date-picker-calendars{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.overview-range-calendar{display:grid;gap:6px}.overview-range-calendar-head{text-align:center;font-size:.9rem;color:#2a3f55;font-weight:600}.overview-range-calendar-grid,.overview-range-calendar-week{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:2px}.overview-range-calendar-week span{text-align:center;color:#637587;font-size:.72rem;font-weight:600;padding-bottom:2px}.overview-range-calendar-day{border:0;border-radius:999px;background:transparent;color:#23394f;font-size:.82rem;line-height:1;min-height:28px;cursor:pointer}.overview-range-calendar-day:hover:not(:disabled){background:rgba(23,139,114,.14)}.overview-range-calendar-day.is-other-month{color:#9cacbd}.overview-range-calendar-day.is-in-range{border-radius:6px;background:rgba(24,132,210,.14)}.overview-range-calendar-day.is-range-end,.overview-range-calendar-day.is-range-start{border-radius:999px;background:#09a75f;color:#fff;font-weight:700}.overview-range-calendar-day:disabled{color:#c7cfd7;cursor:not-allowed}.overview-date-picker-tip{margin:0;color:#64788b;font-size:.72rem}.overview-kpi-grid{margin-top:0}.overview-kpi-card{border-color:#e8dbc6;background:radial-gradient(circle at 90% 12%,rgba(167,228,214,.2),transparent 42%),rgba(255,255,255,.78)}.overview-analytics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:stretch}.overview-panel{min-height:280px;padding:14px;border:1px solid #e3d7c2;border-radius:14px;background:rgba(255,255,255,.7)}.overview-panel-trend{grid-column:span 2;display:flex;flex-direction:column}.overview-trend-summary{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.overview-trend-summary p{margin:0;font-size:.78rem;color:#5f7385}.overview-trend-summary strong{font-family:Space Grotesk,sans-serif;font-size:.98rem;color:#0a4f42}.overview-trend-chart-shell{margin-top:8px;flex:1 1;min-height:220px;padding:4px 6px 2px;border-radius:10px;border:1px solid #e5d8c3;display:flex;background:radial-gradient(circle at 15% 15%,rgba(255,255,255,.65),transparent 36%),linear-gradient(180deg,rgba(246,241,233,.6),rgba(255,255,255,.78))}.overview-trend-chart-shell>.recharts-responsive-container{min-height:0}.overview-trend-foot{margin-top:8px;display:flex;justify-content:space-between;gap:10px;font-size:.76rem;color:#4f6477}.overview-top-list{margin:0;padding:0;list-style:none;display:grid;gap:10px}.overview-top-list li{border:1px solid #e5d9c5;border-radius:10px;padding:10px;background:rgba(255,255,255,.72);display:flex;justify-content:space-between;align-items:center;gap:12px}.overview-top-list li p{margin:0;font-size:.88rem;color:#203447;font-weight:600}.overview-top-list li small{display:block;margin-top:4px;color:#66798a;font-size:.73rem}.overview-top-list li strong{font-family:Space Grotesk,sans-serif;font-size:.88rem}.overview-table-panel{margin-top:0}.panel-grid{display:grid;grid-template-columns:1fr;gap:12px}.panel{padding:16px}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:10px;flex-wrap:wrap}.overview-table-head{margin-bottom:8px}.overview-table-head-main{min-width:0;flex:1 1 auto}.overview-table-head-main h3{margin:0}.overview-table-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;flex:0 0 auto}.overview-compare-trigger,.overview-sync-btn{padding:6px 12px;border-radius:999px;background:rgba(255,250,240,.95)}.overview-compare-trigger{font-size:.76rem}.overview-sync-btn:disabled{opacity:.58;cursor:not-allowed}.overview-sync-note{margin:0 0 10px;font-size:.76rem;color:#5e7183}.tech-template-panel-head{align-items:center}.tech-template-head-main{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1 auto}.tech-template-head-main h3{margin:0;white-space:nowrap}.tech-template-head-note{margin:0;min-width:0;flex:1 1 auto;font-size:.78rem;line-height:1.4;color:#6b7b8e}.tech-template-panel-head .primary-inline-actions{margin-top:0;justify-content:flex-end;flex:0 0 auto}.tech-template-submit-row{margin-top:12px;justify-content:flex-end}.tech-template-grid-submit{display:flex;align-items:flex-end;justify-content:flex-end}.tag{border-radius:999px;background:rgba(12,124,108,.12);color:#0a6154;padding:4px 10px;font-size:.75rem;font-weight:600}.tag.warn{background:rgba(213,122,31,.16);color:#925111}.tag.scheme-status.pending{background:rgba(61,116,168,.14);color:#2e658f}.tag.scheme-status.active{background:rgba(12,124,108,.16);color:#0a6154}.tag.scheme-status.expired{background:rgba(168,95,57,.16);color:#874f2e}table{width:100%;border-collapse:collapse;background:rgba(255,255,255,.6);border:1px solid #ede3d1;border-radius:12px;overflow:hidden}td,th{padding:10px;font-size:.84rem;text-align:left;border-bottom:1px solid #ece2d2}th{color:#4c5b6a;font-weight:600;background:rgba(255,248,235,.9)}.overview-sort-trigger{border:0;background:transparent;padding:0;margin:0;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;color:inherit;font:inherit;font-weight:inherit;line-height:1;cursor:pointer}.overview-sort-trigger:hover{color:#2f4f63}.overview-sort-trigger.is-active{color:#2b4458}.overview-sort-trigger:focus-visible{outline:2px solid #2f7a70;outline-offset:2px;border-radius:4px}.overview-sort-icon{width:10px;height:14px;display:inline-flex;flex-direction:column;justify-content:center;gap:1px}.overview-sort-caret{width:10px;height:6px;display:block;color:#b5c0cb}.overview-sort-caret path{fill:currentColor}.overview-sort-caret.is-active{color:#1d6a5f}tbody tr:last-child td{border-bottom:none}.overview-detail-table{table-layout:fixed}.overview-detail-table td:first-child,.overview-detail-table th:first-child{width:8%}.overview-detail-table td:nth-child(2),.overview-detail-table th:nth-child(2){width:24%}.overview-detail-table td:nth-child(3),.overview-detail-table th:nth-child(3){width:18%}.overview-detail-table td:nth-child(4),.overview-detail-table th:nth-child(4){width:7%}.overview-detail-table td:nth-child(5),.overview-detail-table th:nth-child(5){width:8%}.overview-detail-table td:nth-child(6),.overview-detail-table th:nth-child(6){width:6%}.overview-detail-table td:nth-child(7),.overview-detail-table th:nth-child(7){width:7%}.overview-detail-table td:nth-child(8),.overview-detail-table td:nth-child(9),.overview-detail-table th:nth-child(8),.overview-detail-table th:nth-child(9){width:7%;white-space:nowrap}.overview-detail-table td:nth-child(10),.overview-detail-table th:nth-child(10){width:8%;white-space:nowrap}.overview-platform-name{display:block;white-space:nowrap}.overview-company-name,.overview-program-name{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.complaint-shell{display:grid;gap:12px}.complaint-head{margin-bottom:0}.complaint-head-note{margin:6px 0 0;color:#52677a;font-size:.82rem}.complaint-head-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.complaint-head-actions{display:inline-flex;align-items:center;gap:8px;margin-left:2px}.complaint-workbench{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(290px,1.1fr) minmax(0,1.75fr);gap:12px}.complaint-column{border:1px solid #e3d7c2;border-radius:14px;background:rgba(255,255,255,.74);min-height:640px;padding:12px;display:flex;flex-direction:column;gap:10px}.complaint-column-head{display:flex;justify-content:space-between;align-items:center;gap:8px}.complaint-column-head h3{font-size:1rem}.complaint-program-list{display:grid;gap:8px;overflow:auto;padding-right:2px;align-content:start;grid-auto-rows:max-content}.complaint-program-item{border:1px solid #e1d5bf;border-radius:10px;background:rgba(255,255,255,.84);padding:10px;text-align:left;cursor:pointer;display:grid;gap:8px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.complaint-program-item:hover{border-color:#c5b18f}.complaint-program-item.active{border-color:#0f7d6d;background:rgba(233,251,245,.7);box-shadow:0 8px 16px rgba(18,56,49,.09)}.complaint-program-main{display:grid;gap:3px}.complaint-program-main strong{color:#1f354b;font-size:.88rem}.complaint-program-main small{color:#5f7284;font-size:.75rem}.complaint-program-foot{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.complaint-queue-column{overflow:hidden}.complaint-queue-head h3{font-size:.96rem}.complaint-queue-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.complaint-queue-tab{border:1px solid #d9ccb5;border-radius:999px;background:#fffaf0;color:#44596e;font-size:.78rem;font-weight:600;padding:6px 10px;cursor:pointer}.complaint-queue-tab.active{border-color:#11816f;color:#0b6154;background:rgba(222,248,241,.9)}.complaint-search-field{display:grid;gap:6px}.complaint-search-field span{color:#586d81;font-size:.74rem;font-weight:600}.complaint-search-field input{border:1px solid #cfc2ad;background:#fffdf6;border-radius:8px;padding:8px 10px;color:#1f3144;font-size:.82rem;font-family:inherit}.complaint-queue-list{display:grid;gap:8px;overflow:auto;padding-right:2px;align-content:start;grid-auto-rows:max-content}.complaint-ticket-item{border:1px solid #e2d7c2;border-radius:10px;background:rgba(255,255,255,.86);padding:10px;display:grid;gap:6px;text-align:left;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.complaint-ticket-item:hover{border-color:#c9b592}.complaint-ticket-item.active{border-color:#167d6e;background:rgba(231,250,244,.72);box-shadow:0 8px 16px rgba(17,53,47,.08)}.complaint-ticket-top{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.complaint-ticket-top strong{font-family:Space Grotesk,sans-serif;font-size:.84rem;color:#234157}.complaint-ticket-item p{margin:0;color:#2d4357;font-size:.82rem;line-height:1.45}.complaint-ticket-foot,.complaint-ticket-meta{display:flex;justify-content:space-between;gap:8px;color:#63778b;font-size:.73rem}.complaint-chat-column{overflow:hidden}.complaint-chat-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}.complaint-chat-head h3{font-family:Space Grotesk,sans-serif;font-size:1.02rem}.complaint-chat-head p{margin:6px 0 0;color:#41586d;font-size:.82rem;line-height:1.5}.complaint-chat-head-tags{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.complaint-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px;border:1px dashed #dccfb9;border-radius:10px;background:rgba(255,250,241,.6);padding:9px 10px}.complaint-detail-grid span{color:#4f6376;font-size:.76rem}.complaint-attachment-box{border:1px solid #e4d7c3;border-radius:10px;background:rgba(255,255,255,.78);padding:9px 10px;display:grid;gap:8px}.complaint-attachment-box strong{color:#334d63;font-size:.8rem}.complaint-attachment-list{display:flex;gap:8px;flex-wrap:wrap}.ghost-btn.complaint-attachment-chip{padding:4px 10px;border-radius:999px;font-size:.74rem}.complaint-chat-timeline{border:1px solid #e2d6c2;border-radius:10px;background:radial-gradient(circle at 10% 14%,rgba(255,255,255,.86),transparent 30%),linear-gradient(180deg,rgba(250,244,231,.55),rgba(255,255,255,.84));padding:10px;display:grid;gap:9px;overflow:auto;min-height:220px;max-height:340px}.complaint-bubble{border-radius:10px;padding:8px 10px;border:1px solid #e2d6c1;max-width:min(86%,480px);display:grid;gap:4px}.complaint-bubble header{display:flex;justify-content:space-between;gap:8px;color:#657a8f;font-size:.72rem}.complaint-bubble header strong{color:#385269;font-size:.73rem}.complaint-bubble p{margin:0;color:#23384c;font-size:.8rem;line-height:1.5}.complaint-bubble-user{justify-self:flex-start;background:rgba(255,255,255,.94)}.complaint-bubble-merchant{justify-self:flex-end;border-color:#bfded5;background:rgba(227,247,240,.94)}.complaint-bubble-system{justify-self:center;max-width:min(95%,620px);border-style:dashed;border-color:#d7c8af;background:rgba(255,247,231,.95)}.complaint-composer{display:grid;gap:10px}.complaint-template-row{display:flex;align-items:flex-end;gap:8px;flex-wrap:wrap}.complaint-template-field{display:grid;gap:6px;min-width:240px;flex:1 1}.complaint-reply-field span,.complaint-template-field span{color:#596d80;font-size:.74rem;font-weight:600}.complaint-template-field select{width:100%}.complaint-reply-field{display:grid;gap:6px}.complaint-reply-field textarea{resize:vertical;min-height:96px;max-height:180px;border:1px solid #cfc2ad;background:#fffdf6;border-radius:9px;padding:9px 10px;color:#203447;font-size:.82rem;line-height:1.5;font-family:inherit}.complaint-action-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.complaint-inline-note{margin:0;border:1px dashed #ddceb6;border-radius:9px;background:#fffaf0;color:#52677b;font-size:.76rem;line-height:1.45;padding:8px 10px}.complaint-empty-note{margin:0;color:#6a7b8d;font-size:.8rem}.complaint-empty-panel{min-height:300px;border:1px dashed #dccdb4;border-radius:12px;background:#fffaf0;color:#5a6e82;display:grid;place-items:center;text-align:center;gap:8px;padding:20px}.complaint-empty-panel h3{margin:0;font-size:1rem}.complaint-empty-panel p{margin:0;font-size:.82rem;line-height:1.5}.reveal.in .complaint-workbench>.complaint-column{opacity:0;animation:complaint-column-in .45s cubic-bezier(.2,.68,.26,1) forwards}.reveal.in .complaint-workbench>.complaint-column:first-child{animation-delay:40ms}.reveal.in .complaint-workbench>.complaint-column:nth-child(2){animation-delay:.12s}.reveal.in .complaint-workbench>.complaint-column:nth-child(3){animation-delay:.2s}@keyframes complaint-column-in{0%{opacity:0;transform:translateX(-14px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.reveal.in .complaint-workbench>.complaint-column{animation:none;opacity:1;transform:none}}.people-layout{display:block;margin-bottom:12px}.people-compact-header-row{border:1px solid #e5d8c2;border-radius:12px;background:linear-gradient(155deg,#fff9ee,#f2fffb);margin-bottom:12px;padding:8px 10px;display:flex;align-items:center;gap:10px}.people-compact-header-row h2{margin:0;white-space:nowrap}.people-compact-access{min-width:260px}.people-compact-pill-row{margin-left:auto}.access-main-inline{display:flex;align-items:center;gap:8px;min-width:0;flex:1 1 auto}.role-circle{width:52px;height:52px;border-radius:999px;display:grid;place-items:center;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:1rem;color:#fff;background:#0c7c6c;box-shadow:0 8px 16px rgba(22,33,45,.22)}.role-circle.super_admin{background:linear-gradient(140deg,#0c7c6c,#0f9d86)}.role-circle.team_leader{background:linear-gradient(140deg,#d57a1f,#e49a3d)}.role-circle.member{background:linear-gradient(140deg,#4b6b88,#5d89b0)}.role-circle-compact{width:34px;height:34px;font-size:.82rem;flex:0 0 auto;box-shadow:0 3px 8px rgba(22,33,45,.14)}.access-summary{margin:4px 0 0;font-size:.88rem;color:#39495a}.access-summary-inline{margin:0;font-size:.86rem;font-weight:600;color:#2e4054;white-space:nowrap}.access-identity-inline{margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;color:#44576b}.access-identity-inline-short{max-width:220px}.access-pill-row{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.access-pill{display:inline-flex;align-items:baseline;gap:4px;padding:4px 8px;border:1px solid #dfcfb5;border-radius:999px;background:rgba(255,255,255,.82);color:#516275;font-size:.72rem}.access-pill strong{font-family:Space Grotesk,sans-serif;font-size:.88rem;color:#1f3448}.access-note-help{position:relative;flex:0 0 auto}.access-note-trigger{width:20px;height:20px;border:1px solid #bfd7cb;border-radius:999px;background:linear-gradient(180deg,#f2fbf8,#e6f6ef);color:#0f7c6d;font-family:Space Grotesk,sans-serif;font-size:.74rem;font-weight:700;line-height:1;cursor:pointer}.access-note-pop{position:absolute;right:0;top:calc(100% + 8px);z-index:30;width:min(320px,72vw);padding:8px 10px;border:1px solid #d8c9b1;border-radius:8px;background:#fffdf7;color:#4e6276;font-size:.76rem;line-height:1.45;box-shadow:0 8px 18px rgba(22,36,48,.12);opacity:0;transform:translateY(-2px);pointer-events:none;transition:opacity .16s ease,transform .16s ease}.access-note-pop strong{display:block;margin-bottom:3px;font-size:.74rem;color:#23374b}.access-note-pop span{display:block}.access-note-pop span+span{margin-top:4px}.access-note-help:focus-within .access-note-pop,.access-note-help:hover .access-note-pop{opacity:1;transform:translateY(0)}.compact-field{margin:0}.people-form{border:1px solid #e7dbc7;border-radius:12px;padding:12px;background:rgba(255,255,255,.65)}.people-form-fields{border:0;margin:0;padding:0;min-width:0}.checkbox-line.people-auto-provision-line{display:inline-flex;align-items:center;gap:8px;color:#2f495f;font-size:.82rem;font-weight:600;line-height:1.35}.checkbox-line.people-auto-provision-line input{width:16px;height:16px;accent-color:#0f7f6e}.permission-note{margin:0 0 10px;border:1px solid #e5d4b8;border-radius:10px;background:#fff9ed;color:#6c5738;padding:8px 10px;font-size:.84rem}.permission-note.tech-template-empty-note{margin-top:14px}.permission-no-access{display:grid;gap:10px;border:1px solid #dfcfb6;border-radius:14px;background:radial-gradient(circle at 14% 12%,rgba(255,255,255,.86),transparent 40%),linear-gradient(160deg,rgba(255,252,244,.94),rgba(238,251,246,.88))}.permission-no-access h2{margin:0;color:#2a4158;font-size:1.12rem}.permission-no-access p{margin:0;color:#4f6378;font-size:.9rem;line-height:1.6}.permission-center,.permission-layout{display:grid;gap:12px}.permission-layout{grid-template-columns:minmax(240px,.85fr) minmax(0,1.45fr) minmax(280px,.95fr)}.permission-preview-panel,.permission-users-panel,.permission-workbench-panel{border:1px solid #e2d5bf;border-radius:12px;background:rgba(255,255,255,.72);padding:10px;display:grid;gap:10px;align-content:start;min-height:520px}.permission-preview-head,.permission-users-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.permission-preview-head h3,.permission-users-head h3{margin:0;color:#2d455c;font-size:.98rem}.permission-audit-head{margin-top:6px}.permission-search-field{display:grid;gap:6px}.permission-search-field span{color:#566b7f;font-size:.75rem;font-weight:600}.permission-search-field input{border:1px solid #cdbfaa;border-radius:8px;padding:7px 9px;background:#fffdf7;color:#21384b;font-size:.82rem;font-family:inherit}.permission-user-list{display:grid;gap:8px;overflow:auto;max-height:420px;align-content:start}.permission-user-item{border:1px solid #decfb7;border-radius:10px;background:rgba(255,255,255,.9);padding:8px 9px;display:flex;justify-content:space-between;gap:8px;align-items:center;text-align:left;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.permission-user-item strong{color:#2a4054;font-size:.86rem}.permission-user-item p{margin:4px 0 0;color:#64788b;font-size:.74rem}.permission-user-item:hover{border-color:#bfa889}.permission-user-item.active{border-color:#0f7f6e;box-shadow:0 8px 14px rgba(18,56,49,.1);background:rgba(231,249,243,.82)}.permission-tab-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.permission-tab-row.permission-tab-row-merged{grid-template-columns:repeat(2,minmax(0,1fr))}.permission-tab{border:1px solid #d8cab2;border-radius:999px;background:#fffaf0;color:#4b5f74;font-size:.78rem;font-weight:600;padding:6px 8px;cursor:pointer}.permission-tab.active{border-color:#0f7f6e;color:#0d6a5d;background:rgba(226,247,240,.96)}.permission-subhead{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.permission-subhead p{margin:0;color:#324b61;font-size:.84rem}.permission-editor-shell,.permission-security-shell{display:grid;gap:10px}.permission-security-shell{align-content:start}.permission-route-action-tree{display:grid;gap:8px;border:1px dashed #d8c8af;border-radius:10px;background:rgba(255,249,237,.65);padding:9px;overflow:auto}.permission-route-node{border:1px solid #e3d5bf;border-radius:9px;background:rgba(255,255,255,.76);padding:8px;display:grid;gap:8px}.permission-route-node.active{border-color:#b9c9b4;background:rgba(245,254,250,.76)}.permission-route-node-head{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:30px}.permission-route-node-label{flex:1 1}.ghost-btn.permission-route-node-toggle,.permission-route-node-empty{display:inline-flex;align-items:center;justify-content:center;min-width:106px;min-height:24px;padding:0 8px;border:1px solid #d8cbb5;border-radius:999px;background:#fffaf0;color:#6a7c90;font-size:.72rem;font-weight:600;line-height:1;white-space:nowrap;box-sizing:border-box}.ghost-btn.permission-route-node-toggle{cursor:pointer}.ghost-btn.permission-route-node-toggle.has-actions{border-color:#8ec5b8;background:rgba(224,247,239,.96);color:#0d6a5d}.ghost-btn.permission-route-node-toggle.has-actions:hover{border-color:#76b1a3;background:rgba(206,241,231,.98);color:#0c5e53}.permission-route-action-submenu{border:1px dashed #d8ccb8;border-radius:8px;background:rgba(255,252,244,.8);padding:8px;display:grid;gap:7px}.permission-action-group{display:grid;gap:6px}.permission-action-group+.permission-action-group{padding-top:8px;border-top:1px dashed #dccfba}.permission-action-group-title{margin:0;color:#355066;font-size:.74rem;font-weight:700}.permission-action-group-hint{margin:0;color:#5f7487;font-size:.72rem;line-height:1.35}.permission-route-action-item{color:#445c72;font-size:.79rem}.permission-preset-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.permission-preset-row .ghost-btn{min-height:30px;padding:0 12px;border-radius:999px;font-size:.76rem;line-height:1}.permission-check-list{display:grid;gap:8px;max-height:320px;overflow:auto;border:1px dashed #d8c8af;border-radius:10px;background:rgba(255,249,237,.65);padding:9px}.permission-check-item{display:flex;align-items:center;gap:8px;color:#324a61;font-size:.82rem;line-height:1.4}.permission-check-item input{accent-color:#0f7f6e;width:15px;height:15px}.permission-security-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.password-input-shell{position:relative}.password-input-shell input{padding-right:56px}.password-visibility-btn{position:absolute;right:6px;top:50%;transform:translateY(-50%);min-width:42px;height:24px;border:1px solid #d8cbb5;border-radius:999px;background:#fffaf0;color:#5f7487;font-size:.72rem;font-weight:600;line-height:1;padding:0 8px;cursor:pointer}.password-visibility-btn:hover{border-color:#8ec5b8;color:#0d6a5d;background:rgba(224,247,239,.95)}.password-visibility-btn:focus-visible{outline:2px solid #0f7f6e;outline-offset:1px}.permission-save-bar{display:grid;gap:10px}.permission-empty-text{margin:0;color:#647789;font-size:.82rem}.permission-preview-detail{border:1px dashed #d8c9b2;border-radius:10px;background:rgba(255,250,240,.7);padding:7px 9px}.permission-preview-detail summary{cursor:pointer;color:#355066;font-size:.8rem;font-weight:600}.permission-preview-chip-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.permission-audit-list{display:grid;gap:8px;overflow:auto;max-height:260px;align-content:start}.permission-audit-item{border:1px solid #e0d2bd;border-radius:10px;background:rgba(255,255,255,.88);padding:8px 9px;display:grid;gap:4px}.permission-audit-item header{display:flex;align-items:center;justify-content:space-between;gap:8px}.permission-audit-item strong{color:#2f475e;font-size:.8rem}.permission-audit-item header span,.permission-audit-item p{color:#627789;font-size:.74rem}.permission-audit-item p{margin:0;line-height:1.45}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.people-profile-grid,.program-entry-grid,.tech-distribution-form-grid{grid-template-columns:repeat(3,minmax(0,1fr))}