.cf-page{--cf-blue:#1677ff;--cf-blue-dark:#095ed2;--cf-border:#dfe5ec;--cf-text:#1f2329;--cf-muted:#86909c;color:var(--cf-text);animation:cf-page-enter .28s ease both}.cf-heading,.cf-price-heading{min-height:58px;margin-bottom:16px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.cf-heading>div>span,.cf-price-title>div>span{color:var(--cf-blue);font-size:10px;line-height:1;font-weight:700;letter-spacing:.13em}.cf-heading>h1{margin:0;font-size:22px;line-height:1.25;letter-spacing:-.02em}.cf-price-title h1{margin:6px 0 4px;font-size:27px;line-height:1.25;letter-spacing:-.02em}.cf-heading p,.cf-price-title p{margin:0;color:var(--cf-muted);font-size:13px}.cf-button{min-height:34px;padding:0 15px;border:1px solid #d8dee7;border-radius:4px;background:#fff;color:#4e5969;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:500;box-shadow:0 1px 1px #1f232905;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,color .16s ease,background .16s ease}.cf-button:hover:not(:disabled){color:var(--cf-blue);border-color:#8fc1ff;background:#f6faff;box-shadow:0 4px 12px #1777ff14;transform:translateY(-1px)}.cf-button:active:not(:disabled){transform:translateY(0) scale(.985)}.cf-button.primary{border-color:var(--cf-blue);background:var(--cf-blue);color:#fff;box-shadow:0 5px 12px #1677ff2b}.cf-button.primary:hover:not(:disabled){border-color:var(--cf-blue-dark);background:var(--cf-blue-dark);color:#fff}.cf-button:disabled{cursor:not-allowed;opacity:.48;box-shadow:none}.cf-button svg{width:16px;height:16px}.cf-table-card{border:1px solid var(--cf-border);border-radius:6px;background:#fff;box-shadow:0 5px 18px #1e3a5a09;overflow:hidden}.cf-table-scroll{overflow-x:auto}.cf-table{width:100%;min-width:1240px;border-collapse:collapse;table-layout:fixed}.cf-table th{height:48px;padding:0 20px;border-bottom:1px solid #e6eaf0;background:#fafbfc;color:#646b77;text-align:left;font-size:13px;font-weight:500}.cf-table th:nth-child(1){width:13%}.cf-table th:nth-child(2){width:15%}.cf-table th:nth-child(3){width:13%}.cf-table th:nth-child(4){width:17%}.cf-table th:nth-child(5),.cf-table th:nth-child(6){width:13%}.cf-table th:last-child{width:16%}.cf-table td{height:62px;padding:10px 20px;border-bottom:1px solid #edf0f3;color:#4e5969;font-size:13px;vertical-align:middle;transition:background .16s ease}.cf-table tbody tr:hover td{background:#f7faff}.cf-table tbody tr:last-child td{border-bottom:0}.cf-table td>strong{color:#1f2329;font-weight:600}.cf-muted{color:#a6adb8}.cf-tags{display:flex;flex-wrap:wrap;gap:5px}.cf-tag{min-height:23px;padding:0 9px;border-radius:3px;background:#e8f3ff;color:#1677ff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;vertical-align:middle}.cf-tag.purple{background:#f3edff;color:#7c4dff}.cf-tag.shop{background:#eaf8f1;color:#169b62}.cf-row-actions{display:flex;align-items:center;gap:4px;white-space:nowrap}.cf-row-actions button{min-height:30px;padding:0 8px;border:0;border-radius:4px;background:transparent;color:#1677ff;font-size:12px;transition:background .15s ease,color .15s ease,transform .15s ease}.cf-row-actions button:hover{background:#e8f3ff;transform:translateY(-1px)}.cf-row-actions button.danger{color:#e75670}.cf-row-actions button.danger:hover{background:#fff0f3}.cf-pagination{min-height:54px;padding:9px 18px;border-top:1px solid #edf0f3;display:flex;align-items:center;justify-content:flex-end;gap:8px}.cf-pagination button,.cf-pagination span{width:30px;height:30px;border:1px solid #e0e5ec;border-radius:4px;background:#fff;color:#86909c;display:grid;place-items:center;font-size:13px}.cf-pagination span{border-color:var(--cf-blue);color:var(--cf-blue)}.cf-pagination button:disabled{color:#cbd1da;background:#f7f8fa}.cf-empty{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#86909c}.cf-empty svg{width:34px;height:34px;color:#a8cfff}.cf-empty strong{color:#4e5969}.cf-empty span{font-size:12px}.cf-empty.standalone{min-height:58vh}.cf-modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;padding:24px;display:grid;place-items:center;background:#161c2573;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);animation:cf-overlay-in .18s ease-out both}.cf-modal{width:min(520px,calc(100vw - 48px));max-height:calc(100vh - 48px);display:flex;flex-direction:column;border-radius:6px;background:#fff;box-shadow:0 18px 56px #111c2d45;overflow:hidden;animation:cf-modal-in .2s cubic-bezier(.2,.78,.28,1) both}.cf-modal.wide{width:min(650px,calc(100vw - 48px))}.cf-modal>header{min-height:58px;padding:0 22px;border-bottom:1px solid #e7ebf0;display:flex;align-items:center;justify-content:space-between}.cf-modal>header h2{margin:0;color:#1f2329;font-size:17px;font-weight:600}.cf-modal>header button{width:32px;height:32px;border:0;border-radius:4px;background:transparent;color:#86909c;display:grid;place-items:center;transition:background .15s,color .15s,transform .15s}.cf-modal>header button:hover{background:#f2f3f5;color:#1f2329;transform:rotate(4deg)}.cf-modal-body{padding:25px 24px 28px;overflow-y:auto}.cf-modal-footer{min-height:66px;padding:13px 22px;border-top:1px solid #e7ebf0;background:#fafbfc;display:flex;align-items:center;justify-content:flex-end;gap:10px}.cf-modal-footer .cf-button{min-width:78px}.cf-field{display:flex;flex-direction:column;gap:9px}.cf-field>span{font-size:13px;font-weight:500;color:#4e5969}.cf-field input{height:38px;padding:0 12px;border:1px solid #d8dee7;border-radius:4px;outline:0;color:#1f2329;font-size:13px;transition:border-color .16s,box-shadow .16s}.cf-field input:focus{border-color:#5ba5ff;box-shadow:0 0 0 3px #1677ff1a}.cf-bind-body{padding-top:20px}.cf-bind-body h3{margin:0 0 12px;font-size:14px;font-weight:600}.cf-option-grid{display:grid;gap:10px}.courier-options,.platform-options{grid-template-columns:repeat(4,1fr)}.shop-options{grid-template-columns:repeat(2,minmax(0,1fr))}.cf-option-tile{position:relative;height:56px;padding:7px 8px 7px 30px;border:1px solid #dfe4ea;border-radius:5px;background:#fff;display:flex;align-items:center;gap:8px;color:#4e5969;transition:border-color .16s,background .16s,box-shadow .16s,transform .16s}.cf-option-tile:hover:not(:disabled){border-color:#79b7ff;background:#f7fbff;transform:translateY(-1px)}.cf-option-tile.active{border-color:#1677ff;background:#eef6ff;box-shadow:0 0 0 2px #1677ff14}.cf-option-tile.disabled{color:#a4abb6;background:#f7f8fa;filter:grayscale(.72)}.cf-option-tile img{width:27px;height:27px;border-radius:5px;object-fit:contain;flex:0 0 auto}.cf-option-tile strong{font-size:12px;font-weight:500;white-space:nowrap}.cf-option-tile em{position:absolute;right:5px;top:4px;color:#1677ff;font-size:9px;font-style:normal}.cf-checkbox{position:absolute;left:9px;top:19px;width:15px;height:15px;border:1px solid #c8d0db;border-radius:3px;background:#fff;display:grid;place-items:center;color:#fff}.cf-checkbox svg{width:11px;height:11px}.cf-option-tile.active .cf-checkbox{border-color:#1677ff;background:#1677ff}.cf-bind-divider{height:1px;margin:22px 0 19px;background:#edf0f3}.cf-bind-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.cf-bind-heading small{color:#8b95a5;font-size:11px;font-weight:400}.cf-shop-option{min-width:0;height:58px}.cf-shop-option>svg{width:25px;height:25px;color:#4388df;flex:0 0 auto}.cf-shop-option-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:3px}.cf-shop-option-copy strong{max-width:190px;overflow:hidden;text-overflow:ellipsis}.cf-shop-option-copy span{color:#8b95a5;font-size:10px}.cf-bind-empty{min-height:70px;border:1px dashed #d8e1ec;border-radius:5px;background:#fafcff;color:#8b95a5;display:flex;align-items:center;justify-content:center;gap:9px;font-size:12px}.cf-bind-empty svg{width:22px;height:22px}.cf-confirm-body{min-height:112px;padding:24px;display:flex;align-items:flex-start;gap:13px}.cf-confirm-body svg{width:25px;height:25px;color:#f7a400;flex:0 0 auto}.cf-confirm-body p{margin:2px 0 0;color:#4e5969;font-size:14px;line-height:1.65}.cf-price-heading{min-height:58px;padding:10px 14px;border:1px solid var(--cf-border);border-radius:6px;background:#fff;align-items:center;box-shadow:0 3px 12px #1e3a5a06}.cf-price-title{display:flex;align-items:center;gap:14px}.cf-price-title h1{margin:0;display:flex;align-items:center;flex-wrap:wrap;gap:9px;font-size:18px;letter-spacing:-.01em}.cf-back{width:70px;min-height:34px;border:1px solid #d8dee7;border-radius:4px;background:#fff;color:#4e5969;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:13px;transition:border-color .16s,color .16s,background .16s}.cf-back:hover{color:#1677ff;border-color:#8fc1ff;background:#f6faff}.cf-back svg{width:15px}.cf-price-actions{display:flex;gap:9px}.cf-interval-card,.cf-region{border:1px solid var(--cf-border);border-radius:6px;background:#fff;box-shadow:0 4px 16px #1e3a5a08}.cf-interval-card{padding:14px 16px;margin-bottom:12px}.cf-section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.cf-section-heading h2{margin:0 0 2px;font-size:14px}.cf-section-heading p{margin:0;color:#86909c;font-size:11px}.cf-intervals{margin-top:11px;display:flex;align-items:center;flex-wrap:wrap;gap:7px}.cf-interval-chip,.cf-new-interval{min-height:32px;padding:0 7px;border:1px solid #cfe0f5;border-radius:4px;background:#f5f9ff;color:#4e5969;display:inline-flex;align-items:center;gap:4px;font-size:12px;transition:opacity .16s,transform .16s,border-color .16s,box-shadow .16s}.cf-interval-chip:hover{border-color:#74b2ff;box-shadow:0 3px 10px #1677ff14;transform:translateY(-1px)}.cf-interval-chip.dragging{opacity:.4;transform:scale(.97)}.cf-interval-chip>svg{color:#a6b4c5;cursor:grab}.cf-interval-chip button,.cf-new-interval button{width:20px;height:20px;padding:0;border:0;border-radius:50%;background:transparent;color:#98a2b3;display:grid;place-items:center}.cf-interval-chip button:hover,.cf-new-interval button:hover{background:#e4ecf7;color:#e54d61}.cf-new-interval{border-color:#f5b340;background:#fff9e8}.cf-new-interval input{width:62px;height:25px;padding:0 5px;border:1px solid #f0cf85;border-radius:3px;background:#fff;outline:0;text-align:center}.cf-new-interval b{font-weight:500}.cf-new-interval em,.cf-price-table th em{padding:1px 4px;border-radius:3px;background:#ffb400;color:#fff;font-size:9px;font-style:normal}.cf-warning{margin-top:10px;min-height:34px;padding:6px 10px;border:1px solid #ffd591;border-radius:4px;background:#fff7e6;color:#ad6800;display:flex;align-items:center;gap:7px;font-size:11px}.cf-warning svg{width:15px;height:15px;flex:0 0 auto}.cf-region-mode-card{min-height:68px;margin-bottom:12px;padding:12px 16px;border:1px solid var(--cf-border);border-radius:6px;background:#fff;box-shadow:0 4px 16px #1e3a5a08;display:flex;align-items:center;justify-content:space-between;gap:18px}.cf-region-mode-card>div:first-child{display:flex;align-items:center;gap:10px}.cf-region-mode-card>div:first-child>svg{width:22px;height:22px;color:var(--cf-blue);flex:0 0 auto}.cf-region-mode-card h2{margin:0 0 3px;font-size:14px}.cf-region-mode-card p{margin:0;color:#86909c;font-size:11px}.cf-region-mode-actions{display:flex;align-items:center;gap:10px}.cf-segmented{padding:3px;border:1px solid #dfe5ec;border-radius:5px;background:#f3f6fa;display:inline-flex;align-items:center}.cf-segmented button{min-width:84px;height:30px;padding:0 13px;border:0;border-radius:3px;background:transparent;color:#646b77;font-size:12px;transition:background .16s,color .16s,box-shadow .16s,transform .16s}.cf-segmented button:hover{color:var(--cf-blue)}.cf-segmented button.active{background:#fff;color:var(--cf-blue);box-shadow:0 1px 5px #1e3a5a21;font-weight:600}.cf-region-list{display:flex;flex-direction:column;gap:9px}.cf-region{overflow:hidden}.cf-region-header{width:100%;min-height:44px;padding:0 14px;border:0;background:#fff;display:flex;align-items:center;justify-content:space-between;color:#1f2329;transition:background .16s}.cf-region-header:hover{background:#f8fbff}.cf-region-header>div{display:flex;align-items:center;gap:9px}.cf-region-header svg{width:17px;height:17px;color:#86909c;transform:rotate(-90deg);transition:transform .2s ease}.cf-region.open .cf-region-header svg{transform:rotate(0)}.cf-region-header strong{font-size:13px}.cf-region-header span{padding:2px 7px;border-radius:9px;background:#edf5ff;color:#4087dd;font-size:10px}.cf-region-header small{color:#9aa3af;font-size:10px}.cf-region-content{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .22s ease,opacity .18s ease}.cf-region.open .cf-region-content{grid-template-rows:1fr;opacity:1}.cf-region-content>.cf-price-scroll{min-height:0;overflow:auto}.cf-price-table{width:100%;min-width:1050px;border-collapse:collapse;table-layout:fixed}.cf-price-table th{min-width:134px;height:38px;padding:0 10px;border-top:1px solid #e6eaf0;border-bottom:1px solid #e6eaf0;background:#fafbfc;color:#646b77;font-size:11px;font-weight:500;text-align:left}.cf-price-table th:first-child{width:86px}.cf-price-table td{height:38px;padding:4px 10px;border-bottom:1px solid #edf0f3;color:#4e5969;font-size:11px}.cf-price-table tbody tr:hover td{background:#fbfdff}.cf-price-table tr:last-child td{border-bottom:0}.cf-number-field{width:100%;height:28px;padding:0 7px;border:1px solid #dfe4ea;border-radius:4px;background:#fff;display:flex;align-items:center;gap:4px;transition:border-color .15s,box-shadow .15s}.cf-number-field:focus-within{border-color:#5ba5ff;box-shadow:0 0 0 3px #1677ff14}.cf-number-field span{color:#98a2b3}.cf-number-field input{width:100%;min-width:0;border:0;outline:0;color:#1f2329;font-size:11px;background:transparent}.cf-pending{color:#b0893e;font-size:10px}.cf-field select{height:38px;padding:0 34px 0 12px;border:1px solid #d8dee7;border-radius:4px;outline:0;background:#fff;color:#1f2329;font-size:13px}.cf-field select:focus{border-color:#5ba5ff;box-shadow:0 0 0 3px #1677ff1a}.cf-field small{color:#86909c;font-size:11px}.cf-bulk-grid{margin-top:20px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.cf-bulk-grid>label{display:flex;flex-direction:column;gap:7px;color:#4e5969;font-size:12px}.cf-bulk-grid .cf-number-field{height:36px}.cf-bulk-grid .cf-number-field input{font-size:13px}.cf-bulk-preview{margin-top:18px;padding:12px;border:1px solid #cfe0f5;border-radius:5px;background:#f5f9ff;display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:6px;color:#4e5969;font-size:12px}.cf-bulk-preview svg{width:18px;height:18px;color:var(--cf-blue)}.cf-bulk-preview strong{color:var(--cf-blue)}.cf-bulk-preview em{grid-column:1/-1;color:#7b8492;font-size:11px;font-style:normal;line-height:1.7}.cf-bulk-applied{margin-top:10px;min-height:34px;padding:8px 11px;border:1px solid #bce8d4;border-radius:5px;background:#f1fbf6;display:flex;align-items:center;gap:6px;color:#39745b;font-size:12px}.cf-bulk-applied svg{width:17px;height:17px;color:#20a56f;flex:0 0 auto}.cf-bulk-applied strong{color:#16845a}.cf-zone-editor{display:flex;flex-direction:column;gap:10px}.cf-zone-tip{margin:0 0 2px;padding:10px 12px;border:1px solid #cfe0f5;border-radius:5px;background:#f5f9ff;color:#5c6b7e;font-size:12px;line-height:1.55}.cf-zone-editor section{padding:12px;border:1px solid #e1e6ed;border-radius:5px;background:#fff}.cf-zone-editor section>header{margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:14px}.cf-zone-editor section>header>div{display:flex;align-items:center;gap:7px}.cf-zone-editor section strong{font-size:14px}.cf-zone-editor section header span{padding:2px 7px;border-radius:10px;background:#edf5ff;color:#4087dd;font-size:10px}.cf-zone-editor section select{min-width:185px;height:31px;padding:0 28px 0 10px;border:1px solid #d8dee7;border-radius:4px;background:#fff;color:#4e5969;outline:0;font-size:12px}.cf-zone-editor section>div:last-child{display:flex;flex-wrap:wrap;gap:6px}.cf-zone-editor section>div:last-child span{min-height:25px;padding:0 9px;border:1px solid #d9e6f7;border-radius:4px;background:#f7fbff;color:#4e5969;display:inline-flex;align-items:center;font-size:11px}html[data-yzt-theme=dark] :is(.cf-table-card,.cf-modal,.cf-button,.cf-option-tile,.cf-interval-card,.cf-region,.cf-region-header,.cf-back,.cf-number-field,.cf-price-heading,.cf-region-mode-card,.cf-zone-editor section){background:var(--surface);color:var(--text);border-color:var(--border)}html[data-yzt-theme=dark] :is(.cf-table th,.cf-price-table th,.cf-modal-footer){background:#141e2d;color:var(--muted);border-color:var(--border)}html[data-yzt-theme=dark] :is(.cf-table td,.cf-price-table td,.cf-modal>header,.cf-bind-divider){border-color:var(--border)}html[data-yzt-theme=dark] .cf-table tbody tr:hover td,html[data-yzt-theme=dark] .cf-region-header:hover{background:#17263a}html[data-yzt-theme=dark] :is(.cf-field input,.cf-field select,.cf-number-field input,.cf-new-interval input,.cf-zone-editor section select){background:#141e2d;color:var(--text);border-color:var(--border)}html[data-yzt-theme=dark] :is(.cf-segmented,.cf-zone-tip,.cf-bulk-preview){background:#17263a;border-color:var(--border);color:var(--muted)}html[data-yzt-theme=dark] .cf-bulk-applied{background:#153027;border-color:#285f4b;color:#9acdb8}html[data-yzt-theme=dark] .cf-segmented button.active{background:#22344d;color:#74b2ff}html[data-yzt-theme=dark] .cf-zone-editor section>div:last-child span{background:#17263a;color:var(--text);border-color:var(--border)}@keyframes cf-page-enter{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes cf-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes cf-modal-in{0%{opacity:0;transform:translateY(-10px) scale(.985)}to{opacity:1;transform:none}}@media(max-width:1180px){.courier-options,.platform-options{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.cf-price-heading,.cf-region-mode-card{align-items:flex-start;flex-direction:column}.cf-price-actions,.cf-region-mode-actions{width:100%;flex-wrap:wrap}.cf-bulk-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cf-zone-editor section>header{align-items:flex-start;flex-direction:column}.cf-zone-editor section select{width:100%}.cf-modal-layer{padding:12px}.cf-modal,.cf-modal.wide{width:calc(100vw - 24px);max-height:calc(100vh - 24px)}}@media(max-width:560px){.cf-bulk-grid{grid-template-columns:1fr}.cf-segmented{width:100%}.cf-segmented button,.cf-price-actions .cf-button{flex:1}}@media(prefers-reduced-motion:reduce){.cf-page,.cf-modal-layer,.cf-modal{animation:none}.cf-region-content,.cf-region-header svg,.cf-button,.cf-option-tile,.cf-interval-chip{transition:none}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2) format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2) format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2) format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2) format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2) format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2) format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-BasfLYem.woff2) format("woff2"),url(/assets/inter-cyrillic-500-normal-CxZf_p3X.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal-C4iEst2y.woff2) format("woff2"),url(/assets/inter-greek-ext-500-normal-2j5mBUwD.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal-BIZE56-Y.woff2) format("woff2"),url(/assets/inter-greek-500-normal-Xzm54t5V.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal-DOriooB6.woff2) format("woff2"),url(/assets/inter-vietnamese-500-normal-mJboJaSs.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2) format("woff2"),url(/assets/inter-latin-ext-500-normal-BxGbmqWO.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2) format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-ext-600-normal-Dfes3d0z.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-600-normal-Bcila6Z-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-normal-CWCymEST.woff2) format("woff2"),url(/assets/inter-cyrillic-600-normal-4D_pXhcN.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-ext-600-normal-DRtmH8MT.woff2) format("woff2"),url(/assets/inter-greek-ext-600-normal-B8X0CLgF.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-600-normal-plRanbMR.woff2) format("woff2"),url(/assets/inter-greek-600-normal-BZpKdvQh.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-vietnamese-600-normal-Cc8MFFhd.woff2) format("woff2"),url(/assets/inter-vietnamese-600-normal-BuLX-rYi.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-ext-600-normal-D2bJ5OIk.woff2) format("woff2"),url(/assets/inter-latin-ext-600-normal-CIVaiw4L.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2) format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-ext-700-normal-BjwYoWNd.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-700-normal-LO58E6JB.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-700-normal-CjBOestx.woff2) format("woff2"),url(/assets/inter-cyrillic-700-normal-DrXBdSj3.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-ext-700-normal-qfdV9bQt.woff2) format("woff2"),url(/assets/inter-greek-ext-700-normal-BoQ6DsYi.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-700-normal-C3JjAnD8.woff2) format("woff2"),url(/assets/inter-greek-700-normal-BUv2fZ6O.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-vietnamese-700-normal-DlLaEgI2.woff2) format("woff2"),url(/assets/inter-vietnamese-700-normal-BZaoP0fm.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-ext-700-normal-Ca8adRJv.woff2) format("woff2"),url(/assets/inter-latin-ext-700-normal-TidjK2hL.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2) format("woff2"),url(/assets/inter-latin-700-normal-BLAVimhd.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;color:#111c2e;background:#f3f6fa;font-synthesis:none;--blue: #0866d9;--blue-dark: #0755b6;--blue-soft: #eaf2ff;--text: #111c2e;--muted: #667085;--subtle: #8a96a8;--border: #dfe6ef;--surface: #ffffff;--background: #f3f6fa;--green: #139b69;--red: #d64141;--amber: #d78100}*{box-sizing:border-box}html{min-width:1100px;background:var(--background)}body{margin:0;min-width:1100px;min-height:100vh;background:var(--background);-webkit-font-smoothing:antialiased}html:has(.login-page),body:has(.login-page){min-width:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}button:not(:disabled),a,select{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(8,102,217,.18);outline-offset:1px}.button{min-height:40px;border:1px solid transparent;border-radius:6px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:14px;text-decoration:none;transition:background .16s,border-color .16s,color .16s}.button svg{width:18px;height:18px}.button.primary{background:var(--blue);color:#fff;border-color:var(--blue)}.button.primary:hover{background:var(--blue-dark);border-color:var(--blue-dark)}.button.secondary{background:#fff;color:#344054;border-color:#cfd8e5}.button.secondary:hover{color:var(--blue);border-color:#8ab8ed;background:#f8fbff}.button.danger{color:#fff;background:var(--red)}.button.danger-ghost{color:var(--red);border-color:#efb3b3;background:#fff}.text-button{border:0;padding:0;background:transparent;color:var(--blue);font-weight:600;display:inline-flex;align-items:center;gap:5px;font-size:13px}.text-button svg{width:16px;height:16px}.positive{color:var(--green)!important}.negative,.danger-text{color:var(--red)!important}.muted{color:#98a2b3}.tag{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:600;line-height:1;white-space:nowrap}.tag.neutral{color:#586474;background:#edf0f4}.tag.info{color:#075dbf;background:#e7f1fd}.tag.success{color:#08764d;background:#e3f6ee}.tag.danger{color:#ba2f2f;background:#fdeaea}.tag.warning{color:#a76500;background:#fff1d6}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.62fr) minmax(0,1fr);--blue: #0866d9;--blue-dark: #0755b6;--text: #111c2e;--muted: #667085;--border: #dfe6ef;color:var(--text);background:radial-gradient(circle at 91% 92%,rgba(152,215,255,.28),transparent 19%),linear-gradient(108deg,#dff2ff,#edf8ff 43%,#fff 68%)}.login-brand-panel{color:var(--text);display:flex;align-items:center;justify-content:center;padding:76px clamp(56px,7.2vw,132px) 54px;position:relative;overflow:hidden;background:linear-gradient(90deg,#ccedffad,#e6f6ff8a 72%,#fff0)}.login-brand-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 32% 43%,rgba(134,202,255,.18),transparent 27%),radial-gradient(circle at 10% 8%,rgba(119,198,255,.18),transparent 21%)}.login-brand-copy{position:relative;z-index:1;width:min(760px,100%);display:flex;flex-direction:column;align-items:center;transform:translateY(-1.5vh)}.login-corner-brand{position:absolute;z-index:2;left:28px;top:28px;height:42px;display:flex;align-items:center;gap:8px}.login-corner-brand img:first-child{width:38px;height:36px;object-fit:contain}.login-corner-brand img:last-child{width:96px;height:34px;object-fit:contain}.login-corner-brand img{mix-blend-mode:normal}.login-hero-title{text-align:center}.login-hero-title img{width:244px;height:76px;object-fit:contain;display:block;margin:0 auto}.login-hero-title p{margin:-4px 0 0;color:#2f3e53;letter-spacing:.24em;font-size:16px}.login-carousel{width:min(640px,100%);margin-top:58px}.login-carousel-stage{height:274px;position:relative;perspective:1100px}.login-highlight-card{position:absolute;top:20px;left:50%;width:320px;height:236px;padding:0;overflow:hidden;display:flex;flex-direction:column;border:0;border-radius:10px;background:#fff;color:var(--text);box-shadow:0 14px 34px #26649c24;transition:transform .55s cubic-bezier(.2,.75,.2,1),opacity .4s,filter .4s,box-shadow .4s}.login-highlight-card.active{z-index:3;transform:translate(-50%) translateY(-12px) scale(1);box-shadow:0 20px 44px #246aaa33}.login-highlight-card.left{z-index:1;transform:translate(-103%) translateY(14px) scale(.86);opacity:.72;filter:saturate(.78)}.login-highlight-card.right{z-index:1;transform:translate(3%) translateY(14px) scale(.86);opacity:.72;filter:saturate(.78)}.login-highlight-visual{height:145px;background:linear-gradient(145deg,#d8edff,#a8d3ff);display:grid;place-items:center}.login-highlight-visual svg{width:92px;height:92px;color:#1470e4;filter:drop-shadow(0 12px 15px rgba(6,89,190,.13))}.login-highlight-copy{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:12px 18px 15px}.login-highlight-copy strong{font-size:20px}.login-highlight-copy small{font-size:13px;color:#5f6e82}.login-highlight-card:focus-visible{outline:3px solid rgba(8,102,217,.28);outline-offset:4px}.login-carousel-dots{height:8px;display:flex;align-items:center;justify-content:center;gap:8px}.login-carousel-dots button{width:7px;height:7px;border:0;border-radius:999px;padding:0;background:#b8cce0;transition:width .25s,background .25s}.login-carousel-dots button.active{width:24px;background:var(--blue)}.login-stats{width:min(640px,100%);margin-top:42px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.login-stats>div{min-height:102px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(205,221,236,.74);border-radius:12px;background:#ffffffe6;box-shadow:0 7px 20px #3367941f}.login-stats strong{color:#176ff0;font-size:34px;line-height:1;letter-spacing:-.04em}.login-stats sup{margin-left:3px;font-size:13px;vertical-align:top}.login-stats span{margin-top:10px;color:#657388;font-size:13px}.brand-lockup{display:flex;align-items:center;flex:0 0 auto}.brand-lockup img{display:block;object-fit:contain}.brand-lockup-sidebar{height:82px;justify-content:flex-start;gap:10px;border-bottom:0;padding:10px 24px;background:#fff}.brand-lockup-sidebar .brand-symbol{width:45px;height:38px}.brand-lockup-sidebar .brand-wordmark{width:116px;height:40px}.login-form-panel{display:flex;align-items:center;justify-content:flex-end;padding:64px 38px 64px 0;background:transparent}.login-card{width:min(720px,calc(100vw - 72px));min-height:640px;max-width:none;padding:52px 56px 42px;border:1px solid rgba(214,225,238,.78);border-radius:30px;background:#fffffffa;box-shadow:0 28px 70px #35587b2e,0 8px 24px #426b9214;transform:translate(-46px);flex:0 0 auto}.login-card>:is(.login-heading,.field-label,.input-with-icon,.login-options,.form-error,.form-notice,.login-button,.login-register-entry){width:100%;max-width:440px;margin-left:auto;margin-right:auto}.mobile-brand{display:none}.mobile-brand img{width:116px;height:116px;object-fit:contain}.login-heading>span,.page-header>div>span{color:var(--blue);text-transform:uppercase;font-size:11px;font-weight:700;letter-spacing:.14em}.login-heading>span{display:inline-flex;align-items:center;min-height:28px;padding:0 11px;border:1px solid #cfe2fb;border-radius:999px;background:#f1f7ff;letter-spacing:.08em}.login-heading h2{margin:16px 0 11px;font-size:34px;letter-spacing:-.04em;line-height:1.2}.login-heading p{margin:0 0 34px;color:var(--muted);font-size:14px;line-height:1.75}.field-label{display:block;margin:18px 0 8px;font-size:13px;font-weight:600}.login-card .field-label{margin-top:22px;margin-bottom:9px;color:#26374c;font-size:13px}.input-with-icon,.input-with-prefix{display:flex;align-items:center;border:1px solid #cfd8e5;border-radius:6px;background:#fff;overflow:hidden}.login-card .input-with-icon{min-height:52px;border-color:#d2deeb;border-radius:12px;background:#f8fafc;transition:background .18s,border-color .18s,box-shadow .18s}.input-with-icon:focus-within,.input-with-prefix:focus-within{border-color:#75a9e7;box-shadow:0 0 0 3px #0866d91a}.login-card .input-with-icon:focus-within{border-color:#5c9fea;background:#fff;box-shadow:0 0 0 4px #0866d91a}.input-with-icon svg,.input-with-prefix svg{margin-left:13px;color:#7a8699;width:19px;height:19px;flex:0 0 auto}.login-card .input-with-icon svg{margin-left:16px;color:#71839a;width:20px;height:20px}.input-with-icon input,.input-with-prefix input{border:0!important;box-shadow:none!important;flex:1;min-width:0}.login-card .input-with-icon input{min-height:50px;padding:0 15px;background:transparent;font-size:14px}.form-error{margin-top:14px;color:var(--red);background:#fff1f1;padding:10px 12px;border-radius:6px;display:flex;gap:8px;font-size:13px;align-items:center}.login-button{width:100%;margin-top:30px;min-height:54px;border-radius:12px;font-size:15px;box-shadow:0 12px 24px #0866d933;transition:background .16s,border-color .16s,transform .16s,box-shadow .16s}.login-button:hover{transform:translateY(-1px);box-shadow:0 15px 28px #0866d93d}.login-options{margin-top:18px;display:grid;gap:10px}.login-options-inline{grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:16px}.login-options-inline .login-check-row{white-space:nowrap}.login-options-inline .login-check-row:last-child{justify-self:end}.login-check-row{min-width:0;display:flex;align-items:flex-start;gap:9px;color:#56677f;font-size:12px;line-height:1.55;cursor:pointer}.login-check-row>input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;min-width:16px;height:16px;min-height:16px;padding:0;margin:1px 0 0;flex:0 0 auto;display:grid;place-items:center;border:1px solid #aebdce;border-radius:4px;background:#fff;cursor:pointer;transition:border-color .16s,background .16s,box-shadow .16s,transform .16s}.login-check-row>input:after{content:"";width:7px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;opacity:0;transform:translateY(-1px) rotate(-45deg) scale(.7);transition:opacity .14s,transform .14s}.login-check-row>input:hover{border-color:#5c9fea}.login-check-row>input:focus-visible{outline:none;box-shadow:0 0 0 3px #0866d921}.login-check-row>input:checked{border-color:#0866d9;background:#0866d9}.login-check-row>input:checked:after{opacity:1;transform:translateY(-1px) rotate(-45deg) scale(1)}.login-check-row>input:active{transform:scale(.92)}.login-check-row>span{min-width:0}.login-check-row button,.login-register-entry button{padding:0;border:0;color:#0866d9;background:transparent;font:inherit;font-weight:600;cursor:pointer}.login-check-row button:hover,.login-register-entry button:hover{color:#064fa9;text-decoration:underline}.form-notice{margin-top:14px;padding:10px 12px;display:flex;align-items:center;gap:8px;border-radius:7px;color:#08714f;background:#e9f8f1;font-size:13px}.form-notice svg{width:18px;height:18px;flex:0 0 auto}.login-register-entry{margin-top:17px;color:#8995a6;font-size:13px;text-align:center}.login-dialog-overlay{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#111f338a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:login-overlay-in .2s ease both}.login-dialog{width:min(560px,calc(100vw - 48px));max-height:calc(100vh - 48px);overflow:hidden auto;border:1px solid rgba(215,226,239,.96);border-radius:18px;color:#172944;background:#fff;box-shadow:0 26px 70px #172d4940;animation:login-dialog-in .25s cubic-bezier(.2,.8,.25,1) both}.login-dialog>header{min-height:82px;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf1f6}.login-dialog>header span{color:#0866d9;font-size:11px;font-weight:700;letter-spacing:.1em}.login-dialog>header h2{margin:5px 0 0;color:#172944;font-size:22px}.login-dialog>header>button{width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;color:#7d8b9f;background:transparent}.login-dialog>header>button:hover{color:#164a8b;background:#f0f6fd}.login-dialog>header svg{width:20px;height:20px}.login-dialog-content{padding:24px}.login-dialog-content>p{margin:0 0 15px;color:#5e6e84;font-size:14px;line-height:1.8}.login-dialog-content>p:last-child{margin-bottom:0}.login-dialog>footer{min-height:68px;padding:14px 24px;display:flex;align-items:center;justify-content:flex-end;gap:10px;border-top:1px solid #edf1f6;background:#fbfcfe}.login-dialog>footer .button{min-height:40px}.register-form{display:grid;gap:17px}.register-form>label,.register-password-grid>label{display:grid;gap:8px;color:#26374c;font-size:13px;font-weight:600}.register-form :is(input:not([type=checkbox])){width:100%;min-height:46px;padding:0 13px;border:1px solid #ccd8e7;border-radius:8px;color:#172944;background:#fff;outline:none;transition:border-color .18s,box-shadow .18s}.register-form :is(input:not([type=checkbox])):focus{border-color:#5c9fea;box-shadow:0 0 0 4px #0866d914}.register-password-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.register-form .login-check-row{display:flex;font-weight:400}@keyframes login-overlay-in{0%{opacity:0}}@keyframes login-dialog-in{0%{opacity:0;transform:translateY(12px) scale(.98)}}.app-shell{min-height:100vh;display:flex;background:var(--background);padding-bottom:30px}.sidebar{width:252px;background:#fff;border-right:1px solid var(--border);position:fixed;left:0;top:0;bottom:30px;z-index:20;display:flex;flex-direction:column}.main-nav{flex:1;padding:22px 14px;overflow:auto}.nav-group{margin-bottom:5px}.nav-item{min-height:42px;width:100%;display:flex;align-items:center;gap:12px;border:0;background:transparent;color:#38465a;padding:0 13px;border-radius:5px;text-decoration:none;font-size:14px;position:relative}.nav-item>svg:first-child{width:20px;height:20px;color:#3e526d}.nav-item>span{flex:1;text-align:left}.nav-item>svg:last-child:not(:first-child){width:15px;transition:transform .15s}.nav-item>svg.rotated{transform:rotate(180deg)}.nav-item:hover:not(.disabled),.nav-item.group-active,.nav-item.active{background:#eef4ff;color:#075fca}.nav-item.active{font-weight:650;box-shadow:inset 3px 0 var(--blue)}.nav-item.active>svg,.nav-item.group-active>svg:first-child{color:var(--blue)}.nav-item.disabled{color:#98a2b3;cursor:default}.nav-item.disabled em{font-style:normal;font-size:10px;border-radius:999px;background:#f0f2f5;padding:3px 6px}.nav-children{margin:3px 0 8px 37px;border-left:1px solid #d8e1ed;padding-left:11px}.nav-children a{min-height:34px;display:flex;align-items:center;padding:0 11px;border-radius:4px;color:#667085;text-decoration:none;font-size:12px}.nav-children a:hover,.nav-children a.active{color:var(--blue);background:#f2f7ff;font-weight:600}.nav-nested>button{width:100%;min-height:34px;border:0;border-radius:4px;background:transparent;color:#667085;display:flex;align-items:center;gap:8px;padding:0 9px;font-size:12px}.nav-nested>button:hover,.nav-nested>button.active{color:var(--blue);background:#f2f7ff}.nav-nested>button>svg:first-child{width:15px;height:15px}.nav-nested>button span{flex:1;text-align:left}.nav-nested>button>svg:last-child{width:12px;transition:transform .18s}.nav-nested>button>svg.rotated{transform:rotate(180deg)}.nav-nested>div{margin-left:17px;border-left:1px solid #dce6f2;padding:3px 0 4px 8px}.nav-nested>div a{min-height:32px;font-size:11px}.sidebar-user{border-top:1px solid var(--border);padding:16px 18px;display:flex;align-items:center;gap:10px}.avatar{width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex:0 0 auto}.sidebar-user>div:nth-child(2){display:flex;flex-direction:column;flex:1;min-width:0}.sidebar-user strong{font-size:13px}.sidebar-user span:not(.avatar){color:var(--muted);font-size:11px;margin-top:2px}.sidebar-user button{border:0;background:transparent;color:#7a8699;padding:5px}.app-main{margin-left:252px;width:calc(100% - 252px);min-height:calc(100vh - 30px)}.topbar{height:76px;background:#fffffff0;border-bottom:0;padding:0 34px;display:flex;align-items:center;position:sticky;top:0;z-index:15;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.opened-page-tabs{min-width:0;flex:1 1 auto;height:100%;margin-right:22px;display:flex;align-items:center;overflow:hidden}.opened-page-tabs-scroll{width:100%;display:flex;align-items:center;gap:7px;padding:4px 2px;overflow-x:auto;overscroll-behavior-x:contain;scroll-behavior:smooth;scrollbar-width:none}.opened-page-tabs-scroll::-webkit-scrollbar{display:none}.opened-page-tab{flex:0 0 auto;max-width:164px;height:32px;padding:0 8px 0 11px;border:1px solid #d6deea;border-radius:5px;background:#ffffffeb;color:#415067;display:inline-flex;align-items:center;gap:6px;font-size:12px;line-height:1;box-shadow:0 1px 2px #172c4906;transition:color .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease;animation:opened-tab-enter .2s ease both}.opened-page-tab:hover{color:var(--blue);border-color:#a9c8ef;background:#f8fbff;transform:translateY(-1px)}.opened-page-tab:focus-visible{outline:2px solid rgba(20,111,230,.25);outline-offset:2px}.opened-page-tab.active{color:#fff;border-color:var(--blue);background:linear-gradient(135deg,var(--blue),#2e79f2);box-shadow:0 4px 12px #1467dc2e}.opened-page-tab.active:hover{color:#fff;border-color:var(--blue);background:linear-gradient(135deg,var(--blue),#2e79f2)}.opened-page-tab>i{width:6px;height:6px;border-radius:50%;background:#fff;box-shadow:0 0 0 2px #ffffff29;flex:0 0 auto}.opened-page-tab-label{min-width:0;flex:1;height:100%;padding:0;border:0;background:transparent;color:inherit;display:flex;align-items:center;font:inherit}.opened-page-tab-label>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.opened-page-tab-close{width:19px;height:19px;padding:0;border:0;border-radius:50%;background:transparent;color:inherit;display:grid;place-items:center;opacity:.65;transition:opacity .14s,background .14s,transform .14s}.opened-page-tab-close svg{width:12px;height:12px}.opened-page-tab-close:hover{opacity:1;background:#4150671a;transform:scale(1.06)}.opened-page-tab.active .opened-page-tab-close:hover{background:#ffffff2e}@keyframes opened-tab-enter{0%{opacity:0;transform:translateY(-3px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.company-select-wrap{position:relative;height:38px;background:#f5f7fa;border:1px solid #e3e8ef;border-radius:19px;color:#35445a;flex:0 0 auto;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.company-select-wrap:hover{border-color:#cbd8e8;background:#f8fafc}.company-select-wrap.open{border-color:#9fc2ef;background:#fff;box-shadow:0 0 0 3px #1a6fde14}.company-select-trigger{width:100%;min-width:205px;height:100%;padding:0 11px 0 13px;border:0;border-radius:inherit;background:transparent;color:inherit;display:flex;align-items:center;gap:9px;text-align:left}.company-select-trigger>svg:first-child{width:17px;height:17px;flex:0 0 auto}.company-select-trigger>span{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1c293c;font-size:13px;font-weight:600}.company-select-trigger>svg:last-child{width:14px;height:14px;flex:0 0 auto;color:#748197;transition:transform .2s cubic-bezier(.2,.8,.2,1)}.company-select-wrap.open .company-select-trigger>svg:last-child{transform:rotate(180deg)}.company-select-trigger:focus-visible{outline:2px solid rgba(26,111,222,.22);outline-offset:2px}.company-select-menu{top:calc(100% + 8px);right:0;width:max(100%,224px);padding:6px;border-radius:10px;overflow:visible;transform-origin:top right;animation:company-menu-enter .2s cubic-bezier(.2,.82,.2,1) both}.company-select-menu>button{width:100%;min-height:38px;padding:0 10px 0 11px;border:0;border-radius:7px;background:transparent;color:#35445a;display:flex;align-items:center;gap:10px;text-align:left;font-size:12px;transition:color .15s ease,background .15s ease,transform .15s ease}.company-select-menu>button>span{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.company-select-menu>button>svg{width:15px;height:15px;color:var(--blue);flex:0 0 auto}.company-select-menu>button:hover{color:var(--blue);background:#f1f6fd;transform:translate(1px)}.company-select-menu>button.selected{color:#075fca;background:#eaf3ff;font-weight:650}@keyframes company-menu-enter{0%{opacity:0;transform:translateY(-7px) scale(.975)}to{opacity:1;transform:translateY(0) scale(1)}}.topbar-right{display:flex;align-items:center;gap:8px;margin-left:17px;flex:0 0 auto}.top-date{font-size:12px;color:#5c697b;margin-right:5px}.icon-button{width:38px;height:38px;border:0;background:transparent;color:#46566c;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;position:relative}.icon-button:hover{background:#f3f6fa;color:var(--blue)}.icon-button svg{width:20px;height:20px}.icon-button i{position:absolute;top:3px;right:1px;width:16px;height:16px;background:var(--red);color:#fff;border:2px solid #fff;border-radius:50%;font-style:normal;font-size:8px;display:grid;place-items:center}.disabled-help{opacity:.8;cursor:default!important}.popover-anchor{position:relative}.profile-button{border:0;background:transparent;display:flex;align-items:center;gap:8px;padding:3px 4px 3px 8px;border-radius:6px}.profile-button:hover{background:#f5f7fa}.profile-button>div{display:flex;flex-direction:column;text-align:left;min-width:60px}.profile-button strong{font-size:12px}.profile-button small{color:#7a8699;font-size:10px;margin-top:2px}.profile-button>svg{width:14px;color:#7a8699}.popover{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 12px 34px #26374d29;z-index:40;overflow:hidden}.notification-popover{width:370px}.popover-title{padding:14px 16px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.popover-title strong{font-size:14px}.popover-title span{color:var(--muted);font-size:11px}.notification-popover>button{width:100%;border:0;border-bottom:1px solid #edf0f4;padding:13px 15px;background:#fff;display:flex;align-items:flex-start;gap:10px;text-align:left}.notification-popover>button:hover{background:#f8fafc}.notification-popover>button>div{flex:1;display:flex;flex-direction:column}.notification-popover strong{font-size:12px}.notification-popover small{font-size:11px;color:var(--muted);margin-top:3px;line-height:1.5}.notification-popover>button>svg{width:14px;margin-top:8px;color:#7c8a9d}.alert-dot{width:8px;height:8px;border-radius:50%;margin-top:5px;background:var(--blue)}.alert-dot.urgent{background:var(--red)}.alert-dot.warning{background:#f2a000}.alert-dot.notice{background:#b65312}.profile-popover{width:215px;padding:6px}.profile-popover button{width:100%;border:0;background:#fff;min-height:38px;border-radius:5px;padding:0 10px;display:flex;align-items:center;gap:9px;font-size:12px;text-align:left}.profile-popover button:hover:not(:disabled){background:#f4f7fa;color:var(--blue)}.profile-popover button:disabled{color:#98a2b3;cursor:default}.profile-popover button svg{width:17px}.profile-popover button span{margin-left:auto;font-size:10px}.content{width:100%;max-width:none;margin:0;padding:28px clamp(22px,1.6vw,34px) 44px}.demo-strip{position:fixed;left:0;bottom:0;width:100%;height:30px;background:#13233a;color:#d9e5f3;display:flex;align-items:center;justify-content:center;gap:7px;font-size:11px;z-index:50}.demo-strip svg{width:14px}.toast{position:fixed;right:30px;bottom:48px;background:#153a30;color:#fff;border-radius:7px;padding:12px 16px;box-shadow:0 8px 26px #11322a40;z-index:80;display:flex;align-items:center;gap:9px;font-size:13px}.profile-page{display:grid;grid-template-columns:minmax(320px,.72fr) minmax(520px,1.38fr);gap:20px;align-items:start;animation:profile-page-enter .28s ease both}.profile-card{overflow:hidden;border:1px solid #dfe6ef;border-radius:8px;background:#fff;box-shadow:0 8px 24px #28486b12}.profile-card>header{min-height:52px;padding:0 18px;border-bottom:1px solid #e7ecf2;display:flex;align-items:center}.profile-card>header strong{color:#17243a;font-size:15px}.profile-avatar-stage{min-height:190px;padding:24px 20px 18px;display:flex;flex-direction:column;align-items:center;justify-content:center}.profile-avatar-large{width:92px;height:92px;border-radius:50%;background:linear-gradient(145deg,#075fd0,#2688ee);color:#fff;display:grid;place-items:center;font-size:36px;font-weight:750;box-shadow:0 14px 26px #0b67d833}.profile-avatar-stage>strong{margin-top:14px;color:#1b2a40;font-size:16px}.profile-avatar-stage>small{margin-top:4px;color:#8a97a9;font-size:12px}.profile-summary-card dl{margin:0;padding:0 20px 20px}.profile-summary-card dl>div{min-height:43px;border-top:1px solid #e8edf3;display:flex;align-items:center;gap:16px}.profile-summary-card dt{flex:0 0 102px;color:#455268;display:flex;align-items:center;gap:7px;font-size:12px}.profile-summary-card dt svg{width:16px;height:16px;color:#64748b}.profile-summary-card dd{min-width:0;flex:1;margin:0;color:#1c293c;text-align:right;overflow-wrap:anywhere;font-size:12px}.profile-tabs{height:55px;padding:0 18px;border-bottom:1px solid #e5ebf3;display:flex;align-items:flex-end}.profile-tabs span{height:42px;padding:0 4px;border-bottom:2px solid var(--blue);color:var(--blue);display:flex;align-items:center;font-size:13px;font-weight:650}.profile-edit-card form{max-width:760px;padding:24px 28px 32px}.profile-edit-card form>label{min-height:48px;display:grid;grid-template-columns:110px minmax(0,1fr);align-items:center;gap:12px}.profile-edit-card form>label>span,.profile-edit-card legend{color:#455268;font-size:12px;font-weight:600;text-align:right}.profile-edit-card form>label>span i{margin-right:5px;color:#e5484d;font-style:normal}.profile-edit-card input[type=text],.profile-edit-card input[type=tel],.profile-edit-card input[type=email]{width:100%;height:38px;padding:0 12px;border:1px solid #d5deea;border-radius:5px;background:#fff;color:#1c293c;font-size:13px;transition:border-color .16s,box-shadow .16s}.profile-edit-card input:focus{border-color:#6ca6e9;outline:0;box-shadow:0 0 0 3px #0866d917}.profile-edit-card fieldset{min-height:48px;margin:0;padding:0;border:0;display:grid;grid-template-columns:110px auto auto 1fr;align-items:center;gap:14px}.profile-edit-card legend{grid-column:1;width:100%;padding:0}.profile-edit-card fieldset label{display:inline-flex;align-items:center;gap:6px;color:#344054;font-size:13px}.profile-edit-card fieldset input{width:15px;height:15px;accent-color:var(--blue)}.profile-form-error{min-height:36px;margin:8px 0 0 122px;padding:8px 10px;border-radius:6px;background:#fff1f1;color:var(--red);display:flex;align-items:center;gap:7px;font-size:12px}.profile-form-error svg{width:16px;height:16px}.profile-form-actions{margin:20px 0 0 122px;display:flex;gap:10px}.profile-form-actions .button{min-width:76px}@keyframes profile-page-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}html[data-yzt-theme=dark] .company-select-wrap{border-color:#344258;background:#172337}html[data-yzt-theme=dark] .company-select-wrap.open{border-color:#4a8fdc;background:#1b2940}html[data-yzt-theme=dark] .company-select-trigger>span{color:#eef5ff}html[data-yzt-theme=dark] .company-select-menu>button{color:#cdd9ea}html[data-yzt-theme=dark] .company-select-menu>button:hover,html[data-yzt-theme=dark] .company-select-menu>button.selected{color:#74b8ff;background:#203959}html[data-yzt-theme=dark] .profile-card{border-color:#35445a;background:#172337;box-shadow:0 8px 24px #0000002e}html[data-yzt-theme=dark] .profile-card>header,html[data-yzt-theme=dark] .profile-tabs,html[data-yzt-theme=dark] .profile-summary-card dl>div{border-color:#344258}html[data-yzt-theme=dark] .profile-card>header strong,html[data-yzt-theme=dark] .profile-avatar-stage>strong,html[data-yzt-theme=dark] .profile-summary-card dd{color:#eef5ff}html[data-yzt-theme=dark] .profile-summary-card dt,html[data-yzt-theme=dark] .profile-edit-card form>label>span,html[data-yzt-theme=dark] .profile-edit-card legend,html[data-yzt-theme=dark] .profile-edit-card fieldset label{color:#bdc9d9}html[data-yzt-theme=dark] .profile-edit-card input[type=text],html[data-yzt-theme=dark] .profile-edit-card input[type=tel],html[data-yzt-theme=dark] .profile-edit-card input[type=email]{border-color:#3d4b61;background:#121d2d;color:#eef5ff}.topbar{height:54px;padding:0 24px;gap:18px;border-bottom:1px solid #e3e8f0}.topbar-route-tools{min-width:0;flex:1;display:flex;align-items:center;gap:4px}.topbar-route-button{width:36px;height:36px;border:0;border-radius:6px;background:transparent;color:#4b5565;display:grid;place-items:center;transition:background .18s ease,color .18s ease,transform .18s ease}.topbar-route-button:hover{background:#edf3fb;color:var(--blue);transform:translateY(-1px)}.topbar-route-button svg{width:19px;height:19px}.topbar-breadcrumb{min-width:0;display:flex;align-items:center;color:#667085;margin-left:7px;font-size:14px;white-space:nowrap;overflow:hidden}.topbar-breadcrumb span{display:inline-flex;align-items:center;gap:8px}.topbar-breadcrumb span:last-child{color:#172033;font-weight:600}.topbar-breadcrumb svg{width:14px;height:14px;margin:0 7px;color:#98a2b3}.current-page-tabbar{height:42px;display:flex;align-items:center;gap:6px;padding:0 24px;background:#fff;border-bottom:1px solid #dfe5ee;overflow:hidden}.current-page-tabbar .opened-page-tabs{width:100%;height:100%;margin-right:0}.current-page-tabbar .opened-page-tabs-scroll{height:100%;padding-block:5px}.current-page-tab{height:34px;min-width:108px;max-width:220px;padding:0 12px 0 16px;border:1px solid #cfe1f8;border-bottom-color:#fff;border-radius:7px 7px 0 0;background:#eef6ff;color:#0872dc;display:inline-flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;animation:sfm-tab-in .22s ease both}.current-page-tab>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.current-page-tab svg{width:13px;height:13px;opacity:.7}.current-page-tab svg:hover{opacity:1}@keyframes sfm-tab-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.sidebar-collapsed .sidebar{width:72px}.sidebar-collapsed .app-main{margin-left:72px;width:calc(100% - 72px)}.sidebar-collapsed .brand-lockup-sidebar{justify-content:center;padding-inline:0}.sidebar-collapsed .brand-lockup-sidebar .brand-wordmark,.sidebar-collapsed .nav-item span,.sidebar-collapsed .nav-item>svg:last-child,.sidebar-collapsed .nav-children,.sidebar-collapsed .sidebar-user>div:nth-child(2),.sidebar-collapsed .sidebar-user>button{display:none}.sidebar-collapsed .main-nav{padding-inline:10px}.sidebar-collapsed .nav-item{justify-content:center;padding:0}.sidebar-collapsed .sidebar-user{justify-content:center;padding-inline:8px}.sidebar,.app-main{transition:width .22s ease,margin-left .22s ease}.sfm-page{color:#172033}.sfm-enter{animation:sfm-page-enter .28s cubic-bezier(.2,.75,.3,1) both}@keyframes sfm-page-enter{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.sfm-page-head{min-height:62px;margin-bottom:18px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.sfm-heading-line{display:flex;align-items:flex-start;gap:10px}.sfm-page-head h1{margin:0;color:#152139;font-size:24px;line-height:1.25;letter-spacing:-.3px}.sfm-page-head p{margin:7px 0 0;color:#7a8799;font-size:13px}.sfm-icon-button{width:34px;height:34px;border:1px solid #d8e0eb;border-radius:6px;background:#fff;color:#4e5f77;display:grid;place-items:center}.sfm-icon-button:hover{color:var(--blue);border-color:#8dbdf4}.sfm-head-actions,.sfm-toolbar-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.sfm-button,.sfm-toolbar-actions button{min-height:36px;padding:0 14px;border:1px solid #d4deeb;border-radius:5px;background:#fff;color:#34445b;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:13px;transition:all .17s ease}.sfm-button:hover,.sfm-toolbar-actions button:hover{border-color:#81b6f4;color:#0872dc;background:#f6faff;transform:translateY(-1px);box-shadow:0 3px 10px #2c69b814}.sfm-button.primary{color:#fff;background:#1677e8;border-color:#1677e8}.sfm-button.primary:hover{color:#fff;background:#0869d3}.sfm-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.sfm-button svg,.sfm-toolbar-actions svg{width:16px;height:16px}.sfm-searchbar,.sfm-toolbar,.sfm-platform-detail-head{margin-bottom:18px;padding:14px 16px;border:1px solid #dfe5ed;border-radius:7px;background:#fff;box-shadow:0 2px 7px #1f314b06}.sfm-searchbar>div,.sfm-inline-search{width:min(340px,100%);height:38px;border:1px solid #d2dce9;border-radius:5px;display:flex;align-items:center;background:#fff}.sfm-searchbar svg,.sfm-inline-search svg{width:17px;margin:0 10px;color:#8290a4}.sfm-searchbar input,.sfm-inline-search input{flex:1;min-width:0;height:100%;border:0;outline:0;background:transparent;color:#243147;font-size:13px}.sfm-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.sfm-platform-section{margin:20px 0 24px;padding:14px 16px 24px;border:1px solid rgba(220,228,238,.72);border-radius:14px;background:#fff;box-shadow:0 8px 24px #2642690b;animation:sfm-section-enter .34s ease both}.sfm-platform-section+.sfm-platform-section{animation-delay:70ms}@keyframes sfm-section-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.sfm-platform-section>h2{margin:0 0 12px;font-size:16px;color:#26374d;display:flex;align-items:center;gap:7px}.sfm-platform-section>h2:before{content:"";width:4px;height:16px;border-radius:2px;background:#1682ec}.sfm-platform-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:flex-start;gap:18px}.sfm-platform-card{width:100%;min-height:400px;overflow:hidden;border:1px solid #dce4ee;border-radius:14px;background:#fff;box-shadow:0 7px 20px #2642690f;animation:sfm-card-enter .38s cubic-bezier(.2,.78,.25,1) both;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.sfm-platform-card:hover{transform:translateY(-5px);border-color:#9bc8f6;box-shadow:0 16px 34px #296fc424}@keyframes sfm-card-enter{0%{opacity:0;transform:translateY(10px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.sfm-platform-art{height:290px;position:relative;overflow:hidden;background:#f2f7fe}.sfm-platform-art img{width:100%;height:100%;object-fit:cover;transition:transform .34s cubic-bezier(.2,.75,.3,1),filter .34s ease}.sfm-platform-art.doudian{background:linear-gradient(150deg,#f8fbff,#e8f2ff 52%,#dbeaff)}.sfm-platform-art.doudian img{width:222px;height:222px;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);object-fit:contain;mix-blend-mode:multiply;filter:saturate(1.03)}.sfm-platform-art.ali1688{background:linear-gradient(145deg,#fff8f4,#ffede4)}.sfm-platform-art.ali1688 img{object-fit:contain;padding:34px;filter:drop-shadow(0 10px 18px rgba(255,91,0,.12))}.sfm-platform-card:hover .sfm-platform-art img{transform:scale(1.025);filter:saturate(1.04)}.sfm-platform-card:hover .sfm-platform-art.doudian img{transform:translate(-50%,-50%) scale(1.025)}.sfm-platform-art>span{position:absolute;top:12px;right:12px;border:1px solid #cfe2f8;border-radius:99px;padding:4px 9px;background:#ffffffd9;color:#4480bd;font-size:11px}.sfm-platform-card>footer{min-height:110px;padding:16px;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;gap:14px}.sfm-platform-card>footer>div:first-child{display:flex;flex-direction:column}.sfm-platform-card strong{font-size:17px}.sfm-platform-card strong b{color:#0877e8;font:inherit}.sfm-platform-card small{margin-top:5px;color:#8a96a8;font-size:12px}.sfm-platform-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.sfm-platform-actions button{height:38px;padding:0 10px;border:1px solid #d5dfeb;border-radius:7px;color:#39506b;background:#fff;font-size:12px;transition:color .17s ease,border-color .17s ease,background .17s ease,transform .17s ease}.sfm-platform-actions button:hover{color:#fff;background:#1677e8;border-color:#1677e8;transform:translateY(-1px);box-shadow:0 5px 12px #1677e829}.sfm-platform-actions button:active{transform:translateY(0) scale(.98)}.sfm-table-card{overflow:auto;border:1px solid #dce4ed;border-radius:7px;background:#fff;box-shadow:0 2px 8px #21365409}.sfm-table{width:100%;min-width:920px;border-collapse:collapse;font-size:12px}.sfm-table th{height:43px;padding:0 14px;border-bottom:1px solid #dae3ee;background:#f5f8fc;color:#617187;text-align:left;font-weight:600;white-space:nowrap}.sfm-table td{height:48px;padding:8px 14px;border-bottom:1px solid #edf1f5;color:#536276;white-space:nowrap}.sfm-table tbody tr{animation:sfm-row-enter .22s ease both}.sfm-table tbody tr:hover{background:#f7fbff}.sfm-table tr:last-child td{border-bottom:0}.sfm-table td strong{color:#202f43;font-weight:650}@keyframes sfm-row-enter{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}.sfm-status{display:inline-flex;min-height:23px;align-items:center;padding:0 8px;border-radius:4px;color:#16805d;background:#ecfaf5;font-size:11px}.sfm-status.info{color:#166aca;background:#edf5ff}.sfm-row-actions{display:flex;align-items:center;gap:4px}.sfm-row-actions button,.sfm-link{border:0;background:transparent;color:#1675d8;padding:4px 6px;font-size:11px}.sfm-row-actions button:hover,.sfm-link:hover{text-decoration:underline}.sfm-row-actions button.danger{color:#e5484d}.sfm-empty{min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9aa5b5}.sfm-empty svg{width:32px;height:32px;margin-bottom:8px;opacity:.7}.sfm-empty strong{color:#667085;font-size:13px}.sfm-empty span{margin-top:5px;font-size:11px}.sfm-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:220;display:grid;place-items:center;padding:30px;background:#12182270;animation:sfm-mask-in .28s cubic-bezier(.16,.84,.28,1) both}.sfm-modal{width:min(720px,94vw);max-height:88vh;overflow:auto;border-radius:8px;background:#fff;box-shadow:0 24px 70px #0a1b3240;transform-origin:50% 46%;animation:sfm-modal-in .38s cubic-bezier(.16,1,.3,1) both;will-change:transform,opacity}@keyframes sfm-mask-in{0%{opacity:0}to{opacity:1}}@keyframes sfm-modal-in{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.sfm-modal>header{height:54px;padding:0 20px;border-bottom:1px solid #e7ebf1;display:flex;align-items:center;justify-content:space-between}.sfm-modal>header h2{margin:0;font-size:16px;color:#1e2c40}.sfm-modal>header button{border:0;background:transparent;color:#7d899a}.sfm-modal-body{padding:22px}.sfm-modal>footer{padding:12px 20px;border-top:1px solid #e7ebf1;display:flex;justify-content:flex-end;gap:8px}.sfm-form-grid{display:grid;gap:18px}.sfm-form-grid label>span,.sfm-field>span,.sfm-cost-editor label>span{display:block;margin-bottom:7px;color:#35445a;font-size:12px;font-weight:600}.sfm-form-grid b,.sfm-cost-editor b{color:#e5484d;margin-left:2px}.sfm-date-pair{display:flex;align-items:center;gap:8px}.sfm-date-pair input,.sfm-field select,.sfm-cost-editor input{height:38px;border:1px solid #d2dce8;border-radius:5px;padding:0 11px;color:#34445b;background:#fff}.sfm-date-pair input{flex:1}.sfm-date-pair i{color:#8b96a7;font-size:11px;font-style:normal}.sfm-choice{height:38px;border:1px solid #bdd8f7;border-radius:5px;background:#f4f9ff;color:#1975d3;padding:0 13px}.sfm-input-addon{height:38px;display:inline-flex;align-items:center;border:1px solid #d2dce8;border-radius:5px;overflow:hidden;background:#fff}.sfm-input-addon span,.sfm-input-addon em{height:100%;display:flex;align-items:center;padding:0 10px;background:#f5f7fa;color:#69778b;font-size:11px;font-style:normal}.sfm-input-addon input{width:90px;height:100%;border:0;border-inline:1px solid #e2e8f0;outline:0;padding:0 10px}.sfm-import-settings{display:flex;align-items:stretch;flex-wrap:wrap;gap:12px;margin-bottom:20px}.sfm-setting-card{width:360px;min-height:88px;padding:14px;border:1px solid #cfd8e4;border-radius:12px;background:#fff;display:flex;flex-direction:column;justify-content:center;animation:sfm-setting-enter .3s ease both}.sfm-setting-card.logistics{width:400px;animation-delay:55ms}@keyframes sfm-setting-enter{0%{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:translateY(0)}}.sfm-setting-card>strong{margin-bottom:10px;color:#172033;font-size:14px}.sfm-setting-card>input,.sfm-setting-card>div input{min-width:0;height:34px;padding:0 12px;border:1px solid #d7dfe9;border-radius:7px;background:#fff;color:#34445b;outline:0;font-size:12px}.sfm-setting-card>input:focus,.sfm-setting-card>div input:focus{border-color:#69a9ef;box-shadow:0 0 0 3px #1677e817}.sfm-setting-card>div{display:grid;grid-template-columns:minmax(120px,1.35fr) minmax(80px,.8fr) auto;gap:8px}.sfm-setting-card>div button{height:34px;padding:0 12px;border:0;border-radius:6px;background:#0d71df;color:#fff;font-size:12px;white-space:nowrap}.sfm-setting-card>div button:hover{background:#075fc3;transform:translateY(-1px)}.sfm-action-grid{display:grid;grid-template-columns:repeat(8,minmax(190px,1fr));gap:16px;align-items:stretch;overflow-x:auto;padding:0 1px 8px;scrollbar-width:thin}.sfm-action-cell{min-width:0;position:relative;animation:sfm-action-enter .34s cubic-bezier(.2,.8,.25,1) both}.sfm-action-cell>input{display:none}.sfm-action-card{width:100%;min-height:116px;padding:20px 18px;border:1px solid #cfd8e4;border-radius:14px;background:#fff;display:flex;align-items:flex-start;gap:13px;text-align:left;box-shadow:0 3px 11px #26406406;animation:sfm-action-enter .34s cubic-bezier(.2,.8,.25,1) both;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}.sfm-action-card:nth-child(2){animation-delay:45ms}@keyframes sfm-action-enter{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.sfm-action-card:hover{transform:translateY(-4px);border-color:#88bdf6;box-shadow:0 12px 25px #316cb61a}.sfm-action-card:active{transform:translateY(-1px) scale(.99)}.sfm-action-card.accent{border-color:#bcd9fa;background:#f1f7ff}.sfm-action-card.danger{border-color:#ffc0bd;background:#fff8f7}.sfm-action-card>div{flex:1;display:flex;flex-direction:column}.sfm-action-card strong{font-size:15px;color:#172033}.sfm-action-card span{margin-top:12px;color:#7d899d;font-size:12px;line-height:1.5}.sfm-action-card small{margin-top:8px;color:#16956b;display:flex;align-items:center;gap:4px;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sfm-action-card small svg{width:13px}.sfm-clear-chip{position:absolute;right:10px;bottom:9px;z-index:2;height:24px;padding:0 8px;border:1px solid #f0c5c5;border-radius:99px;color:#d94a4f;background:#fff;font-size:10px}.sfm-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}.sfm-summary-grid article{min-height:105px;padding:16px;border:1px solid #dce5ef;border-radius:7px;background:#fff;display:flex;flex-direction:column}.sfm-summary-grid span{color:#768499;font-size:11px}.sfm-summary-grid strong{margin-top:9px;color:#1c2c44;font-size:19px}.sfm-summary-grid small{margin-top:6px;color:#8c98a9;font-size:10px}.sfm-detail-panel{padding:18px;border:1px solid #dce5ef;border-radius:7px;background:#fff}.sfm-detail-panel h2{margin:0 0 13px;font-size:15px}.sfm-check-list{display:grid;gap:9px}.sfm-check-list p{margin:0;padding:11px 13px;border-radius:5px;background:#f2fbf7;color:#31765f;display:flex;align-items:center;gap:8px;font-size:12px}.sfm-check-list p.warning{color:#9e6613;background:#fff8e9}.sfm-check-list svg{width:17px;height:17px}.sfm-upload-box{min-height:190px;border:1px dashed #9bc4f1;border-radius:7px;background:#f8fbff;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#60728b;cursor:pointer}.sfm-upload-box:hover{border-color:#1677e8;background:#f2f8ff}.sfm-upload-box>svg{width:36px;height:36px;color:#1d7de5}.sfm-upload-box strong{margin-top:10px;font-size:13px}.sfm-upload-box span{margin-top:6px;font-size:11px;color:#8b97a8}.sfm-upload-box input{display:none}.sfm-field{display:block}.sfm-field select{width:100%}.sfm-field small{display:block;margin-top:7px;color:#8b97a8;font-size:11px}.sfm-cost-editor{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.sfm-cost-editor input{width:100%}.ctm-page{min-height:100%;margin:-4px -2px 0;color:#465568}.ctm-list-toolbar{min-height:42px;display:flex;align-items:flex-start;justify-content:flex-end}.ctm-list-toolbar>button,.ctm-toolbar-buttons button,.ctm-search button,.ctm-manual-head button{height:32px;padding:0 14px;border:1px solid #d9e0e9;border-radius:6px;background:#fff;color:#455366;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:12px;transition:color .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.ctm-list-toolbar>button:hover,.ctm-toolbar-buttons button:hover,.ctm-search button:hover,.ctm-manual-head button:hover{color:#0877e8;border-color:#8ebef3;background:#f8fbff;box-shadow:0 4px 12px #176fd514;transform:translateY(-1px)}.ctm-list-toolbar>button{min-width:58px;height:30px;padding:0 14px;border-radius:7px;background:#fff;color:#566579;box-shadow:0 1px 3px #1f304609}.ctm-list-toolbar>button.refreshing{color:#0878e8;animation:ctm-refresh-pulse .55s ease-in-out infinite alternate}.ctm-list-toolbar>button svg{width:14px;height:14px}.ctm-list-toolbar>button.refreshing svg{animation:ctm-spin .55s linear infinite}@keyframes ctm-spin{to{transform:rotate(360deg)}}@keyframes ctm-refresh-pulse{to{background:#f4f9ff;border-color:#92c2f4}}.ctm-table-card{width:100%;overflow:auto;border-radius:6px;background:#fff;box-shadow:0 1px 4px #1a2c4706}.ctm-table{width:100%;min-width:1020px;border-collapse:collapse;table-layout:fixed;color:#536174;font-size:12px}.ctm-table th{height:40px;padding:0 16px;border-bottom:1px solid #dfe5ed;background:#fff;color:#39485c;text-align:left;font-weight:600;white-space:nowrap}.ctm-table td{height:42px;padding:7px 16px;border-bottom:1px solid #e8edf3;background:#fff;color:#566579;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ctm-table tbody tr{animation:ctm-row-in .24s cubic-bezier(.2,.72,.28,1) both}.ctm-table tbody tr:nth-child(2){animation-delay:20ms}.ctm-table tbody tr:nth-child(3){animation-delay:40ms}.ctm-table tbody tr:hover td{background:#fafcff}.ctm-table tr:last-child td{border-bottom:0}@keyframes ctm-row-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.ctm-index-table th:nth-child(1){width:8%}.ctm-index-table th:nth-child(2){width:27%;text-align:center}.ctm-index-table th:nth-child(3){width:20%;text-align:center}.ctm-index-table th:nth-child(4){width:20%;text-align:center}.ctm-index-table th:nth-child(5){width:25%;text-align:center}.ctm-index-table td:nth-child(n+2){text-align:center}.ctm-list-page .ctm-table-card{border-radius:8px;box-shadow:none}.ctm-list-page .ctm-index-table{min-width:900px;font-size:12px}.ctm-list-page .ctm-index-table th{position:relative;height:35px;padding:0 14px;background:#fff;color:#405066;text-align:center;font-weight:600}.ctm-list-page .ctm-index-table th:not(:last-child):after{content:"";position:absolute;top:8px;right:0;width:1px;height:19px;background:#e7ebf0}.ctm-list-page .ctm-index-table td{height:35px;padding:5px 14px;color:#58677a;text-align:center}.ctm-list-page .ctm-index-table tbody tr:last-child td{border-bottom:0}.ctm-list-page .ctm-pagination{min-height:43px;padding-top:10px}.ctm-list-page .ctm-pagination button,.ctm-list-page .ctm-pagination select{height:30px}.ctm-detail-toolbar{min-height:44px;display:flex;align-items:flex-start;gap:8px}.ctm-search{width:315px;height:32px;display:flex;gap:8px}.ctm-search input{flex:1;min-width:0;height:32px;padding:0 12px;border:1px solid #dbe2eb;border-radius:6px;background:#fff;color:#3e4d61;outline:0;font-size:12px;transition:border-color .18s ease,box-shadow .18s ease}.ctm-search input:focus{border-color:#6facf0;box-shadow:0 0 0 3px #1677e814}.ctm-search button{flex:0 0 58px}.ctm-toolbar-buttons{display:flex;align-items:center;gap:8px}.ctm-toolbar-buttons button.primary{color:#fff;background:#0878e8;border-color:#0878e8}.ctm-toolbar-buttons button.primary:hover{color:#fff;background:#076bd0;border-color:#076bd0}.ctm-toolbar-buttons button.back{color:#7b8798}.ctm-detail-table{min-width:1320px}.ctm-detail-table th:nth-child(1){width:5%}.ctm-detail-table th:nth-child(2){width:14%}.ctm-detail-table th:nth-child(n+3):nth-child(-n+9){width:8%}.ctm-detail-table th:nth-child(10){width:14%}.ctm-detail-table th:nth-child(11){width:11%}.ctm-row-actions{display:flex;align-items:center;justify-content:center;gap:10px}.ctm-row-actions button{border:0;padding:3px 1px;background:transparent;color:#0878e8;font-size:12px}.ctm-row-actions button:hover{text-decoration:underline}.ctm-row-actions button.danger{color:#f04d62}.ctm-pagination{min-height:55px;padding-top:12px;display:flex;align-items:flex-start;justify-content:space-between;color:#7a8798;font-size:12px}.ctm-pagination>div{display:flex;align-items:center;gap:4px}.ctm-pagination button{min-width:30px;height:30px;padding:0 8px;border:1px solid transparent;border-radius:6px;background:transparent;color:#657286;display:grid;place-items:center;font-size:12px;transition:all .17s ease}.ctm-pagination button svg{width:13px;height:13px}.ctm-pagination button:hover:not(:disabled){border-color:#b7d6f8;color:#0878e8;background:#f6faff}.ctm-pagination button.active{border-color:#1682ec;color:#0878e8;background:#fff;box-shadow:0 1px 3px #1677e814}.ctm-pagination button:disabled{color:#c4ccd6;cursor:not-allowed}.ctm-pagination i{width:30px;color:#929dad;text-align:center;font-style:normal}.ctm-pagination select{height:30px;margin-left:12px;padding:0 8px;border:1px solid #dfe5ec;border-radius:6px;background:#fff;color:#657286;outline:0;font-size:12px}.ctm-mode-modal{width:min(500px,92vw)}.ctm-mode-note{margin:0 0 15px;color:#59687c;font-size:13px}.ctm-mode-options{display:grid;gap:10px}.ctm-mode-options label{min-height:66px;padding:12px 14px;border:1px solid #dfe5ec;border-radius:7px;background:#fff;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .18s ease}.ctm-mode-options label:hover{border-color:#91bff1;background:#f8fbff}.ctm-mode-options label.selected{border-color:#328ce9;background:#f3f8ff;box-shadow:0 0 0 2px #1677e812}.ctm-mode-options input{accent-color:#1677e8}.ctm-mode-options span{display:flex;flex-direction:column;gap:5px}.ctm-mode-options strong{color:#26364c;font-size:13px}.ctm-mode-options small{color:#8a95a5;font-size:11px}.ctm-upload-modal{width:min(760px,94vw)}.ctm-upload-intro{margin:0 0 16px;color:#7a8799;font-size:12px}.ctm-template-tip{min-height:82px;padding:14px 16px;border:1px solid #d4e4f7;border-radius:7px;background:#f6faff;display:flex;align-items:center;justify-content:space-between;gap:16px}.ctm-template-tip>div{display:flex;flex-direction:column;gap:8px}.ctm-template-tip strong{color:#314259;font-size:13px}.ctm-template-tip span{color:#7d8da2;font-size:11px}.ctm-template-tip button{flex:0 0 auto;height:32px;padding:0 12px;border:1px solid #c7d7ea;border-radius:6px;background:#fff;color:#516278;font-size:12px}.ctm-required-tip{margin:14px 0;padding:13px 14px;border-radius:7px;background:#fffaf0;color:#6f614a;display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:11px}.ctm-required-tip b{padding:3px 7px;border-radius:4px;color:#d26828;background:#fff0df}.ctm-required-tip strong{margin-right:8px;color:#554a3c}.ctm-required-tip span{padding:3px 8px;border:1px solid #efd8bd;border-radius:4px;background:#fff}.ctm-required-tip small{flex-basis:100%;color:#958675}.ctm-file-picker{min-height:82px;padding:14px 16px;border:1px solid #dbe3ed;border-radius:7px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;transition:all .2s ease}.ctm-file-picker:hover{border-color:#8ebef3;background:#f9fcff}.ctm-file-picker.selected{border-color:#8bd6af;background:#f4fcf7}.ctm-file-picker>div{min-width:0;display:flex;align-items:center;gap:12px}.ctm-file-picker svg{width:24px;height:24px;color:#1682ec}.ctm-file-picker span{min-width:0;display:flex;flex-direction:column;gap:6px}.ctm-file-picker strong{overflow:hidden;color:#314157;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.ctm-file-picker small{color:#8a96a7;font-size:11px}.ctm-file-picker em{flex:0 0 auto;padding:7px 12px;border-radius:6px;color:#fff;background:#1682ec;font-size:12px;font-style:normal}.ctm-file-picker input{display:none}.ctm-target-note,.ctm-merchant-note{margin:0 0 18px;color:#738095;font-size:12px}.ctm-target-note strong{color:#35455b;font-weight:500}.sfm-modal-mask:has(.ctm-mode-modal,.ctm-upload-modal,.ctm-reuse-modal,.ctm-editor-modal,.ctm-manual-modal){place-items:start center;padding-top:80px}.ctm-editor-modal{width:min(820px,94vw)}.ctm-manual-modal{width:min(1120px,96vw)}.ctm-manual-modal .sfm-modal-body{padding-top:15px}.ctm-manual-head{min-height:38px;display:flex;justify-content:flex-end}.ctm-manual-head button{color:#0878e8}.ctm-manual-head svg{width:14px;height:14px}.ctm-manual-scroll{overflow-x:auto;border:1px solid #e1e6ed;border-radius:6px}.ctm-manual-table{width:100%;min-width:980px;border-collapse:collapse;table-layout:fixed;font-size:11px}.ctm-manual-table th{height:38px;padding:0 8px;border-bottom:1px solid #e1e6ed;background:#f7f9fc;color:#506075;text-align:left;font-weight:600}.ctm-manual-table td{height:46px;padding:6px 7px;border-bottom:1px solid #edf0f4}.ctm-manual-table th:first-child{width:50px}.ctm-manual-table th:nth-child(2){width:180px}.ctm-manual-table th:last-child{width:58px}.ctm-manual-table input{width:100%;height:32px;padding:0 8px;border:1px solid #dbe2eb;border-radius:5px;outline:0;color:#405066;font-size:11px}.ctm-manual-table input:focus{border-color:#66a9ef;box-shadow:0 0 0 2px #1677e812}.ctm-manual-table button.danger{border:0;background:transparent;color:#f04d62;font-size:11px}.ctm-manual-table button:disabled{color:#bec6d0}.ctm-page .sfm-empty{min-height:210px}html[data-yzt-theme=dark] .ctm-table-card,html[data-yzt-theme=dark] .ctm-table :is(th,td),html[data-yzt-theme=dark] .ctm-search input,html[data-yzt-theme=dark] .ctm-toolbar-buttons button,html[data-yzt-theme=dark] .ctm-list-toolbar>button,html[data-yzt-theme=dark] .ctm-pagination select,html[data-yzt-theme=dark] .ctm-mode-options label,html[data-yzt-theme=dark] .ctm-file-picker,html[data-yzt-theme=dark] .ctm-template-tip{color:#c6d2e2;background:#172337;border-color:#33435a}html[data-yzt-theme=dark] .ctm-table :is(th,td){border-color:#2d3c52}html[data-yzt-theme=dark] .ctm-table tbody tr:hover td{background:#1c2b40}html[data-yzt-theme=dark] .current-page-tabbar,html[data-yzt-theme=dark] .sfm-platform-section,html[data-yzt-theme=dark] .sfm-platform-card,html[data-yzt-theme=dark] .sfm-table-card,html[data-yzt-theme=dark] .sfm-searchbar,html[data-yzt-theme=dark] .sfm-toolbar,html[data-yzt-theme=dark] .sfm-platform-detail-head,html[data-yzt-theme=dark] .sfm-setting-card,html[data-yzt-theme=dark] .sfm-action-card,html[data-yzt-theme=dark] .sfm-summary-grid article,html[data-yzt-theme=dark] .sfm-detail-panel,html[data-yzt-theme=dark] .sfm-modal{background:#172337;border-color:#33435a;color:#e5edf7}html[data-yzt-theme=dark] .sfm-page-head h1,html[data-yzt-theme=dark] .sfm-platform-card strong,html[data-yzt-theme=dark] .sfm-table td strong,html[data-yzt-theme=dark] .sfm-action-card strong{color:#edf4ff}html[data-yzt-theme=dark] .sfm-table th{background:#1d2b40;border-color:#33435a}html[data-yzt-theme=dark] .sfm-table td{border-color:#2b3a50;color:#bdc9d8}html[data-yzt-theme=dark] .sfm-platform-art{background:linear-gradient(145deg,#1d2b42,#243954)}html[data-yzt-theme=dark] .sfm-platform-art.doudian{background:linear-gradient(150deg,#f8fbff,#e8f2ff 52%,#dbeaff)}@media(max-width:1800px){.sfm-platform-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1320px){.sfm-platform-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sfm-action-grid{grid-template-columns:repeat(4,minmax(190px,1fr));overflow:visible}.sfm-head-actions{max-width:55%;justify-content:flex-end}.top-date{display:none}}@media(max-width:980px){.sfm-platform-grid{grid-template-columns:1fr}.sfm-action-grid{grid-template-columns:repeat(2,minmax(190px,1fr))}}.toast svg{color:#78d9b5;width:20px}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.page-header h1{font-size:27px;margin:5px 0 4px;letter-spacing:-.025em}.page-header p{margin:0;color:var(--muted);font-size:13px}.page-actions{display:flex;align-items:center;gap:10px}.filter-card,.panel,.table-panel,.form-card,.sticky-card{background:#fff;border:1px solid var(--border);border-radius:8px}.filter-card{padding:16px;display:flex;align-items:flex-end;gap:14px;margin-bottom:20px}.filter-card label,.filter-card .filter-field{display:flex;flex-direction:column;gap:7px;min-width:160px}.filter-card label>span,.filter-card .filter-field>span{color:#475467;font-size:11px;font-weight:600}input,select,textarea{border:1px solid #cfd8e5;border-radius:5px;background:#fff;min-height:38px;padding:0 11px;color:#1b2a3f;font-size:13px}textarea{padding:10px 11px;resize:vertical;line-height:1.6}input::placeholder,textarea::placeholder{color:#a4aebd}input:focus,select:focus,textarea:focus{border-color:#75a9e7;box-shadow:0 0 0 3px #0866d91a;outline:none}input:disabled,select:disabled{color:#667085;background:#f4f6f8;cursor:not-allowed}.date-range-picker{position:relative;width:100%}.date-range-trigger{width:100%;height:40px;border:1px solid #cfd8e5;border-radius:5px;background:#fff;padding:0 34px 0 10px;display:grid;grid-template-columns:18px minmax(96px,1fr) 22px minmax(96px,1fr);align-items:center;gap:8px;color:#253247;font-size:12px;transition:border-color .16s,box-shadow .16s}.date-range-trigger:hover{border-color:#8eb8e8}.date-range-picker.open .date-range-trigger{border-color:#176ff0;box-shadow:0 0 0 2px #176ff017}.date-range-trigger>svg{width:16px;height:16px;color:#9aa7b8}.date-range-trigger>span:not(.date-range-clear){text-align:center;white-space:nowrap}.date-range-trigger>span.placeholder{color:#a3adbb}.date-range-trigger>i{color:#9aa6b5;font-style:normal;text-align:center}.date-range-clear{position:absolute;right:8px;top:11px;z-index:2;width:18px;height:18px;border:0;padding:0;background:transparent;display:grid;place-items:center;border-radius:50%;color:#9aa6b5}.date-range-clear:hover{color:var(--blue);background:#edf5ff}.date-range-clear svg{width:14px;height:14px}.date-range-popover{position:fixed;z-index:230;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));background:#fff;border:1px solid #dce3ec;border-radius:5px;box-shadow:0 8px 24px #18274029;overflow:hidden;transform-origin:top center;animation:range-popover-in .16s ease-out}@keyframes range-popover-in{0%{opacity:0;transform:translateY(-5px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.range-calendar-month{min-width:0;padding:13px 15px 15px;background:#fff}.range-calendar-month+.range-calendar-month{border-left:1px solid #e1e6ed}.range-calendar-header{height:39px;display:grid;grid-template-columns:66px 1fr 66px;align-items:center}.range-calendar-header>strong{text-align:center;color:#5f6670;font-size:15px;font-weight:400;white-space:nowrap}.range-calendar-nav{display:flex;align-items:center}.range-calendar-nav.right-nav{justify-content:flex-end}.range-calendar-nav button{width:28px;height:28px;border:0;border-radius:4px;background:transparent;color:#68717e;display:grid;place-items:center;padding:0}.range-calendar-nav button:hover{color:var(--blue);background:#edf4ff}.range-calendar-nav svg{width:13px;height:13px}.range-calendar-weekdays{height:34px;display:grid;grid-template-columns:repeat(7,1fr);align-items:center;border-bottom:1px solid #e2e7ee}.range-calendar-weekdays span{text-align:center;color:#4f5864;font-size:12px}.range-calendar-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-template-rows:repeat(6,34px);padding-top:3px}.range-calendar-days button{position:relative;min-width:0;height:34px;border:0;border-radius:0;background:transparent;padding:0;display:grid;place-items:center;color:#545c68;font-size:11px}.range-calendar-days button:hover{background:#edf4ff;color:var(--blue)}.range-calendar-days button.outside{color:#a9b0bb}.range-calendar-days button.in-range{background:#f0f4fa}.range-calendar-days button.range-start,.range-calendar-days button.range-end{color:#fff}.range-calendar-days button.range-start span,.range-calendar-days button.range-end span{position:relative;z-index:1;width:26px;height:26px;border-radius:50%;background:#176ff0;display:grid;place-items:center;box-shadow:0 2px 6px #176ff047}.range-calendar-days button.today:not(.range-start):not(.range-end){color:#1166dc;font-weight:700}.date-range-filter-field{flex:1 1 350px;min-width:330px!important}.page-date-range{width:360px}.dashboard-filter label:first-child{min-width:238px}.dashboard-filter label:nth-child(2){min-width:175px}.dashboard-filter label:nth-child(3){min-width:240px}.apply-button{margin-left:auto;min-width:126px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}.metric-card{min-height:142px;background:#fff;border:1px solid var(--border);border-radius:8px;padding:18px 18px 16px;position:relative;overflow:hidden}.metric-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:#bcd8f7}.metric-card.green:after{background:#a7e3c9}.metric-card.red:after{background:#fac4c4}.metric-card.amber:after{background:#f6dba5}.metric-card-top{display:flex;align-items:center;justify-content:space-between;color:#506078;font-size:12px}.metric-card-top svg{width:19px;height:19px;color:#7a8ca4}.metric-card>strong{display:block;margin-top:15px;font-size:clamp(22px,2vw,29px);letter-spacing:-.035em;white-space:nowrap}.metric-trend{margin-top:11px;display:flex;align-items:center;gap:5px;font-size:11px;color:#667085}.metric-trend svg{width:15px;height:15px}.metric-trend.up b,.metric-trend.up svg{color:#18a76f}.metric-trend.down b,.metric-trend.down svg{color:#e34545}.metric-trend.neutral b,.metric-trend.neutral svg{color:var(--amber)}.metric-card>small{position:absolute;bottom:8px;right:13px;color:#97a2b1;font-size:9px}.dashboard-main-grid{display:grid;grid-template-columns:minmax(0,2.05fr) minmax(285px,.95fr);gap:14px;margin-bottom:20px}.panel{padding:18px}.panel-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.panel-heading h2{font-size:17px;margin:0;display:flex;align-items:center;gap:8px}.panel-heading p{color:var(--muted);margin:5px 0 0;font-size:11px}.legend-note{color:var(--muted);font-size:10px}.chart-wrap{height:300px;margin-top:16px;font-size:11px}.ranking-heading{align-items:center}.metric-tabs{display:flex;gap:12px}.metric-tabs button{border:0;background:transparent;padding:5px 0;color:#667085;font-size:11px;border-bottom:2px solid transparent}.metric-tabs button.active{color:var(--blue);border-bottom-color:var(--blue);font-weight:600}.ranking-list{margin:18px 0 10px}.rank-row{display:flex;gap:10px;align-items:center;margin:16px 0}.rank-number{width:24px;height:24px;border-radius:50%;background:#e9edf3;color:#526071;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex:0 0 auto}.rank-number.rank-1{background:#f9a710;color:#fff}.rank-number.rank-2{background:#dce3ec;color:#4d5b6d}.rank-number.rank-3{background:#e8c9ac;color:#7a4821}.rank-row>div{flex:1;min-width:0}.rank-row>div>div{display:flex;justify-content:space-between;gap:8px;align-items:center}.rank-row strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rank-row b{font-size:11px}.rank-row>div>span{height:5px;margin-top:7px;display:block;background:#e3e8f0;border-radius:99px;overflow:hidden}.rank-row i{display:block;height:100%;background:var(--blue);border-radius:inherit}.ranking-panel>.text-button{margin:4px 0 0 34px}.alerts-panel{margin-bottom:8px}.warning-icon{color:#eea000}.alert-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.alert-card{background:#f6f8fb;border-left:3px solid #a9792f;padding:14px 14px 13px;min-height:120px}.alert-card.urgent{border-color:#d33838}.alert-card.warning{border-color:#e5a00c}.alert-card.notice{border-color:#af4f12}.alert-card>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.alert-card strong{font-size:12px}.alert-card>div span{font-size:8px;color:#8b4d0b;background:#fff0d6;border-radius:3px;padding:3px 6px;text-transform:uppercase}.alert-card.urgent>div span{color:#b52424;background:#fee4e4}.alert-card p{color:#5f6c7e;font-size:11px;margin:12px 0;line-height:1.5}.alert-card button{border:0;background:transparent;color:var(--blue);padding:0;display:flex;align-items:center;gap:5px;font-size:10px;font-weight:600}.alert-card button svg{width:13px}.summary-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:#fff;border:1px solid var(--border);border-radius:8px;margin-bottom:14px}.summary-strip>div{padding:14px 18px;border-right:1px solid var(--border)}.summary-strip>div:last-child{border:0}.summary-strip span{color:#667085;font-size:11px;display:block}.summary-strip strong{display:block;font-size:18px;margin-top:5px}.list-filter{flex-wrap:wrap}.list-filter label{min-width:145px;flex:0 1 172px}.list-filter .search-field{flex:1 1 220px}.expense-filter label{flex:0 1 190px}.expense-filter .search-field{flex:1 1 260px}.table-panel{overflow:hidden}.table-meta{min-height:50px;padding:0 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:16px}.table-meta span{font-size:13px}.table-meta small{color:#7b8798;font-size:10px;display:inline-flex;align-items:center;gap:5px}.table-meta small svg{width:14px}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:separate;border-spacing:0;min-width:1080px;font-size:12px}th{background:#f7f9fc;color:#526071;font-weight:600;text-align:left;padding:11px 12px;border-bottom:1px solid var(--border);white-space:nowrap}td{padding:12px;border-bottom:1px solid #edf0f4;color:#344054;vertical-align:middle;white-space:nowrap}tbody tr:hover td{background:#fafcff}.table-scroll tbody tr:last-child td{border-bottom:0}td strong{color:#1c293c;font-weight:600}td small{display:block;color:#8490a1;font-size:10px;margin-top:4px}.numeric{text-align:right;font-variant-numeric:tabular-nums}.strong-number{font-weight:600}.sticky-action{position:sticky;right:0;background:#fff;box-shadow:-8px 0 12px #20334d09}.thead .sticky-action,th.sticky-action{background:#f7f9fc}.row-actions{display:flex;gap:3px;justify-content:flex-end}.row-actions button{width:30px;height:30px;border:0;background:transparent;border-radius:4px;color:#64748b;display:grid;place-items:center}.row-actions button:hover{background:#eaf2ff;color:var(--blue)}.row-actions button.approve:hover{color:var(--green);background:#e8f7f1}.row-actions button.delete:hover{color:var(--red);background:#fff0f0}.row-actions svg{width:16px;height:16px}.attachment-link{border:0;background:transparent;padding:0;color:var(--blue);display:flex;gap:5px;align-items:center;max-width:150px;overflow:hidden;text-overflow:ellipsis;font-size:11px}.attachment-link svg{flex:0 0 auto}.empty-state{padding:78px 20px;display:flex;flex-direction:column;align-items:center;color:#718096}.empty-state svg{width:42px;height:42px;color:#a8b2c0}.empty-state strong{margin-top:12px;font-size:14px;color:#4f5d70}.empty-state span{margin-top:5px;font-size:11px}.overlay{position:fixed;top:0;right:0;bottom:30px;left:0;background:#121f3261;z-index:70;display:flex;justify-content:flex-end}.overlay.centered{align-items:center;justify-content:center}.drawer{width:540px;max-width:90vw;height:100%;background:#fff;box-shadow:-10px 0 30px #14233729;overflow-y:auto;padding-bottom:88px;position:relative}.drawer-header{padding:22px 24px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:flex-start;position:sticky;top:0;background:#fff;z-index:3}.drawer-header span{color:var(--blue);text-transform:uppercase;font-size:10px;font-weight:700;letter-spacing:.12em}.drawer-header h2{margin:6px 0 0;font-size:20px}.drawer-header button{border:0;background:#f1f4f8;width:32px;height:32px;border-radius:50%;display:grid;place-items:center}.drawer-header button svg{width:17px}.drawer-summary{margin:20px 24px 0;background:#f5f8fc;border:1px solid #e2e8f0;border-radius:7px;display:grid;grid-template-columns:repeat(3,1fr)}.drawer-summary>div{padding:13px;border-right:1px solid #e2e8f0}.drawer-summary>div:last-child{border:0}.drawer-summary span:not(.tag){display:block;color:#7a8699;font-size:10px}.drawer-summary strong,.drawer-summary .tag{margin-top:5px}.drawer-section{padding:21px 24px 0}.drawer-section h3{margin:0 0 12px;font-size:13px}.drawer-section dl{margin:0}.drawer-section dl>div{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid #edf0f4}.drawer-section dt{color:#6a7687;font-size:11px}.drawer-section dd{margin:0;color:#263549;font-size:12px;text-align:right}.drawer-section .data-dl{display:grid;grid-template-columns:1fr 1fr;column-gap:24px}.drawer-section .data-dl>div{display:block}.drawer-section .data-dl dd{margin-top:5px;text-align:left;font-size:13px;font-weight:600}.calculation-box{margin:22px 24px 0;border:1px solid #bfd6f2;background:#f1f7ff;border-radius:7px;padding:14px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.calculation-box span{display:block;color:#64748b;font-size:10px}.calculation-box strong{display:block;margin-top:5px;font-size:14px}.calculation-box small{grid-column:1 / -1;color:#6d7f95;font-size:9px;border-top:1px solid #d7e5f5;padding-top:9px}.note-box{margin:0;background:#f7f9fb;border-radius:6px;padding:12px;color:#526071;font-size:12px;line-height:1.6}.drawer-actions{position:fixed;bottom:30px;right:0;width:540px;max-width:90vw;min-height:72px;padding:14px 24px;background:#fff;border-top:1px solid var(--border);display:flex;gap:9px;justify-content:flex-end;z-index:4}.confirm-modal{width:430px;background:#fff;border-radius:9px;padding:27px;text-align:center;box-shadow:0 18px 45px #14233740}.confirm-icon{width:52px;height:52px;border-radius:50%;background:#fff1db;color:#d88700;display:grid;place-items:center;margin:0 auto}.confirm-icon svg{width:26px;height:26px}.confirm-modal h2{font-size:18px;margin:17px 0 9px}.confirm-modal p{color:#667085;line-height:1.65;font-size:12px;margin:0}.confirm-modal>div{margin-top:22px;display:flex;justify-content:center;gap:10px}.expense-amount{margin:20px 24px 0;background:#f0f6ff;border-left:3px solid var(--blue);padding:16px}.expense-amount span,.expense-amount small{display:block;color:#6b7788;font-size:10px}.expense-amount strong{display:block;font-size:26px;margin:6px 0}.attachment-preview{border:1px solid var(--border);border-radius:6px;padding:12px;display:flex;align-items:center;gap:10px}.attachment-preview>svg{width:30px;height:30px;color:var(--blue)}.attachment-preview>div{flex:1;display:flex;flex-direction:column}.attachment-preview strong{font-size:11px}.attachment-preview span{color:#7a8699;font-size:9px;margin-top:3px}.missing-attachment{color:#a2680b;background:#fff8e8;padding:12px;border-radius:6px;display:flex;align-items:center;gap:8px;font-size:11px}.form-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:start}.expense-form-layout{grid-template-columns:minmax(0,1fr) 340px}.form-card{padding:24px}.form-section-title{display:flex;align-items:flex-start;gap:11px;margin-bottom:20px}.form-section-title>span{width:26px;height:26px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:700;flex:0 0 auto}.form-section-title h2{margin:0;font-size:16px}.form-section-title p{margin:5px 0 0;color:#7b8798;font-size:11px}.form-grid{display:grid;gap:17px}.form-grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.form-field{display:flex;flex-direction:column;gap:7px;position:relative}.form-field>span{color:#455267;font-size:11px;font-weight:600}.form-field>span em{color:var(--red);font-style:normal;margin-left:3px}.form-field input,.form-field select,.form-field textarea{width:100%}.form-field.has-error input,.form-field.has-error select,.upload-box.has-error{border-color:#e55f5f}.field-error{color:var(--red);font-size:10px}.field-error.standalone{margin-top:7px}.inline-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.divider{height:1px;background:var(--border);margin:28px 0 22px}.suffix-input,.prefix-input{display:flex;align-items:center;position:relative}.suffix-input input{padding-right:37px}.suffix-input span{position:absolute;right:11px;color:#8490a1;font-size:11px}.prefix-input>span{width:38px;height:38px;border:1px solid #cfd8e5;border-right:0;border-radius:5px 0 0 5px;background:#f5f7fa;display:grid;place-items:center;color:#667085}.prefix-input input{border-radius:0 5px 5px 0}.inline-warning{margin-top:12px;background:#fff8e8;color:#8d5c0b;border:1px solid #f5ddb0;border-radius:5px;padding:10px 12px;display:flex;align-items:center;gap:7px;font-size:11px}.inline-warning svg{width:16px;flex:0 0 auto}.char-count{position:absolute;right:8px;bottom:8px;color:#98a2b3;font-size:9px}.form-footer{margin:28px -24px -24px;padding:16px 24px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:9px;background:#fbfcfd;border-radius:0 0 8px 8px}.form-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.daily-entry-layout{grid-template-columns:minmax(0,1fr) 354px;gap:22px}.daily-entry-card{padding:26px 28px;border-radius:12px;box-shadow:0 8px 30px #2f55800e}.daily-entry-card .form-section-title{margin-bottom:18px}.daily-entry-card .form-section-title>span{width:29px;height:29px;border-radius:9px;background:linear-gradient(145deg,#1685f8,#0868df);box-shadow:0 5px 12px #1677ea33}.daily-entry-card .form-section-title h2{font-size:17px;letter-spacing:-.01em}.daily-entry-card .form-section-title p{font-size:11px;line-height:1.55}.daily-entry-card .divider{margin:30px 0 24px;background:linear-gradient(90deg,#dce7f5,#dce7f52e)}.daily-entry-card input,.daily-entry-card select{min-height:42px;border-radius:7px}.daily-number-grid{gap:14px}.compact-field-grid{max-width:720px;gap:16px}.derived-strip{margin-top:16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #cfe2f8;border-radius:10px;background:linear-gradient(115deg,#f8fbff,#edf6ff);overflow:hidden}.derived-strip>div{min-width:0;padding:14px 16px;border-right:1px solid #d9e8f7}.derived-strip>div:last-child{border-right:0}.derived-strip span,.deduction-summary span{display:block;color:#62758d;font-size:10px}.derived-strip strong{display:block;margin-top:6px;color:#0b4f9d;font-size:17px;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.derived-strip small,.deduction-summary small{display:block;margin-top:4px;color:#91a0b2;font-size:9px;line-height:1.45}.deduction-summary{margin-top:15px;min-height:64px;padding:12px 16px;border-radius:9px;border-left:3px solid #3f8df4;background:#f3f8ff;display:grid;grid-template-columns:1fr auto;align-content:center;column-gap:18px}.deduction-summary strong{grid-row:1 / span 2;grid-column:2;align-self:center;color:#10243e;font-size:20px}.daily-calculation-panel .sticky-card{top:92px;padding:20px;border-radius:12px;border-color:#cbdcf0;box-shadow:0 12px 34px #284d7814}.calculation-hero{margin:17px 0 5px;padding:17px 16px;border-radius:10px;background:linear-gradient(135deg,#0875e8,#0b60d4);color:#fff;box-shadow:0 9px 22px #0b69dc2e}.calculation-hero span{display:block;font-size:10px;opacity:.82}.calculation-hero strong{display:block;margin:5px 0 3px;font-size:25px;letter-spacing:-.03em}.calculation-hero small{display:block;font-size:9px;opacity:.72;line-height:1.45}.daily-calculation-panel .sticky-card dl{margin-top:10px}.daily-calculation-panel .sticky-card dl>div{padding:9px 0}.daily-calculation-panel .sticky-card dl .subtotal{border-top:1px solid #cbd5e1}.roi-result{margin-top:13px;padding:12px 14px;border:1px solid #cfe2f8;border-radius:9px;background:#f8fbff;display:grid;grid-template-columns:1fr auto;align-items:center}.roi-result span{color:#60728a;font-size:10px}.roi-result strong{color:#086ee2;font-size:23px}.roi-result strong small{font-size:10px;font-weight:500}.roi-result em{grid-column:1 / -1;margin-top:2px;color:#92a0b1;font-size:9px;font-style:normal}.calculation-panel{min-width:0}.sticky-card{position:sticky;top:96px;padding:19px}.sticky-card .panel-heading>svg{width:24px;height:24px;color:var(--blue)}.sticky-card dl{margin:19px 0 0}.sticky-card dl>div{display:flex;justify-content:space-between;gap:15px;padding:11px 0;border-bottom:1px solid #edf0f4}.sticky-card dt{color:#667085;font-size:11px}.sticky-card dd{margin:0;font-size:12px;font-weight:600}.sticky-card dl .subtotal{border-top:1px solid #cbd5e1}.sticky-card dl .total{margin:8px -8px 0;padding:13px 8px;border:0;background:#eef6ff;color:#075fbf;border-radius:5px}.sticky-card dl .total dd{font-size:17px}.calculation-note{margin-top:14px;display:flex;align-items:flex-start;gap:7px;color:#6b7788;background:#f5f7f9;padding:10px;border-radius:5px;font-size:9px;line-height:1.5}.calculation-note svg{flex:0 0 auto;width:14px}.threshold-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.threshold-list span{color:#5a6779;font-size:9px;display:flex;align-items:center;gap:5px}.threshold-list i{width:7px;height:7px;border-radius:50%}.threshold-list i.ok{background:var(--green)}.threshold-list i.danger{background:var(--red)}@media(max-width:1440px){.daily-entry-layout{grid-template-columns:minmax(0,1fr) 328px;gap:16px}.daily-number-grid,.derived-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.derived-strip>div:nth-child(2){border-right:0}.derived-strip>div:nth-child(-n+2){border-bottom:1px solid #d9e8f7}}.switch-row{margin-top:18px;padding:13px 14px;border:1px solid var(--border);border-radius:6px;display:flex;align-items:center;gap:11px}.switch-row>button{width:38px;height:22px;border:0;border-radius:999px;background:#cdd5df;padding:2px;transition:background .15s}.switch-row>button i{display:block;width:18px;height:18px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #00000038;transition:transform .15s}.switch-row>button.on{background:var(--blue)}.switch-row>button.on i{transform:translate(16px)}.switch-row>div{display:flex;flex-direction:column}.switch-row strong{font-size:11px}.switch-row span{color:#7b8798;font-size:9px;margin-top:3px}.upload-box{height:126px;border:1px dashed #9bb7da;border-radius:7px;background:#f8fbff;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;color:#506078}.upload-box:hover{background:#f1f7ff;border-color:var(--blue)}.upload-box input{display:none}.upload-box svg{width:26px;height:26px;color:var(--blue)}.upload-box strong{font-size:11px;margin-top:8px}.upload-box span{color:#8994a4;font-size:9px;margin-top:4px}.expense-guide ul{padding:0;margin:20px 0;list-style:none}.expense-guide li{display:flex;align-items:flex-start;gap:8px;color:#536174;font-size:10px;line-height:1.55;margin:11px 0}.expense-guide li svg{width:16px;height:16px;color:var(--green);flex:0 0 auto}.expense-preview{border-top:1px solid var(--border);padding-top:16px}.expense-preview span,.expense-preview small{display:block;color:#788598;font-size:9px}.expense-preview strong{display:block;font-size:23px;margin:5px 0}.report-note{margin:-6px 0 18px;color:#5a6d83;background:#edf5ff;border:1px solid #cee2fa;border-radius:6px;padding:10px 13px;display:flex;align-items:center;gap:8px;font-size:11px}.report-note svg{color:var(--blue);width:16px}.report-chart-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,.8fr);gap:14px;margin-bottom:20px}.report-insight dl{margin:16px 0}.report-insight dl>div{padding:11px 0;border-bottom:1px solid #edf0f4;display:flex;justify-content:space-between;gap:16px}.report-insight dt{color:#667085;font-size:11px}.report-insight dd{margin:0;font-size:13px;font-weight:600}.insight-callout{background:#fff6e8;border-left:3px solid #e69813;padding:11px;display:flex;gap:9px;align-items:flex-start}.insight-callout>svg{color:#d98500;width:18px;flex:0 0 auto}.insight-callout>div{display:flex;flex-direction:column}.insight-callout strong{font-size:10px}.insight-callout span{color:#7f6949;font-size:9px;line-height:1.5;margin-top:3px}.report-table{margin-bottom:20px}.not-found{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.not-found>svg{width:48px;height:48px;color:#e0a126}.not-found h1{font-size:22px;margin:15px 0 5px}.not-found p{color:var(--muted);font-size:12px;margin:0 0 18px}.overview-filter{display:grid;grid-template-columns:minmax(180px,.9fr) minmax(145px,.65fr) minmax(210px,1fr) minmax(225px,1fr) auto;align-items:end}.overview-filter label:first-child,.overview-filter label:nth-child(2),.overview-filter label:nth-child(3),.overview-filter .date-range-filter-field{min-width:0!important}.overview-filter .apply-button{margin-left:0}.overview-metrics-board{position:relative;isolation:isolate;margin:0 -4px 18px;padding:13px 14px 16px;overflow:hidden;border:1px solid #dceafa;border-radius:12px;background:linear-gradient(128deg,#f7fbff,#f0f8ff 46%,#e9f6ff);box-shadow:inset 0 1px #ffffffe6}.overview-metrics-board:before,.overview-metrics-board:after{content:"";position:absolute;z-index:-1;border-radius:50%;pointer-events:none}.overview-metrics-board:before{width:540px;height:540px;right:-160px;top:-330px;border:70px solid rgba(91,172,247,.055);box-shadow:0 0 0 72px #5bacf706}.overview-metrics-board:after{width:340px;height:340px;left:28%;bottom:-280px;background:radial-gradient(circle,#50b0f521,#50b0f500 66%)}.overview-section-title{display:flex;align-items:center;gap:6px;margin:1px 1px 7px}.overview-section-title:not(:first-child){margin-top:12px}.overview-section-title svg{width:14px;height:14px;color:var(--blue);filter:drop-shadow(0 2px 4px rgba(47,126,247,.18))}.overview-section-title h2{margin:0;color:var(--text);font-size:14px;line-height:1.25;letter-spacing:.01em}.overview-kpi-grid,.overview-detail-grid,.overview-cost-grid,.overview-expense-grid{display:grid;gap:8px;margin-bottom:1px}.overview-kpi-grid,.overview-detail-grid,.overview-cost-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.overview-cost-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.overview-expense-grid{grid-template-columns:1fr}.overview-metric-card,.overview-cost-card{min-width:0;position:relative;overflow:hidden;background:#fffffff5;border:1px solid rgba(211,225,241,.95);border-radius:9px;padding:13px 14px;box-shadow:0 7px 20px #4572a20b;animation:overview-card-enter .5s cubic-bezier(.22,.74,.28,1) both;animation-delay:calc(var(--overview-index, 0) * 38ms);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.overview-metric-card:after,.overview-cost-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(110deg,transparent 0 38%,rgba(255,255,255,.76) 48%,transparent 58%);transform:translate(-120%);animation:overview-card-sheen .85s ease calc(.38s + var(--overview-index, 0) * 38ms) both}.overview-metric-card:hover,.overview-cost-card:hover{transform:translateY(-2px);border-color:#b8d7f7;box-shadow:0 12px 26px #3670ae1c}.overview-metric-card{min-height:92px;padding:10px 12px 9px;border-color:#d8e4f0d6;background:#fffffffb;box-shadow:0 3px 12px #3766940b;animation-name:overview-metric-slide-in;animation-duration:.62s;animation-timing-function:cubic-bezier(.2,.74,.26,1);will-change:transform,opacity}.overview-metric-card.compact{min-height:86px}.overview-metric-card>div,.overview-cost-card>div{display:flex;justify-content:space-between;align-items:center;gap:8px}.overview-metric-card span,.overview-cost-card span{min-width:0;overflow:hidden;color:var(--muted);font-size:11px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.overview-metric-card>div>span{color:#536173;font-size:11px;font-weight:500}.overview-metric-card button,.overview-cost-card button{flex:0 0 auto;border:1px solid #a9cdf5;border-radius:999px;padding:3px 7px;background:#fff;color:#1770cf;display:inline-flex;align-items:center;gap:3px;font-size:8px;transition:background .18s ease,transform .18s ease}.overview-metric-card button{padding:3px 7px;border-color:#b3d5f7;font-size:9.5px;box-shadow:0 1px 4px #2c7ed40a}.overview-metric-card button:hover,.overview-cost-card button:hover{background:#eef6ff;transform:translateY(-1px)}.overview-metric-card button svg,.overview-cost-card button svg{width:11px;height:11px}.overview-metric-card>strong{display:block;margin-top:7px;color:#132033;font-size:19px;font-weight:700;line-height:1.06;letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-variant-numeric:tabular-nums}.overview-metric-card.compact>strong{font-size:17px}.overview-metric-card>strong .overview-value-prefix,.overview-cost-value strong .overview-value-prefix{display:inline;margin-right:4px;color:currentColor;font-size:.62em;font-weight:500;line-height:1;vertical-align:.18em}.overview-metric-card>strong .overview-value-unit,.overview-cost-value strong .overview-value-unit{display:inline;margin-left:5px;color:#66768a;font-size:.52em;font-weight:500;line-height:1;letter-spacing:0;vertical-align:.1em}.overview-metric-card>p{margin:6px 0 0;font-size:12px;line-height:1.25}.overview-metric-card>p b{font-weight:600}.overview-metric-card>p small{color:#8290a1;font-size:11px}.overview-metric-card>em{display:none}.overview-cost-card{min-height:104px}.overview-cost-card.risk{min-height:96px}.overview-cost-card.risk:before{content:"";position:absolute;left:0;top:11px;bottom:11px;width:2px;border-radius:99px;background:#f2a348;opacity:.7}.overview-cost-value{margin-top:9px;align-items:baseline!important}.overview-cost-value strong{min-width:0;overflow:hidden;color:var(--text);font-size:18px;line-height:1.1;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.overview-cost-value small{color:#7f8c9d;font-size:11.5px;white-space:nowrap}.overview-cost-card>p{min-height:14px;color:#7b8797;margin:6px 0 0;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.overview-cost-card>i{display:block;height:4px;margin-top:9px;border-radius:99px;background:#e4eaf2;overflow:hidden}.overview-cost-card>i em{display:block;width:var(--progress);height:100%;border-radius:inherit;background:linear-gradient(90deg,#2876eb,#58a6ff);transform-origin:left;animation:overview-progress-grow .95s cubic-bezier(.18,.72,.25,1) calc(.23s + var(--overview-index, 0) * 38ms) both}.overview-cost-card.risk>i em{background:linear-gradient(90deg,#f0a03b,#ffcb6b)}.overview-cost-card.wide{min-height:94px;padding-right:36%}.overview-cost-card.wide:before{content:"独立核算";position:absolute;right:18px;top:50%;translate:0 -50%;display:grid;place-items:center;width:90px;height:42px;border-radius:21px;border:1px solid #c9ddf4;background:#f3f8ff;color:#236cc6;font-size:10px;font-weight:700;letter-spacing:.08em}@keyframes overview-card-enter{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes overview-metric-slide-in{0%{opacity:0;transform:translate3d(var(--overview-slide-x, 22px),5px,0) scale(.992)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes overview-card-sheen{0%{transform:translate(-125%)}to{transform:translate(125%)}}@keyframes overview-progress-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media(prefers-reduced-motion:reduce){.overview-metric-card,.overview-cost-card,.overview-chart,.overview-ranking-panel,.overview-metric-card:after,.overview-cost-card:after,.overview-cost-card>i em{animation:none!important}}.overview-ai-insight{border:1px solid #cfe0f5;border-radius:8px;background:#f3f8ff;padding:13px 15px;margin-bottom:14px;display:flex;align-items:flex-start;gap:10px}.overview-ai-insight>svg{width:19px;height:19px;color:#7167e8;flex:0 0 auto;margin-top:1px}.overview-ai-insight>div{flex:1;min-width:0}.overview-ai-insight strong{color:#28508a;font-size:12px}.overview-ai-insight p{margin:5px 0 0;color:#54677f;font-size:11px;line-height:1.65}.overview-ai-insight button{border:0;background:transparent;color:var(--blue);padding:3px 0;display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;white-space:nowrap}.overview-ai-insight button svg{width:13px;height:13px}.overview-analysis-stack{display:grid;gap:14px}.overview-chart{margin:0;overflow:hidden;animation:overview-panel-enter .56s cubic-bezier(.22,.74,.28,1) both}.overview-chart-large{padding-bottom:14px}.overview-chart .text-button{display:inline-flex;align-items:center;gap:4px;border:1px solid #b9d7f7;border-radius:999px;padding:5px 10px;background:#fff;color:#1670cf;font-size:10.5px;white-space:nowrap}.overview-chart .text-button:hover{background:#eef6ff}.overview-chart .text-button svg{width:13px;height:13px}.overview-chart-heading{align-items:center}.overview-chart-heading h2{font-size:14px}.overview-chart-heading h2 svg{width:16px;height:16px;color:var(--blue)}.overview-chart-heading p{margin-top:4px}.overview-chart-canvas{height:286px;margin-top:12px;font-size:11px}.overview-chart-canvas.small{height:248px}.overview-interactive-legend{min-height:30px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:7px;padding:3px 0 1px}.overview-interactive-legend button{min-height:28px;border:1px solid #cfe2f9;border-radius:999px;padding:5px 11px;background:#fbfdff;color:#53657a;box-shadow:0 2px 6px #3668a40e;display:inline-flex;align-items:center;gap:6px;font-size:10.5px;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .18s ease,opacity .2s ease}.overview-interactive-legend button:hover{border-color:#9fc8f5;background:#f1f7ff;color:#1b65bd;box-shadow:0 3px 9px #2c70be1f;transform:translateY(-1px)}.overview-interactive-legend button:active{transform:scale(.96)}.overview-interactive-legend button.inactive{color:#9aa6b5;opacity:.58;text-decoration:line-through;background:#f5f7fa}.overview-interactive-legend button i{width:9px;height:9px;border:2px solid var(--legend-color);border-radius:50%;background:color-mix(in srgb,var(--legend-color) 16%,white);box-shadow:0 0 0 2px color-mix(in srgb,var(--legend-color) 10%,transparent);transition:transform .24s ease,background .24s ease}.overview-interactive-legend button:hover i{transform:scale(1.16);background:var(--legend-color)}.overview-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.overview-chart-insight{display:flex;align-items:flex-start;gap:8px;margin-top:12px;border:1px solid #d6e5f6;border-radius:8px;padding:10px 12px;background:linear-gradient(90deg,#f8fbff,#f3f8ff)}.overview-chart-insight>svg{width:15px;height:15px;margin-top:1px;color:#6a67dc;flex:0 0 auto}.overview-chart-insight>div{min-width:0}.overview-chart-insight strong{display:block;color:#315d9a;font-size:11px}.overview-chart-insight p{margin:4px 0 0;color:#566a82;font-size:10.5px;line-height:1.62}.overview-ranking-grid{display:grid;grid-template-columns:.78fr 1.11fr 1.11fr;gap:14px;margin-bottom:18px}.overview-ranking-panel{min-height:388px;animation:overview-panel-enter .56s cubic-bezier(.22,.74,.28,1) both}.overview-rank-list,.overview-store-list{margin-top:12px}.overview-rank-list>div,.overview-store-list>div{min-height:40px;border-bottom:1px solid #edf0f4;display:flex;align-items:center;gap:9px}.overview-rank-list>div>span,.overview-store-list>div>span{width:22px;height:22px;border-radius:6px;background:#e7f1ff;color:var(--blue);display:grid;place-items:center;font-size:10px;font-weight:700;flex:0 0 auto}.overview-rank-list>div:nth-child(-n+3)>span,.overview-store-list>div:nth-child(-n+3)>span{background:linear-gradient(135deg,#438bf7,#2f75e9);color:#fff;box-shadow:0 3px 8px #2f75e933}.overview-rank-list>div>div,.overview-store-list>div>div{flex:1;min-width:0}.overview-rank-list strong,.overview-store-list strong{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.overview-rank-list small,.overview-store-list small{display:block;color:#7e8c9f;font-size:11px;margin-top:3px;line-height:1.3}.overview-rank-list b,.overview-store-list b{color:#2b3b50;font-size:11px;white-space:nowrap}.overview-ranking-panel .overview-rank-money{color:#18283d;font-size:12px;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.overview-ranking-panel .overview-rank-money>span{margin-right:3px;color:currentColor;font-size:.72em;font-weight:500;vertical-align:.12em}.overview-ranking-panel .overview-rank-money>em{margin-left:3px;color:#6f7e91;font-size:.72em;font-style:normal;font-weight:500}.overview-ranking-panel>.overview-chart-insight{margin-top:14px}@keyframes overview-panel-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.overview-product-placeholder{display:flex;flex-direction:column;min-height:300px}.overview-product-placeholder .panel-heading{width:100%}.overview-product-placeholder>svg{width:36px;height:36px;color:#a5b0bf;margin:auto auto 10px}.overview-product-placeholder>strong{text-align:center;color:#566579;font-size:12px}.overview-product-placeholder>p{margin:7px auto auto;max-width:240px;text-align:center;color:#8994a4;font-size:10.5px;line-height:1.6}.risk-summary-grid .metric-card{min-height:132px}.risk-table{margin-bottom:18px}.ai-launcher{position:fixed;right:26px;bottom:50px;height:46px;border:0;border-radius:23px;padding:0 17px 0 12px;background:var(--blue);color:#fff;box-shadow:0 10px 28px #0866d94d;display:flex;align-items:center;gap:8px;z-index:102;font-weight:700;font-size:12px;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;transition:background .16s ease,box-shadow .16s ease,transform .16s ease}.ai-launcher:hover{background:var(--blue-dark);transform:translateY(-1px)}.ai-launcher.dragging{cursor:grabbing;transform:scale(1.035);box-shadow:0 14px 34px #0866d95c}.ai-launcher.active{display:none}.ai-launcher>svg{width:23px;height:23px}.ai-launcher>i{position:absolute;top:1px;right:3px;width:9px;height:9px;border-radius:50%;background:#42d392;border:2px solid #fff}.ai-assistant{position:fixed;right:22px;bottom:42px;width:430px;height:min(790px,calc(100vh - 104px));min-height:610px;background:#f7fbff;border:1px solid #cfddec;border-radius:12px;box-shadow:0 18px 52px #1d35523d;z-index:101;overflow:hidden;display:flex;flex-direction:column}.ai-header{min-height:74px;background:#fff;border-bottom:1px solid #dfe8f2;padding:13px 14px;display:flex;align-items:center;gap:10px;flex:0 0 auto}.ai-avatar{width:40px;height:40px;border-radius:11px;background:#e5f2ff;color:var(--blue);display:grid;place-items:center;flex:0 0 auto}.ai-avatar svg{width:23px;height:23px}.ai-header>div:nth-child(2){min-width:0;flex:1}.ai-header h2{font-size:14px;margin:0;white-space:nowrap}.ai-header p{margin:4px 0 0;color:#7b8798;font-size:9px;display:flex;align-items:center;gap:5px}.ai-header p i{width:6px;height:6px;border-radius:50%;background:#35c484}.ai-mode{display:inline-flex;align-items:center;gap:4px;border-radius:999px;background:#eef4fb;color:#667085;padding:5px 7px;font-size:8px;white-space:nowrap}.ai-mode.model{color:#0a7651;background:#e6f7ef}.ai-mode svg{width:11px;height:11px}.ai-header>button{width:30px;height:30px;border:0;border-radius:50%;background:#f0f4f8;color:#637186;display:grid;place-items:center;flex:0 0 auto}.ai-header>button:hover{background:#e6edf5;color:var(--blue)}.ai-header>button svg{width:16px;height:16px}.ai-scroll{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:14px;scrollbar-width:thin;scrollbar-color:#c5d3e4 transparent}.ai-task-section{background:#fff;border:1px solid #dce7f2;border-radius:10px;padding:13px}.ai-section-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.ai-section-heading>div{display:flex;align-items:center;gap:8px}.ai-section-heading>div>svg{width:27px;height:27px;padding:6px;color:#fff;background:#39a4ee;border-radius:8px}.ai-section-heading span{display:flex;flex-direction:column}.ai-section-heading strong{font-size:12px}.ai-section-heading small{color:#8490a1;font-size:8px;margin-top:2px}.ai-section-heading em{font-style:normal;color:#4078bd;background:#edf5ff;border-radius:999px;padding:4px 7px;font-size:8px}.ai-task-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.ai-task-card{min-height:96px;border:1px solid #d9e5ef;border-radius:9px;padding:10px;background:#f3f8fe;text-align:left;display:flex;flex-direction:column;align-items:flex-start}.ai-task-card:hover:not(:disabled){border-color:#8eb8e7;transform:translateY(-1px)}.ai-task-card.green{background:#edf9f4;border-color:#d1eee1;color:#147652}.ai-task-card.blue{background:#eef5ff;border-color:#d9e7fb;color:#2865ac}.ai-task-card.amber{background:#fff8eb;border-color:#f3e5c5;color:#a66a0a}.ai-task-card>svg{width:18px;height:18px;margin-bottom:8px}.ai-task-card small{font-size:8px;opacity:.7}.ai-task-card strong{font-size:10px;line-height:1.45;margin-top:2px}.ai-task-hint{color:#7c899b;font-size:8px;margin:10px 0 0;display:flex;align-items:center;gap:5px;line-height:1.5}.ai-task-hint svg{width:13px;height:13px;color:#e39b1b;flex:0 0 auto}.ai-suggestions{margin-top:14px}.ai-suggestions h3{margin:0 0 8px;color:#5f6d80;font-size:10px;display:flex;align-items:center;gap:5px}.ai-suggestions h3 svg{width:13px;height:13px;color:#4e91df}.ai-suggestions>div{display:flex;flex-direction:column;gap:6px}.ai-suggestions button{min-height:34px;border:1px solid #d9e7f3;border-radius:7px;background:#f0f8ff;color:#3974ad;padding:0 11px;text-align:left;font-size:10px}.ai-suggestions button:hover:not(:disabled){background:#e5f3ff;border-color:#a8c9e8}.ai-suggestions button:disabled,.ai-task-card:disabled{opacity:.6;cursor:wait}.ai-conversation{margin-top:16px;display:flex;flex-direction:column;gap:12px}.ai-message{display:flex;align-items:flex-start;gap:8px}.ai-message.user{justify-content:flex-end}.ai-message-avatar{width:28px;height:28px;border-radius:50%;background:#dff0ff;color:var(--blue);display:grid;place-items:center;flex:0 0 auto}.ai-message-avatar svg{width:16px;height:16px}.ai-message>div{max-width:82%}.ai-message p{margin:0;border:1px solid #dce5ef;border-radius:5px 12px 12px;background:#fff;color:#3f4d60;padding:10px 11px;font-size:10px;line-height:1.75;white-space:pre-line;box-shadow:0 4px 12px #1f37520d}.ai-message.user p{background:#1685e6;border-color:#1685e6;color:#fff;border-radius:12px 5px 12px 12px}.ai-message small{display:block;color:#95a0af;font-size:7px;margin-top:4px;padding:0 3px}.ai-message.user small{text-align:right}.ai-thinking{min-height:40px;border:1px solid #dce5ef;border-radius:5px 12px 12px;background:#fff;padding:10px 12px;color:#718096;display:flex;align-items:center;gap:8px;font-size:9px}.ai-thinking svg{width:16px;height:16px;color:var(--blue);animation:ai-spin 1s linear infinite}@keyframes ai-spin{to{transform:rotate(360deg)}}.ai-composer{background:#fff;border-top:1px solid #dbe5ef;padding:10px 12px 8px;flex:0 0 auto}.ai-composer>div{min-height:42px;border:1px solid #cfdbe8;border-radius:21px;background:#f8fafc;display:flex;align-items:center;padding:0 5px 0 12px}.ai-composer>div:focus-within{border-color:#7cb0e8;box-shadow:0 0 0 3px #0866d914}.ai-composer>div>svg{width:16px;height:16px;color:#5a9ee3;flex:0 0 auto}.ai-composer input{flex:1;min-width:0;min-height:38px;border:0;background:transparent;box-shadow:none;padding:0 9px;font-size:10px}.ai-composer input:focus{border:0;box-shadow:none}.ai-mic,.ai-send{width:31px;height:31px;border:0;border-radius:50%;display:grid;place-items:center;flex:0 0 auto}.ai-mic{background:transparent;color:#94a0af}.ai-send{background:var(--blue);color:#fff}.ai-send:disabled{background:#b9d2ed;cursor:default}.ai-mic svg,.ai-send svg{width:15px;height:15px}.ai-composer>p{margin:6px 0 0;color:#98a2b3;font-size:7px;text-align:center;display:flex;align-items:center;justify-content:center;gap:4px}.ai-composer>p svg{width:10px;height:10px;color:#58aa87}.settings-section-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:0 18px 18px;box-shadow:0 4px 14px #1e37550a}.settings-section-heading{min-height:54px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.settings-section-heading>div{display:flex;align-items:center;gap:9px}.settings-section-heading svg{width:18px;height:18px;color:var(--blue)}.settings-section-heading>svg{width:14px;color:#7c8999}.settings-section-heading strong{font-size:14px}.skin-option-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding-top:17px}.skin-option{min-width:0;position:relative;border:1px solid var(--border);border-radius:9px;background:var(--surface);padding:9px;color:var(--text);text-align:left;transition:border-color .18s,box-shadow .18s,transform .18s}.skin-option:hover{border-color:#88b8ee;transform:translateY(-1px)}.skin-option.selected{border:2px solid #14966f;padding:8px;box-shadow:0 0 0 3px #14966f14}.skin-preview{height:78px;display:block;position:relative;overflow:hidden;border-radius:6px;background:var(--preview-bg);border:1px solid var(--preview-border)}.skin-preview i,.skin-preview b,.skin-preview em{display:block;position:absolute;border-radius:999px}.skin-preview i{left:12px;right:12px;top:18px;height:5px;background:var(--preview-accent)}.skin-preview b{left:12px;right:12px;top:31px;height:22px;background:var(--preview-panel)}.skin-preview em{width:9px;height:9px;left:12px;top:57px;background:var(--preview-accent)}.skin-dark{--preview-bg: #10151e;--preview-border: #2b3748;--preview-accent: #20a68f;--preview-panel: #242331}.skin-eye{--preview-bg: #edf8f2;--preview-border: #aedcca;--preview-accent: #69b79a;--preview-panel: #fff}.skin-warm{--preview-bg: #fbf1dc;--preview-border: #e6cf9f;--preview-accent: #bd7c31;--preview-panel: #fffaf0}.skin-minimal{--preview-bg: #eef3ff;--preview-border: #bfcef7;--preview-accent: #6fa6ff;--preview-panel: #fff}.skin-option-copy{display:flex;flex-direction:column;gap:4px;padding:9px 2px 2px}.skin-option-copy strong{font-size:13px}.skin-option-copy small{color:var(--muted);font-size:10px;line-height:1.45;padding-right:18px}.skin-check{position:absolute;right:11px;bottom:12px;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#159970;color:#fff}.skin-check svg{width:13px;height:13px}.settings-help{margin-top:14px;min-height:78px;padding:16px 18px;display:flex;align-items:flex-start;gap:12px}.settings-help>svg{width:20px;height:20px;color:var(--blue);flex:0 0 auto}.settings-help strong{font-size:12px}.settings-help p{margin:5px 0 0;color:var(--muted);font-size:11px}.about-card{padding-bottom:16px}.about-info-list{margin:0}.about-info-list>div{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--border)}.about-info-list dt{font-size:12px;font-weight:600}.about-info-list dd{margin:0;color:var(--muted);font-size:12px}.update-check-row{min-height:74px;display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--border)}.update-check-row span{color:var(--muted);font-size:11px}.auto-update-row{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.auto-update-row>div{display:flex;flex-direction:column;gap:5px}.auto-update-row strong{font-size:12px}.auto-update-row span{color:var(--muted);font-size:10px}.auto-update-row>button{width:42px;height:24px;border:0;border-radius:999px;background:#c7d0dc;padding:2px;transition:background .18s}.auto-update-row>button i{display:block;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000038;transition:transform .18s}.auto-update-row>button.on{background:#199470}.auto-update-row>button.on i{transform:translate(18px)}html[data-yzt-theme=eye]{--background: #eff8f3;--surface: #fbfffc;--border: #cfe4d9;--text: #19382e;--muted: #637d73;--subtle: #859a92;--blue: #238b70;--blue-dark: #18755d;--blue-soft: #e3f4ec}html[data-yzt-theme=warm]{--background: #f7f0e3;--surface: #fffaf0;--border: #e4d4b8;--text: #413323;--muted: #7c6c58;--subtle: #9d8e7a;--blue: #a86927;--blue-dark: #8d551b;--blue-soft: #f5e7d1}html[data-yzt-theme=dark]{--background: #111827;--surface: #182233;--border: #344258;--text: #edf4ff;--muted: #a6b4c8;--subtle: #8797ae;--blue: #4d9dff;--blue-dark: #2d83ee;--blue-soft: #203650}html[data-yzt-theme=eye] body,html[data-yzt-theme=warm] body,html[data-yzt-theme=dark] body,html[data-yzt-theme=eye] .app-shell,html[data-yzt-theme=warm] .app-shell,html[data-yzt-theme=dark] .app-shell{background:var(--background);color:var(--text)}html[data-yzt-theme=eye] :is(.sidebar,.topbar,.brand-lockup-sidebar,.filter-card,.panel,.table-panel,.form-card,.sticky-card,.metric-card,.summary-strip,.overview-metric-card,.overview-cost-card,.popover),html[data-yzt-theme=warm] :is(.sidebar,.topbar,.brand-lockup-sidebar,.filter-card,.panel,.table-panel,.form-card,.sticky-card,.metric-card,.summary-strip,.overview-metric-card,.overview-cost-card,.popover),html[data-yzt-theme=dark] :is(.sidebar,.topbar,.brand-lockup-sidebar,.filter-card,.panel,.table-panel,.form-card,.sticky-card,.metric-card,.summary-strip,.overview-metric-card,.overview-cost-card,.popover){background:var(--surface);color:var(--text)}html[data-yzt-theme=eye] .overview-metrics-board{border-color:#cfe6da;background:linear-gradient(128deg,#f8fffb,#eef9f4 52%,#e5f5ee)}html[data-yzt-theme=warm] .overview-metrics-board{border-color:#ead9bd;background:linear-gradient(128deg,#fffdf8,#fbf4e8 52%,#f6ead8)}html[data-yzt-theme=dark] .overview-metrics-board{border-color:#34465f;background:linear-gradient(128deg,#151f2f,#172538 50%,#182b42);box-shadow:inset 0 1px #ffffff09}html[data-yzt-theme=dark] .overview-metric-card,html[data-yzt-theme=dark] .overview-cost-card{border-color:#34465f;box-shadow:0 8px 20px #0000001f}html[data-yzt-theme=dark] .overview-metric-card button,html[data-yzt-theme=dark] .overview-cost-card button{color:#82baff;border-color:#46698f;background:#1c2b3f}html[data-yzt-theme=dark] .overview-cost-card.wide:before{color:#8bc0ff;border-color:#426080;background:#20334a}html[data-yzt-theme=dark] :is(input,select,textarea,.date-range-trigger,.date-range-popover,.range-calendar-month,.button.secondary){background:#141e2d;border-color:var(--border);color:var(--text)}html[data-yzt-theme=dark] :is(.nav-item,.nav-children a,.table-meta,.thead,th,td,.page-header p,.panel-heading p){color:var(--muted)}html[data-yzt-theme=dark] :is(.nav-item:hover:not(.disabled),.nav-item.group-active,.nav-item.active,.nav-children a:hover,.nav-children a.active){background:#203650;color:#72b4ff}html[data-yzt-theme=eye] .opened-page-tab:not(.active),html[data-yzt-theme=warm] .opened-page-tab:not(.active),html[data-yzt-theme=dark] .opened-page-tab:not(.active){background:var(--surface);border-color:var(--border);color:var(--muted)}html[data-yzt-theme=dark] .opened-page-tab:not(.active):hover{background:#203650;color:#72b4ff;border-color:#46698f}html[data-yzt-theme=dark] .brand-lockup-sidebar .brand-wordmark{filter:brightness(0) invert(1);opacity:.94}html[data-yzt-theme=dark] .login-card{color:#111c2e;background:#fffffffa}html[data-yzt-theme=dark] .login-card .input-with-icon{color:#111c2e;background:#f8fafc;border-color:#d2deeb}html[data-yzt-theme=dark] .login-card .input-with-icon:focus-within{background:#fff;border-color:#5c9fea}html[data-yzt-theme=dark] .login-card .input-with-icon input{color:#111c2e;background:transparent}@media(max-width:1000px){.login-brand-panel{padding:54px 18px 32px}.login-brand-copy{width:100%;transform:none}.login-corner-brand{left:16px;top:15px;height:31px;gap:5px}.login-corner-brand img:first-child{width:28px;height:28px}.login-corner-brand img:last-child{width:72px;height:27px}.login-hero-title img{width:152px;height:48px}.login-hero-title p{margin-top:-1px;font-size:9px;letter-spacing:.15em}.login-carousel{width:min(360px,100%);margin-top:27px}.login-carousel-stage{height:188px}.login-highlight-card{top:9px;width:200px;height:170px;border-radius:8px}.login-highlight-card.active{transform:translate(-50%) translateY(-5px)}.login-highlight-card.left{transform:translate(-96%) translateY(8px) scale(.85)}.login-highlight-card.right{transform:translate(-4%) translateY(8px) scale(.85)}.login-highlight-visual{height:102px}.login-highlight-visual svg{width:62px;height:62px}.login-highlight-copy{padding:9px 10px 11px;gap:4px}.login-highlight-copy strong{font-size:15px}.login-highlight-copy small{max-width:174px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.login-stats{width:min(360px,100%);margin-top:23px;gap:8px}.login-stats>div{min-height:76px;border-radius:9px}.login-stats strong{font-size:23px}.login-stats sup{font-size:9px}.login-stats span{margin-top:7px;font-size:9px}.login-form-panel{justify-content:flex-end;padding:12px 10px 12px 0;position:relative;z-index:3}.login-card{width:min(430px,calc(100vw - 28px));min-height:0;padding:34px 32px 30px;border-radius:24px;transform:none}.login-card>:is(.login-heading,.field-label,.input-with-icon,.login-options,.form-error,.form-notice,.login-button,.login-register-entry){max-width:366px}.login-heading>span{min-height:25px;padding:0 9px;font-size:9px}.login-heading h2{margin-top:13px;font-size:28px;line-height:1.22}.login-heading p{margin-bottom:27px;font-size:12px;line-height:1.65}.login-card .field-label{margin-top:19px;margin-bottom:8px;font-size:12px}.login-card .input-with-icon{min-height:48px;border-radius:11px}.login-card .input-with-icon input{min-height:46px;padding-left:12px;font-size:13px}.login-card .input-with-icon svg{margin-left:12px;width:18px;height:18px}.login-button{min-height:50px;margin-top:25px;border-radius:11px;font-size:13px}}@media(max-width:760px){.login-brand-panel{justify-content:flex-start;padding-left:10px;padding-right:0}.login-brand-copy{width:230px;margin-right:auto}.login-hero-title img{width:132px}.login-hero-title p{font-size:8px;letter-spacing:.11em}.login-carousel{width:226px}.login-highlight-card{width:144px}.login-highlight-card.left{transform:translate(-96%) translateY(8px) scale(.78)}.login-highlight-card.right{transform:translate(-4%) translateY(8px) scale(.78)}.login-highlight-copy strong{font-size:13px}.login-highlight-copy small{max-width:132px;font-size:8px}.login-stats{width:226px;gap:5px}.login-stats>div{min-height:70px}.login-stats strong{font-size:20px}.login-stats span{font-size:8px}}@media(prefers-reduced-motion:reduce){.ai-launcher,.ai-task-card,.login-highlight-card,.login-carousel-dots button{transition:none}.ai-thinking svg{animation:none}}.sm-filter-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:16px 18px;margin-bottom:14px;display:flex;align-items:flex-end;gap:14px;box-shadow:0 3px 12px #1f375009}.sm-filter-card label{min-width:190px;display:flex;flex-direction:column;gap:7px}.sm-filter-card label>span{color:var(--muted);font-size:11px;font-weight:600}.sm-filter-actions{display:flex;gap:8px}.sm-user-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:14px;align-items:start}.sm-dept-panel,.sm-table-card,.sm-role-basic{background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 3px 12px #1f375009}.sm-dept-panel{padding:14px 10px;min-height:548px}.sm-search{height:38px;border:1px solid var(--border);background:var(--surface);border-radius:5px;display:flex;align-items:center;gap:7px;padding:0 10px;margin:0 2px 12px}.sm-search svg{width:15px;color:var(--subtle)}.sm-search input{min-width:0;width:100%;height:34px;padding:0;border:0;background:transparent;box-shadow:none}.sm-dept-panel>button{width:100%;min-height:36px;border:0;background:transparent;color:var(--muted);display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 12px;border-radius:5px;font-size:11px;text-align:left}.sm-dept-panel>button svg{width:16px;flex:0 0 auto}.sm-dept-panel>button span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sm-dept-panel>button b{min-width:19px;height:19px;padding:0 5px;border-radius:10px;display:grid;place-items:center;background:#edf2f7;color:#778498;font-size:9px}.sm-dept-panel>button:hover,.sm-dept-panel>button.active{background:var(--blue-soft);color:var(--blue)}.sm-dept-panel>button.active{font-weight:650}.sm-table-card{overflow:hidden}.sm-toolbar{min-height:58px;padding:9px 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.sm-toolbar>div{display:flex;gap:8px}.sm-toolbar .button{min-height:34px;font-size:12px;padding:0 13px}.sm-toolbar .button svg{width:15px}.sm-toolbar button:disabled{opacity:.45;cursor:not-allowed}.sm-icon-button{width:34px;height:34px;border:1px solid var(--border);border-radius:5px;background:var(--surface);color:var(--muted);display:grid;place-items:center}.sm-icon-button:hover{color:var(--blue);border-color:#9bc4ef}.sm-icon-button svg{width:16px}.sm-table{min-width:1050px}.sm-table.user-table{min-width:1120px}.sm-table.menu-table{min-width:1220px}.sm-table.dept-table{min-width:1280px}.sm-table.role-table{min-width:900px}.sm-table th{padding-top:12px;padding-bottom:12px}.sm-table td{height:50px}.sm-table input[type=checkbox],.sm-table input[type=radio]{width:15px;height:15px;accent-color:var(--blue)}.sm-table code{color:#53657b;background:#f2f5f9;border-radius:4px;padding:3px 6px;font-size:10px}.sm-pagination{min-height:56px;border-top:1px solid var(--border);padding:0 14px;display:flex;justify-content:flex-end;align-items:center;gap:8px;color:var(--muted);font-size:10px}.sm-pagination select{height:30px;padding:0 24px 0 8px;font-size:10px}.sm-pagination button,.sm-pagination input{width:30px;height:30px;border:1px solid var(--border);border-radius:4px;background:var(--surface);color:var(--muted);text-align:center;padding:0}.sm-pagination button.active{background:var(--blue);color:#fff;border-color:var(--blue)}.sm-switch{width:34px;height:20px;padding:2px;border:0;border-radius:999px;background:#c6d0dc}.sm-switch i{display:block;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000038;transition:transform .16s}.sm-switch.on{background:#20a276}.sm-switch.on i{transform:translate(14px)}.sm-badge{display:inline-flex;align-items:center;justify-content:center;min-height:21px;border-radius:4px;padding:0 7px;font-size:9px;font-weight:600;background:#e8f2ff;color:#176bc6}.sm-badge.green{background:#e8f7f1;color:#17815f}.sm-badge.red{background:#fff0f0;color:#c43737}.sm-badge.gray{background:#f0f2f5;color:#6a7687}.sm-tree-name{min-width:220px;display:flex;align-items:center;gap:7px}.sm-tree-name>button,.sm-tree-name>i{width:20px;height:20px;flex:0 0 auto}.sm-tree-name>button{border:0;background:transparent;color:var(--muted);display:grid;place-items:center}.sm-tree-name>button svg{width:13px}.sm-tree-name strong{min-width:0;overflow:hidden;text-overflow:ellipsis}.sm-ellipsis{max-width:180px;overflow:hidden;text-overflow:ellipsis}.sm-modal{width:min(600px,calc(100vw - 28px));max-height:calc(100vh - 58px);display:flex;flex-direction:column;background:var(--surface);color:var(--text);border-radius:10px;box-shadow:0 20px 60px #1524394d;overflow:hidden}.sm-modal.wide{width:min(760px,calc(100vw - 28px))}.sm-modal>header{min-height:74px;padding:16px 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.sm-modal>header span{color:var(--blue);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.sm-modal>header h2{margin:5px 0 0;font-size:19px}.sm-modal>header button{width:32px;height:32px;border:0;border-radius:50%;background:var(--background);color:var(--muted);display:grid;place-items:center}.sm-modal>header button svg{width:17px}.sm-modal-body{padding:22px;overflow-y:auto}.sm-modal-footer{min-height:64px;padding:12px 22px;flex:0 0 auto;border-top:1px solid var(--border);display:flex;justify-content:flex-end;align-items:center;gap:9px;background:var(--background)}.sm-confirm{padding:22px}.sm-confirm p,.sm-dialog-tip{margin:0;color:var(--muted);font-size:12px;line-height:1.7}.sm-confirm footer{margin-top:22px;display:flex;justify-content:flex-end;gap:9px}.sm-shop-picker{margin-top:22px;padding-top:20px;border-top:1px solid var(--border)}.sm-shop-picker>strong{font-size:13px}.sm-shop-picker>p{margin:4px 0 12px;color:var(--muted);font-size:10px}.sm-shop-picker>div{max-height:210px;overflow:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.sm-shop-picker label{min-width:0;padding:8px 10px;border:1px solid var(--border);border-radius:5px;display:flex;align-items:center;gap:8px;font-size:10px}.sm-shop-picker label span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sm-shop-picker label small{display:block;margin-top:3px;color:var(--subtle);font-size:8px}.sm-shop-picker input,.sm-scope-grid input,.sm-permission-tree input{accent-color:var(--blue)}.sm-inline-control{min-height:50px;margin-top:18px;border:1px solid var(--border);border-radius:5px;padding:0 13px;display:flex;align-items:center;justify-content:space-between}.sm-inline-control>span{font-size:11px;font-weight:600}.sm-role-basic{padding:20px;margin-bottom:14px}.sm-role-basic h2,.sm-section-title h2{margin:0;font-size:14px}.sm-role-basic>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}.sm-role-basic label{display:flex;flex-direction:column;gap:7px}.sm-role-basic label span{color:var(--muted);font-size:10px;font-weight:600}.sm-section-title{min-height:55px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.sm-section-title span{color:var(--muted);font-size:10px}.sm-page-footer{min-height:68px;border-top:1px solid var(--border);padding:13px 18px;display:flex;justify-content:center;gap:9px}.sm-radio-field{margin:18px 0}.sm-radio-field>span,.sm-mode-select>span{display:block;color:var(--muted);font-size:11px;font-weight:600;margin-bottom:8px}.sm-radio-field>div,.sm-mode-select{display:flex;align-items:center;gap:18px}.sm-radio-field button,.sm-mode-select button{border:0;background:transparent;color:var(--muted);padding:0;display:inline-flex;align-items:center;gap:6px;font-size:11px}.sm-radio-field button i,.sm-mode-select button i{width:14px;height:14px;border-radius:50%;border:1px solid #aeb9c7;display:block;position:relative}.sm-radio-field button.active,.sm-mode-select button.active{color:var(--blue);font-weight:600}.sm-radio-field button.active i,.sm-mode-select button.active i{border-color:var(--blue);box-shadow:inset 0 0 0 3px var(--surface);background:var(--blue)}.sm-toggle-grid{margin-top:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.sm-toggle-grid label{border:1px solid var(--border);border-radius:5px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between}.sm-toggle-grid label span{font-size:10px;font-weight:600}.sm-tabs{min-height:48px;padding:0 22px;display:flex;gap:24px;border-bottom:1px solid var(--border)}.sm-tabs button{border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);font-size:11px}.sm-tabs button.active{color:var(--blue);border-bottom-color:var(--blue);font-weight:650}.sm-span-2{grid-column:1 / -1}.sm-mode-select{min-height:42px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--border)}.sm-mode-select>span{margin:0 12px 0 0}.sm-empty-config{min-height:210px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:1px dashed var(--border);border-radius:7px;color:var(--muted);font-size:11px}.sm-empty-config svg{width:34px;height:34px;color:#9db7d5}.sm-scope-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sm-scope-grid section{border:1px solid var(--border);border-radius:6px;padding:12px;display:flex;flex-direction:column;gap:8px}.sm-scope-grid section.shops{grid-column:1 / -1;max-height:220px;overflow:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.sm-scope-grid section.shops strong{grid-column:1 / -1}.sm-scope-grid strong{font-size:11px;margin-bottom:3px}.sm-scope-grid label{font-size:10px;display:flex;align-items:center;gap:7px}.sm-permission-tree{border:1px solid var(--border);border-radius:6px;max-height:390px;overflow:auto;padding:12px 14px}.sm-permission-tree>div{min-height:34px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);margin-bottom:6px}.sm-permission-tree>div strong{font-size:11px}.sm-permission-tree>div button{border:0;background:transparent;color:var(--blue);font-size:9px}.sm-permission-tree>label{min-height:36px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #edf1f5;font-size:10px}.sm-permission-tree label span{display:flex;flex-direction:column;gap:2px}.sm-permission-tree label small{color:var(--subtle);font-size:8px}html[data-yzt-theme=dark] :is(.sm-filter-card,.sm-dept-panel,.sm-table-card,.sm-role-basic,.sm-modal,.sm-search){background:var(--surface);color:var(--text)}html[data-yzt-theme=dark] :is(.sm-table td,.sm-table th,.sm-tree-name strong,.sm-inline-control,.sm-tabs,.sm-modal>header,.sm-modal-footer){color:var(--text);border-color:var(--border)}html[data-yzt-theme=dark] :is(.sm-table td,.sticky-action){background:var(--surface)}html[data-yzt-theme=dark] :is(.sm-table th,th.sticky-action,.sm-modal-footer){background:#141e2d}html[data-yzt-theme=dark] .sm-table code{background:#111827;color:#b7c7da}.asm-page{--asm-blue: #1677ff;--asm-green: #25b985;--asm-violet: #7656d8;color:var(--text);min-width:0}.asm-page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:14px}.asm-page-heading>div>span{color:var(--asm-blue);font-size:11px;font-weight:750;letter-spacing:.16em}.asm-page-heading h1{margin:5px 0 4px;font-size:30px;letter-spacing:-.03em}.asm-page-heading p{margin:0;color:var(--muted);font-size:14px}.asm-page-heading .button{min-height:40px;padding-inline:16px;font-size:13px}.asm-tabs{height:38px;width:fit-content;display:flex;align-items:center;gap:7px;margin:0 0 12px;padding:0;border:0;background:transparent}.asm-tabs button{min-width:128px;height:38px;border:0;border-radius:6px;background:transparent;color:#657489;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:650;transition:color .18s,background .22s,box-shadow .22s,transform .22s}.asm-tabs button:not(.active){background:#ffffffd1;box-shadow:0 3px 10px #2d5b8c0a}.asm-tabs button svg{width:15px;height:15px}.asm-tabs button:hover{color:var(--asm-blue);background:#eff6ff}.asm-tabs button.active{color:#fff;background:linear-gradient(118deg,#176df4,#19aaf2);box-shadow:0 6px 16px #1777ff3d;transform:translateY(-1px)}.asm-filter-card{min-height:74px;margin-bottom:13px;padding:11px 12px;display:grid;grid-template-columns:132px minmax(190px,1.15fr) 142px minmax(180px,1fr) minmax(310px,1.45fr) 84px;align-items:end;gap:10px;border:1px solid #dae6f3;border-radius:8px;background:#ffffffeb;box-shadow:0 4px 16px #21579309}.asm-filter-card label,.asm-date-field{min-width:0;display:flex;flex-direction:column;gap:6px}.asm-filter-card label>span,.asm-date-field>span{color:#526176;font-size:12px;font-weight:650}.asm-filter-card select{width:100%;height:40px;min-height:40px;border-radius:5px;font-size:13px}.asm-filter-card .date-range-trigger{height:40px;font-size:13px}.asm-apply{height:40px;min-height:40px;padding:0 14px;font-size:13px}.asm-tab-stage{animation:asm-tab-in .34s cubic-bezier(.22,.72,.28,1)}@keyframes asm-tab-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.asm-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:13px}.asm-metric-grid>div{min-width:0;animation:asm-card-in .42s both cubic-bezier(.2,.72,.24,1);animation-delay:var(--delay)}.asm-metric-grid>div:nth-child(odd){--slide: -15px}.asm-metric-grid>div:nth-child(2n){--slide: 15px}@keyframes asm-card-in{0%{opacity:0;transform:translate(var(--slide))}to{opacity:1;transform:none}}.asm-metric{min-height:112px;position:relative;overflow:hidden;padding:16px 16px 13px;border:1px solid #d8e5f3;border-radius:7px;background:#fff;box-shadow:0 5px 16px #2d5c910b;transition:transform .18s,box-shadow .18s,border-color .18s}.asm-metric:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;opacity:.78;background:linear-gradient(90deg,#4c93f7,transparent 80%)}.asm-metric.green:after{background:linear-gradient(90deg,#37c995,transparent 80%)}.asm-metric.violet:after{background:linear-gradient(90deg,#8d6bea,transparent 80%)}.asm-metric:hover{transform:translateY(-2px);border-color:#b8d3ef;box-shadow:0 10px 24px #2b5c961a}.asm-metric>div{display:flex;align-items:center;gap:7px;padding-right:62px;color:#66768a}.asm-metric>div span{font-size:12px}.asm-metric>div svg{width:15px;margin-left:auto;color:#93a9c2}.asm-metric>strong{display:block;margin-top:10px;font-size:22px;line-height:1.05;letter-spacing:-.025em}.asm-money-value{color:inherit;font-size:inherit;font-style:normal;font-variant-numeric:tabular-nums}.asm-money-value i{margin-right:4px;font-size:.62em;font-style:normal;font-weight:500;vertical-align:.18em}.asm-money-value em{margin-left:5px;color:#66768a;font-size:.52em;font-style:normal;font-weight:500;vertical-align:.1em}.asm-number-with-unit{color:inherit;font-size:inherit;font-variant-numeric:tabular-nums}.asm-number-with-unit em{margin-left:4px;color:#66768a;font-size:.52em;font-style:normal;font-weight:500;vertical-align:.1em}.asm-metric>small{display:block;margin-top:8px;color:#7f8da0;font-size:11px;line-height:1.35}.asm-ai-pill{position:absolute;right:11px;top:11px;height:24px;padding:0 8px;border:1px solid #9fcbfa;border-radius:999px;background:#fff;color:#1674df;display:flex;align-items:center;gap:4px;font-size:10px}.asm-ai-pill svg{width:10px;height:10px}.asm-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px}.asm-ranking-panel{grid-column:1 / -1}.asm-ranking-chart{height:250px;padding:8px 12px 2px}.asm-ranking-chart .recharts-label-list text{font-weight:600;font-variant-numeric:tabular-nums}.asm-view-tools{display:flex;align-items:center;gap:10px}.asm-view-tools>span{color:#8995a5;font-size:11px}.asm-view-tools>div{display:inline-flex;align-items:center;gap:2px;padding:2px;border:1px solid #d7e4f2;border-radius:6px;background:#f6f9fd}.asm-view-tools button{width:27px;height:25px;padding:0;border:0;border-radius:4px;background:transparent;color:#7b8da3;display:grid;place-items:center;cursor:pointer;transition:color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.asm-view-tools button:hover{color:var(--asm-blue);background:#eaf3ff}.asm-view-tools button.active{color:#fff;background:var(--asm-blue);box-shadow:0 3px 8px #1677ff3d;transform:translateY(-1px)}.asm-view-tools button svg{width:14px;height:14px;color:currentColor}html[data-yzt-theme=dark] .asm-view-tools>div{border-color:#3a4b62;background:#121c2b}.asm-bubble-panel{grid-column:1 / -1}.asm-panel,.asm-table-panel{overflow:hidden;border:1px solid #dbe6f2;border-radius:8px;background:#fff;box-shadow:0 5px 18px #2a55860b}.asm-panel>header,.asm-table-panel>header{min-height:47px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #edf2f7}.asm-panel>header>div,.asm-table-panel>header>div:first-child{display:flex;align-items:center;gap:7px}.asm-panel>header svg,.asm-table-panel>header svg{width:14px;height:14px;color:var(--asm-blue)}.asm-panel>header strong,.asm-table-panel>header strong{font-size:14px}.asm-panel>header>span,.asm-table-panel>header span{color:#8995a5;font-size:11px}.asm-chart{height:235px;padding:8px 5px 4px}.asm-bubble-panel .asm-chart{height:270px}.asm-table-panel{margin-bottom:12px}.asm-table-panel>header{min-height:54px}.asm-table-panel>header>div:first-child>div{display:flex;flex-direction:column;gap:3px}.asm-table-panel>header>div:last-child{display:flex;gap:7px}.asm-table-panel .button{min-height:35px;padding:0 12px;font-size:12px}.asm-table-scroll{overflow-x:auto}.asm-table-scroll table{width:100%;min-width:1500px;border-collapse:collapse;font-size:12px}.asm-table-scroll th{height:44px;padding:0 12px;text-align:left;white-space:nowrap;color:#65748a;background:#f7faff;font-size:11px;font-weight:650}.asm-table-scroll td{height:49px;padding:0 12px;white-space:nowrap;border-top:1px solid #edf2f7;color:#49596e}.asm-table-scroll tbody tr{transition:background .16s,transform .16s}.asm-table-scroll tbody tr:hover{background:#f7fbff}.asm-table-scroll td strong{color:#1e2d42;font-size:12px}.asm-platform{display:inline-flex;min-height:24px;align-items:center;padding:0 8px;border-radius:4px;background:#eef5ff;color:#246dc6;font-size:10px}.asm-platform.天猫{background:#fff0f0;color:#c54242}.asm-platform.抖店{background:#f1efff;color:#6651bb}.asm-detail-button{height:29px;border:1px solid #9ec9f5;border-radius:4px;background:#fff;color:#1473dc;padding:0 11px;font-size:11px;transition:background .16s,transform .16s}.asm-detail-button:hover{color:#fff;background:var(--asm-blue);transform:translateY(-1px)}.asm-promo-grid{display:grid;grid-template-columns:1fr 1fr 1.08fr;gap:10px;margin-bottom:12px}.asm-promo-chart{height:340px;padding:8px}.asm-promo-summary{min-height:390px}.asm-promo-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:12px}.asm-promo-kpis>div{min-width:0;padding:11px 9px;border-radius:6px;background:#f6f9fd}.asm-promo-kpis span{display:block;color:#77879a;font-size:11px}.asm-promo-kpis strong{display:block;margin-top:7px;font-size:16px}.asm-promo-kpis>div:nth-child(1) strong{color:#e25454}.asm-promo-kpis>div:nth-child(2) strong{color:#20a878}.asm-promo-kpis>div:nth-child(3) strong{color:#7653d3}.asm-mini-table{margin:0 12px 12px;border:1px solid #e2e9f1;border-radius:6px;overflow:hidden}.asm-mini-table>div{min-height:40px;display:grid;grid-template-columns:1.35fr .8fr .8fr .55fr .5fr;align-items:center;gap:6px;padding:0 9px;border-bottom:1px solid #edf2f6;font-size:10px}.asm-page .recharts-text,.asm-page .recharts-legend-item-text{font-size:12px!important}.asm-mini-table>div:first-child{background:#f7f9fc;color:#67768a}.asm-mini-table>div:last-child{border:0}.asm-mini-table span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asm-mini-table em{color:#16976a;font-style:normal}.asm-modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:240;display:grid;place-items:center;padding:20px;background:#00000080;animation:asm-overlay-in .18s ease-out}@keyframes asm-overlay-in{0%{opacity:0}to{opacity:1}}.asm-detail-modal,.asm-ai-dialog{width:min(580px,calc(100vw - 40px));max-height:calc(100vh - 44px);overflow:hidden;border-radius:4px;background:#fff;box-shadow:0 12px 32px 4px #0000000a,0 8px 20px #00000014;animation:asm-dialog-in .24s cubic-bezier(.2,.7,.3,1)}@keyframes asm-dialog-in{0%{opacity:0;transform:translateY(-12px) scale(.985)}to{opacity:1;transform:none}}.asm-detail-modal>header,.asm-ai-dialog>header{min-height:70px;padding:13px 17px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf0f4}.asm-detail-modal>header span{color:#1676e5;font-size:8px;font-weight:750;letter-spacing:.13em}.asm-detail-modal>header h2{margin:5px 0 0;display:flex;align-items:center;gap:7px;font-size:15px}.asm-detail-modal>header h2 svg{width:18px;color:#1877e5}.asm-detail-modal>header button,.asm-ai-dialog>header button{width:30px;height:30px;border:0;border-radius:50%;background:#f3f5f8;color:#718096;display:grid;place-items:center}.asm-detail-modal>header button svg,.asm-ai-dialog>header button svg{width:15px}.asm-detail-body{max-height:calc(100vh - 120px);overflow-y:auto;padding:16px}.asm-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.asm-detail-grid>div{min-width:0;min-height:54px;padding:9px 10px;border:1px solid #e4eaf1;border-radius:5px;background:#fbfcfe;display:flex;flex-direction:column;gap:6px}.asm-detail-grid span{color:#7a8798;font-size:8px}.asm-detail-grid strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.asm-score{margin-top:10px;padding:12px;border:1px solid #dce8f5;border-radius:6px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px 16px;background:#f6faff}.asm-score>div span{color:#6e7f94;font-size:8px}.asm-score>div strong{display:block;margin-top:4px;color:#166fd5;font-size:22px}.asm-score>div small{font-size:8px}.asm-score>b{color:#1c8c65;font-size:11px}.asm-score>i{grid-column:1/-1;height:6px;border-radius:3px;background:#e0e8f2;overflow:hidden}.asm-score>i span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2683f6,#3cc993)}.asm-advice{margin-top:10px;display:flex;gap:9px;padding:12px;border:1px solid #dfe8ff;border-radius:6px;background:#f5f8ff}.asm-advice>svg{width:16px;flex:0 0 auto;color:#6d55d9}.asm-advice strong{font-size:10px}.asm-advice p{margin:5px 0 0;color:#526278;font-size:9px;line-height:1.65}.asm-ai-dialog{width:min(500px,calc(100vw - 40px));border-radius:10px}.asm-ai-dialog>header>div{display:flex;align-items:center;gap:7px;color:#126fd7;font-size:11px;font-weight:650}.asm-ai-dialog>header>div svg{width:16px}.asm-ai-dialog>div{padding:24px}.asm-ai-dialog>div>span{display:inline-flex;padding:4px 8px;border-radius:999px;background:#eaf3ff;color:#176fd2;font-size:8px}.asm-ai-dialog h2{margin:10px 0 5px;font-size:19px}.asm-ai-dialog p,.asm-ai-dialog li{color:#5f6f84;font-size:10px;line-height:1.75}.asm-ai-dialog ul{padding-left:18px}.asm-empty{min-height:360px;border:1px dashed #cfdceb;border-radius:8px;background:#ffffffa6;color:#8190a2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px}.asm-empty svg{width:38px;height:38px;color:#9db9d8}.asm-empty strong{color:#405269;font-size:13px}.asm-empty span{font-size:10px}html[data-yzt-theme=dark] :is(.asm-tabs,.asm-filter-card,.asm-metric,.asm-panel,.asm-table-panel,.asm-detail-modal,.asm-ai-dialog){background:var(--surface);color:var(--text);border-color:var(--border)}.archive-page{--archive-blue: #1677e9;--archive-soft-blue: #eef7ff;--archive-line: #d7e5f3;color:var(--text)}.archive-enter{animation:archive-page-in .32s cubic-bezier(.2,.75,.25,1) both}@keyframes archive-page-in{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}.archive-page-head{margin-bottom:18px}.archive-breadcrumb{height:25px;display:flex;align-items:center;gap:8px;color:#8390a1;font-size:12px}.archive-breadcrumb i{color:#c3ccd8;font-style:normal}.archive-breadcrumb strong{color:#3c4a5d;font-weight:600}.archive-title-row{min-height:58px;display:flex;align-items:center;gap:13px}.archive-title-icon{width:45px;height:45px;border-radius:12px;display:grid;place-items:center;color:#fff;box-shadow:0 7px 18px #1e6fd533}.archive-title-icon.company{background:linear-gradient(135deg,#2b8df4,#176ed4)}.archive-title-icon.shop{background:linear-gradient(135deg,#17b8a0,#1785dc)}.archive-title-icon svg{width:24px;height:24px}.archive-title-row h1{margin:0;font-size:27px;letter-spacing:-.025em}.archive-title-row p{margin:5px 0 0;color:var(--muted);font-size:13px}.archive-back{margin-left:auto}.archive-filter-card{min-height:83px;padding:14px 16px;margin-bottom:13px;border:1px solid var(--archive-line);border-radius:10px;background:linear-gradient(110deg,#fffffffa,#f7fcfff0);box-shadow:0 5px 16px #305b8c0b;display:flex;align-items:flex-end;gap:14px}.archive-filter-fields{flex:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.archive-filter-field{min-width:0;display:flex;flex-direction:column;gap:7px}.archive-filter-field>span{color:#4d5c70;font-size:12px;font-weight:650}.archive-filter-field input,.archive-filter-field select{width:100%;height:40px}.archive-filter-actions{display:flex;gap:8px;padding-bottom:1px}.archive-filter-actions .button{height:40px}.archive-table-card,.archive-form-card,.archive-detail-card{border:1px solid var(--archive-line);border-radius:11px;background:#fffffff5;box-shadow:0 7px 22px #2755860d;overflow:hidden}.archive-toolbar{min-height:61px;padding:11px 14px;border-bottom:1px solid #e6edf5;display:flex;align-items:center;justify-content:space-between;gap:14px;background:linear-gradient(180deg,#fff,#fbfdff)}.archive-toolbar>div{display:flex;align-items:center;gap:8px}.archive-toolbar>div:last-child>span{color:#8a96a6;font-size:11px}.button.success-soft{color:#18976d;border-color:#ccecdf;background:#edfaf5}.button.danger-soft{color:#db4a5e;border-color:#f1d1d8;background:#fff1f3}.button.success-soft:hover:not(:disabled){background:#daf5e9}.button.danger-soft:hover:not(:disabled){background:#ffe1e6}.archive-icon-button{width:34px;height:34px;border:1px solid #d8e2ef;border-radius:7px;background:#fff;color:#617084;display:grid;place-items:center;transition:transform .18s,color .18s,border-color .18s}.archive-icon-button:hover{transform:rotate(45deg);color:var(--archive-blue);border-color:#9fc8f3}.archive-icon-button svg{width:17px}.archive-table-scroll{width:100%;overflow:auto}.archive-table{width:100%;min-width:1080px;border-collapse:separate;border-spacing:0;table-layout:auto}.archive-table th{height:46px;padding:0 13px;background:#f6f9fd;border-bottom:1px solid #dfe8f2;color:#506075;font-size:12px;font-weight:650;text-align:left;white-space:nowrap}.archive-table th:first-child,.archive-table td:first-child{width:46px;text-align:center}.archive-table td{min-height:54px;padding:11px 13px;border-bottom:1px solid #e9eef5;color:#405066;font-size:12px;vertical-align:middle;background:#fffffff5}.archive-table tbody tr{animation:archive-row-in .34s ease-out both;transition:transform .17s,box-shadow .17s}@keyframes archive-row-in{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.archive-table tbody tr:hover td{background:#f7fbff}.archive-table tbody tr:hover{box-shadow:inset 3px 0 #4e9af0}.archive-table td strong{display:block;color:#1d2d42;font-size:13px;font-weight:650;white-space:nowrap}.archive-table td small{display:block;margin-top:3px;color:#8b97a8;font-size:10px}.archive-table code{color:#44566d;font-family:SFMono-Regular,Consolas,monospace;font-size:11px;background:transparent}.archive-action-column{position:sticky;right:0;z-index:2;min-width:215px;box-shadow:-8px 0 12px #25416306}.archive-table th.archive-action-column{z-index:3;background:#f6f9fd}.archive-row-actions{display:flex;align-items:center;gap:5px}.archive-row-actions button{height:28px;padding:0 8px;border:1px solid #b9d6f6;border-radius:5px;background:#fff;color:#1674dc;display:inline-flex;align-items:center;gap:4px;font-size:11px;transition:transform .16s,box-shadow .16s,background .16s}.archive-row-actions button:hover{transform:translateY(-1px);background:#edf6ff;box-shadow:0 4px 9px #226fc41a}.archive-row-actions button.delete{color:#df4a59;border-color:#efc8cf}.archive-row-actions button.delete:hover{background:#fff1f3}.archive-row-actions svg{width:13px;height:13px}.archive-link-number{min-width:31px;height:26px;padding:0 8px;border:1px solid #c9def6;border-radius:13px;background:#edf6ff;color:#126ed2;font-weight:700}.archive-status{display:inline-flex;min-height:24px;align-items:center;padding:0 9px;border-radius:999px;font-size:10px;font-weight:650;border:1px solid transparent}.archive-status.green{color:#13815d;background:#e9f8f1;border-color:#c9eddf}.archive-status.blue{color:#176dc9;background:#ebf4ff;border-color:#d4e7fb}.archive-status.red{color:#d84b50;background:#fff0f1;border-color:#f6d6d8}.archive-status.purple{color:#7d5bd0;background:#f2efff;border-color:#e2dafa}.archive-status.gray{color:#687589;background:#f1f3f6;border-color:#e0e5eb}.archive-pagination{min-height:60px;padding:10px 15px;display:flex;justify-content:flex-end;align-items:center;gap:7px;color:#6c7889;font-size:11px;background:#fbfdff}.archive-pagination select{min-height:31px;height:31px;width:56px;padding:0 6px}.archive-pagination em{font-style:normal}.archive-pagination button,.archive-pagination strong{width:30px;height:30px;border-radius:5px;display:grid;place-items:center}.archive-pagination button{border:1px solid #d8e1ec;background:#fff;color:#97a2b2}.archive-pagination strong{color:#fff;background:var(--archive-blue)}.archive-pagination input{min-height:31px;height:31px;width:42px;text-align:center;padding:0}.archive-modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:250;display:grid;place-items:center;background:#1a2b427a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:archive-overlay-in .18s ease-out both}@keyframes archive-overlay-in{0%{opacity:0}to{opacity:1}}.archive-confirm{width:min(470px,calc(100vw - 36px));padding:23px;border-radius:14px;background:#fff;box-shadow:0 24px 70px #132a4845;animation:archive-modal-in .24s cubic-bezier(.2,.8,.2,1) both}@keyframes archive-modal-in{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.archive-confirm header{display:flex;align-items:center;gap:12px}.archive-confirm header>button{margin-left:auto;width:32px;height:32px;border:0;border-radius:50%;background:#f4f6f9;display:grid;place-items:center;color:#6e7b8d}.archive-confirm-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;color:#e14d5d;background:#fff0f2}.archive-confirm header span{color:#8a96a7;font-size:10px}.archive-confirm h2{margin:3px 0 0;font-size:19px}.archive-confirm>p{margin:20px 0;padding:14px;border-radius:8px;background:#f7f9fc;color:#536176;font-size:13px;line-height:1.7}.archive-confirm footer{display:flex;justify-content:flex-end;gap:8px}.archive-form-card{overflow:visible}.archive-form-section{padding:24px 26px 28px;border-bottom:1px solid #e5edf6}.archive-section-title{margin-bottom:20px;display:flex;align-items:center;gap:11px}.archive-section-title>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#176fd1;background:#eaf4ff;font-size:11px;font-weight:750}.archive-section-title h2{margin:0;color:#203148;font-size:17px}.archive-section-title p{margin:4px 0 0;color:#8995a6;font-size:11px}.archive-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 22px}.archive-form-field,.archive-upload-field{min-width:0;display:flex;flex-direction:column;gap:7px}.archive-form-field>span,.archive-upload-field>span{color:#435268;font-size:12px;font-weight:650}.archive-form-field>span em{color:#e04b59;font-style:normal;margin-right:3px}.archive-form-field.span-2{grid-column:1 / -1}.archive-form-field input,.archive-form-field select{width:100%;height:42px}.archive-form-field textarea{width:100%}.archive-error{color:#dc4354;font-size:10px}.archive-upload-field>div{min-height:88px;position:relative;border:1px dashed #afc9e7;border-radius:9px;background:#f7fbff;display:grid;grid-template-columns:38px 1fr;grid-template-rows:1fr 1fr;align-items:end;column-gap:10px;padding:14px;transition:border-color .17s,background .17s,transform .17s}.archive-upload-field>div:hover{border-color:#438fe9;background:#f0f8ff;transform:translateY(-1px)}.archive-upload-field svg{grid-row:1 / 3;width:32px;height:32px;align-self:center;color:#4f93e5}.archive-upload-field strong{align-self:end;color:#30506f;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.archive-upload-field small{align-self:start;color:#8a97a8;font-size:10px}.archive-upload-field input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.archive-radio-row{height:42px;display:flex;align-items:center;gap:18px}.archive-radio-row button{border:0;background:transparent;color:#526176;display:flex;align-items:center;gap:7px;font-size:12px}.archive-radio-row i{width:16px;height:16px;border:1px solid #a9b7c7;border-radius:50%;position:relative}.archive-radio-row button.active{color:#166fd5;font-weight:650}.archive-radio-row button.active i{border-color:#2583ea;box-shadow:inset 0 0 0 4px #fff;background:#2583ea}.archive-form-footer{min-height:74px;padding:13px 26px;display:flex;justify-content:flex-end;align-items:center;gap:9px;background:#f9fbfd;border-radius:0 0 11px 11px}.archive-detail-card{min-height:420px}.archive-tabs{min-height:58px;padding:0 19px;display:flex;align-items:flex-end;gap:6px;border-bottom:1px solid #e0e9f3;background:linear-gradient(180deg,#fff,#f9fcff)}.archive-tabs button{min-height:44px;padding:0 22px;border:0;border-bottom:3px solid transparent;background:transparent;color:#667489;font-size:13px;position:relative}.archive-tabs button:after{content:"";position:absolute;left:50%;right:50%;bottom:-3px;height:3px;border-radius:3px 3px 0 0;background:#2581e8;transition:left .2s,right .2s}.archive-tabs button.active{color:#146dcc;font-weight:700}.archive-tabs button.active:after{left:0;right:0}.archive-tab-content{padding:24px}.archive-tab-enter{animation:archive-tab-in .28s ease-out both}@keyframes archive-tab-in{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}.archive-description-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #e0e9f3;border-radius:9px;overflow:hidden}.archive-description-grid>div{min-height:81px;padding:15px 17px;border-right:1px solid #e6edf5;border-bottom:1px solid #e6edf5;background:#fff;display:flex;flex-direction:column;gap:8px}.archive-description-grid>div:nth-child(3n){border-right:0}.archive-description-grid>div.wide{grid-column:span 2}.archive-description-grid span{color:#8a96a6;font-size:11px}.archive-description-grid strong{color:#26374d;font-size:13px;line-height:1.5;word-break:break-all}.archive-detail-table{min-width:980px}.archive-tab-toolbar{min-height:50px;margin-bottom:12px;display:flex;justify-content:flex-end;gap:8px}.archive-deposit-panel{display:grid;grid-template-columns:260px 1fr;gap:20px;align-items:start}.archive-deposit-total{min-height:180px;border-radius:12px;padding:24px;color:#fff;background:linear-gradient(145deg,#1476df,#27a2df);box-shadow:0 13px 30px #1a7ad53b;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.archive-deposit-total>span{color:#ffffffc7;font-size:12px}.archive-deposit-total>strong{margin:10px 0 18px;font-size:27px}.archive-deposit-total .archive-status{color:#08714f;background:#fff}.archive-empty{min-height:480px;display:grid;place-items:center;align-content:center;gap:13px;color:#8793a3}.archive-empty>svg{width:52px;height:52px;color:#66a6ea}.archive-empty h1{margin:0;color:#26364b;font-size:23px}html[data-yzt-theme=dark] :is(.archive-filter-card,.archive-table-card,.archive-form-card,.archive-detail-card,.archive-table td,.archive-upload-field>div,.archive-description-grid>div,.archive-confirm){background:var(--surface);color:var(--text);border-color:var(--border)}html[data-yzt-theme=dark] :is(.archive-toolbar,.archive-table th,.archive-pagination,.archive-tabs,.archive-form-footer){background:#141e2d;border-color:var(--border)}html[data-yzt-theme=dark] :is(.archive-table td strong,.archive-section-title h2,.archive-title-row h1,.archive-description-grid strong,.archive-confirm h2){color:var(--text)}@media(min-width:1680px){.archive-title-row h1{font-size:30px}.archive-title-row p{font-size:14px}.archive-filter-card{padding:16px 18px}.archive-filter-field>span{font-size:13px}.archive-table th{font-size:13px}.archive-table td{font-size:13px;padding-top:13px;padding-bottom:13px}.archive-table td strong{font-size:14px}.archive-description-grid span{font-size:12px}.archive-description-grid strong{font-size:14px}}@media(max-width:1500px){.archive-filter-card{align-items:stretch;flex-direction:column}.archive-filter-fields{grid-template-columns:repeat(3,minmax(0,1fr))}.archive-filter-actions{justify-content:flex-end}}html[data-yzt-theme=dark] :is(.asm-table-scroll th,.asm-promo-kpis>div,.asm-mini-table>div:first-child,.asm-detail-grid>div,.asm-score,.asm-advice){background:#142033;color:var(--text)}@media(max-width:1500px){.asm-filter-card{grid-template-columns:116px minmax(170px,1fr) 120px minmax(150px,1fr) minmax(290px,1.35fr) 74px}.asm-metric>strong{font-size:20px}.asm-promo-grid{grid-template-columns:1fr 1fr}.asm-promo-summary{grid-column:1 / -1;min-height:0}}@media(max-width:1050px){.sm-user-layout{grid-template-columns:190px minmax(0,1fr)}.sm-filter-card{flex-wrap:wrap}.sm-filter-card label{flex:1 1 180px}}.login-reference-layout{width:100%;height:100vh;min-height:100vh;max-height:100vh;display:block;overflow:hidden;color:#10213d;background:#f3f8ff}.login-reference-header{height:72px;padding:0 clamp(28px,2.5vw,44px);display:flex;align-items:center;justify-content:space-between;border-bottom:0;background:transparent}.login-visual-filters{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}.login-header-slogan-wordmark{width:clamp(220px,13vw,330px);aspect-ratio:2022 / 221;display:block;flex:0 0 auto;background:linear-gradient(90deg,#0154f2,#056ff8 36%,#0a8dfc,#11abfe);-webkit-mask:url(/login-slogan-wordmark-v1.png) center / contain no-repeat;mask:url(/login-slogan-wordmark-v1.png) center / contain no-repeat}.login-header-brand{display:flex;align-items:center;gap:8px}.login-header-brand-symbol{width:34px;height:34px;flex:0 0 auto;object-fit:contain}.login-header-brand-copy{width:108px;display:flex;flex-direction:column;align-items:center;gap:0}.login-header-brand-copy>img{width:98px;height:28px;object-fit:contain}.login-header-brand small{width:108px;margin-top:-1px;color:#112848;font-size:8px;font-weight:500;line-height:1.2;letter-spacing:.02em;text-align:center;white-space:nowrap}.login-reference-main{min-height:calc(100vh - 72px);position:relative;display:grid;grid-template-columns:minmax(0,1.36fr) minmax(430px,.64fr);gap:clamp(42px,5vw,86px);max-width:1540px;margin:0 auto;padding:0 clamp(34px,3.4vw,64px)}.login-reference-layout .login-brand-panel{min-width:0;align-items:stretch;padding:54px 0 50px;background:transparent;overflow:visible}.login-reference-layout .login-brand-panel:before{display:none}.login-reference-layout .login-brand-copy{width:min(860px,100%);height:100%;min-height:690px;align-items:center;justify-content:flex-start;transform:none}.login-product-lockup{flex:0 0 auto;text-align:center}.login-product-lockup h1{margin:0;color:transparent;background:linear-gradient(120deg,#075be8 5%,#1386f4 56%,#22b7ff);-webkit-background-clip:text;background-clip:text;font-size:clamp(54px,4.1vw,72px);line-height:1.05;font-weight:750;letter-spacing:.05em}.login-product-lockup p{margin:17px 0 0;color:#18345a;font-size:clamp(17px,1.35vw,22px);line-height:1.4;letter-spacing:.18em}.login-visual-stage{width:min(820px,100%);height:min(360px,39vh);margin-top:28px;position:relative;flex:0 0 auto}.login-carousel-window{width:100%;height:100%;position:relative;overflow:hidden;border-radius:22px}.login-carousel-track{width:100%;height:100%;display:flex;transition:transform .72s cubic-bezier(.22,.76,.25,1)}.login-carousel-slide{height:100%;flex:0 0 100%;display:flex;align-items:center;justify-content:center}.login-dashboard-hero{width:100%;height:100%;object-fit:contain;filter:url(#login-carousel-unified-glow)}.login-carousel-arrow{position:absolute;z-index:3;top:50%;width:38px;height:38px;display:grid;place-items:center;padding:0;border:1px solid rgba(166,199,238,.72);border-radius:50%;color:#0b6ee8;background:#ffffffe6;box-shadow:0 8px 20px #2d66a71f;opacity:0;transform:translateY(-50%);transition:opacity .2s,transform .2s,box-shadow .2s}.login-carousel-window:hover .login-carousel-arrow,.login-carousel-arrow:focus-visible{opacity:1}.login-carousel-arrow:hover{box-shadow:0 10px 24px #2d66a733}.login-carousel-arrow svg{width:20px;height:20px}.login-carousel-arrow.previous{left:12px}.login-carousel-arrow.next{right:12px}.login-orbit-scene{position:absolute;z-index:1;right:1.8vw;bottom:1.5vh;width:min(390px,20vw);aspect-ratio:1;display:grid;place-items:center;pointer-events:none}.login-orbit-scene:before{content:"";position:absolute;top:2%;right:2%;bottom:2%;left:2%;border-radius:50%;background:radial-gradient(circle,#69bfff33,#78b4ff17 42%,#d2e8ff00 72%);filter:blur(10px)}.login-orbit-rings{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;opacity:.82;filter:drop-shadow(0 0 9px rgba(57,141,244,.2))}.login-orbit-core{position:absolute;z-index:2;left:7%;top:7%;width:86%;height:86%;object-fit:contain;filter:drop-shadow(0 18px 30px rgba(36,103,188,.17))}.login-orbit-track{--orbit-duration: 16s;--orbit-delay: -3s;--orbit-icon: 16%;position:absolute;z-index:4;top:5%;right:5%;bottom:5%;left:5%;border-radius:50%;animation:login-orbit-travel var(--orbit-duration) linear var(--orbit-delay) infinite;will-change:transform}.login-orbit-track img{position:absolute;left:50%;top:0;width:var(--orbit-icon);height:var(--orbit-icon);object-fit:contain;filter:drop-shadow(0 6px 10px rgba(28,112,220,.2));animation:login-orbit-upright var(--orbit-duration) linear var(--orbit-delay) infinite;will-change:transform}.login-orbit-track.orbit-chart{--orbit-duration: 15s;--orbit-delay: -10.5s;--orbit-icon: 17%}.login-orbit-track.orbit-rmb{--orbit-duration: 12.5s;--orbit-delay: -2.2s;--orbit-icon: 16%;top:15%;right:15%;bottom:15%;left:15%;z-index:5}.login-orbit-track.orbit-list{--orbit-duration: 18s;--orbit-delay: -4.5s;--orbit-icon: 17%}.login-orbit-track.orbit-dot{--orbit-duration: 10s;--orbit-delay: -7s;--orbit-icon: 7%;top:2.5%;right:2.5%;bottom:2.5%;left:2.5%;z-index:3}@keyframes login-orbit-travel{to{transform:rotate(360deg)}}@keyframes login-orbit-upright{0%{transform:translate(-50%,-46%) rotate(0)}to{transform:translate(-50%,-46%) rotate(-360deg)}}.login-capabilities{width:min(590px,72%);margin:32px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-self:center;flex:0 0 auto}.login-capabilities>button{min-height:76px;display:flex;align-items:center;justify-content:center;gap:14px;border:1px solid #d7e4f3;border-radius:12px;background:#fffffff0;box-shadow:0 10px 24px #4470a617;transition:transform .22s,border-color .22s,background .22s,box-shadow .22s}.login-capabilities>button:hover{transform:translateY(-3px);border-color:#9dc8f6;box-shadow:0 14px 28px #366fb224}.login-capabilities>button.active{border-color:#75b5fa;background:linear-gradient(145deg,#fff,#eef7ff);box-shadow:0 14px 30px #2372cf29,inset 0 -3px #1a75e81a}.login-capabilities svg{width:34px;height:34px;color:#1977ee}.login-capabilities span{color:#244165;font-size:16px;font-weight:600;white-space:nowrap}.login-reference-layout .login-form-panel{min-width:0;z-index:3;position:relative;align-items:flex-start;justify-content:flex-start;padding:clamp(48px,7vh,72px) 0 0;background:transparent}.login-reference-layout .login-card{width:min(480px,100%);min-height:520px;padding:42px 52px 38px;border:1px solid rgba(226,234,244,.88);border-radius:26px;background:#fffffffa;box-shadow:0 24px 58px #3d5f8626;transform:translateY(8px)}.login-reference-layout .login-card>:is(.login-heading,.field-label,.input-with-icon,.login-options,.form-error,.form-notice,.login-button,.login-register-entry){width:100%;max-width:none;margin-left:0;margin-right:0}.login-reference-layout .login-heading>span{min-height:32px;padding:0 12px;border-color:#c9ddf7;background:#f1f7ff;color:#0866d9;font-size:12px;letter-spacing:0;text-transform:none}.login-reference-layout .login-heading>span svg{width:17px;height:17px;margin-right:6px;color:#ff8b2d}.login-reference-layout .login-heading h2{margin:20px 0 10px;color:#10213d;font-size:38px;line-height:1.16;letter-spacing:.055em}.login-reference-layout .login-heading p{margin-bottom:22px;color:#667b98;font-size:14px;line-height:1.7}.login-reference-layout .login-card .field-label{margin:17px 0 8px;color:#182b48;font-size:14px}.login-reference-layout .login-card .input-with-icon{min-height:54px;border:1px solid #c4d5e9;border-radius:8px;background:#fff}.login-reference-layout .login-card .input-with-icon:focus-within{border-color:#5197e8;background:#fff;box-shadow:0 0 0 4px #0866d914}.login-reference-layout .login-card .input-with-icon svg{width:21px;height:21px;margin-left:16px;color:#6f89aa}.login-reference-layout .login-card .input-with-icon input{min-height:52px;padding:0 14px;color:#152b49;font-size:14px}.login-reference-layout .login-button{min-height:52px;margin-top:18px;border-radius:8px;font-size:16px;box-shadow:0 12px 26px #0866d92b}html[data-yzt-theme=dark] .login-reference-layout{background:#f3f8ff;color:#10213d}html[data-yzt-theme=dark] .login-reference-layout .login-card{background:#fffffffa}@media(prefers-reduced-motion:reduce){.login-orbit-track,.login-orbit-track img{animation:none}}@media(max-width:1260px){.login-reference-main{grid-template-columns:minmax(0,1.18fr) minmax(410px,.82fr);gap:36px;padding-left:28px;padding-right:28px}.login-reference-layout .login-brand-panel{padding-top:48px}.login-reference-layout .login-form-panel{align-items:flex-start;justify-content:center}.login-product-lockup h1{font-size:54px}.login-product-lockup p{font-size:16px}.login-capabilities{width:78%;margin-left:auto;margin-right:auto;gap:10px}.login-capabilities>div{gap:9px}}@media(max-width:980px){.login-reference-header{padding-left:18px;padding-right:18px}.login-header-slogan-wordmark{width:180px}.login-reference-main{grid-template-columns:minmax(340px,.86fr) minmax(400px,1.14fr);gap:18px;padding:0 18px}.login-reference-layout .login-brand-panel{padding:54px 0 40px}.login-reference-layout .login-brand-copy{min-height:600px}.login-product-lockup h1{font-size:44px}.login-product-lockup p{font-size:12px}.login-visual-stage{height:300px;margin-top:36px}.login-dashboard-hero{width:100%}.login-capabilities{width:92%;margin:24px 0 0;gap:7px}.login-capabilities>button{min-height:62px;gap:6px}.login-capabilities svg{width:25px;height:25px}.login-capabilities span{font-size:12px}.login-orbit-scene{width:200px;right:-46px;bottom:-12px;opacity:.78}.login-reference-layout .login-card{padding-left:44px;padding-right:44px}}@media(max-height:820px)and (min-width:981px){.login-reference-layout .login-brand-panel{padding-top:30px;padding-bottom:28px}.login-reference-layout .login-brand-copy{min-height:640px}.login-product-lockup h1{font-size:54px}.login-product-lockup p{margin-top:10px;font-size:17px}.login-visual-stage{height:320px;margin-top:18px}.login-capabilities{margin-top:18px}.login-reference-layout .login-form-panel{padding-top:30px;padding-bottom:30px}.login-reference-layout .login-card{min-height:430px;padding:22px 36px 20px}.login-reference-layout .login-heading>span{min-height:26px;font-size:10px}.login-reference-layout .login-heading h2{margin:10px 0 5px;font-size:31px}.login-reference-layout .login-heading p{margin-bottom:4px;font-size:12px;line-height:1.45}.login-reference-layout .login-card .field-label{margin:7px 0 5px;font-size:12px}.login-reference-layout .login-card .input-with-icon{min-height:44px}.login-reference-layout .login-card .input-with-icon input{min-height:42px}.login-reference-layout .login-options{margin-top:9px;gap:4px}.login-reference-layout .login-check-row{font-size:11px;line-height:1.4}.login-reference-layout .login-button{min-height:46px;margin-top:9px}.login-reference-layout .login-register-entry{margin-top:7px;font-size:11px}}@media(min-width:1600px){.login-reference-layout{--login-header-height: clamp(72px, 8.22vh, 104px)}.login-reference-header{height:var(--login-header-height);padding-left:2.1vw;padding-right:2.1vw}.login-header-slogan-wordmark{width:clamp(250px,13vw,340px)}.login-header-brand{width:auto;height:auto;gap:.5vw}.login-header-brand-symbol{width:2.15vw;height:4.1vh;max-width:55px;max-height:52px}.login-header-brand-copy{width:6.35vw}.login-header-brand-copy>img{width:6.35vw;height:3.25vh;max-width:162px;max-height:42px}.login-header-brand small{width:6.35vw;margin-top:-.12vh;font-size:clamp(8px,.42vw,11px);letter-spacing:.03em}.login-reference-main{min-height:calc(100vh - var(--login-header-height));max-width:none;grid-template-columns:58.4% 41.6%;gap:0;padding:0}.login-reference-layout .login-brand-panel{padding:4.4vh 0 3.2vh}.login-reference-layout .login-brand-copy{width:47vw;min-height:calc(100vh - var(--login-header-height) - 11vh)}.login-product-lockup{transform:none}.login-product-lockup h1{font-size:clamp(58px,3.65vw,94px)}.login-product-lockup p{margin-top:1.2vh;font-size:clamp(18px,1.12vw,29px)}.login-visual-stage{width:43.5vw;height:35.5vh;margin-top:2.2vh}.login-dashboard-hero{width:100%;max-width:none;transform:none}.login-capabilities{width:27.5vw;margin:2.1vh auto 0;gap:.8vw}.login-capabilities>button{min-height:8.5vh;gap:.72vw;border-radius:.6vw}.login-capabilities svg{width:1.78vw;height:1.78vw;max-width:46px;max-height:46px}.login-capabilities span{font-size:clamp(15px,.84vw,22px)}.login-orbit-scene{right:2.1vw;bottom:1.2vh;width:16.4vw;max-width:420px}.login-reference-layout .login-form-panel{align-items:flex-start;justify-content:flex-start;padding:7.4vh 0 0 2.6vw}.login-reference-layout .login-card{width:clamp(420px,20.8vw,520px);min-height:clamp(500px,42vh,540px);padding:2.8vh 1.75vw 2.7vh;border-radius:1.22vw}.login-reference-layout .login-heading>span{min-height:2.65vh;padding:0 .62vw;font-size:clamp(11px,.58vw,15px)}.login-reference-layout .login-heading>span svg{width:.96vw;height:.96vw;max-width:25px;max-height:25px}.login-reference-layout .login-heading h2{margin:1.6vh 0 .72vh;font-size:clamp(31px,1.6vw,42px);letter-spacing:.055em}.login-reference-layout .login-heading p{margin-bottom:1.15vh;font-size:clamp(12px,.62vw,16px)}.login-reference-layout .login-card .field-label{margin:1.02vh 0 .48vh;font-size:clamp(12px,.62vw,16px)}.login-reference-layout .login-card .input-with-icon{min-height:4.05vh;border-radius:.37vw}.login-reference-layout .login-card .input-with-icon svg{width:1.08vw;height:1.08vw;max-width:28px;max-height:28px;margin-left:.9vw}.login-reference-layout .login-card .input-with-icon input{min-height:3.9vh;padding:0 .7vw;font-size:clamp(12px,.62vw,16px)}.login-reference-layout .login-options{margin-top:1.1vh;gap:.55vh}.login-reference-layout .login-check-row{font-size:clamp(11px,.56vw,14px)}.login-reference-layout .login-button{min-height:4.05vh;margin-top:1.05vh;border-radius:.37vw;font-size:clamp(14px,.7vw,18px)}.login-reference-layout .login-register-entry{margin-top:.9vh;font-size:clamp(11px,.58vw,15px)}}@media(max-width:1280px){.content{padding-left:22px;padding-right:22px}.sidebar{width:232px}.app-main{margin-left:232px;width:calc(100% - 232px)}.metric-card{padding-left:14px;padding-right:14px}.metric-card>strong{font-size:22px}.dashboard-filter label:first-child{min-width:210px}.dashboard-filter label:nth-child(3){min-width:200px}.ai-assistant{right:14px;width:410px}}@media(min-width:1680px){.page-header{margin-bottom:24px}.page-header h1{font-size:30px}.page-header p{font-size:14px}.overview-filter{padding:18px;gap:16px}.overview-filter :is(input,select,.date-range-trigger,.button){min-height:42px}.overview-metrics-board{padding:15px 16px 18px}.overview-section-title{margin-top:13px;margin-bottom:8px}.overview-section-title h2{font-size:15px}.overview-metric-card{min-height:98px;padding:11px 13px 10px}.overview-metric-card.compact{min-height:91px}.overview-cost-card{min-height:112px;padding:15px 16px}.overview-metric-card>div>span{font-size:12px}.overview-cost-card span{font-size:12px}.overview-metric-card button{padding:3px 8px;font-size:10px}.overview-cost-card button{padding:4px 9px;font-size:10px}.overview-metric-card button svg{width:11px;height:11px}.overview-cost-card button svg{width:11px;height:11px}.overview-metric-card>strong{margin-top:8px;font-size:22px}.overview-metric-card.compact>strong{font-size:19px}.overview-cost-value strong{font-size:20px}.overview-metric-card>p{margin-top:7px;font-size:12px}.overview-metric-card>p small{font-size:11px}.overview-cost-value small{font-size:11.5px}.overview-cost-card>p{font-size:10px}.overview-chart{padding:20px}.overview-chart-heading h2{font-size:16px}.overview-chart-heading p{font-size:11px}.overview-chart-canvas{height:318px;font-size:11px}.overview-chart-canvas.small{height:276px}.overview-chart-insight{padding:12px 14px}.overview-chart-insight strong{font-size:11.5px}.overview-chart-insight p{font-size:11px}.overview-ranking-panel{padding:20px;min-height:420px}.overview-rank-list strong,.overview-store-list strong{font-size:12px}.overview-rank-list b,.overview-store-list b{font-size:11px}}@media(max-width:900px){html,body{min-width:0}.sidebar{width:204px}.app-main{margin-left:204px;width:calc(100% - 204px);min-width:0}.brand-lockup-sidebar{padding-left:18px;gap:7px}.brand-lockup-sidebar .brand-symbol{width:39px;height:34px}.brand-lockup-sidebar .brand-wordmark{width:103px;height:36px}.main-nav{padding-left:9px;padding-right:9px}.topbar{padding:0 10px}.opened-page-tabs{margin-right:7px}.opened-page-tabs-scroll{gap:5px}.opened-page-tab{max-width:112px;height:30px;padding-left:8px;padding-right:6px;font-size:11px}.company-select-trigger{min-width:150px}.company-select-menu{width:max(100%,200px)}.topbar-right{margin-left:6px;gap:2px}.top-date,.disabled-help,.profile-button>div,.profile-button>svg:last-child{display:none}.content{padding:20px 14px 40px}.page-header{align-items:flex-start;gap:12px;flex-wrap:wrap}.page-header h1{font-size:24px}.page-header p{line-height:1.55}.page-actions .button{padding-left:12px;padding-right:12px;white-space:nowrap}.overview-filter{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-filter label:nth-child(3),.overview-filter .date-range-filter-field{grid-column:1 / -1}.overview-filter .apply-button{grid-column:1 / -1;width:100%}.dashboard-filter label:first-child,.dashboard-filter label:nth-child(3){min-width:0}.overview-kpi-grid,.overview-detail-grid,.overview-cost-grid,.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-chart-grid,.overview-ranking-grid,.dashboard-main-grid,.report-chart-grid{grid-template-columns:1fr}.overview-ai-insight{align-items:flex-start;flex-wrap:wrap}.overview-ai-insight button{margin-left:27px}.alert-grid{grid-template-columns:1fr}.ai-assistant{width:min(410px,calc(100vw - 222px));right:9px}.page-actions{flex-wrap:wrap}.page-date-range{width:100%}.date-range-popover{max-height:calc(100vh - 24px)}.range-calendar-month{padding-left:10px;padding-right:10px}.profile-page{grid-template-columns:1fr}.profile-edit-card form{max-width:none}}.sfm-table-title{min-height:64px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #e3eaf3}.sfm-table-title>div{display:flex;align-items:center;gap:10px}.sfm-table-title>div>svg{width:22px;height:22px;color:#1671e8}.sfm-table-title strong{display:block;color:#17243a;font-size:15px}.sfm-table-title span{display:block;margin-top:3px;color:#7d8ba0;font-size:12px}.dsa-readiness article{position:relative;overflow:hidden;border-color:#d8e6f8;animation:sfm-rise .38s both}.dsa-readiness article:after{content:"";position:absolute;inset:auto 0 0;height:3px;background:linear-gradient(90deg,#1671e8,#5aa8ff)}.dsa-settings{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(460px,1.2fr)}.dsa-settings .sfm-setting-card{width:auto}.dsa-shop-setting{min-height:104px;padding:12px 14px;position:relative;z-index:8;justify-content:flex-start;overflow:visible;border-color:#e1e7ef;border-radius:9px;box-shadow:none}.dsa-shop-setting>strong{margin-bottom:7px;font-size:13px;font-weight:650}.dsa-shop-setting>small{margin-top:6px;color:#8a96a7;font-size:11px;line-height:1.4}.dsa-shop-picker{position:relative;width:100%;display:block!important}.dsa-shop-picker-control{width:100%;height:38px;display:flex;align-items:center;border:1px solid #d7dfe9;border-radius:6px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.dsa-shop-picker.open .dsa-shop-picker-control{border-color:#6ba7ed;box-shadow:0 0 0 2px #1b77e517}.dsa-shop-picker-control>svg{width:15px;height:15px;margin-left:10px;color:#8997aa;flex:0 0 auto}.dsa-shop-picker-control input{min-width:0;height:100%;flex:1;padding:0 8px;border:0;outline:0;color:#2c3d54;background:transparent;font-size:12px}.sfm-setting-card .dsa-shop-picker-control button{width:34px;height:100%;padding:0;display:grid;place-items:center;border:0;border-radius:0 6px 6px 0;background:transparent;color:#6f7d90;box-shadow:none}.sfm-setting-card .dsa-shop-picker-control button:hover{color:#176fcf;background:#f6f9fd;transform:none}.dsa-shop-picker-control button svg{width:14px;height:14px;transition:transform .18s cubic-bezier(.2,.8,.3,1)}.dsa-shop-picker.open .dsa-shop-picker-control button svg{transform:rotate(180deg)}.dsa-shop-picker-menu{position:absolute;z-index:40;left:0;right:0;top:calc(100% + 6px);min-width:0;padding:6px;border:1px solid #dce4ee;border-radius:8px;background:#fff;box-shadow:0 10px 26px #1e3e671f;transform-origin:50% 0;animation:dsa-picker-open .18s cubic-bezier(.2,.8,.25,1) both}.dsa-shop-picker-menu>header{min-height:31px;padding:0 7px 5px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eef2f6}.dsa-shop-picker-menu>header strong{margin:0;color:#24354c;font-size:12px}.dsa-shop-picker-menu>header span{color:#8090a6;font-size:11px}.dsa-shop-picker-options{max-height:220px;padding-top:4px;overflow-y:auto;scrollbar-width:thin}.dsa-shop-setting .dsa-shop-picker-options>button{width:100%;min-height:36px;height:auto;padding:0 9px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:6px;background:transparent;color:#34465e;box-shadow:none;font-size:12px;text-align:left;opacity:0;animation:dsa-picker-option-in .18s ease forwards;transition:color .15s ease,background .15s ease}.dsa-shop-setting .dsa-shop-picker-options>button:hover{color:#0f69d1;background:#f3f7fc;box-shadow:none;transform:none}.dsa-shop-setting .dsa-shop-picker-options>button.selected,.dsa-shop-setting .dsa-shop-picker-options>button.selected:hover{color:#0f69d1;background:#eaf3ff;box-shadow:none;font-weight:650;transform:none}.dsa-shop-picker-options>button span{display:flex;align-items:center;gap:8px}.dsa-shop-picker-options>button svg{width:15px;height:15px;color:#6b9bd4}.dsa-shop-setting .dsa-shop-picker-options>button.selected svg{color:#287ed9}.dsa-shop-picker-empty{min-height:98px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#93a0b1;font-size:12px}.dsa-shop-picker-empty svg{width:22px;height:22px}@keyframes dsa-picker-open{0%{opacity:0;transform:translateY(-6px) scaleY(.96)}to{opacity:1;transform:translateY(0) scaleY(1)}}@keyframes dsa-picker-option-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.dsa-rules{display:flex;flex-wrap:wrap;gap:8px}.dsa-rules span{padding:7px 10px;border:1px solid #d7e6fa;border-radius:999px;background:#f3f8ff;color:#37638f;font-size:12px}.dsa-import-message{margin:-8px 0 16px;padding:11px 14px;display:flex;align-items:center;gap:8px;border:1px solid #bfe8d8;border-radius:7px;background:#effbf6;color:#16845e;font-size:13px}.dsa-import-message.warning{border-color:#f2d59e;background:#fff9ec;color:#a86b08}.dsa-import-message svg{width:18px;height:18px}.dsa-action-grid{grid-template-columns:repeat(8,minmax(150px,1fr))}.dsa-action-grid .sfm-action-cell{min-width:0;height:100%}.dsa-action-grid .sfm-action-cell>.sfm-action-card{height:100%}.dsa-action-grid .sfm-action-card{min-height:130px}@property --dsa-upload-angle{syntax: "<angle>"; inherits: false; initial-value: 0deg;}.sfm-action-card.uploading{position:relative;overflow:visible;border:1px solid #ffc66b;background:#fffdf8;box-shadow:0 11px 24px #cf86201a;cursor:wait}.sfm-action-card.uploading:after{content:"";position:absolute;z-index:0;top:1px;right:1px;bottom:1px;left:1px;padding:2px;border-radius:12px;pointer-events:none;background:conic-gradient(from var(--dsa-upload-angle),transparent 0 10%,#ffd277 20%,#ffad2f 34%,#ff8a00 47%,transparent 58% 100%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:dsa-upload-trace 1.65s linear infinite}.sfm-action-card.uploading:hover,.sfm-action-card.uploading:active{transform:none}.sfm-action-card.uploading>div{position:relative;z-index:1}.sfm-action-card.uploading strong{color:#556070}.sfm-action-card.uploading span{color:#98a3b3}.sfm-action-card small.dsa-data-state,.sfm-action-card small.dsa-upload-state,.sfm-action-card small.dsa-error-state{width:max-content;max-width:100%;min-height:24px;margin-top:10px;padding:3px 9px;border-radius:999px;overflow:visible;font-size:11px;line-height:1}.sfm-action-card small.dsa-data-state{color:#278b62;background:#eaf7f0}.sfm-action-card small.dsa-upload-state{color:#8b95a3;background:#f6f6f4;box-shadow:none}.sfm-action-card.import.failed{border-color:#ff8f8b;background:#fff9f9;box-shadow:0 8px 20px #e1463d0d}.sfm-action-card.import.failed:hover{border-color:#ff7771;box-shadow:0 11px 24px #e1463d17}.sfm-action-card small.dsa-error-state{width:100%;min-height:auto;padding:5px 8px;color:#e03d35;background:#ffe9e7;border-radius:12px;font-weight:650;line-height:1.35;overflow-wrap:anywhere;white-space:normal}.dsa-upload-state i{width:11px;height:11px;border:2px solid #eadfce;border-top-color:#f49a24;border-radius:50%;animation:dsa-upload-spin .72s linear infinite}@keyframes dsa-upload-trace{to{--dsa-upload-angle: 360deg}}@keyframes dsa-upload-spin{to{transform:rotate(360deg)}}html[data-yzt-theme=dark] .sfm-action-card.uploading{border-color:#e9a84b;background:#1a2639;box-shadow:0 11px 24px #0003}html[data-yzt-theme=dark] .sfm-action-card small.dsa-data-state{color:#73dfb6;background:#18916533}html[data-yzt-theme=dark] .sfm-action-card small.dsa-upload-state{color:#ffd39d;background:#ffffff14}html[data-yzt-theme=dark] .sfm-action-card.import.failed{border-color:#dc6b68;background:#2d2028}html[data-yzt-theme=dark] .sfm-action-card small.dsa-error-state{color:#ff9e99;background:#cf423a33}.dsa-upload-modal{width:min(720px,calc(100vw - 36px));border-radius:12px;overflow:hidden}.dsa-upload-modal>header{height:60px;padding:0 24px}.dsa-upload-modal>header h2{font-size:17px;font-weight:700;letter-spacing:.01em}.dsa-upload-modal>header button{width:34px;height:34px;display:grid;place-items:center;border-radius:7px;transition:color .16s ease,background .16s ease,transform .16s ease}.dsa-upload-modal>header button:hover{color:#26384f;background:#f2f5f8;transform:rotate(4deg)}.dsa-upload-modal .sfm-modal-body{padding:0 24px 18px}.dsa-upload-modal>footer{min-height:66px;padding:12px 24px 18px;border-top:0;animation:dsa-upload-content-in .34s cubic-bezier(.2,.82,.3,1) .17s both}.dsa-upload-dialog{display:grid;gap:16px}.dsa-upload-guide,.dsa-upload-selection{min-height:84px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #cfe0f9;border-radius:14px;background:#f4f8ff;animation:dsa-upload-content-in .4s cubic-bezier(.2,.82,.3,1) both;transition:border-color .26s ease,background .26s ease,box-shadow .26s ease,transform .22s ease}.dsa-upload-guide{animation-delay:.07s}.dsa-upload-selection{animation-delay:.12s}.dsa-upload-guide:hover{border-color:#afd0f8;box-shadow:0 5px 14px #206cc90e}.dsa-upload-guide>div,.dsa-upload-selection>div{min-width:0;display:grid;gap:7px}.dsa-upload-guide strong,.dsa-upload-selection strong{color:#1e2c40;font-size:15px}.dsa-upload-guide span,.dsa-upload-selection span{color:#64748a;font-size:12px;line-height:1.45;overflow-wrap:anywhere}.dsa-upload-guide>button,.dsa-upload-file-button{min-width:118px;height:38px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #d6dfe9;border-radius:8px;background:#fff;color:#3b4c63;font-size:13px;cursor:pointer;white-space:nowrap;box-shadow:0 2px 5px #2035520a;transition:color .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.dsa-upload-guide>button:hover{color:#0b6edc;border-color:#93c2f7;transform:translateY(-1px)}.dsa-upload-guide-steps{margin:-7px 3px 0;padding:14px 18px 14px 40px;border:1px solid #e0e9f5;border-radius:10px;background:#fbfdff;color:#55677e;animation:dsa-guide-open .2s ease both}.dsa-upload-guide-steps li{padding:3px 0;font-size:12px;line-height:1.55}@keyframes dsa-guide-open{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.dsa-upload-selection{min-height:96px;border-color:#c9d8ea;background:#fbfdff}.dsa-upload-selection.selected{border-color:#a9df72;background:#f5ffeb;box-shadow:inset 0 0 0 1px #70c22b08}.dsa-upload-file-button{min-width:96px;height:40px;color:#fff;border-color:#0877e8;background:#0877e8;box-shadow:0 6px 13px #0877e82b}.dsa-upload-file-button:hover{background:#0069d6;border-color:#0069d6;transform:translateY(-1px);box-shadow:0 8px 16px #0877e838}.dsa-upload-file-button svg{width:17px;height:17px}.dsa-upload-file-button input{display:none}.dsa-upload-file-meta{margin:0;display:grid;gap:7px;color:#52627a;font-size:12px;animation:dsa-upload-detail-in .3s cubic-bezier(.2,.82,.3,1) both}.dsa-upload-file-meta>div{display:flex;align-items:center}.dsa-upload-file-meta dt,.dsa-upload-file-meta dd{margin:0}.dsa-upload-file-meta dt{min-width:66px;color:#65758b}.dsa-upload-file-meta dd{color:#32445d}.dsa-upload-dialog-error{min-height:42px;padding:9px 12px;display:flex;align-items:center;gap:8px;border:1px solid #ffc0bd;border-radius:8px;background:#fff4f3;color:#d83d38;font-size:12px;font-weight:650;animation:dsa-upload-detail-in .3s cubic-bezier(.2,.82,.3,1) both}.dsa-upload-dialog-error svg{width:18px;height:18px;flex:0 0 auto}@keyframes dsa-upload-content-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes dsa-upload-detail-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}html[data-yzt-theme=dark] .dsa-shop-picker-control,html[data-yzt-theme=dark] .dsa-shop-picker-menu{background:#172337;border-color:#3a4c64}html[data-yzt-theme=dark] .dsa-shop-picker-control input,html[data-yzt-theme=dark] .dsa-shop-picker-menu>header strong{color:#e8f0fb}html[data-yzt-theme=dark] .dsa-shop-setting .dsa-shop-picker-options>button{color:#c5d2e2}html[data-yzt-theme=dark] .dsa-shop-setting .dsa-shop-picker-options>button:hover{background:#203653;color:#8ec2ff}html[data-yzt-theme=dark] .dsa-shop-setting .dsa-shop-picker-options>button.selected,html[data-yzt-theme=dark] .dsa-shop-setting .dsa-shop-picker-options>button.selected:hover{background:#203f63;color:#8ec2ff}html[data-yzt-theme=dark] .dsa-upload-guide,html[data-yzt-theme=dark] .dsa-upload-selection,html[data-yzt-theme=dark] .dsa-upload-guide-steps{background:#1b2a40;border-color:#3b5270}html[data-yzt-theme=dark] .dsa-upload-selection.selected{background:#203828;border-color:#5d9d56}html[data-yzt-theme=dark] .dsa-upload-guide strong,html[data-yzt-theme=dark] .dsa-upload-selection strong,html[data-yzt-theme=dark] .dsa-upload-file-meta dd{color:#e8f0fb}@media(prefers-reduced-motion:reduce){.sfm-action-card.uploading:after,.dsa-upload-state i,.dsa-shop-picker-menu,.dsa-shop-picker-options>button,.dsa-upload-guide-steps,.sfm-modal-mask,.sfm-modal,.dsa-upload-guide,.dsa-upload-selection,.dsa-upload-file-meta,.dsa-upload-dialog-error,.dsa-upload-modal>footer{animation:none}}.dsa-formula-note{margin-top:18px;padding:18px 20px;display:grid;gap:7px;border:1px solid #cfe1f8;border-radius:9px;background:linear-gradient(135deg,#f7fbff,#edf6ff)}.dsa-formula-note strong{color:#0e62cb;font-size:15px}.dsa-formula-note span{color:#243a58;font-size:13px;font-weight:600;line-height:1.65}.dsa-formula-note small,.dsa-help{margin:0;color:#75869c;font-size:12px;line-height:1.6}.dsa-status-banner{margin-bottom:16px;padding:15px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #f0d39a;border-radius:9px;background:#fff9ed}.dsa-status-banner.calculated{border-color:#bde7d7;background:#eefaf5}.dsa-status-banner>div{display:flex;align-items:center;gap:12px}.dsa-status-banner svg{width:25px;height:25px;color:#e29a1b}.dsa-status-banner.calculated svg{color:#19a873}.dsa-status-banner strong{display:block;color:#24334a;font-size:15px}.dsa-status-banner span{display:block;margin-top:4px;color:#718198;font-size:12px}.dsa-status-banner em{color:#61748f;font-size:12px;font-style:normal;white-space:nowrap}.dsa-metrics article strong.positive,.dsa-breakdown strong.positive{color:#149d6c}.dsa-metrics article strong.negative{color:#e64a4a}.dsa-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px}.dsa-breakdown{display:grid;gap:0}.dsa-breakdown>div{min-height:39px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #edf1f6}.dsa-breakdown span{color:#617088;font-size:12px}.dsa-breakdown strong{color:#24334a;font-size:13px}.dsa-breakdown .total{margin-top:7px;padding:9px 11px;border:0;border-radius:7px;background:#eef5ff}.dsa-breakdown .total :is(span,strong){color:#0f64d4;font-size:15px;font-weight:700}.asm-pending-value{padding:3px 8px;border-radius:999px;background:#fff4d9;color:#9a6700;font-size:11px;font-style:normal;white-space:nowrap}.asm-metric-pending{color:#b1760b;font-size:.82em;letter-spacing:.04em}.sfm-status.warning{color:#a76806;background:#fff4d9}.sfm-report-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}.sfm-report-overview article{min-height:112px;padding:17px 18px;position:relative;overflow:hidden;border:1px solid #d7e4f2;border-radius:9px;background:linear-gradient(145deg,#fff 36%,#f3f8ff);box-shadow:0 5px 15px #254b7e0b;animation:sfm-rise .36s ease both}.sfm-report-overview article:after{content:"";position:absolute;inset:auto 0 0;height:3px;background:linear-gradient(90deg,#1677e8,#63adff);opacity:.7}.sfm-report-overview span{display:block;color:#718097;font-size:12px}.sfm-report-overview strong{display:block;margin-top:10px;color:#182840;font-size:22px;line-height:1.1}.sfm-report-overview small{display:block;margin-top:8px;color:#8b98aa;font-size:11px}.sfm-report-records{overflow-x:auto;overflow-y:hidden}.sfm-report-records .sfm-table{min-width:960px;table-layout:fixed}.sfm-report-records .sfm-table th:nth-child(1){width:50px}.sfm-report-records .sfm-table th:nth-child(2){width:70px}.sfm-report-records .sfm-table th:nth-child(3){width:240px}.sfm-report-records .sfm-table th:nth-child(4){width:160px}.sfm-report-records .sfm-table th:nth-child(5){width:95px}.sfm-report-records .sfm-table th:nth-child(6){width:90px}.sfm-report-records .sfm-table th:nth-child(7){width:145px}.sfm-report-records .sfm-table th:nth-child(8){width:125px}.sfm-report-records .sfm-table td:nth-child(3)>strong{display:block;overflow:hidden;text-overflow:ellipsis}.sfm-report-records .period-row{background:linear-gradient(90deg,#ebf5ffb8,#fff0)}.sfm-report-kind{width:max-content;margin-top:5px;padding:2px 7px;border-radius:999px;color:#1670d3;background:#edf5ff;font-size:10px;font-weight:500}.sfm-row-actions button:disabled{color:#a7b2c1;cursor:not-allowed;text-decoration:none}.sfm-generating{display:inline-flex;align-items:center;gap:7px;color:#1671dc;font-size:11px}.sfm-generating i{width:12px;height:12px;border:2px solid #cfe4fb;border-top-color:#1677e8;border-radius:50%;animation:dsa-upload-spin .72s linear infinite}.sfm-report-modal{width:min(660px,94vw);border-radius:12px}.sfm-report-form{display:grid;gap:18px}.sfm-report-form-intro{min-height:78px;padding:15px 16px;display:flex;align-items:center;gap:13px;border:1px solid #cfe1f8;border-radius:10px;background:#f4f9ff}.sfm-report-form-intro>svg{width:28px;height:28px;color:#1677e8;flex:0 0 auto}.sfm-report-form-intro strong,.sfm-report-form-intro span{display:block}.sfm-report-form-intro strong{color:#1c2d45;font-size:14px}.sfm-report-form-intro span{margin-top:5px;color:#718198;font-size:12px;line-height:1.5}.sfm-report-form label>span{display:block;margin-bottom:8px;color:#35445a;font-size:12px;font-weight:650}.sfm-report-form label>span b{color:#e5484d}.sfm-report-form label>select{width:100%;height:40px;padding:0 11px;border:1px solid #d2dce8;border-radius:6px;background:#fff;color:#34445b;outline:0}.sfm-report-form label>select:focus,.sfm-report-form .sfm-date-pair input:focus{border-color:#66a8f1;box-shadow:0 0 0 3px #1677e817;outline:0}.sfm-report-form label>small{display:block;margin-top:7px;color:#8b97a8;font-size:11px}.sfm-report-preview{min-height:52px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;border:1px dashed #b9d5f5;border-radius:8px;background:#fbfdff}.sfm-report-preview span{color:#6d7d94;font-size:12px}.sfm-report-preview strong{color:#126bcf;font-size:14px}.sfm-report-form .dsa-import-message{margin:0}.sfm-report-toast{position:fixed;z-index:120;top:82px;right:28px;min-width:292px;padding:14px 16px;display:flex;align-items:center;gap:12px;border:1px solid #cbe0f9;border-radius:9px;background:#fff;box-shadow:0 16px 42px #1c42742e;animation:sfm-report-toast-in .24s cubic-bezier(.2,.8,.3,1) both}.sfm-report-toast-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#1677e8}.sfm-report-toast-icon svg{width:18px;height:18px}.sfm-report-toast strong,.sfm-report-toast small{display:block}.sfm-report-toast strong{color:#1e2e45;font-size:13px}.sfm-report-toast small{margin-top:4px;color:#7a889a;font-size:11px}@keyframes sfm-report-toast-in{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.sfm-period-summary article{border-top:3px solid #79b7fa}.sfm-period-breakdown{align-items:stretch}.sfm-period-breakdown .sfm-detail-panel{min-height:100%}.sfm-report-completeness{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sfm-report-completeness>div{min-height:76px;padding:13px 14px;display:flex;flex-direction:column;justify-content:center;border:1px solid #e0e8f1;border-radius:8px;background:#f8fbff}.sfm-report-completeness span{color:#74839a;font-size:11px}.sfm-report-completeness strong{margin-top:7px;color:#23364f;font-size:18px}.sfm-report-completeness strong.warning{color:#b1760b}.sfm-period-warning{margin:12px 0 0;padding:10px 12px;display:flex;align-items:center;gap:7px;border-radius:7px;color:#9e6814;background:#fff7e7;font-size:11px;line-height:1.5}.sfm-period-warning svg{width:16px;height:16px;flex:0 0 auto}.sfm-period-table{margin-bottom:16px;overflow:auto}.sfm-period-table .sfm-table{min-width:960px}html[data-yzt-theme=dark] .sfm-table-title{border-color:#33435a}html[data-yzt-theme=dark] .sfm-table-title strong,html[data-yzt-theme=dark] .dsa-status-banner strong{color:#edf4ff}html[data-yzt-theme=dark] .dsa-formula-note,html[data-yzt-theme=dark] .dsa-status-banner{background:#172337;border-color:#39516f}html[data-yzt-theme=dark] .dsa-formula-note span,html[data-yzt-theme=dark] .dsa-breakdown strong{color:#dce9f7}html[data-yzt-theme=dark] .sfm-report-overview article,html[data-yzt-theme=dark] .sfm-report-toast,html[data-yzt-theme=dark] .sfm-report-form-intro,html[data-yzt-theme=dark] .sfm-report-preview,html[data-yzt-theme=dark] .sfm-report-completeness>div{background:#172337;border-color:#3a4d68}html[data-yzt-theme=dark] .sfm-report-overview strong,html[data-yzt-theme=dark] .sfm-report-toast strong,html[data-yzt-theme=dark] .sfm-report-form-intro strong,html[data-yzt-theme=dark] .sfm-report-completeness strong{color:#edf4ff}html[data-yzt-theme=dark] .sfm-report-form label>select{color:#e8f0fb;background:#172337;border-color:#3a4c64}@media(max-width:1100px){.dsa-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dsa-settings,.dsa-detail-grid{grid-template-columns:1fr}.sfm-report-overview{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.sfm-report-overview,.sfm-report-completeness{grid-template-columns:1fr}.sfm-report-toast{left:16px;right:16px;min-width:0}.sfm-report-form .sfm-date-pair{align-items:stretch;flex-direction:column}.sfm-report-form .sfm-date-pair i{text-align:center}}.sfm-source-records-page{min-height:calc(100vh - 158px)}.sfm-source-toolbar{min-height:50px;padding:0 2px 14px;display:flex;align-items:center;gap:10px}.sfm-source-toolbar .sfm-button{min-height:34px;padding-inline:15px;border-radius:6px}.sfm-source-records{overflow:visible;border:0;border-radius:9px;box-shadow:none}.sfm-source-records .sfm-table{min-width:1000px;table-layout:fixed}.sfm-source-records .sfm-table th{height:47px;background:#fff;color:#4f6077}.sfm-source-records .sfm-table td{height:56px;background:#fff;color:#59697d}.sfm-source-records .sfm-table tbody tr:hover td{background:#fafcff}.sfm-source-records .sfm-table th:nth-child(1){width:72px}.sfm-source-records .sfm-table th:nth-child(2){width:120px}.sfm-source-records .sfm-table th:nth-child(3){width:320px}.sfm-source-records .sfm-table th:nth-child(4){width:160px}.sfm-source-records .sfm-table th:nth-child(5){width:190px}.sfm-source-records .sfm-table th:nth-child(6){width:210px}.sfm-source-records .sfm-table tbody tr{position:relative;z-index:0}.sfm-source-records .sfm-table tbody tr.menu-open{z-index:10}.sfm-source-records .sfm-table tbody tr.menu-open>td:last-child{position:relative;z-index:11}.sfm-source-status{display:inline-flex;align-items:center;gap:8px;color:#12a96f;font-weight:600}.sfm-source-status i{width:8px;height:8px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px #12a96f14}.sfm-source-status.pending{color:#df8a10}.sfm-source-row-actions{display:flex;align-items:center;gap:8px}.sfm-source-row-actions>button,.sfm-view-action>button{padding:4px 2px;border:0;background:transparent;color:#1677e8;font-size:12px;line-height:1.3}.sfm-source-row-actions>button:hover,.sfm-view-action>button:hover,.sfm-view-action>button.active{color:#075fc7}.sfm-source-row-actions>button.danger{color:#ed454e}.sfm-source-row-actions>button:disabled,.sfm-view-action>button:disabled{color:#aab4c1;cursor:not-allowed}.sfm-action-divider{width:1px;height:15px;background:#d9e1eb}.sfm-view-action{position:relative;z-index:1}.sfm-view-action:has(.sfm-view-menu){z-index:20}.sfm-view-menu{width:126px;padding:7px;position:absolute;z-index:30;top:calc(100% + 7px);left:-13px;display:grid;gap:2px;isolation:isolate;border:1px solid #e2e8f0;border-radius:8px;background:#fff;box-shadow:0 12px 28px #23375329;transform-origin:24px 0;animation:sfm-finance-menu-in .2s cubic-bezier(.2,.78,.3,1) both}.sfm-view-menu:before{content:"";width:9px;height:9px;position:absolute;top:-5px;left:27px;transform:rotate(45deg);border-top:1px solid #e2e8f0;border-left:1px solid #e2e8f0;background:#fff}.sfm-view-menu :is(button,a){min-height:34px;padding:0 10px;display:flex;align-items:center;border:0;border-radius:5px;background:transparent;color:#42546d;text-align:left;text-decoration:none;font-size:12px;transition:color .16s ease,background .16s ease,transform .16s ease}.sfm-view-menu :is(button,a):hover{color:#106fdb;background:#f1f7ff;transform:translate(2px)}@keyframes sfm-finance-menu-in{0%{opacity:0;transform:translateY(-5px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.sfm-source-pagination{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:#6f7e91;font-size:12px}.sfm-source-pagination>div{display:flex;align-items:center;gap:7px}.sfm-source-pagination button,.sfm-source-pagination select{height:30px;border:1px solid #d9e2ec;border-radius:5px;background:#fff;color:#617188}.sfm-source-pagination button{min-width:30px}.sfm-source-pagination button.active{border-color:#2983e7;color:#1677e8;box-shadow:0 0 0 2px #1677e814}.sfm-source-pagination button:disabled{opacity:.4}.sfm-source-pagination select{padding:0 28px 0 10px}.sfm-finance-detail-page{margin:-4px -10px 0}.sfm-finance-meta{min-height:58px;padding:8px 10px 15px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.sfm-finance-meta>div:first-child{padding-top:6px;display:flex;align-items:center;flex-wrap:wrap;gap:8px 18px;color:#66778d;font-size:12px}.sfm-finance-meta b{color:#3e5068;font-weight:650}.sfm-finance-meta-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto}.sfm-finance-workspace{overflow:hidden;border:1px solid #e0e7ef;border-radius:8px;background:#fff;box-shadow:0 3px 12px #2a416009}.sfm-finance-primary-tabs{min-height:48px;padding:0 17px;display:flex;align-items:flex-end;gap:28px;border-bottom:1px solid #e2e8f0}.sfm-finance-primary-tabs button{min-height:48px;padding:0 0 1px;position:relative;border:0;background:transparent;color:#40526a;font-size:13px;font-weight:650}.sfm-finance-primary-tabs button:after{content:"";height:2px;position:absolute;right:50%;bottom:-1px;left:50%;border-radius:2px;background:#1677e8;transition:left .22s ease,right .22s ease}.sfm-finance-primary-tabs button.active{color:#1474e0}.sfm-finance-primary-tabs button.active:after{right:0;left:0}.sfm-finance-secondary-tabs{min-height:43px;padding:0 17px;display:flex;align-items:flex-end;gap:24px;border-bottom:1px solid #edf1f5}.sfm-finance-secondary-tabs button{min-height:43px;padding:0 0 1px;display:inline-flex;align-items:center;gap:6px;position:relative;border:0;background:transparent;color:#607086;font-size:12px;font-weight:600}.sfm-finance-secondary-tabs button svg{width:15px;height:15px}.sfm-finance-secondary-tabs button:after{content:"";height:2px;position:absolute;right:50%;bottom:-1px;left:50%;background:#2b86e8;transition:left .2s ease,right .2s ease}.sfm-finance-secondary-tabs button.active{color:#1677e8}.sfm-finance-secondary-tabs button.active:after{right:0;left:0}.sfm-finance-panel{animation:sfm-finance-panel-in .28s cubic-bezier(.2,.75,.28,1) both}@keyframes sfm-finance-panel-in{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.sfm-finance-matrix-wrap,.sfm-finance-table-wrap{width:100%;overflow:auto}.sfm-finance-matrix{width:100%;min-width:1080px;border-collapse:separate;border-spacing:0;color:#536276;font-size:12px}.sfm-finance-matrix th{height:52px;padding:0 14px;position:sticky;top:0;z-index:4;border-right:1px solid #e3e9f0;border-bottom:1px solid #dbe4ed;background:#fff;color:#485970;text-align:center;font-weight:650}.sfm-finance-matrix th:first-child{width:110px;left:0;z-index:6}.sfm-finance-matrix th:nth-child(2){width:250px;left:110px;z-index:6}.sfm-finance-matrix td{height:42px;padding:0 14px;border-right:1px solid #e8edf3;border-bottom:1px solid #e8edf3;background:#fff;text-align:right;white-space:nowrap}.sfm-finance-matrix td.group-cell{width:110px;position:sticky;left:0;z-index:2;color:#475a72;background:#fff;text-align:center;font-weight:600}.sfm-finance-matrix td:nth-child(2){position:sticky;left:110px;z-index:2;background:#fff;color:#576a82;text-align:left}.sfm-finance-matrix tr:hover td{background:#f8fbff}.sfm-finance-matrix tr.highlight td{background:#fff7e4;color:#384a61;font-weight:650}.sfm-finance-matrix tr.highlight td:nth-child(2){background:#fff7e4}.sfm-finance-matrix .metric-highlight{position:relative}.sfm-finance-matrix .metric-highlight:before{content:"";width:3px;height:17px;position:absolute;top:50%;left:-8px;transform:translateY(-50%);border-radius:3px;background:#ff9b1a}.sfm-finance-filters{min-height:58px;padding:10px 14px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #e7edf4;background:#fbfdff}.sfm-finance-filters label{width:min(420px,45vw);height:36px;padding:0 11px;display:flex;align-items:center;gap:8px;border:1px solid #d8e2ed;border-radius:6px;background:#fff}.sfm-finance-filters label:focus-within{border-color:#6aa9ef;box-shadow:0 0 0 3px #1677e814}.sfm-finance-filters label svg{width:16px;height:16px;color:#8a98aa}.sfm-finance-filters input{min-width:0;flex:1;border:0;outline:0;color:#405168;font-size:12px}.sfm-finance-filters select{height:36px;padding:0 30px 0 10px;border:1px solid #d8e2ed;border-radius:6px;background:#fff;color:#56677e;font-size:12px}.sfm-finance-filters>span{margin-left:auto;color:#7d8b9c;font-size:12px}.sfm-finance-detail-table{width:100%;min-width:1180px;border-collapse:collapse;color:#536276;font-size:12px}.sfm-finance-detail-table th{height:46px;padding:0 12px;border-bottom:1px solid #dfe7ef;background:#f7f9fc;color:#57687e;text-align:left;white-space:nowrap;font-weight:650}.sfm-finance-detail-table td{height:48px;padding:8px 12px;border-bottom:1px solid #e9eef4;background:#fff;white-space:nowrap}.sfm-finance-detail-table tbody tr:hover td{background:#f8fbff}.sfm-finance-detail-table td.positive{color:#149d6c;font-weight:650}.sfm-finance-detail-table td.negative{color:#df4b56;font-weight:650}.sfm-settlement-store-view{min-height:548px;padding:14px;display:grid;grid-template-columns:360px minmax(0,1fr);gap:14px;background:#f3f5f8}.sfm-settlement-shop-panel,.sfm-settlement-detail-panel{min-width:0;overflow:hidden;border:1px solid #e2e7ee;border-radius:10px;background:#fff;box-shadow:0 2px 8px #22365206}.sfm-settlement-shop-panel{padding:18px 16px 15px;align-self:stretch}.sfm-settlement-shop-panel>header>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.sfm-settlement-shop-panel h3,.sfm-settlement-detail-panel h3{margin:0;color:#26384f;font-size:15px;line-height:1.5;font-weight:700}.sfm-settlement-shop-panel header span{color:#748399;font-size:12px}.sfm-settlement-shop-panel header p,.sfm-settlement-detail-panel header p{margin:4px 0 0;color:#7b899b;font-size:12px;line-height:1.55}.sfm-settlement-shop-list{margin-top:13px;display:grid;gap:10px}.sfm-settlement-shop-list button{width:100%;min-height:52px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #dfe6ee;border-radius:9px;background:#fff;color:#34475f;text-align:left;box-shadow:0 1px 2px #26395205;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.sfm-settlement-shop-list button:hover:not(:disabled){border-color:#8db6e7;background:#f8fbff;transform:translateY(-1px)}.sfm-settlement-shop-list button.active{border:2px solid #283a50;background:#eef6ff;box-shadow:0 5px 13px #2d4a6d14;transform:translateY(-1px)}.sfm-settlement-shop-list button:disabled{opacity:.56;cursor:not-allowed}.sfm-settlement-shop-list strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:650}.sfm-settlement-shop-list span{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;color:#14a76f;font-size:11px;white-space:nowrap}.sfm-settlement-shop-list span.pending{color:#d78a18}.sfm-settlement-shop-list span i{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px color-mix(in srgb,currentColor 10%,transparent)}.sfm-settlement-pagination{min-height:44px;margin-top:8px;display:flex;align-items:center;justify-content:center;gap:8px;color:#6f7d90;font-size:12px}.sfm-settlement-pagination>span{margin-right:2px}.sfm-settlement-pagination button{width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:6px;background:transparent;color:#8a98aa}.sfm-settlement-pagination button:not(:disabled):hover{color:#1474df;background:#eef5fd}.sfm-settlement-pagination button:disabled{opacity:.32}.sfm-settlement-pagination button svg{width:14px;height:14px}.sfm-settlement-pagination b{width:28px;height:28px;display:grid;place-items:center;border:1px solid #2b82e4;border-radius:7px;color:#1474df;font-weight:600}.sfm-settlement-detail-panel{animation:sfm-settlement-detail-in .24s cubic-bezier(.2,.78,.3,1) both}.sfm-settlement-detail-panel>header{min-height:76px;padding:18px 18px 12px;border-bottom:1px solid #edf1f5}.sfm-settlement-table-scroll{width:100%;overflow:auto;scrollbar-color:#c8d0da #eef1f5;scrollbar-width:thin}.sfm-settlement-profit-table{width:100%;min-width:2800px;border-collapse:collapse;color:#526176;font-size:12px}.sfm-settlement-profit-table th{height:46px;padding:0 12px;position:sticky;top:0;z-index:2;border-right:1px solid #e2e7ed;border-bottom:1px solid #dce3eb;background:#fff;color:#43536a;text-align:center;white-space:nowrap;font-weight:650}.sfm-settlement-profit-table td{max-width:230px;height:42px;padding:0 9px;overflow:hidden;border-right:1px solid #e5eaf0;border-bottom:1px solid #e6ebf1;background:#fff;color:#56657a;text-align:right;text-overflow:ellipsis;white-space:nowrap}.sfm-settlement-profit-table th:first-child,.sfm-settlement-profit-table td:first-child{min-width:190px;text-align:left}.sfm-settlement-profit-table th:nth-child(2),.sfm-settlement-profit-table td:nth-child(2){min-width:210px;text-align:left}.sfm-settlement-profit-table th:nth-child(3),.sfm-settlement-profit-table td:nth-child(3){min-width:180px;text-align:left}.sfm-settlement-profit-table tbody tr:hover td{background:#f8fbff}.sfm-settlement-profit-table td.positive{color:#12a36f;font-weight:650}.sfm-settlement-profit-table td.negative{color:#ef4e57;font-weight:650}.sfm-settlement-empty{min-height:390px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:#99a5b4;font-size:13px}.sfm-settlement-empty svg{width:30px;height:30px;color:#b4bfcb}@keyframes sfm-settlement-detail-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}html[data-yzt-theme=dark] .sfm-source-records .sfm-table :is(th,td),html[data-yzt-theme=dark] .sfm-view-menu,html[data-yzt-theme=dark] .sfm-view-menu:before,html[data-yzt-theme=dark] .sfm-source-pagination :is(button,select),html[data-yzt-theme=dark] .sfm-finance-workspace,html[data-yzt-theme=dark] .sfm-finance-matrix :is(th,td),html[data-yzt-theme=dark] .sfm-finance-detail-table :is(th,td),html[data-yzt-theme=dark] .sfm-finance-filters,html[data-yzt-theme=dark] .sfm-finance-filters :is(label,select),html[data-yzt-theme=dark] .sfm-settlement-shop-panel,html[data-yzt-theme=dark] .sfm-settlement-detail-panel,html[data-yzt-theme=dark] .sfm-settlement-profit-table :is(th,td),html[data-yzt-theme=dark] .sfm-settlement-shop-list button{color:#c9d6e6;background:#172337;border-color:#33445a}html[data-yzt-theme=dark] .sfm-settlement-store-view{background:#101a2a}html[data-yzt-theme=dark] .sfm-settlement-shop-list button.active{background:#20334c;border-color:#8fbdf2}html[data-yzt-theme=dark] .sfm-finance-matrix tr.highlight td{background:#3b3120}html[data-yzt-theme=dark] .sfm-finance-meta b{color:#e5edf8}@media(min-width:1680px){.sfm-source-records .sfm-table,.sfm-finance-matrix,.sfm-finance-detail-table{font-size:13px}.sfm-finance-meta>div:first-child{font-size:13px}.sfm-finance-matrix td{height:44px}}@media(prefers-reduced-motion:reduce){.sfm-view-menu,.sfm-finance-panel,.sfm-settlement-detail-panel{animation:none}}
