:root{font-family:Inter,Microsoft YaHei,PingFang SC,Arial,sans-serif;color:#1c2723;background:#f4f6f5;font-synthesis:none;text-rendering:optimizeLegibility;--green-700: #176b4d;--green-600: #21815f;--green-100: #dff2e8;--green-50: #eef8f3;--ink: #1c2723;--muted: #6f7d77;--line: #dde4e0;--surface: #ffffff;--surface-soft: #f8faf9;--danger: #b84444;--warning: #9a650f;--blue: #2867a7;--sidebar-width: 236px}*{box-sizing:border-box}html,body,#app{width:100%;min-height:100%;margin:0;overflow-x:clip}body{min-width:320px}button,input,select{font:inherit;letter-spacing:0}:where(input[type=date],input[type=month],input[type=week],input[type=datetime-local]){width:100%;min-height:40px;padding:0 12px;color:var(--ink);background:#fff;border:1px solid #d5ddd8;border-radius:6px;outline:0;color-scheme:light}:where(input[type=date],input[type=month],input[type=week],input[type=datetime-local]):focus{border-color:#5e9a80;box-shadow:0 0 0 2px #e7f2ed}:where(input[type=date],input[type=month],input[type=week],input[type=datetime-local])::-webkit-calendar-picker-indicator{cursor:pointer}.inline-select{position:relative;min-width:0}.inline-select__control{display:grid;grid-template-columns:minmax(0,1fr) 36px;gap:6px}.inline-select__control>select,.inline-select__trigger{width:100%;height:36px;min-width:0;padding:0 9px;color:var(--ink);background:#fff;border:1px solid #d5ddd8;border-radius:5px;outline:0;font-size:11px}.inline-select__control>select:focus,.inline-select__trigger:focus{border-color:#5e9a80;box-shadow:0 0 0 2px #e7f2ed}.inline-select__trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:left}.inline-select__trigger>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ink)}.inline-select__trigger>span.is-placeholder{color:var(--muted)}.inline-select__settings{width:36px;height:36px;display:grid;place-items:center;color:#3e6252;background:#f7faf8;border:1px solid #d5ddd8;border-radius:5px}.inline-select__settings:hover{color:var(--green-700);background:#edf6f1}.inline-select.is-disabled{opacity:.7}.inline-select__popover{position:absolute;top:calc(100% + 6px);left:0;z-index:85;width:min(390px,calc(100vw - 32px));background:#fff;border:1px solid #d5dfd9;border-radius:7px;box-shadow:0 16px 38px #14271f2e}.inline-select__options{max-height:240px;padding:6px;overflow-y:auto}.inline-select__options>button{width:100%;min-height:34px;display:flex;align-items:center;gap:8px;padding:6px 8px;color:var(--ink);background:transparent;border:0;border-radius:5px;text-align:left;font-size:11px}.inline-select__options>button:hover{background:#edf6f1}.inline-select__check{width:18px;height:18px;display:grid;place-items:center;color:#fff;background:#fff;border:1px solid #cbd8d1;border-radius:4px}.inline-select__options>button[aria-selected=true] .inline-select__check{background:var(--green-700);border-color:var(--green-700)}.inline-select__empty{padding:18px 10px;color:var(--muted);text-align:center;font-size:10px}.inline-select__manager{overflow:hidden}.inline-select__manager>header{height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 10px 0 12px;background:#f7faf8;border-bottom:1px solid var(--line)}.inline-select__manager>header strong{font-size:11px}.inline-select__manager>header button,.inline-select__add button,.inline-select__manager-row button{display:grid;place-items:center;color:#53675d;background:transparent;border:0;border-radius:5px}.inline-select__manager>header button{width:30px;height:30px}.inline-select__add{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:6px;padding:9px 10px;border-bottom:1px solid var(--line)}.inline-select__add input,.inline-select__manager-row input{width:100%;height:32px;min-width:0;padding:0 8px;color:var(--ink);background:#fff;border:1px solid #d5ddd8;border-radius:5px;outline:0;font-size:10px}.inline-select__add input:focus,.inline-select__manager-row input:focus{border-color:#5e9a80;box-shadow:0 0 0 2px #e7f2ed}.inline-select__add button{color:#fff;background:var(--green-700)}.inline-select__add button:disabled{opacity:.45}.inline-select__manager-list{max-height:250px;overflow-y:auto}.inline-select__manager-row{min-height:42px;display:grid;grid-template-columns:minmax(0,1fr) 30px 34px 30px;align-items:center;gap:3px;padding:5px 8px 5px 12px;border-bottom:1px solid #edf1ef}.inline-select__manager-row>span:first-child{min-width:0;overflow:hidden;color:var(--ink);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.inline-select__manager-row button{width:30px;height:30px}.inline-select__manager-row button:hover{color:var(--green-700);background:#edf6f1}.inline-select__manager-row button.is-danger:hover{color:#a6423c;background:#fff0ef}.inline-select__manager-row.is-inactive>span:first-child{color:var(--muted);text-decoration:line-through}.inline-select__state{width:22px;height:12px;position:relative;display:block;background:#cbd3cf;border-radius:8px}.inline-select__state:after{content:"";width:8px;height:8px;position:absolute;top:2px;left:2px;background:#fff;border-radius:50%;transition:transform .15s ease}.inline-select__state.active{background:#43866a}.inline-select__state.active:after{transform:translate(10px)}.inline-select__error{margin:0;padding:8px 10px;color:#a6423c;background:#fff4f3;border-top:1px solid #f3d4d1;font-size:9px;line-height:1.45}@media(max-width:600px){.inline-select__popover{position:fixed;top:auto;right:12px;bottom:12px;left:12px;width:auto;max-height:min(440px,calc(100vh - 24px))}}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}.app-shell{width:100%;min-width:0;min-height:100vh;display:flex}.sidebar{position:fixed;inset:0 auto 0 0;z-index:40;width:var(--sidebar-width);display:flex;flex-direction:column;color:#dce7e1;background:#17241f;border-right:1px solid #24362f}.brand-row{height:72px;display:flex;align-items:center;gap:11px;padding:0 18px;border-bottom:1px solid #2a3933}.brand-mark{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;color:#fff;background:#2b8e67;border-radius:7px}.brand-logo-image{width:100%;height:100%;object-fit:contain;border-radius:7px}.brand-row>div:nth-child(2){min-width:0;display:grid;gap:2px}.brand-row strong{color:#fff;font-size:13px}.brand-row span{color:#8fa69c;font-size:10px;text-transform:uppercase}.nav-groups{flex:1;padding:18px 10px;overflow-y:auto}.nav-group+.nav-group{margin-top:22px}.nav-group__label{display:block;padding:0 11px 8px;color:#789086;font-size:11px}.nav-item{width:100%;height:40px;display:flex;align-items:center;gap:11px;padding:0 11px;color:#bccdc5;background:transparent;border:0;border-radius:6px;text-align:left;transition:background .15s,color .15s}.nav-item span{flex:1;font-size:13px}.nav-item .nav-workflow-step{width:20px;height:20px;flex:0 0 20px;display:grid;place-items:center;margin-left:-4px;color:#dff1e8;background:#315e4c;border:1px solid #547a69;border-radius:50%;font-size:12px!important;font-style:normal;font-weight:700}.nav-item--active .nav-workflow-step{color:#164735;background:#e3f3eb;border-color:#e3f3eb}.nav-workflow-count{min-width:21px;height:19px;display:grid;place-items:center;padding:0 5px;color:#fff;background:#b23a35;border:2px solid #17241f;border-radius:10px;font-size:12px!important;font-style:normal;font-weight:700;line-height:1}.nav-item--active .nav-workflow-count{border-color:#285b48}.nav-item small{color:#71877e;font-size:10px}.nav-item:not(.nav-item--disabled):hover{color:#fff;background:#253831}.nav-item--active{color:#fff;background:#285b48}.nav-item--disabled{opacity:.72}.sidebar-footer{padding:10px;border-top:1px solid #2a3933}.org-switcher{width:100%;height:56px;display:flex;align-items:center;gap:10px;margin-top:5px;padding:0 10px;color:inherit;text-align:left;cursor:pointer;background:#20312b;border:0;border-radius:6px}.org-switcher>div{min-width:0;flex:1;display:grid;gap:2px}.org-switcher span{color:#7f968c;font-size:10px}.org-switcher strong{overflow:hidden;color:#e9f0ed;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.org-switcher:hover{background:#294138}.org-logo-image{width:28px;height:28px;object-fit:contain;border-radius:5px}.organization-branding-drawer{width:min(620px,96vw)}.branding-logo-editor{display:flex;align-items:center;gap:16px;padding:14px;background:#f8faf9;border:1px solid var(--line);border-radius:6px}.branding-logo-preview{width:84px;height:84px;display:grid;place-items:center;flex:0 0 84px;color:#5b796d;background:#e8f2ed;border-radius:10px;overflow:hidden}.branding-logo-preview img{width:100%;height:100%;object-fit:contain}.branding-logo-actions{display:flex;flex-wrap:wrap;gap:8px}.main-column{width:calc(100% - var(--sidebar-width));min-width:0;max-width:100%;min-height:100vh;margin-left:var(--sidebar-width)}.topbar{position:sticky;top:0;z-index:20;height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 28px;background:#fffffff5;border-bottom:1px solid var(--line)}.topbar__left{display:flex;align-items:center;gap:10px}.topbar__left h1{margin:0;font-size:17px;font-weight:650}.topbar__left p{margin:3px 0 0;color:var(--muted);font-size:11px}.topbar__right{display:flex;align-items:center;gap:8px}.global-search{width:250px;height:36px;display:flex;align-items:center;gap:9px;padding:0 11px;color:#8a9791;background:#f3f6f4;border:1px solid #e6ebe8;border-radius:6px}.global-search input{min-width:0;flex:1;color:var(--ink);background:transparent;border:0;outline:0;font-size:12px}.icon-button{width:34px;height:34px;flex:0 0 34px;display:inline-grid;place-items:center;padding:0;color:#56645e;background:#fff;border:1px solid var(--line);border-radius:6px}.icon-button:hover:not(:disabled){color:var(--green-700);background:var(--green-50);border-color:#b9d7c9}.icon-button:disabled{opacity:.42}.icon-button--danger:hover:not(:disabled){color:var(--danger);background:#fff3f2;border-color:#e8b7b3}.has-indicator{position:relative}.has-indicator:after{position:absolute;top:6px;right:6px;width:6px;height:6px;content:"";background:#cf5148;border:1px solid #fff;border-radius:50%}.user-menu{height:42px;display:flex;align-items:center;gap:9px;margin-left:3px;padding:3px 8px 3px 4px;background:transparent;border:0;border-radius:6px}.user-menu>span{width:34px;height:34px;display:grid;place-items:center;color:#176447;font-weight:700;background:#dceddf;border-radius:6px}.user-menu>div{display:grid;gap:2px;text-align:left}.user-menu strong{font-size:12px}.user-menu small{color:var(--muted);font-size:10px}.page-content{width:100%;min-width:0;padding:26px 28px 40px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.page-heading h2{margin:4px 0 0;font-size:13px;font-weight:670}.page-heading p{margin:5px 0 0;color:var(--muted);font-size:12px}.eyebrow{color:var(--green-700);font-size:11px;font-weight:700}.button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;border:1px solid transparent;border-radius:6px;font-weight:620;font-size:12px;white-space:nowrap}.button--primary{color:#fff;background:var(--green-700);border-color:var(--green-700)}.button--primary:hover:not(:disabled){background:#105a40}.button--secondary{color:#34423c;background:#fff;border-color:var(--line)}.button:disabled{opacity:.52}.heading-actions{display:flex;gap:8px}.page-alert{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding:10px 12px;color:#8d332f;background:#fff3f2;border:1px solid #efc4c1;border-radius:6px;font-size:12px}.toast-notice{position:fixed;top:84px;left:50%;z-index:80;padding:10px 16px;color:#fff;background:#263c33;border-radius:6px;box-shadow:0 8px 24px #14281f2e;font-size:12px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}.metric-card{position:relative;min-height:136px;display:grid;align-content:start;padding:18px;background:var(--surface);border:1px solid var(--line);border-radius:8px;overflow:hidden}.metric-card:before{position:absolute;inset:0 auto 0 0;width:3px;content:""}.metric-card__icon{position:absolute;top:16px;right:16px;width:36px;height:36px;display:grid;place-items:center;border-radius:7px}.metric-card>span{color:var(--muted);font-size:12px}.metric-card>strong{margin-top:12px;font-size:28px;line-height:1}.metric-card>small{margin-top:9px;color:#82908a;font-size:11px}.metric-card--green:before{background:#279069}.metric-card--green .metric-card__icon{color:#237253;background:#e2f3ea}.metric-card--blue:before{background:#3d75ac}.metric-card--blue .metric-card__icon{color:#2e659b;background:#e7f0f8}.metric-card--amber:before{background:#c18a2b}.metric-card--amber .metric-card__icon{color:#99691d;background:#fff3dc}.metric-card--red:before{background:#be5e56}.metric-card--red .metric-card__icon{color:#a94841;background:#fae9e7}.is-loading{opacity:.68}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(260px,.75fr);gap:16px;margin-bottom:16px}.dashboard-page{display:flex;flex-direction:column}.dashboard-page>.metric-grid{display:none}.dashboard-page>section.dashboard-grid:has(.dashboard-order-flow){order:1;margin-top:0}.dashboard-page>section.daily-sales-section{order:2}.dashboard-page>section.dashboard-grid:not(:has(.dashboard-order-flow)){order:3}.dashboard-grid--bottom{align-items:stretch}.panel{background:var(--surface);border:1px solid var(--line);border-radius:8px}.panel__header{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 17px;border-bottom:1px solid #e7ece9}.panel__header h3{margin:0;font-size:14px}.panel__header p{margin:4px 0 0;color:var(--muted);font-size:10px}.delivery-progress{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:20px 17px 24px}.delivery-step{position:relative;min-width:0;display:grid;justify-items:center;gap:10px;text-align:center}.delivery-step:not(:last-child):after{position:absolute;top:15px;left:calc(50% + 20px);width:calc(100% - 40px);height:1px;content:"";background:#dce4df}.delivery-step>span{position:relative;z-index:1;width:31px;height:31px;display:grid;place-items:center;color:#84928c;background:#f5f7f6;border:1px solid #dce3df;border-radius:50%;font-size:10px}.delivery-step--active>span{color:#fff;background:var(--green-700);border-color:var(--green-700)}.delivery-step>div{min-width:0;display:grid;gap:4px}.delivery-step strong{font-size:11px}.delivery-step small{color:#88958f;font-size:9px;line-height:1.45}.integration-list{padding:5px 16px}.integration-row{min-height:70px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #edf0ee}.integration-row:last-child{border:0}.integration-row>div{min-width:0;flex:1;display:grid;gap:3px}.integration-row strong{font-size:12px}.integration-row small{color:var(--muted);font-size:10px}.integration-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:6px;font-size:13px;font-weight:700}.integration-icon--map{color:#8a5b12;background:#fff0d3}.integration-icon--wecom{color:#21664f;background:#e2f2eb}.status-pill{width:max-content;display:inline-flex;align-items:center;gap:6px;padding:4px 7px;border-radius:999px;font-size:10px;font-weight:650;white-space:nowrap}.status-pill__dot{width:5px;height:5px;border-radius:50%}.status-pill--success{color:#176847;background:#e4f3ea}.status-pill--success .status-pill__dot{background:#24865f}.status-pill--warning{color:#8b5e14;background:#fff2d9}.status-pill--warning .status-pill__dot{background:#b47c1d}.status-pill--danger{color:#9c3f39;background:#fbe9e7}.status-pill--danger .status-pill__dot{background:#ba5149}.status-pill--neutral{color:#64716c;background:#edf1ef}.status-pill--neutral .status-pill__dot{background:#89958f}.status-pill--info{color:#2a6093;background:#e6eff8}.status-pill--info .status-pill__dot{background:#3b73aa}.quality-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;padding:24px 18px 26px}.quality-grid>div{display:grid;grid-template-columns:1fr auto;gap:9px}.quality-grid__link{display:grid;grid-template-columns:1fr auto;gap:9px;color:inherit;text-decoration:none;border-radius:5px;padding:3px 4px;transition:background-color .15s ease,color .15s ease}.quality-grid__link:hover,.quality-grid__link:focus-visible{color:var(--accent);background:#edf6f1;outline:none}.quality-grid__link .progress-track{grid-column:1 / -1}.quality-grid__link>svg{grid-column:2;grid-row:1 / span 2;align-self:center;color:var(--accent)}.quality-grid span{color:var(--muted);font-size:11px}.quality-grid strong{font-size:12px}.progress-track{grid-column:1 / -1;height:6px;background:#ecf0ee;border-radius:3px;overflow:hidden}.progress-track i{display:block;height:100%;background:#2f8c69}.progress-track--orange i{background:#c07c2b}.compact-actions{overflow:hidden}.action-row{min-height:58px;display:flex;align-items:center;gap:11px;padding:9px 17px;border-bottom:1px solid #edf0ee}.action-row:last-child{border:0}.action-row:hover{background:#f7faf8}.action-row>span{min-width:0;flex:1;display:grid;gap:3px}.action-row strong{font-size:12px}.action-row small{color:var(--muted);font-size:10px}.table-panel{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}.table-toolbar{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 15px;border-bottom:1px solid var(--line)}.search-combo{width:min(430px,45vw);height:38px;display:flex;align-items:center;gap:8px;padding-left:11px;border:1px solid #d7dfda;border-radius:6px}.search-combo>svg{color:#829089}.search-combo input{min-width:0;flex:1;height:100%;border:0;outline:0;font-size:12px}.search-combo button{height:100%;display:flex;align-items:center;gap:6px;padding:0 11px;color:#1c6e50;background:#eff8f4;border:0;border-left:1px solid #d7e7df;font-size:11px;font-weight:650}.filters{display:flex;align-items:center;gap:8px}.filters select{height:36px;min-width:105px;padding:0 30px 0 9px;color:#435149;background:#fff;border:1px solid #d7dfda;border-radius:6px;outline:0;font-size:11px}.table-scroll{min-height:432px;overflow-x:auto}.data-table{width:100%;min-width:960px;border-collapse:collapse}.data-table th{height:42px;padding:0 14px;color:#6f7d77;background:#f7f9f8;border-bottom:1px solid var(--line);font-size:10px;font-weight:650;text-align:left;white-space:nowrap}.data-table td{height:64px;padding:8px 14px;border-bottom:1px solid #edf0ee;font-size:11px;vertical-align:middle}.data-table tbody tr:hover{background:#fafcfb}.align-right{text-align:right!important}.product-cell{display:flex;align-items:center;gap:10px;min-width:220px}.product-cell>span{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;color:#236f52;font-weight:700;background:#e6f3ec;border-radius:6px}.product-cell>div,.stacked-cell{display:grid;gap:4px}.product-cell strong,.stacked-cell strong{font-size:11px}.product-cell small,.stacked-cell small{color:#7c8a84;font-size:10px}.product-thumbnail{width:50px;height:50px;flex:0 0 50px;display:grid;place-items:center;overflow:hidden;padding:0;color:#39775e;background:#eaf3ee;border:1px solid #d9e6df;border-radius:6px}button.product-thumbnail{cursor:pointer}button.product-thumbnail:hover{border-color:#6f9f88;box-shadow:0 0 0 3px #e7f2ec}.product-thumbnail img{width:100%;height:100%;display:block;object-fit:cover}.product-thumbnail span{font-weight:750}.product-thumbnail--loading{color:#89968f}.product-thumbnail--large{width:132px;height:99px;flex-basis:132px}.product-thumbnail--static{cursor:default}.barcode-value{padding:4px 7px;color:#46544e;background:#f1f4f2;border-radius:4px;font-family:Cascadia Mono,Consolas,monospace;font-size:10px;letter-spacing:0}.attribute-list{display:flex;flex-wrap:wrap;gap:4px;max-width:130px}.attribute-list span{padding:3px 5px;color:#52625b;background:#f0f3f1;border-radius:4px;font-size:9px}.muted-text{color:#7c8a84;white-space:nowrap}.row-actions{display:flex;justify-content:flex-end;gap:6px}.empty-state{height:280px;display:grid;place-items:center;align-content:center;gap:7px;color:#89968f}.empty-state strong{color:#4b5953;font-size:12px}.empty-state span{font-size:10px}.loading-state{height:280px;display:grid;place-items:center;color:var(--muted);font-size:12px}.table-footer{height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;color:var(--muted);border-top:1px solid var(--line);font-size:10px}.table-footer>div{display:flex;gap:6px}.spinning{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.drawer-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;justify-content:flex-end}.drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;background:#141f1a6b;border:0}.drawer{position:relative;z-index:1;width:min(680px,94vw);height:100%;display:flex;flex-direction:column;background:#fff;box-shadow:-12px 0 36px #10231b2e}.drawer__header{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 20px;border-bottom:1px solid var(--line)}.drawer__header h2{margin:4px 0 0;font-size:18px}.drawer__body{flex:1;padding:0 20px 24px;overflow-y:auto}.drawer__footer{min-height:66px;display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:12px 20px;background:#fbfcfb;border-top:1px solid var(--line)}.form-error{margin-top:16px;padding:10px 12px;color:#8d332f;background:#fff3f2;border:1px solid #efc4c1;border-radius:6px;font-size:11px}.form-section{padding:20px 0;border-bottom:1px solid #e7ece9}.form-section:last-child{border:0}.form-section h3{margin:0 0 13px;font-size:13px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field{display:grid;gap:6px}.fulfillment-method-field{margin-top:14px}.product-fulfillment-methods{display:block;max-width:170px;line-height:1.55;white-space:normal}.field span,.section-title-row span{color:#66756e;font-size:10px}.field input,.field select,.barcode-row input,.barcode-row select{width:100%;height:36px;padding:0 9px;color:var(--ink);background:#fff;border:1px solid #d5ddd8;border-radius:5px;outline:0;font-size:11px}.product-image-editor{display:grid;grid-template-columns:180px minmax(0,1fr);gap:18px;align-items:center}.product-image-editor__preview{width:180px;aspect-ratio:4 / 3;display:grid;place-items:center;overflow:hidden;background:#f3f6f4;border:1px solid #dce4df;border-radius:6px}.product-image-editor__preview img{width:100%;height:100%;display:block;object-fit:contain;background:#fff}.product-image-editor__preview>div{display:grid;place-items:center;gap:7px;color:#819087}.product-image-editor__preview span{font-size:11px}.product-image-editor__actions{min-width:0;display:grid;gap:6px}.product-image-editor__actions strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.product-image-editor__actions small{color:var(--muted);font-size:10px}.product-image-editor__actions>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.product-image-select{position:relative;cursor:pointer}.product-image-select input,.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;opacity:0!important}.button--danger-text{color:#9c3f39}.product-image-viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:180;display:grid;grid-template-rows:auto minmax(0,1fr);place-items:center;padding:22px;color:#fff;background:#0d1310e6;cursor:zoom-out}.product-image-viewer__toolbar{width:min(940px,100%);min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:default}.product-image-viewer__toolbar>div{min-width:0;display:grid;gap:3px}.product-image-viewer__toolbar strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.product-image-viewer__toolbar span{color:#c7d0cb;font-size:11px}.product-image-viewer__toolbar .icon-button{color:#fff;background:#ffffff1a;border-color:#ffffff47}.product-image-viewer>img{max-width:min(940px,100%);max-height:calc(100vh - 112px);width:auto;height:auto;object-fit:contain;cursor:zoom-in;box-shadow:0 18px 48px #00000047;transition:transform .12s ease}.product-image-viewer__status{align-self:center;padding:12px 16px;color:#dce5e0;background:#ffffff14;border-radius:6px;cursor:default}.product-image-viewer__status--error{color:#ffd5d1}.field input:focus,.field select:focus,.barcode-row input:focus,.barcode-row select:focus{border-color:#5e9a80;box-shadow:0 0 0 2px #e7f2ed}.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:13px}.section-title-row h3{margin:0}.section-title-row>div{display:grid;gap:4px}.check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.check-grid label{height:38px;display:flex;align-items:center;gap:7px;padding:0 9px;background:#f7f9f8;border:1px solid #e1e7e3;border-radius:5px;font-size:11px}.check-grid input{accent-color:var(--green-700)}.text-button{display:inline-flex;align-items:center;gap:5px;padding:5px 7px;color:var(--green-700);background:transparent;border:0;font-size:11px;font-weight:650}.barcode-editor{display:grid;gap:8px}.barcode-row{display:grid;grid-template-columns:24px minmax(0,1fr) 115px 34px;align-items:center;gap:7px}.radio-field{display:grid;place-items:center}.radio-field input{accent-color:var(--green-700)}.empty-inline{padding:15px;color:var(--muted);background:#f7f9f8;border:1px dashed #d8e0db;border-radius:5px;text-align:center;font-size:11px}.segmented-control{width:180px;height:34px;display:grid;grid-template-columns:1fr 1fr;padding:3px;background:#eef2ef;border-radius:6px}.segmented-control button{color:#6c7973;background:transparent;border:0;border-radius:4px;font-size:11px}.segmented-control button.active{color:#185f45;background:#fff;box-shadow:0 1px 3px #14281f1f;font-weight:650}.mobile-only,.sidebar-backdrop{display:none}@media(max-width:1050px){.mobile-only{display:inline-grid}.sidebar{transform:translate(-100%);transition:transform .2s ease}.sidebar--open{transform:translate(0)}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;display:block;background:#121f196b}.brand-row .mobile-only{margin-left:auto;color:#dce7e1;background:transparent;border-color:#385047}.main-column{width:100%;margin-left:0}.topbar{height:64px;padding:0 18px}.topbar__left p,.global-search,.topbar__right>.icon-button:first-of-type,.user-menu>div,.user-menu>svg{display:none}.user-menu{padding:0}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}.delivery-progress{overflow-x:auto}.delivery-step{min-width:120px}}@media(max-width:760px){.topbar{height:64px;padding:0 14px}.page-content{padding:18px 14px 30px}.page-heading{min-width:0;align-items:flex-start;flex-wrap:wrap}.page-heading>div{min-width:0;flex:1 1 220px}.dashboard-page{min-width:0;max-width:100%}.page-heading h2{font-size:19px}.page-heading--products{flex-direction:column}.heading-actions{width:100%}.heading-actions .button{flex:1}.metric-grid{grid-template-columns:1fr 1fr;gap:10px}.metric-card{min-height:128px;padding:14px}.metric-card>strong{font-size:24px}.delivery-progress{grid-template-columns:repeat(5,120px)}.quality-grid{grid-template-columns:1fr}.table-toolbar{align-items:stretch;flex-direction:column}.search-combo{width:100%}.filters{justify-content:space-between}.filters select{flex:1}.form-grid{grid-template-columns:1fr}.check-grid{grid-template-columns:1fr 1fr}.barcode-row{grid-template-columns:24px minmax(0,1fr) 34px}.barcode-row select{grid-column:2}.barcode-row .icon-button{grid-column:3;grid-row:1}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.analytics-panel{min-height:650px;background:transparent;border:0;border-radius:0}.analytics-tabs{min-height:58px;display:flex;align-items:center;gap:3px;margin-bottom:14px;padding:9px 12px;background:#fff;border:1px solid var(--line);border-radius:7px;overflow-x:auto}.analytics-tabs button{height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 12px;color:#68766f;background:transparent;border:0;border-radius:5px;font-size:10px;white-space:nowrap}.analytics-tabs button:hover{background:#f2f5f3}.analytics-tabs button.active{color:#185f45;background:#e8f3ed;font-weight:700}.analytics-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.analytics-metrics article{min-height:112px;display:grid;align-content:center;gap:7px;padding:15px 16px;background:#fff;border:1px solid var(--line);border-radius:7px}.analytics-metrics article span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:10px}.analytics-metrics article strong{font-size:21px}.analytics-metrics article small{color:#84918b;font-size:9px}.analytics-metrics article.metric-risk{border-left:3px solid #b95149}.analytics-statline{min-height:48px;display:flex;align-items:center;justify-content:flex-end;gap:16px;margin:8px 0 14px;padding:0 5px}.analytics-statline div{display:flex;align-items:baseline;gap:6px}.analytics-statline span{color:var(--muted);font-size:9px}.analytics-statline strong{font-size:11px}.analytics-statline i{width:1px;height:15px;background:#dce3df}.analytics-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.7fr);gap:14px}.analytics-chart,.analytics-alerts,.analytics-table-section,.import-preview,.history-table-scroll,.checklist-table-scroll,.report-list,.readiness-check-grid{background:#fff;border:1px solid var(--line);border-radius:7px;overflow:hidden}.analytics-section-heading{min-height:59px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 15px;border-bottom:1px solid var(--line)}.analytics-section-heading>div{display:grid;gap:4px}.analytics-section-heading strong{font-size:12px}.analytics-section-heading span{color:var(--muted);font-size:9px}.chart-legend{display:flex!important;grid-auto-flow:column;gap:10px!important}.chart-legend span{display:flex;align-items:center;gap:4px}.chart-legend i{width:7px;height:7px;border-radius:2px}.legend-sales,.bar-sales{background:#397b61}.legend-in,.bar-in{background:#3d75a5}.legend-out,.bar-out{background:#b47a27}.chart-body{height:248px;display:grid;grid-template-columns:repeat(14,minmax(20px,1fr));align-items:end;gap:4px;padding:24px 15px 12px;background:repeating-linear-gradient(to bottom,transparent 0,transparent 54px,#edf1ef 55px)}.chart-column{min-width:0;height:100%;display:grid;grid-template-rows:minmax(0,1fr) 19px;align-items:end;gap:5px}.chart-bars{height:100%;display:flex;align-items:flex-end;justify-content:center;gap:2px}.chart-bars i{width:min(7px,28%);min-height:0;border-radius:2px 2px 0 0;transition:height .2s ease}.chart-column>span{overflow:hidden;color:#88958f;font-size:7px;text-align:center;white-space:nowrap}.analytics-alerts{display:flex;flex-direction:column}.analytics-alerts>button{min-height:62px;display:grid;grid-template-columns:auto minmax(0,1fr) 16px;align-items:center;gap:9px;padding:8px 13px;color:var(--ink);background:#fff;border:0;border-bottom:1px solid #edf0ee;text-align:left}.analytics-alerts>button:hover{background:#f8faf9}.analytics-alerts>button>span:nth-child(2){min-width:0;display:grid;gap:4px}.analytics-alerts>button strong{font-size:10px}.analytics-alerts>button small{overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.analytics-empty{min-height:150px;display:grid;place-items:center;align-content:center;gap:8px;color:#7f8e87;font-size:10px}.analytics-empty--large{min-height:220px;margin-bottom:14px;background:#fff;border:1px dashed #d7dfda;border-radius:7px}.analytics-table-section{margin-top:14px}.analytics-table-scroll{min-height:180px}.analytics-table{min-width:720px}.analytics-table td{height:58px}.analytics-band-heading{margin-top:0;background:#fff;border:1px solid var(--line);border-radius:7px 7px 0 0}.report-list{border-radius:0 0 7px 7px;border-top:0}.report-list article{min-height:78px;display:grid;grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:11px 15px;border-bottom:1px solid #edf0ee}.report-list article:last-child{border-bottom:0}.report-icon{width:36px;height:36px;display:grid;place-items:center;color:#28658b;background:#e7f1f6;border-radius:6px}.report-list article>div{min-width:0;display:grid;gap:5px}.report-list article strong{font-size:11px}.report-list article small,.report-meta{color:var(--muted);font-size:9px}.report-list article>.report-actions{width:auto;margin-left:0;display:flex;gap:6px}.report-meta{min-width:80px;text-align:right}.analytics-subtoolbar{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;padding:10px 14px;background:#fff;border:1px solid var(--line);border-radius:7px}.analytics-subtoolbar>span{color:var(--muted);font-size:10px}.analytics-subtoolbar>div{display:flex;gap:7px}.import-preview{margin-bottom:14px}.import-summary{min-height:69px;display:grid;grid-template-columns:minmax(150px,1fr) repeat(3,auto) auto auto;align-items:center;gap:18px;padding:10px 15px;border-bottom:1px solid var(--line)}.import-summary>div{min-width:0;display:grid;gap:4px}.import-summary span{color:var(--muted);font-size:9px}.import-summary strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.import-error{min-height:40px;display:flex;align-items:center;gap:7px;padding:8px 15px;color:#963e38;background:#fff3f2;border-bottom:1px solid #efc9c5;font-size:10px}.import-table-scroll{min-height:160px;max-height:330px;overflow:auto}.import-table{min-width:950px}.import-table td{height:55px}.import-table .status-pill{max-width:280px;overflow:hidden;text-overflow:ellipsis}.analytics-history-heading{min-height:48px;padding-left:4px;border-bottom:0}.history-table-scroll{min-height:180px}.history-table{min-width:760px}.history-table td{height:56px}.readiness-header{min-height:86px;display:flex;align-items:center;gap:13px;margin-bottom:14px;padding:13px 16px;background:#fff;border:1px solid var(--line);border-left-width:4px;border-radius:7px}.readiness-header--pass{color:#176847;border-left-color:#24865f}.readiness-header--warn{color:#8b5e14;border-left-color:#b47c1d}.readiness-header--fail{color:#9c3f39;border-left-color:#ba5149}.readiness-header>div{display:grid;gap:4px}.readiness-header span{color:var(--muted);font-size:9px}.readiness-header strong{font-size:13px}.readiness-header small{margin-left:auto;color:var(--muted);font-size:9px}.readiness-check-grid{display:grid;grid-template-columns:1fr 1fr;border-top:0;border-radius:0 0 7px 7px}.readiness-check-grid article{min-height:74px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px 14px;border-bottom:1px solid #edf0ee}.readiness-check-grid article:nth-child(odd){border-right:1px solid #edf0ee}.readiness-check-grid article>div{min-width:0;display:grid;gap:4px}.readiness-check-grid article strong{font-size:10px}.readiness-check-grid article small{color:var(--muted);font-size:8px;line-height:1.45}.readiness-check-grid article>svg{color:#77867f}.checklist-heading{margin-top:14px}.checklist-table-scroll{border-top:0;border-radius:0 0 7px 7px}.checklist-table{min-width:1050px}.checklist-table td{height:62px}.checklist-evidence{max-width:260px;overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.analytics-drawer{width:min(620px,96vw)}.field--wide{grid-column:1 / -1}.field textarea{width:100%;resize:vertical;padding:9px;color:var(--ink);background:#fff;border:1px solid #d5ddd8;border-radius:5px;outline:0;font-size:11px;line-height:1.5}@media(max-width:1050px){.analytics-metrics{grid-template-columns:1fr 1fr}.analytics-dashboard-grid{grid-template-columns:1fr}.analytics-alerts{min-height:220px}.import-summary{grid-template-columns:1fr repeat(3,auto)}.import-summary>.status-pill,.import-summary>.button{justify-self:start}}@media(max-width:760px){.analytics-tabs{display:grid;grid-template-columns:1fr 1fr;overflow:visible}.analytics-tabs button{justify-content:center}.analytics-metrics{grid-template-columns:1fr 1fr;gap:9px}.analytics-metrics article{min-height:98px;padding:12px}.analytics-metrics article strong{font-size:13px}.analytics-statline{justify-content:flex-start;overflow-x:auto;white-space:nowrap}.analytics-dashboard-grid{gap:10px}.chart-body{height:220px;padding-inline:8px;gap:2px}.chart-legend{display:none!important}.report-list article{grid-template-columns:36px minmax(0,1fr) 34px}.report-meta{display:none}.analytics-subtoolbar{align-items:stretch;flex-direction:column}.analytics-subtoolbar>div{display:grid;grid-template-columns:1fr 1fr}.analytics-subtoolbar .button{width:100%}.import-summary{grid-template-columns:1fr 1fr;gap:10px}.import-summary>div:first-child{grid-column:1 / -1}.readiness-header{align-items:flex-start}.readiness-header small{margin-left:0}.readiness-check-grid{grid-template-columns:1fr}.readiness-check-grid article:nth-child(odd){border-right:0}}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:#eef2ef}.login-panel{width:min(420px,100%);padding:28px 30px 20px;background:#fff;border:1px solid #dbe3de;border-radius:8px;box-shadow:0 16px 42px #172b221f}.login-brand{display:flex;align-items:center;gap:10px;padding-bottom:22px;border-bottom:1px solid var(--line)}.login-brand>span{width:39px;height:39px;display:grid;place-items:center;color:#fff;background:#236d50;border-radius:7px}.login-brand>div{display:grid;gap:3px}.login-brand strong{font-size:13px}.login-brand small{color:var(--muted);font-size:9px}.login-heading{padding:24px 0 20px}.login-heading h1{margin:9px 0 0;font-size:13px;letter-spacing:0}.login-org{display:flex;align-items:center;gap:6px;color:#62716a;font-size:10px}.login-error{display:flex;align-items:center;gap:7px;margin-bottom:15px;padding:9px 10px;color:#963e38;background:#fff3f2;border:1px solid #efc9c5;border-radius:5px;font-size:10px}.login-panel form{display:grid;gap:14px}.login-field{display:grid;gap:6px}.login-field>span{color:#64736c;font-size:10px}.login-field>div{height:42px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid #d3dcd6;border-radius:6px}.login-field svg{color:#839089}.login-field input{min-width:0;flex:1;height:100%;border:0;outline:0;font-size:12px}.login-field>div:focus-within{border-color:#5c9a7e;box-shadow:0 0 0 2px #e5f2eb}.login-submit{width:100%;height:42px;justify-content:center;margin-top:3px}.login-divider{height:40px;display:flex;align-items:center;color:#9aa49f;font-size:9px}.login-divider:before,.login-divider:after{height:1px;flex:1;content:"";background:#e3e8e5}.login-divider span{padding:0 10px}.wecom-login{width:100%;height:40px;display:flex;align-items:center;justify-content:center;gap:8px;color:#315e4f;background:#f7faf8;border:1px solid #d8e3dd;border-radius:6px;font-size:11px;font-weight:650}.wecom-login span{width:21px;height:21px;display:grid;place-items:center;color:#fff;background:#2c8b61;border-radius:4px;font-size:10px}.wecom-login:disabled{opacity:.48;cursor:not-allowed}.login-panel footer{display:flex;justify-content:space-between;margin-top:22px;padding-top:14px;color:#97a29c;border-top:1px solid var(--line);font-size:8px}.account-area{position:relative}.account-popover{position:absolute;top:48px;right:0;z-index:45;width:210px;padding:8px;background:#fff;border:1px solid #dce3df;border-radius:7px;box-shadow:0 10px 30px #14271f29}.account-popover>div{display:grid;gap:4px;padding:8px 9px 11px;border-bottom:1px solid var(--line)}.account-popover strong{font-size:11px}.account-popover small{color:var(--muted);font-size:9px}.account-popover button{width:100%;height:34px;display:flex;align-items:center;gap:7px;margin-top:5px;padding:0 9px;color:#943d38;background:transparent;border:0;border-radius:5px;font-size:10px}.account-popover button:hover{background:#fff1f0}.account-popover button:first-of-type{color:var(--text)}.account-popover button:first-of-type:hover{background:#f1f6f3}.profile-page{width:min(980px,100%);margin:0 auto}.profile-required-alert{color:#8a4f00;background:#fff8e8;border-color:#efd49d;font-size:13px}.profile-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.profile-section{display:grid;align-content:start;gap:16px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:7px}.profile-section>header{display:flex;align-items:center;gap:11px;padding-bottom:15px;border-bottom:1px solid var(--line)}.profile-section>header>span{width:40px;height:40px;display:grid;place-items:center;color:var(--green-700);background:var(--green-100);border-radius:6px}.profile-section h3{margin:0;font-size:17px}.profile-section header p{margin:4px 0 0;color:var(--muted);font-size:12px}.profile-section>footer{display:flex;justify-content:flex-end;padding-top:4px}.profile-input-with-icon{position:relative}.profile-input-with-icon>svg{position:absolute;top:50%;left:12px;color:var(--muted);transform:translateY(-50%)}.profile-input-with-icon>input{width:100%;padding-left:38px}@media(max-width:760px){.profile-layout{grid-template-columns:1fr}}.field textarea{width:100%;padding:9px;color:var(--ink);background:#fff;border:1px solid #d5ddd8;border-radius:5px;outline:0;resize:vertical;font-family:inherit;font-size:11px;line-height:1.55}.field textarea:focus{border-color:#5e9a80;box-shadow:0 0 0 2px #e7f2ed}.oa-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.oa-metrics article{min-height:96px;display:grid;align-content:center;gap:6px;padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:7px}.oa-metrics span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:10px}.oa-metrics strong{font-size:13px}.oa-metrics small{color:#8a9791;font-size:9px}.oa-panel{min-height:610px}.oa-tabs{min-height:62px;display:flex;align-items:center;gap:3px;padding:10px 14px;border-bottom:1px solid var(--line);overflow-x:auto}.oa-tabs>button{height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;color:#68766f;background:transparent;border:0;border-radius:5px;font-size:10px;white-space:nowrap}.oa-tabs>button:hover{background:#f2f5f3}.oa-tabs>button.active{color:#185f45;background:#e8f3ed;font-weight:700}.drive-standalone-action{min-height:58px;display:flex;align-items:center;justify-content:flex-end;padding:10px 14px;border-bottom:1px solid var(--line)}.oa-tab-action{margin-left:auto;padding-left:10px}.oa-overview{display:grid;grid-template-columns:1fr 1fr}.oa-overview>section{min-height:260px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.oa-overview>section:nth-child(2n){border-right:0}.oa-overview>section:nth-last-child(-n+2){border-bottom:0}.oa-overview header{height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;border-bottom:1px solid var(--line)}.oa-overview header>div{display:flex;align-items:baseline;gap:8px}.oa-overview header strong{font-size:12px}.oa-overview header span{color:var(--muted);font-size:9px}.oa-overview header svg{color:#7f8d86}.oa-overview section>button{position:relative;width:100%;min-height:49px;display:flex;align-items:center;gap:9px;padding:7px 14px;color:var(--ink);background:transparent;border:0;border-bottom:1px solid #edf0ee;text-align:left}.oa-overview section>button:last-child{border-bottom:0}.oa-overview section>button:hover{background:#fafcfb}.oa-overview section>button>div{min-width:0;flex:1;display:grid;gap:4px}.oa-overview section>button strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.oa-overview section>button small{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.oa-overview section>button>span:last-child{color:var(--muted);font-size:9px}.oa-overview section>button>i{width:6px;height:6px;background:#d2554b;border-radius:50%}.oa-overview section>button em{height:4px;overflow:hidden;background:#e9eeeb;border-radius:2px}.oa-overview section>button em b{display:block;height:100%;background:#367e61}.oa-list-icon{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:6px}.oa-list-icon--approval{color:#71539a;background:#f0eaf7}.oa-list-icon--notice{color:#90631c;background:#fff1d6}.oa-list-icon--task{color:#1c6d53;background:#e3f2eb}.oa-list-icon--meeting{color:#356785;background:#e6f0f5}.oa-mini-empty{min-height:175px;display:grid;place-items:center;align-content:center;gap:7px;color:#8b9691;font-size:9px}.oa-table{min-width:1080px}.announcement-cell{max-width:320px;display:flex;align-items:flex-start;gap:7px}.announcement-cell>svg{flex:0 0 auto;color:#a46b1c}.announcement-cell>div{min-width:0;display:grid;gap:5px}.announcement-cell strong,.announcement-cell small,.approval-content strong,.approval-content small,.task-content strong,.task-content small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.announcement-cell small{max-width:300px;color:var(--muted);font-size:9px}.read-flag,.unread-flag{font-size:9px}.read-flag{color:#74817b}.unread-flag{color:#a64a42;font-weight:650}.approval-content,.task-content{max-width:250px}.priority-flag{width:max-content;padding:4px 7px;border-radius:4px;font-size:9px;font-weight:650}.priority-low{color:#66756e;background:#edf1ef}.priority-medium{color:#356785;background:#e7f0f5}.priority-high{color:#93621b;background:#fff1d7}.priority-urgent{color:#a13f38;background:#fbe8e6}.task-progress-cell{display:flex;align-items:center;gap:7px}.task-progress-cell>span{width:80px;height:5px;overflow:hidden;background:#e7ece9;border-radius:3px}.task-progress-cell i{display:block;height:100%;background:#347c61}.task-progress-cell strong{font-size:9px}.meeting-layout{display:grid;grid-template-columns:1fr 1fr}.meeting-layout article{min-height:150px;display:flex;gap:14px;padding:18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.meeting-layout article:nth-child(2n){border-right:0}.meeting-date{width:54px;height:62px;flex:0 0 54px;display:grid;place-items:center;align-content:center;gap:2px;color:#245e49;background:#e5f1eb;border-radius:6px}.meeting-date strong{font-size:13px}.meeting-date span{font-size:8px}.meeting-info{min-width:0;display:grid;align-content:start;gap:8px}.meeting-info>div{display:flex;align-items:center;gap:8px}.meeting-info>div>strong{font-size:12px}.meeting-info>span{display:flex;align-items:center;gap:6px;color:#56665f;font-size:9px}.meeting-info small{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.drive-toolbar{min-height:57px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 14px;border-bottom:1px solid var(--line)}.drive-breadcrumb,.drive-toolbar>div:last-child{display:flex;align-items:center;gap:7px}.drive-breadcrumb button{display:inline-flex;align-items:center;gap:5px;padding:4px;color:#315d4b;background:transparent;border:0;font-size:10px}.drive-toolbar>div:last-child>span{color:var(--muted);font-size:9px}.drive-grid{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));align-content:start;min-height:480px}.drive-item{min-width:0;min-height:100px;display:flex;align-items:center;gap:11px;padding:13px;background:#fff;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.drive-item:nth-child(4n){border-right:0}.drive-item__icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:7px}.drive-item__icon--folder{color:#93661b;background:#fff0d1}.drive-item__icon--file{color:#3a6882;background:#e7f0f5}.drive-file-thumbnail{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;padding:0;overflow:hidden;color:#3a6882;background:#e7f0f5;border:0;border-radius:7px;cursor:zoom-in}.drive-file-thumbnail img{width:100%;height:100%;object-fit:cover}.drive-file-thumbnail:hover{box-shadow:0 0 0 3px #dcefe6}.drive-item>div:nth-child(2){min-width:0;flex:1;display:grid;gap:4px}.drive-item>div:nth-child(2) strong,.drive-item>div:nth-child(2) small,.drive-item>div:nth-child(2) em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drive-item>div:nth-child(2) strong{font-size:10px}.drive-item>div:nth-child(2) small,.drive-item>div:nth-child(2) em{color:var(--muted);font-size:8px;font-style:normal}.drive-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px;max-width:72px}.drive-actions .icon-button{width:30px;height:30px}.drive-empty{grid-column:1 / -1;min-height:360px;display:grid;place-items:center;align-content:center;gap:8px;color:#89958f}.drive-empty strong{font-size:10px}.drive-viewer-layer{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:16px}.drive-viewer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#0f1c16a6;border:0}.drive-viewer{position:relative;z-index:1;width:min(1080px,calc(100vw - 32px));height:min(800px,calc(100vh - 32px));display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;background:#fff;border:1px solid #cfdad4;border-radius:8px;box-shadow:0 24px 70px #0d251a4d}.drive-viewer>header{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 16px;border-bottom:1px solid var(--line)}.drive-viewer>header>div:first-child{min-width:0;display:grid;gap:4px}.drive-viewer>header strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drive-viewer>header span{color:var(--muted);font-size:11px}.drive-viewer-actions{display:flex;align-items:center;gap:6px;flex:0 0 auto}.drive-zoom-value{min-width:52px;height:32px;color:#466158;background:#f4f7f5;border:1px solid #dce5e0;border-radius:5px;font-size:11px}.drive-viewer-loading,.drive-viewer-unsupported{display:grid;place-items:center;align-content:center;gap:12px;color:var(--muted)}.drive-image-stage{min-width:0;min-height:0;display:grid;place-items:center;overflow:auto;padding:28px;background:#18201d}.drive-image-stage img{max-width:100%;max-height:100%;object-fit:contain;transform-origin:center;transition:transform .18s ease}.drive-document-editor{min-height:0;padding:16px;background:#f7faf8}.drive-document-editor textarea{width:100%;height:100%;resize:none;padding:16px;color:#1f3029;background:#fff;border:1px solid #d5dfda;border-radius:6px;outline:0;font:13px/1.7 Consolas,Microsoft YaHei,monospace}.drive-document-editor textarea:focus{border-color:#287b59;box-shadow:0 0 0 3px #e1f0e9}.drive-document-rich-overlay{min-width:0;min-height:0;overflow:auto;padding:24px;background:#eef2f0}.drive-viewer:has(.drive-document-rich-overlay) .drive-document-editor{display:none}.drive-document-page{width:min(100%,794px);min-height:1123px;box-sizing:border-box;margin:0 auto;padding:72px 80px;color:#1f2824;background:#fff;border:1px solid #d5dfda;box-shadow:0 8px 25px #1f30291f;font-family:Microsoft YaHei,"Noto Serif CJK SC",SimSun,serif;font-size:16px;line-height:1.75;outline:0}.drive-document-page:focus{border-color:#287b59;box-shadow:0 0 0 3px #e1f0e9,0 8px 25px #1f30291f}.drive-document-page h1,.drive-document-page h2,.drive-document-page h3{margin:0 0 24px;color:#15251f;font-family:inherit;line-height:1.35}.drive-document-page h1{font-size:27px;text-align:center}.drive-document-page h2{font-size:22px}.drive-document-page h3{font-size:18px}.drive-document-page p{min-height:1.75em;margin:0 0 12px;white-space:pre-wrap}.drive-document-page ol,.drive-document-page ul{margin:8px 0 18px;padding-left:2.2em}.drive-document-page li{margin:4px 0;padding-left:.35em}.drive-document-page table{width:100%;margin:18px 0;border-collapse:collapse;table-layout:fixed}.drive-document-page th,.drive-document-page td{padding:7px 9px;border:1px solid #bfcac4;vertical-align:top}.drive-document-page th{background:#f1f5f3;font-weight:700}.drive-document-page img{display:block;max-width:100%;height:auto;margin:12px auto}.drive-document-page a{color:#176447;text-decoration:underline}.drive-document-page [style*="text-align: center"],.drive-document-page [style*="text-align:center"]{text-align:center}@media(max-width:760px){.drive-document-rich-overlay{padding:12px}.drive-document-page{min-height:900px;padding:42px 28px;font-size:15px}}.drive-sheet-editor{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);padding:12px;background:#f7faf8}.drive-sheet-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:7px 10px;padding-bottom:10px}.drive-sheet-toolbar-separator{width:1px;height:24px;margin:0 2px;background:#d5dfda}.drive-sheet-toolbar label{display:inline-flex;align-items:center;gap:4px;color:#567168;font-size:11px;white-space:nowrap}.drive-sheet-toolbar label input{width:64px;height:28px;padding:0 6px;color:var(--ink);background:#fff;border:1px solid #cbd9d2;border-radius:4px;font-size:11px}.drive-sheet-toolbar label input:focus{border-color:#287b59;outline:0;box-shadow:0 0 0 2px #e1f0e9}.drive-sheet-scroll{min-height:0;overflow:auto;border:1px solid #d5dfda;background:#fff}.drive-sheet-scroll table{min-width:100%;border-collapse:collapse;table-layout:fixed}.drive-sheet-scroll th{width:42px;color:#6e7e76;background:#f1f5f3;border:1px solid #dce5e0;font-size:11px;font-weight:700}.drive-sheet-scroll th.drive-sheet-corner{width:42px}.drive-sheet-scroll thead th:not(.drive-sheet-corner),.drive-sheet-scroll tbody>tr>th{position:relative}.drive-sheet-scroll thead th:not(.drive-sheet-corner):after{position:absolute;z-index:2;top:0;right:-4px;bottom:0;width:8px;content:"";cursor:col-resize}.drive-sheet-scroll tbody>tr>th:after{position:absolute;z-index:2;right:0;bottom:-4px;left:0;height:8px;content:"";cursor:row-resize}.drive-sheet-header-button{width:100%;min-width:36px;height:100%;padding:0 5px;color:#6e7e76;background:transparent;border:0;font-size:11px;font-weight:700;cursor:pointer}.drive-sheet-header-button.is-selected{color:#176447;background:#e1f1e8}.drive-sheet-scroll td{min-width:0;padding:0;border:1px solid #dce5e0}.drive-sheet-scroll td:last-child{min-width:38px;width:38px;border:0}.drive-sheet-scroll td input{width:100%;height:100%;min-height:24px;padding:0 8px;border:0;outline:0;font-size:12px}.drive-sheet-scroll td input:focus{box-shadow:inset 0 0 0 2px #287b59}body.is-drive-resizing,body.is-drive-resizing *{-webkit-user-select:none!important;user-select:none!important}body.is-drive-resizing-column{cursor:col-resize}body.is-drive-resizing-row{cursor:row-resize}.drive-viewer--office{width:calc(100vw - 24px);height:calc(100vh - 24px);max-width:1680px;max-height:1100px}.drive-viewer-error{position:absolute;z-index:5;top:72px;left:50%;width:min(620px,calc(100% - 32px));margin:0;transform:translate(-50%);box-shadow:0 8px 24px #25141424}.drive-viewer-lock-notice{position:absolute;z-index:5;top:72px;left:50%;width:min(620px,calc(100% - 32px));padding:10px 12px;color:#155f46;background:#eff8f3;border:1px solid #b9ddcb;border-radius:6px;transform:translate(-50%);box-shadow:0 8px 24px #14281f1f;font-size:13px}.drive-office-stage{min-width:0;min-height:0;overflow:hidden;background:#eef2f0}.drive-office-stage>div,.drive-office-stage iframe{width:100%!important;height:100%!important;border:0}.drive-office-presence{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-left:auto}.drive-office-users{display:flex;align-items:center}.drive-office-users>span{width:28px;height:28px;display:grid;place-items:center;margin-left:-6px;color:#176447!important;background:#e1f1e8;border:2px solid #fff;border-radius:50%;font-size:10px!important;font-weight:750}.drive-office-users>span:first-child{margin-left:0}.drive-office-users small{margin-left:7px;color:var(--muted);font-size:9px;white-space:nowrap}.drive-office-save-state{display:flex;align-items:center;gap:5px;min-width:148px;color:#567168;font-size:9px;white-space:nowrap}.drive-office-save-state>span{color:inherit!important;font-size:inherit!important}.drive-office-save-state.is-saving,.drive-office-save-state.is-editing{color:#95681f}.drive-office-save-state.is-saved{color:#176847}.drive-office-save-state.is-error{color:#a44540}.drive-office-unavailable{display:grid;place-items:center;align-content:center;gap:10px;padding:24px;color:var(--muted);text-align:center}.drive-office-unavailable>svg{color:#477465}.drive-office-unavailable strong{color:var(--ink);font-size:14px}.drive-office-unavailable span{max-width:560px;font-size:11px;line-height:1.6}.identity-band{min-height:68px;display:flex;align-items:center;gap:1px;background:var(--line);border-bottom:1px solid var(--line)}.identity-band>div{min-width:150px;align-self:stretch;display:grid;align-content:center;gap:5px;padding:10px 15px;background:#fff}.identity-band span{color:var(--muted);font-size:9px}.identity-band strong{font-size:13px}.identity-band>button{margin-left:auto;margin-right:14px}.organization-layout{display:grid;grid-template-columns:220px minmax(0,1fr);min-height:500px}.organization-layout>aside{border-right:1px solid var(--line)}.organization-layout>aside header{min-height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 13px;border-bottom:1px solid var(--line)}.organization-layout>aside header strong{font-size:11px}.organization-layout>aside header span{color:var(--muted);font-size:8px}.organization-layout>aside>div{min-height:52px;display:flex;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid #edf0ee}.organization-layout>aside>div.child{padding-left:25px}.organization-layout>aside>div>span{width:29px;height:29px;flex:0 0 29px;display:grid;place-items:center;color:#2e6a53;background:#e6f2ec;border-radius:5px;font-size:9px}.organization-layout>aside>div>div{min-width:0;display:grid;gap:3px}.organization-layout>aside>div strong{font-size:9px}.organization-layout>aside>div small{overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.employee-table{min-width:1130px}.employee-cell{display:flex;align-items:center;gap:8px}.employee-cell>span{width:31px;height:31px;flex:0 0 31px;display:grid;place-items:center;color:#315f4e;background:#e6f1ec;border-radius:50%;font-size:9px}.employee-cell>div{display:grid;gap:3px}.employee-cell strong{font-size:10px}.employee-cell small{color:var(--muted);font-size:8px}.role-select{height:31px;padding:0 24px 0 7px;border:1px solid #d7dfda;border-radius:5px;font-size:9px}.audit-heading{min-height:48px;display:flex;align-items:baseline;gap:8px;padding:0 14px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.audit-heading strong{font-size:11px}.audit-heading span{color:var(--muted);font-size:9px}.audit-scroll{min-height:260px}.audit-table{min-width:970px}.audit-table code{color:#56635d;font-size:8px}.wecom-status-band{min-height:76px;display:flex;align-items:center;gap:11px;padding:12px 15px;border-bottom:1px solid var(--line)}.wecom-logo{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;color:#fff;background:#28865d;border-radius:7px;font-size:14px;font-weight:700}.wecom-status-band>div{flex:1;display:grid;gap:4px}.wecom-status-band>div strong{font-size:12px}.wecom-status-band>div small{color:var(--muted);font-size:9px}.wecom-capabilities{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.wecom-capabilities>div{min-height:68px;display:grid;align-content:center;gap:5px;padding:10px 15px;border-right:1px solid var(--line)}.wecom-capabilities>div:last-child{border-right:0}.wecom-capabilities span{color:var(--muted);font-size:9px}.wecom-capabilities strong{font-size:11px}.wecom-table{min-width:850px}.progress-editor{display:grid;gap:18px;padding:25px 5px}.progress-editor>strong{font-size:30px;text-align:center}.progress-editor input{width:100%;accent-color:var(--green-700)}.progress-editor>div{display:flex;justify-content:space-between;color:var(--muted);font-size:9px}@media(max-width:1150px){.drive-grid{grid-template-columns:repeat(3,minmax(220px,1fr))}.drive-item:nth-child(4n){border-right:1px solid var(--line)}.drive-item:nth-child(3n){border-right:0}}@media(max-width:900px){.oa-metrics{grid-template-columns:1fr 1fr}.drive-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}.drive-item:nth-child(3n){border-right:1px solid var(--line)}.drive-item:nth-child(2n){border-right:0}.organization-layout{grid-template-columns:1fr}.organization-layout>aside{display:none}}@media(max-width:760px){.login-page{padding:12px}.login-panel{padding:22px 20px 17px}.account-popover{position:fixed;top:61px;right:12px}.oa-metrics{grid-template-columns:1fr 1fr;gap:9px}.oa-metrics article{min-height:86px;padding:11px}.oa-metrics strong{font-size:18px}.oa-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:8px 10px;overflow:visible}.oa-tabs>button{justify-content:center}.oa-tab-action{grid-column:1 / -1;width:100%;margin:3px 0 0;padding:0}.oa-tab-action .button{width:100%;justify-content:center}.oa-overview{grid-template-columns:1fr}.oa-overview>section{min-height:235px;border-right:0}.oa-overview>section:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.oa-overview>section:last-child{border-bottom:0}.meeting-layout{grid-template-columns:1fr}.meeting-layout article{border-right:0}.drive-toolbar{align-items:stretch;flex-direction:column}.drive-toolbar>div:last-child{justify-content:space-between}.drive-toolbar>div:last-child>span{display:none}.drive-grid{grid-template-columns:1fr}.drive-item,.drive-item:nth-child(2n),.drive-item:nth-child(3n),.drive-item:nth-child(4n){border-right:0}.drive-viewer-layer{padding:0}.drive-viewer{width:100vw;height:100vh;border-radius:0}.drive-viewer>header{align-items:flex-start;flex-direction:column}.drive-viewer--office{width:100vw;height:100vh;max-width:none;max-height:none}.drive-office-presence{width:100%;margin:0;justify-content:space-between}.drive-viewer-actions{width:100%;justify-content:flex-end}.drive-image-stage{padding:14px}.identity-band{overflow-x:auto}.identity-band>div{min-width:125px}.identity-band>button{min-width:90px}.wecom-status-band{align-items:flex-start;flex-wrap:wrap}.wecom-status-band>div{min-width:calc(100% - 55px)}.wecom-capabilities{grid-template-columns:1fr 1fr}.wecom-capabilities>div:nth-child(2){border-right:0}.wecom-capabilities>div:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media(max-width:430px){.metric-grid{grid-template-columns:1fr}.topbar__right{gap:5px}.page-heading .button{padding:0 10px}.check-grid{grid-template-columns:1fr}}.scan-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;align-items:start;gap:16px}.scan-main{overflow:hidden}.scan-panel__header{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 17px;border-bottom:1px solid var(--line)}.scan-panel__header h3,.scan-items-header h3{margin:0;font-size:13px}.scan-panel__header p,.scan-items-header p{margin:4px 0 0;color:var(--muted);font-size:10px}.session-number{display:inline-flex;align-items:center;gap:6px;padding:6px 8px;color:#53615b;background:#f3f6f4;border-radius:5px;font-family:Cascadia Mono,Consolas,monospace;font-size:10px}.scan-mode-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:16px 17px;border-bottom:1px solid var(--line)}.scan-mode{min-height:76px;display:grid;grid-template-columns:26px 1fr;grid-template-rows:auto auto;align-items:center;gap:3px 8px;padding:11px;color:#55635d;background:#f8faf9;border:1px solid #e0e6e2;border-radius:6px;text-align:left}.scan-mode svg{grid-row:1 / 3;color:#71817a}.scan-mode strong{align-self:end;font-size:11px}.scan-mode small{align-self:start;color:#8a9690;font-size:9px;line-height:1.4}.scan-mode.active{color:#195f46;background:#edf7f2;border-color:#87bba4;box-shadow:inset 0 0 0 1px #b8d9ca}.scan-mode.active svg{color:var(--green-700)}.session-form{padding:17px;background:#fbfcfb;border-bottom:1px solid var(--line)}.form-grid--scan{margin-bottom:14px}.start-scan-button{width:100%}.scanner-console{padding:17px;background:#f4f8f6;border-bottom:1px solid #d8e6df}.scanner-input-row{display:grid;grid-template-columns:minmax(0,1fr) 110px 90px;align-items:end;gap:9px}.scan-input{height:44px;display:flex;align-items:center;gap:9px;padding:0 10px;color:var(--green-700);background:#fff;border:1px solid #7daf99;border-radius:6px;box-shadow:0 0 0 3px #e3f0ea}.scan-input input{min-width:0;flex:1;height:100%;color:var(--ink);border:0;outline:0;font-size:12px}.scan-input kbd{padding:3px 5px;color:#7b8983;background:#edf1ef;border:1px solid #d7dfda;border-radius:3px;font-size:8px}.quantity-input{display:grid;gap:5px}.quantity-input span{color:var(--muted);font-size:9px}.quantity-input input{width:100%;height:36px;padding:0 9px;border:1px solid #d5ddd8;border-radius:5px;outline:0}.scanner-input-row>.button{height:36px}.scanner-hint{display:flex;align-items:center;gap:18px;margin-top:11px;color:#708078;font-size:9px}.scanner-hint span{display:inline-flex;align-items:center;gap:5px}.hint-dot{width:6px;height:6px;background:#2c8a65;border-radius:50%}.scan-items-header{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 17px;border-bottom:1px solid var(--line)}.scan-items-table{min-height:280px;overflow-x:auto}.scan-items-table .data-table{min-width:680px}.empty-state--small{height:210px}.scan-actions{min-height:64px;display:flex;justify-content:flex-end;gap:8px;padding:13px 17px;background:#fbfcfb;border-top:1px solid var(--line)}.scan-side{display:grid;gap:16px}.scan-summary-panel,.scan-rules-panel{overflow:hidden}.summary-stack{display:grid;grid-template-columns:1fr 1fr}.summary-stack>div{min-height:74px;display:grid;align-content:center;gap:5px;padding:12px 15px;border-right:1px solid #edf0ee;border-bottom:1px solid #edf0ee}.summary-stack>div:nth-child(2n){border-right:0}.summary-stack>div:nth-last-child(-n+2){border-bottom:0}.summary-stack span{color:var(--muted);font-size:9px}.summary-stack strong{font-size:18px}.warning-number{color:#a45d22!important}.scan-rules-panel ul{margin:0;padding:7px 15px 12px;list-style:none}.scan-rules-panel li{min-height:57px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #edf0ee}.scan-rules-panel li:last-child{border:0}.scan-rules-panel li>span{width:27px;height:27px;display:grid;place-items:center;color:#2f7358;background:#e9f3ee;border-radius:50%;font-size:9px}.scan-rules-panel li>div{display:grid;gap:3px}.scan-rules-panel strong{font-size:10px}.scan-rules-panel small{color:var(--muted);font-size:9px}.inventory-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.inventory-metrics article{min-height:88px;display:grid;align-content:center;gap:8px;padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:7px}.inventory-metrics span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:10px}.inventory-metrics strong{font-size:21px}.inventory-table-panel{min-height:570px}.inventory-toolbar{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 15px;border-bottom:1px solid var(--line)}.inventory-tabs{height:34px;display:flex;padding:3px;background:#eef2ef;border-radius:6px}.inventory-tabs button{min-width:86px;padding:0 12px;color:#6a7972;background:transparent;border:0;border-radius:4px;font-size:11px}.inventory-tabs button.active{color:#175d44;background:#fff;box-shadow:0 1px 3px #192f261f;font-weight:650}.inventory-filters{display:flex;gap:8px}.inventory-search{width:210px;height:36px;display:flex;align-items:center;gap:7px;padding:0 9px;color:#7b8982;border:1px solid #d7dfda;border-radius:6px}.inventory-search input{min-width:0;flex:1;height:100%;border:0;outline:0;font-size:11px}.inventory-filters select{min-width:140px;height:36px;padding:0 9px;background:#fff;border:1px solid #d7dfda;border-radius:6px;font-size:11px}.inventory-data-table{min-width:960px}.inventory-data-table td{height:66px}.expiry-warning{color:#a35920;font-weight:650}.ledger-mode{display:inline-flex;align-items:center;gap:5px}.quantity-in{color:#16704e;font-weight:700}.quantity-out{color:#a7463f;font-weight:700}@media(max-width:1050px){.scan-layout{grid-template-columns:1fr}.scan-side{grid-template-columns:1fr 1fr}}@media(max-width:760px){.scan-mode-grid{grid-template-columns:1fr}.scan-mode{min-height:62px}.scanner-input-row{grid-template-columns:1fr 82px}.scan-input{grid-column:1 / -1}.scanner-input-row>.button{width:100%}.scanner-hint{align-items:flex-start;flex-direction:column;gap:5px}.scan-side{grid-template-columns:1fr}.scan-actions .button{flex:1}.inventory-metrics{grid-template-columns:1fr 1fr;gap:9px}.inventory-toolbar{align-items:stretch;flex-direction:column}.inventory-tabs{width:100%}.inventory-tabs button{flex:1}.inventory-filters{width:100%}.inventory-search{min-width:0;flex:1}.inventory-filters select{min-width:120px}}.procurement-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.procurement-metrics article{min-height:98px;display:grid;align-content:center;gap:6px;padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:7px}.procurement-metrics span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:10px}.procurement-metrics strong{font-size:21px}.procurement-metrics small{color:#8a9791;font-size:9px}.procurement-panel{min-height:590px}.procurement-tabs{min-height:62px;display:flex;align-items:center;gap:3px;padding:10px 14px;border-bottom:1px solid var(--line);overflow-x:auto}.procurement-tabs>button{height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;color:#68766f;background:transparent;border:0;border-radius:5px;font-size:10px;white-space:nowrap}.procurement-tabs>button:hover{background:#f2f5f3}.procurement-tabs>button.active{color:#165e44;background:#e8f3ed;font-weight:700}.procurement-tab-action{margin-left:auto;padding-left:14px}.procurement-table{min-width:1060px}.procurement-order-table{min-width:1370px}.procurement-order-lines{display:grid;gap:7px;min-width:96px}.procurement-order-lines span{min-height:20px;line-height:20px;white-space:nowrap}.supplier-cell{min-width:190px;display:flex;align-items:center;gap:10px}.supplier-cell>span{width:34px;height:34px;display:grid;place-items:center;color:#72561e;background:#f7efd9;border-radius:6px;font-weight:700}.supplier-cell>div{display:grid;gap:4px}.supplier-cell strong{font-size:11px}.supplier-cell small{color:var(--muted);font-size:9px}.rating{display:flex;gap:2px;color:#c28a2c}.supplier-row-actions{min-width:150px;align-items:center}.supplier-delete-confirm{color:var(--danger);border-color:#e6b8b3}.supplier-delete-confirm:hover:not(:disabled){color:#fff;background:var(--danger);border-color:var(--danger)}.button--small{min-height:30px;padding:0 9px;font-size:10px}.order-progress{min-width:130px;display:grid;gap:6px}.order-progress span{color:#59665f;font-size:10px}.order-progress>div{height:5px;background:#e8ecea;border-radius:3px;overflow:hidden}.order-progress i{display:block;height:100%;background:#2c8864}.procurement-drawer{width:min(760px,96vw)}.field--full{grid-column:1 / -1}.purchase-lines,.receipt-lines{display:grid;gap:9px}.purchase-line{display:grid;align-items:center;gap:7px;padding:9px;background:#f8faf9;border:1px solid #e2e7e4;border-radius:6px}.purchase-line--request{grid-template-columns:minmax(180px,1fr) 100px 145px 34px}.purchase-line--order{grid-template-columns:minmax(170px,1fr) 85px 105px 85px 34px}.purchase-line select,.purchase-line input{min-width:0;height:35px;padding:0 8px;background:#fff;border:1px solid #d6ded9;border-radius:5px;font-size:10px}.receipt-order-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.receipt-order-summary>div{min-height:58px;display:grid;align-content:center;gap:5px;padding:10px;background:#f7f9f8;border:1px solid #e2e7e4;border-radius:5px}.receipt-order-summary span,.receipt-line label span{color:var(--muted);font-size:9px}.receipt-order-summary strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.receipt-line{display:grid;grid-template-columns:minmax(150px,1fr) 110px 90px 120px 155px 140px;align-items:end;gap:8px;padding:11px;background:#f8faf9;border:1px solid #e1e7e3;border-radius:6px}.receipt-line--return{grid-template-columns:minmax(170px,1fr) 110px 110px 130px 190px}.receipt-line>div{align-self:center;display:grid;gap:4px}.receipt-line strong{font-size:11px}.receipt-line small{color:var(--muted);font-size:9px}.receipt-line label{display:grid;gap:5px}.receipt-line input{width:100%;height:35px;padding:0 8px;background:#fff;border:1px solid #d6ded9;border-radius:5px;font-size:10px}.receipt-line-price span,.receipt-total span{color:var(--muted)}.receipt-line-price strong{font-size:14px!important}.receipt-line-amount strong,.receipt-total strong{color:#176447}.receipt-total{display:flex;align-items:baseline;gap:10px}.receipt-total strong{font-size:18px!important}@media(max-width:1000px){.procurement-metrics{grid-template-columns:1fr 1fr}}@media(max-width:760px){.procurement-tabs{align-items:stretch}.procurement-tab-action{position:sticky;right:0;z-index:2;margin-left:8px;padding-left:8px;background:#fff;box-shadow:-8px 0 10px #fffffff2}.procurement-metrics{grid-template-columns:1fr 1fr;gap:9px}.procurement-metrics article{min-height:88px;padding:12px}.purchase-line--request,.purchase-line--order{grid-template-columns:1fr 1fr 34px}.purchase-line select{grid-column:1 / -1}.purchase-line--request .icon-button,.purchase-line--order .icon-button{grid-column:3;grid-row:2}.purchase-line--order input:nth-of-type(3){grid-column:1 / 3}.receipt-order-summary{grid-template-columns:1fr}.receipt-line,.receipt-line--return{grid-template-columns:1fr 1fr}.receipt-line>div{grid-column:auto}.receipt-line>div:first-child{grid-column:1 / -1}}.sales-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.sales-metrics article{min-height:98px;display:grid;align-content:center;gap:6px;padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:7px}.sales-metrics span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:10px}.sales-metrics strong{font-size:21px}.sales-metrics small{color:#8a9791;font-size:9px}.sales-panel{min-height:590px}.sales-tabs{min-height:62px;display:flex;align-items:center;gap:3px;padding:10px 14px;border-bottom:1px solid var(--line);overflow-x:auto}.sales-tabs>button{height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;color:#68766f;background:transparent;border:0;border-radius:5px;font-size:10px;white-space:nowrap}.sales-tabs>button:hover{background:#f2f5f3}.sales-tabs>button.active{color:#185f45;background:#e8f3ed;font-weight:700}.sales-tab-action{margin-left:auto;padding-left:14px}.sales-table{min-width:1050px}.customer-cell{min-width:210px;display:flex;align-items:center;gap:10px}.customer-cell>span{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;color:#245d79;background:#e7f1f6;border-radius:6px;font-weight:700}.customer-cell>div{display:grid;gap:4px}.customer-cell strong{font-size:11px}.customer-cell small{color:var(--muted);font-size:9px}.address-cell{max-width:230px;display:flex;align-items:flex-start;gap:6px;color:#596861;line-height:1.5}.address-cell svg{flex:0 0 auto;margin-top:1px;color:#71817a}.delivery-cell{max-width:260px}.delivery-cell small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sales-drawer{width:min(760px,96vw)}.sales-lines{display:grid;gap:9px}.sales-line{display:grid;grid-template-columns:minmax(160px,1.2fr) 105px 72px 94px 108px 34px;align-items:center;gap:8px;padding:9px;background:#f8faf9;border:1px solid #e2e7e4;border-radius:6px}.sales-line select,.sales-line input{min-width:0;height:35px;padding:0 8px;background:#fff;border:1px solid #d6ded9;border-radius:5px;font-size:10px}.sales-line-prices{min-width:0;display:grid;gap:3px;color:#526159;font-size:10px}.sales-line-prices small{color:var(--muted);font-size:9px}.sales-line-profit{font-size:10px;font-weight:700;white-space:nowrap}.sales-order-profit-summary{display:flex;justify-content:flex-end;gap:18px;margin-top:12px;padding-top:12px;border-top:1px solid #e0e7e3;font-size:11px}@media(max-width:1000px){.sales-metrics{grid-template-columns:1fr 1fr}}@media(max-width:760px){.sales-tabs{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:5px;overflow:visible}.sales-tabs>button{justify-content:center}.sales-tab-action{grid-column:1 / -1;width:100%;margin:3px 0 0;padding:0}.sales-tab-action .button{width:100%;justify-content:center}.sales-metrics{grid-template-columns:1fr 1fr;gap:9px}.sales-metrics article{min-height:88px;padding:12px}.sales-line{grid-template-columns:1fr 1fr 34px}.sales-line select,.sales-line-prices{grid-column:1 / -1}.sales-line .icon-button{grid-column:3;grid-row:3}.sales-order-profit-summary{align-items:flex-end;flex-direction:column;gap:6px}}.delivery-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.delivery-metrics article{min-height:98px;display:grid;align-content:center;gap:6px;padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:7px}.delivery-metrics span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:10px}.delivery-metrics strong{font-size:21px}.delivery-metrics small{color:#8a9791;font-size:9px}.delivery-panel{min-height:610px;overflow:hidden}.delivery-tabs{min-height:62px;display:flex;align-items:center;gap:3px;padding:10px 14px;border-bottom:1px solid var(--line)}.delivery-tabs>button{height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;color:#68766f;background:transparent;border:0;border-radius:5px;font-size:10px;white-space:nowrap}.delivery-tabs>button:hover{background:#f2f5f3}.delivery-tabs>button.active{color:#185f45;background:#e8f3ed;font-weight:700}.delivery-tab-action{margin-left:auto;display:flex;gap:6px}.dispatch-map-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;min-height:510px}.tencent-map-shell{min-width:0;min-height:510px;border-right:1px solid var(--line)}.tencent-map-canvas,.map-fallback{width:100%;height:510px}.map-fallback{position:relative;overflow:hidden;background:#edf2ef}.map-fallback__grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.7}.map-fallback__grid i{position:absolute;display:block;background:#fff;border:1px solid #dfe7e2}.map-fallback__grid i:nth-child(1),.map-fallback__grid i:nth-child(2),.map-fallback__grid i:nth-child(3),.map-fallback__grid i:nth-child(4),.map-fallback__grid i:nth-child(5),.map-fallback__grid i:nth-child(6){width:130%;height:18px;left:-15%;transform:rotate(-12deg)}.map-fallback__grid i:nth-child(1){top:8%}.map-fallback__grid i:nth-child(2){top:25%}.map-fallback__grid i:nth-child(3){top:44%}.map-fallback__grid i:nth-child(4){top:63%}.map-fallback__grid i:nth-child(5){top:81%}.map-fallback__grid i:nth-child(6){top:96%}.map-fallback__grid i:nth-child(n+7){width:18px;height:130%;top:-15%;transform:rotate(15deg)}.map-fallback__grid i:nth-child(7){left:8%}.map-fallback__grid i:nth-child(8){left:26%}.map-fallback__grid i:nth-child(9){left:43%}.map-fallback__grid i:nth-child(10){left:61%}.map-fallback__grid i:nth-child(11){left:78%}.map-fallback__grid i:nth-child(12){left:94%}.map-fallback__content{position:absolute;z-index:2;top:28px;left:28px;display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fffffff0;border:1px solid #d7e0db;border-radius:7px;box-shadow:0 5px 18px #18362a17}.map-fallback__icon{width:38px;height:38px;display:grid;place-items:center;color:#1e7152;background:#e8f3ed;border-radius:6px}.map-fallback__content div{display:grid;gap:4px}.map-fallback__content strong{font-size:12px}.map-fallback__content p{margin:0;color:var(--muted);font-size:9px}.map-fallback__tasks{position:absolute;z-index:2;right:24px;bottom:24px;width:min(340px,calc(100% - 48px));display:grid;gap:6px}.map-fallback__tasks button{min-height:52px;display:grid;grid-template-columns:20px minmax(0,1fr) 18px;align-items:center;gap:8px;padding:8px 10px;color:#52615a;background:#fffffff0;border:1px solid #dce4df;border-radius:6px;text-align:left}.map-fallback__tasks button.active{color:#175e44;border-color:#75a990;box-shadow:0 0 0 2px #2c88641f}.map-fallback__tasks button>span{min-width:0;display:grid;gap:3px}.map-fallback__tasks strong{font-size:10px}.map-fallback__tasks small{overflow:hidden;color:#7e8b85;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.map-fallback__empty{min-height:54px;display:flex;align-items:center;justify-content:center;gap:7px;color:#78867f;background:#fffffff0;border:1px solid #dce4df;border-radius:6px;font-size:10px}.dispatch-rail{display:flex;flex-direction:column;min-width:0;background:#fbfcfb}.dispatch-rail__header{min-height:64px;display:flex;align-items:center;justify-content:space-between;padding:12px 15px;border-bottom:1px solid var(--line)}.dispatch-rail__header>div{display:grid;gap:4px}.dispatch-rail__header strong{font-size:12px}.dispatch-rail__header span{color:var(--muted);font-size:9px}.dispatch-rail>button{min-height:76px;display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px 13px;color:var(--ink);background:transparent;border:0;border-bottom:1px solid #edf0ee;text-align:left}.dispatch-rail>button:hover,.dispatch-rail>button.active{background:#f0f6f3}.dispatch-rail>button>div{min-width:0;display:grid;gap:3px}.dispatch-rail>button strong{font-size:10px}.dispatch-rail>button small,.dispatch-rail>button em{overflow:hidden;color:var(--muted);font-size:8px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.dispatch-status-dot{width:7px;height:7px;background:#7f8c86;border-radius:50%}.dispatch-status-dot.status-in_transit{background:#17865f;box-shadow:0 0 0 4px #dff1e9}.dispatch-status-dot.status-loaded{background:#bd7b28}.dispatch-rail__empty{min-height:180px;display:grid;place-items:center;align-content:center;gap:8px;color:var(--muted);font-size:10px}.dispatch-rail__detail{margin-top:auto;display:grid;gap:5px;padding:14px 15px;background:#f3f7f5;border-top:1px solid #dce5e0}.dispatch-rail__detail span,.dispatch-rail__detail small{color:var(--muted);font-size:9px}.dispatch-rail__detail strong{font-size:11px}.delivery-table{min-width:1180px}.delivery-address{max-width:240px}.delivery-address small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fleet-layout{display:grid;grid-template-columns:1fr 1fr;min-height:520px}.fleet-layout>section:first-child{border-right:1px solid var(--line)}.fleet-heading{min-height:58px;display:flex;align-items:center;justify-content:space-between;padding:11px 14px;background:#fbfcfb;border-bottom:1px solid var(--line)}.fleet-heading>div{display:flex;align-items:baseline;gap:7px}.fleet-heading strong{font-size:12px}.fleet-heading span{color:var(--muted);font-size:9px}.fleet-table{min-width:650px}.driver-cell{min-width:130px;display:flex;align-items:center;gap:9px}.driver-cell>span{width:31px;height:31px;display:grid;place-items:center;color:#195e45;background:#e7f2ec;border-radius:50%;font-weight:700}.driver-cell>div{display:grid;gap:3px}.driver-cell strong{font-size:10px}.driver-cell small{color:var(--muted);font-size:8px}.temperature-flag{display:inline-flex;align-items:center;gap:4px;color:#567168;font-size:9px}.delivery-drawer{width:min(700px,96vw)}.toggle-field{min-height:40px;display:flex;align-items:center;gap:8px;padding:0 10px;background:#f7f9f8;border:1px solid #e1e7e3;border-radius:5px;font-size:11px}.toggle-field input{accent-color:var(--green-700)}.sign-task-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px}.sign-task-summary>div{min-height:62px;display:grid;align-content:center;gap:5px;padding:10px;background:#f6f9f7;border:1px solid #e0e7e3;border-radius:5px}.sign-task-summary span{color:var(--muted);font-size:9px}.sign-task-summary strong{font-size:10px}@media(max-width:1050px){.delivery-metrics{grid-template-columns:1fr 1fr}.dispatch-map-layout{grid-template-columns:1fr}.tencent-map-shell{border-right:0;border-bottom:1px solid var(--line)}.dispatch-rail{max-height:360px;overflow-y:auto}.fleet-layout{grid-template-columns:1fr}.fleet-layout>section:first-child{border-right:0;border-bottom:1px solid var(--line)}}@media(max-width:760px){.delivery-metrics{grid-template-columns:1fr 1fr;gap:9px}.delivery-metrics article{min-height:88px;padding:12px}.delivery-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px}.delivery-tabs>button{justify-content:center}.delivery-tabs>button:nth-child(3){grid-column:1 / -1}.delivery-tab-action{grid-column:1 / -1;width:100%;margin:3px 0 0}.delivery-tab-action .button{flex:1;justify-content:center}.tencent-map-canvas,.map-fallback{height:390px}.tencent-map-shell{min-height:390px}.map-fallback__content{top:16px;left:14px;right:14px}.map-fallback__tasks{right:14px;bottom:14px;width:calc(100% - 28px)}.dispatch-rail>button{min-height:70px}.sign-task-summary{grid-template-columns:1fr}}.finance-page{min-width:0;overflow-x:clip}.finance-page>*{min-width:0;max-width:100%}.finance-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:10px}.finance-overview-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.finance-metrics article{min-height:98px;display:grid;align-content:center;gap:6px;padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:7px}.finance-metrics span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:10px}.finance-metrics strong{font-size:13px}.finance-metrics small{color:#8a9791;font-size:9px}.finance-block-title{min-height:42px;display:flex;align-items:baseline;gap:9px;margin:24px 0 9px;padding:13px 8px 7px 12px;background:linear-gradient(90deg,#edf6f1 0,#edf6f100 72%);border-top:1px solid #cbdad2;border-left:3px solid #287457}.finance-block-title:first-of-type{margin-top:0}.finance-block-title strong{color:var(--ink);font-size:14px}.finance-block-title span{color:var(--muted);font-size:13px}.finance-overview-table-panel{margin-bottom:18px;overflow:hidden;background:#fff;border:1px solid #cbdad2;border-radius:7px;box-shadow:0 5px 16px #1c433314}.finance-overview-table-heading{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 15px;border-bottom:1px solid var(--line)}.finance-overview-table-heading>div:first-child{min-width:0;display:grid;gap:5px}.finance-overview-table-heading strong{color:var(--ink);font-size:18px}.finance-overview-table-heading>div:first-child span{color:var(--muted);font-size:13px}.finance-overview-table-actions{display:flex;align-items:end;justify-content:flex-end;gap:8px;flex-wrap:wrap}.finance-overview-table-actions label{display:grid;gap:5px}.finance-overview-table-actions label>span{color:var(--muted);font-size:13px;font-weight:650}.finance-overview-table-actions select,.finance-overview-table-actions input{width:132px;height:36px;padding:0 9px;color:var(--ink);background:#fff;border:1px solid #d2ddd7;border-radius:5px}.finance-overview-period-control{position:relative;display:grid;gap:5px}.finance-overview-period-control>span{color:var(--muted);font-size:13px;font-weight:650}.finance-overview-period-trigger{width:188px;height:36px;display:flex;align-items:center;gap:8px;padding:0 10px;color:var(--ink);background:#fff;border:1px solid #d2ddd7;border-radius:5px;cursor:pointer}.finance-overview-period-trigger:hover,.finance-overview-period-trigger[aria-expanded=true]{border-color:#438469;box-shadow:0 0 0 2px #2474531a}.finance-overview-period-trigger strong{min-width:0;flex:1;overflow:hidden;font-size:13px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.finance-overview-period-popover{position:absolute;top:calc(100% + 7px);right:0;z-index:20;width:250px;display:grid;gap:10px;padding:11px;background:#fff;border:1px solid #cfdcd5;border-radius:6px;box-shadow:0 12px 28px #18372a29}.finance-overview-period-popover select,.finance-overview-period-popover input{width:100%}.finance-overview-period-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;padding:3px;background:#edf3f0;border-radius:5px}.finance-overview-period-tabs button{height:32px;color:#53665d;background:transparent;border:0;border-radius:4px;cursor:pointer}.finance-overview-period-tabs button.active{color:#17664a;background:#fff;box-shadow:0 1px 4px #1f4a371f;font-weight:700}.finance-overview-mobile-nav,.finance-overview-mobile-cards{display:none}.finance-overview-table-scroll{max-width:100%;overflow:auto;scrollbar-color:#90a29a #edf2ef;scrollbar-width:thin}.finance-overview-table{width:100%;min-width:1450px;border-collapse:separate;border-spacing:0;table-layout:fixed}.finance-overview-table th,.finance-overview-table td{height:46px;padding:9px 10px;color:#263d34;background:#fff;border-right:1px solid #e0e8e4;border-bottom:1px solid #e0e8e4;font-size:13px;text-align:right;white-space:nowrap}.finance-overview-table thead th{position:sticky;top:0;z-index:3;color:#fff;background:#3d8067;font-weight:700;text-align:center}.finance-overview-col-group{width:54px}.finance-overview-col-item{width:160px}.finance-overview-table thead th:first-child{z-index:5}.finance-overview-row-group{position:sticky;left:0;z-index:2;width:54px;min-width:54px;padding:6px!important;color:#176447!important;background:#e8f3ed!important;font-weight:750;text-align:center!important;white-space:normal!important}.finance-overview-row-group span{display:inline-block;writing-mode:vertical-rl;text-orientation:upright;letter-spacing:0;line-height:1.15}.finance-overview-detail-cell{position:sticky;left:54px;z-index:2;width:160px;min-width:160px;color:#263d34!important;background:#f9fbfa!important;font-weight:700;text-align:left!important}.finance-overview-table td{width:90px;font-variant-numeric:tabular-nums}.finance-overview-table tr>:last-child{border-right:0}.finance-overview-table tbody tr:last-child>*{border-bottom:0}.finance-overview-total-row>*,.finance-overview-profit-row>*{font-weight:750}.finance-overview-total-row td{background:#fff9eb}.finance-overview-profit-row td{color:#176c50;background:#eef8f3}.finance-overview-empty{color:var(--muted)!important;text-align:left!important}.finance-overview-table .icon-button{width:28px;height:28px;flex:0 0 28px}.finance-overview-table .icon-button:disabled{opacity:.35;cursor:not-allowed}.customer-sales-panel{margin:0 0 20px;overflow:hidden;background:#fff;border:1px solid #cbdad2;border-radius:7px;box-shadow:0 5px 16px #1c433314}.customer-sales-heading{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 15px;border-bottom:1px solid var(--line)}.customer-sales-heading>div:first-child{min-width:240px;display:grid;gap:4px}.customer-sales-heading .eyebrow{color:#277052;font-size:13px;font-weight:750}.customer-sales-heading h3{margin:0;color:var(--ink);font-size:18px;letter-spacing:0}.customer-sales-heading p{margin:0;color:var(--muted);font-size:13px}.customer-sales-uninvoiced-summary{color:var(--danger);font-size:14px;font-weight:750}.customer-sales-controls{display:flex;align-items:end;justify-content:flex-end;gap:8px;flex-wrap:wrap}.customer-sales-controls label{display:grid;gap:5px}.customer-sales-controls label>span{color:var(--muted);font-size:13px;font-weight:650}.customer-sales-controls select,.customer-sales-controls input{width:126px;height:36px;padding:0 9px;color:var(--ink);background:#fff;border:1px solid #d2ddd7;border-radius:5px;font-size:13px}.customer-sales-controls .customer-sales-customer-filter select{width:180px}.customer-sales-party-filter{width:260px;display:grid;gap:6px}.customer-sales-party-tabs{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #d2ddd7;border-radius:5px;overflow:hidden}.customer-sales-party-tabs button{min-width:0;height:32px;display:flex;align-items:center;justify-content:center;padding:0 8px;color:var(--muted);background:#fff;border:0;border-right:1px solid #d2ddd7;line-height:1;white-space:nowrap;cursor:pointer}.customer-sales-party-tabs button:last-child{border-right:0}.customer-sales-party-tabs button.active{color:#fff;background:var(--green-700);font-weight:650}.customer-sales-party-search{position:relative;width:100%}.customer-sales-party-search>svg{position:absolute;z-index:1;top:10px;left:9px;color:var(--muted);pointer-events:none}.customer-sales-controls .customer-sales-party-search>input{width:100%;padding-left:30px}.customer-sales-party-options{position:absolute;z-index:30;top:calc(100% + 4px);left:0;right:0;max-height:260px;padding:5px;overflow-y:auto;background:#fff;border:1px solid #cfd9d4;border-radius:5px;box-shadow:0 12px 30px #142f2429}.customer-sales-party-options button{width:100%;min-height:40px;display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:8px;padding:7px;color:var(--ink);background:transparent;border:0;border-radius:4px;text-align:left}.customer-sales-party-options button:hover,.customer-sales-party-options button[aria-selected=true]{background:#edf6f1}.customer-sales-party-options button span{color:var(--green-700);font-size:12px}.customer-sales-party-options button strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-sales-mobile-hint{min-height:34px;display:none;align-items:center;justify-content:space-between;gap:10px;padding:7px 10px;color:#52665d;background:#f5f8f6;border-bottom:1px solid var(--line);font-size:13px}.customer-sales-mobile-list{display:none}.customer-sales-table-scroll{max-width:100%;overflow:auto;scrollbar-color:#90a29a #edf2ef;scrollbar-width:thin}.customer-sales-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.customer-sales-table col.customer-sales-col-customer{width:150px}.customer-sales-table col.customer-sales-col-date{width:96px}.customer-sales-table col.customer-sales-col-quantity{width:68px}.customer-sales-table col.customer-sales-col-price{width:76px}.customer-sales-table col.customer-sales-col-amount{width:92px}.customer-sales-table col.customer-sales-col-finance-date{width:108px}.customer-sales-table col.customer-sales-col-balance{width:104px}.customer-sales-table col.customer-sales-col-note{width:172px}.customer-sales-table th,.customer-sales-table td{height:auto;min-height:44px;padding:9px 8px;color:#263d34;background:#fff;border-right:1px solid #dce5e0;border-bottom:1px solid #dce5e0;font-size:13px;line-height:1.4;text-align:center;white-space:nowrap;vertical-align:middle}.customer-sales-table thead th{color:#fff;background:#3d8067;font-weight:750}.customer-sales-table thead tr:nth-child(2) th{background:#4c8c73}.customer-sales-table thead th[colspan]{border-bottom-color:#ffffff6b}.customer-sales-table tr>:last-child{border-right:0}.customer-sales-table tbody tr:nth-child(2n)>*{background:#f7faf8}.customer-sales-table tbody th{font-weight:700;text-align:left}.customer-sales-table tbody .customer-sales-amount{color:#17664a;font-weight:750}.customer-sales-table .customer-sales-finance-date{white-space:normal;overflow-wrap:anywhere}.customer-sales-table .customer-sales-note{white-space:normal;line-height:1.35;text-align:left;overflow-wrap:anywhere;vertical-align:top}.customer-sales-note-editor{min-width:0;display:grid;gap:7px}.customer-sales-note-editor label{min-width:0;display:grid;gap:4px}.customer-sales-note-editor input{width:100%;height:32px;padding:0 8px;color:#203a30;background:#fff;border:1px solid #cad8d1;border-radius:4px;font-size:13px}.customer-sales-note-editor input:focus{outline:0;border-color:#338064;box-shadow:0 0 0 2px #2377541a}.customer-sales-note-editor em{color:#5d6e66;font-style:normal;overflow-wrap:anywhere}.customer-sales-table .customer-sales-sticky{position:sticky;z-index:2}.customer-sales-table .customer-sales-customer{left:0;width:150px;min-width:150px;white-space:normal;overflow-wrap:anywhere}.customer-sales-table .customer-sales-date{left:150px;width:96px;min-width:96px}.customer-sales-table thead .customer-sales-sticky{z-index:4;background:#3d8067}.customer-sales-table tbody .customer-sales-sticky{background:#fff}.customer-sales-table tbody tr:nth-child(2n) .customer-sales-sticky{background:#f7faf8}.customer-sales-table tfoot th,.customer-sales-table tfoot td{color:#193d30;background:#fff7cf;border-bottom:0;font-weight:800}.customer-sales-table tfoot th{position:sticky;left:0;z-index:3;text-align:center}.danger-text{color:#a74840!important}.income-text{color:#177153!important}.expense-text{color:#a64b42!important}.finance-flowline{min-height:38px;display:flex;align-items:center;justify-content:flex-end;gap:14px;margin-bottom:16px;padding:0 4px;color:var(--muted);font-size:10px}.finance-flowline span{display:flex;align-items:baseline;gap:6px}.finance-flowline strong{color:var(--ink);font-size:11px}.finance-flowline i{width:1px;height:15px;background:#dce3df}.finance-riskline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 16px}.finance-riskline>div{min-height:58px;display:flex;flex-direction:column;justify-content:center;gap:4px;padding:10px 14px;background:#f8faf9;border:1px solid var(--line);border-radius:7px}.finance-riskline span,.finance-riskline small{color:var(--muted);font-size:10px}.finance-riskline strong{color:var(--ink);font-size:14px}.finance-riskline .warning-text{color:#a86b00}.finance-memberline{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 0 16px}.finance-memberline>div{min-height:58px;display:flex;flex-direction:column;justify-content:center;gap:4px;padding:10px 14px;background:#f2f8f5;border:1px solid #d6e9df;border-radius:7px}.finance-memberline span,.finance-memberline small{color:var(--muted);font-size:10px}.finance-memberline strong{color:var(--ink);font-size:14px}.finance-heading-actions{display:flex;align-items:center;gap:8px}.finance-analysis-band{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 0 16px}.finance-analysis-block{min-width:0;padding:14px 16px;background:#fff;border:1px solid #cbdad2;border-radius:7px;box-shadow:0 4px 13px #1c433312}.finance-analysis-block>header{min-height:38px;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:10px}.finance-analysis-block>header>div{display:grid;gap:4px}.finance-analysis-block>header strong{font-size:12px}.finance-analysis-block>header span{color:var(--muted);font-size:9px}.finance-analysis-block>header b{color:var(--ink);font-size:13px;white-space:nowrap}.finance-analysis-rows{display:grid;gap:8px}.finance-analysis-row{display:grid;grid-template-columns:92px minmax(80px,1fr) 88px 38px;align-items:center;gap:8px;min-height:22px}.finance-analysis-row>span,.finance-analysis-row>small{color:var(--muted);font-size:9px}.finance-analysis-row>div{height:7px;overflow:hidden;background:#eef2f0;border-radius:4px}.finance-analysis-row>div i{display:block;height:100%;background:#bf815a;border-radius:inherit}.finance-analysis-row>div i.payment-bar{background:#2f8061}.finance-analysis-row>strong{text-align:right;font-size:10px;white-space:nowrap}.finance-analysis-row>small{text-align:right;white-space:nowrap}.finance-analysis-empty{min-height:82px;display:grid;place-items:center;color:var(--muted);font-size:10px}.finance-analysis-block>footer{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:12px;padding-top:10px;border-top:1px solid var(--line)}.finance-analysis-block>footer span{color:var(--muted);font-size:9px}.finance-analysis-block>footer strong{margin-left:4px;color:var(--ink);font-size:10px}.finance-panel{min-height:610px}.finance-tabs{min-height:62px;display:flex;align-items:center;gap:3px;padding:10px 14px;border-bottom:1px solid var(--line);overflow-x:auto}.finance-tabs--top{position:sticky;top:72px;z-index:16;margin-bottom:14px;background:#fffffffa;border:1px solid var(--line);border-radius:7px;box-shadow:0 5px 16px #1b33290f}.finance-tabs>button,.finance-tab-group>button{height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;color:#68766f;background:transparent;border:0;border-radius:5px;font-size:10px;white-space:nowrap}.finance-tabs>button:hover,.finance-tab-group>button:hover{background:#f2f5f3}.finance-tabs>button.active,.finance-tab-group>button.active{color:#185f45;background:#e8f3ed;font-weight:700}.finance-tab-action{margin-left:auto;padding-left:14px}.finance-subtoolbar{min-height:55px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 15px;border-bottom:1px solid var(--line)}.finance-subtoolbar>span{color:var(--muted);font-size:10px}.daily-expense-toolbar{min-height:78px;display:flex;align-items:end;gap:14px;padding:12px 15px;background:#f7faf8;border-bottom:1px solid var(--line)}.daily-expense-range{display:flex;align-items:end;gap:10px}.daily-expense-range>i{height:38px;display:grid;place-items:center;color:var(--muted);font-size:13px;font-style:normal}.daily-expense-query{flex:0 0 auto;align-self:end;white-space:nowrap}.daily-expense-date{display:grid;gap:6px}.daily-expense-date>span{color:var(--muted);font-size:13px;font-weight:650}.daily-expense-date input{width:160px;height:38px;padding:0 10px;color:var(--ink);background:#fff;border:1px solid #d2ddd7;border-radius:5px;font-size:13px}.daily-expense-total{min-width:180px;display:grid;gap:3px;margin-left:auto;padding-left:16px;border-left:3px solid #ad6f48;text-align:right}.daily-expense-total span,.daily-expense-total small{color:var(--muted);font-size:13px}.daily-expense-total strong{color:#9b473f;font-size:18px}.daily-expense-inline-editor{padding:14px 15px;background:#f7faf8;border-bottom:1px solid var(--line)}.daily-expense-inline-editor>header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.daily-expense-inline-editor>header>div{display:grid;gap:3px}.daily-expense-inline-editor>header strong{font-size:15px}.daily-expense-inline-editor>header span{color:var(--muted);font-size:12px}.daily-expense-inline-fields{display:grid;grid-template-columns:minmax(170px,1.1fr) 150px 150px minmax(230px,1.7fr);gap:10px}.daily-expense-inline-fields .field{min-width:0}.daily-expense-inline-fields input,.daily-expense-inline-fields select{width:100%}.daily-expense-inline-existing{margin-top:10px}.daily-expense-inline-footer{display:flex;align-items:center;gap:9px;margin-top:12px}.daily-expense-inline-footer>span{flex:0 0 auto;color:var(--muted);font-size:12px}.daily-expense-inline-upload{min-height:34px;padding:0 11px}.daily-expense-inline-files{min-width:0;display:flex;flex:1;gap:6px;overflow-x:auto}.daily-expense-inline-files>span{min-width:0;max-width:180px;height:32px;display:flex;align-items:center;gap:5px;overflow:hidden;padding:0 7px;color:#53615b;background:#fff;border:1px solid #dfe6e2;border-radius:4px;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.daily-expense-inline-files button{width:22px;height:22px;display:grid;flex:0 0 22px;place-items:center;margin-left:auto;color:#9e423c;background:transparent;border:0}.daily-expense-inline-actions{display:flex;flex:0 0 auto;gap:8px;margin-left:auto}.daily-expense-projects,.daily-expense-records{border-bottom:1px solid var(--line)}.daily-expense-projects>header,.daily-expense-records>header{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 15px;background:#fff;border-bottom:1px solid var(--line)}.daily-expense-projects>header>div,.daily-expense-records>header>div{display:grid;gap:4px}.daily-expense-projects>header strong,.daily-expense-records>header strong{color:var(--ink);font-size:15px}.daily-expense-projects>header span,.daily-expense-records>header span{color:var(--muted);font-size:13px}.daily-expense-project-add{display:flex;align-items:center;gap:8px}.daily-expense-project-add input{width:190px;height:34px;padding:0 10px;color:var(--ink);background:#fff;border:1px solid #d2ddd7;border-radius:5px;font:inherit}.daily-expense-records>header b{color:#99603c;font-size:14px}.expense-project-manager{position:absolute;top:calc(100% + 6px);left:0;z-index:95;width:min(620px,calc(100vw - 72px));max-height:min(620px,72vh);overflow-y:auto;background:#fff;border:1px solid #d5dfd9;border-radius:7px;box-shadow:0 18px 46px #14271f33}.expense-project-manager>header{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px;background:#f7faf8;border-bottom:1px solid var(--line)}.expense-project-manager>header>div{display:grid;gap:3px}.expense-project-manager>header strong{color:var(--ink);font-size:14px}.expense-project-manager>header small{color:var(--muted);font-size:13px}.expense-project-manager>header>button{width:32px;height:32px;display:grid;place-items:center;color:#52645b;background:transparent;border:0;border-radius:5px}.expense-project-manager__toolbar{display:flex;justify-content:flex-end;padding:9px 10px;border-bottom:1px solid var(--line)}.expense-project-editor{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px;background:#fbfcfb;border-bottom:1px solid var(--line)}.expense-project-editor label{min-width:0;display:grid;gap:5px}.expense-project-editor label>span{color:var(--muted);font-size:13px;font-weight:650}.expense-project-editor input,.expense-project-editor select{width:100%;height:38px;min-width:0;padding:0 9px;color:var(--ink);background:#fff;border:1px solid #d3ddd7;border-radius:5px;outline:0}.expense-project-editor input:focus,.expense-project-editor select:focus{border-color:#5e9a80;box-shadow:0 0 0 2px #e7f2ed}.expense-project-editor__wide,.expense-project-editor__actions{grid-column:1 / -1}.expense-project-editor__actions{display:flex;justify-content:flex-end;gap:8px}.expense-project-manager__list{max-height:270px;overflow-y:auto}.expense-project-manager__list>div{min-height:54px;display:grid;grid-template-columns:minmax(0,1fr) 36px 36px;align-items:center;gap:4px;padding:6px 8px 6px 12px;border-bottom:1px solid #edf1ef}.expense-project-manager__list>div>button{min-width:0;color:#52645b;background:transparent;border:0;border-radius:5px}.expense-project-manager__list>div>button:first-child{min-height:40px;display:grid;align-content:center;gap:3px;padding:4px 6px;text-align:left}.expense-project-manager__list>div>button:first-child:hover{background:#edf6f1}.expense-project-manager__list>div>button:not(:first-child){width:32px;height:32px;display:grid;place-items:center}.expense-project-manager__list>div>button:not(:first-child):hover{color:var(--green-700);background:#edf6f1}.expense-project-manager__list>div>button.is-danger:hover{color:#a6423c;background:#fff0ef}.expense-project-manager__list span{overflow:hidden;color:var(--ink);font-size:14px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.expense-project-manager__list small{overflow:hidden;color:var(--muted);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.expense-project-manager__list>p{margin:0;padding:20px 12px;color:var(--muted);text-align:center}.expense-attachment-existing{display:flex;flex-wrap:wrap;gap:7px}.expense-attachment-existing button{max-width:220px;min-height:34px;display:inline-flex;align-items:center;gap:6px;overflow:hidden;padding:6px 9px;color:#276b51;background:#edf6f1;border:1px solid #d4e7dc;border-radius:5px;text-overflow:ellipsis;white-space:nowrap}.daily-project-table{min-width:850px}.daily-expense-table{min-width:1180px}.daily-expense-table td:nth-child(4){min-width:260px;white-space:normal;line-height:1.55}.finance-table{min-width:1080px}.finance-detail-row{cursor:pointer}.finance-detail-row:hover td{background:#f2f8f4}.finance-detail-row:focus-visible td{background:#e8f3ed;outline:2px solid #2d8765;outline-offset:-2px}.finance-detail-drawer{width:min(720px,96vw)}.finance-detail-panel{display:grid;gap:16px;padding-top:20px}.finance-detail-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--line)}.finance-detail-actions>span{color:var(--muted);font-size:10px}.finance-detail-actions>div{display:flex;gap:7px}.finance-detail-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;background:#dce7e1;border:1px solid #dce7e1;border-radius:6px}.finance-detail-summary>div{min-height:84px;display:grid;align-content:center;gap:5px;padding:12px 13px;background:#fff}.finance-detail-summary span,.finance-detail-summary small{color:var(--muted);font-size:9px}.finance-detail-summary strong{min-width:0;overflow-wrap:anywhere;font-size:12px}.finance-detail-list{display:grid;margin:0;border-top:1px solid var(--line)}.finance-detail-list>div{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;padding:13px 4px;border-bottom:1px solid var(--line)}.finance-detail-list dt{color:var(--muted);font-size:10px}.finance-detail-list dd{min-width:0;margin:0;color:var(--ink);font-size:11px;line-height:1.55;overflow-wrap:anywhere}.finance-payable-item-overlay{position:fixed;right:32px;bottom:88px;z-index:1003;width:min(760px,calc(100vw - 390px));max-height:230px;padding:14px 16px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 -8px 24px #16322614}.finance-payable-item-overlay h3{margin:0 0 10px;font-size:14px}.finance-payable-item-overlay .table-scroll{max-height:178px}.expense-heading{min-height:54px;display:flex;align-items:center;padding:9px 15px;border-bottom:1px solid var(--line)}.expense-heading>div{display:grid;gap:4px}.expense-heading strong{font-size:12px}.expense-heading span{color:var(--muted);font-size:9px}.commission-ledger{overflow:hidden;background:#fff}.commission-ledger__header{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 20px;border-bottom:1px solid var(--line)}.commission-ledger__header>div:first-child{min-width:260px;display:grid;gap:4px}.commission-ledger__eyebrow{display:inline-flex;align-items:center;gap:6px;color:#277458;font-size:12px;font-weight:700}.commission-ledger__header strong{color:var(--ink);font-size:18px;line-height:1.35}.commission-ledger__header small{color:var(--muted);font-size:13px}.commission-ledger__filters{min-width:440px;display:grid;grid-template-columns:160px minmax(230px,1fr);gap:10px}.commission-ledger__filters label{min-width:0;display:grid;gap:6px}.commission-ledger__filters span{color:#65766e;font-size:12px;font-weight:650}.commission-ledger__filters input{width:100%;height:40px;min-width:0;padding:0 11px;color:var(--ink);background:#fff;border:1px solid #cad8d1;border-radius:5px;font-size:13px;outline:0}.commission-ledger__filters input:focus{border-color:#43866b;box-shadow:0 0 0 3px #e5f1eb}.commission-ledger__summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:#f7faf8;border-bottom:1px solid var(--line)}.commission-ledger__summary>div{min-height:94px;display:grid;align-content:center;gap:4px;padding:16px 20px;border-right:1px solid var(--line)}.commission-ledger__summary>div:last-child{border-right:0}.commission-ledger__summary span,.commission-ledger__summary small{color:var(--muted);font-size:12px}.commission-ledger__summary strong{color:#253b32;font-size:22px;font-variant-numeric:tabular-nums}.commission-ledger__summary--accent{background:#edf6f1;box-shadow:inset 3px 0 #2f8062}.commission-ledger__summary--accent strong{color:#17664a}.commission-ledger__table-wrap{min-height:0}.commission-ledger__table{width:100%;min-width:1020px;table-layout:auto}.commission-ledger__table th{height:48px;padding:0 14px;color:#596b63;background:#fbfcfb;font-size:12px;font-weight:700;white-space:nowrap}.commission-ledger__table td{height:62px;padding:10px 14px;font-size:13px;vertical-align:middle}.commission-ledger__table tbody tr:not(.commission-ledger__empty-row):hover td{background:#f5faf7}.commission-ledger__table .stacked-cell{gap:3px}.commission-ledger__table .stacked-cell small{color:var(--muted);font-size:12px}.commission-ledger__amount{color:#17664a;font-size:14px;font-variant-numeric:tabular-nums}.commission-ledger__empty-row td{height:auto;padding:0;border-bottom:0}.commission-ledger__empty{min-height:230px;display:grid;place-items:center;align-content:center;gap:7px;padding:32px 20px;text-align:center}.commission-ledger__empty>span{width:48px;height:48px;display:grid;place-items:center;color:#39775f;background:#eaf4ef;border:1px solid #d3e7dc;border-radius:6px}.commission-ledger__empty strong{color:#33463d;font-size:14px}.commission-ledger__empty small{max-width:520px;color:var(--muted);font-size:13px;line-height:1.55}@media(max-width:760px){.commission-ledger__header{align-items:stretch;flex-direction:column;gap:14px;padding:16px}.commission-ledger__header>div:first-child,.commission-ledger__filters{min-width:0}.commission-ledger__filters,.commission-ledger__summary{grid-template-columns:1fr}.commission-ledger__summary>div{min-height:72px;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:12px 16px;border-right:0;border-bottom:1px solid var(--line)}.commission-ledger__summary>div:last-child{border-bottom:0}.commission-ledger__summary strong{grid-column:2;grid-row:1 / 3;font-size:18px}.commission-ledger__summary small{grid-column:1}.commission-ledger__table{min-width:0}.commission-ledger__table thead{display:none}.commission-ledger__table tbody,.commission-ledger__table tr,.commission-ledger__table td{display:block}.commission-ledger__table tr:not(.commission-ledger__empty-row){padding:12px 16px;border-bottom:1px solid var(--line)}.commission-ledger__table td{min-height:34px;height:auto;display:grid;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:10px;padding:5px 0;border:0;text-align:left!important}.commission-ledger__table td:before{content:attr(data-label);color:var(--muted);font-size:12px}.commission-ledger__table td>*{justify-self:start}.commission-ledger__empty-row td{display:block}.commission-ledger__empty-row td:before{display:none}.commission-ledger__empty{min-height:210px}}.budget-heading{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 15px;border-bottom:1px solid var(--line)}.budget-heading>div{display:flex;align-items:baseline;gap:8px}.budget-heading strong{font-size:12px}.budget-heading span{color:var(--muted);font-size:9px}.budget-band{display:grid;grid-template-columns:repeat(3,minmax(230px,1fr));overflow-x:auto;border-bottom:1px solid var(--line)}.budget-item{min-width:230px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px 14px;padding:13px 15px;border-right:1px solid var(--line)}.budget-item:last-child{border-right:0}.budget-item>div:first-child,.budget-values{min-width:0;display:grid;gap:4px}.budget-item>div:first-child span,.budget-values span,.budget-item>small{color:var(--muted);font-size:9px}.budget-item>div:first-child strong,.budget-values strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.budget-values{text-align:right}.budget-progress{grid-column:1 / -1;height:5px;overflow:hidden;background:#edf1ef;border-radius:3px}.budget-progress i{display:block;height:100%;background:#347c61}.budget-item>small{grid-column:1 / -1}.finance-expense-scroll{min-height:350px}.expense-workspace-heading{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 15px;border-bottom:1px solid var(--line)}.expense-workspace-heading>div:first-child{display:grid;gap:4px}.expense-workspace-heading>div:last-child{display:flex;gap:8px}.expense-workspace-heading strong{color:var(--ink);font-size:15px}.expense-workspace-heading span{color:var(--muted);font-size:13px}.expense-workspace-compose{margin:12px 15px;padding:12px;background:#f7faf8;border:1px solid #cfe0d7;border-radius:7px}.expense-workspace-compose>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.expense-workspace-compose>header>div{display:grid;gap:3px}.expense-workspace-compose>header span{color:var(--muted);font-size:12px}.expense-workspace-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.expense-workspace-description{grid-column:span 2}.expense-workspace-upload{display:flex;align-items:center;gap:10px;margin-top:10px}.expense-workspace-upload>span{color:var(--muted);font-size:12px}.expense-workspace-upload>.button{margin-left:auto}.expense-workspace{min-height:500px;display:grid;grid-template-columns:minmax(300px,36%) minmax(0,1fr);border-top:1px solid var(--line)}.expense-workspace-list{border-right:1px solid var(--line)}.expense-workspace-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:10px;border-bottom:1px solid var(--line)}.expense-workspace-tabs button{min-height:36px;color:#62736a;background:#f5f7f6;border:0;border-right:1px solid #d7e0db}.expense-workspace-tabs button:first-child{border-radius:5px 0 0 5px}.expense-workspace-tabs button:last-child{border:0;border-radius:0 5px 5px 0}.expense-workspace-tabs button.active{color:#fff;background:#19704f;font-weight:700}.expense-workspace-tabs b{margin-left:3px}.expense-workspace-item{width:100%;display:grid;gap:8px;padding:12px 14px;text-align:left;background:#fff;border-bottom:1px solid var(--line)}.expense-workspace-item-main{width:100%;display:grid;grid-template-columns:1fr auto;gap:6px 12px;padding:0;text-align:left;background:transparent;border:0;color:inherit;cursor:pointer}.expense-workspace-item:hover,.expense-workspace-item.active{background:#eef7f2;box-shadow:inset 3px 0 #19704f}.expense-workspace-item-main>span{display:grid;gap:3px}.expense-workspace-item-main>span:nth-child(2){justify-items:end}.expense-workspace-item small,.expense-workspace-item p{color:var(--muted);font-size:12px}.expense-workspace-item-main p{grid-column:1 / -1;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.expense-list-actions{display:flex;gap:8px;justify-content:flex-end}.expense-list-actions .button{min-height:30px}.expense-workspace-detail{padding:16px}.expense-workspace-detail>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--line)}.expense-workspace-detail>header>div{display:grid;gap:4px}.expense-workspace-detail>header span{color:var(--muted);font-size:13px}.expense-workspace-detail dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0}.expense-workspace-detail dl>div{padding:12px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.expense-workspace-detail dl>div:nth-child(2n),.expense-workspace-detail dl>div.wide{border-right:0}.expense-workspace-detail dl>div.wide{grid-column:1 / -1}.expense-workspace-detail dt{color:var(--muted);font-size:12px}.expense-workspace-detail dd{margin:5px 0 0;font-weight:650}.expense-workspace-evidence{padding:14px 0;border-bottom:1px solid var(--line)}.expense-workspace-evidence>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.expense-workspace-evidence button{min-height:34px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;color:#176447;background:#f0f7f3;border:1px solid #cfe0d7;border-radius:5px}.expense-workspace-payment{margin-top:14px;padding:12px;background:#f7faf8;border:1px solid #d5dfd9;border-radius:6px}.expense-workspace-payment>div{display:grid;grid-template-columns:1.2fr 1fr 1.4fr;gap:10px;margin:10px 0}.expense-workspace-payment>.button{margin-left:auto}.expense-description{max-width:240px}.fund-accounts-panel{border-bottom:1px solid var(--line)}.fund-accounts-panel__header{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 15px;border-bottom:1px solid var(--line)}.fund-accounts-panel__header>div{display:grid;gap:4px}.fund-accounts-panel__header strong{font-size:14px}.fund-accounts-panel__header span{color:var(--muted);font-size:12px}.account-band{display:grid;grid-template-columns:repeat(3,minmax(250px,1fr));overflow-x:auto;border-bottom:1px solid var(--line)}.account-item{min-width:250px;min-height:78px;display:flex;align-items:center;gap:10px;padding:13px 15px;border-right:1px solid var(--line)}.account-item:last-child{border-right:0}.account-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:6px}.account-icon--bank{color:#245d79;background:#e5f0f5}.account-icon--cash{color:#896018;background:#fff1d6}.account-item>div{min-width:0;flex:1;display:grid;gap:4px}.account-item small{color:var(--muted);font-size:9px}.account-item strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.account-item b{font-size:14px;white-space:nowrap}.direction-label{width:max-content;display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:650}.direction-label--in{color:#177153}.direction-label--out{color:#a64b42}.settlement-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-bottom:18px;background:#dfe6e2;border:1px solid #dfe6e2;border-radius:6px;overflow:hidden}.settlement-summary>div{min-width:0;min-height:72px;display:grid;align-content:center;gap:6px;padding:11px;background:#f7f9f8}.settlement-summary span{color:var(--muted);font-size:9px}.settlement-summary strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.receipt-history-section{border-top:1px solid var(--line)}.receipt-history-section .section-title-row{margin-bottom:10px}.receipt-history-section .section-title-row>div{display:flex;align-items:baseline;justify-content:space-between;gap:12px;width:100%}.receipt-history-section .section-title-row h3{margin:0}.receipt-history-section .section-title-row span,.form-help{color:var(--muted);font-size:10px}.receipt-history-list{overflow:hidden;border:1px solid var(--line);border-radius:6px}.receipt-history-item{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 12px;border-bottom:1px solid var(--line)}.receipt-history-item:last-child{border-bottom:0}.receipt-history-item>div{min-width:0;display:grid;gap:4px}.receipt-history-item>div:last-child{flex:0 0 auto;text-align:right}.receipt-history-item strong{font-size:11px}.receipt-history-item small{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.form-help{margin:10px 0 0;line-height:1.6}.compact-empty{min-height:76px}.cost-summary-band{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));overflow-x:auto;border-bottom:1px solid var(--line)}.cost-summary-band>div{min-width:150px;min-height:72px;display:grid;align-content:center;gap:6px;padding:12px 15px;border-right:1px solid var(--line)}.cost-summary-band>div:last-child{border-right:0}.cost-summary-band span{color:var(--muted);font-size:9px}.cost-summary-band strong{font-size:14px}.cost-method-note{min-height:38px;display:flex;align-items:center;gap:7px;padding:8px 15px;color:#6e654f;background:#fffaf0;border-bottom:1px solid #eee3c9;font-size:9px}.report-controls{min-height:72px;display:flex;align-items:end;gap:12px;padding:12px 15px;background:#f8faf9;border-bottom:1px solid var(--line)}.report-control-group,.report-date-field{display:grid;gap:6px}.report-control-group>span,.report-date-field>span{color:var(--muted);font-size:9px;font-weight:650}.report-period-switch,.report-scope-switch{display:inline-flex;align-items:center;gap:2px;padding:3px;background:#e9eeeb;border-radius:6px}.report-period-switch button,.report-scope-switch button{height:32px;padding:0 12px;color:#56655e;background:transparent;border:0;border-radius:4px;font-size:10px;white-space:nowrap}.report-period-switch button:hover,.report-scope-switch button:hover{background:#ffffffad}.report-period-switch button.active,.report-scope-switch button.active{color:#175f45;background:#fff;box-shadow:0 1px 3px #183d2d1a;font-weight:750}.report-date-field select,.report-date-field input{width:150px;height:38px;padding:0 10px;color:var(--ink);background:#fff;border:1px solid #d2ddd7;border-radius:5px;font-size:10px}.report-scope-bar{min-height:66px;display:flex;align-items:center;gap:14px;padding:10px 15px;border-bottom:1px solid var(--line)}.report-scope-bar>div:first-child{min-width:180px;display:grid;gap:4px}.report-scope-bar>div:first-child strong{font-size:11px}.report-scope-bar>div:first-child span{color:var(--muted);font-size:9px}.report-actions{margin-left:auto;display:flex;align-items:center;gap:7px}.finance-report-print-area{min-width:0;background:#fff}.report-print-heading{position:relative;min-height:94px;display:flex;align-items:center;justify-content:center;gap:18px;padding:17px 64px 17px 20px;border-bottom:1px solid var(--line);text-align:center}.report-print-heading>div{min-width:0;display:grid;gap:4px;text-align:center}.report-print-heading span{color:#276c51;font-size:9px;font-weight:700}.report-print-heading h3{margin:0;font-size:18px;letter-spacing:0}.report-print-heading p{margin:0;color:var(--muted);font-size:10px}.report-print-heading>svg{position:absolute;right:20px;color:#2b7055}.report-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid var(--line)}.report-kpis article{min-height:78px;display:grid;align-content:center;gap:6px;padding:11px 15px;background:#fff;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.report-kpis article:nth-child(4n){border-right:0}.report-kpis article:nth-child(1),.report-kpis article:nth-child(5){border-left:3px solid #287457}.report-kpis article:nth-child(3),.report-kpis article:nth-child(6){border-left:3px solid #aa7929}.report-kpis article:nth-child(7){border-left:3px solid #9b4b47}.report-kpis span{color:var(--muted);font-size:9px}.report-kpis strong{overflow-wrap:anywhere;font-size:14px;letter-spacing:0}.report-section{margin:0 15px 16px;padding-top:0;overflow:hidden;border:1px solid var(--line);border-radius:6px}.report-section>header{min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:8px 15px;background:#f6f9f7;border-bottom:1px solid var(--line)}.report-section>header>div{display:flex;align-items:baseline;gap:9px}.report-section h3{margin:0;font-size:12px;letter-spacing:0}.report-section header span{color:var(--muted);font-size:9px}.report-table{min-width:1120px}.report-table th,.report-table td{font-size:9px;white-space:nowrap;vertical-align:middle}.report-table th{color:#3b5148;background:#f9fbfa;font-weight:700}.report-table tbody tr:nth-child(2n) td{background:#fbfcfb}.report-table td:first-child{font-weight:600}.report-order-table{min-width:1480px}.finance-report-mobile-list{display:none}.report-accounting-note{margin:0;padding:12px 15px 16px;color:#6b746f;background:#fbfcfb;font-size:9px;line-height:1.6}.report-loading-state{min-height:360px}@media(max-width:1050px){.finance-metrics{grid-template-columns:1fr 1fr}.budget-band,.account-band{grid-template-columns:repeat(3,minmax(250px,1fr))}}@media(max-width:760px){.page-content{overflow-x:clip}.finance-page{width:100%;max-width:100%}.finance-overview-table-panel{margin-right:-2px;margin-left:-2px;border-radius:5px}.finance-overview-table-heading{align-items:stretch;flex-direction:column;gap:12px}.finance-overview-table-actions{display:grid;grid-template-columns:1fr 1fr}.finance-overview-table-actions label{grid-column:1 / -1}.finance-overview-table-actions select,.finance-overview-table-actions input,.finance-overview-table-actions .button{width:100%;justify-content:center}.finance-overview-period-control{grid-column:1 / -1}.finance-overview-period-trigger{width:100%}.finance-overview-period-popover{right:auto;left:0;width:100%}.finance-overview-table-actions .button:last-child{grid-column:auto}.finance-overview-mobile-nav,.finance-overview-table-scroll{display:none}.finance-overview-mobile-cards{display:grid;gap:12px;padding:10px;background:#f2f6f4}.finance-overview-mobile-group{min-width:0;overflow:hidden;background:#fff;border:1px solid #cad8d1;border-radius:7px;box-shadow:0 3px 10px #1c433312}.finance-overview-mobile-group>header{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;color:#1f6249;background:#e9f3ee;border-bottom:1px solid #d6e2dc}.finance-overview-mobile-group>header span{color:#607269;text-align:right}.finance-overview-mobile-card{border-bottom:1px solid #e2e9e5}.finance-overview-mobile-card:last-child{border-bottom:0}.finance-overview-mobile-card__trigger{width:100%;min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 12px;color:inherit;background:#fff;border:0;text-align:left;cursor:pointer;touch-action:manipulation}.finance-overview-mobile-card__trigger span{min-width:0;flex:1;font-weight:650}.finance-overview-mobile-card__trigger strong{color:#213c31;white-space:nowrap}.finance-overview-mobile-card__trigger svg{flex:0 0 auto;color:#64786e;transition:transform .18s ease}.finance-overview-mobile-card.is-open .finance-overview-mobile-card__trigger svg{transform:rotate(180deg)}.finance-overview-mobile-card--total .finance-overview-mobile-card__trigger{background:#fff9e9}.finance-overview-mobile-card--profit .finance-overview-mobile-card__trigger strong{color:#176c50}.finance-overview-mobile-card dl{margin:0;padding:0 12px 8px 30px;background:#f9fbfa}.finance-overview-mobile-card dl>div{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #e5ebe8}.finance-overview-mobile-card dt,.finance-overview-mobile-card dd{margin:0}.finance-overview-mobile-card dt{color:#61736a}.finance-overview-mobile-card dd{font-weight:700;white-space:nowrap}.finance-overview-mobile-empty{padding:18px 12px;color:var(--muted);text-align:center}.customer-sales-panel{margin-right:-2px;margin-left:-2px;border-radius:5px}.customer-sales-heading{align-items:stretch;flex-direction:column;gap:12px;padding:12px}.customer-sales-heading>div:first-child{min-width:0}.customer-sales-controls{display:grid;grid-template-columns:1fr 1fr}.customer-sales-controls label,.customer-sales-controls select,.customer-sales-controls input,.customer-sales-controls .button{width:100%}.customer-sales-controls .customer-sales-customer-filter,.customer-sales-party-filter{grid-column:1 / -1}.customer-sales-controls .customer-sales-customer-filter select,.customer-sales-party-tabs,.customer-sales-party-search{width:100%}.customer-sales-controls .button{justify-content:center}.customer-sales-mobile-hint{display:flex}.customer-sales-table-scroll{display:none}.customer-sales-mobile-list{display:grid;gap:10px;padding:10px;background:#f2f6f4}.customer-sales-mobile-card{min-width:0;overflow:hidden;background:#fff;border:1px solid #cfdbd5;border-radius:7px;box-shadow:0 3px 10px #1c433312}.customer-sales-mobile-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px;border-bottom:1px solid #e0e8e4}.customer-sales-mobile-card>header>div{min-width:0;display:grid;gap:4px}.customer-sales-mobile-card>header strong{overflow-wrap:anywhere}.customer-sales-mobile-card>header span{color:var(--muted)}.customer-sales-mobile-card>header b{color:#17664a;white-space:nowrap}.customer-sales-mobile-products{display:grid;gap:0;padding:0 12px}.customer-sales-mobile-products>div{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px solid #edf1ef}.customer-sales-mobile-products strong{min-width:0;overflow-wrap:anywhere}.customer-sales-mobile-products span{color:#53675e;text-align:right;white-space:nowrap}.customer-sales-mobile-finance{display:grid;grid-template-columns:1fr 1fr;margin:0;background:#f8faf9;border-top:1px solid #e0e8e4}.customer-sales-mobile-finance>div{min-width:0;display:grid;gap:3px;padding:10px 12px;border-right:1px solid #e0e8e4;border-bottom:1px solid #e0e8e4}.customer-sales-mobile-finance>div:nth-child(2n){border-right:0}.customer-sales-mobile-finance dt,.customer-sales-mobile-finance dd{margin:0}.customer-sales-mobile-finance dt,.customer-sales-mobile-finance small{color:var(--muted)}.customer-sales-mobile-finance dd{font-weight:750}.customer-sales-note-editor--mobile{padding:12px}.customer-sales-note-editor--mobile input{height:38px}.finance-report-print-area .report-section>.table-scroll{display:none}.finance-report-mobile-list{display:grid;gap:10px;padding:10px;background:#f2f6f4}.finance-report-mobile-card{min-width:0;overflow:hidden;background:#fff;border:1px solid #cfdbd5;border-radius:7px;box-shadow:0 3px 10px #1c433312}.finance-report-mobile-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:11px 12px;border-bottom:1px solid #e0e8e4}.finance-report-mobile-card>header>div{min-width:0;display:grid;gap:3px}.finance-report-mobile-card>header strong,.finance-report-mobile-card>header span{overflow-wrap:anywhere}.finance-report-mobile-card>header span{color:var(--muted)}.finance-report-mobile-card>header b{color:#17664a;white-space:nowrap}.finance-report-mobile-card dl{display:grid;grid-template-columns:1fr 1fr;margin:0;background:#f9fbfa}.finance-report-mobile-card dl>div{min-width:0;display:grid;gap:3px;padding:9px 12px;border-right:1px solid #e0e8e4;border-bottom:1px solid #e0e8e4}.finance-report-mobile-card dl>div:nth-child(2n){border-right:0}.finance-report-mobile-card dt,.finance-report-mobile-card dd{margin:0}.finance-report-mobile-card dt{color:var(--muted)}.finance-report-mobile-card dd{overflow-wrap:anywhere;font-weight:700}.finance-report-order-products{display:grid;padding:0 12px}.finance-report-order-products>div{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px solid #edf1ef}.finance-report-order-products>div strong{min-width:0;overflow-wrap:anywhere}.finance-report-order-products>div span{color:#53675e;white-space:nowrap}.finance-report-order-products>span{padding:12px 0;color:var(--muted)}.finance-report-mobile-empty{padding:24px 12px;color:var(--muted);text-align:center}.finance-metrics{grid-template-columns:1fr 1fr;gap:9px}.finance-metrics article{min-height:88px;padding:12px}.finance-metrics strong{font-size:13px}.finance-flowline{justify-content:flex-start;overflow-x:auto;white-space:nowrap}.finance-riskline,.finance-memberline{grid-template-columns:1fr;gap:8px}.finance-heading-actions{width:100%;flex-wrap:wrap}.finance-heading-actions .button{flex:1;justify-content:center}.finance-analysis-band{grid-template-columns:1fr;gap:8px}.finance-analysis-row{grid-template-columns:82px minmax(60px,1fr) 82px 34px;gap:6px}.finance-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:8px 10px;overflow:visible}.finance-tabs--top{top:64px;margin-right:-2px;margin-left:-2px}.finance-tabs>button,.finance-tab-group>button{justify-content:center;padding:0 5px}.finance-tab-action{grid-column:1 / -1;width:100%;margin:3px 0 0;padding:0}.finance-tab-action .button{width:100%;justify-content:center}.finance-subtoolbar{align-items:flex-start;flex-direction:column}.daily-expense-toolbar{align-items:stretch;flex-direction:column;gap:10px}.daily-expense-range{align-items:stretch;flex-direction:column;gap:6px}.daily-expense-range>i{height:auto;justify-content:start}.daily-expense-date input{width:100%}.daily-expense-query{width:100%;justify-content:center}.daily-expense-total{min-width:0;margin:0;padding:8px 0 0 12px;text-align:left}.daily-expense-inline-fields{grid-template-columns:1fr}.daily-expense-inline-footer{align-items:stretch;flex-direction:column}.daily-expense-inline-upload{width:100%}.daily-expense-inline-files{width:100%;flex-wrap:wrap;overflow:visible}.daily-expense-inline-files>span{max-width:100%;flex:1 1 180px}.daily-expense-inline-actions{display:grid;grid-template-columns:1fr 1fr;margin:0}.daily-expense-inline-actions .button{justify-content:center}.daily-expense-projects>header,.daily-expense-records>header{align-items:stretch;flex-direction:column}.daily-expense-project-add{align-items:stretch;flex-direction:column}.daily-expense-project-add input,.daily-expense-projects>header .button{width:100%;justify-content:center}.expense-workspace-heading{align-items:stretch;flex-direction:column}.expense-workspace-heading>div:last-child{display:grid;grid-template-columns:1fr}.expense-workspace-fields{grid-template-columns:1fr}.expense-workspace-description{grid-column:1}.expense-workspace-upload{align-items:stretch;flex-direction:column}.expense-workspace-upload>.button{width:100%;margin:0;justify-content:center}.expense-workspace{grid-template-columns:1fr}.expense-workspace-list{border-right:0;border-bottom:1px solid var(--line)}.expense-workspace-detail{padding:12px}.expense-workspace-detail dl,.expense-workspace-payment>div{grid-template-columns:1fr}.expense-workspace-detail dl>div,.expense-workspace-detail dl>div:nth-child(2n){border-right:0}.expense-project-manager{position:fixed;top:auto;right:10px;bottom:10px;left:10px;width:auto;max-height:calc(100vh - 20px)}.expense-project-editor{grid-template-columns:1fr}.expense-project-editor__wide,.expense-project-editor__actions{grid-column:1}.fund-accounts-panel__header{align-items:flex-start;flex-direction:column}.fund-accounts-panel__header .button{width:100%}.budget-band,.account-band{grid-template-columns:repeat(3,260px)}.settlement-summary{grid-template-columns:1fr}.settlement-summary>div{min-height:58px}.report-controls{align-items:stretch;flex-wrap:wrap}.report-control-group{width:100%}.report-period-switch{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.report-period-switch button{padding:0 6px}.report-date-field{flex:1}.report-date-field select,.report-date-field input{width:100%}.report-controls>.button{flex:1;justify-content:center;align-self:end}.report-scope-bar{align-items:stretch;flex-direction:column}.report-scope-bar>div:first-child{min-width:0}.report-scope-switch{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.report-actions{width:100%;margin:0}.report-actions .button{flex:1;justify-content:center}.report-kpis{grid-template-columns:1fr 1fr}.report-kpis article:nth-child(2n){border-right:0}.report-kpis article:nth-child(odd){border-right:1px solid var(--line)}}@media(max-width:520px){.finance-metrics,.customer-sales-controls{grid-template-columns:1fr}.customer-sales-controls .customer-sales-customer-filter,.customer-sales-party-filter{grid-column:auto}}@media print{@page{size:A4 landscape;margin:9mm}body{background:#fff!important}body *{visibility:hidden!important}.finance-report-print-area,.finance-report-print-area *{visibility:visible!important}.finance-report-print-area{position:absolute;inset:0 auto auto 0;width:100%;color:#111}.finance-report-print-area .table-scroll{overflow:visible!important}.finance-report-print-area .report-section>.table-scroll{display:block!important}.finance-report-mobile-list{display:none!important}.report-print-heading{min-height:18mm;padding:2mm 0 3mm;break-after:avoid}.report-print-heading h3{font-size:16pt}.report-print-heading>svg{display:none}.report-kpis{grid-template-columns:repeat(8,minmax(0,1fr));break-inside:avoid;border:1px solid #aaa}.report-kpis article{min-height:13mm;padding:2mm;border:0!important;border-right:1px solid #bbb!important}.report-kpis article:last-child{border-right:0!important}.report-kpis span{font-size:7pt}.report-kpis strong{font-size:9pt}.report-section{padding-top:2mm;break-before:auto}.report-section>header{min-height:9mm;padding:1mm 0;break-after:avoid}.report-table,.report-order-table{width:100%!important;min-width:0!important;table-layout:auto}.report-table thead{display:table-header-group}.report-table tr{break-inside:avoid}.report-table th,.report-table td{padding:1.4mm 1.2mm!important;border-color:#999!important;font-size:6.5pt!important;white-space:normal}.report-table .status-pill{padding:0!important;background:transparent!important;border:0!important}.report-accounting-note{padding:2mm 0 0;background:transparent;font-size:7pt}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}.search-area,.help-area,.notification-area{position:relative}.portal-popover{position:absolute;top:46px;right:0;z-index:60;background:#fff;border:1px solid #dce3df;border-radius:7px;box-shadow:0 12px 34px #14271f2e;overflow:hidden}.portal-popover__header{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px;background:#f8faf9;border-bottom:1px solid var(--line)}.portal-popover__header>div{display:grid;gap:3px}.portal-popover__header strong{font-size:11px}.portal-popover__header span{color:var(--muted);font-size:9px}.portal-popover__header>button{display:inline-flex;align-items:center;gap:5px;padding:5px;color:var(--green-700);background:transparent;border:0;font-size:9px}.portal-popover__empty{min-height:110px;display:grid;place-items:center;color:var(--muted);font-size:10px}.search-popover{width:420px;max-height:520px;overflow-y:auto}.search-result{width:100%;min-height:60px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px 11px;color:var(--ink);background:#fff;border:0;border-bottom:1px solid #edf0ee;text-align:left}.search-result:hover,.search-result.active{background:#eff7f3}.portal-item-icon{width:32px;height:32px;display:grid;place-items:center;color:#2d6b54;background:#e7f2ed;border-radius:6px}.search-result>span:nth-child(2){min-width:0;display:grid;gap:4px}.search-result strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.search-result small{overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.search-result em{padding:3px 5px;color:#63716a;background:#eef2f0;border-radius:4px;font-size:8px;font-style:normal;white-space:nowrap}.global-search-target{position:relative;z-index:2;animation:global-search-highlight 5s ease-out;outline:3px solid #e0a62e!important;outline-offset:-3px;box-shadow:0 0 0 5px #e0a62e29,0 10px 28px #435b4f2e!important}.global-search-target td{background:#fff8df!important}@keyframes global-search-highlight{0%,58%{outline-color:#e0a62e;background-color:#fff8df}to{outline-color:transparent;background-color:transparent;box-shadow:none}}@media(prefers-reduced-motion:reduce){.global-search-target{animation:none}}.quotation-page{min-width:0}.quotation-page__heading{align-items:center}.quotation-page__actions{display:flex;gap:8px}.quotation-designer{min-height:720px;display:grid;grid-template-columns:390px minmax(0,1fr);overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:7px}.quotation-editor{min-width:0;max-height:calc(100vh - 190px);overflow-y:auto;background:#f8faf9;border-right:1px solid var(--line)}.quotation-template-switch{position:sticky;top:0;z-index:3;display:grid;grid-template-columns:repeat(2,1fr);gap:4px;padding:10px;background:#f8faf9f5;border-bottom:1px solid var(--line)}.quotation-template-switch button{height:38px;color:#617168;background:#fff;border:1px solid #d4dfd9;border-radius:5px;font-size:13px;font-weight:650}.quotation-template-switch button.active{color:#176447;background:#e7f3ed;border-color:#91bba8}.quotation-editor__section{display:grid;gap:11px;padding:15px;border-bottom:1px solid var(--line)}.quotation-editor__section>header{display:flex;align-items:center;justify-content:space-between;gap:10px}.quotation-editor__section>header>div{display:grid;gap:3px}.quotation-editor__section header strong{color:var(--ink);font-size:14px}.quotation-editor__section header small{color:var(--muted);font-size:12px}.quotation-editor__section label{min-width:0;display:grid;gap:5px}.quotation-editor__section label>span{color:#64756d;font-size:12px;font-weight:650}.quotation-editor__section input,.quotation-editor__section select{width:100%;height:38px;min-width:0;padding:0 9px;color:var(--ink);background:#fff;border:1px solid #ccd9d2;border-radius:5px;outline:0}.quotation-editor__section input:focus,.quotation-editor__section select:focus{border-color:#4b8c71;box-shadow:0 0 0 3px #e4f0ea}.quotation-editor__split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.quotation-title-style{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:end;gap:9px}.quotation-address-row{display:grid;grid-template-columns:minmax(0,2fr) minmax(120px,1fr);align-items:end;gap:9px}.quotation-title-bold{height:38px;display:flex!important;align-items:center;gap:8px;padding:0 10px;background:#f7faf8;border:1px solid #ccd9d2;border-radius:5px}.quotation-title-bold input{width:16px;height:16px;margin:0}.quotation-column-list{display:grid;gap:6px}.quotation-column-list>div{display:grid;grid-template-columns:22px minmax(0,1fr) 58px 14px 34px;align-items:center;gap:5px}.quotation-column-list>div>span{color:var(--muted);font-size:12px}.quotation-column-drag{height:34px;display:grid;place-items:center;cursor:grab;touch-action:none}.quotation-column-drag:active{cursor:grabbing}.quotation-editor__rows{gap:10px}.quotation-editor__rows header>div:last-child{display:flex;align-items:center;gap:5px}.quotation-total-toggle{min-height:38px;display:flex!important;align-items:center;gap:8px;padding:0 10px;background:#f7faf8;border:1px solid #d6e2dc;border-radius:5px}.quotation-total-toggle input{width:16px;height:16px;margin:0}.quotation-total-toggle strong{margin-left:auto;color:#176b4e}.quotation-size-controls{display:grid;gap:8px;padding:10px;background:#f7faf8;border:1px solid #d6e2dc;border-radius:5px}.quotation-size-controls label{grid-template-columns:62px minmax(0,1fr) 48px;align-items:center;gap:8px}.quotation-size-controls input[type=range]{height:22px;padding:0;border:0;box-shadow:none}.quotation-size-controls strong{color:#176b4e;text-align:right}.quotation-row-editor{display:grid;gap:9px;padding:11px;background:#fff;border:1px solid #d9e3de;border-radius:6px}.quotation-row-editor__head{display:flex;align-items:center;justify-content:space-between}.quotation-row-editor__head strong{color:#3c5147;font-size:12px}.quotation-row-image-actions{display:flex;align-items:center;gap:8px}.quotation-row-image-actions .button{width:auto;cursor:pointer}.quotation-preview-panel{min-width:0;background:#e9eeeb}.quotation-preview-panel>header{height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;background:#fff;border-bottom:1px solid var(--line)}.quotation-preview-panel>header>div{display:flex;align-items:center;gap:7px;color:#286a51}.quotation-preview-panel>header strong{font-size:13px}.quotation-preview-panel>header span{color:var(--muted);font-size:12px}.quotation-preview-scroll{max-height:calc(100vh - 244px);overflow:auto;padding:22px}.quotation-paper{box-sizing:border-box;width:1120px;min-height:720px;margin:0 auto;padding:44px 52px;color:#111;background:#fff;box-shadow:0 5px 24px #19322826;font-family:Microsoft YaHei,sans-serif}.quotation-paper--export{width:281mm;min-height:194mm;margin:0 auto;padding:10mm;box-shadow:none}.quotation-paper h1{margin:0 0 28px;text-align:center;font-family:SimSun,Microsoft YaHei,serif;font-size:var(--quotation-title-size, 34px)!important;font-weight:var(--quotation-title-weight, 400)!important;line-height:1.3;letter-spacing:0}.quotation-paper table{width:100%;margin:0 auto;border-collapse:collapse;table-layout:fixed}.quotation-paper th,.quotation-paper td{height:var(--quotation-row-height-screen, 82px);padding:8px;border:.35px solid #777;text-align:center;vertical-align:middle;font-size:16px;overflow-wrap:anywhere}.quotation-paper .quotation-total-row td{height:48px;font-weight:700;background:#f5f7f6}.quotation-paper th{height:52px;font-weight:600}.quotation-paper img{display:block;width:var(--quotation-image-width, 100%);max-width:100%;height:var(--quotation-image-height-screen, 72px);margin:auto;object-fit:contain}.quotation-paper td span{color:#89948e;font-size:13px}.quotation-paper footer{display:flex;justify-content:flex-end;gap:24px;padding:22px 8px 0;font-size:16px}@media(max-width:900px){.quotation-page__heading{align-items:stretch}.quotation-page__actions .button{flex:1;justify-content:center}.quotation-designer{grid-template-columns:1fr}.quotation-editor{max-height:none;border-right:0;border-bottom:1px solid var(--line)}.quotation-preview-scroll{max-height:720px;padding:12px}.quotation-paper:not(.quotation-paper--export){transform:scale(.58);transform-origin:top left;margin-bottom:-290px}}@media(max-width:600px){.quotation-preview-scroll{max-height:none;overflow-x:hidden;padding:8px}.quotation-paper:not(.quotation-paper--export){width:100%;min-height:0;margin:0;padding:18px 8px;transform:none;box-shadow:0 2px 8px #1932281f}.quotation-paper:not(.quotation-paper--export) h1{margin-bottom:14px}.quotation-paper:not(.quotation-paper--export) th,.quotation-paper:not(.quotation-paper--export) td{height:54px;padding:3px;font-size:10px!important}.quotation-paper:not(.quotation-paper--export) th{height:40px}.quotation-paper:not(.quotation-paper--export) .quotation-total-row td{height:38px}.quotation-paper:not(.quotation-paper--export) img{max-width:48px;max-height:46px}.quotation-paper:not(.quotation-paper--export) td span{font-size:9px!important}.quotation-paper:not(.quotation-paper--export) footer{flex-wrap:wrap;gap:5px 12px;padding:14px 2px 0;font-size:10px!important}}.mobile-search-box{min-height:50px;align-items:center;gap:8px;padding:8px 10px;border-bottom:1px solid var(--line)}.mobile-search-box input{min-width:0;flex:1;height:34px;padding:0 8px;border:1px solid #d7dfda;border-radius:5px;outline:0;font-size:11px}.help-popover{width:265px}.support-profile{min-height:74px;display:flex;align-items:center;gap:10px;padding:12px}.support-profile>span{width:36px;height:36px;display:grid;place-items:center;color:#845c1d;background:#fff1d7;border-radius:6px}.support-profile>div{display:grid;gap:5px}.support-profile strong{font-size:10px}.support-profile small{color:var(--muted);font-size:9px}.portal-command{width:calc(100% - 16px);min-height:34px;display:flex;align-items:center;gap:7px;margin:0 8px 8px;padding:0 9px;color:#34423c;background:#f5f7f6;border:1px solid #e3e8e5;border-radius:5px;font-size:9px}.notification-button{position:relative}.notification-count{position:absolute;top:-6px;right:-7px;min-width:17px;height:17px;display:grid;place-items:center;padding:0 4px;color:#fff;background:#b84444;border:2px solid #fff;border-radius:9px;font-size:7px;font-weight:700}.notification-button.has-indicator:after{display:none}.inbox-popover{width:390px;max-height:560px;overflow-y:auto}.inbox-item{width:100%;min-height:72px;display:grid;grid-template-columns:34px minmax(0,1fr) 7px;align-items:center;gap:9px;padding:9px 11px;color:var(--ink);background:#fff;border:0;border-bottom:1px solid #edf0ee;text-align:left}.inbox-item:hover{background:#f8faf9}.inbox-item.unread{background:#f3f8f5}.inbox-item>span:nth-child(2){min-width:0;display:grid;gap:4px}.inbox-item strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.inbox-item small{overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.inbox-item em{color:#8a9791;font-size:7px;font-style:normal}.inbox-item>i{width:6px;height:6px;background:#258360;border-radius:50%}.warning-inbox-section{border-bottom:1px solid #eadfda;background:snow}.warning-inbox-section>header{min-height:38px;display:flex;align-items:center;gap:6px;padding:7px 11px;color:#923f3f;background:#fff3f1;border-bottom:1px solid #f0d8d3}.warning-inbox-section>header strong{font-size:13px}.warning-inbox-section>header span{margin-left:auto;color:#9c746d;font-size:13px}.warning-inbox-item{width:100%;min-height:72px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 11px;color:var(--ink);background:snow;border:0;border-bottom:1px solid #f2e7e4;text-align:left}.warning-inbox-item:hover{background:#fff1ee}.warning-inbox-item .portal-item-icon{color:#a64747;background:#fbe5e1}.warning-inbox-item>span:nth-child(2){min-width:0;display:grid;gap:4px}.warning-inbox-item strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.warning-inbox-item small{overflow:hidden;color:#795d57;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.warning-inbox-item em{color:#a26a60;font-size:13px;font-style:normal}.warning-inbox-item b{min-width:22px;height:22px;display:grid;place-items:center;padding:0 5px;color:#fff;background:#b84444;border-radius:11px;font-size:13px}@media(max-width:760px){.help-button{display:none}.portal-search-button.mobile-only{display:inline-grid}.portal-popover{position:fixed;top:61px;right:8px;left:8px;width:auto;max-height:calc(100vh - 72px)}.mobile-search-box.mobile-only{display:flex}.search-result{min-height:58px}.inbox-item{min-height:68px}}.hr-page{min-width:0}.hr-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:10px}.hr-metrics article{min-height:98px;display:grid;align-content:center;gap:6px;padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:7px}.hr-metrics span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:10px}.hr-metrics strong{font-size:20px}.hr-metrics small{color:#8a9791;font-size:9px}.hr-panel{min-height:610px;overflow:hidden}.hr-tabs{min-height:62px;display:flex;align-items:center;gap:3px;padding:10px 14px;border-bottom:1px solid var(--line);overflow-x:auto}.hr-tabs>button{height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;color:#68766f;background:transparent;border:0;border-radius:5px;font-size:10px;white-space:nowrap}.hr-tabs>button:hover{background:#f2f5f3}.hr-tabs>button.active{color:#185f45;background:#e8f3ed;font-weight:700}.hr-toolbar{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 15px;border-bottom:1px solid var(--line)}.hr-toolbar>div{display:flex;align-items:center;gap:7px}.hr-toolbar>span{color:var(--muted);font-size:10px}.hr-toolbar input,.hr-toolbar select{height:34px;min-width:126px;padding:0 9px;color:var(--ink);background:#fff;border:1px solid #d9e1dc;border-radius:5px;font-size:10px;outline:0}.hr-toolbar input:focus,.hr-toolbar select:focus{border-color:#74a18f;box-shadow:0 0 0 2px #347c611a}.attendance-summary{display:grid;grid-template-columns:repeat(6,minmax(110px,1fr));overflow-x:auto;background:#f8faf9;border-bottom:1px solid var(--line)}.attendance-summary>div{min-width:110px;min-height:65px;display:grid;align-content:center;gap:5px;padding:10px 15px;border-right:1px solid #e4e9e6}.attendance-summary>div:last-child{border-right:0}.attendance-summary span{color:var(--muted);font-size:9px}.attendance-summary strong{font-size:14px}.hr-table{min-width:1080px}.qualification-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(310px,.8fr);min-height:480px}.qualification-layout>section{min-width:0}.qualification-layout>section+section{border-left:1px solid var(--line)}.qualification-layout header{min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:9px 14px;background:#fbfcfb;border-bottom:1px solid var(--line)}.qualification-layout header strong{font-size:11px}.qualification-layout header span{min-width:23px;height:20px;display:grid;place-items:center;color:#38624f;background:#e8f2ed;border-radius:10px;font-size:8px}.qualification-table{min-width:680px}.training-list{display:grid}.training-list article{min-height:66px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px 13px;border-bottom:1px solid #e8ecea}.training-list article>span{width:32px;height:32px;display:grid;place-items:center;color:#2d6b54;background:#e7f2ed;border-radius:6px}.training-list article>div{min-width:0;display:grid;gap:5px}.training-list strong,.training-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.training-list strong{font-size:10px}.training-list small{color:var(--muted);font-size:8px}.shift-list{display:grid}.shift-list article{min-height:72px;display:grid;grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:11px 15px;border-bottom:1px solid #e8ecea}.shift-list article>span{width:36px;height:36px;display:grid;place-items:center;color:#855e20;background:#fff2d9;border-radius:6px}.shift-list article>div{min-width:0;display:grid;gap:5px}.shift-list strong{font-size:11px}.shift-list small{overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.shift-list b{font-size:11px;font-weight:650;white-space:nowrap}.hr-drawer{width:min(660px,96vw)}@media(max-width:1050px){.hr-metrics{grid-template-columns:1fr 1fr}.qualification-layout{grid-template-columns:1fr}.qualification-layout>section+section{border-top:1px solid var(--line);border-left:0}}@media(max-width:760px){.hr-metrics{grid-template-columns:1fr 1fr;gap:9px}.hr-metrics article{min-height:88px;padding:12px}.hr-metrics strong{font-size:13px}.hr-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:8px 10px;overflow:visible}.hr-tabs>button{justify-content:center;padding:0 5px}.hr-tabs>button:last-child:nth-child(odd){grid-column:1 / -1}.hr-toolbar{align-items:flex-start;flex-direction:column}.hr-toolbar>div{width:100%;flex-wrap:wrap}.hr-toolbar input,.hr-toolbar select{min-width:0;flex:1}.attendance-summary{grid-template-columns:repeat(6,104px)}.attendance-summary>div{min-width:104px;padding:10px 12px}.shift-list article{grid-template-columns:36px minmax(0,1fr) auto;gap:9px}.shift-list article>b{grid-column:2 / 4}}.security-center-page{min-width:0}.security-center-page .page-alert .icon-button{width:28px;height:28px;flex-basis:28px;margin-left:auto;color:#9a3e39;background:transparent;border-color:transparent}.security-center-page .toast-notice{display:flex;align-items:center;gap:7px}.security-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:10px}.security-metrics article{min-height:98px;display:grid;align-content:center;gap:6px;padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:7px}.security-metrics article.risk{border-left:3px solid #b95149}.security-metrics span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:10px}.security-metrics strong{font-size:13px}.security-metrics small{color:#89948f;font-size:9px}.security-workspace{min-height:650px;overflow:hidden}.security-tabs{min-height:62px;display:flex;align-items:center;gap:3px;padding:10px 14px;border-bottom:1px solid var(--line)}.security-tabs button{height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;color:#68766f;background:transparent;border:0;border-radius:5px;font-size:10px}.security-tabs button.active{color:#185f45;background:#e8f3ed;font-weight:700}.security-toolbar{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 15px;border-bottom:1px solid var(--line)}.security-toolbar>span{color:var(--muted);font-size:10px}.security-table{min-width:1160px}.local-update-builder{margin:16px;overflow:hidden;border:1px solid #b9d6c8;border-radius:6px;background:#f1f8f4}.local-update-builder__header{display:flex;align-items:center;gap:12px;padding:15px 16px;border-bottom:1px solid #cfe2d8}.local-update-builder__header>span{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 38px;color:#176b4e;background:#dcefe5;border-radius:6px}.local-update-builder__header>div{min-width:0;display:grid;gap:3px}.local-update-builder__header strong{font-size:15px}.local-update-builder__header small,.local-update-builder__actions small{color:var(--muted);line-height:1.55}.local-update-builder__body{display:grid;gap:13px;padding:15px 16px}.local-update-builder__body .field{margin:0}.local-update-builder__actions{display:flex;align-items:center;justify-content:space-between;gap:16px}.local-update-builder.is-unavailable{border-color:var(--line);background:#f8faf9}.local-update-builder.is-unavailable .local-update-builder__header>span{color:var(--muted);background:#edf1ef}.system-update-upload{display:grid;gap:14px;padding:16px;background:#f8faf9;border-bottom:1px solid var(--line)}.system-update-upload .form-grid{padding:0}.system-update-upload input[type=file]{padding:8px 10px;background:#fff}.system-update-upload__error{margin:0}.system-update-actions{display:flex;align-items:center;justify-content:space-between;gap:16px}.system-update-actions small{color:var(--muted);font-size:10px;line-height:1.55}.system-update-table{min-width:1220px}.system-update-table th:nth-child(1){width:180px}.system-update-table th:nth-child(3){width:90px}.system-update-table th:nth-child(4){width:170px}.system-update-table th:nth-child(5){width:210px}.system-update-table th:last-child{width:120px}.update-version-cell strong,.update-version-cell small,.update-status-cell small{display:block}.update-release-role{display:inline-flex;margin-top:6px;padding:2px 7px;border-radius:999px;font-size:11px;line-height:1.4;color:#52645c;background:#edf1ef}.update-release-role.is-current{color:#176b4e;background:#dcefe5}.update-release-role.is-previous{color:#8a5a12;background:#fff0cf}.update-release-role.is-candidate{color:#315b8a;background:#e5effa}.update-version-cell small,.update-status-cell small{margin-top:6px;color:var(--muted);line-height:1.45}.update-notes-cell{max-width:280px;line-height:1.55;white-space:normal;overflow-wrap:anywhere}.mfa-band{min-height:72px;display:flex;align-items:center;gap:11px;padding:12px 16px;background:#f8faf9;border-bottom:1px solid var(--line)}.mfa-band>span{width:38px;height:38px;display:grid;place-items:center;color:#286149;background:#e5f1eb;border-radius:6px}.mfa-band>div{min-width:0;flex:1;display:grid;gap:4px}.mfa-band strong{font-size:11px}.mfa-band small{color:var(--muted);font-size:9px}.mfa-band input{width:126px;height:36px;padding:0 9px;border:1px solid #d4ddd8;border-radius:5px;font-size:10px}.mfa-secret{display:grid;grid-template-columns:minmax(180px,.4fr) minmax(0,1fr);align-items:center;gap:14px;padding:12px 16px;color:#315f4d;background:#edf6f1;border-bottom:1px solid #d8e7df}.mfa-secret>div{display:grid;gap:4px}.mfa-secret span{color:var(--muted);font-size:9px}.mfa-secret strong{font-size:12px;letter-spacing:0}.mfa-secret code{overflow:hidden;padding:8px 10px;color:#365b4c;background:#fff;border:1px solid #d7e6de;border-radius:4px;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.security-split{display:grid;grid-template-columns:1fr 1fr}.security-split>section{min-width:0}.security-split>section:first-child{border-right:1px solid var(--line)}.security-split section>header{min-height:52px;display:flex;align-items:center;justify-content:space-between;padding:9px 14px;border-bottom:1px solid var(--line)}.security-split section>header strong{font-size:11px}.security-split section>header span{color:var(--muted);font-size:9px}.security-split .data-table{min-width:620px}.number-rule-list{display:grid}.number-rule-list article{min-height:82px;display:grid;grid-template-columns:40px minmax(190px,1fr) minmax(180px,.7fr) auto;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #e8ecea}.number-rule-list article>span{width:38px;height:38px;display:grid;place-items:center;color:#375c75;background:#eaf1f5;border-radius:6px}.number-rule-list article>div{display:grid;gap:5px}.number-rule-list strong{font-size:11px}.number-rule-list small{color:var(--muted);font-size:9px}.number-rule-list code{color:#315f4d;font-size:11px}.security-drawer{width:min(720px,96vw)}.security-drawer .drawer__body>.form-grid{padding-top:20px}.security-profile-context{min-height:68px;display:flex;align-items:center;gap:11px;padding:11px 13px;color:#315f4d;background:#edf6f1;border:1px solid #d8e7df;border-radius:6px}.security-profile-context>div{display:grid;gap:4px}.security-profile-context strong{font-size:11px}.security-profile-context small{color:var(--muted);font-size:9px}.scope-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:0;padding:10px 11px 12px;border:1px solid #dfe6e2;border-radius:6px}.scope-options legend{padding:0 5px;color:#637169;font-size:9px}.scope-options label{min-height:34px;display:flex;align-items:center;gap:7px;padding:0 8px;background:#f7f9f8;border-radius:4px;font-size:10px}.scope-options input{accent-color:var(--green-700)}.system-settings-tabs{flex-wrap:wrap}.settings-integration-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);border-bottom:1px solid var(--line)}.settings-integration-panel{min-width:0;background:#fff}.settings-integration-panel:first-child{border-right:1px solid var(--line)}.settings-integration-panel>header{min-height:72px;display:flex;align-items:center;gap:11px;padding:12px 16px;border-bottom:1px solid var(--line)}.settings-integration-panel>header>div{min-width:0;flex:1;display:grid;gap:3px}.settings-integration-panel>header strong{font-size:12px}.settings-integration-panel>header small{color:var(--muted);font-size:9px}.settings-provider-icon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:6px;font-size:14px;font-weight:800}.settings-provider-icon--map{color:#825714;background:#fff0d3}.settings-provider-icon--wecom{color:#186348;background:#e3f2eb}.settings-provider-icon--report{color:#236046;background:#e1f0e8}.report-automation-panel,.wecom-members-panel{border-bottom:1px solid var(--line);background:#fff}.wecom-members-heading{min-height:64px;justify-content:space-between}.wecom-members-heading>div:first-child{min-width:0;display:grid;gap:4px}.wecom-members-heading .row-actions{margin-left:auto;display:flex;gap:8px}.wecom-member-summary{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 16px;color:var(--muted);font-size:13px;background:#f8faf9;border-bottom:1px solid var(--line)}.wecom-member-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.wecom-member-card{min-width:0;min-height:78px;display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #e8ecea}.wecom-member-card:nth-child(odd){border-right:1px solid #e8ecea}.wecom-member-avatar{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;border-radius:8px;color:#176b50;background:#e2f2eb;font-weight:700}.wecom-member-main{min-width:0;flex:1;display:grid;gap:4px}.wecom-member-main strong{font-size:14px}.wecom-member-main small,.wecom-member-meta span{color:var(--muted);font-size:12px}.wecom-member-meta{min-width:0;display:grid;gap:4px;justify-items:end}.wecom-member-meta code{max-width:180px;overflow:hidden;color:#315f4d;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.wecom-members-empty{min-height:116px}.report-automation-panel>header{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 16px;border-bottom:1px solid var(--line)}.report-automation-title{min-width:0;display:flex;align-items:center;gap:11px}.report-automation-title>div{min-width:0;display:grid;gap:3px}.report-automation-title strong{font-size:15px}.report-automation-title small{color:var(--muted);font-size:13px}.report-automation-destinations{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid var(--line)}.report-automation-destinations article{min-width:0;min-height:104px;display:grid;align-content:center;gap:6px;padding:14px 16px;border-right:1px solid var(--line)}.report-automation-destinations article:last-child{border-right:0}.report-automation-destinations span,.report-automation-destinations small{color:var(--muted);font-size:13px}.report-automation-destinations strong{font-size:14px;line-height:1.45;overflow-wrap:anywhere}.report-automation-run{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 16px}.report-automation-run>div:first-child{min-width:0;display:grid;gap:4px}.report-automation-run>div:first-child strong{font-size:14px}.report-automation-run>div:first-child span,.report-automation-run>div:first-child small{color:var(--muted);font-size:13px;line-height:1.45;overflow-wrap:anywhere}.report-automation-run>div:last-child{flex:0 0 auto;display:flex;gap:8px}.settings-form{display:grid;gap:13px;padding:16px}.settings-form .form-grid{padding:0}.settings-form footer{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:12px;border-top:1px solid #e8ecea}.settings-form footer>span{color:var(--muted);font-size:9px}.settings-form footer>div{display:flex;gap:8px}.secret-input{position:relative;display:flex}.secret-input input{padding-right:42px}.secret-input button{position:absolute;top:1px;right:1px;width:38px;height:calc(100% - 2px);display:grid;place-items:center;color:#617068;background:#fff;border:0;border-left:1px solid #e2e7e4;border-radius:0 5px 5px 0}.autofill-trap{position:fixed;left:-10000px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.settings-clear-options{min-height:36px;display:flex;align-items:center;flex-wrap:wrap;gap:12px}.settings-clear-options label{display:inline-flex;align-items:center;gap:6px;color:#66736c;font-size:9px}.settings-clear-options input{accent-color:var(--green-700)}.settings-subheading{min-height:50px;display:flex;align-items:center;gap:9px;padding:0 16px;border-bottom:1px solid var(--line)}.settings-subheading strong{font-size:11px}.settings-subheading span{color:var(--muted);font-size:9px}.settings-subheading>button{margin-left:auto}.wecom-notification-panel{border-bottom:1px solid var(--line)}.wecom-notification-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid var(--line)}.wecom-notification-metrics article{min-height:72px;display:grid;align-content:center;gap:6px;padding:12px 16px;border-right:1px solid var(--line)}.wecom-notification-metrics article:last-child{border-right:0}.wecom-notification-metrics span{color:var(--muted);font-size:13px}.wecom-notification-metrics strong{font-size:18px}.wecom-notification-table{min-width:860px}.settings-organization-toolbar>div{display:flex;gap:8px}.settings-search{width:min(390px,100%);height:38px;display:flex;align-items:center;gap:8px;padding:0 11px;background:#f8faf9;border:1px solid #dce3df;border-radius:6px}.settings-search svg{flex:0 0 auto;color:#718078}.settings-search input{min-width:0;flex:1;height:34px;padding:0;background:transparent;border:0;outline:0;font-size:10px}.settings-organization-layout>aside header{display:flex;gap:8px}.settings-organization-layout>aside header button{color:#416455;background:transparent;border:0;font-size:9px}.settings-organization-layout>aside header button.active{color:#176247;font-weight:700}.settings-organization-layout>aside>div{cursor:pointer}.settings-organization-layout>aside>div.active{background:#edf6f1}.settings-organization-layout>aside>div>.icon-button{width:28px;height:28px;flex:0 0 28px;margin-left:auto}.settings-employee-table{min-width:1320px}.settings-employee-actions{min-width:138px}.security-drawer--employee{width:min(940px,96vw)}.employee-editor{display:grid;gap:18px}.employee-editor-context{min-height:66px;display:flex;align-items:center;gap:11px;padding:10px 12px;background:#eef6f2;border:1px solid #d9e7e0;border-radius:6px}.employee-editor-context>span{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;color:#176247;background:#dcece4;border-radius:6px;font-size:12px;font-weight:800}.employee-editor-context>div{min-width:0;flex:1;display:grid;gap:4px}.employee-editor-context strong{font-size:11px}.employee-editor-context small{color:var(--muted);font-size:9px}.employee-editor-context b{color:#176247;font-size:11px;white-space:nowrap}.employee-basic-fields{padding-bottom:18px;border-bottom:1px solid var(--line)}.employee-permission-editor{display:grid;gap:12px}.employee-permission-editor>header{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px}.employee-permission-editor>header>div{min-width:0;display:flex;align-items:center;gap:9px;color:#205f48}.employee-permission-editor>header span{min-width:0;display:grid;gap:3px}.employee-permission-editor>header strong{color:var(--ink);font-size:11px}.employee-permission-editor>header small{color:var(--muted);font-size:9px}.permission-mode-toggle{min-height:36px;display:inline-flex;align-items:center;gap:8px;padding:0 10px;color:#315f4d;background:#f3f8f5;border:1px solid #d7e5de;border-radius:5px;font-size:10px;font-weight:700;white-space:nowrap}.permission-mode-toggle input,.permission-groups input{accent-color:var(--green-700)}.permission-impact,.permission-fixed-notice{min-height:44px;display:flex;align-items:center;gap:8px;padding:9px 11px;border-radius:5px;font-size:9px;line-height:1.55}.permission-impact{color:#775313;background:#fff8e8;border:1px solid #ead7a9}.permission-fixed-notice{color:#315f4d;background:#edf6f1;border:1px solid #d5e6dd}.permission-impact svg,.permission-fixed-notice svg{flex:0 0 auto}.permission-groups{display:grid;gap:12px}.permission-groups>section{overflow:hidden;border:1px solid #dce5e0;border-radius:6px}.permission-groups>section>header{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 10px;background:#f6f9f7;border-bottom:1px solid #e3e9e6}.permission-groups>section>header strong{font-size:10px}.permission-groups>section>header span{color:var(--muted);font-size:9px}.permission-groups>section>div{display:grid;grid-template-columns:1fr 1fr}.permission-groups label{min-width:0;min-height:58px;display:flex;align-items:flex-start;gap:8px;padding:10px;background:#fff;border-right:1px solid #edf1ef;border-bottom:1px solid #edf1ef}.permission-groups label:nth-child(2n){border-right:0}.permission-groups label.active{background:#f2f8f5}.permission-groups label.disabled{opacity:.68}.permission-groups label>input{flex:0 0 auto;margin-top:2px}.permission-groups label>span{min-width:0;display:grid;gap:4px}.permission-groups label strong{font-size:10px}.permission-groups label small{color:var(--muted);font-size:8px;line-height:1.45;overflow-wrap:anywhere}.audit-filter-bar{min-height:76px;display:grid;grid-template-columns:150px 170px 150px minmax(220px,1fr) auto auto;align-items:end;gap:9px;padding:11px 14px;border-bottom:1px solid var(--line)}.audit-filter-bar>label{min-width:0;display:grid;gap:5px}.audit-filter-bar>label>span{color:var(--muted);font-size:9px}.audit-filter-bar select,.audit-filter-bar input{width:100%;height:36px;padding:0 9px;color:var(--ink);background:#fff;border:1px solid #d8e0dc;border-radius:5px;font-size:10px}.audit-keyword>div{display:flex;align-items:center;gap:7px;padding-left:9px;border:1px solid #d8e0dc;border-radius:5px}.audit-keyword>div input{padding-left:0;border:0}.audit-keyword svg{flex:0 0 auto;color:#718078}.settings-audit-table{min-width:1260px}.audit-summary-cell{max-width:390px;line-height:1.55;white-space:normal}.audit-detail{display:grid;gap:18px;padding-top:4px}.audit-detail__headline{min-height:70px;display:flex;align-items:center;gap:11px;padding:12px 13px;background:#edf6f1;border:1px solid #d8e7df;border-radius:6px}.audit-detail__headline>span{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;color:#286149;background:#fff;border-radius:5px}.audit-detail__headline>div{min-width:0;flex:1;display:grid;gap:4px}.audit-detail__headline strong{font-size:11px}.audit-detail__headline small{color:var(--muted);font-size:9px}.audit-detail dl{display:grid;margin:0;border-top:1px solid var(--line)}.audit-detail dl>div{display:grid;grid-template-columns:110px minmax(0,1fr);gap:12px;padding:13px 4px;border-bottom:1px solid var(--line)}.audit-detail dt{color:var(--muted);font-size:9px}.audit-detail dd{min-width:0;margin:0;color:var(--ink);font-size:10px;line-height:1.6;overflow-wrap:anywhere}.audit-detail code{font-size:9px}.settings-pagination{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 14px;border-top:1px solid var(--line)}.settings-pagination>span{color:var(--muted);font-size:9px}.settings-pagination>div{display:flex;align-items:center;gap:9px}.settings-pagination strong{min-width:84px;font-size:10px;text-align:center}.audit-select-cell{width:48px;text-align:center}.audit-select-cell input,.audit-bulk-actions input{width:17px;height:17px;accent-color:var(--primary);cursor:pointer}.audit-select-cell svg{color:var(--muted);vertical-align:middle}.audit-bulk-actions{flex:1}.audit-bulk-actions label{display:inline-flex;align-items:center;gap:7px;color:var(--ink);font-size:10px;cursor:pointer}.audit-pagination-controls{margin-left:auto}.confirm-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:240;display:grid;place-items:center;padding:18px}.confirm-layer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;background:#11221c6b;border:0;cursor:default}.confirm-dialog{position:relative;z-index:1;width:min(440px,94vw);display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;padding:18px;background:#fff;border:1px solid #e2d8d6;border-radius:8px;box-shadow:0 20px 60px #2b181538}.confirm-dialog__icon{width:42px;height:42px;display:grid;place-items:center;color:#a23f38;background:#faeae8;border-radius:6px}.confirm-dialog h2,.confirm-dialog h3{margin:2px 0 7px;font-size:14px;letter-spacing:0}.confirm-dialog p{margin:0;color:var(--muted);font-size:10px;line-height:1.65}.confirm-dialog footer{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:8px;padding-top:8px}.confirm-dialog .button--danger{color:#fff;background:#a74740;border-color:#a74740}.confirm-dialog .button--danger:hover:not(:disabled){background:#923a34}.stock-shortage-dialog{position:relative;z-index:1;width:min(560px,94vw);background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 20px 60px #182d2438;overflow:hidden}.stock-shortage-dialog>header,.stock-shortage-dialog>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid var(--line)}.stock-shortage-dialog>header h2{margin:3px 0 0;font-size:20px}.stock-shortage-dialog>footer{justify-content:flex-end;border-top:1px solid var(--line);border-bottom:0}.stock-shortage-dialog__body{display:grid;gap:14px;padding:18px}.stock-shortage-dialog__body p{margin:0;color:var(--muted)}.stock-shortage-dialog__body ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.stock-shortage-dialog__body li{display:flex;justify-content:space-between;gap:16px;padding:11px 12px;background:#fff4f2;border-left:3px solid #c94b42}.stock-shortage-dialog__body li strong{color:#9a3e39;text-align:right}.stock-shortage-recommendations{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding-top:4px}.stock-shortage-recommendations>span{color:var(--muted)}.login-link-button{min-height:28px;display:inline-flex;align-items:center;justify-content:center;gap:5px;color:#557066;background:transparent;border:0;font-size:10px}.reset-demo-code{min-height:50px;display:flex;align-items:center;justify-content:space-between;padding:9px 11px;color:#315f4d;background:#edf6f1;border:1px solid #d8e7df;border-radius:6px}.reset-demo-code span{font-size:9px}.reset-demo-code strong{font-size:17px;letter-spacing:0}@media(max-width:1050px){.security-metrics{grid-template-columns:1fr 1fr}.security-split{grid-template-columns:1fr}.security-split>section:first-child{border-right:0;border-bottom:1px solid var(--line)}.settings-integration-grid{grid-template-columns:1fr}.settings-integration-panel:first-child{border-right:0;border-bottom:1px solid var(--line)}.report-automation-destinations{grid-template-columns:1fr}.report-automation-destinations article{min-height:88px;border-right:0;border-bottom:1px solid var(--line)}.report-automation-destinations article:last-child{border-bottom:0}.report-automation-run{align-items:stretch;flex-direction:column}.report-automation-run>div:last-child{display:grid;grid-template-columns:1fr 1fr}.wecom-notification-metrics{grid-template-columns:1fr 1fr}.wecom-notification-metrics article:nth-child(2){border-right:0}.wecom-notification-metrics article:nth-child(-n+2){border-bottom:1px solid var(--line)}.audit-filter-bar{grid-template-columns:repeat(3,minmax(0,1fr))}.audit-keyword{grid-column:span 2}}@media(max-width:760px){.security-drawer--employee{width:100vw}.employee-editor-context{align-items:flex-start}.employee-editor-context b{align-self:center}.employee-permission-editor>header{align-items:stretch;flex-direction:column}.permission-mode-toggle{justify-content:center}.permission-groups>section>div{grid-template-columns:1fr}.permission-groups label,.permission-groups label:nth-child(2n){border-right:0}.settings-pagination{align-items:flex-start;flex-direction:column}.settings-pagination>div{width:100%;justify-content:space-between}.settings-pagination .audit-bulk-actions{align-items:center;flex-wrap:wrap}.settings-pagination .audit-bulk-actions .button{width:auto}.confirm-dialog{grid-template-columns:38px minmax(0,1fr);padding:15px}.confirm-dialog__icon{width:38px;height:38px}}@media(max-width:760px){.security-metrics{grid-template-columns:1fr 1fr;gap:9px}.security-metrics article{min-height:86px;padding:11px}.security-metrics strong{font-size:15px}.security-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:8px 10px}.security-tabs button{justify-content:center}.system-settings-tabs{display:flex;overflow-x:auto;flex-wrap:nowrap}.system-settings-tabs button{flex:0 0 auto}.security-toolbar{align-items:flex-start;flex-direction:column}.security-toolbar .button{width:100%}.local-update-builder{margin:10px}.local-update-builder__header,.local-update-builder__body{padding:13px 12px}.local-update-builder__actions{align-items:stretch;flex-direction:column}.local-update-builder__actions .button{width:100%}.system-update-upload{padding:13px 10px}.system-update-actions{align-items:stretch;flex-direction:column}.system-update-actions .button{width:100%}.settings-organization-toolbar>div{width:100%}.settings-organization-toolbar>div .button{flex:1}.settings-form footer{align-items:stretch;flex-direction:column}.settings-form footer>div{display:grid;grid-template-columns:1fr}.settings-form footer .button{width:100%}.wecom-members-heading{align-items:flex-start;flex-direction:column;padding:12px 14px}.wecom-members-heading .row-actions{width:100%;margin-left:0}.wecom-members-heading .row-actions .button{flex:1}.wecom-member-list{grid-template-columns:1fr}.wecom-member-card:nth-child(odd){border-right:0}.wecom-member-meta{justify-items:start}.wecom-member-card>.icon-button{margin-left:auto}.report-automation-panel>header{align-items:flex-start}.report-automation-run>div:last-child{grid-template-columns:1fr}.report-automation-run .button{width:100%}.audit-filter-bar{grid-template-columns:1fr 1fr;align-items:end}.audit-keyword{grid-column:1 / -1}.audit-filter-bar>.button{width:100%}.audit-detail dl>div{grid-template-columns:1fr;gap:5px}.mfa-band{align-items:flex-start;flex-wrap:wrap}.mfa-band>div{min-width:calc(100% - 52px)}.mfa-band input{flex:1}.mfa-secret{grid-template-columns:1fr}.number-rule-list article{grid-template-columns:38px minmax(0,1fr)}.number-rule-list article code,.number-rule-list article .button{grid-column:2}.scope-options{grid-template-columns:1fr}}.ops-center-page{min-width:0}.ops-center-page .page-alert .icon-button{width:28px;height:28px;flex-basis:28px;margin-left:auto;color:#9a3e39;background:transparent;border-color:transparent}.ops-center-page .toast-notice{display:flex;align-items:center;gap:7px}.ops-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:10px}.ops-metrics article{min-height:98px;display:grid;align-content:center;gap:6px;padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:7px}.ops-metrics article.risk{border-left:3px solid #b95149}.ops-metrics span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:10px}.ops-metrics strong{font-size:13px}.ops-metrics small{color:#89948f;font-size:9px}.ops-workspace{min-height:670px;overflow:hidden}.ops-tabs{min-height:62px;display:flex;align-items:center;gap:3px;padding:10px 14px;border-bottom:1px solid var(--line)}.ops-tabs button{height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;color:#68766f;background:transparent;border:0;border-radius:5px;font-size:10px}.ops-tabs button.active{color:#185f45;background:#e8f3ed;font-weight:700}.ops-toolbar{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 15px;border-bottom:1px solid var(--line)}.ops-toolbar>span{color:var(--muted);font-size:10px}.ops-overview{display:grid}.ops-health-band{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid var(--line)}.ops-health-band>div{min-height:104px;display:grid;grid-template-columns:24px minmax(0,1fr);align-content:center;gap:4px 8px;padding:14px 16px;border-right:1px solid var(--line)}.ops-health-band>div:last-child{border-right:0}.ops-health-band svg{grid-row:1 / 4;color:#55746a}.ops-health-band span,.ops-health-band small{color:var(--muted);font-size:8px}.ops-health-band strong{font-size:14px}.ops-overview-grid{display:grid;grid-template-columns:1fr 1fr}.ops-overview-grid>section{min-width:0}.ops-overview-grid>section:first-child{border-right:1px solid var(--line)}.ops-overview-grid section>header{min-height:54px;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid var(--line)}.ops-overview-grid section>header strong{font-size:11px}.ops-overview-grid section>header button{color:#326e56;background:transparent;border:0;font-size:9px}.ops-request-feed,.ops-alert-feed{display:grid}.ops-request-feed article{min-height:62px;display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 14px;border-bottom:1px solid #edf0ee}.ops-request-feed article>div,.ops-alert-feed article>div{min-width:0;display:grid;gap:4px}.ops-request-feed strong,.ops-alert-feed strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.ops-request-feed small,.ops-alert-feed small{overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.ops-request-feed em{color:#52645c;font-size:9px;font-style:normal}.ops-alert-feed article{min-height:66px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 14px;border-bottom:1px solid #edf0ee}.ops-alert-feed article>span,.ops-alert-list article>span{width:32px;height:32px;display:grid;place-items:center;border-radius:6px}.severity-info{color:#416c86;background:#eaf1f5}.severity-warning{color:#8a611d;background:#fff4df}.severity-critical{color:#9a403a;background:#fff0ef}.ops-request-table{min-width:1120px}.ops-request-table td.durationRisk{color:#aa4a43;font-weight:700}.ops-request-table td code,.ops-backup-table td code{font-size:9px}.ops-alert-list{display:grid}.ops-alert-list article{min-height:86px;display:grid;grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;gap:11px;padding:12px 15px;border-bottom:1px solid #e8ecea}.ops-alert-list article>div{min-width:0;display:grid;gap:5px}.ops-alert-list strong{font-size:11px}.ops-alert-list p{margin:0;color:#53645c;font-size:9px;line-height:1.5}.ops-alert-list small{color:var(--muted);font-size:8px}.ops-backup-table{min-width:1120px}.baseline-heading{min-height:88px;display:flex;align-items:center;gap:13px;padding:13px 16px;border-bottom:1px solid var(--line);border-left:4px solid}.baseline-heading>div{display:grid;gap:4px}.baseline-heading span{color:var(--muted);font-size:9px}.baseline-heading strong{font-size:13px}.baseline-heading small{margin-left:auto;color:var(--muted);font-size:9px}.baseline-pass{color:#176847;border-left-color:#24865f}.baseline-warn{color:#8b5e14;border-left-color:#b47c1d}.baseline-fail{color:#9c3f39;border-left-color:#ba5149}.ops-baseline-list{display:grid;grid-template-columns:1fr 1fr}.ops-baseline-list article{min-height:88px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:9px;padding:11px 14px;border-bottom:1px solid #edf0ee}.ops-baseline-list article:nth-child(odd){border-right:1px solid #edf0ee}.ops-baseline-list article>div{min-width:0;display:grid;gap:3px}.ops-baseline-list strong{font-size:10px}.ops-baseline-list small{color:var(--muted);font-size:8px}.ops-baseline-list p{margin:2px 0 0;color:#54655d;font-size:8px;line-height:1.45}.ops-baseline-list em{grid-column:3;color:#a04a43;font-size:8px;font-style:normal}@media(max-width:1080px){.ops-metrics,.ops-health-band{grid-template-columns:1fr 1fr}.ops-health-band>div:nth-child(2){border-right:0}.ops-health-band>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.ops-overview-grid{grid-template-columns:1fr}.ops-overview-grid>section:first-child{border-right:0;border-bottom:1px solid var(--line)}}@media(max-width:760px){.ops-metrics{grid-template-columns:1fr 1fr;gap:9px}.ops-metrics article{min-height:86px;padding:11px}.ops-metrics strong{font-size:15px}.ops-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:8px 10px}.ops-tabs button{justify-content:center}.ops-tabs button:last-child:nth-child(odd){grid-column:1 / -1}.ops-toolbar{align-items:flex-start;flex-direction:column}.ops-toolbar .button{width:100%}.ops-health-band>div{min-height:92px;padding:11px}.ops-alert-list article{grid-template-columns:34px minmax(0,1fr)}.ops-alert-list article .status-pill,.ops-alert-list article .button{grid-column:2}.baseline-heading{align-items:flex-start;flex-wrap:wrap}.baseline-heading small{width:100%;margin-left:35px}.ops-baseline-list{grid-template-columns:1fr}.ops-baseline-list article:nth-child(odd){border-right:0}}.drawer{width:min(960px,98vw)}.drawer__header{min-height:92px;padding:18px 28px}.drawer__header .eyebrow{font-size:13px}.drawer__header h2{font-size:28px}.drawer__body{padding:0 28px 32px;font-size:13px;line-height:1.5}.drawer__body :where(label,p,span,small,strong,em,code,button){font-size:13px;letter-spacing:0}.drawer .drawer__body :is(label,p,span,small,strong,em,code,button){font-size:13px;letter-spacing:0}.drawer__body .form-section h3,.drawer__body .section-title-row h3{font-size:26px;line-height:1.3}.drawer__body .form-error,.drawer__body .empty-inline{font-size:13px;line-height:1.5}.drawer__body .form-grid{gap:18px}.drawer__body .field{gap:9px}.drawer__body input:not([type=checkbox]):not([type=radio]):not([type=range]),.drawer__body select,.drawer__body textarea{min-height:56px;padding:0 14px;font-size:13px;line-height:1.4}.drawer__body textarea{min-height:140px;padding-top:12px;padding-bottom:12px}.drawer__body input[type=checkbox],.drawer__body input[type=radio]{width:22px;height:22px;flex:0 0 22px}.drawer__body button:not(.icon-button){min-height:48px;padding-right:14px;padding-left:14px}.drawer__body .check-grid label,.drawer__body .check-field,.drawer__body .scope-options label{min-height:58px;height:auto;gap:10px;padding:8px 14px;font-size:13px}.drawer__body .segmented-control{width:280px;height:56px;padding:4px}.drawer__body .segmented-control button{font-size:13px}.drawer__body .barcode-row{grid-template-columns:32px minmax(0,1fr) 170px 42px;gap:10px}.drawer__footer{min-height:82px;padding:14px 28px}.drawer__footer .button{min-height:48px;padding:0 20px;font-size:18px}@media(max-width:760px){.drawer{width:100vw;max-width:100vw}.drawer__header{min-height:84px;padding:14px 18px}.drawer__body{padding:0 18px 28px}.drawer__body .form-grid,.drawer__body .check-grid{grid-template-columns:1fr}.drawer__body .barcode-row{grid-template-columns:32px minmax(0,1fr) 42px}.drawer__body .barcode-row select{grid-column:2}.drawer__body .barcode-row .icon-button{grid-column:3;grid-row:1}.drawer__footer{padding:12px 18px}}.data-table thead th{height:64px;padding:0 16px;font-size:13px;line-height:1.35}.data-table thead th :is(span,strong,small,code){font-size:13px;letter-spacing:0}.data-table tbody td{height:88px;padding:12px 16px;font-size:13px;line-height:1.4}.data-table tbody td strong,.data-table tbody td b,.data-table tbody td span:not(.status-pill__dot),.data-table tbody td p,.data-table tbody td a,.data-table tbody td label{font-size:13px;letter-spacing:0}.data-table tbody td small,.data-table tbody td code,.data-table tbody td em{font-size:13px;letter-spacing:0}.data-table tbody td .status-pill{gap:8px;padding:7px 10px;font-size:13px}.data-table tbody td .status-pill__dot{width:8px;height:8px}.data-table tbody td .button,.data-table tbody td button{min-height:44px;padding-right:12px;padding-left:12px;font-size:13px}.data-table tbody td .role-select{height:44px;font-size:18px}.data-table tbody td .barcode-value{padding:6px 8px;font-size:13px}.table-footer{min-height:72px;height:auto;font-size:13px}.drawer.category-drawer{width:min(700px,96vw)}.category-drawer__body{display:flex;flex-direction:column}.category-create-form{padding:22px 0;border-bottom:1px solid var(--line)}.category-create-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.category-list{display:grid}.category-row{min-height:84px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #e9eeeb}.category-row__icon{width:42px;height:42px;display:grid;place-items:center;color:#246c50;background:#e9f4ee;border-radius:6px}.category-row__info{min-width:0;display:grid;gap:3px}.category-row__info small{color:var(--muted);font-size:11px}.category-row__edit{min-width:0}.category-row__edit input{width:100%;height:34px;padding:0 8px;border:1px solid #b8ccc0;border-radius:5px;font-size:13px}.category-row__actions{display:flex;gap:8px}.category-row__actions select{max-width:170px;height:32px;padding:0 6px;border:1px solid #b8ccc0;border-radius:5px;font-size:11px}.category-empty{min-height:220px;display:grid;place-items:center;align-content:center;gap:10px;color:var(--muted)}@media(max-width:760px){.drawer.category-drawer{width:100vw}.category-create-row{grid-template-columns:1fr}.category-create-row .button{width:100%}}.quick-order-page{min-width:0}.quick-order-tabs{min-height:58px;display:flex;align-items:center;gap:4px;margin-bottom:14px;padding:8px;background:#fff;border:1px solid var(--line);border-radius:8px;overflow-x:auto}.quick-order-tabs button{min-width:132px;height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;color:#64726c;background:transparent;border:0;border-radius:6px;font-size:13px;white-space:nowrap}.quick-order-tabs button.active{color:#155f44;background:#e6f3ec;font-weight:700}.quick-order-entry-tabs{display:flex;gap:4px;width:fit-content;margin:0 0 14px;padding:4px;border:1px solid var(--line);border-radius:6px;background:#f5f8f6}.quick-order-entry-tabs button{padding:8px 15px;border:0;border-radius:4px;background:transparent;color:#5d6d66;cursor:pointer;font-weight:600}.quick-order-entry-tabs button.active{background:#176f55;color:#fff;box-shadow:0 1px 2px #0f41302e}.quick-order-workspace{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.65fr);align-items:start;gap:16px}.quick-order-form,.quick-order-result,.order-track-search,.order-track-result{overflow:hidden}.quick-order-form>header,.quick-order-result>header,.order-track-search>header,.order-track-result>header{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid var(--line)}.quick-order-form header h3,.quick-order-result header h3,.order-track-search header h3,.order-track-result header h3{margin:0;font-size:16px}.quick-order-form header p,.quick-order-result header p,.order-track-search header p,.order-track-result header p{margin:4px 0 0;color:var(--muted);font-size:12px}.quick-order-fields{padding:18px}.quick-party-field{position:relative;z-index:5}.quick-party-input{height:42px;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:7px;padding:0 11px;background:#fff;border:1px solid #cfd9d4;border-radius:6px}.quick-party-input:focus-within{border-color:#257657;box-shadow:0 0 0 3px #e1f0e9}.quick-party-input svg{color:#718078}.quick-party-input input{min-width:0;height:38px;padding:0;border:0;outline:0;font-size:13px}.quick-party-options{position:absolute;z-index:20;top:calc(100% - 13px);left:0;right:0;max-height:300px;padding:5px;overflow-y:auto;background:#fff;border:1px solid #cfd9d4;border-radius:6px;box-shadow:0 12px 30px #142f2429}.quick-party-options button{width:100%;min-height:52px;display:grid;grid-template-columns:42px minmax(0,1fr);gap:2px 8px;align-items:center;padding:8px;color:#24332d;background:transparent;border:0;border-radius:5px;text-align:left}.quick-party-options button:hover,.quick-party-options button[aria-selected=true]{background:#edf6f1}.quick-party-options strong{min-width:0;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.quick-party-options small{grid-column:2;min-width:0;overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.party-type{grid-row:1 / 3;width:38px;height:24px;display:grid;place-items:center;color:#23694f;background:#e3f2ea;border-radius:4px;font-size:10px;font-weight:700}.party-type--member{color:#7a551d;background:#fff2d9}.quick-party-empty{padding:16px 10px;color:var(--muted);font-size:12px;text-align:center}.quick-party-selected{color:#217052!important;font-size:11px!important}.quick-invoice-toggle{min-height:42px;padding:0 12px;border:1px solid #d9e2dd;border-radius:6px}.quick-order-lines{padding:18px;border-top:1px solid var(--line)}.quick-order-lines-heading{align-items:flex-start;gap:16px}.section-title-row>.quick-order-line-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.quick-barcode-entry{width:min(310px,34vw);height:38px;display:grid;grid-template-columns:20px minmax(0,1fr) 34px;align-items:center;gap:5px;padding-left:10px;color:#557067;background:#fff;border:1px solid #cfd9d4;border-radius:6px}.quick-barcode-entry:focus-within{border-color:#257657;box-shadow:0 0 0 3px #e1f0e9}.quick-barcode-entry.has-error{border-color:#bd5c4c;box-shadow:0 0 0 3px #fbe8e4}.quick-barcode-entry input{min-width:0;height:34px;padding:0;border:0;outline:0;font-size:12px}.quick-barcode-entry .icon-button{width:34px;height:36px;border-width:0 0 0 1px;border-radius:0}.quick-barcode-error{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin:-5px 0 6px;color:#a44134;font-size:11px}.quick-order-line-scroll{overflow-x:auto}.quick-order-line-head,.quick-order-line{min-width:880px;display:grid;grid-template-columns:minmax(360px,2.5fr) 78px 108px 88px 112px 38px;gap:8px}.quick-order-line-head{align-items:center;min-height:34px;margin-top:10px;padding:0 0 7px;color:#68766f;border-bottom:1px solid #dce4e0;font-size:11px;font-weight:700}.quick-order-line-head span:last-child{text-align:center}.quick-order-line{align-items:center;padding:11px 0;border-bottom:1px solid #e9eeeb}.quick-order-line .field{min-width:0}.quick-order-line .field>span:first-child{display:none}.quick-line-product{align-self:stretch}.quick-line-product-picker{min-width:0;display:grid;grid-template-columns:minmax(150px,.8fr) minmax(220px,1.2fr);gap:7px}.quick-line-product-picker select{min-width:0;font-size:13px}.quick-product-identity{min-width:0;display:grid;gap:3px;margin-top:7px;padding:7px 9px;background:#f4f8f6;border-left:3px solid #3e8569}.quick-product-identity strong{color:#183d30;font-size:13px;line-height:1.45;overflow-wrap:anywhere}.quick-product-identity small{color:var(--muted);font-size:13px;line-height:1.4;overflow-wrap:anywhere}.quick-product-facts{min-width:0;display:grid;gap:4px}.quick-product-facts strong{color:#27664e;font-size:13px;line-height:1.4;overflow-wrap:anywhere}.quick-product-facts small{color:var(--muted);font-size:13px;line-height:1.4;overflow-wrap:anywhere}.quick-product-facts.is-warning strong{color:#a15a1a}.quick-tax-disabled{height:42px;display:grid;place-items:center;color:#7b8982;background:#f3f6f4;border:1px solid #dce3df;border-radius:6px;font-size:12px}.quick-line-amount{display:grid;gap:4px}.quick-line-amount>span{display:none;color:var(--muted);font-size:11px}.quick-line-amount strong{color:#155f44;font-size:13px;white-space:nowrap}.quick-line-amount small{font-size:10px;white-space:nowrap}.quick-order-form>footer{min-height:70px;display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:12px 18px;background:#fafcfb;border-top:1px solid var(--line)}.quick-order-total{display:flex;align-items:center;gap:22px;margin-right:auto}.quick-order-total>div{display:grid;gap:3px}.quick-order-total span{color:var(--muted);font-size:10px}.quick-order-total strong{color:#155f44;font-size:15px;white-space:nowrap}.quick-order-result{min-height:520px;display:flex;align-items:center;flex-direction:column;gap:13px;padding-bottom:22px;text-align:center}.quick-order-result>header{width:100%;align-self:stretch;text-align:left}.quick-order-result>strong{font-size:16px}.quick-order-result>span{color:#176447;font-size:18px;font-weight:700}.order-qr-image{display:block;max-width:100%;height:auto;padding:7px;background:#fff;border:1px solid #dce4df;border-radius:6px}.quick-order-result .order-qr-image{margin-top:10px}.quick-order-placeholder{min-height:280px;display:grid;place-items:center;align-content:center;gap:9px;color:#82908a;text-align:center}.quick-order-placeholder strong{color:#405048;font-size:15px}.quick-order-placeholder span{font-size:12px}.order-track-workspace{display:grid;grid-template-columns:minmax(310px,.75fr) minmax(0,1.55fr);align-items:start;gap:16px}.order-code-input{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px;margin:18px;padding-left:12px;border:1px solid #d6dfda;border-radius:6px;overflow:hidden}.order-code-input>svg{color:#6e7d76}.order-code-input input{min-width:0;height:44px;border:0;outline:0;font-size:14px}.order-code-input .button{height:44px;border-radius:0}.order-qr-scanner{margin:0 18px 18px;overflow:hidden;background:#f3f6f4;border:1px dashed #bccac3;border-radius:7px}.order-qr-scanner video{width:100%;aspect-ratio:4 / 3;display:none;object-fit:cover;background:#17241f}.order-qr-scanner.active video{display:block}.order-qr-scanner__actions{display:flex;justify-content:center;padding:14px}.order-qr-scanner .form-error{margin:0 14px 14px}.order-track-result{min-height:490px}.order-track-result>header{align-items:flex-start}.order-track-result>header>div>span{color:#8a5d19;font-size:12px;font-weight:700}.order-track-result>header .order-qr-image{flex:0 0 auto}.order-workflow-diagram{display:grid;grid-template-columns:repeat(6,minmax(90px,1fr));gap:0;padding:30px 20px 34px;overflow-x:auto}.order-workflow-step{position:relative;min-width:90px;display:grid;justify-items:center;align-content:start;gap:10px;text-align:center}.order-workflow-step__marker{position:relative;z-index:2;width:48px;height:48px;display:grid;place-items:center;color:#87948e;background:#f3f6f4;border:2px solid #d8e0dc;border-radius:50%}.order-workflow-step.is-completed .order-workflow-step__marker{color:#fff;background:#247f5d;border-color:#247f5d}.order-workflow-step.is-current .order-workflow-step__marker{color:#875a14;background:#fff5df;border-color:#c58a2d;box-shadow:0 0 0 5px #fff8e9}.order-workflow-step__content{min-width:0;display:grid;gap:4px}.order-workflow-step__content strong{font-size:13px}.order-workflow-step__content span{color:#53635b;font-size:12px}.order-workflow-step__content small{color:#87938d;font-size:11px}.order-workflow-step.is-current .order-workflow-step__content strong{color:#895b13}.order-workflow-step__line{position:absolute;z-index:1;top:23px;left:calc(50% + 24px);width:calc(100% - 48px);height:2px;background:#dce3df}.order-workflow-step.is-completed .order-workflow-step__line{background:#66a98c}.sales-workflow-band{display:grid;grid-template-columns:repeat(5,minmax(0,1fr) 16px) minmax(0,1fr);align-items:center;gap:4px;padding:16px;background:#f8faf9;border-bottom:1px solid var(--line);overflow-x:auto}.sales-workflow-band>div{min-width:114px;display:grid;grid-template-columns:28px 1fr;align-items:center;gap:2px 8px}.sales-workflow-band>div>span{grid-row:1 / 3;width:28px;height:28px;display:grid;place-items:center;color:#fff;background:#277c5c;border-radius:50%;font-size:11px;font-weight:700}.sales-workflow-band strong{font-size:12px}.sales-workflow-band small{color:var(--muted);font-size:10px}.sales-workflow-band>i{height:1px;background:#bdcbc4}.sales-workflow-band--unified{grid-template-columns:repeat(3,minmax(0,1fr) 16px) minmax(0,1fr)}.quick-sales-orders{position:relative;overflow:hidden}.quick-sales-orders>.page-alert{margin:12px 16px 0}.quick-sales-orders__header{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border-bottom:1px solid var(--line)}.quick-sales-orders__header h3{margin:3px 0;font-size:18px}.quick-sales-orders__header p{margin:0;color:var(--muted);font-size:12px}.order-filter-tabs{min-height:56px}.order-filter-count{min-width:20px;height:20px;display:inline-grid;place-items:center;padding:0 5px;color:#54625c;background:#edf1ef;border-radius:10px;font-size:10px}.order-filter-tabs>button.active .order-filter-count{color:#155f44;background:#d1e7db}.order-filter-summary{margin-left:auto;display:inline-flex;align-items:center;gap:6px;color:#176447;font-size:11px;font-weight:700;white-space:nowrap}.quick-sales-orders__table{min-width:1080px}.workflow-qr-summary{display:grid;grid-template-columns:190px minmax(0,1fr);align-items:center;gap:20px;margin-bottom:20px;padding:18px;background:#f7faf8;border:1px solid var(--line);border-radius:6px}.workflow-qr-summary>div{display:grid;gap:7px}.workflow-qr-summary span,.workflow-qr-summary small{color:var(--muted);font-size:12px}.workflow-qr-summary strong{font-size:22px}.workflow-drawer{width:min(780px,96vw)}.workflow-drawer__body{padding-top:20px}.workflow-order-summary{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-bottom:18px;padding:15px 0;border-bottom:1px solid var(--line)}.workflow-order-summary>div{display:grid;gap:6px}.workflow-order-summary span{color:var(--muted);font-size:11px}.workflow-order-summary strong{font-size:14px}.workflow-drawer__body>.order-qr-image{margin:0 auto}.workflow-scan-tip{max-width:540px;margin:12px auto 0;color:var(--muted);font-size:12px;line-height:1.65;text-align:center}.dashboard-order-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr) 18px) minmax(0,1fr);align-items:center;padding:24px 18px 28px}.dashboard-order-flow>a{min-width:0;display:grid;justify-items:center;gap:6px;text-align:center}.dashboard-order-flow>a>span{width:42px;height:42px;display:grid;place-items:center;color:#1c6b4d;background:#e4f2eb;border:1px solid #c9dfd3;border-radius:50%}.dashboard-order-flow>a:hover>span{color:#fff;background:#227a58}.dashboard-order-flow strong{font-size:12px}.dashboard-order-flow b{color:#195f45;font-size:20px}.dashboard-order-flow small{color:var(--muted);font-size:10px}.dashboard-order-flow>i{height:1px;background:#bfcac4}.dashboard-finance-summary{display:grid;gap:0;padding:7px 17px}.dashboard-finance-summary>div{min-height:92px;display:grid;align-content:center;gap:6px;border-bottom:1px solid #e9eeeb}.dashboard-finance-summary>div:last-child{border:0}.dashboard-finance-summary span{color:var(--muted);font-size:11px}.dashboard-finance-summary strong{font-size:20px}.dashboard-finance-summary small{color:#7e8c85;font-size:10px}.sales-visual-board{margin-bottom:16px;background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}.sales-visual-board__header{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 17px;border-bottom:1px solid var(--line)}.sales-visual-board__header>div{display:grid;gap:4px}.sales-visual-board__header h3,.daily-sales-section__heading h3{margin:0;font-size:15px}.sales-visual-board__header p,.daily-sales-section__heading p{margin:0;color:var(--muted);font-size:10px}.sales-period-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.sales-period-card{min-width:0;padding:16px;border-right:1px solid var(--line)}.sales-period-card:last-child{border-right:0}.sales-period-card>header{min-height:42px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:14px}.sales-period-card>header>div{min-width:0;display:grid;gap:4px}.sales-period-card>header span{font-size:12px;font-weight:700}.sales-period-card>header small{color:var(--muted);font-size:9px;white-space:nowrap}.sales-period-card>header svg{flex:0 0 auto;color:#467462}.sales-compare-row{display:grid;gap:7px;padding:9px 0}.sales-compare-row+.sales-compare-row{border-top:1px solid #edf0ee}.sales-compare-row>div{display:grid;grid-template-columns:1fr auto;align-items:baseline;gap:4px 8px}.sales-compare-row span{color:#4f5f57;font-size:10px}.sales-compare-row strong{overflow-wrap:anywhere;font-size:13px;text-align:right}.sales-compare-row small{grid-column:1 / -1;color:#87938d;font-size:9px}.sales-compare-row>i{height:5px;display:block;background:#edf1ef;border-radius:3px;overflow:hidden}.sales-compare-row>i>b{height:100%;display:block;border-radius:3px;transition:width .25s ease}.sales-compare-row--longji>i>b{background:#23805d}.sales-compare-row--other>i>b{background:#b47b23}.sales-dashboard-empty{grid-column:1 / -1;min-height:180px;display:grid;place-items:center;color:var(--muted);font-size:11px}.daily-sales-section{margin-bottom:16px}.daily-sales-section__heading{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 2px}.daily-sales-section__heading>div{display:grid;gap:4px}.daily-sales-filters{display:flex;align-items:end;gap:8px;flex-wrap:wrap}.daily-sales-filters label{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:3px 5px;color:var(--muted);font-size:9px}.daily-sales-filters label span{grid-column:1 / -1}.daily-sales-filters label svg{display:none}.daily-sales-filters input{width:128px;height:34px;padding:0 8px;color:var(--ink);background:#fff;border:1px solid #d5ddd8;border-radius:5px;outline:0;font-size:11px}.daily-sales-filters input:focus{border-color:#5e9a80;box-shadow:0 0 0 2px #e7f2ed}.daily-sales-filters__separator{padding-bottom:9px;color:var(--muted);font-size:11px}.daily-sales-report{margin-bottom:12px;overflow:hidden}.daily-sales-report:last-child{margin-bottom:0}.daily-sales-report__header{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 15px;border-bottom:1px solid var(--line)}.daily-sales-report__header>div:first-child{display:grid;gap:4px}.daily-sales-report__header h3{margin:0;font-size:13px}.daily-sales-report__header p{margin:0;color:var(--muted);font-size:9px}.daily-sales-report__actions{display:flex;align-items:center;gap:7px}.daily-sales-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid var(--line)}.daily-sales-summary>div{min-height:68px;display:grid;align-content:center;gap:5px;padding:10px 15px;border-right:1px solid var(--line)}.daily-sales-summary>div:last-child{border-right:0}.daily-sales-summary span{color:var(--muted);font-size:9px}.daily-sales-summary strong{overflow-wrap:anywhere;font-size:14px}.daily-sales-table-scroll{min-height:0}.daily-sales-table{min-width:920px}.daily-sales-table td{height:54px}.daily-sales-empty{height:130px}@media(max-width:1080px){.quick-order-workspace,.order-track-workspace{grid-template-columns:1fr}.quick-order-result{min-height:420px}.dashboard-order-flow{overflow-x:auto}.dashboard-order-flow>a{min-width:105px}.sales-period-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sales-period-card:nth-child(2n){border-right:0}.sales-period-card:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media(max-width:760px){.quick-order-tabs{display:grid;grid-template-columns:1fr}.quick-order-tabs button{width:100%}.quick-order-lines-heading{align-items:stretch;flex-direction:column}.section-title-row>.quick-order-line-actions{width:100%;justify-content:stretch}.quick-barcode-entry{width:auto;flex:1}.quick-order-line-head{display:none}.quick-order-line{min-width:0;grid-template-columns:1fr 1fr 42px;align-items:end;padding:15px 0}.quick-order-line>.field:first-child{grid-column:1 / -1}.quick-order-line .field>span:first-child,.quick-line-amount>span{display:block}.quick-line-product-picker{grid-template-columns:minmax(130px,.8fr) minmax(180px,1.2fr)}.quick-line-amount{align-self:center}.quick-order-line>.icon-button{align-self:end}.quick-order-fields{grid-template-columns:1fr}.quick-order-fields .field--full{grid-column:auto}.quick-order-form>footer{flex-wrap:wrap}.quick-order-total{width:100%;align-items:flex-start;flex-direction:column;gap:8px}.order-code-input{grid-template-columns:22px minmax(0,1fr);padding:8px 10px}.order-code-input .button{grid-column:1 / -1;width:100%;border-radius:6px}.order-workflow-diagram{grid-template-columns:1fr;gap:0;padding:22px 18px;overflow:visible}.order-workflow-step{min-height:104px;grid-template-columns:48px minmax(0,1fr);justify-items:start;align-items:start;gap:14px;text-align:left}.order-workflow-step__content{padding-top:3px}.order-workflow-step__line{top:48px;left:23px;width:2px;height:56px}.workflow-order-summary{grid-template-columns:1fr}.sales-workflow-band{grid-template-columns:repeat(6,124px);gap:10px}.sales-workflow-band--unified{grid-template-columns:repeat(4,138px)}.sales-workflow-band>i{display:none}.dashboard-order-flow{grid-template-columns:repeat(4,110px);gap:8px}.dashboard-order-flow>i{display:none}.quick-sales-orders__header{align-items:flex-start;flex-direction:column}.quick-sales-orders__header .button{width:100%}.order-filter-tabs{grid-template-columns:1fr 1fr}.order-filter-summary{grid-column:1 / -1;justify-content:center;margin:4px 0 0}.workflow-qr-summary{grid-template-columns:1fr;justify-items:center;text-align:center}.sales-visual-board__header{min-height:66px}.sales-period-grid{grid-template-columns:1fr}.sales-period-card{border-right:0;border-bottom:1px solid var(--line)}.sales-period-card:nth-child(-n+2){border-bottom:1px solid var(--line)}.sales-period-card:last-child{border-bottom:0}.daily-sales-report__header{align-items:flex-start;flex-direction:column}.daily-sales-section__heading{align-items:stretch;flex-direction:column}.daily-sales-filters{align-items:stretch;display:grid;grid-template-columns:1fr 12px 1fr auto}.daily-sales-filters input{width:100%}.daily-sales-filters .button{align-self:end}.daily-sales-report__actions{width:100%}.daily-sales-report__actions .button{flex:1}.daily-sales-summary{grid-template-columns:1fr 1fr}.daily-sales-summary>div:nth-child(2n){border-right:0}.daily-sales-summary>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.order-track-result>header{align-items:center}.order-track-result>header .order-qr-image{width:78px;height:78px}}.membership-page{min-width:0}.page-heading__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.membership-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px;margin-bottom:16px}.membership-metrics article{min-height:104px;display:grid;align-content:center;gap:6px;padding:15px 16px;background:#fff;border:1px solid var(--line);border-radius:7px}.membership-metrics article:nth-child(3){border-top:3px solid #b7802c}.membership-metrics article:nth-child(4){border-top:3px solid #52758c}.membership-metrics article:nth-child(5){border-top:3px solid #7e5362}.membership-metrics span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:11px}.membership-metrics strong{font-size:20px;line-height:1.25}.membership-metrics small{color:#89958f;font-size:10px}.membership-panel{overflow:hidden}.membership-tabs{min-height:62px;display:flex;align-items:center;gap:3px;padding:10px 14px;border-bottom:1px solid var(--line);overflow-x:auto}.membership-tabs>button:not(.membership-tab-command){height:38px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;color:#68766f;background:transparent;border:0;border-radius:5px;font-size:12px;white-space:nowrap}.membership-tabs>button:not(.membership-tab-command):hover{background:#f2f5f3}.membership-tabs>button.active{color:#175f45;background:#e8f3ed;font-weight:700}.membership-tabs>button small{min-width:20px;padding:2px 5px;color:#68766f;background:#eef2f0;border-radius:4px;font-size:10px;text-align:center}.membership-tab-command{margin-left:auto}.membership-toolbar{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 14px;border-bottom:1px solid var(--line)}.membership-toolbar label{width:min(430px,100%);display:flex;align-items:center;gap:8px;padding:0 11px;color:var(--muted);border:1px solid #d6dfda;border-radius:6px}.membership-toolbar input{width:100%;height:38px;border:0;outline:0;font-size:12px}.membership-toolbar select{width:132px;height:40px;padding:0 10px;border:1px solid #d6dfda;border-radius:6px;background:#fff;font-size:12px}.membership-table{min-width:1120px}.consumption-table{min-width:1260px}.member-identity{min-width:205px;display:flex;align-items:center;gap:10px}.member-identity>span,.member-action-summary>span{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;color:#206d50;background:#e6f3ec;border-radius:6px;font-size:13px;font-weight:700}.member-identity>div,.member-action-summary>div{min-width:0;display:grid;gap:4px}.member-identity strong{font-size:13px}.member-identity small{color:var(--muted);font-size:11px}.member-assets{display:grid;gap:5px}.member-assets span{display:inline-flex;align-items:center;gap:5px;color:#45564e;font-size:12px}.member-assets span:first-child{color:#8a631f}.member-row-actions{min-width:295px;display:flex;align-items:center;justify-content:flex-end;gap:6px}.membership-drawer{width:min(820px,96vw)}.member-action-summary{min-height:78px;display:flex;align-items:center;gap:12px;margin-top:18px;padding:12px 14px;color:#315f4d;background:#edf6f1;border:1px solid #d7e7df;border-radius:6px}.member-action-summary strong{font-size:14px}.member-action-summary small{color:#64756d;font-size:12px}.toggle-field{min-height:58px;display:flex;align-items:center;gap:10px;padding:0 14px;background:#f7faf8;border:1px solid #dbe4df;border-radius:6px}.member-consumption-lines{display:grid;gap:10px}.member-consumption-line{display:grid;grid-template-columns:minmax(180px,1.5fr) 105px 80px 100px 110px 44px;align-items:center;gap:9px;padding-bottom:10px;border-bottom:1px solid #e8eeea}.member-consumption-line select,.member-consumption-line input{min-width:0}.member-line-prices{display:grid;gap:3px;color:#526159;font-size:10px}.member-line-prices small{color:var(--muted);font-size:9px}.member-line-profit{font-size:10px;font-weight:700;white-space:nowrap}.member-checkout-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;margin-top:20px;background:#dfe7e2;border:1px solid #dfe7e2;border-radius:6px;overflow:hidden}.member-checkout-summary>div{min-height:76px;display:grid;align-content:center;gap:5px;padding:10px 12px;background:#fff}.member-checkout-summary span{color:var(--muted);font-size:11px}.member-checkout-summary strong{font-size:15px}.member-checkout-summary .total{color:#145d42;background:#edf6f1}.member-checkout-summary .total strong{font-size:19px}@media(max-width:1120px){.membership-metrics,.member-checkout-summary{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.membership-heading{flex-direction:column}.page-heading__actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.page-heading__actions .button:last-child{grid-column:1 / -1}.membership-metrics{grid-template-columns:1fr 1fr;gap:8px}.membership-metrics article{min-height:94px;padding:12px}.membership-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;overflow:visible}.membership-tabs>button:not(.membership-tab-command){justify-content:center}.membership-tab-command{width:100%;margin:4px 0 0;grid-column:1 / -1}.membership-toolbar{align-items:stretch;flex-direction:column}.membership-toolbar label,.membership-toolbar select{width:100%}.membership-drawer{width:100vw}.member-consumption-line{grid-template-columns:1fr 1fr 44px}.member-consumption-line select,.member-line-prices{grid-column:1 / -1}.member-checkout-summary{grid-template-columns:1fr 1fr}.member-checkout-summary .total{grid-column:1 / -1}}.procurement-flow{min-height:72px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr) 28px) minmax(0,1fr);align-items:center;gap:5px;margin-bottom:14px;padding:12px 16px;background:#fff;border:1px solid var(--line);border-radius:7px;overflow-x:auto}.procurement-flow>div{min-width:142px;display:flex;align-items:center;gap:9px}.procurement-flow>div>span{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;color:#fff;background:#257757;border-radius:50%;font-size:11px;font-weight:700}.procurement-flow strong{font-size:12px;white-space:nowrap}.procurement-flow>i{height:1px;background:#bdcac4}.procurement-row-actions{min-width:420px;display:flex;align-items:center;justify-content:flex-end;gap:6px}.procurement-detail-row{cursor:pointer}.procurement-detail-row:hover td{background:#f2f8f4}.procurement-detail-row:focus-visible td{background:#e8f3ed;outline:2px solid #2d8765;outline-offset:-2px}.procurement-inventory-toolbar{min-height:60px;display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:10px 14px;border-bottom:1px solid var(--line)}.procurement-inventory-toolbar .inventory-search{margin-right:auto}.procurement-inventory-toolbar select{min-width:170px;height:40px;padding:0 10px;background:#fff;border:1px solid #d7dfda;border-radius:6px;font-size:12px}.purchase-order-total{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;color:#1a6046;background:#edf6f1;border:1px solid #d8e7df;border-radius:6px}.purchase-order-total span{color:#607068;font-size:12px}.purchase-order-total strong{font-size:17px}.purchase-line--simple-order{grid-template-columns:minmax(220px,1.7fr) minmax(110px,.65fr) minmax(120px,.75fr) minmax(100px,.55fr) 42px;align-items:center}.purchase-line-total{color:#245f49;font-size:13px;text-align:right;white-space:nowrap}.purchase-detail-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:20px;padding:0;background:#e0e8e3;border:1px solid #e0e8e3;border-radius:6px;overflow:hidden}.purchase-detail-summary>div{min-height:82px;display:grid;align-content:center;gap:6px;padding:12px 14px;background:#fff}.purchase-detail-summary span{color:var(--muted);font-size:11px}.purchase-detail-summary strong{font-size:14px}.purchase-detail-table{min-width:720px}.supplier-detail-drawer{width:min(900px,96vw)}.drawer-subtitle{margin:4px 0 0;color:var(--muted);font-size:10px}.supplier-detail-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 0 14px;color:var(--muted);font-size:10px}.supplier-detail-actions>div{display:flex;gap:7px}.supplier-detail-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-bottom:18px;overflow:hidden;background:#dce7e1;border:1px solid #dce7e1;border-radius:6px}.supplier-detail-summary>div{min-height:78px;display:grid;align-content:center;gap:5px;padding:12px 13px;background:#fff}.supplier-detail-summary span{color:var(--muted);font-size:10px}.supplier-detail-summary strong{font-size:14px}.supplier-detail-table{min-width:680px}.supplier-order-items-row>td{padding:0 12px 14px;background:#f8fbf9}.supplier-order-items{display:grid;gap:8px;padding:11px 12px 12px;border:1px solid #dce7e1;border-radius:5px;background:#fff}.supplier-order-items>strong{color:var(--muted);font-size:10px}.supplier-items-table{width:100%;border-collapse:collapse;table-layout:fixed}.supplier-items-table th,.supplier-items-table td{padding:7px 8px;border-bottom:1px solid #e8efeb;text-align:left}.supplier-items-table th{color:var(--muted);font-size:10px;font-weight:600}.supplier-items-table td{font-size:10px}.supplier-items-table th:nth-child(2),.supplier-items-table td:nth-child(2){width:22%;text-align:right}.supplier-items-table th:nth-child(3),.supplier-items-table td:nth-child(3),.supplier-items-table th:nth-child(4),.supplier-items-table td:nth-child(4){width:18%;text-align:right}.supplier-items-table tr:last-child td{border-bottom:0}@media(max-width:900px){.procurement-flow{grid-template-columns:repeat(5,160px)}.procurement-flow>i{display:none}.purchase-detail-summary,.supplier-detail-summary{grid-template-columns:1fr 1fr}}@media(max-width:760px){.supplier-detail-actions{align-items:flex-start;flex-direction:column}.supplier-detail-actions>div{width:100%}.supplier-detail-actions .button{flex:1;justify-content:center}.supplier-detail-summary{grid-template-columns:1fr}}.employee-expense-metrics article:first-child{border-left:3px solid #638473}.employee-expense-metrics article:nth-child(2){border-left:3px solid #bc8b35}.employee-expense-metrics article:nth-child(3){border-left:3px solid #3a7792}.employee-expense-metrics article:last-child{border-left:3px solid #267155}.expense-claim-table{min-width:1260px}.expense-attachment-links{max-width:220px;display:flex;align-items:center;gap:5px}.expense-attachment-links button{max-width:94px;height:28px;display:inline-flex;align-items:center;gap:4px;overflow:hidden;padding:0 7px;color:#2d6d54;background:#edf5f1;border:1px solid #d8e7df;border-radius:4px;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.expense-attachment-links span{color:var(--muted);font-size:9px}.expense-attachment-links em{color:#66756e;font-size:9px;font-style:normal}.expense-applicant-band{min-height:66px;display:flex;align-items:center;gap:11px;margin-bottom:20px;padding:10px 12px;background:#eef5f1;border:1px solid #dbe8e1;border-radius:6px}.expense-applicant-band>span{width:38px;height:38px;display:grid;flex:0 0 38px;place-items:center;color:#1d674b;background:#dcece4;border-radius:6px;font-size:14px;font-weight:800}.expense-applicant-band>div{min-width:0;display:grid;gap:4px}.expense-applicant-band strong{font-size:11px}.expense-applicant-band small{color:var(--muted);font-size:9px}.expense-upload-section{display:grid;gap:10px;margin-top:20px;padding-top:18px;border-top:1px solid #e2e8e4}.expense-upload-section>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.expense-upload-section>div:first-child strong{font-size:11px}.expense-upload-section>div:first-child span{color:var(--muted);font-size:9px}.expense-upload-button{min-height:54px;display:flex;align-items:center;justify-content:center;gap:7px;color:#246a4e;background:#f3f8f5;border:1px dashed #91b4a3;border-radius:6px;cursor:pointer;font-size:10px;font-weight:700}.expense-upload-button:hover{background:#eaf4ef;border-color:#4f8b70}.expense-upload-button input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.expense-file-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.expense-file-grid figure{position:relative;min-width:0;margin:0;overflow:hidden;background:#f4f6f5;border:1px solid #dfe6e2;border-radius:6px}.expense-file-grid img{width:100%;aspect-ratio:4 / 3;display:block;object-fit:cover}.expense-file-grid figcaption{overflow:hidden;padding:7px 8px;color:#53615b;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.expense-file-grid .icon-button{position:absolute;top:5px;right:5px;width:28px;height:28px;background:#fffffff0}.evidence-preview-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:180;display:grid;place-items:center;padding:20px}.evidence-preview{position:relative;z-index:1;width:min(920px,94vw);max-height:92vh;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;background:#fff;border:1px solid #dce4df;border-radius:8px;box-shadow:0 22px 70px #0f231a38}.evidence-preview header{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 16px;border-bottom:1px solid #e1e7e4}.evidence-preview header>div{min-width:0;display:grid;gap:3px}.evidence-preview header span{color:#267155;font-size:9px;font-weight:700}.evidence-preview header strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.evidence-preview>div{min-height:0;display:grid;place-items:center;overflow:auto;padding:14px;background:#eef2f0}.evidence-preview img{max-width:100%;max-height:calc(92vh - 94px);display:block;object-fit:contain}@media(max-width:760px){.expense-file-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.expense-upload-button{min-height:50px}.evidence-preview-layer{padding:8px}.evidence-preview{width:100%;max-height:96vh}}@media(max-width:760px){.procurement-inventory-toolbar{align-items:stretch;flex-wrap:wrap}.procurement-inventory-toolbar .inventory-search{width:100%;margin:0}.procurement-inventory-toolbar select{min-width:0;flex:1}.purchase-line--simple-order{grid-template-columns:1fr 1fr 42px}.purchase-line--simple-order select{grid-column:1 / -1}.purchase-line-total{align-self:center}.purchase-detail-summary{grid-template-columns:1fr}.drawer__footer:has(.button:nth-child(3)){flex-wrap:wrap}}.global-report-area{position:relative;flex:0 0 auto}.global-report-button{color:#216a4f;background:#edf6f1;border-color:#d4e5dc}.global-report-menu{width:min(330px,calc(100vw - 20px))}.global-report-menu>button{width:100%;min-height:56px;display:flex;align-items:center;gap:10px;padding:9px 12px;color:var(--ink);background:#fff;border:0;border-bottom:1px solid #edf1ef;text-align:left}.global-report-menu>button:last-child{border-bottom:0}.global-report-menu>button:hover{background:#f4f8f6}.global-report-menu>button>svg{flex:0 0 auto;color:#216a4f}.global-report-menu>button>span{min-width:0;display:grid;gap:4px}.global-report-menu>button strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.global-report-menu>button small{color:var(--muted);font-size:9px}.standard-report-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:210;display:grid;place-items:center;padding:18px}.standard-report-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;background:#0f1f1880;border:0}.standard-report-viewer{position:relative;z-index:1;width:min(1440px,98vw);height:min(900px,96vh);min-width:0;display:grid;grid-template-rows:auto auto minmax(0,1fr);overflow:hidden;background:#fff;border:1px solid #d7e0db;border-radius:8px;box-shadow:0 24px 74px #0e211842}.standard-report-viewer>header{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 15px;border-bottom:1px solid #dde5e0}.standard-report-heading{min-width:0;display:flex;align-items:center;gap:10px}.standard-report-heading>span{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;color:#176447;background:#e6f2ec;border-radius:6px}.standard-report-heading>div{min-width:0;display:grid;gap:4px}.standard-report-heading strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.standard-report-heading small{color:var(--muted);font-size:10px}.standard-report-actions{flex:0 0 auto;display:flex;align-items:center;gap:7px}.standard-report-error{margin:10px 14px 0}.standard-report-canvas{min-width:0;min-height:0;overflow:auto;padding:24px;background:#e9eeeb}.standard-report-paper{width:min(100%,1320px);min-width:960px;min-height:680px;margin:0 auto;padding:28px 30px 34px;background:#fff;box-shadow:0 4px 16px #1f342a1f}.standard-report-paper.is-exporting-pdf{min-width:0;min-height:0;padding:8mm;box-shadow:none}.standard-report-paper.is-exporting-pdf.is-landscape{width:281mm}.standard-report-paper.is-exporting-pdf.is-portrait{width:194mm}.standard-report-paper.is-exporting-pdf .standard-report-table-wrap{overflow:visible;border-width:.2mm}.standard-report-paper.is-exporting-pdf .standard-report-table-wrap table{width:100%;table-layout:fixed}.standard-report-paper.is-exporting-pdf .standard-report-table-wrap th,.standard-report-paper.is-exporting-pdf .standard-report-table-wrap td{min-width:0;padding:1.6mm 1.2mm;border-width:0 .2mm .2mm 0;text-align:center;break-inside:avoid}.standard-report-paper.is-exporting-pdf .standard-report-mobile-list{display:none}.standard-report-paper__title{margin-bottom:20px;text-align:center}.standard-report-paper__title h2{margin:0;overflow:hidden;color:#15362b;font-size:22px;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.standard-report-paper__title p{margin:7px 0 0;overflow:hidden;color:#60716a;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.standard-report-paper__title>div{display:flex;justify-content:center;gap:26px;margin-top:8px;color:#718078;font-size:9px}.standard-report-table-wrap{overflow:hidden;border:1px solid #c7d4cd}.standard-report-table-wrap table{width:100%;border-collapse:collapse;table-layout:auto}.standard-report-table-wrap th,.standard-report-table-wrap td{min-width:88px;padding:8px 9px;border-right:1px solid #c7d4cd;border-bottom:1px solid #c7d4cd;font-size:9px;line-height:1.45;overflow-wrap:anywhere;vertical-align:middle}.standard-report-table-wrap th:last-child,.standard-report-table-wrap td:last-child{border-right:0}.standard-report-table-wrap tbody tr:last-child td{border-bottom:0}.standard-report-table-wrap th{color:#fff;background:#176447;font-weight:700;text-align:center;white-space:nowrap}.standard-report-table-wrap tbody tr:nth-child(2n){background:#f6f9f7}.standard-report-table-wrap td.is-number,.standard-report-table-wrap td.is-money,.standard-report-table-wrap td.is-percent{text-align:right;white-space:nowrap}.standard-report-table-wrap td.is-date,.standard-report-table-wrap td.is-datetime,.standard-report-table-wrap td.is-status{text-align:center;white-space:nowrap}.standard-report-table-wrap td.is-status{color:#176447;font-weight:700}.standard-report-mobile-list{display:none}.standard-report-empty{height:120px;color:var(--muted);text-align:center!important}.standard-report-note{margin:12px 0 0;color:#6b7b73;font-size:9px}@media(max-width:760px){.standard-report-layer{padding:0}.standard-report-viewer{width:100vw;height:100dvh;border:0;border-radius:0}.standard-report-viewer>header{min-height:112px;align-items:flex-start;flex-direction:column;gap:8px;padding:10px 12px}.standard-report-heading{width:100%}.standard-report-heading strong{font-size:12px}.standard-report-actions{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr 38px}.standard-report-actions .button{width:100%;justify-content:center}.standard-report-canvas{overflow-x:hidden;padding:10px}.standard-report-paper{width:100%;min-width:0;min-height:0;padding:16px 12px 22px}.standard-report-paper__title h2,.standard-report-paper__title p{white-space:normal;overflow-wrap:anywhere}.standard-report-paper__title>div{flex-wrap:wrap;gap:6px 14px}.standard-report-table-wrap{display:none}.standard-report-mobile-list{display:grid;gap:10px}.standard-report-mobile-list article{min-width:0;overflow:hidden;background:#fff;border:1px solid #c7d4cd;border-radius:7px}.standard-report-mobile-list article>header{min-height:46px;display:grid;gap:3px;padding:10px 12px;background:#edf6f1;border-bottom:1px solid #d7e2dc}.standard-report-mobile-list article>header strong{color:#60716a}.standard-report-mobile-list article>header span{color:#15362b;font-weight:750;overflow-wrap:anywhere}.standard-report-mobile-list dl{margin:0}.standard-report-mobile-list dl>div{min-width:0;display:grid;grid-template-columns:minmax(90px,.85fr) minmax(0,1.4fr);gap:12px;padding:9px 12px;border-bottom:1px solid #edf1ef}.standard-report-mobile-list dl>div:last-child{border-bottom:0}.standard-report-mobile-list dt,.standard-report-mobile-list dd{min-width:0;margin:0;overflow-wrap:anywhere}.standard-report-mobile-list dt{color:#60716a}.standard-report-mobile-list dd{color:#203a30;text-align:right}.global-report-menu{position:fixed;top:61px;right:8px;left:8px;width:auto}.report-list article{grid-template-columns:36px minmax(0,1fr)}.report-list article>.report-meta{grid-column:2}.report-list article>.report-actions{grid-column:1 / -1;width:100%}.report-list article>.report-actions .button{flex:1}}@media(max-width:760px){.product-image-editor{grid-template-columns:1fr}.product-image-editor__preview{width:min(100%,320px)}.product-image-editor__actions strong{white-space:normal;overflow-wrap:anywhere}.product-image-viewer{padding:10px}.product-image-viewer__toolbar{min-height:48px}.product-image-viewer>img{max-height:calc(100dvh - 78px)}.products-page .table-footer{align-items:flex-start;flex-direction:column;gap:8px;padding-top:12px;padding-bottom:12px}}@media(max-width:760px){.finance-detail-actions{align-items:flex-start;flex-direction:column}.finance-detail-actions>div{width:100%}.finance-detail-actions .button{flex:1;justify-content:center}.finance-detail-summary{grid-template-columns:1fr}.finance-detail-list>div{grid-template-columns:92px minmax(0,1fr);gap:10px}.finance-payable-item-overlay{right:8px;bottom:78px;width:calc(100vw - 16px);max-height:250px}}.sales-detail-row{cursor:pointer}.sales-detail-row:hover,.sales-detail-row:focus-visible{background:#f2f8f4;outline:none}.customer-link{color:#176447}.sales-detail-drawer{width:min(920px,100vw)}.drawer-header-actions{display:flex;align-items:center;gap:8px}.drawer__header p{margin:4px 0 0;color:var(--muted);font-size:12px}.detail-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:18px}.detail-summary-grid article{display:grid;gap:7px;padding:14px;border:1px solid #d5e1da;border-radius:6px;background:#f7faf8}.detail-summary-grid span{color:var(--muted);font-size:12px}.detail-summary-grid strong{color:#15362b;font-size:20px}.detail-summary-grid__danger strong{color:#a63d35}.detail-table-wrap{overflow-x:auto;border:1px solid #d5e1da}.detail-table-wrap table,.detail-order-card table{min-width:560px}.detail-order-list{display:grid;gap:12px}.detail-order-card{overflow:hidden;border:1px solid #d5e1da;border-radius:6px}.detail-order-card>header{display:flex;justify-content:space-between;gap:16px;padding:13px 15px;background:#f7faf8}.detail-order-card>header>div{display:grid;gap:4px}.detail-order-card>header>div:last-child{text-align:right}.detail-order-card small{color:var(--muted);font-size:11px}.detail-order-card table{border:0}.membership-detail-row{cursor:pointer}.membership-detail-row:hover,.membership-detail-row:focus-visible{background:#f2f8f4;outline:none}.member-detail-drawer{width:min(820px,100vw)}.member-detail-products{display:grid;gap:0;padding:4px 15px 12px}.member-detail-products>div{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid #e7eeea;color:#3b5148;font-size:12px}.member-detail-products>div:last-child{border-bottom:0}.member-detail-products strong{color:#15362b}.member-detail-drawer .detail-table-wrap table{min-width:620px}.member-detail-drawer td small{color:var(--muted)}@media(max-width:760px){.sales-detail-drawer{width:100vw}.detail-summary-grid{grid-template-columns:1fr}.drawer-header-actions{gap:4px}.detail-order-card>header{align-items:flex-start;flex-direction:column}.detail-order-card>header>div:last-child{text-align:left}.member-detail-drawer{width:100vw}}.store-orders-page{display:grid;gap:14px}.store-orders-page .page-heading{margin-bottom:0}.store-order-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 18px;border-bottom:1px solid var(--line);background:#f5f9f7}.store-order-summary>div{display:flex;align-items:center;gap:9px;color:#176447}.store-order-summary>div strong{font-size:18px}.store-order-summary p{margin:0;color:var(--muted)}.store-order-tabs{border-bottom:1px solid var(--line)}.cancellation-request-panel{margin-top:14px;overflow:hidden}.cancellation-request-panel .quick-sales-orders__header{border-bottom:1px solid var(--line)}.cancellation-line-list{display:grid;gap:8px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#f7faf8}.cancellation-line-list label{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--ink)}.cancellation-line-list input{width:120px}.cancellation-drawer .drawer__body{min-height:300px}.cancellation-drawer .drawer__header small{display:block;color:var(--muted);margin-top:3px}.quick-sales-orders--store .quick-sales-orders__table{min-width:1320px}.order-product-lines,.invoice-request-lines{display:grid;gap:7px;min-width:190px}.order-product-lines>div,.invoice-request-lines>div{display:grid;gap:2px;padding-bottom:6px;border-bottom:1px solid #e7eeea}.order-product-lines>div:last-child,.invoice-request-lines>div:last-child{padding-bottom:0;border-bottom:0}.order-product-lines span,.invoice-request-lines span{color:var(--muted);white-space:normal}.invoice-customer-code{display:block;overflow-wrap:anywhere}.invoice-line-total{color:var(--ink)!important;font-weight:700}.invoice-required strong{color:#176447}.invoice-request-panel,.invoice-ledger-panel{border-top:1px solid var(--line)}.invoice-request-panel>header,.invoice-ledger-panel>header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;background:#f5f9f7}.invoice-request-panel>header>div,.invoice-ledger-panel>header>div{display:grid;gap:3px}.invoice-request-panel>header span,.invoice-ledger-panel>header span{color:var(--muted)}.invoice-request-panel>header b{min-width:max-content;color:#9a5c12}.invoice-request-table{min-width:1120px;table-layout:fixed}.invoice-request-table th:nth-child(1),.invoice-request-table td:nth-child(1){width:90px}.invoice-request-table th:nth-child(2),.invoice-request-table td:nth-child(2){width:160px}.invoice-request-table th:nth-child(3),.invoice-request-table td:nth-child(3){width:230px}.invoice-request-table th:nth-child(4),.invoice-request-table td:nth-child(4){width:230px}.invoice-request-table th:nth-child(5),.invoice-request-table td:nth-child(5){width:90px}.invoice-request-table th:nth-child(6),.invoice-request-table td:nth-child(6){width:115px}.invoice-request-table th:nth-child(7),.invoice-request-table td:nth-child(7){width:150px}.invoice-request-actions{justify-content:flex-end;min-width:148px}.invoice-request-actions>span{display:grid;justify-items:end;gap:3px;color:#176447;font-weight:700}.invoice-request-actions>small{max-width:150px;color:var(--muted);text-align:right}.invoice-request-drawer-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:20px}.invoice-request-drawer-summary>div{display:grid;gap:5px;padding:13px;border:1px solid #d5e1da;background:#f7faf8}.invoice-request-drawer-summary span,.invoice-request-drawer-summary small{color:var(--muted)}.invoice-request-drawer-lines{grid-column:1 / -1}.invoice-request-drawer-lines p{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0;padding:7px 0;border-top:1px solid #e1e9e4}.expense-project-select__control{grid-template-columns:minmax(0,1fr) auto}.expense-project-manage-button{width:auto;min-width:106px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 10px}.attention-count{color:#b42318!important;font-weight:800!important}.page-attention-badge{min-width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px;color:#fff!important;background:#c23b32;border-radius:999px;font-size:12px!important;font-style:normal;font-weight:800;line-height:1}.product-attention-banner{min-height:46px;display:flex;align-items:center;gap:10px;margin-bottom:12px;padding:10px 13px;color:#6f2f2a;background:#fff4f2;border:1px solid #efc5c0;border-radius:6px}.product-attention-banner>svg{flex:0 0 auto;color:#b42318}.product-attention-banner span{font-size:13px}@media(max-width:760px){.store-order-summary{align-items:flex-start;flex-direction:column}.invoice-request-panel>header,.invoice-ledger-panel>header{align-items:flex-start;flex-direction:column}.invoice-request-drawer-summary{grid-template-columns:1fr}.invoice-request-drawer-lines{grid-column:auto}.invoice-request-drawer-lines p{align-items:flex-start;flex-direction:column}}body :where(*){font-size:14px!important}body :where(button,input,select,textarea){font-size:14px!important}body :where(small,.muted-text,.form-help,.eyebrow,.drawer-subtitle,.page-heading p,.topbar__left p,.panel__header p){font-size:13px!important}body :where(h1,h2,h3,h4,h5,h6,.page-heading h2,.topbar__left h1,.standard-report-paper__title h2){font-size:18px!important}body :where(.metric-card>strong,.finance-metrics strong,.membership-metrics strong,.detail-summary-grid strong,.dashboard-finance-summary strong,.purchase-order-total strong,.purchase-detail-summary strong,.supplier-detail-summary strong,.sales-order-profit-summary strong,.daily-sales-summary strong){font-size:18px!important}.store-daily-section{display:grid;gap:12px;margin-bottom:18px}.store-daily-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:2px 2px 0}.store-daily-heading h3{margin:3px 0 0}.store-daily-toolbar{display:flex;align-items:flex-end;gap:8px}.store-daily-toolbar>label{min-width:210px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:4px 7px;color:var(--muted)}.store-daily-toolbar>label>span{grid-column:2}.store-daily-toolbar input{grid-column:1 / -1;min-height:38px}.store-daily-accordions{display:grid;gap:8px}.store-daily-accordions.is-loading{opacity:.66;pointer-events:none}.store-daily-accordion{overflow:hidden;border:1px solid var(--line);border-radius:7px;background:#fff}.store-daily-accordion.is-open{border-color:#9fc6b5;box-shadow:0 3px 12px #16644714}.store-daily-accordion__trigger{width:100%;min-height:70px;display:grid;grid-template-columns:40px minmax(180px,1fr) minmax(90px,auto) minmax(120px,auto) 26px;align-items:center;gap:12px;padding:10px 15px;color:var(--ink);text-align:left;background:#fff;border:0;cursor:pointer}.store-daily-accordion__trigger:hover{background:#f7faf8}.store-daily-branch-icon{width:38px;height:38px;display:grid;place-items:center;color:#176447;background:#e6f2ec;border-radius:6px}.store-daily-branch-name,.store-daily-brief{min-width:0;display:grid;gap:4px}.store-daily-branch-name small,.store-daily-brief small{color:var(--muted)}.store-daily-brief{justify-items:end}.store-daily-chevron{transition:transform .18s ease}.store-daily-accordion.is-open .store-daily-chevron{transform:rotate(180deg)}.store-daily-accordion__body{border-top:1px solid var(--line)}.store-daily-meta{display:grid;grid-template-columns:repeat(3,minmax(110px,1fr)) auto;align-items:center;gap:0;background:#f5f9f7;border-bottom:1px solid var(--line)}.store-daily-meta>div{min-height:64px;display:grid;align-content:center;gap:5px;padding:10px 14px;border-right:1px solid var(--line)}.store-daily-meta span{color:var(--muted)}.store-daily-meta__actions{display:flex!important;align-items:center;gap:7px!important;border-right:0!important}.store-daily-table{min-width:980px}.store-daily-table th,.store-daily-table td{vertical-align:middle}.store-daily-table td:nth-child(n+4):nth-child(-n+7),.store-daily-table tfoot th:nth-child(n+2):nth-child(-n+5){text-align:right;white-space:nowrap}.store-daily-table tfoot th{color:#15362b;background:#fff8dc;border-top:1px solid #dbc97f}.store-daily-empty{min-height:130px;border:1px dashed var(--line);border-radius:7px}.store-manager-drawer{width:min(820px,100vw)}.store-manager-form>.button{justify-self:end}.store-manager-list{display:grid;border:1px solid var(--line);border-radius:6px;overflow:hidden}.store-manager-list article{display:grid;grid-template-columns:minmax(0,1fr) auto 38px 38px;align-items:center;gap:8px;padding:12px;border-bottom:1px solid var(--line)}.store-manager-list article:last-child{border-bottom:0}.store-manager-list article>div{min-width:0;display:grid;gap:3px}.store-manager-list article span,.store-manager-list article small{color:var(--muted);overflow-wrap:anywhere}.store-manager-list article>em{padding:4px 8px;color:#9b3831;background:#fbe9e7;border-radius:999px;font-style:normal}.store-manager-list article>em.is-active{color:#176447;background:#e3f2e9}@media(max-width:760px){.store-daily-heading{align-items:flex-start;flex-direction:column}.store-daily-toolbar{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 40px}.store-daily-toolbar>label{min-width:0}.store-daily-toolbar>.button{grid-column:1 / -1;width:100%;justify-content:center}.store-daily-accordion__trigger{grid-template-columns:36px minmax(0,1fr) 22px;gap:9px;padding:10px 11px}.store-daily-brief{display:none}.store-daily-meta{grid-template-columns:repeat(3,minmax(0,1fr))}.store-daily-meta>div{min-height:58px;padding:8px}.store-daily-meta__actions{grid-column:1 / -1;display:grid!important;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.store-daily-meta__actions .button{justify-content:center}.store-manager-drawer{width:100vw}.store-manager-list article{grid-template-columns:minmax(0,1fr) auto 38px}.store-manager-list article .icon-button--danger{grid-column:3}}.finance-workbench{margin:0 0 14px;padding:16px;background:#f7faf8;border:1px solid #cbdad2;border-radius:8px;box-shadow:0 6px 18px #1c433314}.finance-workbench__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:13px;padding-bottom:12px;border-bottom:1px solid #dce7e1}.finance-workbench__header>div{min-width:0;display:grid;gap:4px}.finance-workbench__header .eyebrow{color:#227153;font-size:13px;font-weight:750}.finance-workbench__header h3{margin:0;color:var(--ink);font-size:18px}.finance-workbench__header p{margin:0;color:var(--muted);font-size:13px}.finance-workbench__date{flex:0 0 auto;color:var(--muted);font-size:13px;font-variant-numeric:tabular-nums}.finance-workbench__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.finance-workbench__card{min-width:0;min-height:132px;display:grid;align-content:start;gap:5px;padding:13px 14px;color:var(--ink);text-align:left;background:#fff;border:1px solid #d6e2db;border-top:3px solid #3c8268;border-radius:7px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.finance-workbench__card:hover,.finance-workbench__card:focus-visible{border-color:#2c765a;box-shadow:0 5px 14px #1c43331f;outline:0;transform:translateY(-1px)}.finance-workbench__card--warning{border-top-color:#bf7b35}.finance-workbench__card--danger{border-top-color:#bd5148}.finance-workbench__card--neutral{border-top-color:#66827a}.finance-workbench__card-title{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:6px;color:#52665c;font-size:13px;font-weight:700}.finance-workbench__card>strong{font-size:18px!important;line-height:1.25}.finance-workbench__card>small{min-height:18px;color:var(--muted);font-size:13px!important;overflow-wrap:anywhere}.finance-workbench__card>b{margin-top:auto;color:#17664a;font-size:14px!important;font-variant-numeric:tabular-nums}.finance-workbench__card--warning>b{color:#9d661f}.finance-workbench__card--danger>b{color:#ae433a}.finance-workbench+.finance-tabs--top{margin-top:0}.finance-page>.finance-overview-table-panel,.finance-page>.customer-sales-panel,.finance-page>.finance-analysis-band,.finance-page>.table-panel{scroll-margin-top:82px}.finance-page .finance-overview-table th,.finance-page .finance-overview-table td,.finance-page .customer-sales-table th,.finance-page .customer-sales-table td{font-size:13px}.finance-page .finance-tabs--top>button,.finance-page .finance-tabs--top .finance-tab-group>button{font-size:13px}@media(max-width:760px){.finance-workbench{margin-right:-2px;margin-left:-2px;padding:12px;border-radius:6px}.finance-workbench__header{align-items:flex-start;flex-direction:column;gap:5px}.finance-workbench__date{align-self:flex-start}.finance-workbench__cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.finance-workbench__card{min-height:96px;padding:8px 6px;gap:4px}.finance-workbench__card-title{font-size:12px;white-space:nowrap}.finance-workbench__card>strong{font-size:16px!important}.finance-workbench__card>small{display:none}.finance-workbench__card>b{font-size:13px!important}}@media(max-width:420px){.finance-workbench__cards{grid-template-columns:repeat(4,minmax(0,1fr))}.finance-workbench__card{min-height:92px}}.finance-tabs--top{display:flex;flex-wrap:nowrap;align-items:stretch;overflow-x:visible;scrollbar-width:thin}.finance-tab-group{flex:0 0 auto;display:flex;align-items:center;gap:3px}.finance-tab-group-label{flex:0 0 auto;display:inline-flex;align-items:center;height:24px;margin-left:8px;padding:0 7px;color:#5c7166;background:#f0f5f2;border-left:3px solid #6d9982;border-radius:3px;font-size:13px;font-weight:750;white-space:nowrap}.finance-tab-group-label:first-child{margin-left:0}.finance-tab-group>button{flex:0 0 auto}.finance-page{min-width:0;max-width:100%;overflow-x:hidden}.finance-page .finance-overview-table-scroll,.finance-page .finance-table-scroll,.finance-page .table-scroll,.finance-page .customer-sales-table-scroll{max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain}.finance-page table{max-width:none}@media(min-width:761px){.finance-tabs--top{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:6px;padding:8px;overflow:visible}.finance-tabs--top .finance-tab-group{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:3px;padding:5px;background:#f7faf8;border:1px solid #dbe7e0;border-radius:6px}.finance-tabs--top .finance-tab-group-label{grid-column:1 / -1;width:100%;margin:0;font-size:12px}.finance-tabs--top .finance-tab-group>button{width:100%;min-width:0;justify-content:center;padding:0 5px;font-size:13px}.finance-tabs--top .finance-tab-action{grid-column:1 / -1}}@media(max-width:760px){.finance-tabs--top{position:sticky;top:64px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-right:-2px;margin-left:-2px;padding:7px;gap:5px;overflow:visible}.finance-tab-group{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:4px;padding:5px;background:#f7faf8;border:1px solid #dbe7e0;border-radius:6px}.finance-tab-group-label{grid-column:1 / -1;display:flex;width:100%;height:24px;margin:0;padding:0 5px;font-size:12px}.finance-tab-group>button{width:100%;min-width:0;height:34px;justify-content:center;gap:2px;padding:0 2px;font-size:12px!important;white-space:nowrap}.finance-tab-group>button svg{width:13px;height:13px;flex:0 0 auto}.finance-tab-action{grid-column:1 / -1;margin:0;padding:0}.finance-page .finance-overview-table-panel,.finance-page .finance-workbench,.finance-page .table-panel,.finance-page .finance-analysis-band{min-width:0;max-width:100%}}.finance-context-bar{min-width:0;display:flex;align-items:center;gap:6px;margin:10px 0 12px;padding:8px 11px;color:#5f7169;background:#fff;border:1px solid #d8e3dd;border-left:3px solid #2f8062;border-radius:6px;font-size:13px;overflow:hidden}.finance-context-bar strong{color:#2f8062;font-size:13px}.finance-context-bar b,.finance-context-bar span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:760px){.finance-context-bar{margin:8px 0 10px;padding:8px 9px}}.finance-flow-strip{margin:0 0 14px;padding:13px 14px 12px;background:#f7faf8;border:1px solid #d7e4dc;border-radius:7px}.finance-flow-strip__heading{display:flex;align-items:baseline;gap:10px;margin-bottom:12px}.finance-flow-strip__heading strong{color:#1d5f4a;font-size:15px}.finance-flow-strip__heading span{color:#708179;font-size:12px}.finance-flow-strip ol{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none}.finance-flow-strip li{position:relative;display:grid;grid-template-columns:26px minmax(0,1fr);grid-template-rows:auto auto;column-gap:7px;min-width:0;padding:7px 8px;color:#7a8982;border:1px solid #e1e9e4;border-radius:5px;background:#fff}.finance-flow-strip li:not(:last-child):after{position:absolute;top:20px;right:-9px;width:9px;height:1px;content:"";background:#c4d4cb}.finance-flow-strip li i{grid-row:1 / span 2;display:inline-grid;place-items:center;align-self:center;width:24px;height:24px;color:#71827a;font-size:12px;font-style:normal;border-radius:50%;background:#edf2ef}.finance-flow-strip li b,.finance-flow-strip li small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.finance-flow-strip li b{color:#52645b;font-size:13px}.finance-flow-strip li small{color:#87948e;font-size:11px}.finance-flow-strip li.is-done i,.finance-flow-strip li.is-active i{color:#fff;background:#2f8062}.finance-flow-strip li.is-done b,.finance-flow-strip li.is-active b{color:#1d5f4a}.finance-flow-strip li.is-active{border-color:#8fc5ad;box-shadow:inset 0 0 0 1px #d6eee1}@media(max-width:760px){.finance-flow-strip{margin-bottom:10px;padding:10px}.finance-flow-strip__heading{display:block;margin-bottom:9px}.finance-flow-strip__heading strong{display:block;margin-bottom:3px}.finance-flow-strip ol{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.finance-flow-strip li{padding:6px}.finance-flow-strip li:not(:last-child):after{display:none}.finance-flow-strip li b{font-size:12px}.finance-flow-strip li small{font-size:10px}}.quick-order-address-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.quick-order-address-row input{min-width:0}@media(max-width:640px){.quick-order-address-row{grid-template-columns:1fr}.quick-order-address-row .button{width:100%}}
