:root{color-scheme:light;--bg: #f4f6f3;--panel: #fff;--ink: #23302f;--muted: #68746f;--line: #dce2dc;--line-strong: #cbd5cd;--brand: #23615b;--brand-strong: #174a45;--brand-soft: #e6f0ed;--accent: #c87827;--danger: #aa342a;--shadow: 0 10px 30px rgba(31, 47, 43, .07);--app-header-height: 88px;--app-tabs-height: 60px}*{box-sizing:border-box}.hidden{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body{min-height:100vh;margin:0;min-width:320px;display:flex;flex-direction:column;overflow-x:hidden;background:var(--bg);color:var(--ink);font-family:Segoe UI,Arial,sans-serif}body:has(dialog[open]){overflow:hidden}button,input,select{font:inherit}button{cursor:pointer}.app-header{min-height:var(--app-header-height);padding:10px clamp(20px,3vw,48px);display:flex;align-items:center;justify-content:space-between;gap:24px;position:sticky;z-index:90;top:0;isolation:isolate;overflow:visible;border-bottom:1px solid rgba(30,64,61,.14);background:linear-gradient(105deg,#fffdfa 0 38%,#f3f8f6 64%,#e4eff0);box-shadow:0 5px 18px #1f2f2b14}.app-header:after{content:"";position:absolute;z-index:-1;inset:0;pointer-events:none;background:radial-gradient(circle at 77% 15%,rgba(255,255,255,.82) 0 70px,transparent 71px),radial-gradient(circle at 91% 115%,rgba(45,111,119,.13) 0 150px,transparent 151px)}.brand-block,.header-meta{position:relative;z-index:1}.brand-block{display:flex;align-items:center;gap:17px;min-width:0}.brand-logo{width:clamp(155px,15vw,188px);height:64px;flex:0 0 auto;object-fit:contain}.brand-copy{min-width:0}.brand-copy h1{margin:0;color:#18213c;font-size:clamp(1.2rem,1.75vw,1.6rem);line-height:1.1;letter-spacing:-.02em}.brand-subtitle{margin:6px 0 0;color:#536763;font-size:.7rem;font-weight:650;letter-spacing:.025em}.brand-subtitle i{padding:0 .22rem;color:var(--accent);font-style:normal}.header-meta{display:flex;gap:10px;align-items:center}.organization-chip{max-width:190px;min-height:43px;display:grid;align-content:center;gap:1px;padding:6px 10px;border:1px solid #d2ded8;border-radius:8px;color:#4d625b;background:#ffffffc7}.organization-chip small{color:#89948f;font-size:.54rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.organization-chip strong{overflow:hidden;font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.header-transfer-actions{display:flex;align-items:center;gap:7px}.header-transfer-button{min-height:44px;display:flex;align-items:center;gap:8px;padding:9px 14px;border:1px solid rgba(35,97,91,.24);border-radius:11px;color:#214f49;background:#ffffffe6;box-shadow:0 4px 14px #1f2f2b0f;font-size:.78rem;font-weight:800;white-space:nowrap}.header-transfer-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.header-transfer-button:hover{border-color:#23615b73;color:var(--brand-strong);background:#fff;transform:translateY(-1px)}.header-transfer-button:focus-visible{outline:3px solid rgba(35,97,91,.18);outline-offset:2px}.date-chip{min-height:52px;display:flex;align-items:center;gap:12px;padding:9px 15px;border:1px solid rgba(35,97,91,.16);border-radius:12px;background:#ffffffd6;box-shadow:0 4px 14px #1f2f2b0f;white-space:nowrap}.date-chip strong{color:#202944;font-size:.9rem;font-weight:750}.date-chip #headerWeek{color:#28534e}.date-divider{width:1px;height:25px;background:#23615b33}.tabs{min-height:var(--app-tabs-height);display:flex;gap:5px;align-items:center;padding:9px clamp(20px,3vw,48px);position:sticky;z-index:80;top:var(--app-header-height);overflow:auto;border-bottom:1px solid var(--line);background:#fbfcfaf7;box-shadow:0 2px 10px #1f2f2b11;backdrop-filter:blur(10px)}.tab{min-height:41px;display:flex;align-items:center;gap:7px;flex:0 0 auto;padding:8px 14px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--muted);font-weight:700;font-size:.86rem}.tab svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.tab:hover{color:var(--brand-strong);background:#edf2ee}.tab.active{color:var(--brand-strong);border-color:#cbd9d3;background:#fff;box-shadow:0 1px 3px #1b272414,inset 0 -2px 0 var(--brand)}main{width:100%;max-width:1560px;flex:1 0 auto;margin:0 auto;padding:24px clamp(18px,3vw,46px) 24px}.view{display:none}.view.active{display:block}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:19px}.eyebrow,.phase-label{color:var(--brand);font-size:.68rem;line-height:1;font-weight:800;letter-spacing:.13em}.page-heading h2{margin:7px 0 5px;font-size:1.65rem;letter-spacing:-.025em}.page-heading p{margin:0;color:var(--muted);font-size:.91rem}.master-layout{display:grid;grid-template-columns:310px minmax(0,1fr);gap:17px;align-items:start}.list-navigation,.panel{border:1px solid var(--line);border-radius:12px;background:var(--panel);box-shadow:var(--shadow)}.list-navigation{padding:9px}.list-navigation-heading{display:grid;grid-template-columns:minmax(0,1fr) 34px;grid-template-areas:"title add" "count add";align-items:center;column-gap:12px;row-gap:2px;padding:9px 9px 12px}.list-navigation-heading>span{grid-area:title;color:#354740;font-size:.96rem;font-weight:800;letter-spacing:-.01em}.list-navigation-heading small{grid-area:count;justify-self:start;color:#7d8984;font-size:.72rem;font-weight:600}.library-add-button{grid-area:add;width:34px;height:34px;display:grid;place-items:center;justify-self:end;padding:0;border:1px solid #aac5ba;border-radius:9px;color:#fff;background:var(--brand);box-shadow:0 3px 8px #23615b2e;font-weight:800;line-height:1;transition:background .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.library-add-button>span{color:inherit;font-size:1.28rem;font-weight:400;line-height:1;transform:translateY(-1px)}.library-add-button:hover{border-color:var(--brand-strong);background:var(--brand-strong);box-shadow:0 5px 12px #23615b38;transform:translateY(-1px)}.library-add-button:focus-visible{outline:3px solid rgba(35,97,91,.18);outline-offset:2px}.list-family-group{margin:5px 0;padding:6px;border:1px solid #d8e1db;border-radius:10px;background:linear-gradient(180deg,#fbfcfa,#f5f8f5)}.list-family-label{display:flex;align-items:center;padding:3px 6px 5px;color:#697873}.list-family-label span{font-size:.69rem;font-weight:800;letter-spacing:0}.list-family-group .list-type{position:relative}.list-family-group .child-list-type{width:calc(100% - 13px);margin:2px 0 0 13px}.list-family-group .child-list-type:before{content:"";position:absolute;left:-9px;top:-10px;width:8px;height:27px;border-left:2px solid #bdcbc4;border-bottom:2px solid #bdcbc4;border-radius:0 0 0 6px;pointer-events:none}.list-type{width:100%;min-height:52px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:9px;align-items:center;padding:7px 8px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--ink);text-align:left}.list-type:hover{background:#f4f7f4}.list-type.active{border-color:#c8d9d2;background:#edf5f2;box-shadow:inset 3px 0 0 var(--brand)}.list-type>span:nth-child(2){display:flex;align-items:center;min-width:0}.list-type .list-type-copy{display:grid;align-items:center;gap:4px}.list-type strong{overflow:hidden;color:#34443f;font-size:.86rem;text-overflow:ellipsis;white-space:nowrap}.list-type b{min-width:25px;padding:3px 7px;border-radius:999px;color:#65716c;background:#eef1ee;font-size:.69rem;text-align:center}.list-type.active b{color:var(--brand-strong);background:#d7e9e3}.list-type-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:8px}.list-type-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.tone-teal{color:#28746b;background:#e0f0ec}.tone-blue{color:#3a6f9d;background:#e6eef7}.tone-amber{color:#9a681f;background:#f7ecda}.tone-orange{color:#a6532c;background:#fae9df}.tone-violet{color:#6a6091;background:#edeaf6}.tone-rose{color:#96585c;background:#f5e7e8}.tone-slate{color:#516963;background:#e7eeeb}.custom-list-navigation{display:grid;gap:4px}.custom-list-navigation .custom-list-type{padding-right:27px;cursor:grab;touch-action:none;user-select:none}.custom-list-navigation .custom-list-type:active{cursor:grabbing}.custom-list-drag-handle{position:absolute;top:50%;right:6px;width:14px;color:#8b9792;font-size:.78rem;font-weight:900;letter-spacing:-3px;line-height:1;transform:translateY(-50%);cursor:grab}.custom-list-type.dragging{opacity:.42}.custom-list-type.drop-target:after{content:"";position:absolute;z-index:2;left:7px;right:7px;top:-3px;height:3px;border-radius:999px;background:var(--brand);box-shadow:0 0 0 2px #fff}.custom-list-type.drop-target.drop-after:after{top:auto;bottom:-3px}.custom-list-navigation.order-saving{opacity:.72;pointer-events:none}.custom-list-empty{margin:6px 8px 10px;padding:10px;border:1px dashed #c9d3ce;border-radius:7px;color:#7d8984;font-size:.7rem;line-height:1.4}.inactive-list-type{filter:saturate(.55)}.list-state-row{display:flex;flex-wrap:wrap;gap:4px;min-width:0}.list-state-badge,.field-status-pill{display:inline-flex;align-items:center;width:max-content;border-radius:999px;font-weight:750;line-height:1;white-space:nowrap}.list-state-badge{padding:3px 6px;font-size:.6rem}.field-status-pill{padding:4px 7px;font-size:.64rem;letter-spacing:0;text-transform:none}.list-state-badge.inactive,.field-status-pill.inactive{color:#68716d;background:#e8ece9;box-shadow:inset 0 0 0 1px #d5dbd7}.list-tip{display:flex;gap:8px;margin:11px 4px 3px;padding:11px;border-radius:8px;color:#696b5c;background:#faf7ed}.list-tip svg{width:17px;height:17px;flex:0 0 auto;fill:none;stroke:#a7792f;stroke-width:1.7}.list-tip p{margin:0;font-size:.69rem;line-height:1.45}.list-panel{min-height:590px;padding:22px}.panel-title{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:14px}.panel-title h3{margin:5px 0 0;font-size:1.25rem;letter-spacing:-.015em}.entity-heading-copy{min-width:0}.entity-heading-kicker{min-height:18px;display:flex;align-items:center;flex-wrap:wrap;gap:7px}.entity-field-status{display:inline-flex;align-items:center;flex-wrap:wrap;gap:5px}.entity-description{max-width:680px;margin:5px 0 0;color:var(--muted);font-size:.74rem;line-height:1.35}.list-panel-actions{display:flex;align-items:center;gap:8px}.primary-button,.secondary-button,.danger-button,.icon-button{border:0;border-radius:7px;font-weight:700}.primary-button{min-height:39px;padding:8px 13px;background:var(--brand);color:#fff}.primary-button:hover{background:var(--brand-strong)}.primary-button:disabled{opacity:.48;cursor:not-allowed}.primary-button:hover:disabled{background:var(--brand)}.primary-button>span{padding-right:3px;font-size:1.1rem;font-weight:400}.secondary-button{min-height:39px;padding:8px 13px;background:#e9eeea;color:#364641}.secondary-button:hover{background:#dde5df}.danger-button{min-height:39px;padding:8px 13px;color:#fff;background:var(--danger)}.toolbar{display:flex;align-items:center;gap:14px;padding:13px 14px;border:1px solid var(--line);border-bottom:0;border-radius:9px 9px 0 0;background:#f9faf8}.search-box{width:min(370px,100%);position:relative}.search-box svg{width:17px;position:absolute;left:11px;top:50%;transform:translateY(-50%);fill:none;stroke:#74807b;stroke-width:1.8}.search-box input{width:100%;height:38px;padding:7px 10px 7px 36px;border:1px solid var(--line-strong);border-radius:7px;background:#fff;color:var(--ink);outline:none}.search-box input:focus,input:focus,select:focus{border-color:var(--brand);box-shadow:0 0 0 3px #23615b1f}.toggle-label{display:flex;align-items:center;gap:8px;color:#5f6d68;font-size:.78rem;cursor:pointer;white-space:nowrap}.toggle-label input{position:absolute;opacity:0;pointer-events:none}.toggle{width:34px;height:19px;padding:2px;position:relative;border-radius:999px;background:#cbd2cd;transition:.15s}.toggle:after{content:"";width:15px;height:15px;display:block;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000038;transition:.15s}.toggle-label input:checked+.toggle{background:var(--brand)}.toggle-label input:checked+.toggle:after{transform:translate(15px)}.inactive-entry-count{display:inline-flex;align-items:center;min-height:23px;padding:3px 8px;border:1px solid #d9dfdb;border-radius:999px;color:#85908b;background:#f2f4f2;font-size:.67rem;font-weight:750;white-space:nowrap}.inactive-entry-count.has-inactive{border-color:#e4d1ae;color:#815d22;background:#fff8e9}.result-count{margin-left:auto;color:#7a8580;font-size:.75rem;white-space:nowrap}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:0 0 9px 9px}.configuration-table-wrap{border-radius:0}table{width:100%;min-width:690px;border-collapse:collapse}th,td{padding:12px 14px;border-bottom:1px solid #e7ebe7;text-align:left;vertical-align:middle}th{background:#eef2ee;color:#53615d;font-size:.7rem;letter-spacing:.02em;text-transform:none}.sortable-header{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:6px;padding:0;border:0;color:inherit;background:transparent;font:inherit;letter-spacing:inherit;text-align:left;cursor:pointer}.sortable-header:hover{color:var(--brand-strong)}.sortable-header:focus-visible{border-radius:3px;outline:2px solid rgba(35,97,91,.35);outline-offset:3px}.sort-indicator{color:#8b9792;font-size:.72rem;font-weight:800;line-height:1}th[aria-sort=ascending] .sort-indicator,th[aria-sort=descending] .sort-indicator{color:var(--brand-strong)}td{color:#34433f;font-size:.82rem}tbody tr:hover td{background:#fbfcfa}tbody tr:last-child td{border-bottom:0}.primary-cell{font-weight:700;color:#283b37}.secondary-cell{color:#69756f}.status-pill{display:inline-flex;padding:3px 8px;border-radius:999px;font-size:.68rem;font-weight:750}.status-pill.active{color:#256b42;background:#e3f2e8;box-shadow:inset 0 0 0 1px #cae5d3}.status-pill.inactive{color:#6c7571;background:#ecefed}.entry-status-cell{width:118px}.entry-status-switch{min-width:92px;min-height:32px;display:inline-flex;align-items:center;gap:8px;padding:4px 7px 4px 5px;border:1px solid transparent;border-radius:999px;color:#68736e;background:transparent;font-size:.69rem;cursor:pointer}.entry-status-switch>span{width:32px;height:18px;flex:0 0 32px;padding:2px;border-radius:999px;background:#cbd2cd;box-shadow:inset 0 0 0 1px #414f4914;transition:background .15s ease}.entry-status-switch i{width:14px;height:14px;display:block;border-radius:50%;background:#fff;box-shadow:0 1px 3px #19252040;transition:transform .15s ease}.entry-status-switch strong{min-width:44px;font-size:.69rem;font-weight:800;text-align:left}.entry-status-switch[aria-checked=true]{color:#256b42;background:#f1f8f3}.entry-status-switch[aria-checked=true]>span{background:#3b8962}.entry-status-switch[aria-checked=true] i{transform:translate(14px)}.entry-status-switch:hover{border-color:#cbd8d1;background:#f3f7f4}.entry-status-switch:focus-visible{outline:3px solid rgba(35,97,91,.16);outline-offset:2px}.entry-status-switch:disabled{opacity:.58;cursor:wait}.row-actions{display:flex;justify-content:flex-end;gap:5px}.row-action{min-width:35px;height:34px;display:grid;place-items:center;border:1px solid transparent;border-radius:7px;background:transparent;color:#66736e}.row-action:hover{border-color:var(--line);background:#f0f3f0;color:var(--brand-strong)}.row-action.delete:hover{color:var(--danger);background:#fff0ed;border-color:#f1d4ce}.row-action svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.empty-state td{height:280px;text-align:center}.empty-content{display:grid;justify-items:center;gap:8px;color:var(--muted)}.empty-content svg{width:40px;height:40px;padding:9px;border-radius:50%;background:#edf3ef;fill:none;stroke:var(--brand);stroke-width:1.5}.empty-content strong{color:#45534f;font-size:.88rem}.empty-content span{font-size:.77rem}.free-field-summary{max-width:620px;margin:auto}.free-field-summary small{margin-top:1px;color:#6d7b75;font-size:.65rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.free-field-summary strong{max-width:560px;color:#354a43;font-size:.94rem;font-weight:720;line-height:1.5;white-space:normal}.data-panel{padding:20px}.data-toolbar{position:relative;display:flex;align-items:flex-end;gap:10px;padding:13px 14px;border:1px solid var(--line);border-bottom:0;border-radius:9px 9px 0 0;background:#f9faf8}.data-search{flex:1 1 330px;max-width:480px}.data-toolbar .result-count{align-self:center}.dynamic-filter-controls{flex:2 1 520px;display:flex;align-items:flex-end;flex-wrap:wrap;gap:8px;min-width:260px;padding:1px 1px 2px;overflow:visible}.filter-selection-hint{min-height:38px;display:flex;align-items:center;gap:8px;padding:7px 11px;border:1px dashed #b9c8c1;border-radius:7px;color:#65766f;background:#f4f8f5;font-size:.72rem;font-weight:700;white-space:nowrap}.filter-selection-hint svg{width:16px;height:16px;fill:none;stroke:var(--brand);stroke-width:1.8;stroke-linejoin:round}.dynamic-filter-card{flex:0 0 auto;display:grid;gap:4px;padding:6px 8px 7px;border:1px solid #cbd8d1;border-radius:8px;background:#fff;box-shadow:0 1px 2px #1f2f2b0a}.dynamic-filter-label{min-height:15px;display:flex;align-items:center;justify-content:space-between;gap:12px}.dynamic-filter-label strong{overflow:hidden;color:#4b5f58;font-size:.63rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.remove-filter-control{width:17px;height:17px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#7b8883;background:#eef2ef;font-size:.88rem;line-height:1;cursor:pointer}.remove-filter-control:hover{color:#913b33;background:#f9e8e5}.value-filter-card{width:238px;position:relative}.filter-multiselect{position:relative}.filter-input-shell{min-height:34px;display:flex;align-items:center;flex-wrap:wrap;gap:4px;padding:4px 6px;border:1px solid var(--line-strong);border-radius:6px;background:#fff;cursor:text}.filter-input-shell:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #23615b1a}.filter-input-shell input{min-width:72px;height:24px;flex:1 1 82px;padding:2px;border:0;outline:0;color:#34453f;background:transparent;font-size:.69rem}.filter-input-shell input:disabled{color:#8b9691;cursor:wait}.filter-value-chip{max-width:190px;display:inline-flex;align-items:center;gap:3px;padding:3px 4px 3px 7px;border:1px solid #bad2c7;border-radius:999px;color:#28594f;background:#eaf4ef;font-size:.62rem;font-weight:750}.filter-value-chip>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-value-chip button{width:15px;height:15px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#527068;background:#ffffffb3;line-height:1;cursor:pointer}.filter-value-chip button:hover{color:#913b33;background:#fff}.filter-option-menu{width:100%;max-height:230px;position:absolute;z-index:35;top:calc(100% + 5px);left:0;display:grid;gap:3px;padding:6px;overflow-y:auto;border:1px solid #bdcbc4;border-radius:7px;background:#fff;box-shadow:0 12px 28px #1f2f2a2e}.filter-option-choice,.manual-filter-option{width:100%;min-height:32px;display:flex;align-items:center;gap:8px;padding:6px 8px;border:0;border-radius:5px;color:#3f514b;background:transparent;font-size:.69rem;text-align:left;cursor:pointer}.filter-option-choice:hover,.manual-filter-option:hover{color:var(--brand-strong);background:#edf4f0}.filter-option-choice[aria-pressed=true]{color:var(--brand-strong);background:#e7f2ed;font-weight:800}.filter-option-check{width:16px;height:16px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #aebcb5;border-radius:4px;color:#fff;background:#fff;font-size:.65rem}.filter-option-choice[aria-pressed=true] .filter-option-check{border-color:var(--brand);background:var(--brand)}.manual-filter-option{color:#476b61;border-top:1px solid #edf0ee}.manual-filter-option>span{color:var(--brand);font-size:.9rem;font-weight:800}.manual-filter-option b{max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-options-empty{padding:9px;color:#84908b;font-size:.67rem;text-align:center}.date-filter-card{width:304px}.dynamic-date-inputs{display:grid;grid-template-columns:1fr 1fr;gap:6px}.dynamic-date-inputs label{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:5px;color:#75817c;font-size:.59rem;font-weight:750}.dynamic-date-inputs input{width:100%;min-width:0;height:32px;padding:4px 6px;border:1px solid var(--line-strong);border-radius:6px;color:#34453f;background:#fff;font-size:.68rem;outline:none}.clear-all-filters{min-height:38px;flex:0 0 auto;padding:7px 10px;border:1px solid #d2d9d5;border-radius:7px;color:#52625c;background:#f0f3f1;font-size:.68rem;font-weight:800;cursor:pointer;white-space:nowrap}.clear-all-filters:hover:not(:disabled){color:var(--brand-strong);background:#e4ebe7}.clear-all-filters:disabled{opacity:.48;cursor:not-allowed}.data-table-wrap{width:100%;max-width:100%;min-width:0;border-radius:0;cursor:default;scrollbar-color:#9aa69f #eef1ee;scrollbar-width:auto}.data-table-wrap::-webkit-scrollbar{height:13px}.data-table-wrap::-webkit-scrollbar-track{background:#eef1ee}.data-table-wrap::-webkit-scrollbar-thumb{border:3px solid #eef1ee;border-radius:999px;background:#9aa69f}.data-sticky-scrollbar{position:fixed;bottom:0;z-index:40;height:18px;overflow-x:auto;overflow-y:hidden;border:1px solid #c8d0cb;border-bottom:0;border-radius:8px 8px 0 0;background:#eef1ee;box-shadow:0 -4px 14px #23373129;scrollbar-color:#829087 #eef1ee;scrollbar-width:auto}.data-sticky-scrollbar::-webkit-scrollbar{height:16px}.data-sticky-scrollbar::-webkit-scrollbar-track{background:#eef1ee}.data-sticky-scrollbar::-webkit-scrollbar-thumb{border:3px solid #eef1ee;border-radius:999px;background:#829087}.data-sticky-scrollbar:focus-visible{outline:3px solid rgba(35,97,91,.2);outline-offset:-3px}.data-sticky-scrollbar-inner{height:1px}.data-table{width:max-content;min-width:100%;table-layout:fixed}.data-table th:not(.selection-heading),.data-table td:not(.selection-cell){width:200px;min-width:200px;max-width:200px}.data-table th[data-column-key=complaint_id],.data-table td[data-column-key=complaint_id]{width:140px;min-width:140px;max-width:140px;padding-left:10px;padding-right:10px}.data-table th[data-column-key=date_of_complaint],.data-table td[data-column-key=date_of_complaint]{width:132px;min-width:132px;max-width:132px}.data-table th[data-column-key=item_no],.data-table td[data-column-key=item_no]{width:165px;min-width:165px;max-width:165px}.data-table th[data-column-key=category_name],.data-table td[data-column-key=category_name]{width:240px;min-width:240px;max-width:240px}.data-table th[data-column-key=lot_no],.data-table td[data-column-key=lot_no]{width:145px;min-width:145px;max-width:145px}.data-table th[data-column-key=date_of_manufacture],.data-table td[data-column-key=date_of_manufacture]{width:220px;min-width:220px;max-width:220px}.data-table th[data-column-key=description],.data-table td[data-column-key=description]{width:285px;min-width:285px;max-width:285px}.data-table th{white-space:nowrap;text-transform:none;letter-spacing:.005em;font-size:.8rem}.data-table thead th{position:relative;color:#35494c;border-bottom:2px solid #aebdbf;background:linear-gradient(180deg,#edf1f3,#dfe7e9);box-shadow:inset 0 1px #fffc,inset 0 -1px #4f636714}.data-table thead th+th{border-left:1px solid #c8d2d4}.data-table tbody td+td{border-left:1px solid #e6ebe8}.data-table tbody td{height:78px;border-bottom-color:#dfe5e1}.data-table tbody tr:hover td{background:#f7faf8}.data-table .sortable-header{gap:8px}.data-column-heading-copy{display:inline-flex;align-items:center;gap:8px;min-width:0;overflow:hidden}.data-column-heading-copy>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-column-icon{width:24px;height:24px;display:inline-grid;place-items:center;flex:0 0 24px;border-radius:6px}.data-table thead .data-column-icon{background:#ffffffad;box-shadow:inset 0 0 0 1px #4d606314}.data-column-icon svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.data-table .sort-indicator{margin-left:1px;font-size:.78rem}.data-table td{color:#34433f;font-size:.82rem;font-weight:700;line-height:1.35}.complaint-cell-shell{width:100%;min-width:0;display:flex;align-items:flex-start;gap:7px}.complaint-cell-content{width:100%;min-width:0;max-height:4.05em;overflow:hidden;overflow-wrap:anywhere;word-break:break-word}.data-table tbody .complaint-record-row .complaint-cell-content{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.data-table th[data-column-key=complaint_id],.data-table td[data-column-key=complaint_id]{position:sticky;left:0}.data-table th[data-column-key=complaint_id]{z-index:4;border-right:1px solid #c8d2d4}.data-table td[data-column-key=complaint_id]{z-index:2;border-right:1px solid #e6ebe8;background:#fff}.data-table.edit-selection-mode th[data-column-key=complaint_id],.data-table.edit-selection-mode td[data-column-key=complaint_id]{left:48px}.data-table tbody tr:hover td[data-column-key=complaint_id]{background:#f7faf8}.data-table .expanded-complaint-row td{height:auto;padding-top:15px;padding-bottom:15px;vertical-align:top;background:#eef7f3;box-shadow:inset 0 1px #bad5ca,inset 0 -1px #bad5ca}.data-table .expanded-complaint-row:hover td{background:#e9f4ef}.data-table tbody .complaint-record-row.expanded-complaint-row .complaint-cell-content{display:block;max-height:none;overflow:visible;-webkit-line-clamp:unset}.data-table .description-cell .complaint-cell-content{white-space:pre-wrap}.expandable-complaint-row{cursor:pointer}.complaint-row-toggle{width:21px;height:21px;display:grid;place-items:center;flex:0 0 21px;margin:-1px 1px 0 -5px;padding:0;border:1px solid #bdccc5;border-radius:6px;color:#536c64;background:#f8fbf9;transition:color .15s ease,background .15s ease,border-color .15s ease,transform .15s ease}.complaint-row-toggle[hidden]{display:none}.complaint-row-toggle:hover{color:var(--brand-strong);border-color:#8fb2a5;background:#e5f1ec}.complaint-row-toggle:focus-visible{outline:3px solid rgba(35,97,91,.18);outline-offset:2px}.complaint-row-toggle svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .16s ease}.expanded-complaint-row .complaint-row-toggle svg{transform:rotate(180deg)}.data-table.edit-selection-mode .complaint-row-toggle{display:none}.data-table .id-cell{color:var(--brand-strong);font-weight:800;white-space:nowrap}.complaint-id-stack{display:inline-grid;justify-items:start;gap:5px;vertical-align:middle}.complaint-id-value{display:block}.complaint-id-edit{max-width:100%;padding:0;overflow:hidden;border:0;border-radius:3px;color:var(--brand-strong);background:transparent;font:inherit;font-weight:850;line-height:1.25;text-align:left;text-decoration:underline;text-decoration-color:transparent;text-decoration-thickness:1px;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;transition:color .14s ease,text-decoration-color .14s ease}.complaint-id-edit:hover{color:#174d45;text-decoration-color:currentColor}.complaint-id-edit:focus-visible{outline:2px solid rgba(35,97,91,.38);outline-offset:2px;text-decoration-color:currentColor}.complaint-id-locked{color:#43675a;cursor:default}.closed-status-pill{display:inline-flex;align-items:center;padding:3px 7px;border:1px solid #c4dfcd;border-radius:999px;color:#2d7047;background:#ffffffb8;font-size:.6rem;font-weight:800;line-height:1}.overdue-status-pill{display:inline-flex;align-items:center;padding:3px 7px;border:1px solid #efb8ae;border-radius:999px;color:#a13f32;background:#fff1ee;font-size:.6rem;font-weight:850;line-height:1}.data-table .date-cell,.data-table .lot-cell{white-space:nowrap}.data-cell-stack{display:grid;gap:3px}.data-cell-stack strong{color:#33423e;font-size:inherit;font-weight:700}.data-cell-stack small{color:#7b8681;font-size:.7rem;font-weight:400}.due-date-stack strong{color:#285f58}.days-to-close-value{display:inline-flex;align-items:baseline;gap:4px;padding:4px 8px;border:1px solid #d5ded9;border-radius:999px;color:#354a44;background:#f5f8f6;white-space:nowrap}.days-to-close-value strong{font-size:.86rem;font-weight:850}.days-to-close-value small{color:#718079;font-size:.65rem;font-weight:650}.closed-complaint-row .days-to-close-value{border-color:#c5ddcd;color:#286341;background:#fff}.data-empty td{height:330px}.data-toolbar-actions{display:flex;align-items:center;gap:8px;margin-left:auto;align-self:flex-end}.hide-closed-button{min-height:38px;display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border:1px solid var(--line-strong);border-radius:7px;color:#52635e;background:#fff;font-size:.72rem;font-weight:800;white-space:nowrap;cursor:pointer}.hide-closed-button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.hide-closed-button:hover{color:var(--brand-strong);border-color:#9eb4ac;background:#f3f7f5}.hide-closed-button[aria-pressed=true]{color:#fff;border-color:var(--brand);background:var(--brand);box-shadow:0 2px 7px #23615b2e}.hide-closed-button:focus-visible{outline:3px solid rgba(35,97,91,.16);outline-offset:2px}.hide-closed-button:disabled{opacity:.68;cursor:wait}.column-visibility-control{position:relative}.icon-tool-button{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:7px;color:#52635e;background:#fff;cursor:pointer}.icon-tool-button:hover,.icon-tool-button[aria-expanded=true]{color:var(--brand-strong);border-color:#9eb4ac;background:#edf4f0}.icon-tool-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.edit-mode-button{min-height:38px;display:flex;align-items:center;gap:7px;padding:7px 12px;border:1px solid #adc0b8;border-radius:7px;color:var(--brand-strong);background:#fff;font-size:.76rem;font-weight:800;cursor:pointer}.edit-mode-button:hover{border-color:#7e9f93;background:#edf4f0}.edit-mode-button[aria-pressed=true]{border-color:var(--brand);color:#fff;background:var(--brand);box-shadow:0 0 0 3px #23615b1a}.edit-mode-button svg,.bulk-action-button svg,.bulk-delete-button svg{width:16px;height:16px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.new-complaint-button{width:38px;height:38px;display:grid;place-items:center;padding:0;border:1px solid var(--brand);border-radius:7px;color:#fff;background:var(--brand);box-shadow:0 2px 7px #23615b33;cursor:pointer}.new-complaint-button:hover{border-color:var(--brand-strong);background:var(--brand-strong);transform:translateY(-1px)}.new-complaint-button:focus-visible{outline:3px solid rgba(35,97,91,.18);outline-offset:2px}.new-complaint-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.column-visibility-menu{width:min(390px,calc(100vw - 48px));position:absolute;z-index:15;top:46px;right:0;padding:16px;border:1px solid var(--line-strong);border-radius:9px;background:#fff;box-shadow:0 14px 35px #1f2f2a2e}.column-menu-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}.column-menu-heading strong{color:#34443f;font-size:.8rem}.column-menu-heading>span{display:flex;align-items:center;gap:6px}.column-menu-heading button{padding:5px 8px;border:0;border-radius:5px;color:var(--brand-strong);background:#e9f2ed;font-size:.7rem;font-weight:750;cursor:pointer}.column-menu-help{margin:-3px 0 10px;color:var(--muted);font-size:.68rem}.column-visibility-options{max-height:390px;display:grid;grid-template-columns:1fr;gap:7px;padding:2px 1px;overflow-y:auto;scrollbar-color:#a5afa9 #eef1ee}.column-visibility-options label{width:100%;display:flex;align-items:center;gap:9px;padding:9px 11px 9px 7px;border:1px solid var(--line);border-radius:6px;color:#52615c;background:#f8faf8;font-size:.76rem;cursor:grab}.column-visibility-options label:has(input:checked){color:var(--brand-strong);border-color:#b8cdc3;background:#eef5f1}.column-visibility-options label.dragging{opacity:.42;border-style:dashed}.column-drag-handle{display:inline-flex;align-items:center;justify-content:center;width:22px;min-height:24px;margin:-3px 1px -3px -5px;color:#8b9792;font-size:.84rem;font-weight:900;letter-spacing:-3px;cursor:grab;user-select:none;touch-action:none}.column-visibility-options label.drop-target{outline:2px solid rgba(55,109,91,.32);outline-offset:1px}.column-visibility-options input{accent-color:var(--brand)}.complaint-bulk-actions{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:9px 13px;border:1px solid #bcd2c8;border-bottom:0;background:linear-gradient(90deg,#edf6f2,#f8fbf9)}.bulk-selection-summary{display:grid;gap:2px;min-width:0}.bulk-selection-summary strong{color:#28564d;font-size:.78rem}.bulk-selection-summary span{color:#718079;font-size:.67rem}.bulk-action-buttons{display:flex;align-items:center;gap:7px}.bulk-action-button{min-height:35px;display:flex;align-items:center;gap:6px;padding:7px 11px;border:1px solid #c7d3cd;border-radius:7px;color:#40534d;background:#fff;font-size:.72rem;font-weight:800;cursor:pointer}.bulk-action-button:hover:not(:disabled){border-color:#93aa9f;color:var(--brand-strong);background:#f7faf8}.bulk-action-button.close-action:not(:disabled){color:#28633f;border-color:#b9d7c4;background:#f5fbf7}.bulk-action-button.reopen-action:not(:disabled){color:#78541d;border-color:#decba8;background:#fffbf3}.bulk-action-button:disabled,.bulk-delete-button:disabled{opacity:.43;cursor:not-allowed}.bulk-delete-button{width:35px;height:35px;display:grid;place-items:center;padding:0;border:1px solid #e0c7c3;border-radius:7px;color:#a34238;background:#fff8f7;cursor:pointer}.bulk-delete-button:hover:not(:disabled){color:#8e2922;border-color:#d5aaa4;background:#fff0ee}.selection-heading,.selection-cell{width:48px;min-width:48px;max-width:48px;padding:0 12px!important;position:sticky;left:0;z-index:3;text-align:center}.selection-heading{z-index:5;border-right:1px solid #bfcacc;background:linear-gradient(180deg,#edf1f3,#dfe7e9)}.selection-cell{background:#fff;cursor:pointer}.selection-cell{border-right:1px solid #dfe6e2}.selection-cell:hover{background:#eef5f1}.selection-heading{cursor:pointer}.data-table .column-menu-trigger{min-height:28px}.column-resize-handle{width:9px;position:absolute;z-index:7;top:0;right:-1px;bottom:0;cursor:col-resize;touch-action:none;user-select:none}.column-resize-handle:after{content:"";width:2px;height:54%;position:absolute;top:23%;right:3px;border-radius:999px;background:#4b8e81;opacity:0;transition:opacity .13s ease,transform .13s ease}.data-table thead th:hover .column-resize-handle:after,.column-resize-handle:hover:after,.column-resize-handle:focus-visible:after,.resizing-data-column .column-resize-handle:after{opacity:.72;transform:scaleY(1.12)}.column-resize-handle:focus-visible{outline:2px solid rgba(35,97,91,.35);outline-offset:-2px}.resizing-data-column,.resizing-data-column *{cursor:col-resize!important;user-select:none!important}.column-menu-chevron{width:10px;height:7px;flex:0 0 auto;margin-left:auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;opacity:0;transform:translateY(-1px);transition:opacity .14s ease,transform .14s ease}.data-table th:hover .column-menu-chevron,.column-menu-trigger:focus-visible .column-menu-chevron,.column-menu-trigger[aria-expanded=true] .column-menu-chevron{opacity:1}.column-menu-trigger[aria-expanded=true] .column-menu-chevron{transform:translateY(-1px) rotate(180deg)}.column-sort-status{min-width:10px;margin-left:auto;color:var(--brand-strong);font-size:.76rem;font-weight:900;line-height:1}.column-sort-status:not(:empty)+.column-menu-chevron{margin-left:2px;opacity:.62}.data-table th.column-filter-active{box-shadow:inset 0 -3px #2f8171,inset 0 1px #fffc}.column-action-menu{width:218px;position:fixed;z-index:70;display:grid;gap:2px;padding:7px;border:1px solid #b8c6c0;border-radius:8px;color:#40514c;background:#fff;box-shadow:0 14px 34px #1d2f2938}.column-action-menu-heading{padding:5px 9px 7px;overflow:hidden;color:#6d7b76;font-size:.63rem;font-weight:800;letter-spacing:.025em;text-overflow:ellipsis;white-space:nowrap}.column-action-menu-item{width:100%;min-height:38px;display:grid;grid-template-columns:24px minmax(0,1fr) 16px;align-items:center;gap:9px;padding:7px 9px;border:0;border-radius:6px;color:#465953;background:transparent;font:inherit;font-size:.78rem;text-align:left;cursor:pointer}.column-action-menu-item:hover,.column-action-menu-item:focus-visible{color:var(--brand-strong);background:#edf4f0;outline:0}.column-action-menu-item[aria-checked=true]{color:var(--brand-strong);background:#e7f2ed;font-weight:800}.column-action-menu-item:disabled{color:#a7b0ac;background:transparent;cursor:not-allowed}.column-action-menu-item>svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.column-sort-menu-icon{width:22px;height:25px;display:grid;grid-template-columns:10px 10px;grid-template-rows:12px 12px;align-items:center;justify-items:center;color:#278070;font-size:.56rem;line-height:1}.column-sort-menu-icon b{font-weight:900}.column-sort-menu-icon b:first-child{grid-column:1;grid-row:1}.column-sort-menu-icon b:nth-child(2){grid-column:1;grid-row:2}.column-sort-menu-icon i{grid-column:2;grid-row:1 / 3;font-size:.88rem;font-style:normal}.column-action-check{color:var(--brand);font-size:.74rem;font-weight:900;text-align:center}.column-action-menu-divider{height:1px;margin:3px 5px;background:#e5eae7}.record-checkbox{width:22px;height:22px;display:inline-grid;place-items:center;position:relative;cursor:pointer;vertical-align:middle}.record-checkbox input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.record-checkbox span{width:17px;height:17px;display:grid;place-items:center;border:1.5px solid #aebbb5;border-radius:5px;background:#fff;transition:.12s ease}.record-checkbox span:after{content:"";width:8px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:translateY(-1px) rotate(-45deg) scale(0);transition:.12s ease}.record-checkbox input:checked+span,.record-checkbox input:indeterminate+span{border-color:var(--brand);background:var(--brand)}.record-checkbox input:checked+span:after{transform:translateY(-1px) rotate(-45deg) scale(1)}.record-checkbox input:indeterminate+span:after{width:8px;height:0;border:0;border-bottom:2px solid #fff;transform:scale(1)}.record-checkbox input:focus-visible+span{outline:3px solid rgba(35,97,91,.18);outline-offset:2px}.data-table .closed-complaint-row td{background:#f2faf4}.data-table .closed-complaint-row:hover td{background:#edf7f0}.data-table .closed-complaint-row .selection-cell{background:#eaf6ee}.data-table .selected-complaint-row td{background:#e8f1fb;box-shadow:inset 0 1px #bfd1e6,inset 0 -1px #bfd1e6}.data-table .selected-complaint-row .selection-cell{background:#dce9f8}.data-table.edit-selection-mode tbody tr:not(.empty-state){cursor:pointer}.data-table.edit-selection-mode tbody tr:not(.selected-complaint-row):not(.empty-state):hover td{background:#fff8e8}.data-table.edit-selection-mode tbody tr:not(.selected-complaint-row):not(.empty-state):hover .selection-cell{background:#fdf1d6}.data-table.edit-selection-mode tbody tr.selected-complaint-row:hover td{background:#dfebf8}.data-table.edit-selection-mode tbody tr.selected-complaint-row:hover .selection-cell{background:#d3e3f5}.data-pagination{min-height:68px;display:grid;grid-template-columns:minmax(140px,1fr) auto minmax(390px,1fr);align-items:center;gap:18px;padding:11px 16px;border:1px solid var(--line);border-top:0;border-radius:0 0 9px 9px;background:#fff}.complaint-pagination{grid-template-columns:minmax(365px,1fr) auto minmax(390px,1fr)}.data-pagination-left{min-width:0;display:flex;align-items:center;gap:13px}.complaint-pagination-metrics{min-height:38px;display:flex;align-items:center;border-left:1px solid var(--line)}.complaint-pagination-metrics>span{min-width:108px;display:flex;align-items:baseline;justify-content:space-between;gap:8px;padding:2px 11px}.complaint-pagination-metrics>span+span{min-width:143px;border-left:1px solid #e4e9e5}.complaint-pagination-metrics small{color:#7a8580;font-size:.64rem;font-weight:700;line-height:1.15;white-space:nowrap}.complaint-pagination-metrics strong{color:var(--brand-strong);font-size:.9rem;line-height:1;white-space:nowrap}.configuration-pagination{min-height:64px}.rows-control{display:flex;align-items:center;gap:9px;color:#52605b;font-size:.78rem;font-weight:750}.rows-control input,.page-controls input{height:38px;border:1px solid var(--line-strong);border-radius:7px;color:var(--ink);background:#fff;outline:none}.rows-control input{width:78px;padding:6px 10px}.page-range{color:#68756f;font-size:.8rem;white-space:nowrap;text-align:center}.page-controls{display:flex;align-items:center;justify-content:flex-end;gap:9px}.page-controls label{display:flex;align-items:center;gap:7px;color:#52605b;font-size:.78rem;font-weight:750}.page-controls input{width:82px;padding:6px 10px}.page-controls .secondary-button,.pagination-go{min-height:38px;padding:7px 16px}.page-controls button:disabled{color:#9aa19e;background:#f1f3f1;border-color:#edf0ed;cursor:not-allowed}.pagination-go{border:0;border-radius:7px;color:#183a35;background:#e1e8e2;font-weight:800;cursor:pointer}.pagination-go:hover{background:#d5dfd7}.complaint-dialog{width:min(900px,calc(100vw - 30px));max-height:calc(100vh - 30px)}.complaint-dialog form{padding:24px}.complaint-dialog-header{padding-bottom:14px}.complaint-dialog-header h2{margin:0}.complaint-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px;padding:16px 0 4px}.complaint-form-grid label{display:grid;align-content:start;gap:6px;color:#52605b;font-size:.76rem;font-weight:700}.complaint-form-grid input,.complaint-form-grid select,.complaint-form-grid textarea{width:100%;min-height:42px;padding:8px 10px;border:1px solid var(--line-strong);border-radius:7px;color:var(--ink);background:#fff;outline:none}.complaint-form-grid textarea{min-height:96px;resize:vertical;font:inherit;font-weight:500;line-height:1.45}.complaint-form-grid select:disabled{cursor:not-allowed;color:#89928e;background:#eef1ee}.complaint-due-control{display:grid;gap:12px;padding:13px 14px;border:1px solid #d4dfdc;border-radius:9px;background:linear-gradient(135deg,#f8fbfa,#f3f7f8)}.complaint-due-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.complaint-form-grid .complaint-due-toggle{display:flex;align-items:center;gap:8px;position:relative;color:#61706a;font-size:.72rem;font-weight:800;cursor:pointer}.complaint-due-toggle input{width:1px!important;min-height:1px!important;position:absolute;opacity:0;pointer-events:none}.complaint-due-toggle i{width:39px;height:23px;display:block;padding:3px;border:1px solid #c3ceca;border-radius:999px;background:#d9dfdc;transition:background .15s,border-color .15s,box-shadow .15s}.complaint-due-toggle i:after{content:"";width:15px;height:15px;display:block;border-radius:50%;background:#fff;box-shadow:0 1px 4px #1f2f2b3d;transition:transform .15s}.complaint-due-toggle input:checked+i{border-color:#477b73;background:#34796f;box-shadow:0 0 0 3px #34796f1a}.complaint-due-toggle input:checked+i:after{transform:translate(16px)}.complaint-due-toggle input:focus-visible+i{outline:2px solid rgba(35,97,91,.35);outline-offset:2px}.complaint-due-settings{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(260px,1fr);align-items:end;gap:14px;padding-top:12px;border-top:1px solid #dbe4e0}.complaint-due-settings.preview-empty{grid-template-columns:minmax(220px,.7fr)}.complaint-due-settings label>span{color:#4f615b}.complaint-due-settings input{max-width:220px;font-weight:750}.complaint-due-preview{min-height:42px;display:grid;align-content:center;gap:2px;padding:7px 11px;border:1px solid #d8e1de;border-radius:7px;background:#fffc}.complaint-due-preview small{color:#77857f;font-size:.65rem;font-weight:650}.complaint-due-preview strong{color:#2b5f56;font-size:.76rem;font-weight:800}.custom-complaint-section{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px;margin-top:5px;padding-top:17px;border-top:1px solid var(--line)}.custom-section-heading{grid-column:1/-1;width:100%;display:flex;align-items:center;gap:9px;margin-bottom:1px;padding:5px 7px;border:0;border-radius:8px;color:inherit;background:transparent;text-align:left;cursor:pointer}.custom-section-heading:hover{background:#f2f6f4}.custom-section-heading:focus-visible{outline:3px solid rgba(35,97,91,.16);outline-offset:2px}.custom-section-heading>span:nth-child(2){display:grid;gap:2px}.custom-section-heading strong{color:#344640;font-size:.82rem}.custom-section-heading small{color:var(--muted);font-size:.67rem;font-weight:400}.custom-section-chevron{width:18px;height:18px;margin-left:auto;fill:none;stroke:#61716b;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .16s ease}.custom-section-heading[aria-expanded=true] .custom-section-chevron{transform:rotate(180deg)}.custom-complaint-fields{display:contents}.complaint-form-grid .custom-text-field textarea{min-height:64px}.custom-link-field{display:grid;align-content:start;gap:6px}.custom-link-inputs{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:10px}.custom-link-inputs label{gap:4px}.custom-link-inputs label>small{color:#68766f;font-weight:700}.complaint-data-link{max-width:100%;display:inline-flex;align-items:flex-start;gap:5px;color:var(--brand-strong);font-weight:750;text-decoration:none}.complaint-data-link>span:first-child{min-width:0;overflow-wrap:anywhere}.complaint-data-link:hover{color:var(--brand);text-decoration:underline}.complaint-data-link:focus-visible{border-radius:3px;outline:3px solid rgba(35,97,91,.18);outline-offset:2px}.complaint-form-grid input[readonly]{color:#53645f;background:#f2f5f2}.search-combo{position:relative}.search-combo:after{content:"⌄";position:absolute;top:9px;right:11px;color:#74807b;font-size:1rem;pointer-events:none}.search-combo .combo-input{padding-right:32px}.search-combo .combo-input[aria-expanded=true]{border-color:var(--brand);box-shadow:0 0 0 3px #23615b1f}.search-combo .combo-input:disabled{cursor:not-allowed;color:#89928e;background:#eef1ee}.combo-menu{position:absolute;z-index:30;top:calc(100% + 5px);left:0;right:0;max-height:225px;overflow:auto;border:1px solid #cbd7d0;border-radius:8px;background:#fff;box-shadow:0 12px 28px #1f2f2b29}.combo-option,.combo-add-option,.combo-empty{width:100%;display:grid;gap:2px;padding:9px 11px;border:0;border-radius:0;color:#33423e;background:#fff;text-align:left}.combo-option:hover,.combo-option:focus{color:var(--brand-strong);background:#edf5f2;outline:none}.combo-option strong{font-size:.78rem}.combo-option small{color:#75817c;font-size:.67rem;font-weight:400}.combo-option.universal-option{background:#f2f7f4}.combo-option.universal-option strong{font-weight:850}.combo-option.universal-option small{color:var(--brand);font-weight:800}.combo-add-option{display:flex;align-items:center;gap:8px;border-top:1px solid var(--line);color:var(--brand-strong);background:#f7faf8;font-size:.76rem;font-weight:750}.combo-add-option:hover,.combo-add-option:focus{background:#e7f1ed;outline:none}.combo-add-option span{width:19px;height:19px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--brand);font-size:.88rem}.combo-empty{color:#818b86;font-size:.72rem;font-weight:400;cursor:default}.combo-selected .combo-input{border-color:#9cbeb2;background:#fbfdfc}.complaint-form-grid small{color:var(--muted);font-size:.69rem;font-weight:400;line-height:1.4}.field-label{min-height:24px;display:inline-flex;align-items:center;gap:5px;color:#52605b;font-size:.76rem;font-weight:700;line-height:1.2}.form-field-icon{width:23px;height:23px;display:inline-grid;place-items:center;flex:0 0 23px;border-radius:6px}.form-field-icon svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.form-field-icon.section-icon{width:29px;height:29px;flex-basis:29px;border-radius:8px}.form-field-icon.section-icon svg{width:16px;height:16px}.full-span{grid-column:1/-1}.complaint-id-field input{font-weight:750;color:var(--brand-strong)}.complaint-id-field input::placeholder{color:#98a29e;font-weight:500;opacity:1}.form-notice{margin-top:14px;padding:10px 12px;border:1px solid #e8c4bc;border-radius:7px;color:#8d342b;background:#fff2ef;font-size:.77rem}.complaint-dialog-actions{margin-top:16px;padding-top:17px;border-top:1px solid var(--line)}.quick-add-dialog{width:min(560px,calc(100vw - 30px))}.quick-add-dialog form{padding:23px}.quick-add-dialog .dialog-header p{margin:6px 0 0;color:var(--muted);font-size:.75rem;line-height:1.4}.import-dialog{width:min(690px,calc(100vw - 30px))}.import-dialog form{padding:22px}.import-dialog .dialog-header h2{margin:0}.import-content{display:grid;gap:12px;padding:15px 0 2px}.import-type-picker{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.import-type-option{min-width:0;min-height:50px;display:flex;align-items:center;gap:8px;padding:7px 8px;border:1px solid var(--line);border-radius:9px;color:#44534e;background:#fafbf9;text-align:left}.import-type-option:hover{border-color:#b6c9c1;background:#f3f7f4}.import-type-option.active{border-color:#8eb5a8;color:var(--brand-strong);background:#eaf4f0;box-shadow:inset 0 0 0 1px #23615b14}.import-type-option>span:last-child{min-width:0;display:grid;gap:2px}.import-type-option strong{overflow:hidden;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.import-type-option small{display:none}.import-type-option svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.import-dropzone{width:100%;min-height:120px;display:grid;place-items:center;align-content:center;gap:6px;padding:17px;border:1.5px dashed #adc5bb;border-radius:11px;color:#425650;background:#f7faf8;text-align:center;transition:.15s ease}.import-dropzone:hover,.import-dropzone.drag-over{border-color:var(--brand);color:var(--brand-strong);background:#edf6f2}.import-dropzone.has-file{border-style:solid;border-color:#8eb8aa;background:#edf7f3}.import-dropzone-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;color:var(--brand);background:#e0efea}.import-dropzone-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.import-dropzone strong{max-width:100%;overflow:hidden;font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}.import-dropzone small{color:#76827d;font-size:.7rem}.import-format-card{padding:12px;border:1px solid var(--line);border-radius:9px;background:#fbfcfa}.import-format-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.import-format-heading>div{display:grid;gap:2px}.import-format-heading strong{color:#40504b;font-size:.78rem}.import-format-heading small{color:#7a8580;font-size:.67rem}.import-format-heading button{padding:5px 8px;border:0;border-radius:6px;color:var(--brand-strong);background:#e6f0ec;font-size:.68rem;font-weight:800}.import-format-heading button:hover{background:#d8e9e3}.import-column-preview{display:grid;grid-template-columns:1fr 1.5fr;gap:8px;margin-top:12px}.import-column-preview.relation{grid-template-columns:minmax(0,1fr) auto minmax(0,1.2fr);align-items:stretch}.import-column-preview>i{display:grid;place-items:center;color:#9b6c27;font-size:1rem;font-style:normal;font-weight:900}.import-column-preview.data-columns{grid-template-columns:repeat(3,minmax(0,1fr));max-height:132px;padding-right:4px;overflow:auto}.import-column-preview.data-columns>span{min-height:48px;padding:7px 8px}.import-column-preview.data-columns b{font-size:.67rem}.import-column-preview.data-columns small{font-size:.59rem}.import-column-preview>span{display:grid;gap:2px;padding:9px 10px;border:1px solid #d7dfda;border-radius:7px;background:#fff}.import-column-preview b{color:#354942;font-size:.74rem}.import-column-preview small{color:#818b87;font-size:.63rem}.import-format-card p{display:block;margin:11px 0 0;color:#6e7a75;font-size:.7rem;line-height:1.45}.import-format-card .status-pill{flex:0 0 auto}.import-relation-badge{flex:0 0 auto;display:inline-flex;align-items:center;padding:3px 8px;border:1px solid #e0c68e;border-radius:999px;color:#815919;background:#fff6e5;font-size:.64rem;font-weight:850;white-space:nowrap}.import-rule-line{display:block}#importRule{display:grid;gap:6px;margin-top:10px}.import-required-badge{flex:0 0 auto;display:inline-flex;align-items:center;padding:3px 8px;border:1px solid #d9aca5;border-radius:999px;color:#913f35;background:#fff0ed;font-size:.64rem;font-weight:850;white-space:nowrap}.import-dialog form{max-height:calc(100vh - 30px);overflow:auto}.import-dialog .form-notice{margin-top:0}.export-dialog{width:min(720px,calc(100vw - 30px))}.export-dialog form{max-height:calc(100vh - 30px);padding:22px;overflow:auto}.export-dialog .dialog-header{padding-bottom:16px}.export-dialog .dialog-header h2{margin:5px 0 0}.export-dialog .dialog-header p{margin:6px 0 0;color:var(--muted);font-size:.73rem;line-height:1.4}.export-content{display:grid;gap:13px;padding:15px 0 2px}.export-type-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.export-type-option{min-width:0;min-height:76px;display:grid;grid-template-columns:39px minmax(0,1fr) 22px;align-items:center;gap:10px;padding:11px 12px;border:1px solid var(--line);border-radius:10px;color:#45544f;background:#fafbf9;text-align:left}.export-type-option:hover{border-color:#b6c9c1;background:#f4f8f5}.export-type-option.active{border-color:#83aa9d;color:var(--brand-strong);background:#eaf4f0;box-shadow:inset 0 0 0 1px #23615b12}.export-type-option:focus-visible{outline:3px solid rgba(35,97,91,.15);outline-offset:2px}.export-type-option:disabled{cursor:wait;opacity:.68}.export-type-icon{width:39px;height:39px;display:grid;place-items:center;border-radius:10px}.export-type-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.export-type-option>span:nth-child(2){min-width:0;display:grid;gap:3px}.export-type-option strong{font-size:.82rem}.export-type-option small{overflow:hidden;color:#75817c;font-size:.69rem;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.export-selected-check{width:22px;height:22px;padding:3px;border:1px solid #bfcac5;border-radius:50%;fill:none;stroke:transparent;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;background:#fff}.export-type-option.active .export-selected-check{border-color:var(--brand);stroke:#fff;background:var(--brand)}.export-options-panel{padding:15px;border:1px solid #dbe3de;border-radius:10px;background:linear-gradient(180deg,#fbfcfb,#f6f8f6)}.export-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.export-section-heading>div{display:grid;gap:3px}.export-section-heading strong{color:#354a43;font-size:.84rem}.export-section-heading small{color:#7b8782;font-size:.7rem;line-height:1.35}.export-count-pill{flex:0 0 auto;padding:5px 9px;border:1px solid #c9dbd4;border-radius:999px;color:#32675e;background:#eaf3f0;font-size:.68rem;font-weight:800;white-space:nowrap}.export-date-range{display:grid;grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr);align-items:end;gap:8px;margin-top:14px}.export-date-range label{display:grid;gap:6px;color:#52615c;font-size:.7rem;font-weight:750}.export-date-range input{width:100%;min-height:41px;padding:8px 10px;border:1px solid var(--line-strong);border-radius:7px;color:var(--ink);background:#fff;outline:none}.export-date-range input[aria-invalid=true]{border-color:#bd6259;box-shadow:0 0 0 3px #aa342a1c}.export-date-range input:disabled{color:#76817d;background:#f0f3f1;cursor:wait}.export-date-arrow{height:41px;display:grid;place-items:center;color:#74817c;font-size:1rem}.export-help{display:flex;align-items:flex-start;gap:7px;margin:11px 1px 0;color:#76827d;font-size:.69rem;line-height:1.45}.export-help svg{width:15px;height:15px;flex:0 0 auto;margin-top:1px;fill:none;stroke:#668078;stroke-width:1.7;stroke-linecap:round}.export-range-summary{margin-top:11px;padding:9px 11px;border-radius:8px;color:#426259;background:#eaf2ef;font-size:.7rem;font-weight:700;line-height:1.4}.export-library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:13px}.export-library-grid>span{min-width:0;display:grid;gap:3px;padding:9px 10px;border:1px solid #d9e1dc;border-radius:8px;background:#fff}.export-library-grid b{overflow:hidden;color:#40534d;font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}.export-library-grid small{color:#7c8883;font-size:.67rem}.export-dialog .form-notice{margin-top:0}.export-dialog button:disabled:not(.primary-button){opacity:.55;cursor:wait}.dashboard-view{margin-top:0}.dashboard-content{display:grid;gap:12px}.dashboard-message-card{min-height:360px;display:grid;place-items:center;align-content:center;gap:9px;padding:28px;color:#64736d;text-align:center}.dashboard-message-card strong{color:#334740;font-size:.98rem}.dashboard-message-card small{max-width:470px;font-size:.76rem;line-height:1.5}.dashboard-message-card .secondary-button{margin-top:5px}.dashboard-message-icon{width:44px;height:44px;display:grid;place-items:center;margin-bottom:3px;border-radius:50%;color:var(--brand);background:var(--brand-soft);font-size:1.15rem;font-weight:900}.dashboard-message-icon.error{color:#9d3d33;background:#fbe9e6}.dashboard-message-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.dashboard-section-grid{display:grid;grid-template-columns:minmax(0,1.62fr) minmax(340px,.88fr);gap:12px;align-items:stretch}.dashboard-panel{min-width:0;padding:18px}.dashboard-panel-heading{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:8px}.dashboard-panel-heading>div{min-width:0}.dashboard-panel-heading h3{margin:0;color:#263d36;font-size:1.14rem;line-height:1.15;letter-spacing:-.02em}.dashboard-panel-heading p{margin:5px 0 0;color:#77847f;font-size:.67rem;line-height:1.4}.dashboard-link-button{flex:0 0 auto;display:flex;align-items:center;gap:7px;padding:7px 9px;border:1px solid transparent;border-radius:7px;color:#28685e;background:transparent;font-size:.7rem;font-weight:850}.dashboard-link-button:hover{border-color:#c9d9d2;background:#f3f7f5}.dashboard-link-button:focus-visible,.dashboard-icon-link:focus-visible,.dashboard-attention-row:focus-visible,.dashboard-attention-pagination button:focus-visible{outline:3px solid rgba(35,97,91,.16);outline-offset:2px}.dashboard-icon-link{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;padding:0;border:1px solid #cfdbd5;border-radius:9px;color:#326c62;background:#f8faf8}.dashboard-icon-link:hover{border-color:#9dbbb0;background:#edf5f2;transform:translate(1px)}.dashboard-icon-link svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.dashboard-calendar-heading{align-items:flex-start;margin-bottom:11px}.dashboard-calendar-controls{min-height:48px;display:flex;align-items:center;gap:7px;padding:7px 9px;border:1px solid #dde6e1;border-radius:10px;background:linear-gradient(180deg,#fafcfb,#f4f8f6)}.dashboard-calendar-nav{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;padding:0;border:1px solid #cbd9d3;border-radius:8px;color:#315f57;background:#fff;box-shadow:0 1px 2px #1e322c0d}.dashboard-calendar-nav span{font-size:1.35rem;line-height:1;transform:translateY(-1px)}.dashboard-calendar-nav:hover{border-color:#95b6aa;color:#174a45;background:#edf5f2}.dashboard-calendar-nav:disabled,.dashboard-calendar-today:disabled{opacity:.45;cursor:not-allowed}.dashboard-calendar-month-copy{min-width:142px;display:flex;align-items:center;flex:1 1 auto;padding:0 4px}.dashboard-calendar-month-copy strong{color:#29433b;font-size:1rem;font-weight:900;letter-spacing:-.015em}.dashboard-calendar-month-picker{display:flex;flex:0 1 144px}.dashboard-calendar-month-picker input{width:100%;min-width:122px;height:34px;padding:5px 7px;border:1px solid #cbd9d3;border-radius:8px;color:#38554d;background:#fff;outline:none;font-size:.72rem;font-weight:800}.dashboard-calendar-today{min-height:34px;flex:0 0 auto;padding:5px 10px;border:1px solid #cbd9d3;border-radius:8px;color:#315f57;background:#fff;font-size:.72rem;font-weight:850}.dashboard-calendar-today:hover,.dashboard-calendar-month-picker input:hover{border-color:#9ab8ad;background:#f5f9f7}.dashboard-calendar-nav:focus-visible,.dashboard-calendar-today:focus-visible,.dashboard-calendar-month-picker input:focus-visible,.dashboard-calendar-day:focus-visible{outline:3px solid rgba(35,97,91,.17);outline-offset:2px}.dashboard-calendar-summary{min-height:42px;display:flex;align-items:center;flex-wrap:wrap;gap:7px;padding:9px 1px 8px}.dashboard-calendar-summary>span,.dashboard-day-dialog-summary>span{display:inline-flex;align-items:baseline;gap:5px;padding:5px 10px;border:1px solid #dae4df;border-radius:999px;color:#60716a;background:#f5f8f6;font-size:.68rem;font-weight:800}.dashboard-calendar-summary b,.dashboard-day-dialog-summary b{color:#304a42;font-size:.84rem}.dashboard-calendar-summary .calendar-summary-total,.dashboard-day-dialog-summary .calendar-summary-total{border-color:#b9d5ca;color:#28675c;background:#e8f3ef}.dashboard-calendar-summary .calendar-summary-open,.dashboard-day-dialog-summary .calendar-summary-open{border-color:#e7cca0;color:#8a5b19;background:#fff5e5}.dashboard-calendar-summary .calendar-summary-closed,.dashboard-day-dialog-summary .calendar-summary-closed{border-color:#c9ded4;color:#337158;background:#edf7f1}.dashboard-calendar-scroll{overflow-x:auto;padding-bottom:2px;border:1px solid #e0e7e3;border-radius:10px;background:#f8faf9;scrollbar-color:#a7bab2 #edf2ef;scrollbar-width:thin}.dashboard-calendar-weekdays,.dashboard-calendar-days{min-width:610px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.dashboard-calendar-weekdays{border-bottom:1px solid #dfe7e2;background:#f1f5f3}.dashboard-calendar-weekdays span{padding:8px 5px;color:#73817b;font-size:.63rem;font-weight:900;letter-spacing:.055em;text-align:center;text-transform:uppercase}.dashboard-calendar-days{gap:1px;padding:1px;background:#e3e9e6;transition:opacity .15s ease}.dashboard-calendar-days[aria-busy=true]{opacity:.58;pointer-events:none}.dashboard-calendar-day{min-width:0;min-height:80px;display:flex;flex-direction:column;gap:6px;padding:7px 8px;position:relative;overflow:hidden;border:0;border-radius:0;color:#5c6b66;background:#fff;text-align:left;cursor:default}.dashboard-calendar-day:not(:disabled){cursor:pointer}.dashboard-calendar-day:not(:disabled):hover{z-index:1;background:#f0f8f5;box-shadow:inset 0 0 0 2px #87aea1,0 4px 12px #2453481a}.dashboard-calendar-day.outside-month{color:#a0aaa6;background:#f7f9f8}.dashboard-calendar-day.has-activity{background:linear-gradient(145deg,#f9fcfb,#edf6f2);box-shadow:inset 0 3px #6f9f90}.dashboard-calendar-day.has-open{background:linear-gradient(145deg,#fffdf8,#f8f2e8);box-shadow:inset 0 3px #cf8434}.dashboard-calendar-day.has-open.has-closed{background:linear-gradient(145deg,#fffdf8,#eef7f3);box-shadow:inset 0 3px #b87935}.dashboard-calendar-day.today{box-shadow:inset 0 0 0 2px #2c6d63}.dashboard-calendar-day.today.has-activity{box-shadow:inset 0 3px #6f9f90,inset 0 0 0 2px #2c6d63}.dashboard-calendar-day.today.has-open{box-shadow:inset 0 3px #cf8434,inset 0 0 0 2px #2c6d63}.dashboard-calendar-day-heading{display:flex;align-items:center;justify-content:space-between;gap:5px}.dashboard-calendar-day-heading strong{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;color:#3f554e;font-size:.77rem;font-weight:900}.dashboard-calendar-day.today .dashboard-calendar-day-heading strong{color:#fff;background:#28685e}.dashboard-calendar-day-count{min-width:23px;min-height:21px;display:grid;place-items:center;padding:2px 7px;border-radius:999px;color:#fff;background:#39786c;font-size:.66rem;font-weight:900}.dashboard-calendar-day-count,.dashboard-calendar-day-events i,.dashboard-day-status{font-style:normal}.dashboard-calendar-day.has-open .dashboard-calendar-day-count{background:#b66a24}.dashboard-calendar-day-events{display:grid;align-content:start;gap:3px;min-width:0}.dashboard-calendar-day-events span{display:flex;align-items:center;gap:5px;min-width:0;color:#61726b;font-size:.63rem;font-weight:800;line-height:1.25;white-space:nowrap}.dashboard-calendar-day-events i{width:6px;height:6px;flex:0 0 6px;border-radius:50%}.dashboard-calendar-day-events .calendar-day-open{color:#8b5a1b}.dashboard-calendar-day-events .calendar-day-open i{background:#cf8434}.dashboard-calendar-day-events .calendar-day-closed{color:#3d705c}.dashboard-calendar-day-events .calendar-day-closed i{background:#5c9a7c}.dashboard-calendar-legend{min-height:31px;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:12px;padding:9px 2px 0;color:#75827d;font-size:.64rem;font-weight:750}.dashboard-calendar-legend span{display:inline-flex;align-items:center;gap:5px}.dashboard-calendar-legend i{width:8px;height:8px;display:block;border-radius:50%}.calendar-legend-open{background:#cf8434}.calendar-legend-closed{background:#5c9a7c}.calendar-legend-today{border:2px solid #2c6d63;background:#fff}.dashboard-attention-panel{align-self:stretch;display:flex;flex-direction:column}.dashboard-workload-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:8px;padding:8px 0;border-top:1px solid #e7ece9;border-bottom:1px solid #e7ece9}.dashboard-workload-summary>span{min-width:0;display:grid;gap:2px;padding:0 11px;border-left:1px solid #e5ebe8}.dashboard-workload-summary>span:first-child{padding-left:1px;border-left:0}.dashboard-workload-summary small{color:#77847e;font-size:.6rem;font-weight:800;white-space:nowrap}.dashboard-workload-summary strong{color:#294039;font-size:1.22rem;line-height:1.1;letter-spacing:-.025em}.dashboard-workload-summary .attention-overdue strong{color:#a23e35}.dashboard-attention-list{min-height:476px;display:grid;align-content:start;flex:1 1 auto;gap:4px}.dashboard-attention-row{width:100%;min-height:44px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:7px 10px;border:1px solid transparent;border-radius:8px;color:inherit;background:transparent;text-align:left}.dashboard-attention-row:hover{border-color:#d6e1dc;background:#f5f8f6}.dashboard-attention-row>span{min-width:0;display:grid;gap:3px}.dashboard-attention-row>span:last-child{justify-items:end}.dashboard-attention-row strong{overflow:hidden;color:#344a43;font-size:.82rem;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.dashboard-attention-row>span:last-child>strong{color:#61716b;font-size:.7rem;font-weight:750}.dashboard-attention-row small{overflow:hidden;color:#78847f;font-size:.68rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.dashboard-due-status{display:inline-flex;align-items:center;padding:2px 6px;border-radius:999px;color:#526a63!important;background:#edf3f0;font-weight:850!important}.dashboard-due-status.overdue{color:#993a31!important;background:#fbe9e6}.dashboard-due-status.soon{color:#8a5b19!important;background:#fff2d9}.dashboard-due-status.undated{color:#68736f!important;background:#eff1f0}.dashboard-attention-clear{min-height:188px;display:grid;place-items:center;align-content:center;gap:5px;color:#6d7974;text-align:center}.dashboard-attention-clear span{width:34px;height:34px;display:grid;place-items:center;margin-bottom:3px;border-radius:50%;color:#2f7656;background:#e6f3eb;font-weight:900}.dashboard-attention-clear strong{color:#385149;font-size:.78rem}.dashboard-attention-clear small{font-size:.65rem}.dashboard-attention-pagination{min-height:35px;display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:10px;margin-top:7px;padding-top:7px;border-top:1px solid #e8edea}.dashboard-attention-pagination button{min-height:28px;display:inline-flex;align-items:center;gap:5px;justify-self:start;padding:4px 7px;border:1px solid transparent;border-radius:6px;color:#376c62;background:transparent;font-size:.64rem;font-weight:850}.dashboard-attention-pagination button:last-child{justify-self:end}.dashboard-attention-pagination button:hover:not(:disabled){border-color:#cbdad4;background:#f3f7f5}.dashboard-attention-pagination button:disabled{color:#a3ada9;cursor:not-allowed}.dashboard-attention-pagination>span{align-self:center;color:#74817c;font-size:.63rem;font-weight:800;white-space:nowrap}.trend-view{margin-top:-8px}.trend-filter-panel{min-height:66px;margin-bottom:14px;padding:11px 14px;position:sticky;z-index:70;top:calc(var(--app-header-height) + var(--app-tabs-height));overflow:hidden;background:linear-gradient(100deg,#fbfcfafa,#f4f8f6fa);box-shadow:0 7px 16px #1f2f2b13;backdrop-filter:blur(10px);transition:min-height .16s ease,padding .16s ease}.trend-filter-panel.is-refreshing:after{content:"";height:2px;position:absolute;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,var(--brand) 45%,#63a28f 58%,transparent 100%);transform:translate(-100%);animation:trend-range-progress 1.05s ease-in-out infinite}.trend-content.is-refreshing{cursor:progress}@keyframes trend-range-progress{to{transform:translate(100%)}}.trend-range-body{display:flex;align-items:end;gap:10px}.trend-filter-panel label{display:grid;gap:5px;color:#64716c;font-size:.65rem;font-weight:800}.trend-filter-panel .trend-range-control{width:min(160px,100%)}.trend-filter-panel select,.trend-filter-panel input{min-height:38px;padding:7px 10px;border:1px solid var(--line-strong);border-radius:7px;color:#34443f;background:#fff;outline:none;font-size:.76rem}.trend-filter-panel input{width:148px}.trend-filter-panel .primary-button{min-height:38px}.trend-range-summary{min-width:235px;display:grid;justify-items:end;gap:4px;margin-left:auto;padding:4px 35px 3px 18px;cursor:pointer}.trend-range-summary span{color:#7a8580;font-size:.65rem;font-weight:800;letter-spacing:.015em}.trend-range-summary strong{color:#29433d;font-size:.78rem;font-weight:800;white-space:nowrap}.trend-range-toggle{width:28px;height:28px;display:grid;place-items:center;position:absolute;right:12px;top:19px;padding:0;border:1px solid transparent;border-radius:7px;color:#5d6f68;background:transparent;font:inherit;cursor:pointer}.trend-range-toggle:hover{border-color:#d6e0db;color:#285f58;background:#fff}.trend-range-toggle:focus-visible{outline:2px solid rgba(35,97,91,.28);outline-offset:1px}.trend-range-toggle svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .16s ease}.trend-range-toggle-expanded,.trend-range-toggle-collapsed{display:none}.trend-filter-panel.is-collapsed{min-height:43px;padding:7px 11px;cursor:pointer}.trend-filter-panel.is-collapsed .trend-range-body{display:none}.trend-filter-panel.is-collapsed .trend-range-toggle{width:100%;height:27px;display:flex;align-items:center;justify-content:flex-start;gap:11px;position:static;border:0;text-align:left}.trend-filter-panel.is-collapsed .trend-range-toggle:hover{background:#ffffffb8}.trend-filter-panel.is-collapsed .trend-range-toggle-collapsed{min-width:0;display:flex;align-items:baseline;gap:12px}.trend-filter-panel.is-collapsed .trend-range-toggle-collapsed small{color:#68766f;font-size:.67rem;font-weight:850;letter-spacing:.015em}.trend-filter-panel.is-collapsed .trend-range-toggle-collapsed strong{overflow:hidden;color:#29433d;font-size:.76rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.trend-filter-panel.is-collapsed .trend-range-toggle svg{margin-left:auto;transform:rotate(180deg)}.trend-message-card{min-height:360px;display:grid;place-items:center;align-content:center;gap:8px;color:#64736d;text-align:center}.trend-message-card strong{color:#334740;font-size:.95rem}.trend-message-card small{font-size:.75rem}.trend-loading-mark{width:34px;height:34px;margin-bottom:4px;border:3px solid #d9e7e1;border-top-color:var(--brand);border-radius:50%;animation:trend-spin .85s linear infinite}.trend-empty-icon{width:42px;height:42px;display:grid;place-items:center;margin-bottom:3px;border-radius:50%;color:var(--brand);background:var(--brand-soft);font-size:1.25rem;font-weight:800}@keyframes trend-spin{to{transform:rotate(360deg)}}.trend-content{display:grid;gap:15px}.trend-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.trend-kpi-card{min-height:112px;display:flex;align-items:center;gap:13px;padding:14px 16px;overflow:hidden;position:relative;border:1px solid var(--line);border-radius:11px;background:#fff;box-shadow:0 5px 18px #1f2f2b0b}.trend-kpi-card:after{content:"";width:104px;height:104px;position:absolute;right:-34px;bottom:-52px;border-radius:50%;background:currentColor;opacity:.06}.trend-kpi-icon{width:43px;height:43px;display:grid;place-items:center;flex:0 0 43px;border-radius:11px;background:currentColor;box-shadow:0 5px 12px color-mix(in srgb,currentColor 20%,transparent)}.trend-kpi-icon svg{width:21px;height:21px;fill:none;stroke:#fff;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.trend-kpi-copy{min-width:0;width:100%;display:grid;align-content:center;gap:4px}.trend-kpi-card small{color:#596a63;font-size:.78rem;font-weight:850;line-height:1.15}.trend-kpi-card strong{overflow:hidden;color:#1f302c;font-size:1.78rem;line-height:1.02;letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap}.trend-kpi-card .trend-kpi-text-value{font-size:1.25rem;line-height:1.15;letter-spacing:-.025em}.trend-kpi-card .trend-latest-comparison{display:flex;align-items:center;gap:6px;font-size:1.55rem}.trend-kpi-card .trend-latest-comparison.favorable{color:#287047}.trend-kpi-card .trend-latest-comparison.unfavorable{color:#aa3e34}.trend-kpi-card .trend-latest-comparison.neutral{color:#596863}.trend-kpi-card .trend-latest-arrow{font-size:1.16rem}.trend-kpi-card>div>span{overflow:hidden;color:#687770;font-size:.74rem;font-weight:720;line-height:1.28;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.trend-kpi-select{width:100%;min-width:0;height:30px;margin:-2px 0 0 -5px;padding:3px 22px 3px 5px;overflow:hidden;border:1px solid transparent;border-radius:6px;color:#566760;background:transparent;outline:none;font-size:.78rem;font-weight:850;text-overflow:ellipsis;cursor:pointer}.trend-kpi-select:hover{border-color:#d4ddd8;background:#f8faf8db}.trend-kpi-select:focus{border-color:#9db9ad;background:#fff;box-shadow:0 0 0 3px #23615b1a}.trend-kpi-card.tone-total{color:#23615b}.trend-kpi-card.tone-average{color:#48769c}.trend-kpi-card.tone-peak{color:#b16c24}.trend-kpi-card.tone-latest{color:#765f94}.trend-chart-panel{min-width:0;padding:19px 20px 16px}.trend-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:11px}.trend-panel-heading h3{margin:0;color:#243b35;font-size:1.28rem;font-weight:800;line-height:1.2;letter-spacing:-.02em}.trend-panel-heading p{max-width:720px;margin:0;color:#74807b;font-size:.72rem;line-height:1.45}.trend-section-kicker{color:#3e796d;font-size:.59rem;font-weight:850;letter-spacing:.12em}.trend-static-legend{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:12px;padding-top:9px;color:#63716c;font-size:.66rem;font-weight:750;white-space:nowrap}.trend-static-legend span{display:flex;align-items:center;gap:6px}.legend-line{width:20px;height:3px;display:inline-block;border-radius:999px;background:#23615b}.legend-line.average-line{height:0;border-top:2px dashed #c87827;background:transparent}.trend-volume-panel{padding-top:22px}.trend-volume-panel .trend-panel-heading{min-height:58px;align-items:center;margin-bottom:5px;padding:2px 2px 5px}.trend-volume-panel .trend-panel-heading>div:first-child{min-height:48px;display:flex;align-items:center}.trend-volume-panel .trend-panel-heading h3{margin:0;color:#243b35}.trend-volume-controls{display:flex;align-items:flex-end;justify-content:flex-end;gap:9px}.trend-volume-select,.trend-year-picker{display:grid;justify-items:center;gap:6px;color:#566a63;font-size:.7rem;font-weight:850}.trend-volume-select select,.trend-year-picker-button{min-height:37px;border:1px solid var(--line-strong);border-radius:7px;color:#34463f;background:#fff;outline:none;font-size:.72rem;font-weight:750}.trend-volume-select select{min-width:112px;padding:7px 28px 7px 10px}.trend-volume-select select:focus,.trend-year-picker-button:focus-visible{border-color:#8fb1a5;box-shadow:0 0 0 3px #23615b1a}.trend-volume-select>span,.trend-control-label{width:100%;color:#566a63;font-size:.7rem;font-weight:850;line-height:1;text-align:center}.trend-year-picker{width:148px;min-width:148px;position:relative}.trend-year-picker-button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 9px 7px 10px;text-align:left}.trend-year-picker-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trend-year-picker-button svg{width:15px;height:15px;flex:0 0 auto;fill:none;stroke:#6d7b75;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .15s ease}.trend-year-picker-button[aria-expanded=true] svg{transform:rotate(180deg)}.trend-year-menu{width:100%;max-height:230px;display:grid;gap:2px;position:absolute;z-index:12;top:calc(100% + 6px);right:0;overflow:auto;padding:6px;border:1px solid #cdd8d2;border-radius:8px;background:#fff;box-shadow:0 12px 28px #1c2b2729}.trend-year-menu label{min-height:32px;display:flex;align-items:center;gap:8px;padding:6px 7px;border-radius:6px;color:#42534d;font-size:.7rem;cursor:pointer}.trend-year-menu label:hover{background:#f0f5f2}.trend-year-menu input{width:15px;height:15px;accent-color:var(--brand)}.trend-year-menu label.is-disabled{color:#a1aaa6;cursor:not-allowed}.trend-year-menu label.is-disabled:hover{background:transparent}.trend-year-menu-limit{margin:3px 4px 1px;padding-top:6px;border-top:1px solid #e7ece9;color:#7d8984;font-size:.61rem;font-weight:750;text-align:center}.trend-volume-legend{min-height:40px;display:flex;align-items:center;flex-wrap:wrap;gap:10px 22px;padding:5px 0 11px;color:#4e5f59;font-size:.8rem;font-weight:800}.trend-volume-legend.is-empty{min-height:0;display:none;padding:0}.trend-volume-legend span{display:flex;align-items:center;gap:8px;white-space:nowrap}.trend-volume-legend span.is-hidden{opacity:.34;text-decoration:line-through}.trend-chart-mode-label{margin-left:auto;padding:4px 8px;border:1px solid #bed8ce;border-radius:999px;color:#28695f;background:#edf7f3;font-size:.65rem;font-style:normal;font-weight:850;letter-spacing:.015em;white-space:nowrap}.trend-legend-bars{width:28px;height:15px;display:flex;align-items:flex-end;gap:3px;position:relative}.trend-legend-bars b{width:12px;height:11px;border-radius:3px 3px 0 0;background:#3f8f65}.trend-legend-bars b:last-child{height:15px;background:#c5554c}.trend-legend-bars.neutral b{background:#4d8278}.trend-legend-bar{width:25px;height:12px;display:inline-block;position:relative;border-radius:3px 3px 1px 1px}.trend-legend-bar.comparison-1{color:#526d8e;background:#71849b}.trend-legend-bar.comparison-2{color:#6e5780;background:#8a78a0}.trend-legend-bar.comparison-3{color:#6d5943;background:#8a765f}.trend-legend-bars.has-line:after,.trend-legend-bar.has-line:after{content:"";height:0;position:absolute;left:-2px;right:-2px;top:5px;border-top:2px solid currentColor}.trend-legend-bars.has-line:after{color:#285f58}.trend-legend-line{--legend-color:#71849b;width:29px;height:0;display:inline-block;border-top:3px solid var(--legend-color)}.trend-legend-line.goal{border-top:3px solid #c87827}.trend-legend-line.average{border-top:2px dashed #b86f23}.trend-chart{min-height:294px;position:relative;overflow:hidden;border-top:1px solid #edf0ed}.trend-volume-panel #trendVolumeChart{min-height:360px;overflow-x:auto;overflow-y:hidden;scrollbar-color:#a9bbb4 #edf2ef}.trend-volume-canvas{height:360px;min-width:100%}.trend-volume-canvas.weekly{width:1640px;min-width:1640px}.trend-volume-panel #trendVolumeChart svg{width:100%;height:360px}.trend-volume-panel #trendVolumeChart .trend-axis-label{fill:#65736d;font-size:12px;font-weight:700}.trend-volume-bar{opacity:.94}.trend-volume-bar.within{fill:#3f8f65}.trend-volume-bar.above{fill:#c5554c}.trend-volume-bar.neutral{fill:#4d8278}.trend-volume-bar.comparison-1{fill:#71849b;opacity:.84}.trend-volume-bar.comparison-2{fill:#8a78a0;opacity:.84}.trend-volume-bar.comparison-3{fill:#8a765f;opacity:.84}.trend-volume-bar:hover{opacity:1}.trend-volume-line{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;vector-effect:non-scaling-stroke}.trend-volume-line.comparison{opacity:.9}.trend-volume-line.year-overlay{stroke-width:2;opacity:.96}.trend-volume-line.goal{stroke-width:2.5}.trend-average-reference-line{stroke:#b86f23;stroke-width:2;stroke-dasharray:7 6;opacity:.92;vector-effect:non-scaling-stroke}.trend-volume-line.category-average{stroke-width:2.2;stroke-dasharray:7 6;opacity:.95}.trend-volume-dot.category-average{stroke:#fff;stroke-width:1.5}.trend-volume-dot{stroke:#fff;stroke-width:1.4;vector-effect:non-scaling-stroke}.trend-volume-dot.goal{stroke:#fff8ed}.trend-volume-area{opacity:.13;pointer-events:none}.trend-volume-area.current{opacity:.18}.trend-volume-area-line{fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.trend-volume-area-line.current{stroke-width:2.9}.trend-volume-area-dot{stroke:#fff;stroke-width:1.7;vector-effect:non-scaling-stroke}.trend-volume-area-dot:hover{r:4.5}.trend-area-legend-swatch{width:27px;height:14px;display:inline-block;position:relative;overflow:hidden;border-radius:4px 4px 2px 2px;border-bottom:2px solid var(--area-color);background:color-mix(in srgb,var(--area-color) 17%,transparent)}.trend-area-legend-swatch:after{content:"";height:0;position:absolute;left:2px;right:2px;top:6px;border-top:2px solid var(--area-color);transform:skewY(-13deg)}.trend-volume-table-region{margin-top:8px;overflow:hidden;border:1px solid #dfe6e1;border-radius:9px;background:#fff}.trend-volume-table-scroll{max-width:100%;overflow:auto;border-radius:inherit;scrollbar-color:#a9bbb4 #edf2ef}.trend-volume-table-region table{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;color:#495a54;font-size:.8rem}.trend-volume-table-region th,.trend-volume-table-region td{min-width:70px;height:40px;padding:7px 9px;border-right:1px solid #e6ebe8;border-bottom:1px solid #e6ebe8;text-align:center;white-space:nowrap}.trend-volume-table-region thead th{color:#5e6e67;background:#f5f8f6;font-size:.75rem;font-weight:850}.trend-volume-table-region .average-column{font-weight:850;box-shadow:inset 2px 0 #d2ded8,inset -2px 0 #d2ded8}.trend-volume-table-region thead .average-column{color:#2e6559;background:#edf5f1}.trend-volume-table-region tbody th{text-align:left}.trend-volume-table-region tr:last-child th,.trend-volume-table-region tr:last-child td{border-bottom:0}.trend-volume-table-region th:last-child,.trend-volume-table-region td:last-child{border-right:0}.trend-volume-table-region .series-column{width:184px;min-width:184px;position:sticky;left:0;z-index:2;box-shadow:1px 0 #dfe6e1}.trend-volume-table-region thead .series-column{z-index:3}.trend-volume-table-region tbody .series-column{color:#31443e;background:#fff;font-size:.82rem}.trend-volume-table-region tr.current th,.trend-volume-table-region tr.current td{color:#285f4b;background:#edf7f1;font-weight:850}.trend-volume-table-region tr.current .series-column{background:#e7f4ec}.trend-volume-table-region tr.current td.within-goal{color:#267044;background:#e8f6ed}.trend-volume-table-region tr.current td.above-goal{color:#a83f37;background:#fff0ee}.trend-list-table-region tr.list-total th,.trend-list-table-region tr.list-total td{color:#294b45;background:#edf5f2;font-weight:850}.trend-list-table-region tr.list-total .series-column{background:#e5f1ed}.trend-list-table-region tr.list-value th,.trend-list-table-region tr.list-value td{background:#fafbfa}.trend-list-table-region tr.list-value .series-column{background:#f5f7f6}.trend-list-table-region tr.list-other th,.trend-list-table-region tr.list-other td{color:#62706b;background:#f4f6f5}.trend-list-table-region tr.list-other .series-column{background:#edf1ef}.trend-list-table-region .trend-series-status-dot{box-shadow:0 0 0 3px #456f641f}.trend-list-table-region .trend-series-toggle strong{max-width:116px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trend-volume-table-region tr.goal th,.trend-volume-table-region tr.goal td{color:#8c5a20;background:#fff8ed;font-weight:800}.trend-volume-table-region tr.goal .series-column{background:#fff3df}.trend-volume-table-region tr.goal.off th,.trend-volume-table-region tr.goal.off td{color:#7b8581;background:#f7f8f7}.trend-volume-table-region tr.goal.off .series-column{background:#f1f3f2}.trend-volume-table-region tr.comparison th,.trend-volume-table-region tr.comparison td{background:#f8fafb}.trend-volume-table-region tr.comparison .series-column{background:#f2f5f7}.trend-volume-table-region tr.is-hidden>th,.trend-volume-table-region tr.is-hidden>td{color:#9aa29f;background:#f5f6f5;opacity:.48}.trend-volume-table-region tr.is-hidden .series-column{background:#eff1f0}.trend-series-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px}.trend-series-header-actions{display:flex;align-items:center;gap:5px}.trend-percentage-toggle{width:28px;height:25px;display:grid;place-items:center;flex:0 0 28px;padding:0;border:1px solid #d3ddd8;border-radius:6px;color:#66766f;background:#fff;font-size:.76rem;font-weight:900;line-height:1;cursor:pointer}.trend-percentage-toggle:hover{border-color:#93b3a7;color:#285f58;background:#f7fbf9}.trend-percentage-toggle:focus-visible{outline:2px solid rgba(35,97,91,.28);outline-offset:1px}.trend-percentage-toggle[aria-pressed=true]{border-color:#79a798;color:#fff;background:#34796f;box-shadow:0 2px 6px #23615b2e}.trend-collapse-toggle{width:28px;height:25px;display:grid;place-items:center;flex:0 0 28px;padding:0;border:1px solid #d3ddd8;border-radius:6px;color:#66766f;background:#fff;cursor:pointer}.trend-collapse-toggle:hover{border-color:#93b3a7;color:#285f58;background:#f7fbf9}.trend-collapse-toggle:focus-visible{outline:2px solid rgba(35,97,91,.28);outline-offset:1px}.trend-collapse-toggle svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .15s ease}.trend-collapse-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.trend-volume-table-region table.is-collapsed tbody{display:none}.trend-volume-table-region table.is-collapsed thead th:not(.series-column){display:none}.trend-volume-table-region table.is-collapsed thead th{border-bottom:0}.trend-volume-table-region.is-collapsed{width:184px;max-width:100%}.trend-volume-table-region.is-collapsed .trend-volume-table-scroll{overflow:hidden}.trend-volume-table-region.is-collapsed table{width:184px;min-width:184px}.trend-volume-table-region.is-collapsed .series-column{width:184px;min-width:184px;box-shadow:none}.trend-summary-toggle{width:72px;height:27px;display:flex;align-items:center;justify-content:center;gap:4px;margin:auto;padding:3px 6px;border:1px solid #c9d9d1;border-radius:6px;color:#2e6559;background:#f8fcfa;outline:none;font:inherit;font-size:.7rem;font-weight:850;cursor:pointer}.trend-summary-toggle svg{width:12px;height:12px;flex:0 0 12px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;opacity:.72}.trend-summary-toggle:hover{border-color:#8fb1a4;color:#245b50;background:#fff;box-shadow:0 2px 5px #23615b14}.trend-summary-toggle:focus-visible{border-color:#7fa99a;box-shadow:0 0 0 2px #23615b1f}.trend-summary-toggle:active{transform:translateY(1px)}.trend-summary-static{min-width:58px;height:27px;display:inline-flex;align-items:center;justify-content:center;margin:auto;padding:3px 9px;border:1px solid #d5dfda;border-radius:6px;color:#536760;background:#f2f6f4;font-size:.7rem;font-weight:850}.trend-volume-cell-value{display:flex;align-items:baseline;justify-content:center;gap:3px;white-space:nowrap}.trend-goal-comparison{color:inherit;font-size:.62rem;font-weight:850;opacity:.82;letter-spacing:-.01em}.trend-percentage-series-label{min-width:0;display:flex;align-items:center;gap:8px;padding:3px 4px}.trend-percentage-series-label>i{width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:var(--series-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--series-color) 15%,transparent)}.trend-percentage-series-label strong{overflow:hidden;font-size:inherit;text-overflow:ellipsis;white-space:nowrap}.trend-percentage-series-label small{margin-left:auto;padding:2px 6px;border:1px solid #d6e3de;border-radius:999px;color:#66766f;background:#ffffffb3;font-size:.58rem;font-weight:850;letter-spacing:.02em;text-transform:uppercase}.trend-volume-table-region .percentage-table tr.current th,.trend-volume-table-region .percentage-table tr.current td{color:#285f4b;background:#edf7f1}.trend-volume-table-region .percentage-table tr.comparison th,.trend-volume-table-region .percentage-table tr.comparison td{color:#53677b;background:#f6f8fa}.trend-volume-table-region .percentage-table tr.comparison .series-column{background:#eef2f5}.trend-series-toggle{min-width:0;display:flex;align-items:center;gap:7px;padding:3px 4px;border:0;border-radius:6px;color:inherit;background:transparent;font:inherit}.trend-series-toggle:hover{color:#223d36;background:#ffffffb8}.trend-series-toggle:focus-visible{outline:2px solid rgba(35,97,91,.3);outline-offset:1px}.trend-series-toggle strong{font-size:inherit}.trend-series-status-dot{width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:#78aa9d;box-shadow:0 0 0 3px #78aa9d21}.trend-series-toggle[aria-pressed=false] .trend-series-status-dot{background:#c1cbc6;box-shadow:none}.trend-year-series-controls{min-width:0;display:flex;align-items:center;justify-content:flex-start;gap:9px}.trend-series-line-toggle{width:37px;height:27px;display:grid;place-items:center;flex:0 0 37px;padding:0;border:1px solid #d6dfda;border-radius:6px;color:#718078;background:#ffffffc7}.trend-series-line-toggle:hover{border-color:#9eb9ae;background:#fff}.trend-series-line-toggle:focus-visible{outline:2px solid rgba(35,97,91,.28);outline-offset:1px}.trend-series-line-toggle:disabled{opacity:.35;cursor:not-allowed}.trend-series-line-toggle i{width:25px;height:10px;position:relative;border-top:2px solid currentColor}.trend-series-line-toggle i:after{content:"";width:5px;height:5px;position:absolute;left:10px;top:-3.5px;border:1px solid #fff;border-radius:50%;background:currentColor}.trend-series-line-toggle i.current{color:#285f58}.trend-series-line-toggle i.comparison-1{color:#526d8e}.trend-series-line-toggle i.comparison-2{color:#6e5780}.trend-series-line-toggle i.comparison-3{color:#6d5943}.trend-series-line-toggle[aria-pressed=false]{opacity:.42}.trend-series-line-toggle[aria-pressed=true]{border-color:#91afa3;background:#edf5f2;box-shadow:inset 0 0 0 1px #23615b14}.trend-goal-label{display:flex;align-items:center;justify-content:flex-start;gap:9px}.trend-goal-label label{display:flex;align-items:center;gap:4px}.trend-goal-label input{width:52px;height:29px;padding:4px 5px;border:1px solid #d9b77f;border-radius:5px;color:#784b18;background:#fff;outline:none;font-size:.74rem;font-weight:850;text-align:center}.trend-goal-label input:focus{border-color:#bf7928;box-shadow:0 0 0 2px #c8782721}.trend-goal-label small{color:#846b4f;font-size:.66rem}.trend-volume-table-region tr.goal.unavailable th,.trend-volume-table-region tr.goal.unavailable td{color:#8a9590;background:#f5f7f6}.trend-volume-table-region tr.goal.unavailable .series-column{background:#eef2f0}.trend-goal-disabled{width:100%;justify-content:space-between;gap:8px}.trend-disabled-series-label{display:flex;align-items:center;gap:7px;color:#77837e}.trend-disabled-series-label .trend-series-status-dot{background:#b8c2bd;box-shadow:none}.trend-goal-disabled>small{overflow:hidden;color:#7e8984;font-size:.59rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.trend-chart.compact-chart{min-height:274px}.trend-chart svg{width:100%;height:auto;display:block;overflow:visible;font-family:Segoe UI,Arial,sans-serif}.trend-grid-line{stroke:#e4e9e5;stroke-width:1}.trend-axis-line{stroke:#cbd5cf;stroke-width:1}.trend-axis-label{fill:#7a8580;font-size:10px;font-weight:600}.trend-axis-unit{fill:#526b63;font-size:10px;font-weight:850;letter-spacing:.015em}.trend-chart-line{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4;vector-effect:non-scaling-stroke}.trend-chart-line.dashed{stroke-dasharray:6 5;stroke-width:2}.trend-chart-dot{stroke:#fff;stroke-width:1.6;vector-effect:non-scaling-stroke}.trend-chart-empty{min-height:250px;display:grid;place-items:center;color:#8a9590;font-size:.74rem;text-align:center}.trend-list-panel{padding-top:18px}.trend-list-heading{min-height:54px;align-items:center;margin-bottom:0}.trend-list-heading>div:first-child{min-height:42px;display:flex;align-items:center}.trend-list-heading h3{margin:0}.trend-list-controls{display:grid;grid-template-columns:112px 152px 230px;align-items:end;gap:10px}.trend-list-select,.trend-list-value-picker{display:grid;justify-items:center;gap:6px;color:#566a63;font-size:.7rem;font-weight:850}.trend-list-select>span{width:100%;line-height:1;text-align:center}.trend-list-select select{width:100%;min-height:37px;padding:7px 28px 7px 10px;border:1px solid var(--line-strong);border-radius:7px;color:#34463f;background:#fff;outline:none;font-size:.72rem;font-weight:750}.trend-list-select select:focus{border-color:#8fb1a5;box-shadow:0 0 0 3px #23615b1a}.trend-list-value-picker{min-width:0;position:relative}.trend-list-values-button{width:230px}.trend-list-values-menu{width:330px;display:grid;gap:6px;position:absolute;z-index:14;top:calc(100% + 6px);right:0;padding:8px;border:1px solid #cdd8d2;border-radius:9px;background:#fff;box-shadow:0 14px 32px #1c2b272e}.trend-list-search{min-height:36px;display:flex;align-items:center;gap:7px;padding:6px 8px;border:1px solid #d6dfda;border-radius:7px;background:#f8faf9}.trend-list-search:focus-within{border-color:#91afa3;background:#fff;box-shadow:0 0 0 3px #23615b17}.trend-list-search svg{width:16px;height:16px;flex:0 0 16px;fill:none;stroke:#718078;stroke-width:1.8;stroke-linecap:round}.trend-list-search input{width:100%;min-width:0;padding:0;border:0;color:#34463f;background:transparent;outline:none;font-size:.72rem}.trend-list-value-options{max-height:260px;display:grid;gap:2px;overflow:auto;scrollbar-color:#a9bbb4 #edf2ef}.trend-list-value-options label{min-height:40px;display:grid;grid-template-columns:17px minmax(0,1fr) auto;align-items:center;gap:8px;padding:6px 7px;border-radius:6px;color:#42534d;cursor:pointer}.trend-list-value-options label:hover{background:#f0f5f2}.trend-list-value-options label.is-disabled{color:#a1aaa6;cursor:not-allowed}.trend-list-value-options label.is-disabled:hover{background:transparent}.trend-list-value-options input{width:15px;height:15px;accent-color:var(--brand)}.trend-list-value-options label>span{min-width:0;display:grid;gap:1px}.trend-list-value-options strong,.trend-list-value-options small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trend-list-value-options strong{font-size:.7rem}.trend-list-value-options small{color:#84908a;font-size:.6rem;font-weight:650}.trend-list-value-options b{color:#6b7973;font-size:.64rem}.trend-list-no-values{min-height:90px;display:grid;place-items:center;color:#8a9590;font-size:.68rem}.trend-list-panel #trendListChart{min-height:360px;overflow-x:auto;overflow-y:hidden;border-top-color:#e6ece8;background:linear-gradient(180deg,#fbfcfb 0,#fff 24%);scrollbar-color:#a9bbb4 #edf2ef}.trend-list-canvas{width:max-content;height:360px;min-width:100%}.trend-list-panel #trendListChart svg{width:auto;min-width:100%;height:360px}.trend-list-panel #trendListChart .trend-axis-label{fill:#65736d;font-size:12px;font-weight:700}.trend-list-panel .trend-volume-legend{min-height:36px;padding-block:4px 8px}.trend-list-bar{opacity:.9;stroke:#1f342e2e;stroke-width:.5;vector-effect:non-scaling-stroke;transition:opacity .12s ease,stroke-width .12s ease}.trend-list-bar.total{opacity:.88;stroke:#1a2e3447;stroke-width:.7}.trend-list-bar:hover{opacity:1;stroke-width:1}.trend-list-stack-bar{opacity:.96;stroke:#fff;stroke-width:1.2;vector-effect:non-scaling-stroke;transition:opacity .12s ease}.trend-list-stack-bar:hover{opacity:.82}.trend-list-legend-swatch{width:25px;height:12px;display:inline-block;position:relative;border-radius:3px 3px 1px 1px}.trend-list-legend-swatch.has-line:after{content:"";height:0;position:absolute;left:-2px;right:-2px;top:5px;border-top:2px solid currentColor;filter:brightness(.7)}.list-total-color{color:#263f46!important}.trend-list-legend-swatch.list-total-color,.trend-series-status-dot.list-total-color{background:#263f46}.list-color-1{color:#2f7d70!important}.trend-list-legend-swatch.list-color-1,.trend-series-status-dot.list-color-1{background:#2f7d70}.list-color-2{color:#c87827!important}.trend-list-legend-swatch.list-color-2,.trend-series-status-dot.list-color-2{background:#c87827}.list-color-3{color:#5c78a5!important}.trend-list-legend-swatch.list-color-3,.trend-series-status-dot.list-color-3{background:#5c78a5}.list-color-4{color:#8b65a0!important}.trend-list-legend-swatch.list-color-4,.trend-series-status-dot.list-color-4{background:#8b65a0}.list-other-color{color:#7b8984!important}.trend-list-legend-swatch.list-other-color,.trend-series-status-dot.list-other-color{background:#aebbb6}.trend-volume-legend span.bars-hidden .trend-legend-bars b{opacity:.14}.trend-volume-legend span.bars-hidden .trend-legend-bar{background:transparent;outline:1px solid currentColor;outline-offset:-1px;opacity:.95}.trend-volume-legend span.bars-hidden .trend-list-legend-swatch{background:transparent;outline:1px solid currentColor;outline-offset:-1px}.trend-ranking-panel{padding-top:20px;overflow:hidden}.trend-ranking-heading{min-height:52px;align-items:center;margin-bottom:5px}.trend-ranking-heading h3{margin:0}.trend-ranking-controls{display:grid;grid-template-columns:160px 68px 88px;align-items:end;gap:8px}.trend-ranking-select{width:160px}.trend-ranking-limit{width:68px;display:grid;justify-items:center;gap:6px;color:#566a63;font-size:.74rem;font-weight:850}.trend-ranking-limit>span{width:100%;line-height:1;text-align:center}.trend-ranking-limit input{width:100%;min-height:37px;padding:7px 6px;border:1px solid var(--line-strong);border-radius:7px;color:#34463f;background:#fff;outline:none;font-size:.78rem;font-weight:750;text-align:center}.trend-ranking-limit input:focus{border-color:#8fb1a5;box-shadow:0 0 0 3px #23615b1a}.trend-ranking-total-toggle{width:88px;display:grid;justify-items:center;gap:6px;position:relative;color:#566a63;font-size:.74rem;font-weight:850;cursor:pointer}.trend-ranking-total-toggle>span{width:100%;line-height:1;text-align:center;white-space:nowrap}.trend-ranking-total-toggle input{position:absolute;opacity:0;pointer-events:none}.trend-ranking-total-toggle>i{width:39px;height:23px;display:block;padding:3px;border:1px solid #c4cec9;border-radius:999px;background:#d9dfdc;transition:background .15s,border-color .15s,box-shadow .15s}.trend-ranking-total-toggle>i:after{content:"";width:15px;height:15px;display:block;border-radius:50%;background:#fff;box-shadow:0 1px 4px #1f2f2b3d;transition:transform .15s}.trend-ranking-total-toggle input:checked+i{border-color:#45656a;background:#34575d;box-shadow:0 0 0 3px #34575d1a}.trend-ranking-total-toggle input:checked+i:after{transform:translate(16px)}.trend-ranking-total-toggle input:focus-visible+i{outline:2px solid rgba(35,97,91,.35);outline-offset:2px}.trend-ranking-axis,.trend-ranking-row{display:grid;grid-template-columns:minmax(140px,210px) minmax(320px,1fr);align-items:center;gap:12px}.trend-ranking-axis{min-height:45px;padding:9px 12px 5px;border-bottom:1px solid #e5eae7;color:#6e7b75;font-size:.68rem;font-weight:850;letter-spacing:.01em}.trend-ranking-axis>div{display:grid;gap:5px}.trend-ranking-axis>div>b{color:#5d6e67;font-size:.66rem;text-align:center}.trend-ranking-axis i{display:flex;justify-content:space-between;color:#7e8b85;font-size:.64rem;font-style:normal;font-weight:750;letter-spacing:0;text-transform:none}.trend-ranking-chart{max-height:550px;overflow-x:hidden;overflow-y:auto;padding:0 12px 2px;scrollbar-color:#9eb2aa #edf2ef;scrollbar-width:thin}.trend-ranking-row{min-height:52px;border-bottom:1px solid #edf0ee}.trend-ranking-row:last-child{border-bottom:0}.trend-ranking-label{min-width:0;display:grid;grid-template-columns:26px minmax(0,1fr);align-items:center;gap:9px}.trend-ranking-label>b{width:25px;height:25px;display:grid;place-items:center;border-radius:7px;color:#4f6962;background:#edf4f1;font-size:.7rem}.trend-ranking-row:nth-child(-n+3) .trend-ranking-label>b{color:#2e6359;background:#dcece6}.trend-ranking-label strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trend-ranking-label strong{color:#31463f;font-size:.79rem}.trend-ranking-plot{min-width:0;height:28px;display:flex;align-items:center;position:relative;padding-right:84px;border-left:1px solid #cfd9d4;background:repeating-linear-gradient(90deg,transparent 0,transparent calc(var(--ranking-grid-step,25%) - 1px),#e8edea calc(var(--ranking-grid-step,25%) - 1px),#e8edea var(--ranking-grid-step,25%))}.trend-ranking-plot>svg{height:28px;display:block;flex:0 0 auto;overflow:visible}.trend-ranking-plot rect{fill:#43877b;filter:drop-shadow(0 2px 2px rgba(47,119,108,.14))}.trend-ranking-plot>strong{margin-left:7px;color:#2f443d;font-size:.77rem;white-space:nowrap}.trend-ranking-value{display:flex;align-items:baseline;gap:4px}.trend-ranking-value small{color:#687970;font-size:.64rem;font-weight:780}.trend-ranking-row.is-total{background:linear-gradient(90deg,#f0f4f5e6,#fafbfb59)}.trend-ranking-row.is-total .trend-ranking-label>b{color:#fff;background:#34575d}.trend-ranking-row.is-total .trend-ranking-label strong{color:#263f46;font-weight:850}.trend-ranking-row.is-total .trend-ranking-plot rect{fill:#34575d;filter:drop-shadow(0 2px 3px rgba(52,87,93,.2))}.trend-ranking-row.is-total .trend-ranking-plot>strong{color:#263f46;font-weight:850}.trend-ranking-row.is-total .trend-ranking-value small{color:#516862}.placeholder-view{min-height:520px;place-items:center}.placeholder-view.active{display:grid}.placeholder-card{width:min(580px,100%);padding:45px;border:1px dashed #bdcbc2;border-radius:14px;background:#ffffffa6;text-align:center}.placeholder-card h2{margin:10px 0 8px}.placeholder-card p{margin:0 auto;max-width:480px;color:var(--muted);line-height:1.6}.app-footer{min-height:54px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;padding:11px clamp(20px,3vw,48px);border-top:1px solid var(--line);color:#7a837f;background:linear-gradient(90deg,#f7f8f6,#fbfaf7,#f7f8f6);box-shadow:0 -1px 2px #23302d08;font-size:.72rem;font-weight:600}.app-footer strong{color:#59625e;font-weight:800}.app-footer a{color:#59625e;font-weight:800;text-decoration:none;text-underline-offset:3px}.app-footer a:hover,.app-footer a:focus-visible{color:var(--brand-strong);text-decoration:underline}.footer-separator{color:#a7afab}.footer-status{display:inline-flex;align-items:center;gap:6px}.footer-status svg{width:15px;height:15px;fill:none;stroke:#73817b;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.dashboard-day-dialog{width:min(760px,calc(100vw - 28px))}.dashboard-day-dialog-shell{min-height:340px;display:grid;grid-template-rows:auto auto minmax(0,1fr)}.dashboard-day-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 23px 18px;border-bottom:1px solid #e0e6e2;background:linear-gradient(145deg,#fbfdfc,#f2f8f5)}.dashboard-day-dialog-header>div{min-width:0}.dashboard-day-dialog-header h2{margin:7px 0 4px;color:#263e37;font-size:1.3rem;line-height:1.15;letter-spacing:-.02em}.dashboard-day-dialog-header p{margin:0;color:#70807a;font-size:.77rem;line-height:1.45}.dashboard-day-dialog-summary{min-height:47px;display:flex;align-items:center;flex-wrap:wrap;gap:7px;padding:9px 23px;border-bottom:1px solid #e5eae7;background:#fff}.dashboard-day-dialog-body{max-height:min(58vh,520px);overflow:auto;display:grid;align-content:start;gap:9px;padding:15px 23px 18px;background:#f7f9f8;scrollbar-color:#a7bab2 #edf2ef;scrollbar-width:thin}.dashboard-day-loading,.dashboard-day-empty{min-height:210px;display:grid;place-items:center;align-content:center;gap:9px;padding:30px;color:#71807a;text-align:center;font-size:.76rem}.dashboard-day-loading:before{content:"";width:25px;height:25px;border:3px solid #d7e3de;border-top-color:#397a6e;border-radius:50%;animation:dashboard-day-spin .75s linear infinite}@keyframes dashboard-day-spin{to{transform:rotate(360deg)}}.dashboard-day-record{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"heading action" "context action" "meta action";align-items:center;gap:7px 18px;padding:15px 16px;border:1px solid #dce4df;border-radius:10px;color:inherit;background:#fff;box-shadow:0 2px 7px #23373009;text-align:left}.dashboard-day-record:hover{border-color:#91b5a8;background:#fbfefd;box-shadow:0 5px 15px #23554814;transform:translateY(-1px)}.dashboard-day-record:focus-visible{outline:3px solid rgba(35,97,91,.17);outline-offset:2px}.dashboard-day-record-heading{grid-area:heading;min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:7px}.dashboard-day-record-heading strong{overflow:hidden;color:#2f4740;font-size:.94rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.dashboard-day-status{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;color:#336f58;background:#e7f4ec;font-size:.63rem;font-weight:900}.dashboard-day-status.open{color:#885617;background:#fff1d8}.dashboard-day-record-context{grid-area:context;overflow:hidden;color:#53665f;font-size:.77rem;font-weight:780;text-overflow:ellipsis;white-space:nowrap}.dashboard-day-record-meta{grid-area:meta;display:flex;flex-wrap:wrap;gap:5px 12px;color:#74827d;font-size:.69rem;font-weight:680;line-height:1.35}.dashboard-day-record-meta span{display:inline-flex;align-items:center;gap:4px}.dashboard-day-record-action{grid-area:action;align-self:stretch;display:grid;place-items:center;min-width:90px;padding-left:16px;border-left:1px solid #e3e8e5;color:#347064;font-size:.69rem;font-weight:900}dialog{width:min(510px,calc(100vw - 28px));padding:0;border:0;border-radius:13px;color:var(--ink);box-shadow:0 28px 80px #15242047}dialog::backdrop{background:#19262385;backdrop-filter:blur(2px)}dialog form{padding:23px}.dialog-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:19px;border-bottom:1px solid var(--line)}.dialog-header h2{margin:6px 0 0;font-size:1.32rem}.icon-button{width:34px;height:34px;color:#64706c;background:#eef1ee;font-size:1.35rem;line-height:1}.form-fields{display:grid;gap:15px;padding:21px 0 4px}.form-fields label{display:grid;gap:6px;color:#52605b;font-size:.77rem;font-weight:700}.required{color:#a84538}.all-parent-badge{display:inline-flex;align-items:center;padding:3px 9px;border:1px solid #b9d2c8;border-radius:999px;color:var(--brand-strong);background:#e7f2ee;font-size:.7rem;font-weight:850;letter-spacing:.02em}.form-fields input,.form-fields select{width:100%;min-height:42px;padding:8px 10px;border:1px solid var(--line-strong);border-radius:7px;color:var(--ink);background:#fff;outline:none}.form-fields small{color:var(--muted);font-weight:400;line-height:1.4}.custom-icon-field{min-width:0;margin:0;padding:0;border:0}.custom-icon-field legend{margin-bottom:7px;color:#52605b;font-size:.77rem;font-weight:700}.custom-icon-picker{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}.custom-icon-option{position:relative;display:grid!important;place-items:center;gap:3px!important;min-width:0;padding:7px 3px 5px;border:1px solid var(--line);border-radius:8px;color:#65736e!important;background:#fafbf9;cursor:pointer}.custom-icon-option:hover{border-color:#a9c3b9;background:#f1f7f4}.custom-icon-option input{position:absolute;width:1px!important;height:1px;min-height:0!important;opacity:0;pointer-events:none}.custom-icon-option span{width:27px;height:27px;display:grid;place-items:center;border-radius:7px}.custom-icon-option svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.custom-icon-option small{max-width:100%;overflow:hidden;color:inherit!important;font-size:.61rem;font-weight:650!important;text-overflow:ellipsis;white-space:nowrap}.custom-icon-option:has(input:checked){border-color:#76a99a;color:var(--brand-strong)!important;background:#e8f3ef;box-shadow:0 0 0 2px #23615b17}#customListDialog form{max-height:calc(100vh - 30px);overflow:auto}.checkbox-field{display:flex!important;grid-template-columns:18px auto!important;align-items:center}.checkbox-field input{width:16px;min-height:16px;box-shadow:none}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:20px}.split-dialog-actions>span{flex:1}.confirm-dialog{text-align:center;padding:27px}.confirm-dialog h2{margin:12px 0 8px;font-size:1.25rem}.confirm-dialog p{margin:0;color:var(--muted);font-size:.85rem;line-height:1.5}.confirm-dialog .dialog-actions{justify-content:center}.confirm-icon{width:44px;height:44px;display:grid;place-items:center;margin:0 auto;border-radius:50%;color:var(--danger);background:#fbe7e3;font-weight:800;font-size:1.2rem}#toast{position:fixed;right:20px;bottom:20px;z-index:100;max-width:380px;padding:12px 16px;border-radius:8px;background:#263d39;color:#fff;box-shadow:0 10px 30px #00000038;font-size:.8rem;opacity:0;transform:translateY(12px);pointer-events:none;transition:.2s}#toast.show{opacity:1;transform:translateY(0)}#toast.error{background:#8e3028}.settings-view{padding:3px 0 12px}.settings-panel{max-width:920px;margin:0 auto;padding:20px}.settings-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:15px;border-bottom:1px solid var(--line)}.settings-heading-copy{display:flex;align-items:flex-start;gap:14px;min-width:0}.settings-heading-icon{width:40px;height:40px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;color:var(--brand);background:linear-gradient(145deg,#eaf4f0,#dcebe6);box-shadow:inset 0 0 0 1px #cbded7}.settings-heading-icon svg,.settings-block-icon svg,.reporting-period-note svg{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.settings-heading-icon svg{width:20px;height:20px}.settings-heading h2{margin:4px 0 0;color:#263a35;font-size:1.45rem;letter-spacing:-.025em}.settings-reset-button{flex:0 0 auto;min-height:34px;font-size:.74rem}.settings-block{padding:16px 0 4px}.settings-block+.settings-block{margin-top:17px;border-top:1px solid var(--line)}.settings-block-heading{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}.settings-block-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px}.settings-block-icon svg{width:18px;height:18px}.settings-block-heading h3{margin:1px 0 4px;color:#30443e;font-size:1rem;letter-spacing:-.01em}.settings-toggle-card{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:12px;padding:14px;border:1px solid #d5dfda;border-radius:11px;background:linear-gradient(180deg,#fbfcfb,#f7f9f7);cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.settings-toggle-card:hover{border-color:#aec7bd;background:#f8fbf9}.settings-toggle-card:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #23615b1a}.settings-toggle-card>input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.settings-switch{width:40px;height:23px;display:block;position:relative;margin-top:1px;padding:3px;border-radius:999px;background:#c5cec9;box-shadow:inset 0 0 0 1px #31433c14;transition:.18s ease}.settings-switch i{width:17px;height:17px;display:block;border-radius:50%;background:#fff;box-shadow:0 1px 4px #192a2340;transition:.18s ease}.settings-toggle-card>input:checked+.settings-switch{background:var(--brand)}.settings-toggle-card>input:checked+.settings-switch i{transform:translate(17px)}.settings-toggle-card>input:checked~.settings-toggle-copy strong{color:var(--brand-strong)}.settings-toggle-copy{display:grid;gap:5px;min-width:0}.settings-toggle-copy strong{color:#344741;font-size:.88rem}.settings-toggle-copy small{max-width:760px;color:#607069;font-size:.72rem;line-height:1.5}.view-settings-status{min-height:19px;display:flex;align-items:center;gap:7px;margin:9px 2px 0 56px;color:#6f7c77;font-size:.68rem;font-weight:700}.view-settings-status:before{content:"";width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:#9ba6a1}.view-settings-status[data-tone=success]{color:#367166}.view-settings-status[data-tone=success]:before{background:#3c8b72;box-shadow:0 0 0 3px #3c8b721c}.view-settings-status[data-tone=error]{color:#9a4238}.view-settings-status[data-tone=error]:before{background:#b64b40}.reporting-period-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;border:0}.reporting-period-option{min-width:0;position:relative;cursor:pointer}.reporting-period-option>input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.reporting-period-option>span{min-height:78px;display:grid;grid-template-columns:20px minmax(0,1fr) auto;grid-template-areas:"radio title badge" "radio detail badge";align-content:center;gap:4px 9px;padding:12px 12px 12px 13px;border:1px solid #d7dfdb;border-radius:10px;background:#fafbfa;transition:.15s ease}.reporting-period-option:hover>span{border-color:#adc4ba;background:#f6faf8}.reporting-period-option>input:focus-visible+span{outline:3px solid rgba(35,97,91,.13);outline-offset:2px}.reporting-period-option>input:checked+span{border-color:#78a99b;background:#eef6f3;box-shadow:inset 0 0 0 1px #23615b12}.reporting-period-option i{grid-area:radio;width:18px;height:18px;display:grid;place-items:center;align-self:center;border:1.5px solid #aebbb5;border-radius:50%;background:#fff}.reporting-period-option i:after{content:"";width:8px;height:8px;border-radius:50%;background:transparent}.reporting-period-option>input:checked+span i{border-color:var(--brand)}.reporting-period-option>input:checked+span i:after{background:var(--brand)}.reporting-period-option strong{grid-area:title;color:#344740;font-size:.84rem}.reporting-period-option small{grid-area:detail;overflow:hidden;color:#77847f;font-size:.67rem;line-height:1.4;text-overflow:ellipsis}.reporting-period-option b{grid-area:badge;align-self:center;padding:4px 7px;border-radius:999px;color:#497067;background:#e1ece8;font-size:.58rem;letter-spacing:.03em;text-transform:uppercase}.reporting-date-grid{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:end;gap:11px;margin-top:12px;padding:12px;border:1px solid #e0e5e2;border-radius:10px;background:#f9faf9}.reporting-date-field{display:grid;gap:5px;position:relative}.reporting-date-field>span{color:#596a64;font-size:.66rem;font-weight:800;letter-spacing:.025em;text-transform:uppercase}.reporting-date-field input{width:100%;min-height:41px;padding:7px 10px;border:1px solid var(--line-strong);border-radius:7px;color:#324640;background:#fff;outline:none}.reporting-date-field.is-disabled{opacity:.55}.reporting-date-field input:disabled{color:#7e8985;background:#f0f2f0;cursor:not-allowed}.reporting-date-today input{padding-right:70px;color:#48645c;background:#f3f7f5}.reporting-date-today>small{position:absolute;right:9px;bottom:10px;padding:2px 6px;border-radius:999px;color:#30675d;background:#dfece7;font-size:.59rem;font-weight:850;text-transform:uppercase;pointer-events:none}.reporting-date-arrow{align-self:end;display:grid;place-items:center;width:28px;height:41px;color:#71807a;font-size:1rem}.reporting-period-summary{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px 9px;margin-top:9px;padding:10px 12px;border-radius:9px;color:#66736e;background:#eef4f1}.reporting-period-summary span{font-size:.68rem;font-weight:700}.reporting-period-summary strong{color:#2d5c53;font-size:.79rem}.reporting-period-note{display:flex;align-items:flex-start;gap:8px;margin:11px 2px 0;color:#7a8681;font-size:.67rem;line-height:1.5}.reporting-period-note svg{width:16px;height:16px;flex:0 0 auto;margin-top:1px;color:#668278}@media (max-width: 900px){.app-header{align-items:flex-start}.master-layout{grid-template-columns:minmax(0,1fr)}.list-navigation,.list-panel{min-width:0}.list-navigation{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.list-navigation-heading,.list-tip{grid-column:1/-1}.list-type{min-height:61px}.list-family-group{margin:0}.page-heading{align-items:flex-start}.data-toolbar{flex-wrap:wrap}.data-search{max-width:none;width:100%;flex-basis:100%}.data-toolbar .result-count{margin-left:auto}.complaint-bulk-actions{align-items:flex-start;flex-direction:column}.bulk-action-buttons{width:100%}}@media (max-width: 850px){.brand-subtitle,.date-chip{display:none}}@media (max-width: 640px){.app-header{min-height:auto;padding:13px 18px}.brand-logo{width:128px;height:61px}.brand-copy h1{font-size:1.08rem}.brand-subtitle,.date-chip{display:none}.header-meta{display:flex}.header-transfer-button{min-height:42px;padding:8px 12px}.tabs{gap:2px;padding:8px 10px}.tab{padding:8px 5px;font-size:.69rem}.tab svg{display:none}main{padding:19px 12px 22px}.page-heading h2{font-size:1.4rem}.list-navigation{grid-template-columns:1fr}.list-navigation-heading,.list-tip{grid-column:auto}.list-panel,.data-panel{padding:15px;min-height:520px}.panel-title{align-items:center}.panel-title p{display:none}.primary-button{white-space:nowrap}.toolbar{flex-wrap:wrap}.search-box{width:100%}.result-count{margin-left:auto}.toggle-label{margin-right:auto}.dynamic-filter-controls{flex-basis:100%}.value-filter-card,.date-filter-card{width:min(280px,calc(100vw - 96px))}.bulk-action-buttons{flex-wrap:wrap}.bulk-action-button{flex:1 1 auto;justify-content:center}.complaint-dialog form{padding:18px}.complaint-form-grid,.custom-complaint-section,.custom-link-inputs,.complaint-due-settings{grid-template-columns:1fr}.complaint-due-settings input{max-width:none}.import-type-picker,.export-type-picker{grid-template-columns:1fr}.import-format-heading{align-items:flex-start;flex-direction:column}.import-column-preview,.import-column-preview.relation,.import-column-preview.data-columns{grid-template-columns:1fr}.import-column-preview>i{min-height:14px;transform:rotate(90deg)}.export-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.full-span{grid-column:auto}footer{flex-direction:column;gap:4px}}@media (max-width: 1100px){.trend-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-section-grid{grid-template-columns:minmax(0,1fr)}.dashboard-attention-list{min-height:144px;grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-attention-clear{grid-column:1/-1}.trend-list-heading{align-items:flex-start;flex-direction:column}.trend-list-controls{width:100%;grid-template-columns:112px 152px minmax(210px,1fr)}.trend-list-values-button{width:100%}.data-toolbar{flex-wrap:wrap}.data-search{max-width:none;flex-basis:100%}.column-visibility-control{margin-left:auto}.data-pagination{grid-template-columns:auto 1fr}.page-range{grid-column:1/-1;grid-row:1}.rows-control,.data-pagination-left{grid-column:1;grid-row:2}.page-controls{grid-column:2;grid-row:2}}@media (max-width: 700px){.dashboard-panel{padding:16px 14px}.dashboard-calendar-controls{flex-wrap:wrap}.dashboard-calendar-month-copy{min-width:120px}.dashboard-calendar-month-picker{flex:1 1 130px}.dashboard-calendar-weekdays,.dashboard-calendar-days{min-width:560px}.dashboard-attention-list{min-height:236px;grid-template-columns:minmax(0,1fr)}.trend-view{margin-top:-3px}.trend-range-body{align-items:stretch;flex-wrap:wrap}.trend-filter-panel .trend-range-control{width:100%}.trend-filter-panel .trend-custom-date:not(button){flex:1 1 140px}.trend-filter-panel input{width:100%}.trend-filter-panel .primary-button.trend-custom-date{flex:1 1 100%}.trend-range-summary{width:100%;min-width:0;justify-items:start;margin-left:0;padding:5px 35px 0 2px;border-top:1px solid #e2e8e4}.trend-range-toggle{bottom:11px;top:auto}.trend-filter-panel.is-collapsed .trend-range-toggle{position:static}.trend-kpi-grid{grid-template-columns:minmax(0,1fr)}.trend-kpi-card{min-height:128px}.trend-panel-heading{align-items:flex-start;flex-direction:column}.trend-volume-controls{width:100%;justify-content:flex-start}.trend-year-picker{width:auto;min-width:0;flex:1}.trend-list-controls{grid-template-columns:1fr 1fr}.trend-list-value-picker{grid-column:1/-1;width:100%}.trend-list-values-menu{width:min(330px,calc(100vw - 54px));left:0;right:auto}.trend-static-legend{justify-content:flex-start;padding-top:0}.total-overlay-toggle{padding-top:0}.trend-ranking-axis,.trend-ranking-row{grid-template-columns:minmax(135px,180px) minmax(210px,1fr);gap:10px}.dynamic-filter-controls{flex-basis:100%;order:3}.data-pagination{display:flex;flex-wrap:wrap;justify-content:space-between;padding:12px}.page-range{width:100%;order:-1}.data-pagination-left{width:100%;flex-wrap:wrap;justify-content:center}.complaint-pagination-metrics{border-left:0}.page-controls{width:100%;justify-content:center;flex-wrap:wrap}.page-controls .secondary-button,.pagination-go{padding-inline:12px}.column-visibility-menu{right:-2px}.settings-panel{padding:20px}.settings-heading{align-items:stretch;flex-direction:column;gap:14px}.settings-reset-button{align-self:flex-start}.reporting-period-options{grid-template-columns:minmax(0,1fr)}}@media (max-width: 640px){:root{--app-header-height:88px;--app-tabs-height:57px}.dashboard-panel-heading{min-height:0}.dashboard-calendar-heading{align-items:flex-start;flex-direction:column;gap:8px}.dashboard-calendar-heading .dashboard-link-button{align-self:flex-end}.dashboard-link-button{padding-right:3px}.dashboard-calendar-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-calendar-summary>span{justify-content:center}.dashboard-calendar-summary .calendar-summary-total{grid-column:1 / -1}.dashboard-day-dialog-header{padding:18px 17px 15px}.dashboard-day-dialog-summary{padding:9px 17px}.dashboard-day-dialog-body{padding:12px 12px 15px}.dashboard-day-record{grid-template-columns:minmax(0,1fr);grid-template-areas:"heading" "context" "meta" "action";gap:7px}.dashboard-day-record-action{min-height:30px;align-self:auto;justify-content:end;place-items:center end;padding:7px 0 0;border-top:1px solid #e3e8e5;border-left:0}.dashboard-workload-summary>span{padding-inline:8px}.dashboard-workload-summary small{white-space:normal}.trend-chart-panel{padding:16px 14px 13px}.trend-chart{margin:0 -5px}.trend-volume-panel #trendVolumeChart{margin-inline:0}.trend-ranking-axis{display:none}.trend-ranking-chart{margin-top:10px;padding-inline:2px}.trend-ranking-row{grid-template-columns:minmax(120px,145px) minmax(140px,1fr);gap:8px}.trend-ranking-label{grid-template-columns:22px minmax(0,1fr);gap:6px}.trend-ranking-label>b{width:21px;height:21px}.trend-ranking-plot{padding-right:68px}.trend-ranking-value{gap:2px;font-size:.7rem!important}.trend-ranking-value small{font-size:.57rem}.app-footer{flex-direction:row;gap:7px 9px;text-align:center}.app-footer .footer-separator{display:none}}@media (max-width: 480px){.app-header{padding:10px 12px;gap:8px}.brand-block{flex:1 1 auto;gap:8px}.brand-logo{width:105px;height:55px}.brand-copy h1{font-size:.94rem;line-height:1.03}.header-transfer-actions{gap:5px}.header-transfer-button{padding:8px 9px;gap:5px;font-size:.71rem}.header-transfer-button svg{width:16px;height:16px}.dashboard-calendar-month-copy{flex:1 1 calc(100% - 82px)}.dashboard-calendar-month-picker{flex:1 1 calc(100% - 68px)}.dashboard-calendar-today{flex:0 0 auto}.settings-panel{padding:17px 14px}.settings-heading-copy{gap:10px}.settings-heading-icon{width:38px;height:38px}.settings-heading h2{font-size:1.32rem}.settings-toggle-card{grid-template-columns:auto minmax(0,1fr);padding:14px}.settings-toggle-card:before{content:"";display:none}.settings-switch{grid-column:1}.settings-toggle-copy{grid-column:2}.view-settings-status{margin-left:2px}.reporting-date-grid{grid-template-columns:minmax(0,1fr);gap:9px}.reporting-date-arrow{width:100%;height:16px;transform:rotate(90deg)}}@media (max-width: 420px){.brand-copy{display:none}.brand-logo{width:112px}.export-dialog form{padding:18px 15px}.export-type-picker{grid-template-columns:minmax(0,1fr)}.export-type-option{min-height:65px}.export-date-range{grid-template-columns:minmax(0,1fr);gap:7px}.export-date-arrow{width:100%;height:15px;transform:rotate(90deg)}.export-library-grid{grid-template-columns:minmax(0,1fr)}.export-section-heading{align-items:flex-start;flex-direction:column;gap:8px}}.auth-gate{width:100%;min-height:100vh;display:grid;grid-template-rows:minmax(0,1fr) auto;align-items:center;justify-items:center;padding:1.25rem 0 0;background:radial-gradient(circle at 18% 20%,rgba(35,97,91,.12),transparent 34%),radial-gradient(circle at 84% 76%,rgba(201,120,36,.14),transparent 30%),#f6f7f4}.auth-card{width:min(100%,420px);display:grid;gap:1rem;padding:2rem;border:1px solid #d8ddd5;border-radius:16px;background:#fff;box-shadow:0 18px 55px #1b272424}.auth-brand{width:220px;height:76px;margin-bottom:.2rem}.auth-brand img{width:100%;height:100%;display:block;object-fit:contain;object-position:left center}.auth-product-title,.auth-loading-state p{margin:0}.auth-product-title{color:#24302f;line-height:1.3}.auth-state{width:100%;margin:0}.auth-login-panel{display:grid;gap:1rem}.auth-eyebrow{color:#d6b98f;font-size:.66rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.auth-panel-heading{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:start;margin-bottom:1rem}.auth-panel-heading h2,.auth-unavailable-state h2{margin:5px 0 7px;color:#263a35;font-size:1.2rem;letter-spacing:-.025em}.auth-panel-heading p,.auth-unavailable-state p{margin:0;color:#6f7b76;font-size:.79rem;line-height:1.5}.auth-panel-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;color:var(--brand);background:#e7f1ee;box-shadow:inset 0 0 0 1px #cfdfd9}.auth-panel-icon.setup{color:#886028;background:#faf0df;box-shadow:inset 0 0 0 1px #ecddc2}.auth-panel-icon.warning{margin:0 auto 12px;color:#9b4a3e;background:#fbe9e5;box-shadow:inset 0 0 0 1px #f1d5cf;font-weight:900}.auth-panel-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.auth-form{display:grid;gap:1rem}.auth-form label{min-width:0;display:grid;gap:.35rem;color:#66736d;font-size:.86rem;font-weight:650}.auth-form label>span:first-child{display:flex;justify-content:space-between;gap:8px}.auth-form label small{color:#89938f;font-size:.64rem;font-weight:500;line-height:1.4}.auth-form input{width:100%;padding:.52rem .58rem;border:1px solid #d8ddd5;border-radius:6px;color:#24302f;background:#fff;font-weight:400}.auth-field-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:16px}.password-input{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center;position:relative}.password-input input{grid-column:1/-1;grid-row:1;padding-right:64px}.password-input button{grid-column:2;grid-row:1;z-index:1;align-self:stretch;min-width:56px;margin:5px;border:0;border-left:1px solid #dfe4e1;color:#416a62;background:transparent;font-size:.66rem;font-weight:850}.auth-submit-button{min-height:46px;margin:0;padding:.62rem .85rem;border:0;border-radius:6px;color:#fff;background:#23615b;box-shadow:none;font-weight:650}.auth-submit-button:hover{background:#164540}.auth-submit-button:disabled{opacity:.45;cursor:not-allowed}.auth-notice{padding:10px 12px;border:1px solid #efcfc9;border-radius:8px;color:#91463c;background:#fff3f0;font-size:.72rem;line-height:1.45}.auth-login-status{min-height:1.3rem;margin:0;color:#b42318;font-size:.88rem}.auth-return-link{justify-self:start;color:#66736d;font-size:.88rem;font-weight:700;text-decoration:none;text-underline-offset:.18em}.auth-return-link:hover,.auth-return-link:focus-visible{color:#164540;text-decoration:underline}.auth-loading-state{color:#445b55}.auth-unavailable-state{text-align:center}.auth-unavailable-state .secondary-button{margin-top:19px}.auth-footer{width:100%;align-self:end;padding:1.55rem 1.25rem 1.85rem;border-top:1px solid rgba(36,48,47,.08);background:#f6f7f494;color:#7b827e}.auth-footer-content{display:flex;align-items:center;justify-content:center;gap:.72rem;font-size:.76rem;font-weight:600;line-height:1.45;text-align:center}.auth-footer-product,.auth-footer-storage{display:inline-flex;align-items:center;gap:.42rem;white-space:nowrap}.auth-footer-product strong{color:#666d69;font-weight:750}.auth-footer-storage svg{width:.9rem;height:.9rem;flex:0 0 auto;fill:none;stroke:#668078;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.auth-footer-separator{color:#b5b9b6;font-size:.7rem}.auth-footer a{color:inherit;font-weight:700;text-decoration:none;text-underline-offset:.18em}.auth-footer a:hover,.auth-footer a:focus-visible{color:#164540;text-decoration:underline}@media (max-width:560px){.auth-card{width:calc(100% - 2rem);padding:1.35rem}.auth-brand{width:190px;height:66px}.auth-footer{padding:1.25rem .9rem 1.5rem}.auth-footer-content{gap:.42rem .58rem;flex-wrap:wrap}.auth-footer-separator{display:none}.auth-footer-content>span:not(.auth-footer-separator){flex-basis:100%;justify-content:center}}.account-control{position:relative;z-index:4}.account-trigger{min-height:54px;display:grid;grid-template-columns:38px minmax(0,auto) 15px;align-items:center;gap:10px;padding:7px 12px 7px 8px;border:1px solid rgba(35,97,91,.24);border-radius:13px;color:#24413a;background:#fffffff5;box-shadow:0 5px 16px #1f2f2b17;text-align:left}.account-trigger:hover{border-color:#23615b6b;background:#fff}.account-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(145deg,#2d776d,#1a4b45)}.account-avatar svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.account-trigger-copy{min-width:0;display:grid;gap:2px}.account-trigger-copy strong{max-width:130px;overflow:hidden;color:#293a36;font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.account-trigger-copy small{color:#72807b;font-size:.61rem}.account-trigger>svg{width:15px;height:15px;fill:none;stroke:#526961;stroke-width:2;transition:transform .15s ease}.account-trigger[aria-expanded=true]>svg{transform:rotate(180deg)}.account-menu{width:min(440px,calc(100vw - 24px));position:absolute;z-index:140;right:0;top:calc(100% + 10px);overflow:hidden;padding:0 18px 18px;border:1px solid #d5dfda;border-radius:15px;background:#fff;box-shadow:0 22px 54px #1b2e283b}.account-menu-profile{display:grid;gap:6px;padding:20px 2px 16px;border-bottom:1px solid #dde4e0}.account-menu-profile strong{color:#263b35;font-size:1rem}.account-menu-profile small{color:#35584f;font-size:.75rem;font-weight:750}.account-menu-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-top:16px}.account-menu button{width:100%;min-height:54px;display:flex;align-items:center;justify-content:center;gap:9px;padding:10px 15px;border:1px solid;border-radius:10px;font-size:.78rem;font-weight:800;text-align:center}.account-menu button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.account-menu .account-menu-primary{color:#315f7c;border-color:#abc5d7;background:#eef6fb}.account-menu .account-menu-primary:hover{border-color:#83a9c2;background:#e2f0f8}.account-menu .account-menu-primary{grid-column:1/-1}.account-menu .account-menu-password{color:#2d5f50;border-color:#a9cfbf;background:#eef8f3}.account-menu .account-menu-password:hover{border-color:#7fb49e;background:#e4f3ec}.account-menu .account-menu-signout{color:#9a3029;border-color:#e4b6b1;background:#fff4f2}.account-menu .account-menu-signout:hover{border-color:#d89089;background:#fce9e6}.tab-short-label{display:none}.configuration-readonly-notice{min-height:56px;display:flex;align-items:center;gap:11px;margin-bottom:14px;padding:11px 14px;border:1px solid #cbdad4;border-radius:10px;color:#385c53;background:#edf5f2}.configuration-readonly-notice>svg{width:21px;height:21px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.configuration-readonly-notice>span{display:grid;gap:2px}.configuration-readonly-notice strong{font-size:.77rem}.configuration-readonly-notice small{color:#6b7a74;font-size:.67rem}.configuration-status-pill{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:.66rem;font-weight:800}.configuration-status-pill.active{color:#296746;background:#e7f3eb}.configuration-status-pill.inactive{color:#697570;background:#ecefed}.custom-list-navigation.is-readonly .custom-list-type{padding-right:8px;cursor:pointer;touch-action:auto;user-select:auto}.users-view{padding:3px 0 12px}.team-members-page-heading{align-items:center}.team-members-page-heading>div{min-width:0}.team-members-page-heading h2{margin-top:0}.team-member-count{flex:0 0 auto;display:inline-flex;align-items:center;min-height:38px;padding:7px 14px;border:1px solid #c7dbd3;border-radius:999px;color:#456058;background:#eef6f2;font-size:.73rem;font-weight:850;white-space:nowrap}.team-directory-panel{min-height:220px;overflow:hidden}.user-administration{margin-top:34px;padding-top:30px;border-top:1px solid #dce3df}.user-administration-heading{margin-bottom:16px}.user-page-heading{align-items:center}.user-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-bottom:16px}.user-summary-card{min-height:104px;display:flex;align-items:center;gap:13px;padding:17px 18px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.user-summary-icon{width:43px;height:43px;display:grid;place-items:center;flex:0 0 auto;border-radius:11px}.user-summary-icon svg,.backup-card svg,.user-role-pill svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.user-summary-card.active .user-summary-icon{color:#28705a;background:#e4f1e9}.user-summary-card.admin .user-summary-icon{color:#836127;background:#f8eedb}.user-summary-card.inactive .user-summary-icon{color:#6c7773;background:#ecefed}.user-summary-card>span:last-child{display:grid;gap:3px}.user-summary-card small{color:#74817c;font-size:.68rem;font-weight:750}.user-summary-card strong{color:#283a35;font-size:1.55rem;line-height:1}.user-directory-panel{padding:20px}.user-directory-heading{padding:1px 2px 16px}.user-directory-heading h3{margin:0;color:#30433d;font-size:1.13rem}.user-directory-heading p{margin:0;color:#75817c;font-size:.72rem}.user-toolbar{border-radius:9px 9px 0 0}.user-toolbar .search-box{width:min(430px,100%)}.user-table{min-width:1140px}.user-table th:last-child,.user-table td:last-child{width:92px;text-align:right}.user-table td{padding-block:11px}.inactive-user-row td{background:#fafbfa;color:#74807b}.user-identity-cell{display:flex;align-items:center;gap:10px;min-width:210px}.user-list-avatar{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;color:#2f655b;background:#e5f0ec;font-size:.73rem;font-weight:900}.inactive-user-row .user-list-avatar{color:#707a76;background:#ecefed}.user-identity-cell>span:last-child{min-width:0;display:grid;gap:3px}.user-identity-cell strong{overflow:hidden;color:#2f403b;font-size:.79rem;text-overflow:ellipsis;white-space:nowrap}.user-identity-cell small{overflow:hidden;color:#84908b;font-size:.63rem;text-overflow:ellipsis;white-space:nowrap}.user-username{color:#425d55;font-size:.75rem;font-weight:750}.user-job-role{color:#384f48;font-size:.72rem;font-weight:750}.current-user-note{display:inline-flex;margin-left:7px;padding:3px 6px;border-radius:999px;color:#41695f;background:#edf4f1;font-size:.56rem;font-weight:850}.user-role-pill{display:inline-flex;padding:4px 8px;border:1px solid transparent;border-radius:999px;font-size:.64rem;font-weight:850;white-space:nowrap}.user-role-pill.owner{color:#75531d;border-color:#ead8b7;background:#fbf1df}.user-role-pill.administrator{color:#3a5f83;border-color:#d4dfeb;background:#edf3f8}.user-role-pill.user{color:#50635d;border-color:#dbe2de;background:#f0f3f1}.user-access-pill{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:.64rem;font-weight:800;white-space:nowrap}.user-access-pill.edit{color:#286352;background:#e6f2ed}.user-access-pill.read{color:#5f6875;background:#eef0f4}.user-last-login{color:#697873;font-size:.69rem;white-space:nowrap}.user-status-switch{min-width:90px;min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:4px 7px 4px 5px;border:1px solid transparent;border-radius:999px;color:#697570;background:transparent;font-size:.66rem}.user-status-switch>span{width:31px;height:18px;padding:2px;border-radius:999px;background:#cbd2cd;transition:.15s}.user-status-switch i{width:14px;height:14px;display:block;border-radius:50%;background:#fff;box-shadow:0 1px 3px #19252040;transition:.15s}.user-status-switch[aria-checked=true]{color:#296746;background:#f0f7f2}.user-status-switch[aria-checked=true]>span{background:#3b8962}.user-status-switch[aria-checked=true] i{transform:translate(13px)}.user-status-switch:not(:disabled):hover{border-color:#cbd8d1;background:#f3f7f4}.user-status-switch:disabled{opacity:.62;cursor:not-allowed}.protected-user-label{color:#87918d;font-size:.62rem;font-weight:750}.user-table .row-action svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.user-page-state{min-height:300px;display:grid;align-content:center;justify-items:center;gap:8px;padding:25px;border:1px dashed #d6dfda;border-radius:9px;color:#52635d;text-align:center}.user-page-state small{color:#7d8984;font-size:.7rem}.user-page-state .secondary-button{margin-top:7px}.user-state-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;font-weight:900}.user-state-icon.error{color:#9c453b;background:#f9e7e3}.user-empty-state{min-height:220px;display:grid;align-content:center;justify-items:center;gap:7px;color:#596a64;text-align:center}.user-empty-state>span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:#59776e;background:#edf3f0;font-size:1.15rem}.user-empty-state small{color:#87928e;font-size:.69rem}.user-empty-state .secondary-button{margin-top:6px}.user-dialog{width:min(780px,calc(100vw - 30px));max-height:calc(100dvh - 30px);overflow:hidden}.user-dialog form{width:100%;max-height:calc(100dvh - 30px);overflow-y:auto;overscroll-behavior:contain;padding:23px;scrollbar-gutter:stable}.user-dialog .dialog-actions{position:sticky;z-index:2;bottom:-23px;margin:0 -23px -23px;padding:14px 23px 18px;border-top:1px solid #e2e7e4;background:#fffffff7;box-shadow:0 -8px 18px #1f2f2b0d}.user-dialog-header p{margin:5px 0 0;color:#77837f;font-size:.71rem}.user-form-grid{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:13px 16px}.user-form-grid>label{grid-template-rows:20px 44px;align-content:start}.user-form-grid>label>input,.user-form-grid>label>select{height:44px;min-height:44px}.user-form-fields select{width:100%;min-height:42px;padding:8px 10px;border:1px solid var(--line-strong);border-radius:7px;color:var(--ink);background:#fff;outline:none}.user-configuration-access-field{padding:13px 14px;border:1px solid #d7e1dc;border-radius:9px;background:#f7faf8}.user-configuration-access-field select{height:44px}.user-active-card{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:start!important;gap:11px!important;padding:13px;border:1px solid #d9e1dc;border-radius:9px;background:#f9fbfa;cursor:pointer}.user-active-card>input{position:absolute;width:1px!important;height:1px;min-height:0!important;opacity:0}.user-active-card>span:last-child{display:grid;gap:4px}.user-active-card>span:last-child strong{color:#3b4e48;font-size:.79rem}.user-active-card>span:last-child small{color:#7b8782;font-size:.65rem}.user-active-card>input:checked+.settings-switch{background:var(--brand)}.user-active-card>input:checked+.settings-switch i{transform:translate(17px)}.user-active-card>input:disabled~*{opacity:.6;cursor:not-allowed}.change-password-header p{margin:5px 0 0;color:#77847f;font-size:.7rem;line-height:1.45}.team-members-state{min-height:218px;display:grid;align-content:center;justify-items:center;gap:9px;padding:24px;color:#52635d;text-align:center}.team-members-state small{color:#7d8984;font-size:.7rem}.team-members-state .secondary-button{margin-top:6px}.team-members-list{width:100%}.team-members-table-wrap{width:100%;overflow-x:auto}.team-members-table{width:100%;min-width:680px;table-layout:fixed}.team-members-table th:first-child{width:50%}.team-members-table th:nth-child(2){width:22%}.team-members-table th{padding:14px 18px;color:#445b54;background:#eef3f0;font-size:.72rem}.team-members-table td{padding:14px 18px}.team-members-table tbody tr.current-team-member td{background:#fbfdfc}.team-members-table tbody tr.current-team-member:hover td{background:#f6faf8}.team-member-identity{display:flex;align-items:center;gap:12px;min-width:0}.team-member-avatar{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;color:#356b61;background:#e4f0ec}.team-member-avatar svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.team-member-copy{min-width:0;display:grid;gap:3px}.team-member-copy strong,.team-member-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-member-copy strong{display:flex;align-items:center;gap:7px;color:#30443e;font-size:.79rem}.team-member-copy small{color:#7a8782;font-size:.66rem}.team-member-role{padding:4px 7px;border-radius:999px;color:#526a63;background:#edf2ef;font-size:.61rem;font-weight:800;white-space:nowrap}.team-member-access{display:inline-flex;padding:5px 9px;border:1px solid transparent;border-radius:8px;font-size:.63rem;font-weight:850;white-space:nowrap}.team-member-access.edit{color:#286352;border-color:#b9d9cc;background:#e9f5f0}.team-member-access.read{color:#596577;border-color:#d3d9e2;background:#f0f2f6}.team-members-empty{min-height:150px;display:grid;align-content:center;justify-items:center;gap:6px;color:#53655f;text-align:center}.team-members-empty small{color:#7c8984;font-size:.68rem}.change-password-dialog{width:min(540px,calc(100vw - 28px))}.change-password-dialog form{padding:22px}.change-password-header h2{margin:5px 0 0}.change-password-fields{display:grid;gap:14px}.settings-block-heading p{margin:4px 0 0;color:#78847f;font-size:.7rem;line-height:1.4}.backup-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:22px;padding:18px;border:1px solid #d8e1dc;border-radius:12px;background:linear-gradient(120deg,#fbfcfb,#f4f8f6)}.backup-card-copy{min-width:0;display:grid;gap:7px}.backup-card-copy>strong{color:#30433e;font-size:.91rem}.backup-status{min-height:18px;display:flex;align-items:center;gap:7px;margin-top:2px;color:#77837e;font-size:.64rem;font-weight:700}.backup-status:before{content:"";width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:#9da8a3}.backup-status[data-tone=success]{color:#2f715f}.backup-status[data-tone=success]:before{background:#3d9171;box-shadow:0 0 0 3px #3d91711a}.backup-status[data-tone=error]{color:#9a4338}.backup-status[data-tone=error]:before{background:#b74c40}.backup-download-button{min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 15px;border:1px solid #aebfb8;border-radius:9px;color:#fff;background:linear-gradient(180deg,#2c6961,#22554f);box-shadow:0 6px 14px #23615b2b;font-size:.72rem;font-weight:800;white-space:nowrap}.backup-download-button svg{width:18px;height:18px}.backup-download-button:hover{background:linear-gradient(180deg,#255c55,#194942);transform:translateY(-1px)}.backup-download-button:disabled{opacity:.62;transform:none;cursor:wait}button:focus-visible,a:focus-visible{outline:3px solid rgba(35,97,91,.2);outline-offset:2px}@media (max-width: 1180px){.account-trigger-copy{display:none}.account-trigger{grid-template-columns:36px 14px}}@media (max-width: 850px){.user-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.user-summary-card.inactive{grid-column:1/-1}}@media (max-width: 700px){.user-summary-grid{grid-template-columns:minmax(0,1fr)}.user-summary-card.inactive{grid-column:auto}.user-page-heading{align-items:flex-start}.user-directory-panel{padding:14px}.user-toolbar{align-items:flex-start;flex-wrap:wrap}.user-toolbar .search-box{width:100%}.user-toolbar .result-count{margin-left:auto}.user-table-wrap{overflow:visible;border:0}.user-table,.user-table tbody,.user-table tr,.user-table td{width:100%;min-width:0;display:block}.user-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.user-table tbody{display:grid;gap:10px}.user-table tr{padding:12px;border:1px solid #dce3df;border-radius:10px;background:#fff}.user-table td{min-height:38px;display:grid;grid-template-columns:105px minmax(0,1fr);align-items:center;gap:10px;padding:7px 2px;border-bottom:1px solid #edf0ee}.user-table td:before{content:attr(data-label);color:#7b8782;font-size:.61rem;font-weight:850;letter-spacing:.02em}.user-table td:last-child{width:100%;border-bottom:0;text-align:left}.user-table td:last-child .row-actions{justify-content:flex-start}.user-identity-cell{min-width:0}.backup-card{grid-template-columns:minmax(0,1fr)}.backup-download-button{width:100%}.user-form-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width: 560px){.auth-field-grid{grid-template-columns:minmax(0,1fr)}.auth-panel-heading{grid-template-columns:40px minmax(0,1fr)}.auth-panel-icon{width:40px;height:40px}.header-transfer-actions,.brand-copy{display:none}.header-meta{margin-left:auto}.account-trigger-copy{display:grid}.account-trigger{max-width:min(220px,calc(100vw - 150px));min-height:48px;grid-template-columns:34px minmax(0,auto) 14px;padding:5px 8px}.account-avatar{width:34px;height:34px}.account-menu{position:fixed;top:70px;right:12px}.tab-long-label{display:none}.tab-short-label{display:inline}.user-page-heading{flex-direction:column;gap:13px}.user-page-heading .primary-button{width:100%}.team-members-page-heading{align-items:flex-start}}@media (max-width: 360px){.account-trigger-copy{display:none}.account-trigger{grid-template-columns:34px 14px}.account-menu-actions{grid-template-columns:minmax(0,1fr)}.account-menu .account-menu-primary{grid-column:auto}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.platform-page{min-height:100vh;background:radial-gradient(circle at 12% 4%,rgba(35,97,91,.08),transparent 31rem),#f2f5f3}.platform-shell{min-height:100vh}.platform-header{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px clamp(20px,3vw,48px);border-bottom:1px solid #d9e1dc;background:linear-gradient(105deg,#fffdfa,#eff6f3);box-shadow:0 4px 16px #1f2f2b0f}.platform-header-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.platform-header-actions>span{max-width:280px;margin-right:5px;overflow:hidden;color:#4c5e58;font-size:.78rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.platform-main{width:min(1500px,calc(100% - 32px));display:grid;gap:18px;margin:0 auto;padding:28px 0 55px}.platform-intro{display:flex;align-items:end;justify-content:space-between;gap:24px}.platform-intro h2{margin:0;color:#263a35;font-size:1.75rem;letter-spacing:-.03em}.platform-summary{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.platform-summary span{min-width:105px;display:grid;gap:2px;padding:10px 13px;border:1px solid #d7e0db;border-radius:9px;color:#6d7974;background:#fff;font-size:.64rem}.platform-summary strong{color:#28483f;font-size:1.02rem}.platform-credentials-panel,.platform-create-panel,.platform-list-panel{padding:22px}.platform-section-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:17px}.platform-section-heading h3{margin:0;color:#2b413b;font-size:1.05rem}.platform-create-heading p{max-width:920px;margin:7px 0 0;color:#6d7974;font-size:.72rem;line-height:1.5}.platform-create-heading code{padding:2px 5px;border:1px solid #d9e2dd;border-radius:5px;color:#31574c;background:#f4f8f6;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.69rem}.platform-form-grid label span small{color:#7d8883;font-size:.62rem;font-weight:650}.platform-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.platform-credentials-form{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr)) auto;align-items:end;gap:14px}.platform-form-grid label,.platform-credentials-form label,.platform-tenant-edit label,.platform-search-field,.platform-dialog label{min-width:0;display:grid;gap:6px;color:#38544b;font-size:.74rem;font-weight:780}.platform-form-grid input,.platform-form-grid select,.platform-credentials-form input,.platform-tenant-edit input,.platform-tenant-edit select,.platform-dialog input,.platform-search{width:100%;min-height:44px;padding:9px 11px;border:1px solid #cad5cf;border-radius:8px;color:#2f423c;background:#fff;outline:none}.platform-form-grid input:focus,.platform-form-grid select:focus,.platform-credentials-form input:focus,.platform-tenant-edit input:focus,.platform-tenant-edit select:focus,.platform-dialog input:focus,.platform-search:focus{border-color:var(--brand);box-shadow:0 0 0 3px #23615b1a}.platform-form-action{display:flex;align-items:end;justify-content:flex-end;gap:8px}.platform-form-action .primary-button{width:100%}.platform-inline-status{min-height:18px;margin:12px 0 0;color:#91463c;font-size:.72rem;font-weight:700}.platform-inline-status[data-tone=success]{color:#2f715f}.auth-notice[data-tone=success]{border-color:#cbe1d5;color:#2f715f;background:#f0f8f4}.platform-tenant-toolbar{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px;padding-bottom:17px;border-bottom:1px solid #dce3de}.platform-search-field{width:min(430px,100%)}.platform-search{width:100%}.platform-pagination{display:flex;align-items:center;gap:8px}.platform-pagination>span{min-width:190px;color:#6f7b76;font-size:.7rem;font-weight:700;text-align:center}.platform-pagination .secondary-button:disabled{color:#8b9691;background:#f1f4f2;opacity:.72;cursor:not-allowed}.platform-tenant-list{display:grid;gap:16px}.platform-tenant-card{overflow:hidden;border:1px solid #ccd9d2;border-radius:17px;background:#f4f8f5;box-shadow:0 10px 28px #17322c0f}.platform-tenant-card-heading{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:17px 22px;border-bottom:1px solid #d5e0da;background:linear-gradient(110deg,#f8faf8,#edf5f1)}.platform-tenant-title{min-width:0;display:flex;align-items:baseline;gap:13px;flex-wrap:wrap}.platform-tenant-title h4{margin:0;overflow:hidden;color:#17322c;font-size:1.08rem;text-overflow:ellipsis}.platform-tenant-title span{color:#63736d;font-size:.78rem;font-weight:800}.platform-tenant-card-actions{display:flex;align-items:center;justify-content:flex-end;gap:11px;flex-wrap:wrap}.tenant-status{padding:5px 9px;border-radius:999px;font-size:.6rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.status-active{color:#25633e;background:#dcefe4}.status-suspended{color:#8a5d18;background:#fff0c9}.status-disabled{color:#8a4239;background:#f8d9d5}.platform-capacity-chip{padding:8px 12px;border:1px solid #d3ded8;border-radius:999px;color:#66756f;background:#fff;font-size:.72rem;white-space:nowrap}.platform-capacity-chip strong{color:#24443b}.tenant-toggle-button{min-width:112px;min-height:44px}.platform-tenant-card-body{display:grid;gap:18px;padding:20px;background:#f6f9f7}.platform-tenant-card-body[hidden]{display:none}.platform-tenant-section{padding:18px;border:1px solid #d7e1dc;border-radius:12px;background:#fff}.platform-tenant-edit{display:grid;grid-template-columns:minmax(180px,1.2fr) minmax(260px,2fr) minmax(150px,.9fr) auto;align-items:end;gap:14px}.platform-tenant-edit input,.platform-tenant-edit select{min-height:52px;border-radius:10px}.tenant-actions{align-items:center;flex-wrap:wrap}.tenant-actions .primary-button{width:auto;min-height:44px}.tenant-actions .secondary-button,.tenant-actions .danger-button{min-height:44px;white-space:nowrap}.platform-tenant-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin:0}.platform-detail-column{min-width:0;display:grid;align-content:start;gap:14px}.platform-detail-column>div{min-width:0;display:grid;grid-template-columns:max-content minmax(0,1fr);gap:9px 16px;align-items:start}.platform-detail-column dt{color:#6d7974;font-size:.72rem}.platform-detail-column dd{min-width:0;margin:0;overflow-wrap:anywhere;color:#263a35;font-size:.74rem}.platform-detail-column a{color:#6c22a5;text-underline-offset:2px}.platform-empty{padding:42px;color:#7b8782;text-align:center}.platform-dialog{width:min(540px,calc(100vw - 28px))}.platform-dialog form{display:grid;gap:14px}@media (max-width:1180px){.platform-credentials-form{grid-template-columns:repeat(2,minmax(0,1fr))}.platform-credentials-form .platform-form-action{align-self:end}.platform-tenant-edit,.platform-tenant-details{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.platform-header,.platform-intro{align-items:flex-start;flex-direction:column}.platform-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.platform-summary{justify-content:flex-start}.platform-tenant-card-heading{align-items:flex-start;flex-direction:column}.platform-tenant-card-actions{justify-content:flex-start}}@media (max-width:700px){.platform-main{width:min(100% - 18px,1500px);padding-top:18px}.platform-header{padding:13px 15px}.platform-header .brand-block{width:100%}.platform-header .brand-logo{width:145px}.platform-header .brand-copy{display:block}.platform-header .brand-copy h1{font-size:1.08rem}.platform-form-grid,.platform-credentials-form,.platform-tenant-edit,.platform-tenant-details{grid-template-columns:1fr}.platform-tenant-toolbar{align-items:stretch;flex-direction:column}.platform-search-field{width:100%}.platform-pagination{justify-content:space-between}.platform-pagination>span{min-width:0}.platform-tenant-card-heading{padding:16px}.platform-tenant-card-body{padding:12px}.platform-tenant-section{padding:14px}.platform-tenant-card-actions,.tenant-toggle-button{width:100%}.tenant-actions{display:grid;grid-template-columns:1fr}.tenant-actions .primary-button,.tenant-actions .secondary-button{width:100%}.platform-detail-column>div{grid-template-columns:1fr;gap:4px}}@media (max-width:460px){.platform-header-actions{width:100%}.platform-header-actions>span{width:100%;max-width:none}.platform-header-actions .secondary-button{flex:1}.platform-capacity-chip{flex:1;text-align:center}.tenant-actions{grid-template-columns:1fr}}
