@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800;900&display=swap";:root{--bg:#f5f5f7;--bg-accent:#fff;--panel:#ffffffc7;--panel-strong:#fff;--text:#1d1d1f;--muted:#6e6e73;--line:#1d1d1f14;--line-strong:#1d1d1f24;--brand:red;--brand-strong:#b10012;--brand-soft:#d7001514;--error-text:var(--brand-strong);--safe-accent:#d700152e;--safe-accent-strong:#d7001538;--success-soft:#34c7591f;--error-soft:#d700151a;--shadow-lg:0 20px 44px #0f172a14;--shadow-md:0 10px 24px #0f172a0f;--shadow-sm:0 6px 14px #0f172a0a;--radius-lg:26px;--radius-md:18px;--radius-sm:14px}:root[data-theme=dark]{--bg:#121317;--bg-accent:#1a1c22;--panel:#1a1c22db;--panel-strong:#20232b;--text:#f3f4f6;--muted:#a2a7b3;--line:#ffffff14;--line-strong:#ffffff24;--brand-soft:#d7001529;--error-text:var(--brand-strong);--safe-accent:#ff808b47;--safe-accent-strong:#ff808b7a;--success-soft:#34c75924;--error-soft:#d7001529;--shadow-lg:0 22px 50px #00000052;--shadow-md:0 12px 28px #0000003d;--shadow-sm:0 8px 16px #0000002e}*{box-sizing:border-box}html{scroll-behavior:smooth;min-height:100%}body{min-height:100vh;color:var(--text);background:radial-gradient(circle at top left, #ff000024, transparent 28%), radial-gradient(circle at top right, #ff606014, transparent 24%), radial-gradient(circle at center top, #ffffffeb, transparent 26%), linear-gradient(180deg, #fbfbfd 0%, var(--bg) 52%, #f1f2f4 100%);grid-template:"brand logout""brand search""brand result""nav nav""main main"1fr"footer footer"/minmax(0,1fr) minmax(260px,320px);justify-content:center;align-items:start;gap:16px 22px;margin:0;padding:16px 20px 56px;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;display:grid}:root[data-theme=dark] body{background:radial-gradient(circle at top left, #d700152e, transparent 24%), radial-gradient(circle at top right, #5c171d2e, transparent 22%), linear-gradient(180deg, #17191f 0%, var(--bg) 52%, #0e1014 100%)}body:before{content:"";pointer-events:none;background:linear-gradient(#ffffff80,#0000 180px),radial-gradient(circle at top,#fff9,#0000 40%);position:fixed;inset:0}:root[data-theme=dark] body:before{background:linear-gradient(#ffffff0a,#0000 180px),radial-gradient(circle at top,#ffffff0d,#0000 40%)}body>*{z-index:1;min-width:0;position:relative}h1{letter-spacing:-.05em;text-transform:none;max-width:100%;min-height:72px;color:var(--brand);text-shadow:none;grid-area:brand;justify-content:flex-start;align-self:stretch;align-items:center;margin:0;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(3.25rem,6vw,5.6rem);font-weight:900;line-height:.92;display:flex}.brand-link{color:inherit;align-items:center;gap:14px;text-decoration:none;display:inline-flex}.brand-logo{width:clamp(72px,6.8vw,104px);min-width:72px;height:clamp(72px,6.8vw,104px);box-shadow:none;background-color:var(--brand);border-radius:0;margin:0;display:inline-block;mask:url(Logo.68c4a562.png) 50%/contain no-repeat}.brand-wordmark{transform-origin:50%;text-shadow:none;display:inline-block;transform:skew(-10deg)}h2{letter-spacing:-.045em;color:var(--text);margin:0 0 8px;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.65rem,3vw,2.25rem);font-weight:800}.logout-button{background:linear-gradient(180deg, #ef3340 0%, var(--brand) 100%);color:#fff;min-width:120px;min-height:54px;font:inherit;backdrop-filter:saturate(180%)blur(18px);cursor:pointer;border:1px solid #d700153d;border-radius:999px;grid-area:logout;place-self:end;margin-top:4px;padding:0 18px;font-size:.9rem;font-weight:700;transition:transform .18s,box-shadow .18s,border-color .18s,background-color .18s,color .18s;box-shadow:inset 0 1px #ffffff38,0 10px 22px #d700152e}.logout-button:hover{border-color:#d7001557;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff38,0 12px 24px #d7001538}.theme-toggle{border:1px solid var(--line);width:54px;min-width:54px;height:54px;min-height:54px;box-shadow:var(--shadow-md);backdrop-filter:saturate(180%)blur(18px);cursor:pointer;background:#ffffffb8;border-radius:14px;grid-area:search;justify-content:center;place-self:center end;align-items:center;margin-top:12px;margin-bottom:0;padding:0;transition:transform .18s,box-shadow .18s,border-color .18s,background-color .18s,color .18s;display:inline-flex}.theme-toggle:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231d1d1f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12.8A9 9 0 1 1 11.2 3a7 7 0 0 0 9.8 9.8Z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;width:20px;height:20px}.theme-toggle:hover{border-color:var(--line-strong);box-shadow:var(--shadow-lg);transform:translateY(-1px)}.theme-toggle-dark{border-color:var(--line)}:root[data-theme=dark] .theme-toggle{background:#20232beb}.theme-toggle-dark:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2.2M12 19.8V22M4.93 4.93l1.56 1.56M17.51 17.51l1.56 1.56M2 12h2.2M19.8 12H22M4.93 19.07l1.56-1.56M17.51 6.49l1.56-1.56'/%3E%3C/svg%3E")}.quicksearch{border:1px solid var(--line);width:calc(100% - 70px);max-width:100%;min-height:54px;box-shadow:var(--shadow-md);font:inherit;color:var(--text);backdrop-filter:saturate(180%)blur(18px);background:#ffffffb8;border-radius:999px;grid-area:search;place-self:center start;margin-top:12px;padding:0 18px;font-size:.98rem;font-weight:500;transition:border-color .2s,box-shadow .2s,background-color .2s}.quicksearch::placeholder,.input::placeholder,.boxNumber::placeholder{color:#8a97ab}.quicksearch::-webkit-search-cancel-button{appearance:none;background:linear-gradient(45deg, transparent 43%, var(--brand) 43%, var(--brand) 57%, transparent 57%), linear-gradient(-45deg, transparent 43%, var(--brand) 43%, var(--brand) 57%, transparent 57%);cursor:pointer;opacity:.8;border-radius:999px;width:16px;height:16px}.quicksearch::-webkit-search-cancel-button:hover{opacity:1}:root[data-theme=dark] .quicksearch,:root[data-theme=dark] .input,:root[data-theme=dark] .boxNumber,:root[data-theme=dark] select{color:var(--text);background:#20232beb}.quicksearch:focus,.input:focus,.boxNumber:focus,select:focus{border-color:#d7001547;outline:none;box-shadow:0 0 0 4px #d7001517}#quicksearchResult{border:1px solid var(--line);border-radius:var(--radius-md);width:min(320px,100vw - 24px);box-shadow:var(--shadow-md);color:var(--text);backdrop-filter:saturate(180%)blur(20px);transform-origin:top;z-index:12;background:#ffffffd1;grid-area:result;margin-top:0;padding:15px 18px;font-size:.95rem;display:none;position:fixed;top:0;left:0}#quicksearchResult.active{animation:.16s ease-out pop-under;display:block}#quicksearchResult.error{color:var(--error-text);background:#fff5f5;border-color:#b320253d}.overdue-counter-link{color:var(--brand);grid-area:result;place-self:start end;margin-top:-8px;font-size:.84rem;font-weight:800;text-decoration:none}.overdue-counter-link:hover,.overdue-counter-link:focus-visible{color:var(--brand-strong);text-decoration:underline}.navbar{width:100%;box-shadow:var(--shadow-md);backdrop-filter:saturate(180%)blur(22px);background:#ffffffa3;border:1px solid #ffffffb3;border-radius:22px;flex-wrap:wrap;grid-area:nav;gap:8px;padding:10px;display:flex}:root[data-theme=dark] .navbar{background:#181a20c7;border-color:#ffffff14}.navitem,.navitem-active{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:10px 18px;font-size:.94rem;font-weight:700;text-decoration:none;transition:transform .18s,background-color .18s,color .18s,box-shadow .18s;display:inline-flex}.navitem{color:var(--muted);background:0 0}.navitem:hover{color:var(--text);background:#1d1d1f0d;transform:translateY(-1px)}.navitem-active{color:#fff;background:linear-gradient(180deg, #ef3340 0%, var(--brand) 100%);box-shadow:inset 0 1px #ffffff38,0 8px 20px #d7001533}.page-panel{border-radius:var(--radius-lg);background:var(--panel);width:100%;min-width:0;min-height:calc(100vh - 320px);box-shadow:var(--shadow-lg);backdrop-filter:saturate(180%)blur(24px);text-align:center;border:1px solid #ffffffc2;flex-direction:column;grid-area:main;align-items:center;padding:34px;animation:.45s ease-out panel-in;display:flex}.page-panel>*{max-width:100%}.page-toolbar{justify-content:flex-end;width:100%;margin:0 0 18px;display:flex}.scan-toggle{min-width:118px;min-height:40px;color:var(--text);border:1px solid var(--line-strong);box-shadow:var(--shadow-sm);background:linear-gradient(#1d1d1f1a 0%,#1d1d1f29 100%);padding:0 16px;font-size:.82rem}.scan-toggle:hover{box-shadow:var(--shadow-md)}.scan-toggle.is-active{background:linear-gradient(180deg, #ef3340 0%, var(--brand) 100%);color:#fff;border-color:#d700153d;box-shadow:inset 0 1px #ffffff38,0 10px 22px #d700152e}:root[data-theme=dark] .scan-toggle{color:var(--text);background:linear-gradient(#ffffff14 0%,#ffffff1f 100%);border-color:#ffffff1a}:root[data-theme=dark] .scan-toggle.is-active{background:linear-gradient(180deg, #ef3340 0%, var(--brand) 100%);color:#fff;border-color:#ff808b38;box-shadow:inset 0 1px #ffffff38,0 10px 22px #d7001538}:root[data-theme=dark] .metric-card,:root[data-theme=dark] .insight-item,:root[data-theme=dark] .summary-result-card,:root[data-theme=dark] .search-result-card,:root[data-theme=dark] .outstanding-item,:root[data-theme=dark] .summary-seen-boxes,:root[data-theme=dark] .summary-history-item,:root[data-theme=dark] .legend-row,:root[data-theme=dark] .outstanding-row,:root[data-theme=dark] .search-result-row,:root[data-theme=dark] .status-list,:root[data-theme=dark] #boxlist,:root[data-theme=dark] #officelist,:root[data-theme=dark] .outstanding-state{box-shadow:var(--shadow-sm);background:#20232bd6;border-color:#ffffff14}:root[data-theme=dark] .page-panel,:root[data-theme=dark] #quicksearchResult{background:#181a20d1;border-color:#ffffff14}:root[data-theme=dark] .semi-gauge:before{background:#121317f5}:root[data-theme=dark] .insight-bar{background:#ffffff14}:root[data-theme=dark] .legend-key-safe{background:var(--safe-accent-strong)}:root[data-theme=dark] .legend-key-total{background:#ffffff2e}:root[data-theme=dark] .outstanding-badge{background:#d7001529}:root[data-theme=dark] .status-chip,:root[data-theme=dark] .status-chip-button{color:var(--text);background:#292c35f5;border-color:#d700153d}:root[data-theme=dark] .summary-filter-button{border-color:#ffffff14;box-shadow:0 14px 26px #d700153d}:root[data-theme=dark] .removeBox{color:#fff;background:#ef3340;border-color:#ff808b3d;box-shadow:0 10px 20px #d7001542}:root[data-theme=dark] .removeBox:hover{background:#ff4554}:root[data-theme=dark] .search-result-eyebrow,:root[data-theme=dark] .summary-result-eyebrow,:root[data-theme=dark] .outstanding-badge{color:#ff808b}@keyframes panel-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.page-intro{color:var(--muted);max-width:58ch;margin:0 auto 28px;font-size:1rem;line-height:1.55}.dashboard-grid{text-align:left;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px;width:100%;display:grid}.metric-card{box-shadow:var(--shadow-md);backdrop-filter:saturate(180%)blur(18px);background:#ffffffbd;border:1px solid #ffffffd1;border-radius:24px;grid-column:span 6;padding:24px}.metric-card-wide{grid-column:1/-1}.metric-card-stat{flex-direction:column;grid-column:span 3;justify-content:space-between;gap:10px;display:flex}.metric-label{color:var(--muted);font-size:.92rem;font-weight:600}.metric-value{letter-spacing:-.05em;color:var(--text);font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1}.metric-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.metric-card-wide .metric-header{text-align:center;justify-content:center}.metric-header h3{letter-spacing:-.03em;margin:0 0 6px;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.2rem;font-weight:800}.metric-header p{color:var(--muted);margin:0;line-height:1.5}.interactive-insight-card{cursor:pointer}.interactive-insight-card:focus-visible{box-shadow:var(--shadow-md), 0 0 0 4px #d700151f;outline:none}.gauge-layout{grid-template-columns:minmax(0,1.1fr) minmax(220px,.9fr);justify-content:center;align-items:center;gap:16px;display:grid}.semi-gauge-wrap{justify-content:center;padding-top:8px;display:flex}.semi-gauge{--gauge-safe:50%;aspect-ratio:2;background:conic-gradient(from 180deg, var(--brand) 0 calc(100% - var(--gauge-safe)), var(--safe-accent) calc(100% - var(--gauge-safe)) 100%);border-radius:999px 999px 0 0;width:min(100%,320px);position:relative;overflow:hidden}.semi-gauge:before{content:"";border-radius:inherit;background:#fbfbfdf5;position:absolute;inset:18px 18px -60%}.semi-gauge-inner{z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex;position:absolute;inset:auto 0 18px}.semi-gauge-value{letter-spacing:-.05em;color:var(--text);font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1}.semi-gauge-label{color:var(--muted);font-size:.92rem;font-weight:600}.gauge-legend{gap:12px;display:grid}.legend-row{border:1px solid var(--line);background:#ffffffd1;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px 16px;display:grid}.legend-key{border-radius:999px;width:10px;height:10px}.legend-key-safe{background:var(--safe-accent-strong)}.legend-key-out{background:var(--brand)}.legend-key-total{background:#1d1d1f33}.insight-list{gap:12px;display:grid}.insight-item{border:1px solid var(--line);background:#ffffffd1;border-radius:18px;padding:16px}.insight-item-top{grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-bottom:12px;display:grid}.insight-rank{background:var(--brand-soft);min-width:34px;min-height:34px;color:var(--brand-strong);border-radius:999px;justify-content:center;align-items:center;font-size:.88rem;font-weight:700;display:inline-flex}.insight-copy{gap:2px;display:grid}.insight-copy strong,.insight-count{color:var(--text);font-weight:700}.insight-copy span{color:var(--muted);font-size:.92rem}.insight-bar{background:#1d1d1f12;border-radius:999px;height:9px;overflow:hidden}.insight-bar span{border-radius:inherit;background:linear-gradient(90deg, #ef3340 0%, var(--brand) 100%);height:100%;display:block}.insight-empty{color:var(--muted);padding:8px 0}.status-list,#boxlist,#officelist{border:1px solid var(--line);border-radius:var(--radius-md);width:min(100%,1120px);color:var(--text);background:#ffffffad;margin:0 0 24px;padding:18px 20px;font-weight:500;line-height:1.6}.status-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.status-title{color:var(--text);font-size:.98rem;font-weight:700}.status-count{background:var(--brand-soft);min-width:34px;min-height:34px;color:var(--brand-strong);border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:.92rem;font-weight:700;display:inline-flex}.status-total{align-items:center;gap:8px;display:inline-flex}.status-total-label{color:var(--muted);font-size:.92rem;font-weight:600}.status-chips{flex-wrap:wrap;gap:10px;display:flex}.status-chip{min-height:38px;color:var(--text);background:#ffffffeb;border:1px solid #d7001529;border-radius:999px;justify-content:center;align-items:center;padding:8px 14px;font-size:.95rem;font-weight:600;display:inline-flex;box-shadow:0 4px 12px #0f172a0a}.status-chip-button{text-align:center;cursor:pointer;flex:none;justify-content:center;width:fit-content;min-width:0;max-width:100%;transition:transform .18s,border-color .18s,box-shadow .18s;display:inline-flex}.status-chip-button:hover{border-color:#d7001542;transform:translateY(-1px);box-shadow:0 8px 16px #0f172a14}.status-empty{color:var(--muted);font-size:.95rem}.field-row{grid-template-columns:1fr;place-items:center;gap:14px;width:100%;max-width:520px;margin-bottom:18px;display:grid}.field-row.inline-action{grid-template-columns:1fr;gap:10px}.search-inline-row{width:100%;max-width:560px}.search-inline-controls{grid-template-columns:minmax(0,210px) auto;justify-content:center;align-items:center;gap:12px;width:auto;max-width:100%;display:grid}.search-inline-controls .input{width:210px}.search-inline-controls button{width:auto;min-width:120px}.field-label{color:var(--muted);text-align:center;font-size:.94rem;font-weight:700}.input,.boxNumber,select{border:1px solid var(--line-strong);background:var(--panel-strong);width:min(100%,210px);max-width:100%;min-height:50px;font:inherit;color:var(--text);box-shadow:var(--shadow-sm);border-radius:16px;padding:0 16px;font-size:.98rem;font-weight:500;transition:border-color .2s,box-shadow .2s,transform .18s}input[type=number]{appearance:textfield}input[type=number]::-webkit-outer-spin-button{cursor:pointer;opacity:1;filter:brightness(1.35);margin:0}input[type=number]::-webkit-inner-spin-button{cursor:pointer;opacity:1;filter:brightness(1.35);margin:0}:root[data-theme=dark] input[type=number]::-webkit-outer-spin-button{filter:brightness(.35)}:root[data-theme=dark] input[type=number]::-webkit-inner-spin-button{filter:brightness(.35)}select{appearance:none;background-image:linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);background-position:calc(100% - 22px) calc(50% - 3px),calc(100% - 16px) calc(50% - 3px);background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:48px}.custom-select{width:min(100%,210px);max-width:100%;position:relative}.custom-select-native{opacity:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.custom-select-button{border:1px solid var(--line-strong);width:100%;min-width:0;min-height:50px;color:var(--text);font:inherit;box-shadow:var(--shadow-sm);text-align:left;background:linear-gradient(#fffffff5 0%,#f6f7f9f5 100%);border-radius:16px;justify-content:flex-start;padding:0 48px 0 16px;font-size:.98rem;font-weight:600;position:relative}.custom-select-button:before,.custom-select-button:after{content:"";border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);width:8px;height:8px;transition:transform .18s,opacity .18s;position:absolute;right:18px}.custom-select-button:before{top:calc(50% - 8px);transform:rotate(45deg)}.custom-select-button:after{opacity:0;top:calc(50% - 2px);transform:rotate(-135deg)}.custom-select-open .custom-select-button:before{opacity:0}.custom-select-open .custom-select-button:after{opacity:1}.custom-select-button:hover{filter:none;box-shadow:var(--shadow-md);transform:none}.custom-select-button:active{box-shadow:var(--shadow-sm);transform:none}.custom-select-button:focus-visible{border-color:#d7001547;outline:none;box-shadow:0 0 0 4px #d7001517}.custom-select-button-placeholder{color:var(--muted)}.custom-select-menu{z-index:24;border:1px solid var(--line);backdrop-filter:saturate(180%)blur(18px);background:linear-gradient(#fffffffa 0%,#f5f6f8fa 100%);border-radius:18px;padding:8px;display:none;position:absolute;top:calc(100% + 10px);left:0;right:0;box-shadow:0 18px 36px #0f172a29}.custom-select-open .custom-select-menu{gap:6px;animation:.16s ease-out pop-under;display:grid}.custom-select-option{width:100%;min-width:0;min-height:42px;color:var(--text);font:inherit;box-shadow:none;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;justify-content:flex-start;padding:0 14px;font-size:.95rem;font-weight:600}.custom-select-option:hover,.custom-select-option:focus-visible{filter:none;color:var(--brand-strong);box-shadow:none;background:#d7001514;outline:none;transform:none}.custom-select-option-active{color:var(--brand-strong);background:linear-gradient(#ef334024 0%,#d700151f 100%);border-color:#d700151f}:root[data-theme=dark] .custom-select-button{color:var(--text);background:linear-gradient(#22252dfa 0%,#191b21fa 100%);border-color:#ffffff14;box-shadow:0 12px 24px #0000003d}:root[data-theme=dark] .custom-select-menu{background:linear-gradient(#1c1e25fa 0%,#14161cfa 100%);border-color:#ffffff14;box-shadow:0 20px 40px #00000057}:root[data-theme=dark] .custom-select-option:hover,:root[data-theme=dark] .custom-select-option:focus-visible{color:#ffb0b8;background:#d7001529}:root[data-theme=dark] .custom-select-option-active{color:#ffb0b8;background:linear-gradient(#d7001538 0%,#d7001529 100%);border-color:#ff808b33}button{background:linear-gradient(180deg, #ef3340 0%, var(--brand) 100%);color:#fff;min-width:140px;min-height:48px;font:inherit;cursor:pointer;border:none;border-radius:999px;padding:0 22px;font-size:.95rem;font-weight:600;transition:transform .18s,box-shadow .18s,filter .18s;box-shadow:inset 0 1px #ffffff38,0 10px 22px #d700152e}button:hover{filter:saturate(1.02);transform:translateY(-1px);box-shadow:inset 0 1px #ffffff38,0 12px 24px #d7001538}button:active{transform:translateY(0);box-shadow:inset 0 1px #ffffff2e,0 6px 14px #d7001529}.button-with-icon{justify-content:center;align-items:center;gap:10px;display:inline-flex}.button-with-icon:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:contain;flex:0 0 16px;width:16px;height:16px}.button-with-icon-search:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='6.5'/%3E%3Cpath d='m16 16 4.5 4.5'/%3E%3C/svg%3E")}.plus-button{border-radius:14px;min-width:46px;min-height:46px;padding:0;font-size:1.1rem;font-weight:700}#boxesContainer{justify-items:center;gap:12px;width:100%;margin:4px 0 22px;display:grid}.box-input{align-items:center;gap:12px;width:100%;max-width:214px;display:flex}.box-input br{display:none}.boxNumber{flex:150px;width:auto}.removeBox{background:var(--brand);color:#fff;border:1px solid #d7001547;border-radius:14px;min-width:46px;min-height:46px;padding:0;font-size:.95rem;font-weight:700;box-shadow:0 8px 16px #d700152e}.removeBox:hover{background:var(--brand-strong);box-shadow:0 10px 18px #d7001538}#feedback{width:min(100%,420px);max-width:100%;min-height:0;color:var(--error-text);letter-spacing:-.01em;box-shadow:none;background:0 0;border:none;border-radius:0;margin:14px auto 22px;padding:0;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.02rem;font-weight:700;line-height:1.5;display:block}#feedback:empty{display:none}#feedback.error{color:var(--error-text);background:0 0;border:none}#feedback.success{color:#155a3d}:root[data-theme=dark] #feedback{color:var(--error-text)}:root[data-theme=dark] #feedback.success{color:#4ade80}#feedback.search-feedback{width:min(100%,720px);max-width:100%;min-height:0;color:inherit;box-shadow:none;background:0 0;border:none;margin:14px auto 22px;padding:0}#feedback.search-feedback:empty{display:none}#feedback.search-feedback.error{color:var(--error-text)}.search-result-card{color:var(--text);text-align:left;background:linear-gradient(#fffffff5 0%,#f5f5f7fa 100%);border:1px solid #1d1d1f14;border-radius:22px;padding:18px;overflow:hidden;box-shadow:0 14px 26px #0f172a14}.search-result-head{margin-bottom:16px}.search-result-eyebrow{color:var(--brand);letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px;font-size:.95rem;font-weight:800;display:inline-block}.search-result-head h3{letter-spacing:-.03em;margin:0;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.35rem;font-weight:800}.search-result-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.search-result-row{background:#ffffffc7;border:1px solid #1d1d1f0f;border-radius:16px;gap:4px;padding:12px 14px;display:grid;box-shadow:inset 0 1px #ffffffa6}.search-result-label{color:var(--muted);letter-spacing:.02em;font-size:.8rem;font-weight:600}.search-result-value{color:var(--text);overflow-wrap:anywhere;font-size:1.08rem;font-weight:700}#feedback.summary-feedback{width:min(100%,920px);max-width:100%;min-height:0;color:inherit;box-shadow:none;background:0 0;border:none;margin:14px auto 22px;padding:0}#feedback.summary-feedback:empty{display:none}#feedback.summary-feedback.error{color:var(--error-text)}#feedback.outstanding-feedback{width:min(100%,920px);max-width:100%;min-height:0;color:inherit;box-shadow:none;background:0 0;border:none;margin:14px auto 22px;padding:0}#feedback.outstanding-feedback:empty{display:none}#feedback.outstanding-feedback.error{color:var(--error-text)}.summary-result-card{color:var(--text);text-align:left;background:linear-gradient(#fffffff5 0%,#f5f5f7fa 100%);border:1px solid #1d1d1f14;border-radius:22px;padding:18px;overflow:hidden;box-shadow:0 14px 26px #0f172a14}.summary-result-head{margin-bottom:16px}.summary-seen-boxes{background:#ffffffc7;border:1px solid #1d1d1f0f;border-radius:16px;margin-bottom:14px;padding:14px;box-shadow:inset 0 1px #ffffffa6}.summary-section-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.summary-section-title{color:var(--text);font-size:.95rem;font-weight:700}.summary-filter-bar{justify-content:flex-end;align-items:center;margin-bottom:14px;display:flex}.summary-filter-button{background:linear-gradient(180deg, #ef3340 0%, var(--brand) 100%);color:#fff;letter-spacing:.01em;border:1px solid #d700153d;border-radius:14px;justify-content:center;align-items:center;gap:10px;min-height:44px;padding:0 18px;font-size:.95rem;font-weight:800;transition:transform .18s,box-shadow .18s,border-color .18s,opacity .18s;display:inline-flex;box-shadow:inset 0 1px #ffffff38,0 10px 22px #d700152e}.summary-filter-button:hover{border-color:#d7001557;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff38,0 12px 24px #d7001538}.summary-filter-button:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.summary-filter-icon{font-size:1rem;line-height:1}.summary-result-eyebrow{color:var(--brand);letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px;font-size:.95rem;font-weight:800;display:inline-block}.summary-result-head h3{letter-spacing:-.03em;margin:0;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.35rem;font-weight:800}.summary-history-list{gap:10px;display:grid}.summary-history-item{isolation:isolate;background:#ffffffc7;border:1px solid #1d1d1f0f;border-radius:16px;gap:10px;padding:14px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffa6}.summary-history-item:after{content:"";border-radius:inherit;opacity:0;pointer-events:none;z-index:0;background:#d7001524;position:absolute;inset:0}.summary-history-item>*{z-index:1;position:relative}.summary-history-item-active{border-color:#d7001585;box-shadow:inset 0 1px #ffffffa6,0 0 0 3px #d7001533}.summary-history-item-flash{border-color:#d7001547;box-shadow:inset 0 1px #ffffffa6,0 0 0 3px #d700151a}.summary-history-item-flash:after{animation:2.2s cubic-bezier(.22,1,.36,1) forwards summary-history-entry-flash}@keyframes summary-history-entry-flash{0%{opacity:0}12%{opacity:1}to{opacity:0}}.summary-history-row{gap:4px;display:grid}.summary-history-row-split{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.summary-history-row-split>div{gap:4px;display:grid}.summary-history-pills{flex-wrap:wrap;gap:8px;display:flex}.summary-history-chip{scroll-margin-block:120px}.summary-history-chip-active{background:#d700151f;border-color:#d7001557;box-shadow:0 0 0 4px #d7001514}.summary-history-chip-selected{background:#d7001514;border-color:#d7001538;box-shadow:0 0 0 2px #d700150f}:root[data-theme=dark] .summary-history-chip-active{color:#fff;background:#d7001547;border-color:#ff808b8c;box-shadow:0 0 0 4px #d700152e}:root[data-theme=dark] .summary-history-item-active{border-color:#ff808bb8;box-shadow:inset 0 1px #ffffff0f,0 0 0 3px #d7001547}:root[data-theme=dark] .summary-history-item:after{background:#ff808b38}:root[data-theme=dark] .summary-history-item-flash{border-color:#ff808b66;box-shadow:inset 0 1px #ffffff0f,0 0 0 3px #d7001524}:root[data-theme=dark] .summary-history-chip-selected{color:#fff;background:#d700152e;border-color:#ff808b61;box-shadow:0 0 0 2px #d700151f}.summary-history-value{scroll-margin-block:120px}.summary-history-label{color:var(--muted);letter-spacing:.02em;font-size:.8rem;font-weight:600}.summary-history-value{color:var(--text);overflow-wrap:anywhere;font-size:1.02rem;font-weight:700}.summary-history-helper{color:var(--muted);font-size:.94rem;font-weight:600}.outstanding-state{color:var(--muted);box-shadow:var(--shadow-sm);background:#ffffffb8;border:1px solid #1d1d1f0f;border-radius:18px;padding:14px 16px;font-weight:600}.outstanding-list{gap:12px;display:grid}.outstanding-item{background:#ffffffd1;border:2px solid #d700157a;border-radius:18px;padding:16px;box-shadow:inset 0 1px #ffffffa6,0 0 0 4px #d7001524}.outstanding-item-head{justify-content:flex-start;align-items:center;gap:14px;margin-bottom:14px;display:flex}.outstanding-badge{min-height:30px;color:var(--brand-strong);letter-spacing:.02em;background:#d7001514;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:.8rem;font-weight:700;display:inline-flex}.outstanding-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.outstanding-row{background:#ffffffc7;border:1px solid #1d1d1f0f;border-radius:16px;gap:4px;padding:12px 14px;display:grid}.outstanding-row-wide{grid-column:1/-1}.outstanding-label{color:var(--muted);letter-spacing:.02em;font-size:.8rem;font-weight:600}.outstanding-value{color:var(--text);overflow-wrap:anywhere;font-size:1rem;font-weight:700}img{max-width:min(100%,420px);height:auto;box-shadow:var(--shadow-md);border-radius:22px;margin-top:8px;margin-left:auto;margin-right:auto;display:block}.hero-media{text-align:center;margin-top:24px}.app-stamp{text-align:center;color:#1d1d1f94;overflow-wrap:anywhere;grid-area:footer/1/footer/-1;margin-top:auto;padding-top:28px;padding-bottom:2px;font-size:.82rem;line-height:1.5}:root[data-theme=dark] .app-stamp{color:#f3f4f69e}.app-stamp p{margin:0}body.login-page{grid-template:".search""main main"1fr"footer footer"/minmax(0,1fr) auto;align-items:start;gap:18px 22px}body.login-page .theme-toggle{grid-area:search;justify-self:end;margin-top:0}body.login-page .page-panel{min-height:calc(100vh - 230px)}.login-panel{text-align:left;justify-content:center;align-items:center;padding:48px 28px;display:flex}.login-card{backdrop-filter:saturate(180%)blur(24px);background:#ffffffc7;border:1px solid #ffffffd1;border-radius:28px;width:min(100%,430px);padding:36px 34px 28px;box-shadow:0 24px 60px #0f172a1a}.login-card-simple{text-align:left}.login-card-head{margin-bottom:24px}.login-card-head-simple{text-align:center}.login-card-head h2{letter-spacing:-.05em;margin:0 0 8px;font-size:clamp(1.95rem,4vw,2.4rem);font-weight:700}.login-card-head p{color:var(--muted);margin:0;font-size:.98rem;line-height:1.5}.login-mark{box-shadow:none;background:0 0;border:none;place-items:center;margin-bottom:20px;padding:0;display:grid}.login-mark-logo{width:82px;height:82px;box-shadow:none;background-color:var(--brand);border-radius:0;margin:0;display:inline-block;mask:url(Logo.68c4a562.png) 50%/contain no-repeat}.login-form{gap:16px;display:grid}.login-field{gap:10px;display:grid}.login-input{background:#ffffffe0;border-radius:18px;width:100%;min-height:56px;padding:0 18px}.login-password-row{align-items:center;display:flex;position:relative}.login-password-row .login-input{padding-right:56px}.login-options{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-top:2px;display:flex}.login-options-end{justify-content:flex-end}.login-check{color:var(--muted);align-items:center;gap:10px;font-size:.92rem;font-weight:600;display:inline-flex}.login-check input{accent-color:var(--brand)}.login-inline-link{color:var(--brand);font-size:.92rem;font-weight:700;text-decoration:none}.login-inline-link:hover{text-decoration:underline}.login-inline-text{color:var(--muted);font-size:.92rem;font-weight:600}.login-inline-alert{color:var(--brand);cursor:pointer;font-size:.82rem;text-decoration:none}.login-inline-alert:hover{text-decoration:underline}.login-inline-button{font:inherit;cursor:pointer;background:0 0;border:none;padding:0}.login-feedback{text-align:left;width:100%;min-height:24px;color:var(--muted);margin:0;font-size:.94rem}.login-page #feedback.login-feedback{color:var(--muted)}.login-page #feedback.login-feedback.error{color:var(--error-text)}.login-page #feedback.login-feedback.success{color:#155a3d}:root[data-theme=dark] .login-page #feedback.login-feedback.success{color:#4ade80}.login-actions{display:grid}.login-ghost-button{min-width:36px;min-height:36px;color:var(--text);font:inherit;cursor:pointer;box-shadow:none;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:.92rem;font-weight:700;text-decoration:none;transition:transform .18s,background-color .18s,opacity .18s;display:inline-flex}.login-ghost-button:hover{background:0 0}.password-toggle{min-width:auto;min-height:auto;color:var(--brand);letter-spacing:.01em;opacity:.9;box-shadow:none;background:0 0;border:none;padding:4px 8px;font-size:.78rem;font-weight:700;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.password-toggle:hover{opacity:1;color:var(--brand);box-shadow:none;background:0 0;transform:translateY(-50%)}.password-toggle-text{line-height:1;display:inline-block}:root[data-theme=dark] .login-card,:root[data-theme=dark] .login-ghost-button{background:#20232be0;border-color:#ffffff14}:root[data-theme=dark] .password-toggle,:root[data-theme=dark] .password-toggle:hover{box-shadow:none;background:0 0;border-color:#0000}:root[data-theme=dark] .login-input{background:#181a20eb}.back-to-top{z-index:20;background:var(--brand);color:#fff;opacity:0;pointer-events:none;border:1px solid #d7001557;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;font-weight:800;text-decoration:none;transition:opacity .18s,transform .18s,border-color .18s,box-shadow .18s;display:inline-flex;position:fixed;bottom:18px;right:18px;transform:translateY(8px);box-shadow:0 10px 20px #d7001533}.back-to-top:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 18V6'/%3E%3Cpath d='m6.5 11.5 5.5-5.5 5.5 5.5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;width:18px;height:18px}.back-to-top.back-to-top-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{border-color:#d700156b;transform:translateY(-2px);box-shadow:0 12px 24px #d7001542}.alert-popup{z-index:40;opacity:0;pointer-events:none;place-items:center;transition:opacity .18s;display:grid;position:fixed;inset:0}.alert-popup-visible{opacity:1;pointer-events:auto}.alert-popup-backdrop{backdrop-filter:blur(6px);background:#0c0f1557;position:absolute;inset:0}.alert-popup-card{background:linear-gradient(#fffffffa 0%,#f6f6f8fa 100%);border:1px solid #d7001529;border-radius:24px;width:min(100%,640px);margin:18px;padding:22px;transition:transform .22s,box-shadow .22s;position:relative;transform:translateY(16px)scale(.98);box-shadow:0 24px 44px #0f172a2e}.alert-popup-visible .alert-popup-card{transform:translateY(0)scale(1)}.alert-popup-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:10px;display:flex}.alert-popup-eyebrow{color:var(--brand);letter-spacing:.06em;text-transform:uppercase;margin-bottom:8px;font-size:1rem;font-weight:800;display:inline-block}.alert-popup-head h3{letter-spacing:-.03em;margin:0;font-size:1.4rem;font-weight:800}.alert-popup-copy{color:var(--muted);margin:0 0 16px;line-height:1.5}.alert-popup-close{width:40px;min-width:40px;min-height:40px;color:var(--text);background:#ffffffb8;border:1px solid #1d1d1f14;border-radius:12px;justify-content:center;align-items:center;padding:0;font-size:1rem;font-weight:800;line-height:1;transition:transform .18s,box-shadow .18s,border-color .18s,background-color .18s;display:inline-flex;box-shadow:0 8px 18px #0f172a14}.alert-popup-close:hover{border-color:var(--line-strong);box-shadow:var(--shadow-md);transform:translateY(-1px)}.reset-confirm-card{width:min(100%,620px);box-shadow:var(--shadow-lg);backdrop-filter:saturate(180%)blur(24px);background:radial-gradient(circle at 100% 0,#d7001514,#0000 34%),linear-gradient(#ffffffe6 0%,#ffffffc7 100%);border:1px solid #ffffffd1;border-radius:28px;padding:30px;overflow:hidden}.reset-confirm-head{align-items:flex-start;margin-bottom:18px;padding-right:56px;position:relative}.reset-confirm-head .alert-popup-close{align-self:flex-start;margin-left:0;position:absolute;top:0;right:0}.reset-confirm-title-group{text-align:left;gap:10px;max-width:46ch;display:grid}.reset-confirm-eyebrow{letter-spacing:.08em}.reset-confirm-copy{margin:0;font-size:.98rem}.reset-confirm-copy strong{color:var(--brand)}.reset-confirm-highlights{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.reset-confirm-highlight{min-height:116px;box-shadow:var(--shadow-sm);backdrop-filter:saturate(180%)blur(18px);text-align:left;background:#ffffffa8;border:1px solid #ffffffd1;border-radius:22px;gap:6px;padding:18px;display:grid}.reset-confirm-highlight-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:800}.reset-confirm-highlight strong{color:var(--text);font-size:1rem;font-weight:800;line-height:1.35}.reset-confirm-note{border-top:1px solid var(--line);color:var(--muted);text-align:left;margin:0 0 18px;padding-top:18px;font-size:.92rem;line-height:1.55}.reset-confirm-actions{justify-content:flex-end;gap:12px;padding-top:2px;display:flex}.reset-confirm-cancel,.reset-confirm-submit{min-width:168px}.reset-confirm-cancel{border:1px solid var(--line);color:var(--text);box-shadow:var(--shadow-sm);background:#ffffffb8}.reset-confirm-cancel:hover{box-shadow:var(--shadow-md)}.reset-confirm-submit{background:linear-gradient(180deg, #ef3340 0%, var(--brand) 100%);color:#fff;border:1px solid #d700153d;box-shadow:inset 0 1px #ffffff38,0 10px 22px #d700152e}.reset-confirm-submit:hover{border-color:#d7001557;box-shadow:inset 0 1px #ffffff38,0 12px 24px #d7001538}.logout-confirm-card{width:min(100%,520px);box-shadow:var(--shadow-lg);backdrop-filter:saturate(180%)blur(24px);background:radial-gradient(circle at 100% 0,#d7001512,#0000 34%),linear-gradient(#ffffffe6 0%,#ffffffc7 100%);border:1px solid #ffffffd1;border-radius:28px;padding:28px}.logout-confirm-head{margin-bottom:12px;padding-right:56px}.logout-confirm-card .alert-popup-close{z-index:1;margin-left:0;position:absolute;top:24px;right:24px}.logout-confirm-title-group{text-align:left;gap:10px;max-width:40ch;display:grid}.logout-confirm-eyebrow{letter-spacing:.08em}.logout-confirm-copy{margin:0;font-size:.98rem}.logout-confirm-actions{justify-content:flex-end;gap:12px;margin-top:22px;display:flex}.logout-confirm-cancel,.logout-confirm-submit{min-width:156px}.logout-confirm-cancel{border:1px solid var(--line);color:var(--text);box-shadow:var(--shadow-sm);background:#ffffffb8}.logout-confirm-cancel:hover{box-shadow:var(--shadow-md)}.alert-popup-list{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#1d1d1f42 transparent;gap:12px;max-height:min(52vh,440px);padding-right:4px;display:grid;overflow:auto}.dashboard-popup-card{width:min(100%,760px)}.dashboard-popup-list{overscroll-behavior:contain;max-height:min(68vh,560px);padding-right:4px;overflow:auto}.alert-popup-list::-webkit-scrollbar{width:10px}.dashboard-popup-list::-webkit-scrollbar{width:10px}.alert-popup-list::-webkit-scrollbar-track{background:0 0}.dashboard-popup-list::-webkit-scrollbar-track{background:0 0}.alert-popup-list::-webkit-scrollbar-thumb{background:#1d1d1f42 padding-box padding-box;border:2px solid #0000;border-radius:999px}.dashboard-popup-list::-webkit-scrollbar-thumb{background:#1d1d1f42 padding-box padding-box;border:2px solid #0000;border-radius:999px}.alert-popup-item{background:#ffffffd6;border:2px solid #d7001533;border-radius:18px;padding:16px;box-shadow:inset 0 1px #ffffffb3}.alert-popup-item-head{min-height:32px;color:var(--brand-strong);letter-spacing:.03em;text-align:center;overflow-wrap:anywhere;background:#d700151a;border-radius:999px;justify-content:center;align-items:center;margin-bottom:12px;padding:0 12px;font-size:.86rem;font-weight:800;display:inline-flex}.status-chip,.status-chip-button,.outstanding-badge,.metric-label,.metric-value,.summary-section-title{overflow-wrap:anywhere}.alert-popup-item-row{border-top:1px solid #1d1d1f0f;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:10px 0;display:grid}.alert-popup-item-row:first-of-type{border-top:none;padding-top:0}.alert-popup-item-row span{color:var(--muted);font-size:.9rem;font-weight:600}.alert-popup-item-row strong{color:var(--text);font-size:.95rem;font-weight:800}.office-filter-card{width:min(100%,680px)}.office-filter-summary{color:var(--muted);margin-bottom:14px;font-size:.95rem;font-weight:600}.office-filter-list{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px;max-height:min(56vh,460px);display:grid}.office-filter-option{cursor:pointer;background:#ffffffd6;border:1px solid #1d1d1f14;border-radius:14px;align-items:center;gap:10px;min-height:44px;padding:10px 12px;transition:transform .18s,border-color .18s,box-shadow .18s,background-color .18s;display:inline-flex;box-shadow:inset 0 1px #ffffffb3}.office-filter-option:hover{border-color:#d700152e;box-shadow:inset 0 1px #ffffffb3,0 0 0 3px #d7001514}.office-filter-option input{width:16px;height:16px;accent-color:var(--brand);margin:0}.office-filter-option-title{color:var(--text);overflow-wrap:anywhere;font-size:.92rem;font-weight:700;line-height:1.2}.office-filter-actions{justify-content:flex-end;gap:12px;margin-top:18px;display:flex}.office-filter-action{border-radius:14px;min-height:44px;padding:0 18px;font-size:.95rem;font-weight:800}.office-filter-reset{color:var(--text);background:#ffffffd1;border:1px solid #1d1d1f1f}.office-filter-apply{background:linear-gradient(180deg, #ef3340 0%, var(--brand) 100%);color:#fff;border:1px solid #d700153d;box-shadow:inset 0 1px #ffffff38,0 10px 22px #d700152e}:root[data-theme=dark] .alert-popup-backdrop{background:#04050894}:root[data-theme=dark] .alert-popup-card{background:linear-gradient(#191b21fa 0%,#12141afa 100%);border-color:#ff808b33;box-shadow:0 24px 44px #0000005c}:root[data-theme=dark] .alert-popup-close{color:var(--text);background:#20232be0;border-color:#ffffff14;box-shadow:0 8px 18px #00000038}:root[data-theme=dark] .alert-popup-item{background:#20232be6;border-color:#ff808b38;box-shadow:inset 0 1px #ffffff0a}:root[data-theme=dark] .office-filter-option{background:#20232be6;border-color:#ffffff14}:root[data-theme=dark] .office-filter-option:hover{border-color:#ff808b3d;box-shadow:inset 0 1px #ffffff0a,0 0 0 3px #ff808b24}:root[data-theme=dark] .office-filter-reset{color:var(--text);background:#ffffff0a;border-color:#ffffff14}:root[data-theme=dark] .reset-confirm-card{background:radial-gradient(circle at 100% 0,#ff808b24,#0000 36%),linear-gradient(#1a1c23f0 0%,#12141aeb 100%);border-color:#ffffff14}:root[data-theme=dark] .reset-confirm-eyebrow,:root[data-theme=dark] .reset-confirm-copy strong{color:var(--brand)}:root[data-theme=dark] .reset-confirm-highlight{box-shadow:var(--shadow-sm);background:#20232bd6;border-color:#ffffff14}:root[data-theme=dark] .reset-confirm-cancel{color:var(--text);background:#20232be6;border-color:#ffffff14;box-shadow:0 8px 18px #0000002e}:root[data-theme=dark] .reset-confirm-note{border-top-color:#ffffff14}:root[data-theme=dark] .logout-confirm-card{background:radial-gradient(circle at 100% 0,#ff808b1f,#0000 36%),linear-gradient(#1a1c23f0 0%,#12141aeb 100%);border-color:#ffffff14}:root[data-theme=dark] .logout-confirm-eyebrow{color:var(--brand-strong)}:root[data-theme=dark] .logout-confirm-cancel{color:var(--text);background:#20232be6;border-color:#ffffff14;box-shadow:0 8px 18px #0000002e}:root[data-theme=dark] .alert-popup-list,:root[data-theme=dark] .dashboard-popup-list{scrollbar-color:#ffffff47 #ffffff0a}:root[data-theme=dark] .alert-popup-list::-webkit-scrollbar-thumb{background:#ffffff47 padding-box padding-box}:root[data-theme=dark] .dashboard-popup-list::-webkit-scrollbar-thumb{background:#ffffff47 padding-box padding-box}:root[data-theme=dark] .alert-popup-list::-webkit-scrollbar-track{background:#ffffff0a;border-radius:999px}:root[data-theme=dark] .dashboard-popup-list::-webkit-scrollbar-track{background:#ffffff0a;border-radius:999px}:root[data-theme=dark] .outstanding-item{border:2px solid #ff808b99;box-shadow:inset 0 1px #ffffff0a,0 0 0 4px #d7001533}:root[data-theme=dark] .alert-popup-item-head{color:#ffb0b8;background:#d7001529}:root[data-theme=dark] .interactive-insight-card:focus-visible{box-shadow:var(--shadow-md), 0 0 0 4px #d700152e}body.popup-open{overflow:hidden}:root[data-theme=dark] .alert-popup-item-row{border-top-color:#ffffff14}@keyframes pop-under{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=1100px){body{grid-template-columns:minmax(0,1fr) minmax(240px,300px);gap:14px 18px}.page-panel{padding:30px}.metric-card-stat{grid-column:span 6}.metric-card,.metric-card-wide{grid-column:span 12}}@media (width<=640px){.reset-confirm-card,.logout-confirm-card{padding:24px}.reset-confirm-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}.reset-confirm-highlight{min-height:0}.reset-confirm-actions{flex-direction:row;justify-content:flex-end}.reset-confirm-cancel,.reset-confirm-submit{width:auto;min-width:140px}.reset-confirm-head{flex-direction:row;align-items:flex-start}.reset-confirm-head>div{flex:1;min-width:0}.reset-confirm-head .alert-popup-close{align-self:flex-start;margin-left:0;position:absolute;top:0;right:0}.logout-confirm-actions{flex-direction:column-reverse}.logout-confirm-head{flex-direction:row;align-items:flex-start}.logout-confirm-head>div{flex:1;min-width:0}.logout-confirm-head .alert-popup-close{align-self:flex-start;margin-left:0;position:absolute;top:0;right:0}.logout-confirm-actions{flex-direction:row;justify-content:flex-end}.logout-confirm-cancel,.logout-confirm-submit{width:auto;min-width:140px}}@media (width<=760px){body{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand logout""search toggle""result result""nav nav""main main""footer footer";justify-content:stretch;gap:12px 10px;padding:18px 12px 32px}h1{text-align:left;justify-content:flex-start;min-height:auto;font-size:clamp(2.5rem,10vw,3.75rem);line-height:.95}.brand-link{justify-content:flex-start;gap:10px}.brand-logo{width:clamp(56px,14vw,76px);min-width:56px;height:clamp(56px,14vw,76px)}h2{font-size:clamp(1.5rem,7vw,2rem)}.theme-toggle{grid-area:toggle;place-self:center end;margin-top:0}.logout-button{place-self:center end;width:auto;min-width:120px;min-height:48px;margin-top:0;padding:0 16px;font-size:.88rem}.quicksearch{grid-area:search;place-self:center stretch;width:100%;margin-top:0}#quicksearchResult{width:min(100%,100vw - 24px);font-size:.93rem}.page-panel{border-radius:22px;min-height:calc(100vh - 260px);padding:22px 16px}body.login-page{grid-template-columns:1fr;grid-template-areas:"toggle""main""footer";align-content:start;justify-items:center}body.login-page .theme-toggle{z-index:auto;grid-area:toggle;justify-self:end;position:static;top:auto}body.login-page .page-panel{justify-self:center;width:min(100%,520px);min-height:auto}.login-panel{padding:26px 12px}.login-card{border-radius:22px;width:min(100%,420px);padding:26px 20px 22px}.login-password-row,.login-actions{grid-template-columns:1fr}.login-password-row{align-items:center;gap:0;display:flex;position:relative}.login-password-row .login-input{width:100%;padding-right:64px}.login-options{flex-direction:column;align-items:flex-start}.login-options-end{align-items:flex-end}.page-intro{max-width:none;font-size:.97rem}.dashboard-grid{grid-template-columns:1fr;gap:14px}.metric-card,.metric-card-wide,.metric-card-stat{border-radius:20px;grid-column:auto;padding:18px}.gauge-layout{grid-template-columns:1fr}.semi-gauge{width:min(100%,260px)}.metric-header{margin-bottom:16px}.status-header{align-items:flex-start}.status-chips{gap:8px}.status-chip{min-height:36px;padding:8px 12px;font-size:.92rem}.field-row,.field-row.inline-action{grid-template-columns:1fr;justify-items:center;gap:10px;margin-bottom:16px}.page-toolbar{justify-content:flex-end;margin-bottom:16px}.scan-toggle{width:auto;min-width:118px}.search-inline-controls{grid-template-columns:minmax(0,210px) auto;justify-content:center;width:auto;max-width:100%}.search-inline-controls button{width:auto}.input,.boxNumber,select,.quicksearch{width:100%}.field-row .input,.field-row select{width:min(100%,240px)}#boxesContainer{justify-items:center}.box-input{width:auto;max-width:214px}.boxNumber{width:min(100%,156px)}.navbar{border-radius:20px;gap:8px;padding:8px}.navitem,.navitem-active{text-align:center;white-space:normal;flex:calc(50% - 6px);min-width:120px;min-height:48px;padding:12px 14px;font-size:.92rem}button{width:auto;max-width:100%}#checkoutstandingbtn{text-align:center;justify-content:center;place-self:center;align-items:center;width:auto;min-width:136px;margin-inline:auto;display:inline-flex}#resetbtn{text-align:center;flex:none;justify-content:center;align-items:center;min-width:120px;margin-inline:auto;padding:0 16px;display:inline-flex;width:auto!important}.login-actions button{width:100%}#adddelbtn,#adddeloffbtn{flex:none;justify-content:center;align-items:center;min-width:108px;margin-inline:auto;padding:0 16px;display:inline-flex;width:auto!important}#boxinbtn,#boxoutbtn{text-align:center;flex:none;justify-content:center;align-self:center;align-items:center;min-width:96px;max-width:none;margin-inline:auto;padding:0 16px;width:fit-content!important;display:inline-flex!important}.password-toggle{background:0 0;border-radius:999px;justify-self:auto;width:auto;min-width:auto;min-height:36px;padding:4px 8px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.password-toggle:hover{transform:translateY(-50%)}.plus-button,.removeBox{width:auto}.box-input{flex-wrap:wrap;align-items:stretch;max-width:100%}.boxNumber{min-width:0}img{max-width:min(100%,320px)}}@media (width<=640px){.alert-popup-head{flex-direction:row;align-items:flex-start;padding-right:56px;position:relative}.alert-popup-head>div{flex:1;min-width:0}.alert-popup-close{align-self:flex-start;margin-left:0;position:absolute;top:0;right:0}.status-header,.summary-section-head{flex-direction:column;align-items:flex-start}.status-total{justify-content:flex-start}.search-result-grid,.outstanding-grid,.summary-history-row-split{grid-template-columns:1fr}.outstanding-row-wide{grid-column:auto}.alert-popup-card{width:min(100%,100vw - 24px)}.dashboard-popup .alert-popup-head{flex-direction:row;align-items:flex-start}.dashboard-popup .alert-popup-head>div{flex:1;min-width:0}.dashboard-popup .alert-popup-close{align-self:flex-start;margin-left:auto}.office-filter-card .alert-popup-head{flex-direction:row;align-items:flex-start}.office-filter-card .alert-popup-head>div{flex:1;min-width:0}.office-filter-card .alert-popup-close{align-self:flex-start;margin-left:auto}.summary-filter-bar{justify-content:flex-end;align-items:center}.summary-filter-button{width:auto}.office-filter-actions{flex-direction:row;justify-content:flex-end}.office-filter-action{width:auto}}@media (width<=480px){body{padding:14px 10px 24px}h1{font-size:clamp(2.1rem,10vw,2.8rem)}.brand-link{gap:8px}.navbar{grid-template-columns:1fr;display:grid}.navitem,.navitem-active{width:100%;min-width:0}.page-panel{min-height:calc(100vh - 220px);padding:18px 14px}.login-card{padding:18px 14px}.metric-card,.metric-card-wide,.metric-card-stat{padding:16px}.insight-item-top{grid-template-columns:auto 1fr}.insight-count{grid-column:2}.quicksearch,.input,.boxNumber,select{min-height:48px;font-size:.96rem}.quicksearch{font-size:16px}button{min-height:46px}.logout-button{width:auto;max-width:100%}#adddelbtn,#adddeloffbtn{text-align:center;flex:none;justify-content:center;align-items:center;min-width:108px;margin-inline:auto;padding:0 16px;display:inline-flex;width:auto!important}#boxinbtn,#boxoutbtn{text-align:center;flex:none;justify-content:center;align-self:center;align-items:center;min-width:96px;max-width:none;margin-inline:auto;padding:0 16px;width:fit-content!important;display:inline-flex!important}#checkoutstandingbtn{text-align:center;justify-content:center;align-items:center;width:auto;min-width:136px;max-width:100%;margin-inline:auto;display:inline-flex}.quicksearch{width:100%}.box-input{flex-wrap:nowrap;gap:10px}.removeBox{flex:0 0 46px;width:auto;min-width:46px}.status-chip,.status-chip-button{width:auto;max-width:100%}.status-chip-button{text-align:center;justify-content:center;min-width:0}.office-filter-list{grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:8px}.office-filter-option{min-height:42px;padding:9px 10px}.search-result-card,.summary-result-card{border-radius:20px;padding:16px}.outstanding-grid{grid-template-columns:1fr}.outstanding-item-head{flex-direction:column;align-items:flex-start}.search-result-grid{grid-template-columns:1fr}.back-to-top{width:40px;height:40px;bottom:12px;right:12px}.alert-popup-card{border-radius:20px;padding:18px}.login-panel{padding:22px 8px}.login-card-head{margin-bottom:20px}.password-toggle{justify-self:stretch}.alert-popup-item-row{grid-template-columns:1fr;gap:4px}}