:root{font-family:SF Pro Display,PingFang SC,Microsoft YaHei,sans-serif;color:#1d2636;background:#f6f8fc;font-synthesis:none;--blue: #1261e8;--green: #079653;--red: #eb3f35;--orange: #db7a00;--line: #dfe5ef;--muted: #727d90}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f6f8fc}button,input,select{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid #85b5ff;outline-offset:2px}.app-shell{min-height:100dvh;display:grid;grid-template-columns:230px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100dvh;background:#fff;border-right:1px solid var(--line);padding:16px 12px;display:flex;flex-direction:column}.logo{display:flex;align-items:center;gap:11px;font-size:19px;font-weight:760;letter-spacing:-.3px;padding:0 4px 16px}.logo span{width:38px;height:38px;border-radius:8px;background:linear-gradient(145deg,#1670f5,#0645b5);color:#fff;display:grid;place-items:center;box-shadow:0 7px 18px #0b59d438}.sidebar nav{display:grid;gap:5px;border-top:1px solid #edf0f5;padding-top:14px}.sidebar button{height:46px;border:0;background:transparent;border-radius:8px;padding:0 13px;display:flex;align-items:center;gap:12px;color:#455064;transition:.2s ease;text-align:left}.sidebar button:hover{background:#f3f6fb;color:#1259c8;transform:translate(2px)}.sidebar button:active{transform:translate(2px) scale(.98)}.sidebar button.active{background:#eaf2ff;color:#075ee5;font-weight:650}.sidebar .logout{margin-top:auto}.workspace{min-width:0}.topbar{height:66px;background:#fff;border-bottom:1px solid var(--line);padding:0 25px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10}.view-switch{display:flex;border:1px solid #dce2ec;border-radius:7px;overflow:hidden}.view-switch button{border:0;background:#fff;height:36px;padding:0 17px;color:#5d6676}.view-switch .active{color:#095cd9;background:#edf4ff;font-weight:650}.top-actions{display:flex;align-items:center;gap:18px}.date-range,.user{border:1px solid #dce2ec;background:#fff;border-radius:8px;padding:9px 13px;color:#495466}.user{font-weight:650}.user b{font-size:12px;color:var(--blue);background:#e9f1ff;padding:3px 7px;border-radius:12px;margin-left:9px}.page{padding:18px 22px 36px;max-width:1680px;margin:auto}.page-title{display:flex;align-items:center;justify-content:space-between;margin:2px 0 18px}.page-title h1{font-size:25px;margin:0;letter-spacing:-.6px}.page-title>div{display:flex;gap:10px}.filterbar{display:flex;gap:12px;align-items:center;margin-bottom:14px}.filterbar select,.search{height:42px;background:#fff;border:1px solid #d9e0ea;border-radius:7px;padding:0 12px;color:#4f596b;min-width:190px}.search{display:flex;align-items:center;gap:8px;min-width:330px}.search input{border:0;outline:0;width:100%;background:transparent}.result-count{margin-left:auto;color:var(--muted)}.kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.kpis.compact{grid-template-columns:minmax(280px,360px);margin-bottom:16px}.kpi{background:#fff;border:1px solid var(--line);border-radius:9px;overflow:hidden}.kpi-main{padding:20px 18px 15px;display:flex;gap:15px;align-items:center}.kpi-icon{width:54px;height:54px;border-radius:11px;display:grid;place-items:center}.kpi-icon svg{width:28px;height:28px}.kpi label{display:block;font-size:15px;margin-bottom:6px}.kpi strong{display:block;font-size:25px;font-variant-numeric:tabular-nums;letter-spacing:-.7px}.kpi small{height:39px;border-top:1px solid #edf0f5;display:flex;align-items:center;gap:7px;padding:0 18px;font-size:13px}.kpi.green strong{color:var(--green)}.kpi.green .kpi-icon{color:var(--green);background:#e7f7ef}.kpi.red strong{color:var(--red)}.kpi.red .kpi-icon{color:var(--red);background:#ffebe8}.kpi.blue strong{color:#115acc}.kpi.blue .kpi-icon{color:#115acc;background:#eaf2ff}.kpi.orange strong{color:var(--orange)}.kpi.orange .kpi-icon{color:var(--orange);background:#fff2df}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(250px,.6fr) minmax(240px,.55fr);gap:14px;margin-top:14px}.surface{background:#fff;border:1px solid var(--line);border-radius:9px}.surface h2{font-size:17px;margin:0;padding:16px 17px;border-bottom:1px solid #edf0f5}.trend{grid-column:span 1;position:relative}.legend{position:absolute;top:17px;right:20px;font-size:13px;color:#6f7888;display:flex;align-items:center;gap:7px}.legend i{width:20px;height:3px;border-radius:2px}.legend .income{background:var(--green)}.legend .expense{background:var(--red)}.chart{height:240px;padding:30px 28px 18px;display:flex;align-items:stretch;gap:22px;border-bottom:1px solid #edf0f5}.month{flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:8px;color:#647084;font-size:12px}.bars{height:175px;width:100%;display:flex;align-items:flex-end;justify-content:center;gap:5px;border-bottom:1px solid #e5e9f0}.bars i{width:32%;min-height:2px;border-radius:4px 4px 0 0;transition:height .5s ease}.bars .income{background:#2dbb7a}.bars .expense{background:#ff6b61}.ranking p{display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:8px;margin:0;padding:10px 15px;border-bottom:1px solid #edf0f5;font-size:13px}.ranking p b{font-weight:500}.ranking p em{font-style:normal;color:var(--red);font-variant-numeric:tabular-nums}.text-link{border:0;background:transparent;color:var(--blue);padding:13px 16px}.payments{padding-bottom:14px}.donut{width:108px;height:108px;margin:19px auto 13px;border-radius:50%;background:conic-gradient(#347fee 0,#347fee 44.5%,#78bafa 44.5%,#78bafa 78.1%,#35bb82 78.1%,#35bb82 96.6%,#ffbb43 96.6%);position:relative}.donut:after{content:"";position:absolute;top:25px;right:25px;bottom:25px;left:25px;background:#fff;border-radius:50%}.payments ul{list-style:none;padding:0 18px;margin:0;display:grid;gap:8px}.payments li{display:grid;grid-template-columns:10px 1fr auto;align-items:center;font-size:13px}.payments li i{width:8px;height:8px;border-radius:50%;background:#347fee}.payments li i.c1{background:#78bafa}.payments li i.c2{background:#35bb82}.payments li i.c3{background:#ffbb43}.recent{grid-column:span 2}.attention button{width:100%;height:51px;border:0;border-bottom:1px solid #edf0f5;background:#fff;padding:0 15px;display:flex;align-items:center;gap:10px;color:#3f4959;text-align:left}.attention button:hover{background:#fff9ee;color:#b96600}.attention button svg{width:18px;color:#f09419}.table-surface{overflow:hidden}.table-surface>h2{border-bottom:1px solid var(--line)}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:13px}th{height:42px;background:#f8fafc;color:#5c6677;font-weight:550;text-align:left;padding:0 13px;border-bottom:1px solid var(--line);white-space:nowrap}td{height:47px;padding:0 13px;border-bottom:1px solid #edf0f5;color:#414b5b;white-space:nowrap}tbody tr:hover{background:#fafcff}.income-text{color:var(--green)!important}.expense-text{color:var(--red)!important}.amount{font-variant-numeric:tabular-nums;font-weight:620}.ok,.warn{display:inline-flex;align-items:center;gap:5px}.ok{color:var(--green)}.ok svg{width:16px}.warn{color:#d67a00}.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--green);margin-right:6px}.tabs{display:flex;border-bottom:1px solid var(--line);margin-bottom:14px}.tabs button{height:42px;border:0;background:transparent;padding:0 15px;color:#596477;border-bottom:2px solid transparent}.tabs button.active{color:var(--blue);border-color:var(--blue);font-weight:650}.income-btn,.expense-btn,.primary{height:40px;border:0;border-radius:7px;color:#fff;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:7px;transition:.2s}.income-btn{background:#0b9952}.expense-btn{background:#ed473d}.primary{background:var(--blue)}.income-btn:hover,.expense-btn:hover,.primary:hover{filter:brightness(.94);transform:translateY(-1px)}.income-btn svg,.expense-btn svg{width:17px}.success,.notice{padding:11px 14px;border-radius:7px;margin-bottom:14px}.success{background:#e9f8f0;color:#087f47}.notice{display:flex;align-items:center;gap:8px;background:#fff8e9;color:#ac6500;border:1px solid #ffe0aa}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#14233b4d;z-index:50;display:flex;justify-content:flex-end}.drawer{width:min(480px,94vw);height:100%;background:#fff;box-shadow:-20px 0 60px #18345c2b;overflow:auto;padding:0!important}.drawer header{height:78px;padding:0 22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.drawer header small{color:var(--muted)}.drawer header h2{margin:2px 0 0}.drawer header button{border:0;background:transparent}.drawer form{padding:20px 22px;display:grid;gap:16px}.drawer label{display:grid;gap:7px;font-size:14px;font-weight:550}.drawer input,.drawer select{height:42px;border:1px solid #d8e0eb;border-radius:7px;padding:0 11px}.upload-box{min-height:110px;border:1px dashed #9db6df;border-radius:9px;display:flex!important;align-items:center;justify-content:center;background:#f7faff;color:#2f68bd}.upload-box input{border:0;height:auto;max-width:260px}.upload-box small{font-weight:400;color:#7b8798}.drawer footer{display:flex;justify-content:flex-end;gap:10px;border-top:1px solid var(--line);padding-top:18px}.drawer footer button:first-child{height:40px;border:1px solid #ccd4e0;background:#fff;border-radius:7px;padding:0 20px}.voucher-grid{padding:16px;display:grid;grid-template-columns:repeat(4,minmax(190px,1fr));gap:13px}.voucher-grid article{border:1px solid #e3e8ef;border-radius:8px;padding:12px}.voucher-thumb{height:110px;background:#f2f5f9;border-radius:6px;display:grid;place-items:center;color:#778397}.voucher-thumb svg{width:32px;height:32px}.voucher-thumb span{margin-top:-26px}.voucher-grid h3{font-size:14px;margin:12px 0 6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voucher-grid p{font-size:12px;color:var(--muted)}.voucher-grid a{display:flex;align-items:center;gap:6px;color:var(--blue);font-size:13px;text-decoration:none}.voucher-grid a svg{width:16px}.settings-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:14px}.settings-grid .surface{overflow:hidden}.settings-grid .notice{margin:14px}.audit-list{max-height:520px;overflow:auto}.audit-list p{margin:0;padding:12px 16px;border-bottom:1px solid #edf0f5;display:grid;gap:3px}.audit-list small{color:var(--muted)}.empty{padding:45px;display:grid;place-items:center;color:#8490a1}.empty svg{width:32px}.skeleton{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.skeleton i{height:140px;border-radius:9px;background:linear-gradient(100deg,#edf1f6 20%,#f8fafc,#edf1f6 60%);background-size:200% 100%;animation:shimmer 1.3s infinite}@keyframes shimmer{to{background-position:-200% 0}}.login{min-height:100dvh;display:grid;place-items:center;background:radial-gradient(circle at 15% 15%,#dbe9ff,transparent 34%),#f4f7fc}.login section{width:410px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:34px;box-shadow:0 25px 70px #173b721c}.login h1{font-size:28px;margin:34px 0 7px}.login p{margin:0 0 25px;color:var(--muted)}.login label{display:grid;gap:7px;margin:14px 0;font-size:14px}.login input{height:43px;border:1px solid #d7deea;border-radius:7px;padding:0 11px}.login .primary{width:100%;margin:5px 0 15px}.login small{color:var(--muted)}.error{color:#d9342b;background:#fff0ef;padding:9px 11px;border-radius:6px}@media(max-width:1100px){.kpis,.dashboard-grid{grid-template-columns:1fr 1fr}.trend,.recent{grid-column:span 2}.voucher-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.app-shell{grid-template-columns:68px 1fr}.sidebar .logo{font-size:0}.sidebar .logo span{width:38px}.sidebar button{font-size:0;justify-content:center;padding:0}.topbar{padding:0 12px}.date-range{display:none}.page{padding:14px}.kpis,.dashboard-grid,.settings-grid{grid-template-columns:1fr}.trend,.recent{grid-column:auto}.filterbar{flex-wrap:wrap}.filterbar select,.search{min-width:100%}.voucher-grid{grid-template-columns:1fr 1fr}}.sidebar nav{overflow:auto;min-height:0}.import-panel{padding-bottom:18px;margin-bottom:14px}.import-panel .filterbar{padding:16px;margin:0}.preview-box{margin:0 16px;padding:16px;border:1px solid #cddbf2;border-radius:8px;background:#f8fbff}.preview-box h3{margin:0 0 8px}.preview-box p{margin:7px 0}.preview-box .error{font-size:12px}.table-surface .text-link{padding:7px 9px}.drawer select{height:42px;border:1px solid #d8e0eb;border-radius:7px;padding:0 11px;background:#fff}.procure-outline{min-height:40px;padding:0 14px;display:inline-flex;align-items:center;gap:7px;border:1px solid #9fe9df;border-radius:10px;color:#0f766e;background:#effffc;font-weight:700}.procure-shell{display:grid;gap:12px;padding:14px;border:1px solid #c9eee8;border-radius:16px;background:radial-gradient(circle at 100% 0%,rgba(0,191,166,.08),transparent 32%),#fff;--aqua: #00bfa6;--ink: #183249;--sub: #61778a}.procure-search{display:flex;gap:10px;padding:10px;border:1px solid #ccefea;border-radius:13px;background:#f8fffd}.procure-search label{height:42px;flex:1;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid #d8e7ec;border-radius:10px;background:#fff;color:#597184}.procure-search input{width:100%;border:0;outline:0;background:transparent}.procure-search>button{display:flex;align-items:center;gap:6px;padding:0 13px;border:1px solid #b8f3ea;border-radius:10px;color:#0f766e;background:#effffc;font-weight:700}.procure-heading{display:flex;align-items:flex-start;justify-content:space-between}.procure-heading h2{margin:2px 0 4px;font-size:20px;color:var(--ink)}.procure-heading p{margin:0;color:var(--sub);font-size:13px}.procure-area-map{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.procure-area-map button{min-height:80px;display:grid;grid-template-columns:44px minmax(0,1fr);grid-template-areas:"mark label" "mark title" "mark note";align-items:center;gap:2px 12px;padding:13px;border:1px solid #ccefea;border-radius:14px;color:var(--ink);background:radial-gradient(circle at 100% 0%,rgba(0,191,166,.12),transparent 36%),#fff;text-align:left;transition:.2s}.procure-area-map button:hover,.procure-area-map button.active{border-color:#74ded4;background:radial-gradient(circle at 100% 0%,rgba(0,191,166,.18),transparent 38%),#f7fffd;box-shadow:inset 0 0 0 1px #00bfa633}.procure-area-map i{grid-area:mark;width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#00bfa6,#2f7dff);box-shadow:0 12px 24px #00bfa629}.procure-area-map span{grid-area:label;color:#0f766e;font-size:12px;font-weight:800}.procure-area-map strong{grid-area:title;color:var(--ink);font-size:18px}.procure-area-map small{grid-area:note;color:var(--sub);font-size:12px}.procure-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.procure-kpis button{min-height:92px;display:grid;gap:4px;padding:13px;border:1px solid #dce8ec;border-radius:14px;color:var(--ink);background:radial-gradient(circle at 100% 0%,rgba(0,191,166,.08),transparent 35%),#fff;text-align:left}.procure-kpis button:nth-child(2){border-color:#9fe9df;background:#f4fffc}.procure-kpis span,.procure-kpis small{color:var(--sub);font-size:12px}.procure-kpis strong{font-size:27px;font-variant-numeric:tabular-nums}.procure-batches{display:grid;gap:10px;padding:12px;border:1px solid #dce8ec;border-radius:16px;background:#fff}.procure-batch{overflow:hidden;border:1px solid #dce8ec;border-radius:14px;background:radial-gradient(circle at 100% 0%,rgba(47,125,255,.07),transparent 34%),#fbfefe;transition:.2s}.procure-batch:hover,.procure-batch.expanded{border-color:#91e5dc;background:radial-gradient(circle at 100% 0%,rgba(0,191,166,.1),transparent 34%),#fbfefe}.procure-batch-summary{width:100%;min-height:82px;display:grid;grid-template-columns:minmax(300px,1.3fr) minmax(190px,.75fr) auto 24px;align-items:center;gap:12px;padding:13px;border:0;color:var(--ink);background:transparent;text-align:left}.procure-batch-summary>span{min-width:0;display:grid;gap:4px}.procure-batch-summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.procure-batch-summary small{overflow:hidden;color:var(--sub);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.procure-product{display:grid!important;grid-template-columns:62px minmax(0,1fr);align-items:center;gap:13px}.procure-product>i,.confirm-product>i{width:62px;height:62px;display:grid;place-items:center;overflow:hidden;border:1px solid #bfeae5;border-radius:15px;color:#0f5f59;background:linear-gradient(145deg,#f4fffc,#eff5ff);font-style:normal;font-weight:800}.procure-product img,.confirm-product img,.procure-current>i img{width:100%;height:100%;object-fit:cover}.procure-product>span{display:grid;gap:4px}.procure-product strong{font-size:19px}.batch-status{padding:6px 9px;border-radius:8px;color:#1267d8;background:#eaf2ff;font-size:12px;white-space:nowrap}.batch-status.s-INTERCEPTED{color:#c04a33;background:#fff0ec}.batch-status.s-RECEIVED{color:#16834e;background:#eaf8f0}.procure-detail{display:grid;gap:12px;padding:0 13px 13px}.procure-focus{display:grid;grid-template-columns:minmax(180px,.8fr) repeat(2,minmax(200px,1fr));gap:10px}.procure-focus>label,.procure-focus>.cost{min-height:84px;display:grid;gap:6px;align-content:center;padding:12px 14px;border:1px solid #c9eee8;border-radius:13px;background:#f3fffc}.procure-focus span{color:var(--sub);font-size:11px;font-weight:700}.procure-focus select{height:42px;padding:0 10px;border:1px solid #aeece4;border-radius:10px;color:#075e54;background:#fff;font-size:17px;font-weight:800}.procure-focus .cost.blue{border-color:#d8e6ff;background:#f6f9ff}.procure-focus .cost.green{border-color:#bdf0d3;background:#f4fff8}.procure-focus .cost strong{font-size:23px;color:#1267d8}.procure-focus .cost.green strong{color:#0f9f5b}.procure-focus .cost small{color:var(--sub);font-size:11px}.procure-meta{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.procure-meta span{display:grid;gap:4px;padding:9px 10px;border:1px solid #e1ecef;border-radius:10px;color:var(--sub);font-size:11px}.procure-meta b{color:var(--ink);font-size:12px}.procure-edit{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.procure-edit label{display:grid;gap:5px;color:var(--sub);font-size:11px}.procure-edit input{height:40px;padding:0 10px;border:1px solid #d8e7ec;border-radius:10px}.procure-actions{display:flex;justify-content:flex-end;gap:8px}.procure-actions button{height:38px;padding:0 12px;border:1px solid #b8f3ea;border-radius:9px;color:#0f766e;background:#effffc;font-weight:700}.procure-generator{display:grid;gap:12px;padding:14px;border:1px solid #dce8ec;border-radius:16px;background:radial-gradient(circle at 0 0,rgba(53,219,197,.14),transparent 34%),linear-gradient(145deg,#fff,#f5fffc)}.procure-current{display:grid;grid-template-columns:78px minmax(0,1fr);gap:10px;padding:12px;border:1px solid #cdeee9;border-radius:15px;background:radial-gradient(circle at 100% 0%,rgba(47,125,255,.08),transparent 35%),#ffffffe6}.procure-current>i{width:78px;height:78px;display:grid;place-items:center;overflow:hidden;border:1px solid #bfeae5;border-radius:16px;color:#0f766e;background:#effffc;font-style:normal;font-weight:800}.procure-current>div{display:grid;gap:6px}.procure-current>div>span,.procure-image{color:var(--sub);font-size:12px;font-weight:700}.procure-current>div>strong{font-size:20px;color:var(--ink)}.procure-current label{display:grid;gap:5px}.procure-current input,.procure-generator section input,.procure-generator section select{width:100%;min-height:40px;padding:9px 10px;border:1px solid #d8e7ec;border-radius:10px;background:#fff;outline:0}.procure-current input:focus,.procure-generator input:focus,.procure-generator select:focus{border-color:#74ded4;box-shadow:0 0 0 3px #00bfa61f}.procure-image{grid-column:1/-1;display:grid;grid-template-columns:1fr auto;gap:7px}.procure-image input[type=file]{width:220px}.procure-image small{grid-column:1/-1}.procure-generator>section{display:grid;gap:9px;padding:12px;border:1px solid #dce8ec;border-radius:15px;background:#ffffffc7}.procure-generator>section>header{display:flex;justify-content:space-between;gap:10px}.procure-generator>section header strong{color:var(--ink)}.procure-generator>section header small{color:var(--sub);font-size:12px}.procure-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.procure-grid label{display:grid;gap:6px;color:var(--sub);font-size:12px;font-weight:700}.procure-cost{display:grid;gap:4px;padding:12px;border:1px solid #dce8ec;border-radius:13px;background:#ffffffd1}.procure-cost span,.procure-cost small{color:var(--sub);font-size:12px}.procure-cost strong{font-size:21px}.procure-cost b{color:#0f766e;font-size:13px}.procure-generate{justify-self:end}.procure-confirm{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:24px;background:#122a385c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.procure-confirm>article{width:min(590px,100%);display:grid;gap:16px;padding:22px;border:1px solid #b8f3ea;border-radius:20px;background:#fff;box-shadow:0 28px 80px #163d4e40}.procure-confirm header{display:flex;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid #e5eef1}.procure-confirm header span{color:#0f9f8f;font-size:11px;font-weight:800}.procure-confirm header h3{margin:5px 0;font-size:22px}.procure-confirm header p{margin:0;color:var(--sub);font-size:12px}.procure-confirm header button{width:34px;height:34px;border:1px solid #d8e7ec;border-radius:10px;background:#f7fbfc}.confirm-product{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #d8e7ec;border-radius:14px;background:linear-gradient(110deg,#f3fffc,#f6f9ff)}.confirm-product>div{display:grid;gap:4px}.confirm-product small{color:var(--sub)}.confirm-costs{display:grid;grid-template-columns:1fr 1fr;gap:10px}.confirm-costs>div{display:grid;gap:5px;padding:13px;border:1px solid #bdf0d3;border-radius:13px;background:#f4fff8}.confirm-costs>div:last-child{border-color:#d8e6ff;background:#f6f9ff}.confirm-costs span{color:var(--sub);font-size:11px}.confirm-costs strong{color:#0f9f5b;font-size:21px}.confirm-costs>div:last-child strong{color:#1267d8}.confirm-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}.confirm-list span{display:flex;justify-content:space-between;padding:9px 10px;border:1px solid #e1ecef;border-radius:10px;color:var(--sub);font-size:11px}.confirm-list b{color:var(--ink)}.procure-confirm footer{display:grid;grid-template-columns:1fr 1fr;gap:9px}.procure-confirm footer button{height:42px;border:1px solid #b8f3ea;border-radius:11px;color:#0f766e;background:#effffc;font-weight:800}.procure-confirm footer button:last-child{border:0;color:#fff;background:linear-gradient(135deg,#09bba8,#2f7dff)}.inventory-stage-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}.inventory-stage-kpis article{display:flex;align-items:center;gap:14px;min-height:124px;padding:18px;border:1px solid var(--line);border-radius:10px;background:#fff}.inventory-stage-kpis article.negative{border-color:#ffd8d4}.inventory-stage-kpis div{display:grid;gap:5px}.inventory-stage-kpis label{color:#5f6c80}.inventory-stage-kpis strong{font-size:26px;font-variant-numeric:tabular-nums}.inventory-stage-kpis small{color:#7c8798;font-size:12px}.inventory-stage-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:12px;font-weight:900}.inventory-stage-icon.transit{color:#b46900;background:#fff2db}.inventory-stage-icon.warehouse{color:#1261e8;background:#eaf2ff}.inventory-stage-icon.outbound{color:#079653;background:#e7f7ef}.inventory-stage-icon.danger{color:#eb3f35;background:#ffebe8}.transit-text{color:#b46900;font-weight:700}.sku-toolbar{display:flex;justify-content:space-between;gap:12px;margin-bottom:14px}.sku-toolbar label{height:42px;width:min(520px,60%);display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid #d9e0ea;border-radius:8px;background:#fff}.sku-toolbar input{width:100%;border:0;outline:0}.danger-link{color:#d83e35!important}@media(max-width:1100px){.procure-batch-summary{grid-template-columns:minmax(230px,1fr) minmax(160px,.7fr) auto 20px}.procure-focus{grid-template-columns:1fr}.procure-meta,.procure-edit,.inventory-stage-kpis{grid-template-columns:repeat(2,1fr)}}.click-row{cursor:pointer}.click-row:hover{background:#f6f9ff}.danger{color:#ef4444;font-weight:700}.danger-btn{border:1px solid #fecaca!important;color:#dc2626!important;background:#fff7f7!important}.paste-box{display:flex;min-height:112px;border:2px dashed #9ec5ff;border-radius:12px;background:#f6f9ff;align-items:center;justify-content:center;flex-direction:column;gap:7px;padding:16px;text-align:center;outline:none}.paste-box:focus{border-color:#1769e8;box-shadow:0 0 0 3px #dbeafe}.paste-box svg{color:#1769e8}.paste-box small,.muted{color:#7a879b}.detail-drawer{width:min(520px,100vw)}.detail-body{padding:22px;overflow:auto}.detail-amount{display:flex;align-items:center;justify-content:space-between;padding:18px;border-radius:12px;background:#f7f9fd;margin-bottom:18px}.detail-amount span{font-size:30px;font-weight:800}.detail-amount em{font-style:normal;color:#667085}.detail-body dl{display:grid;grid-template-columns:110px 1fr;gap:12px;margin:0 0 20px}.detail-body dt{color:#7a879b}.detail-body dd{margin:0;font-weight:600}.detail-actions{display:flex;gap:10px;align-items:center;margin-bottom:24px}.detail-section{border-top:1px solid #e7ebf2;padding-top:20px;margin-top:18px}.detail-section h3{margin:0 0 12px}.voucher-line{width:100%;display:flex;align-items:center;gap:10px;border:1px solid #e3e9f2;background:#fff;border-radius:9px;padding:11px;margin-bottom:8px}.voucher-line span{flex:1;text-align:left}.voucher-save-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;margin-top:10px;padding:12px;border:1px solid #dbe3ef;border-radius:10px;background:#f8fafc}.voucher-save-panel.pending{border-color:#93c5fd;background:#eff6ff}.voucher-save-panel div{display:grid;gap:3px;min-width:0}.voucher-save-panel b{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voucher-save-panel small{color:#7a879b;font-size:12px}.voucher-save-panel button:disabled{cursor:not-allowed;opacity:.48;transform:none}.full{width:100%;justify-content:center;margin-top:10px}.detail-section>.success,.detail-section>.error{margin-top:10px;margin-bottom:0}.log-line{display:grid;grid-template-columns:90px 1fr auto;gap:10px;border-bottom:1px solid #eef1f5;padding:10px 0;margin:0}.log-line time{color:#8a94a5;font-size:12px}.reconcile-result{border:1px solid #e1e7f0;border-radius:12px;padding:5px 18px}.reconcile-result p{display:flex;justify-content:space-between;padding:13px 0;margin:0;border-bottom:1px solid #eef1f5}.reconcile-result p:last-child{border:0}.reconcile-result strong{font-size:22px}.warning{display:flex;gap:8px;align-items:flex-start;padding:12px;border:1px solid #fed7aa;border-radius:9px;background:#fff8ed;color:#b45309;margin:14px 0}.drawer textarea{min-height:100px;resize:vertical}@media(max-width:520px){.voucher-save-panel{grid-template-columns:1fr}.voucher-save-panel button{width:100%}}.category-overview{margin-top:18px;padding:22px 24px}.category-overview>header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.category-overview header small{color:#1769e8;font-weight:700}.category-overview h2{margin:5px 0;font-size:21px}.category-overview header p{margin:0;color:#718096}.category-layout{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:center}.category-ring{width:210px;height:210px;border-radius:50%;display:grid;place-items:center;margin:auto;position:relative}.category-ring:after{content:"";position:absolute;top:38px;right:38px;bottom:38px;left:38px;border-radius:50%;background:#fff}.category-ring span{position:relative;z-index:1;display:flex;flex-direction:column;text-align:center}.category-ring b{font-size:19px;font-variant-numeric:tabular-nums}.category-ring small{color:#718096;margin-top:4px}.category-list{display:grid;grid-template-columns:1fr 1fr;gap:9px 14px}.category-list button{display:grid;grid-template-columns:10px 1fr auto;grid-template-areas:"dot text amount" "dot text action";align-items:center;gap:0 12px;border:1px solid #e7ecf4;background:#fbfcfe;border-radius:10px;padding:13px;text-align:left;transition:.2s}.category-list button:hover{transform:translateY(-1px);border-color:#b8d2fb;background:#f6f9ff}.category-list i{grid-area:dot;width:10px;height:34px;border-radius:4px}.category-list span{grid-area:text;display:flex;flex-direction:column;gap:3px}.category-list span small{color:#7d899b}.category-list strong{grid-area:amount;font-variant-numeric:tabular-nums}.category-list em{grid-area:action;text-align:right;color:#1769e8;font-size:12px;font-style:normal}.drill-banner{background:#eef5ff;border:1px solid #cfe1ff;color:#315b91;padding:12px 16px;border-radius:9px;margin-bottom:14px}@media(max-width:1000px){.category-layout,.category-list{grid-template-columns:1fr}}.ledger-filters{background:#fff;border:1px solid #e5eaf2;border-radius:11px;padding:13px;margin-bottom:13px}.filter-row{display:flex;gap:10px;margin-bottom:9px}.filter-row:last-child{margin-bottom:0}.filter-row>label:not(.search){display:flex;align-items:center;gap:7px;color:#667085;font-size:13px}.filter-row input,.filter-row select,.filter-row>select{min-height:38px}.filter-row .search{flex:1}.ledger-summary{display:grid;grid-template-columns:1.05fr 1fr 1fr 1fr;background:#fff;border:1px solid #e3e8f0;border-radius:11px;margin-bottom:13px}.ledger-summary>div{display:flex;flex-direction:column;padding:17px 24px;border-right:1px solid #e7ebf1}.ledger-summary>div:last-child{border:0}.ledger-summary small{color:#677387}.ledger-summary b{font-size:23px;margin-top:5px;font-variant-numeric:tabular-nums}.ledger-summary>div:first-child{flex-direction:row;align-items:baseline;gap:8px}.ledger-summary>div:first-child b{font-size:31px}.blue-text{color:#1769e8}.batchbar{display:flex;align-items:center;gap:9px;margin:12px 0}.batchbar label{margin-right:4px;color:#4b5565}.batchbar button{background:#fff}.ledger-table{padding:0!important;overflow:hidden}.ledger-table table th,.ledger-table table td{white-space:nowrap}.ledger-table table td:nth-child(5){white-space:normal;min-width:170px}.pagination{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:13px 16px;border-top:1px solid #edf0f4}.pagination span{margin-right:auto;color:#6b7585}.pagination b{font-size:13px}.pagination button:disabled{opacity:.45;cursor:not-allowed}@media(max-width:1100px){.filter-row{flex-wrap:wrap}.ledger-summary{grid-template-columns:1fr 1fr}.ledger-summary>div:nth-child(2){border-right:0}.ledger-summary>div:nth-child(-n+2){border-bottom:1px solid #e7ebf1}}.voucher-thumb-button{width:48px;height:48px;padding:0;border:1px solid #d8e1ee;border-radius:9px;background:#fff;overflow:hidden;box-shadow:0 3px 10px #1f447a1f;transition:.2s}.voucher-thumb-button:hover{transform:scale(1.08);border-color:#75a9f3;box-shadow:0 7px 18px #1f57a433}.voucher-thumb-button img{width:100%;height:100%;object-fit:cover;display:block}.voucher-pdf,.voucher-missing{min-height:34px;padding:0 10px;border:1px solid #cddaf0;border-radius:8px;background:#f5f9ff;color:#1769e8;display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:650}.voucher-pdf svg{width:15px}.voucher-missing{border-style:dashed;color:#b56a00;background:#fff9ef}.voucher-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:42px;background:#0c1626d1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.voucher-lightbox>img{max-width:min(1100px,92vw);max-height:88vh;object-fit:contain;border-radius:12px;background:#fff;box-shadow:0 30px 90px #00000073}.lightbox-close{position:fixed;right:28px;top:24px;width:44px;height:44px;border:1px solid rgba(255,255,255,.35);border-radius:12px;color:#fff;background:#ffffff1f;display:grid;place-items:center}.page-title>div>button:not(.income-btn):not(.expense-btn):not(.primary),.filter-row>button,.batchbar button,.pagination button{min-height:40px;padding:0 15px;border:1px solid #ccd8ea;border-radius:9px;color:#315070;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:650;box-shadow:0 2px 6px #254a7c0f;transition:.2s}.page-title>div>button:not(.income-btn):not(.expense-btn):not(.primary):hover,.filter-row>button:hover,.batchbar button:hover,.pagination button:hover:not(:disabled){color:#075fd7;border-color:#8bb6f2;background:#f3f8ff;transform:translateY(-1px);box-shadow:0 7px 16px #255ca81f}.filter-row select,.filter-row input{border:1px solid #d5dfec!important;border-radius:9px!important;background:#fff!important;color:#3e4c60;padding:0 11px;transition:.2s}.filter-row select:hover,.filter-row input:hover{border-color:#91b7ea!important}.filter-row select:focus,.filter-row input:focus{border-color:#4389e8!important;box-shadow:0 0 0 3px #4389e81f}.batchbar button:nth-of-type(2){color:#087c4a;border-color:#acd9c4;background:#f2fbf7}.batchbar button:nth-of-type(3){color:#be5d00;border-color:#f1c08e;background:#fff8ef}.expense-filters{display:flex;gap:10px;align-items:center;margin-bottom:13px}.expense-filters>label:not(.search){display:flex;align-items:center;gap:7px;color:#697589;font-size:13px}.expense-filters input,.expense-filters select{height:40px;border:1px solid #d5dfec;border-radius:9px;background:#fff;padding:0 11px}.expense-filters .search{flex:1}.expense-kpis{margin-bottom:14px}.expense-grid{display:grid;grid-template-columns:1.1fr 1.45fr .8fr .9fr;gap:13px;margin-bottom:14px}.category-card,.expense-trend,.top-notes,.pending-classify{min-height:310px}.category-mini-layout{display:grid;grid-template-columns:150px 1fr;align-items:center;gap:15px;padding:25px 17px}.expense-ring{width:144px;height:144px;border-radius:50%;display:grid;place-items:center;position:relative}.expense-ring:after{content:"";position:absolute;top:34px;right:34px;bottom:34px;left:34px;background:#fff;border-radius:50%}.expense-ring span{z-index:1;text-align:center;display:grid;gap:3px}.expense-ring small{font-size:11px;color:#778296}.expense-ring b{font-size:12px}.category-card ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.category-card li{display:grid;grid-template-columns:9px 1fr auto;gap:7px;align-items:center}.category-card li i{width:8px;height:8px;border-radius:50%}.category-card li button{border:0;background:transparent;padding:0;text-align:left;color:#465265}.category-card li b{font-size:12px}.expense-trend svg{width:calc(100% - 44px);height:205px;margin:26px 22px 0;overflow:visible;border-left:1px solid #dfe5ee;border-bottom:1px solid #dfe5ee}.trend-labels{display:flex;justify-content:space-between;padding:8px 20px;color:#7b8595;font-size:11px}.top-notes p{display:grid;grid-template-columns:22px 1fr auto;gap:8px;align-items:center;margin:0;padding:11px 13px;border-bottom:1px solid #edf0f4}.top-notes p>b{width:20px;height:20px;display:grid;place-items:center;border-radius:6px;background:#f1f4f8;color:#677286}.top-notes span{display:grid;font-size:12px}.top-notes small{color:#8b94a3;margin-top:2px}.top-notes strong{color:#e34338;font-size:12px}.pending-classify{border-color:#f5d19f;background:#fffdfa}.pending-classify h2{display:flex;align-items:center;gap:7px;color:#b86700}.pending-classify h2 svg{width:18px}.pending-classify>div:not(.empty){display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid #f4e4cc}.pending-classify span{display:grid;flex:1}.pending-classify span b{font-size:12px}.pending-classify span small{color:#8c7a63;font-size:11px;margin-top:3px}.pending-classify button{height:32px;padding:0 10px;border:1px solid #efb66b;border-radius:8px;color:#b96200;background:#fff8ed;font-weight:650}.expense-details>h2{display:block}.expense-details .text-link{padding:8px 0}@media(max-width:1350px){.expense-grid{grid-template-columns:1fr 1fr}.expense-filters{flex-wrap:wrap}.expense-filters .search{min-width:100%}}@media(max-width:800px){.expense-grid,.category-mini-layout{grid-template-columns:1fr}.expense-ring{margin:auto}}.account-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:14px;margin:14px 0}.account-share{padding-bottom:16px}.account-ring{width:150px;height:150px;border-radius:50%;margin:22px auto;position:relative}.account-ring:after{content:"";position:absolute;top:38px;right:38px;bottom:38px;left:38px;background:#fff;border-radius:50%}.account-share ul{list-style:none;margin:0;padding:0 20px;display:grid;gap:9px;max-height:230px;overflow:auto}.account-share li{display:grid;grid-template-columns:9px 1fr auto;gap:8px;align-items:center;font-size:12px}.account-share li i{width:8px;height:8px;border-radius:50%}.account-history{margin-top:14px}.account-balance-preview{display:flex;align-items:center;justify-content:space-between;padding:16px;border:1px solid #d7e5f8;border-radius:10px;background:#f5f9ff}.account-balance-preview span{color:#64748b}.account-balance-preview b{font-size:24px;color:#1769e8}.statement-upload{min-height:112px;border:2px dashed #a9c6ed!important;border-radius:11px;display:flex!important;align-items:center;justify-content:center;background:#f7faff;color:#1769e8}.statement-upload input{height:auto;border:0}.statement-upload small{font-weight:400;color:#768399}@media(max-width:1150px){.account-layout{grid-template-columns:1fr}.account-share{display:grid;grid-template-columns:220px 1fr}.account-share h2{grid-column:1/-1}}.kpi-drill{display:block;width:100%;padding:0;border:0;border-radius:11px;background:transparent;text-align:left;transition:.2s}.kpi-drill .kpi{height:100%;transition:.2s}.kpi-drill:hover{transform:translateY(-2px)}.kpi-drill:hover .kpi{border-color:#8db5ed;box-shadow:0 10px 24px #23539421}.kpi-drill:active{transform:translateY(0) scale(.99)}.kpi-drill .kpi small:after{content:"查看明细 →";margin-left:auto;color:#1769e8;font-weight:700}.account-detail-drawer{width:min(760px,96vw)}.account-detail-drawer .detail-body{padding:18px}.account-detail-drawer table{min-width:650px}.report-toolbar{display:flex;align-items:center;gap:14px;margin-bottom:14px}.report-toolbar>.tabs{margin:0}.report-toolbar>input{height:42px;border:1px solid #d6e0ec;border-radius:9px;padding:0 12px;background:#fff}.report-status{margin-left:auto;display:flex;align-items:center;gap:12px;padding:7px 9px 7px 14px;border:1px solid #dce4ef;border-radius:10px;background:#fff;color:#687386}.report-status b{color:#b56a00;background:#fff4dc;padding:4px 9px;border-radius:7px}.report-grid{display:grid;grid-template-columns:1.55fr .55fr .55fr;gap:14px;margin:14px 0}.report-trend{grid-row:span 2}.report-trend .chart{height:280px}.management-summary p{display:grid;grid-template-columns:22px 1fr auto;gap:8px;align-items:center;margin:0;padding:13px;border-bottom:1px solid #edf0f5}.management-summary svg{width:18px;color:#1769e8}.management-summary b{font-size:13px}.owner-comment textarea{width:calc(100% - 28px);height:150px;margin:14px;border:1px solid #dbe3ed;border-radius:9px;padding:12px;resize:none}.owner-comment footer{display:flex;justify-content:space-between;align-items:center;padding:0 14px 14px;color:#8490a2}.owner-comment button{height:34px;border:1px solid #b9d2f6;border-radius:8px;color:#1769e8;background:#f2f7ff}.expense-composition{grid-column:2/4}.expense-composition>p{display:grid;grid-template-columns:120px 1fr 45px;gap:10px;align-items:center;margin:0;padding:9px 15px}.expense-composition i{height:7px;border-radius:5px;background:#edf1f6;overflow:hidden}.expense-composition i b{display:block;height:100%;border-radius:5px;background:#347fee}.expense-composition em{font-style:normal;text-align:right;color:#677285;font-size:12px}.report-table{margin-top:14px}.selected-report{background:#eef6ff!important}.report-table .text-link{padding:8px 0}@media(max-width:1200px){.report-grid{grid-template-columns:1fr 1fr}.report-trend{grid-column:1/-1;grid-row:auto}.expense-composition{grid-column:auto}.report-toolbar{flex-wrap:wrap}.report-status{margin-left:0;width:100%}}@media print{.sidebar,.page-title>div,.report-toolbar,.owner-comment footer{display:none!important}.app-shell{display:block}.page{padding:0}.surface,.kpi{break-inside:avoid}}.monthly-statement{margin:16px 0;border:1px solid #cbd8e8;border-radius:13px;background:#fff;overflow:hidden;box-shadow:0 12px 32px #25467414}.monthly-statement>header{display:flex;justify-content:space-between;align-items:flex-start;padding:22px 26px;border-bottom:2px solid #1769e8;background:linear-gradient(110deg,#f4f8ff,#fff)}.monthly-statement header small{color:#1769e8;font-weight:750;letter-spacing:.08em}.monthly-statement header h2{margin:5px 0;font-size:25px;letter-spacing:-.5px}.monthly-statement header p{margin:0;color:#768296;font-size:12px}.monthly-statement>header>div:last-child{display:grid;text-align:right;gap:3px}.monthly-statement>header span{color:#7b8799;font-size:11px}.monthly-statement>header b{font-size:18px}.monthly-statement>header em{font-style:normal;color:#1769e8;font-size:12px}.statement-body{display:grid;grid-template-columns:1fr 1fr .8fr}.statement-body>article{min-height:330px;padding:18px 22px;border-right:1px solid #e4e9f0}.statement-body>article:last-child{border:0;background:#fafcff}.statement-body h3{display:flex;align-items:center;gap:8px;margin:0 0 12px;padding-bottom:11px;border-bottom:1px solid #dfe5ee;font-size:15px}.statement-body h3 svg{width:18px;color:#1769e8}.statement-body article>p{display:flex;justify-content:space-between;gap:12px;margin:0;padding:7px 0;border-bottom:1px dashed #e5e9ef;font-size:12px}.statement-body p span{display:flex;gap:7px}.statement-body p small{color:#919bab}.statement-body article>footer{display:flex;justify-content:space-between;margin-top:12px;padding:12px 0 0;border-top:2px solid #d7deea}.statement-body article>footer b{font-size:17px}.statement-accounts{display:grid;gap:6px;margin:14px 0}.statement-accounts span{display:flex;justify-content:space-between;padding:7px 9px;border-radius:7px;background:#fff;border:1px solid #e5eaf1;font-size:11px}.statement-body article>button{width:100%;height:38px;border:1px solid #a9c7f1;border-radius:8px;color:#1769e8;background:#f1f6ff;font-weight:700}.statement-conclusion{display:grid;grid-template-columns:100px 1fr;gap:15px;padding:16px 24px;border-top:1px solid #dfe5ee;background:#f8fafc}.statement-conclusion span{font-weight:750;color:#1769e8}.statement-conclusion p{margin:0;color:#4e5b6e;line-height:1.7}.report-table{opacity:.86}@media(max-width:1100px){.statement-body{grid-template-columns:1fr}.statement-body>article{border-right:0;border-bottom:1px solid #e4e9f0}.monthly-statement>header{flex-direction:column;gap:12px}.monthly-statement>header>div:last-child{text-align:left}}.sku-disable-trigger{align-self:flex-start;margin:4px 20px 0;padding:10px 14px;border-radius:8px}.sku-disable-panel{display:grid;gap:10px;margin:4px 20px 18px;padding:16px;border:1px solid #fecaca;border-radius:10px;background:#fff7f7}.sku-disable-panel>b{color:#b42318}.sku-disable-panel p{margin:0;color:#7a271a}.sku-disable-panel label{display:grid;gap:7px}.sku-disable-panel textarea{min-height:72px}.sku-disable-panel>div{display:flex;justify-content:flex-end;gap:10px}.sku-disabled-panel{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:4px 20px 18px;padding:14px 16px;border:1px solid #fed7aa;border-radius:10px;background:#fff8ed}.sku-disabled-panel div{display:grid;gap:3px}.sku-disabled-panel span{color:#8a5a16;font-size:12px}.disabled-row{background:#f8fafc;opacity:.72}.disabled-row button:disabled{cursor:not-allowed}.disabled-row .sku-code{text-decoration:line-through}.procure-kpis button{cursor:pointer;transition:border-color .18s,box-shadow .18s,transform .18s}.procure-kpis button:hover,.procure-kpis button.active{border-color:#36c9b7;box-shadow:0 8px 24px #108f801f;transform:translateY(-1px)}.rule-form{display:grid;grid-template-columns:1fr 1fr 110px;gap:12px;align-items:end;margin:16px 0}.rule-form label{display:grid;gap:7px;color:var(--sub);font-size:13px}.rule-form input{height:40px;padding:0 12px;border:1px solid var(--line);border-radius:9px;background:#fff}.rule-form button{grid-column:1/-1;justify-self:start}@media(max-width:900px){.rule-form{grid-template-columns:1fr}}.procure-image-paste,.sku-image-paste{min-height:88px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:14px;border:2px dashed #81d9cf;border-radius:12px;color:#236b65;background:#f5fffd;cursor:text;transition:.18s}.procure-image-paste:hover,.procure-image-paste:focus,.sku-image-paste:hover,.sku-image-paste:focus{border-color:#13a997;box-shadow:0 0 0 4px #13a9971a;outline:0}.procure-image-paste.has-image,.sku-image-paste.has-image{border-style:solid;background:#effbf7}.procure-image-paste small,.sku-image-paste small{color:#758a88;font-weight:400}.sku-image-paste img{width:120px;height:120px;object-fit:contain;border-radius:10px;background:#fff}.sku-image-paste svg{width:34px;height:34px}.sku-image-paste span{text-align:center}.access-grid{display:grid;grid-template-columns:minmax(620px,1.2fr) minmax(360px,.8fr);gap:14px}.section-action{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf0f5}.section-action h2{border:0!important}.section-action button{margin-right:14px}.access-permissions td input{width:18px;height:18px;accent-color:#1769e8}.user-list p{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;margin:0;padding:12px 16px;border-bottom:1px solid #edf0f5}.user-list span{display:grid;gap:3px}.user-list small{color:var(--muted)}.user-list em{font-style:normal}.user-list button{height:32px!important;padding:0 10px!important}@media(max-width:1100px){.access-grid{grid-template-columns:1fr}}.sku-list-image{width:46px;height:46px;display:block;object-fit:cover;border:1px solid #d9e6e9;border-radius:9px;background:#fff}.sku-list-placeholder{width:46px;height:34px;display:grid;place-items:center;border:1px dashed #ccd8df;border-radius:8px;color:#8a969e;font-size:11px}.settings-grid>.surface{min-width:0;overflow:hidden}.settings-grid>.surface>h2{margin:0;padding:18px 20px}.settings-grid>.surface>.muted{max-width:62ch;margin:0;padding:16px 20px 2px;line-height:1.7;text-wrap:pretty}.rule-form{padding:0 20px}.rule-form button,.sku-toolbar-actions>*{white-space:nowrap}.rule-form+.success,.rule-form~.soft-button{margin-left:20px}.rule-form~.soft-button{margin-bottom:20px}.section-description{max-width:58ch;margin:2px 0 0;color:var(--muted);font-size:13px;line-height:1.55;text-wrap:pretty}.section-action>div{min-width:0;padding:16px 20px}.section-action>div h2{margin:0!important;padding:0!important}.section-action.asset-heading{align-items:center}.section-action.asset-heading>button{flex:0 0 auto;margin:0 18px 0 12px;white-space:nowrap}.asset-settings-grid{grid-template-columns:minmax(420px,.9fr) minmax(560px,1.1fr)}.asset-list p{align-items:center}.asset-list span{display:grid;gap:3px}.asset-list strong{font-weight:650;font-variant-numeric:tabular-nums}.warehouse-list p{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px}.warehouse-list span{display:grid;gap:4px;min-width:0}.warehouse-list small{white-space:normal}.warehouse-list em{font-style:normal;white-space:nowrap}.warehouse-list .soft-button{height:34px;padding:0 12px}.warehouse-mapping-note{margin:16px 18px 20px;align-items:flex-start}.warehouse-mapping-note span{line-height:1.55}.warehouse-form small{color:var(--muted);font-weight:400;line-height:1.45}.warehouse-form textarea{resize:vertical;min-height:82px}.warehouse-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sku-toolbar-actions>*{flex:0 0 auto}.sku-toolbar-actions .primary{min-width:118px}@media(max-width:1100px){.asset-settings-grid{grid-template-columns:1fr}}@media(max-width:900px){.warehouse-form .form-row{grid-template-columns:1fr}.warehouse-list p{grid-template-columns:1fr auto}.warehouse-list .soft-button{grid-column:1/-1;justify-self:start}}.bars i{position:relative;cursor:default}.bars i>span{position:absolute;left:50%;bottom:calc(100% + 9px);z-index:4;min-width:118px;padding:8px 10px;border:1px solid #d7e1ee;border-radius:8px;background:#fff;color:#536074;font-size:11px;line-height:1.45;text-align:center;box-shadow:0 10px 24px #23437029;opacity:0;pointer-events:none;transform:translate(-50%,5px);transition:.18s}.bars i>span:after{content:"";position:absolute;left:50%;top:100%;width:8px;height:8px;background:#fff;border-right:1px solid #d7e1ee;border-bottom:1px solid #d7e1ee;transform:translate(-50%,-4px) rotate(45deg)}.bars i>span b{font-size:12px;color:#1f2b3d;font-variant-numeric:tabular-nums}.bars i:hover>span,.bars i:focus-visible>span{opacity:1;transform:translate(-50%)}.kpi-drill .kpi small:after{content:none!important}.kpi-drill .kpi small{color:#526075;line-height:1.35}.account-channel-board{display:grid;grid-template-columns:1fr 1fr;gap:14px;min-width:0}.account-channel{overflow:hidden}.account-channel:last-child{grid-column:1/-1}.account-channel>header{display:flex;align-items:center;justify-content:space-between;padding:15px 17px;border-bottom:1px solid #edf0f5;background:#fbfcfe}.account-channel>header small{color:#7a8698;font-size:11px}.account-channel>header h2{padding:0;border:0;margin:3px 0 0;font-size:19px}.account-channel>header>span{padding:5px 9px;border-radius:7px;background:#edf4ff;color:#1769e8;font-size:12px;font-weight:700}.account-channel>div{display:grid;grid-template-columns:1fr}.account-channel>div>article{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:15px 18px;padding:17px;border-bottom:1px solid #edf0f5}.account-channel-name{display:grid;gap:5px}.account-channel-name b{font-size:15px}.account-channel-name small{color:#7b8799;font-size:11px}.account-channel dl{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0;padding-top:13px;border-top:1px dashed #e4e9f1}.account-channel dl>div{display:grid;gap:4px;min-width:0}.account-channel dt{color:#7a8698;font-size:11px}.account-channel dd{margin:0;font-size:13px;font-weight:700;font-variant-numeric:tabular-nums;overflow:hidden;text-overflow:ellipsis}.account-channel article>.primary{grid-column:2;grid-row:1;white-space:nowrap;min-width:104px}.channel-微信>header{box-shadow:inset 3px 0 #19a85b}.channel-支付宝>header{box-shadow:inset 3px 0 #1684e8}.channel-银行卡>header{box-shadow:inset 3px 0 #6b72d8}@media(max-width:1250px){.account-channel-board{grid-template-columns:1fr}.account-channel:last-child{grid-column:auto}.account-channel dl{grid-template-columns:1fr 1fr}}.reconcile-role-note{height:40px;display:flex;align-items:center;gap:10px;padding:0 13px;border:1px solid #d7e2f0;border-radius:10px;background:#fff;color:#647084}.reconcile-role-note b{color:#b66a00;background:#fff5e4;padding:4px 8px;border-radius:7px}.reconcile-guide{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:16px;padding:15px 18px;margin-bottom:14px;border:1px solid #dce5f1;border-radius:11px;background:#fff}.reconcile-guide>div{display:flex;align-items:center;gap:10px}.reconcile-guide>div>b{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#e9f2ff;color:#1261e8}.reconcile-guide span{display:grid;gap:2px}.reconcile-guide small{color:#7a8698}.reconcile-guide i{height:1px;background:#dce5f1}.reconcile-account-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:14px}.reconcile-account-card{overflow:hidden;position:relative}.reconcile-account-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#2f7df0}.reconcile-account-card.channel-card-1:before{background:#68aef5}.reconcile-account-card.channel-card-2:before{background:#8b6bdf}.reconcile-account-card.channel-card-3:before{background:#ffae2b}.reconcile-account-card>header{display:flex;align-items:flex-start;justify-content:space-between;padding:16px 17px;border-bottom:1px solid #edf0f5}.reconcile-account-card header small{color:#7a8698}.reconcile-account-card h2{padding:0;border:0;margin:4px 0 0;font-size:18px}.reconcile-account-card header>span{font-size:11px;font-weight:700;padding:5px 8px;border-radius:7px}.status-pending{color:#b66a00;background:#fff3dd}.status-confirmed{color:#07844a;background:#e9f8f0}.status-empty{color:#637085;background:#eef2f7}.reconcile-balance{display:grid;gap:4px;padding:17px}.reconcile-balance small,.reconcile-balance span{color:#7a8698}.reconcile-balance strong{font-size:25px;letter-spacing:-.6px;font-variant-numeric:tabular-nums}.reconcile-account-card dl{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:0;padding:0 17px 16px}.reconcile-account-card dl>div{display:grid;gap:3px}.reconcile-account-card dt{font-size:11px;color:#7a8698}.reconcile-account-card dd{margin:0;font-size:12px;font-weight:700;overflow:hidden;text-overflow:ellipsis}.reconcile-account-card>.primary.full{width:calc(100% - 34px);margin:0 17px 17px}.pending-submission{display:grid;grid-template-columns:1fr auto;gap:4px 10px;align-items:center;margin:0 17px 17px;padding:11px;border-radius:9px;background:#fff7e8;border:1px solid #f5d7a3}.pending-submission span,.pending-submission small{grid-column:1}.pending-submission small{color:#8b6d3f}.pending-submission .primary{grid-column:2;grid-row:1/3}.account-history{margin-top:0}.account-history .section-action{border-bottom:1px solid #edf0f5}.account-history .soft-button{display:inline-flex;align-items:center;gap:5px}.account-history .soft-button svg{width:15px}.review-summary{display:grid;grid-template-columns:1fr 1fr;gap:10px}.review-summary p{display:grid;gap:5px;margin:0;padding:13px;border:1px solid #e2e8f1;border-radius:9px}.review-summary span,.review-note small{color:#7a8698}.statement-preview-button{width:100%;display:flex;align-items:center;gap:12px;text-align:left;padding:14px;border:1px solid #b9d2f4;border-radius:10px;color:#125fd1;background:#f4f8ff}.statement-preview-button svg{width:22px}.statement-preview-button span{display:grid;gap:3px}.statement-preview-button small{color:#71819a}.review-note{padding:13px;border-radius:9px;background:#f7f9fc}.review-note p{margin:5px 0 0}.reconcile-review-drawer footer{display:flex;justify-content:flex-end;gap:10px}.danger-btn{height:40px;padding:0 16px;border:1px solid #f0a59f;border-radius:8px;color:#c7352d;background:#fff4f2}@media(max-width:1350px){.reconcile-account-grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.reconcile-guide{grid-template-columns:1fr}.reconcile-guide i{display:none}.reconcile-account-grid{grid-template-columns:1fr}.account-history{overflow:auto}}.voucher-thumb-button{position:relative;width:70px!important;height:54px!important;border-radius:8px!important;background:#eef3f9!important}.voucher-thumb-button img,.voucher-thumb-button iframe{width:100%;height:100%;display:block;border:0;object-fit:cover;background:#fff;pointer-events:none}.voucher-thumb-button.pdf-preview:after{content:"PDF";position:absolute;right:3px;bottom:3px;padding:2px 4px;border-radius:4px;background:#115bcce0;color:#fff;font-size:9px;font-weight:750;letter-spacing:.2px}.voucher-grid article>.voucher-thumb-button{width:100%!important;height:148px!important;margin-bottom:12px;border-radius:9px!important}.voucher-grid article>.voucher-thumb-button img{object-fit:contain}.voucher-grid article>.voucher-thumb-button iframe{background:#f3f5f8}.voucher-loading{width:70px;height:54px;border:1px solid #d8e1ee;border-radius:8px;display:grid;place-items:center;color:#7b8798;font-size:11px;background:#f7f9fc}.voucher-grid .voucher-loading{width:100%;height:148px;margin-bottom:12px}.voucher-lightbox>iframe{width:min(1000px,92vw);height:88vh;border:0;border-radius:12px;background:#fff;box-shadow:0 30px 90px #00000073}@media(max-width:760px){.account-channel dl{grid-template-columns:1fr 1fr}.account-channel>div>article{grid-template-columns:minmax(0,1fr) auto}.voucher-grid article>.voucher-thumb-button{height:120px!important}}.batch-category-select{min-width:160px;height:40px;border:1px solid var(--border);border-radius:10px;background:#fff;padding:0 34px 0 12px;color:var(--text);font-weight:600}.batchbar .primary{background:#1769e8;color:#fff;border-color:#1769e8}.date-range-filter{position:relative;flex:0 0 290px}.date-range-trigger{width:290px;height:40px;border:1px solid #d5dfec;border-radius:8px;background:#fff;color:#243044;padding:0 12px;display:grid;grid-template-columns:18px 1fr 18px;align-items:center;gap:8px;font-size:14px;font-weight:500;text-align:left}.date-range-trigger:focus-visible{border-color:#4389e8;box-shadow:0 0 0 3px #4389e81f;outline:0}.date-range-panel{position:absolute;z-index:80;top:48px;left:0;width:620px;max-width:calc(100vw - 32px);display:grid;grid-template-columns:128px 1fr;background:#fff;border:1px solid #dce4ef;border-radius:8px;box-shadow:0 18px 50px #1f447a2e;overflow:hidden}.date-presets{padding:10px;border-right:1px solid #e7ecf3;display:flex;flex-direction:column;gap:2px}.date-presets button{height:34px;border:0;border-radius:8px;background:transparent;color:#465265;text-align:left;padding:0 10px}.date-presets button:hover{background:#f4f7fb}.date-presets button.active{background:#eaf2ff;color:#075ee5;font-weight:650}.date-calendar{min-width:0;padding:12px}.date-calendar .rdp-root{--rdp-accent-color: #1769e8;--rdp-accent-background-color: #eaf2ff;margin:0}.date-calendar .rdp-months{justify-content:center}.date-calendar footer{border-top:1px solid #e7ecf3;margin:10px -12px -12px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;color:#667085;font-size:13px}.date-calendar footer>div{display:flex;gap:8px}.date-calendar footer button{height:36px;border:1px solid #d5dfec;border-radius:8px;background:#fff;padding:0 14px}.date-calendar footer .primary{background:#1769e8;color:#fff;border-color:#1769e8}.mobile-sheet-close{display:none}.period-filter{display:flex;align-items:center;gap:10px}.period-segments{height:40px;display:flex;border:1px solid #d5dfec;border-radius:8px;overflow:hidden;background:#fff}.period-segments button{min-width:68px;border:0;border-right:1px solid #e3e8ef;background:#fff;color:#566174}.period-segments button:last-child{border-right:0}.period-segments button.active{background:#eaf2ff;color:#075ee5;font-weight:650}.period-filter input,.period-filter select{height:40px;min-width:176px;border:1px solid #d5dfec;border-radius:8px;background:#fff;padding:0 12px;color:#243044}.selectable-row{cursor:pointer}.selectable-row:hover{background:#f7faff}.selectable-row.is-selected{background:#edf4ff;box-shadow:inset 3px 0 #1769e8}.selectable-row.is-selected td:first-child:after{content:"已选";position:absolute;width:1px;height:1px;overflow:hidden}.report-grid.no-trend{grid-template-columns:minmax(0,1fr) minmax(320px,.48fr)}.report-grid.no-trend .management-summary{grid-column:1}.report-grid.no-trend .owner-comment{grid-column:2;grid-row:1 / span 2}.report-grid.no-trend .expense-composition{grid-column:1}.report-insight{padding:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.report-insight div{padding:15px;border:1px solid #e3e9f2;border-radius:8px;background:#f9fbfe}.report-insight small,.report-insight strong{display:block}.report-insight small{color:#738096;margin-bottom:7px}.report-insight strong{font-size:18px}.filterbar>*{height:40px}.filterbar .date-range-filter{height:auto}.filterbar .date-range-trigger{height:40px}@media(max-width:760px){.date-range-filter,.date-range-trigger{width:100%;flex-basis:100%}.filterbar{display:flex;flex-wrap:wrap}.date-range-filter{order:-2}.date-range-panel{position:fixed;left:0;right:0;top:auto;bottom:0;width:100%;max-width:none;max-height:82dvh;grid-template-columns:1fr;border-radius:14px 14px 0 0;overflow:auto}.date-range-panel:before{content:"";position:sticky;top:7px;z-index:2;width:44px;height:4px;background:#cbd3df;border-radius:4px;margin:7px auto -5px}.date-presets{border:0;border-bottom:1px solid #e7ecf3;display:flex;flex-direction:row;overflow:auto;padding:16px 10px 8px}.date-presets button{white-space:nowrap;min-width:max-content;background:#f4f7fb}.date-calendar{padding:8px 12px 0}.date-calendar .rdp-months{display:block}.date-calendar .rdp-month:nth-child(n+2){display:none}.date-calendar footer{position:sticky;bottom:0;background:#fff}.mobile-sheet-close{display:block;position:absolute;right:10px;top:8px;border:0!important;padding:4px!important}.period-filter{align-items:stretch;flex-direction:column}.period-segments,.period-filter input,.period-filter select{width:100%}.report-grid.no-trend{grid-template-columns:1fr}.report-grid.no-trend .management-summary,.report-grid.no-trend .owner-comment,.report-grid.no-trend .expense-composition{grid-column:1;grid-row:auto}.report-insight{grid-template-columns:1fr}}.category-card li{padding:4px 6px;margin:0 -6px;border-radius:6px;transition:background .15s ease}.category-card li:hover{background:#f3f7fc}.expense-ring span em{display:block;margin-top:3px;color:#6d798b;font-size:10px;font-style:normal;font-weight:600}.expense-trend{position:relative}.expense-trend g[role=button]{cursor:pointer}.expense-trend g[role=button] circle:last-child{transition:r .15s ease,fill .15s ease}.expense-trend g[role=button]:hover circle:last-child,.expense-trend g[role=button]:focus circle:last-child{r:2.6px;fill:#fff}.expense-trend .chart-tooltip{position:absolute;z-index:3;min-width:132px;padding:9px 11px;border-radius:8px;background:#172033;color:#fff;box-shadow:0 8px 24px #0f1b3138;font-size:12px;pointer-events:none;transform:translate(-50%,-112%)}.expense-trend .chart-tooltip b,.expense-trend .chart-tooltip span{display:block}.expense-trend .chart-tooltip span{margin-top:3px;color:#cbd6e7}.inventory-onboarding{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:14px;padding:22px 24px;border:1px dashed #b9cbe2;border-radius:10px;background:#f8fbff}.inventory-onboarding>div{display:grid;gap:6px}.inventory-onboarding p{margin:0;color:#657389}.inventory-onboarding button{white-space:nowrap}.voucher-preview-slot{display:inline-flex;align-items:center;justify-content:center;min-width:70px;min-height:54px}.voucher-grid .voucher-preview-slot{display:flex;width:100%}.voucher-grid .voucher-preview-slot>.voucher-missing{width:100%;min-height:148px}@media(max-width:760px){.inventory-onboarding{align-items:stretch;flex-direction:column}.inventory-onboarding button{width:100%}.expense-trend .chart-tooltip{min-width:112px}}.date-range-panel{width:520px}.date-calendar{position:relative}.date-calendar .rdp-month_caption{display:none}.date-calendar .rdp-month_grid{width:100%}.calendar-heading{height:42px;display:grid;grid-template-columns:40px 1fr 40px;align-items:center;margin-bottom:4px}.calendar-heading>button{height:36px;border:0;border-radius:8px;background:transparent;color:#344054;display:grid;place-items:center}.calendar-heading>button:hover{background:#f3f6fa}.calendar-heading svg{width:18px}.calendar-heading .calendar-month-switch{font-weight:700;font-size:15px}.month-chooser{position:absolute;z-index:4;left:18px;right:18px;top:58px;padding:12px;border:1px solid #dce4ef;border-radius:10px;background:#fff;box-shadow:0 14px 34px #1f447a2e}.month-chooser>div{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-bottom:8px}.month-chooser>div+div{grid-template-columns:repeat(4,1fr);margin:0}.month-chooser button{height:34px;border:0;border-radius:7px;background:#f5f7fa;color:#475467}.month-chooser button:hover,.month-chooser button.active{background:#e7f0ff;color:#075ee5;font-weight:700}.date-error{color:#d92d20;font-weight:650}.selectable-row{-webkit-user-select:none;user-select:none}.selectable-row:focus-visible{outline:2px solid #1769e8;outline-offset:-2px}@media(max-width:760px){.date-range-panel{width:100%}.date-calendar footer{z-index:5}.calendar-heading>button{min-width:40px;min-height:40px}.month-chooser button{min-height:40px}}.password-field{position:relative;display:block}.password-field input{width:100%;padding-right:46px}.password-toggle{position:absolute;top:50%;right:5px;transform:translateY(-50%);width:36px;height:36px;padding:0;border:0;border-radius:6px;background:transparent;color:#68758a;display:grid;place-items:center;transition:background-color .16s ease,color .16s ease}.password-toggle svg{width:19px;height:19px}.password-toggle:hover{background:#edf3fb;color:#1f5f9e}.password-toggle:active{background:#e3edf8}.password-toggle:focus-visible{outline:3px solid #85b5ff;outline-offset:1px}.operating-drawer .form-row{align-items:start}.operating-drawer{display:flex;flex-direction:column;overflow:hidden}.operating-drawer>header{flex:0 0 auto}.operating-drawer>form{flex:1 1 auto;min-height:0;overflow-y:auto;align-content:start;padding-bottom:0}.operating-drawer>form>footer{position:sticky;z-index:20;bottom:0;margin:4px -22px 0;padding:14px 22px;border-top:1px solid #dfe6ee;background:#fff;box-shadow:0 -10px 24px #18345c14}.operating-drawer .resource-field-row>label{grid-template-rows:auto 42px minmax(34px,auto);align-content:start}.operating-drawer .resource-field-row>label>small{margin:0;color:#748195;font-size:11px;font-weight:400;line-height:1.45}.ad-preview-summary{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:12px 0;padding:12px;border:1px solid #dbe6e7;border-radius:8px;background:#f7fbfb}.ad-preview-summary p{display:grid;gap:4px;margin:0;padding:9px;background:#fff;border:1px solid #e4ebef;border-radius:6px}.ad-preview-summary p span{color:#748195;font-size:11px}.ad-preview-summary label{grid-column:1/-1}.ad-preview-summary label small{color:#667587;font-size:11px;font-weight:400}@media(max-width:760px){.ad-preview-summary{grid-template-columns:1fr}}.cash-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 16px}.cash-action-grid>button{min-height:86px;display:flex;align-items:center;gap:13px;padding:15px;text-align:left;border:1px solid #dce4ee;border-radius:10px;background:#fff;color:#202b3c}.cash-action-grid>button:hover{border-color:#86b7ae;background:#f8fcfb;box-shadow:0 6px 18px #194c4514}.cash-action-grid>button>span:last-child{display:grid;gap:4px}.cash-action-grid small{color:#738094;line-height:1.4}.cash-action-icon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:9px;font-weight:800}.cash-action-icon.income{background:#e8f7f1;color:#087b5b}.cash-action-icon.payment{background:#fff1e8;color:#b84e0b}.cash-action-icon.repayment{background:#edf2ff;color:#3b5ec7}.legacy-ledger-label{display:flex;align-items:baseline;gap:10px;margin:20px 0 9px}.legacy-ledger-label span{color:#7b8798;font-size:12px}.team-accounting-actions{display:flex;gap:8px}.cash-document-drawer{width:760px;max-width:100vw;height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;overscroll-behavior:contain}.cash-document-drawer>header{position:relative;z-index:3;flex:none;background:#fff}.cash-document-drawer>.drawer-form{min-width:0;min-height:0;grid-auto-rows:max-content;align-content:start;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;scroll-padding-bottom:88px}.cash-document-drawer>.drawer-form>*{min-width:0;max-width:100%}.cash-document-drawer>.drawer-form>footer{position:sticky;z-index:4;bottom:0;margin:2px -22px 0;padding:14px 22px 16px;border-top:1px solid #dde4ec;background:#fff;box-shadow:0 -8px 20px #20344e0f}.shop-shipment-overview{margin-top:14px;overflow:hidden}.shop-shipment-overview>header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:15px 17px;border-bottom:1px solid #e4ebf0}.shop-shipment-overview h2{margin:0 0 4px;font-size:17px}.shop-shipment-overview header small,.shop-shipment-overview td small{color:#738094}.shop-shipment-totals{display:flex;gap:18px;color:#6f7c8e;font-size:12px}.shop-shipment-totals b{margin-left:5px;color:#1d3040;font-size:15px;font-variant-numeric:tabular-nums}.shop-shipment-overview td:first-child,.shop-shipment-overview td:nth-child(2),.shop-shipment-overview td:nth-child(7){display:grid;gap:3px}.shop-shipment-empty{min-height:150px;display:grid;place-items:center;align-content:center;gap:6px;color:#738094;text-align:center}.shop-shipment-empty svg{width:25px;color:#0b8c81}@media(max-width:760px){.shop-shipment-overview>header{align-items:flex-start;flex-direction:column}.shop-shipment-totals{flex-wrap:wrap}}.cash-document-drawer>header p{margin:4px 0 0;color:#758195;font-size:12px}.cash-split-editor{min-height:max-content;border:1px solid #dce4ee;border-radius:10px;overflow:hidden}.cash-split-editor>header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#f7f9fc;border-bottom:1px solid #e3e8ef}.cash-split-editor>header div{display:grid;gap:2px}.cash-split-editor>header small{color:#748095}.cash-split-editor>header button{display:flex;align-items:center;gap:5px;border:1px solid #b9d1cd;border-radius:7px;background:#fff;color:#087b6b;padding:7px 10px}.cash-split-editor>header button span{display:inline-grid;min-width:20px;height:20px;place-items:center;border-radius:10px;background:#e8f5f2;font-size:12px;font-variant-numeric:tabular-nums}.cash-split-editor svg{width:15px}.cash-split-row{display:grid;grid-template-columns:26px 154px 150px minmax(170px,1fr) 138px 32px;gap:7px;padding:10px;border-bottom:1px solid #edf0f4}.cash-split-index{align-self:center;color:#758195;font-size:12px;text-align:center}.cash-split-team-placeholder{display:flex;height:38px;align-items:center;padding:0 9px;border:1px solid #e1e7ee;border-radius:7px;background:#f7f9fb;color:#687589;font-size:12px}.cash-split-row>input,.cash-split-row>select{width:100%;height:38px;padding:0 9px;border:1px solid #d5deea;border-radius:7px;background:#fff;min-width:0}.cash-split-row>select,.purchase-fields select{padding:0 30px 0 10px!important;line-height:normal;text-overflow:clip}.ledger-account-actions{display:flex;align-items:center;gap:9px}.account-manage-button{height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;border:1px solid #b9d1cd;border-radius:6px;background:#fff;color:#087b6b;font-size:13px;font-weight:650;white-space:nowrap}.account-manage-button:hover{border-color:#078f87;background:#f3faf8}.account-manage-button svg{width:17px}.cash-split-row>button{width:32px;height:38px;border:0;background:transparent;color:#8a96a7}.cash-split-row>button svg{width:16px}.cash-split-total{display:flex;justify-content:flex-end;gap:24px;padding:11px 14px;background:#fbfcfe}.cash-split-total.warning span:last-child{color:#c2412d}.cash-split-total.ready span:last-child{color:#07845d}.voucher-dropzone{display:grid;place-items:center;gap:4px;min-height:118px;padding:16px;border:1px dashed #9fb5c8;border-radius:10px;background:#f8fafc;cursor:pointer;outline:0}.voucher-dropzone:hover,.voucher-dropzone.dragging,.voucher-dropzone:focus-visible{border-color:#159383;background:#f0faf7;box-shadow:0 0 0 3px #1593831a}.voucher-dropzone svg{width:24px;color:#168b7e}.voucher-dropzone span{color:#758195;font-size:12px}.cash-file-list{display:grid;gap:7px}.cash-file-list>span{display:grid;grid-template-columns:1fr auto 30px;align-items:center;gap:10px;padding:9px 11px;border:1px solid #e0e6ee;border-radius:8px}.cash-file-list small{color:#7b8798}.cash-file-list button{border:0;background:transparent;color:#7b8798}.cash-file-list svg{width:15px}.repayment-preview{display:grid;gap:7px;padding:13px;border:1px solid #dce5ef;border-radius:9px;background:#f8fafc}.repayment-preview>span{color:#758195}.repayment-preview p{display:flex;justify-content:space-between;margin:0;padding-top:7px;border-top:1px solid #e5eaf1}.repayment-preview strong{color:#087b68}.team-accounting-actions button{display:flex;align-items:center;gap:5px}.cash-payment-mode{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:4px;border:1px solid #dce4ee;border-radius:10px;background:#f4f7fa;overflow:hidden}.cash-payment-mode button{display:grid;gap:3px;padding:11px 13px;text-align:left;border:1px solid transparent;border-radius:8px;background:transparent;color:#344154}.cash-payment-mode button small{color:#778398}.cash-payment-mode button.active{border-color:#8fc8bf;background:#fff;color:#087b68;box-shadow:0 2px 7px #114d4514}.purchase-payment-editor{position:relative;min-height:max-content;min-width:0;max-width:100%;overflow:hidden;border:1px solid #dce4ee;border-radius:10px;background:#fff}.purchase-payment-editor>header,.purchase-allocation-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#f7f9fc;border-bottom:1px solid #e3e8ef}.purchase-payment-editor header div,.purchase-allocation-head div{display:grid;gap:2px}.purchase-payment-editor small{color:#748095}.purchase-fields{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:10px;padding:13px}.purchase-fields label{position:relative;display:grid;align-content:start;gap:6px;font-weight:650}.purchase-fields input,.purchase-fields select,.purchase-allocation-row input,.purchase-allocation-row select{width:100%;height:40px;min-width:0;padding:0 10px;border:1px solid #d5deea;border-radius:7px;background:#fff}.purchase-sku-results{position:absolute;z-index:8;top:68px;left:0;right:0;max-height:240px;overflow:auto;border:1px solid #cdd9e5;border-radius:8px;background:#fff;box-shadow:0 12px 28px #192c4529}.purchase-sku-results button{width:100%;display:flex;gap:10px;padding:9px 11px;text-align:left;border:0;border-bottom:1px solid #edf1f5;background:#fff}.purchase-sku-results button:hover{background:#eef8f6}.purchase-sku-results span{color:#69778b}.purchase-allocation-head{border-top:1px solid #e3e8ef}.purchase-allocation-head button{display:flex;align-items:center;gap:5px;padding:7px 10px;border:1px solid #b9d1cd;border-radius:7px;background:#fff;color:#087b6b}.purchase-allocation-head svg{width:15px}.purchase-team-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:12px 13px;border-bottom:1px solid #edf0f4}.purchase-team-picker label{display:flex;align-items:center;gap:9px;min-height:52px;padding:8px 11px;border:1px solid #d8e1eb;border-radius:8px;background:#fff;cursor:pointer;min-width:0}.purchase-team-picker label:hover{border-color:#9bbfb9;background:#f8fcfb}.purchase-team-picker label.selected{border-color:#4aa89b;background:#eef9f6;box-shadow:0 0 0 2px #1a8f7f14}.purchase-team-picker input{width:17px;height:17px;accent-color:#0a8a78}.purchase-team-picker span{display:grid;gap:2px;min-width:0}.purchase-team-picker b,.purchase-team-picker small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.purchase-team-picker small{font-weight:400}.purchase-team-empty{padding:10px 13px;border-bottom:1px solid #edf0f4;color:#758195;background:#fbfcfd;font-size:12px}.purchase-allocation-row{display:grid;grid-template-columns:minmax(180px,1fr) 150px 170px 34px;gap:8px;padding:10px 13px;border-bottom:1px solid #edf0f4}.purchase-team-name{align-self:center;padding-left:4px;color:#273548}.purchase-allocation-row>button{width:34px;height:40px;border:0;background:transparent;color:#8491a3}.purchase-allocation-row svg{width:16px}.purchase-result-title{display:flex;align-items:baseline;gap:10px;padding:13px 14px 8px;border-top:1px solid #e3e8ef}.purchase-result-table{margin:0 13px 13px;border:1px solid #dce4ee;border-radius:8px;overflow:hidden}.purchase-result-table>div{display:grid;grid-template-columns:minmax(180px,1fr) 140px 160px;align-items:center;min-height:42px;padding:0 12px;border-bottom:1px solid #e8edf2;font-variant-numeric:tabular-nums;min-width:0}.purchase-result-table>div>*{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.purchase-result-table>div:last-child{border-bottom:0}.purchase-result-table .head{min-height:34px;background:#f5f7fa;color:#6e7b8e;font-size:12px}.purchase-result-table .company-row{background:#f0faf7;color:#087b68}.purchase-result-table.purchase-invalid .company-row{background:#fff7f5;color:#b83f2d}@media(max-width:900px){.cash-action-grid{grid-template-columns:1fr}.cash-split-row{grid-template-columns:26px 1fr 1fr}.cash-split-row>button{grid-column:3;justify-self:end}.cash-document-drawer{width:100vw}.ledger-account-actions{width:100%;flex-wrap:wrap}.team-accounting-actions{flex-wrap:wrap}.purchase-fields,.purchase-allocation-row{grid-template-columns:1fr 1fr}.purchase-team-picker{grid-template-columns:1fr}.purchase-allocation-row>button{grid-column:2;justify-self:end}.purchase-result-table>div{grid-template-columns:1fr 90px 120px}}@media(max-width:620px){.cash-payment-mode,.purchase-fields,.purchase-team-picker,.purchase-allocation-row{grid-template-columns:1fr}.cash-split-row{grid-template-columns:26px 1fr}.cash-split-row>button{grid-column:2}.purchase-allocation-row>button{grid-column:1}.purchase-result-table>div{grid-template-columns:minmax(0,1fr) 78px 105px;padding:0 9px}}.drawer-inline-error{margin:14px 22px 0;padding:10px 12px;border:1px solid #f2b8b5;border-radius:7px;background:#fff3f2;color:#b42318;font-size:13px;line-height:1.5}.cash-counterparty-cell{display:grid;gap:2px;min-width:132px}.cash-counterparty-cell small{color:var(--muted, #64748b);font-size:12px;font-weight:400;overflow-wrap:anywhere}.version-update-notice{position:fixed;z-index:48;top:82px;right:24px;width:min(380px,calc(100vw - 32px));display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 14px;border:1px solid #bfd8d3;border-radius:10px;background:#fff;box-shadow:0 14px 35px #19304229}.version-update-notice div{display:grid;gap:3px}.version-update-notice span{color:#667487;font-size:12px}.version-update-notice button{flex:none;min-height:36px;padding:0 12px;border:1px solid #168c7e;border-radius:7px;background:#fff;color:#087b6b;font-weight:650}.version-update-notice button:disabled{border-color:#d8e0e8;color:#8a96a6;cursor:not-allowed}.account-empty-warning{color:#b54708!important;font-weight:500}.upload-subarea-tabs.two{grid-template-columns:repeat(2,minmax(0,1fr))}.cash-guidance{border-left-color:#0f766e}@media(max-width:900px){.upload-subarea-tabs.two{grid-template-columns:1fr}}.batch-status{display:inline-flex;width:max-content;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:700}.batch-status.confirmed{color:#087f75;background:#e7f7f4}.batch-detail-drawer{width:min(680px,96vw)}.batch-detail-summary{display:grid;grid-template-columns:1fr 1fr;gap:9px}.batch-detail-summary span{display:grid;gap:4px;padding:11px;border:1px solid #dce6ea;border-radius:7px;background:#f8fbfb}.batch-detail-summary small,.batch-team-payment article small{color:#718092}.batch-team-payment,.batch-cost-history{border:1px solid #dce5e9;border-radius:8px;overflow:hidden}.batch-team-payment>header{display:flex;justify-content:space-between;gap:12px;padding:11px 13px;background:#f4f8f8}.batch-team-payment article{display:flex;justify-content:space-between;gap:16px;padding:11px 13px;border-top:1px solid #e5ecef}.batch-team-payment article span{display:grid;gap:3px}.batch-team-payment article span:last-child{text-align:right}.batch-team-payment>p{margin:0;padding:13px;color:#718092}.batch-cost-history{padding:12px}.batch-cost-history>div{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:9px}.batch-cost-history span{display:flex;justify-content:space-between;padding:8px;background:#f5f8f9;border-radius:6px}.batch-cost-history>small{display:block;margin-top:9px;color:#718092}.batch-edit-title{margin:2px 0 -4px;font-size:15px}.ledger-batch-link{height:32px;padding:0 10px;border:1px solid #a9cfca;border-radius:6px;background:#f2faf8;color:#087f75;white-space:nowrap}@media(max-width:720px){.batch-detail-drawer{width:100vw}.batch-detail-summary,.batch-cost-history>div{grid-template-columns:1fr}.batch-team-payment>header,.batch-team-payment article{align-items:flex-start;flex-direction:column}.batch-team-payment article span:last-child{text-align:left}}:root{font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;color:#142033;background:#f4f7fa}.tiktok-app{min-height:100vh;background:#f5f7fa}.global-nav{height:68px;display:flex;align-items:stretch;background:#08172b;color:#dce6f2;box-shadow:0 2px 8px #06101f22}.brand{width:290px;display:flex;align-items:center;padding:0 28px;font-size:22px;font-weight:800;letter-spacing:.5px;background:#0b1d34}.global-nav nav{display:flex;flex:1}.global-nav nav button{position:relative;display:flex;align-items:center;gap:9px;padding:0 22px;border:0;background:transparent;color:#d5deea;font-size:15px;font-weight:600;white-space:nowrap}.global-nav nav button:hover{background:#10243d}.global-nav nav button.active{color:#fff;background:#10243d}.global-nav nav button.active:after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:4px;background:#19c4b4}.profile{display:flex;align-items:center;gap:10px;padding:0 22px}.profile>svg{width:19px}.profile .avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#087f75;color:#fff}.profile .signout{border:0;background:transparent;color:#93a6bc;padding:5px}.profile .signout svg{width:18px}.main-canvas{padding:0 28px 36px;max-width:1800px;margin:auto}.main-canvas .operating-title{margin:0 -28px 22px;padding:18px 28px;background:#fff;border-bottom:1px solid #dce3eb}.main-canvas .operating-title h1{font-size:28px}.main-canvas .operating-title>div:first-child{display:flex;flex-direction:column-reverse}.main-canvas .operating-title small{align-self:flex-end}.main-canvas .operating-kpis article{border-radius:7px;box-shadow:0 1px 2px #1220350a}.main-canvas .surface{border-radius:7px;box-shadow:0 1px 2px #1220350a}.main-canvas .allocation-strip{margin-top:14px}.org-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:16px}.org-grid article{padding:22px}.org-grid h2{margin:0 0 18px}.org-tree{border-left:2px solid #1aa99d;padding-left:18px}.org-tree>p{display:flex;justify-content:space-between;padding:14px;margin:10px 0;background:#f6fafb;border:1px solid #e0e8ed;border-radius:6px}.org-tree small{color:#6d7a8d}.role-row{display:grid;grid-template-columns:100px 1fr auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid #e7ecf1}.role-row span{color:#637185}.role-row em{font-style:normal;color:#087f75;background:#e8f7f5;padding:5px 9px;border-radius:4px}.permission-note{display:flex;align-items:center;gap:10px;margin-top:18px;padding:14px;background:#f1f7f8;color:#42636a}.permission-note svg{width:20px;color:#087f75}@media(max-width:1100px){.global-nav{height:auto;flex-wrap:wrap}.brand{height:60px}.global-nav nav{order:3;width:100%;overflow:auto}.global-nav nav button{height:52px;padding:0 15px}.org-grid{grid-template-columns:1fr}.profile{margin-left:auto}}@media(max-width:700px){.brand{width:auto;font-size:18px;padding:0 16px}.profile b,.profile>svg{display:none}.main-canvas{padding:0 12px 24px}.main-canvas .operating-title{margin:0 -12px 14px;padding:15px 12px}.global-nav nav button{font-size:13px}.global-nav nav button svg{display:none}}.tiktok-app button{transition:background .16s ease,border-color .16s ease,color .16s ease,transform .12s ease,box-shadow .16s ease}.tiktok-app button:not(:disabled):active{transform:translateY(1px)}.tiktok-app button:disabled{cursor:not-allowed;opacity:.55}.tiktok-app .primary{background:#078c82;border-color:#078c82;color:#fff}.tiktok-app .primary:hover:not(:disabled){background:#06796f;filter:none;transform:translateY(-1px);box-shadow:0 5px 14px #078c8229}.tiktok-app button:focus-visible{outline:3px solid #4fd1c555;outline-offset:2px}.session-restoring{min-height:100dvh;display:grid;place-content:center;justify-items:center;gap:14px;background:#f5f7fa;color:#526174}.session-restoring div{width:34px;height:34px;border:3px solid #d6e5e4;border-top-color:#078c82;border-radius:50%;animation:session-spin .8s linear infinite}@keyframes session-spin{to{transform:rotate(360deg)}}.main-canvas>.success{position:fixed;z-index:100;top:82px;right:24px;min-width:280px;box-shadow:0 14px 36px #1422352e;border:1px solid #b8e5d7;background:#fff;color:#087f47;animation:toast-in .18s ease}@keyframes toast-in{0%{opacity:0;transform:translateY(-8px)}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.tiktok-app{height:100dvh;min-height:0;display:flex;flex-direction:column;overflow:hidden}.global-nav{flex:0 0 68px;z-index:20}.main-canvas{width:100%;max-width:none;flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain}.operating-title{position:sticky;top:0;z-index:12}.main-canvas>.success{position:fixed}@media(max-width:1100px){.tiktok-app{overflow:hidden}.global-nav{flex-basis:120px}.main-canvas{overflow-y:auto}}:root{--nav:#08172b;--teal:#078f87;--teal2:#53b9b3;--line:#dce3e9;--text:#101827;--muted:#6d7888;--page:#f5f7f9}.tiktok-app{background:var(--page);color:var(--text)}.global-nav{height:62px;flex-basis:62px;background:var(--nav);box-shadow:0 1px 6px #08172b33}.brand{width:315px;padding:0 30px;background:#0a1b31;color:#fff;font-size:21px;font-weight:750;letter-spacing:.02em}.global-nav nav{gap:0}.global-nav nav button{min-width:132px;padding:0 19px;color:#d9e1ec;font-size:15px;font-weight:550}.global-nav nav button svg{width:19px}.global-nav nav button.active{background:#10253e;color:#fff}.global-nav nav button.active:after{left:10px;right:10px;height:4px;background:#20c7b8}.profile .avatar{background:#07877f}.main-canvas{max-width:none;padding:0 28px 36px;background:var(--page)}.main-canvas .operating-title{height:94px;margin:0 -28px 22px;padding:0 28px;display:flex;align-items:center;background:#fff;border-bottom:1px solid var(--line)}.main-canvas .operating-title>div:first-child{display:block}.main-canvas .operating-title h1{font-size:28px;font-weight:750;letter-spacing:-.02em}.main-canvas .operating-title small{position:absolute;right:30px;top:72px;color:#384455;font-size:14px}.operating-title input{height:44px;min-width:240px;padding:0 16px;border:1px solid var(--line);border-radius:7px;background:#fff;font-size:15px}.operating-title span{height:38px;padding:0 14px;border-radius:6px}.owner-ledger{max-width:1640px;margin:auto}.reference-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:14px}.reference-kpis article{height:118px;display:flex;align-items:center;gap:18px;padding:20px 22px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 1px 2px #1220350a}.reference-kpis i{width:56px;height:56px;flex:0 0 56px;display:grid;place-items:center;border-radius:50%;color:#fff}.reference-kpis i.teal{background:linear-gradient(145deg,#0a9c93,#006f69)}.reference-kpis i.amber{background:linear-gradient(145deg,#ffab00,#e37700)}.reference-kpis i.red{background:linear-gradient(145deg,#ff6259,#d92f2a)}.reference-kpis i svg{width:27px;height:27px}.reference-kpis article>div{min-width:0}.reference-kpis span{display:flex;align-items:center;gap:5px;color:#263244;font-size:14px}.reference-kpis span svg{width:14px;color:#8b96a4}.reference-kpis strong{display:block;margin:5px 0 3px;color:#111827;font-size:27px;line-height:1.15;font-weight:750;letter-spacing:-.03em}.reference-kpis small{color:#7b8695;font-size:12px}.surface{background:#fff!important;border:1px solid var(--line)!important;border-radius:8px!important;box-shadow:0 1px 2px #12203508!important}.allocation-strip{margin:0 0 14px!important}.allocation-strip header{height:58px;padding:0 20px!important}.allocation-strip header h2,.team-profit h2,.data-quality h2,.daily-chart h2,.activity-list h2{font-family:inherit!important;font-size:16px!important;font-weight:720}.allocation-strip header small{display:none}.allocation-strip header button:not(.primary):not(.confirm){display:none}.allocation-bar{height:62px;padding:0 20px 19px!important;display:flex;align-items:flex-end}.allocation-bar div{height:14px!important;position:relative;overflow:visible!important;padding:0!important;border-right:2px solid #fff;background:#078f87!important;color:transparent!important;border-radius:4px 0 0 4px!important}.allocation-bar div:nth-child(2){background:#087d76!important;border-radius:0!important}.allocation-bar div:nth-child(3){background:#62bbb6!important;border-radius:0 4px 4px 0!important}.allocation-bar div:before{content:attr(data-label);position:absolute;left:50%;bottom:23px;transform:translate(-50%);color:#263244;white-space:nowrap}.allocation-bar div b{position:absolute;left:50%;top:22px;transform:translate(-50%);color:#344052!important;font-size:14px!important;white-space:nowrap}.operating-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(360px,.95fr);gap:14px;margin-bottom:14px}.team-profit h2,.data-quality h2{height:48px;margin:0;padding:16px 20px 0}.team-profit table{width:100%;font-size:13px}.team-profit th{height:36px;padding:0 12px;background:#f6f8fa;color:#4c5868;font-weight:600;border-color:var(--line)}.team-profit td{height:48px;padding:0 12px;border-color:var(--line);white-space:nowrap}.team-profit td:first-child b{display:inline}.data-quality{padding-bottom:12px}.quality-row{display:grid!important;grid-template-columns:92px 1fr 74px;align-items:center;gap:12px;margin:0!important;padding:10px 20px!important;border:0!important}.quality-row>span{font-size:13px}.quality-row>i{height:7px;overflow:hidden;border-radius:9px;background:#dce5e8}.quality-row>i b{display:block;height:100%;border-radius:9px;background:#078f87}.quality-row>em{font-size:12px;font-style:normal;text-align:right;color:#5e6b7b}.quality-alert{width:calc(100% - 40px);height:39px;margin:7px 20px 0;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid var(--line);border-radius:5px;background:#fffaf3;color:#e18300}.quality-alert svg{width:18px}.quality-alert span{margin-left:auto;font-size:20px}.dashboard-lower{display:grid;grid-template-columns:1.1fr .95fr;gap:14px}.daily-chart,.activity-list{min-height:232px}.daily-chart header,.activity-list header{height:49px;padding:15px 20px;border-bottom:0}.profit-trend{height:174px;padding:0 20px 12px}.profit-trend svg{width:100%;height:142px;overflow:visible}.profit-trend svg line{stroke:#d8e0e5;stroke-width:1}.profit-trend svg polyline{fill:none;stroke:#078f87;stroke-width:3;stroke-linejoin:round;stroke-linecap:round}.profit-trend>div{display:flex;justify-content:space-between;color:#768293;font-size:11px}.activity-list p{min-height:42px;margin:0 18px;padding:7px 5px!important;display:grid!important;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;border-bottom:1px solid #edf0f3}.activity-team{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#078f87;color:#fff;font-size:12px;font-weight:700}.activity-list p b{font-size:13px}.activity-list p small{display:block;margin-top:2px;color:#8a94a1;font-size:10px}.activity-list p em{padding:4px 9px;border-radius:4px;background:#e5f5f2;color:#087a72;font-size:11px;font-style:normal}.positive{color:#078f87!important}.negative{color:#e3483f!important}.warning{color:#e18400!important}@media(max-width:1250px){.brand{width:250px}.global-nav nav button{min-width:auto;padding:0 13px}.reference-kpis{grid-template-columns:repeat(2,1fr)}.operating-grid,.dashboard-lower{grid-template-columns:1fr}}@media(max-width:720px){.reference-kpis{grid-template-columns:1fr}.main-canvas{padding:0 12px}.main-canvas .operating-title{margin:0 -12px 15px}.operating-grid{display:block}.data-quality{margin-top:14px}.reference-kpis article{height:104px}.global-nav{height:auto;flex-wrap:wrap}.brand{height:58px}.global-nav nav{order:3;overflow:auto}.global-nav nav button{height:50px}.profile{margin-left:auto}}.sku-cost-workbench{max-width:1640px;margin:auto}.sku-toolbar{display:flex;align-items:center;justify-content:space-between;margin:0 0 16px;padding:2px 0}.sku-toolbar h2{margin:0 0 6px;font-size:21px}.sku-toolbar p{margin:0;color:#687587;font-size:13px}.sku-toolbar>div:last-child{display:flex;gap:10px}.sku-toolbar button{height:40px;padding:0 16px;border:1px solid #d7dfe6;border-radius:6px;background:#fff}.sku-summary{display:flex;gap:34px;margin-bottom:13px;padding:13px 18px;border:1px solid #dde4e9;border-radius:7px;background:#eef3f5;color:#647182;font-size:13px}.sku-summary b{margin-right:5px;color:#172131;font-size:18px}.sku-warehouse-table{overflow:auto}.sku-warehouse-table table{width:100%;min-width:1200px;border-collapse:collapse}.sku-warehouse-table th{height:54px;padding:0 15px;background:#f6f8fa;border-bottom:1px solid #dde4e9;color:#4e5b6c;text-align:left;font-size:12px}.sku-warehouse-table th small{display:block;margin-top:3px;color:#96a0ac;font-weight:400}.sku-warehouse-table td{height:88px;padding:10px 15px;border-bottom:1px solid #e8edf0;font-size:13px}.sku-warehouse-table td>small{display:block;margin-top:5px;color:#8a95a2}.image-col{width:96px}.sku-code{font-family:SFMono-Regular,Consolas,monospace;color:#17283f}.sku-photo{width:62px;height:62px;display:grid;place-items:center;overflow:hidden;border:1px solid #dce3e8;border-radius:7px;background:#f1f4f5;color:#a1abb4}.sku-photo img{width:100%;height:100%;object-fit:cover}.sku-photo svg{width:23px}.warehouse-price,.missing-price{width:132px;min-height:52px;padding:7px 9px;border-radius:5px;text-align:left}.warehouse-price{border:1px solid transparent;background:#f2f8f7;color:#087c74}.warehouse-price:hover{border-color:#9fd4cf;background:#e9f5f3}.warehouse-price b{display:block;font-size:15px}.warehouse-price small{display:block;margin-top:4px;color:#71807f;font-size:10px}.missing-price{border:1px dashed #c6d0d7;background:#fff;color:#697787;text-align:center}.missing-price:hover{border-color:#078f87;color:#078f87;background:#f4faf9}.selected-product{display:grid;gap:4px;margin-bottom:18px;padding:14px 15px;border-left:3px solid #078f87;background:#f1f6f6}.selected-product b{font-family:SFMono-Regular,Consolas,monospace}.selected-product span{font-size:14px}.selected-product small{color:#078279}@media(max-width:720px){.sku-toolbar{align-items:flex-start;gap:15px}.sku-toolbar,.sku-toolbar>div:last-child{flex-direction:column}.sku-summary{gap:12px;overflow:auto}.sku-summary span{white-space:nowrap}}.sku-live-search{width:min(560px,100%);height:42px;display:flex;align-items:center;gap:9px;margin:0 0 13px;padding:0 12px;border:1px solid #ccd8de;border-radius:7px;background:#fff;color:#73818f;transition:border-color .16s ease,box-shadow .16s ease}.sku-live-search:focus-within{border-color:#078f87;box-shadow:0 0 0 3px #078f871f}.sku-live-search>svg{width:18px;flex:0 0 auto}.sku-live-search input{min-width:0;flex:1;height:100%;border:0;outline:0;background:transparent;color:#172131;font-size:14px}.sku-live-search input::-webkit-search-cancel-button{display:none}.sku-live-search button{width:28px;height:28px;display:grid;place-items:center;padding:0;border:0;border-radius:5px;background:transparent;color:#74818d;cursor:pointer}.sku-live-search button:hover{background:#eef4f4;color:#087f78}.sku-live-search button svg{width:16px}.sku-live-search span{padding-left:11px;border-left:1px solid #e0e7ea;font-size:12px;white-space:nowrap}.sku-search-empty{min-height:320px}@media(max-width:640px){.sku-live-search span{display:none}}.sku-account-entry{max-width:1640px;margin:0 auto -42px;position:relative;z-index:2;display:flex;justify-content:flex-end}.sku-account-entry button{height:40px;display:flex;align-items:center;gap:7px;margin-right:150px;padding:0 14px;border:1px solid #d7dfe6;border-radius:6px;background:#fff;color:#354254}.sku-account-entry svg{width:17px}.type-choice{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 18px;padding:0;border:0}.type-choice legend{width:100%;margin-bottom:7px;font-size:13px;font-weight:650}.type-choice label{display:block}.type-choice input{position:absolute;opacity:0;pointer-events:none}.type-choice span{min-width:76px;height:38px;display:grid;place-items:center;padding:0 14px;border:1px solid #d8e0e6;border-radius:5px;background:#fff;color:#526071;font-size:13px;cursor:pointer}.type-choice input:checked+span{border-color:#078f87;background:#e9f6f4;color:#087b74;font-weight:650}.account-drawer label>small{display:block;margin-top:6px;color:#7d8998;font-size:11px;line-height:1.45}@media(max-width:720px){.sku-account-entry{margin:0 0 12px}.sku-account-entry button{margin:0}}.sku-import-zone{max-width:1640px;margin:0 auto 16px;min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 17px;border:1px solid #d7e2e6;border-left:4px solid #078f87;border-radius:7px;background:#fff}.sku-import-zone>div{display:flex;align-items:center;gap:12px}.sku-import-zone>div:first-child>svg{width:28px;color:#087f78}.sku-import-zone span{display:grid;gap:4px}.sku-import-zone small{color:#758292;font-size:12px}.sku-import-zone a,.sku-import-zone label{height:40px;display:flex;align-items:center;gap:7px;padding:0 14px;border:1px solid #d5dee5;border-radius:6px;background:#fff;color:#344152;font-size:13px;text-decoration:none;cursor:pointer}.sku-import-zone a:hover{border-color:#078f87;color:#078f87}.sku-import-zone .primary{background:#078f87;color:#fff}.sku-import-zone svg{width:17px}.sku-import-zone input{display:none}.preview-kpis{display:flex;gap:10px;flex-wrap:wrap}.preview-kpis b{padding:9px 12px;border-radius:5px;background:#f1f5f6}.preview-errors{max-height:150px;overflow:auto;margin:14px 0;padding:10px 13px;border:1px solid #f0c7c4;background:#fff7f6;color:#a83a35}.preview-errors p{margin:5px 0}@media(max-width:760px){.sku-import-zone,.sku-import-zone>div{align-items:flex-start;flex-direction:column}.sku-import-zone>div:last-child{width:100%;flex-direction:row}.sku-import-zone a,.sku-import-zone label{flex:1;justify-content:center}}.import-preview .table-wrap{max-height:58vh}.import-preview table{min-width:980px}.sku-import-image{width:62px;height:62px;display:grid;place-items:center;border-radius:7px;font-size:11px;line-height:1.25;text-align:center;overflow:hidden}.sku-import-image.matched{border:1px solid #bddbd8;background:#eef8f7;color:#087f78}.sku-import-image.missing{border:1px dashed #ccd7dc;background:#f7f9fa;color:#87939f}.sku-import-image img{width:100%;height:100%;display:block;object-fit:cover}.product-drawer{width:min(620px,100vw)!important}.product-image-field{padding:14px;border:1px dashed #b9c7d1;border-radius:7px;background:#f7f9fa}.product-image-field input{margin-top:9px;padding:9px;background:#fff}.product-image-field small{display:block;margin-top:6px;color:#758292}.warehouse-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.warehouse-form-grid label{margin:0}.warehouse-form-grid input{font-variant-numeric:tabular-nums}@media(max-width:600px){.warehouse-form-grid{grid-template-columns:1fr}}.product-image-paste{min-height:148px;border:1px dashed #a9bec9;border-radius:8px;background:#f7fafb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:20px;color:#566777;text-align:center;cursor:copy;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.product-image-paste>svg{width:28px;height:28px;color:#078f86}.product-image-paste>b{font-size:15px;color:#1d2d3d}.product-image-paste>span{font-size:13px}.product-image-paste>small{font-size:12px;color:#7c8b98}.product-image-paste:hover,.product-image-paste:focus-visible{border-color:#07998f;background:#f0faf8;box-shadow:0 0 0 3px #07998f1a;outline:none}.product-image-paste.dragging{border-color:#078f86;background:#e9f8f5;box-shadow:0 0 0 4px #078f8621;transform:translateY(-1px)}.product-image-paste:has(>img){min-height:112px;display:grid;grid-template-columns:88px minmax(0,1fr) auto;align-items:center;text-align:left;cursor:default}.product-image-paste>img{width:88px;height:88px;object-fit:cover;border-radius:7px;border:1px solid #d7e1e6;background:#fff}.product-image-paste>img+span{min-width:0;display:flex;flex-direction:column;gap:6px}.product-image-paste>img+span b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1d2d3d}.product-image-paste>img+span small{color:#7c8b98}.product-image-paste>button{display:inline-flex;align-items:center;gap:4px;border:1px solid #d5dfe4;background:#fff;color:#536572;border-radius:6px;padding:7px 10px;cursor:pointer}.product-image-paste>button svg{width:14px;height:14px}.product-image-paste>button:hover{border-color:#d95b58;color:#c33d39;background:#fff8f7}@media(max-width:600px){.product-image-paste:has(>img){grid-template-columns:72px minmax(0,1fr)}.product-image-paste>img{width:72px;height:72px}.product-image-paste>button{grid-column:1/-1;justify-self:stretch;justify-content:center}}.operating-title>div:last-child{min-width:0}.date-range-filter{position:relative!important;flex:0 0 290px!important;width:290px!important}.date-range-panel{left:auto!important;right:0!important;width:460px!important;max-width:min(460px,calc(100vw - 32px))!important}@media(max-width:760px){.date-range-filter{flex:1 1 auto!important;width:100%!important}.date-range-panel{left:0!important;right:0!important;width:100%!important;max-width:none!important}}.reference-overview .allocation-strip{overflow:visible!important;margin-bottom:18px!important}.reference-overview .allocation-strip header{height:60px!important}.reference-overview .allocation-bar{height:92px!important;min-height:92px!important;padding:30px 24px 34px!important;overflow:visible!important;align-items:center!important}.reference-overview .allocation-bar>div{height:14px!important;flex:none;overflow:visible!important}.reference-overview .allocation-bar>div:before{bottom:24px!important;line-height:20px}.reference-overview .allocation-bar>div b{top:24px!important;line-height:20px}.reference-overview .operating-grid{clear:both;margin-top:0!important}@media(max-width:760px){.reference-overview .allocation-bar{height:86px!important;min-height:86px!important;padding-left:14px!important;padding-right:14px!important}.reference-overview .allocation-bar>div:before,.reference-overview .allocation-bar>div b{font-size:11px!important}}.upload-actions>label,.upload-actions>button{cursor:pointer!important;transition:transform .16s ease,border-color .16s ease,background-color .16s ease,box-shadow .16s ease,color .16s ease!important}.upload-actions>label:hover,.upload-actions>button:hover{border-color:#078f87!important;background:#f0faf8!important;box-shadow:0 6px 18px #078f871a!important;transform:translateY(-2px)}.upload-actions>label:hover svg,.upload-actions>button:hover svg{color:#067b74!important;transform:scale(1.06)}.upload-actions svg{transition:color .16s ease,transform .16s ease}.upload-actions>label:active,.upload-actions>button:active{transform:translateY(0)!important;box-shadow:0 2px 7px #078f8714!important}.upload-actions>label:focus-within,.upload-actions>button:focus-visible{outline:0!important;border-color:#078f87!important;box-shadow:0 0 0 3px #078f8726!important}.upload-actions>label:has(input:disabled),.upload-actions>button:disabled{cursor:not-allowed!important;opacity:.55;transform:none!important;box-shadow:none!important;background:#f4f6f7!important}@media(prefers-reduced-motion:reduce){.upload-actions>label,.upload-actions>button,.upload-actions svg{transition:none!important}.upload-actions>label:hover,.upload-actions>button:hover{transform:none!important}}.upload-actions-three{grid-template-columns:repeat(3,minmax(0,1fr))!important}.upload-actions-three>*{min-height:136px}@media(max-width:900px){.upload-actions-three{grid-template-columns:1fr!important}}.manual-ledger{margin-top:16px;overflow:hidden}.manual-ledger>header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px}.manual-ledger h2{margin:0 0 4px;font-size:17px}.manual-ledger header small{color:#7a8796}.manual-ledger header>b{font-size:13px;color:#687585}.manual-ledger td,.manual-ledger th{white-space:nowrap}.income-tag,.expense-tag{padding:4px 8px;border-radius:4px;font-size:11px}.income-tag{background:#e7f6f2;color:#08796f}.expense-tag{background:#fff0ee;color:#bd463e}.manual-entry-drawer{width:min(660px,100vw)!important}.segmented-field{display:flex;gap:8px;margin:0 0 18px;padding:0;border:0}.segmented-field legend{width:100%;margin-bottom:8px;font-size:13px;font-weight:650}.segmented-field input{position:absolute;opacity:0}.segmented-field span{min-width:86px;height:38px;display:grid;place-items:center;border:1px solid #d6dfe6;border-radius:5px;background:#fff;cursor:pointer}.segmented-field input:checked+span{border-color:#078f87;background:#eaf6f4;color:#087c74;font-weight:650}.manual-entry-drawer label>small{display:block;margin-top:6px;color:#788594;font-size:11px}.voucher-drop{display:grid;justify-items:center;gap:6px;padding:20px;border:1px dashed #aebfca;border-radius:7px;background:#f7f9fa;color:#657384;transition:.16s}.voucher-drop.dragging,.voucher-drop:hover{border-color:#078f87;background:#eef8f6}.voucher-drop>svg{width:25px;color:#078f87}.voucher-drop>label{height:34px;margin-top:4px;padding:0 13px;display:grid;place-items:center;border:1px solid #cdd8df;border-radius:5px;background:#fff;color:#334255;cursor:pointer}.voucher-drop input{display:none}.voucher-previews{display:grid;gap:7px;margin-top:10px}.voucher-previews p{display:grid;grid-template-columns:48px 1fr auto 30px;align-items:center;gap:8px;margin:0;padding:8px 10px;border:1px solid #e0e6ea;border-radius:5px}.voucher-previews p>span{font-size:10px;color:#078f87}.voucher-previews p>b{overflow:hidden;text-overflow:ellipsis;font-size:12px}.voucher-previews p>small{color:#85909c}.voucher-previews p>button{width:28px;height:28px;border:0;background:transparent}.voucher-previews svg{width:15px}@media(max-width:700px){.manual-entry-drawer{width:100vw!important}.segmented-field{flex-wrap:wrap}.manual-ledger{overflow:auto}}.upload-subarea-tabs{max-width:1640px;margin:0 auto 16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.upload-subarea-tabs>button{min-height:82px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;padding:14px 16px;border:1px solid #d5e0e5;border-radius:8px;background:#fff;color:#526170;text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.upload-subarea-tabs>button:hover{border-color:#91c7c2;background:#f8fbfb}.upload-subarea-tabs>button.active{border-color:#078f87;background:#eef8f6;box-shadow:inset 0 -3px #078f87}.upload-subarea-tabs>button>svg{width:25px;color:#078f87}.upload-subarea-tabs span{display:grid;gap:4px}.upload-subarea-tabs b{color:#172333;font-size:15px}.upload-subarea-tabs small{color:#74818e;font-size:12px}.upload-subarea-tabs em{min-width:28px;height:28px;display:grid;place-items:center;border-radius:14px;background:#edf2f4;color:#53616e;font-size:12px;font-style:normal}.upload-subarea-tabs .active em{background:#d6eeeb;color:#087c74}.upload-subarea{max-width:1640px;margin:0 auto;overflow:hidden}.upload-subarea>header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 22px;border-bottom:1px solid #e1e8eb}.upload-subarea>header small{color:#078279;font-size:11px;font-weight:650}.upload-subarea>header h2{margin:3px 0 5px;font-size:20px}.upload-subarea>header p{margin:0;color:#6d7a88;font-size:12px}.upload-subarea-primary{height:40px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 15px;border:1px solid #078f87;border-radius:6px;background:#078f87;color:#fff;font-size:13px;font-weight:650;white-space:nowrap;cursor:pointer}.upload-subarea-primary:hover{background:#067c75}.upload-subarea-primary svg{width:17px}.upload-subarea-primary input{display:none}.upload-subarea-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid #e1e8eb;background:#f8fafb}.upload-subarea-summary span{display:grid;gap:4px;padding:13px 20px;border-right:1px solid #e1e8eb}.upload-subarea-summary span:last-child{border-right:0}.upload-subarea-summary small{color:#778492;font-size:11px}.upload-subarea-summary b{color:#172333;font-size:18px;font-variant-numeric:tabular-nums}.upload-subarea-summary .warning b{color:#c24b42}.upload-subarea .import-history{margin:0;border:0;border-radius:0;overflow:auto}.upload-subarea .import-history table,.company-ledger-table table{width:100%;min-width:880px;border-collapse:collapse}.upload-subarea .import-history th,.upload-subarea .import-history td,.company-ledger-table th,.company-ledger-table td{height:48px;padding:0 18px;border-bottom:1px solid #e6ecef;text-align:left;font-size:12px;white-space:nowrap}.upload-subarea .import-history th,.company-ledger-table th{background:#f7f9fa;color:#657280;font-size:11px}.company-ledger-table{overflow:auto}.company-ledger-table table{min-width:1180px}.company-ledger-area .guided-empty,.upload-subarea>.guided-empty{min-height:300px}.upload-subarea button:focus-visible,.upload-subarea-tabs button:focus-visible,.upload-subarea-primary:focus-within{outline:3px solid rgba(7,143,135,.2);outline-offset:2px}@media(max-width:900px){.upload-subarea-tabs{grid-template-columns:1fr}.upload-subarea-tabs>button{min-height:70px}.upload-subarea>header{align-items:flex-start;flex-direction:column}.upload-subarea-summary{grid-template-columns:repeat(2,1fr)}.upload-subarea-summary span:nth-child(2){border-right:0}}@media(max-width:560px){.upload-subarea-summary{grid-template-columns:1fr 1fr}.upload-subarea-summary span{padding:11px 13px}.upload-subarea-primary{width:100%}}.ledger-subtabs{display:flex;gap:4px;padding:10px 20px 0;border-bottom:1px solid #e1e8eb;background:#fff}.ledger-subtabs button{height:38px;padding:0 15px;border:0;border-bottom:2px solid transparent;background:transparent;color:#667482;cursor:pointer}.ledger-subtabs button.active{border-bottom-color:#078f87;color:#087c74;font-weight:650}.upload-attribution-status{display:grid;grid-template-columns:minmax(230px,1.25fr) minmax(170px,.8fr) minmax(190px,.9fr) minmax(210px,1fr) auto;align-items:end;gap:14px;padding:17px 18px;border-top:1px solid #e4e9ee;border-bottom:1px solid #e4e9ee;background:#f5f8f7}.upload-attribution-status>div{display:grid;gap:4px}.upload-attribution-status small,.upload-attribution-status span{color:#738093;font-size:12px}.upload-attribution-status>label{display:grid;gap:7px;color:#3e4b5c;font-size:12px;font-weight:650}.upload-attribution-status select{width:100%;height:42px;padding:0 34px 0 11px;border:1px solid #cbd6df;border-radius:6px;background:#fff;color:#172334;font:inherit}.upload-attribution-status select:disabled{background:#eef2f3;color:#9aa4af}.upload-attribution-result{min-height:42px;padding-left:14px;border-left:3px solid #c8d1d7}.upload-attribution-result.ready{border-color:#0b9488}.upload-attribution-status button{height:42px;padding:0 13px;border:1px solid #98b9b4;border-radius:5px;background:#fff;color:#087f75;font-weight:650;white-space:nowrap}.upload-subarea-primary.disabled{cursor:not-allowed!important;opacity:.48}.upload-subarea-primary.disabled:hover{transform:none!important}@media(max-width:1150px){.upload-attribution-status{grid-template-columns:1fr 1fr}.upload-attribution-status button{justify-self:start}}@media(max-width:700px){.upload-attribution-status{grid-template-columns:1fr}.upload-attribution-status button{justify-self:start}}.member-row{grid-template-columns:36px 110px minmax(180px,1fr) auto!important;padding:13px 0!important}.member-row>span:nth-child(3){display:grid;gap:3px}.member-row>span:nth-child(3) small{color:#7a8797}.member-row em{display:flex;align-items:center;gap:8px}.member-actions{grid-column:3/-1;display:flex!important;justify-content:flex-end;gap:7px}.member-actions button{height:30px;padding:0 9px;border:1px solid #d5dfe8;border-radius:5px;background:#fff;color:#465568}.account-state{padding:3px 6px;border-radius:3px;font-size:11px}.account-state.active{background:#e7f7f3;color:#087f75}.account-state.disabled{background:#f1f2f4;color:#7a8492}.org-workbench{display:grid;grid-template-columns:280px minmax(0,1fr);gap:14px}.org-team-rail{padding:18px}.org-team-rail h2{margin:0 0 14px}.org-tree{display:grid;gap:7px}.org-tree>b{padding:8px 10px;color:#566477;font-size:13px}.org-tree button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:13px;border:1px solid #e0e6ec;border-radius:6px;background:#fff;text-align:left;color:#263648}.org-tree button span{display:grid;gap:4px}.org-tree button small{color:#7a8797}.org-tree button em{font-style:normal;color:#087f75}.org-tree button.active{border-color:#178f84;background:#eef8f6;box-shadow:inset 3px 0 #087f75}.org-resource-board{overflow:hidden}.org-resource-board>header{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid #e4e9ee}.org-resource-board>header h2{margin:3px 0}.org-resource-board>header p{margin:0;color:#728094;font-size:13px}.org-resource-board>header button{height:38px;padding:0 13px;border:0;border-radius:5px;background:#087f75;color:#fff;font-weight:650}.org-resource-tabs{display:flex;gap:22px;padding:0 18px;border-bottom:1px solid #e4e9ee}.org-resource-tabs button{height:44px;border:0;border-bottom:2px solid transparent;background:transparent;color:#687689}.org-resource-tabs button.active{border-color:#087f75;color:#087f75;font-weight:700}.org-resource-board>.member-row,.resource-list{margin:0 18px}.resource-row{display:grid;grid-template-columns:1.15fr 1fr 1fr auto;align-items:center;gap:16px;padding:15px 0;border-bottom:1px solid #e7ecf1}.resource-row>span{display:grid;gap:4px}.resource-row small{color:#7a8797}.resource-row em{font-style:normal}.org-resource-board>.permission-note{margin:16px 18px}.org-resource-board .table-wrap td:first-child{display:grid;gap:3px}.org-resource-board .table-wrap td:first-child small{color:#7a8797}.resource-kind{display:flex;gap:8px}.resource-kind legend,.collaborator-picker legend{margin-bottom:8px;font-weight:650}.resource-kind button{height:38px;flex:1;border:1px solid #d5dfe8;border-radius:5px;background:#fff}.resource-kind button.active{border-color:#087f75;background:#eef8f6;color:#087f75;font-weight:700}.collaborator-picker{display:grid;grid-template-columns:1fr 1fr;gap:8px}.collaborator-picker>label{display:flex!important;align-items:center;gap:9px;padding:9px!important;border:1px solid #e0e6ec;border-radius:5px}.collaborator-picker input{width:16px!important;height:16px!important}.collaborator-picker span{display:grid}.collaborator-picker small{color:#7a8797}.member-resource-panel{margin-top:14px;overflow:hidden}.member-resource-panel>header{display:flex;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #e7ecf1}.member-resource-panel h2{margin:0}.member-detail-grid{display:grid;grid-template-columns:1fr 1fr;margin-top:14px;overflow:hidden}.member-detail-grid>article:first-child{border-right:1px solid #e7ecf1}.member-detail-grid h2{margin:0;padding:16px 18px;border-bottom:1px solid #e7ecf1}.member-detail-grid p{display:flex;align-items:center;justify-content:space-between;margin:0;padding:12px 18px;border-bottom:1px solid #edf1f4}.member-detail-grid p span{display:grid;gap:3px}.member-detail-grid p small{color:#7a8797}.member-detail-grid p em{font-style:normal;font-weight:700}.member-scope-note{padding:13px 16px;border-left:3px solid #087f75;background:#eef8f6;color:#52675f}.org-team-actions{display:flex;align-items:center;gap:8px}.org-team-actions button{height:38px;padding:0 13px;border:1px solid #d5dfe8!important;border-radius:5px;background:#fff!important;color:#405064!important;font-weight:650}.org-team-actions button.primary{border-color:#087f75!important;background:#087f75!important;color:#fff!important}@media(max-width:1000px){.org-workbench{grid-template-columns:1fr}.org-tree{grid-template-columns:repeat(3,1fr)}.org-tree>b{grid-column:1/-1}}@media(max-width:760px){.member-row{grid-template-columns:36px 1fr!important}.member-actions{grid-column:2;justify-content:flex-start}.member-row>span:nth-child(3),.member-row em{grid-column:2}.org-tree,.resource-row{grid-template-columns:1fr}.org-resource-board>header{align-items:flex-start;gap:12px;flex-direction:column}.org-resource-tabs{gap:8px;overflow:auto}.org-resource-tabs button{white-space:nowrap}.collaborator-picker,.member-detail-grid{grid-template-columns:1fr}.member-detail-grid>article:first-child{border-right:0;border-bottom:1px solid #e7ecf1}}.resource-row{grid-template-columns:1.15fr 1fr 1fr auto minmax(150px,auto)}.resource-row-actions{display:flex!important;justify-content:flex-end;gap:7px}.resource-row-actions button{min-height:32px;padding:0 9px;border:1px solid #d5dfe8;border-radius:5px;background:#fff;color:#465568}.resource-row-actions button:hover{border-color:#178f84;color:#087f75;background:#f4fbfa}@media(max-width:760px){.resource-row{grid-template-columns:1fr}.resource-row-actions{justify-content:flex-start}}.sku-import-zone .sku-import-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:nowrap}.sku-import-zone .account-entry{height:40px;display:flex;align-items:center;gap:7px;padding:0 14px;border:1px solid #d5dee5;border-radius:6px;background:#fff;color:#344152;font-size:13px;white-space:nowrap}.sku-import-zone .account-entry:hover{border-color:#078f87;color:#078f87}.sku-import-actions>a,.sku-import-actions>label{flex:0 0 auto;white-space:nowrap}@media(max-width:900px){.sku-import-zone{align-items:flex-start;flex-direction:column}.sku-import-zone .sku-import-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}}@media(max-width:560px){.sku-import-zone .sku-import-actions{display:grid;grid-template-columns:1fr}.sku-import-actions>a,.sku-import-actions>label,.sku-import-actions>.account-entry{width:100%;justify-content:center}}.operating-title .date-range-filter{position:relative!important;width:290px!important;flex:0 0 290px!important}.operating-title .date-range-trigger{width:290px!important;height:40px!important;display:grid!important;grid-template-columns:18px minmax(0,1fr) 16px!important;align-items:center!important;gap:8px!important;padding:0 12px!important}.operating-title .date-range-trigger span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.operating-title .date-range-panel{position:absolute!important;z-index:200!important;top:48px!important;right:0!important;left:auto!important;width:460px!important;max-width:calc(100vw - 32px)!important;display:grid!important;grid-template-columns:120px minmax(0,340px)!important;align-items:stretch!important;overflow:hidden!important;border-radius:8px!important;background:#fff!important}.operating-title .date-range-panel>aside{min-width:0!important;padding:9px!important;display:flex!important;flex-direction:column!important;gap:2px!important;border-right:1px solid #e4eaf1!important}.operating-title .date-range-panel>aside button{width:100%!important;height:34px!important;min-height:34px!important;flex:0 0 34px!important;padding:0 10px!important;text-align:left!important;white-space:nowrap!important}.operating-title .date-range-panel>section{position:relative!important;min-width:0!important;width:340px!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.operating-title .calendar-heading{height:48px!important;min-height:48px!important;display:grid!important;grid-template-columns:40px minmax(0,1fr) 40px!important;align-items:center!important;margin:0!important;padding:3px 10px!important}.operating-title .calendar-heading>button{width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;padding:0!important;display:grid!important;place-items:center!important;border:0!important}.operating-title .calendar-heading>.calendar-month-switch{width:100%!important;min-width:0!important;height:36px!important;display:block!important;white-space:nowrap!important;text-align:center!important;font-size:15px!important;line-height:36px!important}.operating-title .date-range-panel .rdp-root{width:100%!important;min-width:0!important;margin:0!important;padding:0 12px 10px!important;box-sizing:border-box!important}.operating-title .date-range-panel .rdp-months,.operating-title .date-range-panel .rdp-month{display:block!important;width:100%!important;min-width:0!important;max-width:none!important}.operating-title .date-range-panel .rdp-month_grid{width:100%!important;min-width:0!important;table-layout:fixed!important;border-collapse:collapse!important}.operating-title .date-range-panel .rdp-weekdays,.operating-title .date-range-panel .rdp-week{display:table-row!important}.operating-title .date-range-panel .rdp-weekday,.operating-title .date-range-panel .rdp-day{display:table-cell!important;width:14.2857%!important;min-width:0!important;padding:0!important;text-align:center!important}.operating-title .date-range-panel .rdp-day_button{width:38px!important;max-width:100%!important;height:34px!important;margin:auto!important;padding:0!important}.operating-title .date-range-panel footer{width:100%!important;min-height:62px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;margin-top:auto!important;padding:10px 12px!important;border-top:1px solid #e3e9f0!important;background:#fff!important;box-sizing:border-box!important}.operating-title .date-range-panel footer>span{min-width:0!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-size:10px!important}.operating-title .date-range-panel footer>div{display:flex!important;gap:7px!important;flex:0 0 auto!important}.operating-title .date-range-panel footer button{height:34px!important;padding:0 11px!important;white-space:nowrap!important}.operating-title .month-chooser{top:50px!important;left:12px!important;right:12px!important}.operating-title .month-chooser>div:first-child{align-items:center!important}.operating-title .month-chooser b{text-align:center!important;white-space:nowrap!important}@media(max-width:760px){.operating-title>div:last-child{width:100%!important;flex-wrap:wrap!important}.operating-title .date-range-filter,.operating-title .date-range-trigger{width:100%!important;flex:1 1 100%!important}.operating-title .date-range-panel{position:fixed!important;left:0!important;right:0!important;top:auto!important;bottom:0!important;width:100%!important;max-width:none!important;max-height:82dvh!important;display:flex!important;flex-direction:column!important;border-radius:14px 14px 0 0!important;overflow:auto!important}.operating-title .date-range-panel>aside{display:flex!important;flex-direction:row!important;flex:0 0 auto!important;overflow-x:auto!important;border-right:0!important;border-bottom:1px solid #e4eaf1!important}.operating-title .date-range-panel>aside button{width:auto!important;min-width:max-content!important;text-align:center!important}.operating-title .date-range-panel>section{width:100%!important;overflow:visible!important}.operating-title .date-range-panel .rdp-day_button{width:40px!important}.operating-title .date-range-panel footer{position:sticky!important;bottom:0!important;z-index:5!important}}.operating-drawer .single-date-field{position:relative!important;width:100%!important;min-width:0!important}.operating-drawer .single-date-trigger{width:100%!important;height:40px!important;display:grid!important;grid-template-columns:18px minmax(0,1fr)!important;align-items:center!important;gap:9px!important;padding:0 12px!important}.operating-drawer .single-date-panel{position:absolute!important;z-index:300!important;top:48px!important;right:0!important;left:auto!important;width:336px!important;max-width:min(336px,100%)!important;padding:8px 12px 10px!important;box-sizing:border-box!important;overflow:hidden!important;border:1px solid #dce4ef!important;border-radius:8px!important;background:#fff!important;box-shadow:0 18px 50px #1f447a2e!important}.operating-drawer .single-date-panel>header{width:100%!important;height:44px!important;display:grid!important;grid-template-columns:40px minmax(0,1fr) 40px!important;align-items:center!important;margin:0!important;padding:0!important;text-align:center!important}.operating-drawer .single-date-panel>header button{width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;padding:0!important;display:grid!important;place-items:center!important}.operating-drawer .single-date-panel>header b{display:block!important;min-width:0!important;white-space:nowrap!important;text-align:center!important;font-size:15px!important}.operating-drawer .single-date-panel .rdp-root{width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;padding:0!important;box-sizing:border-box!important;--rdp-day-width:40px;--rdp-day-height:36px;--rdp-day_button-width:34px;--rdp-day_button-height:34px}.operating-drawer .single-date-panel .rdp-months,.operating-drawer .single-date-panel .rdp-month{display:block!important;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important}.operating-drawer .single-date-panel .rdp-month_grid{display:table!important;width:100%!important;min-width:0!important;max-width:100%!important;table-layout:fixed!important;border-collapse:collapse!important;border-spacing:0!important}.operating-drawer .single-date-panel .rdp-weekdays,.operating-drawer .single-date-panel .rdp-week{display:table-row!important;width:100%!important}.operating-drawer .single-date-panel .rdp-weekday,.operating-drawer .single-date-panel .rdp-day{display:table-cell!important;width:14.285714%!important;min-width:0!important;max-width:14.285714%!important;height:36px!important;padding:0!important;text-align:center!important;vertical-align:middle!important}.operating-drawer .single-date-panel .rdp-day_button{width:34px!important;max-width:100%!important;height:34px!important;min-width:0!important;margin:0 auto!important;padding:0!important}.operating-drawer .single-date-panel .rdp-outside{color:#a7b0bd!important}.operating-drawer .single-date-panel>footer{width:auto!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;margin:8px -12px -10px!important;padding:8px 12px!important;border-top:1px solid #e3e9f0!important;background:#fff!important}.operating-drawer .single-date-panel>footer button{height:34px!important;min-width:66px!important;padding:0 13px!important}@media(max-width:760px){.operating-drawer .single-date-panel{position:fixed!important;left:16px!important;right:16px!important;top:auto!important;bottom:16px!important;width:auto!important;max-width:none!important}.operating-drawer .single-date-panel .rdp-day,.operating-drawer .single-date-panel .rdp-weekday{height:40px!important}.operating-drawer .single-date-panel .rdp-day_button{width:38px!important;height:38px!important}}.operating-title{display:flex;align-items:center;justify-content:space-between;margin:0 0 14px}.operating-title small{color:#758196}.operating-title h1{margin:3px 0 0;font-size:27px}.operating-title>div:last-child{display:flex;align-items:center;gap:10px}.operating-title input{height:40px;border:1px solid #d5dfec;border-radius:8px;padding:0 12px}.operating-title span{height:40px;padding:0 12px;border-radius:8px;display:flex;align-items:center;gap:7px;font-size:13px}.operating-title span svg{width:17px}.ready{color:#087f47;background:#e9f8f0}.waiting{color:#a65f00;background:#fff4df}.operating-tabs{display:flex;gap:2px;border-bottom:1px solid #dfe5ef;margin-bottom:14px}.operating-tabs button{height:42px;padding:0 16px;border:0;border-bottom:2px solid transparent;background:transparent;color:#5f6b7d}.operating-tabs button.active{color:#087f75;border-color:#087f75;font-weight:700}.operating-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.operating-kpis article{padding:17px 18px;border:1px solid #dfe5ef;border-radius:9px;background:#fff}.operating-kpis span,.operating-kpis small{display:flex;align-items:center;gap:7px;color:#718096}.operating-kpis span svg{width:19px;color:#087f75}.operating-kpis strong{display:block;margin:10px 0 5px;font-size:25px;font-variant-numeric:tabular-nums}.positive{color:#087f75!important}.negative{color:#d23b32!important}.warning{color:#d47a00!important}.allocation-strip{margin-top:14px;overflow:hidden}.allocation-strip header,.config-grid article>header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #edf0f5}.allocation-strip h2,.config-grid h2{margin:0;padding:0;border:0}.allocation-strip header small{color:#758196}.allocation-strip header>div:last-child{display:flex;gap:8px}.allocation-strip header button,.data-quality button,.config-grid header button{height:36px;border:1px solid #d3dde9;border-radius:7px;background:#fff;padding:0 12px}.allocation-strip header .primary,.config-grid header .primary{border:0;background:#087f75}.allocation-strip header .confirm{border:0;color:#fff;background:#142235}.allocation-bar{display:flex;padding:18px 16px}.allocation-bar div{height:56px;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;background:#087f75;border-right:1px solid #fff}.allocation-bar div:nth-child(2){background:#106c66}.allocation-bar div:nth-child(3){background:#55aaa3}.allocation-bar b{font-variant-numeric:tabular-nums}.operating-grid{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:14px;margin-top:14px}.team-profit{overflow:hidden}.team-profit td:first-child{display:grid;gap:2px;padding-top:7px}.team-profit td:first-child small{color:#7a8698}.data-quality{overflow:hidden}.data-quality p{display:flex;justify-content:space-between;margin:0;padding:13px 16px;border-bottom:1px solid #edf0f5}.data-quality p span{color:#69768a}.data-quality button{margin:15px;width:calc(100% - 30px);color:#087f75}.upload-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.upload-actions label,.upload-actions button{min-height:130px;padding:20px;border:1px dashed #9fb8c8;border-radius:10px;background:#f8fbfb;color:#253446;display:flex;align-items:center;gap:16px;text-align:left}.upload-actions svg{width:32px;height:32px;color:#087f75}.upload-actions span{display:grid;gap:7px}.upload-actions small{color:#718096}.upload-actions input{position:absolute;width:1px;height:1px;opacity:0}.import-history{margin-top:14px;overflow:hidden}.empty-operating{padding:30px;text-align:center;color:#8591a2}.config-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:14px}.mapping-group{padding:14px 16px;border-bottom:1px solid #edf0f5}.mapping-group h3{margin:0 0 9px;font-size:14px;color:#526174}.mapping-group p,.cost-list p{display:flex;justify-content:space-between;align-items:center;margin:0;padding:9px 0;border-top:1px dashed #e4e9f0}.mapping-group p span,.cost-list p span{display:grid;gap:2px}.mapping-group small,.cost-list small{color:#7b8799}.mapping-group em{font-style:normal;color:#087f75}.cost-list{padding:4px 16px}.operating-drawer .form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.preview-body{padding:18px}.preview-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.preview-kpis b{padding:12px;border-radius:8px;background:#f2f6f8;text-align:center}.preview-errors{max-height:180px;overflow:auto;margin:12px 0;padding:10px;border:1px solid #ffc8c4;border-radius:8px;background:#fff3f2;color:#bd332b}.preview-errors p{margin:5px}.import-preview>footer{display:flex;justify-content:flex-end;gap:10px;padding:16px;border-top:1px solid #dfe5ef}.import-preview>footer button{height:40px;padding:0 16px;border:1px solid #d5dfec;border-radius:7px;background:#fff}.import-preview>footer .primary{background:#087f75;color:#fff;border:0}.operating-loading{padding:60px;text-align:center;color:#718096}@media(max-width:1200px){.operating-kpis{grid-template-columns:1fr 1fr}.operating-grid,.config-grid,.upload-actions{grid-template-columns:1fr}.allocation-strip header{align-items:flex-start;flex-direction:column;gap:10px}}@media(max-width:760px){.operating-title{align-items:flex-start;flex-direction:column;gap:10px}.operating-kpis{grid-template-columns:1fr}.allocation-strip header>div:last-child{flex-wrap:wrap}.allocation-bar{flex-direction:column}.allocation-bar div{width:100%!important}.operating-drawer .form-row{grid-template-columns:1fr}}.settlement-workbench{max-width:1640px;margin:0 auto}.settlement-tabs{display:flex;align-items:center;margin:0 0 16px;padding:0 16px;border:1px solid #d8e1e6;border-radius:8px;background:#fff}.settlement-tabs button{height:52px;padding:0 22px;border:0;border-bottom:3px solid transparent;background:transparent;color:#667485;font-weight:700;cursor:pointer}.settlement-tabs button:hover{color:#1c3f4a;background:#f6faf9}.settlement-tabs button.active{color:#087f75;border-bottom-color:#0a9b8f}@media(max-width:700px){.settlement-tabs{padding:0 6px}.settlement-tabs button{flex:1;padding:0 10px}}.fulfillment-error-groups{margin:14px 0;border:1px solid #efc7be;border-radius:8px;background:#fff}.fulfillment-error-groups>header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:13px 15px;background:#fff6f3;border-radius:8px 8px 0 0}.fulfillment-error-groups>header div{display:grid;gap:3px}.fulfillment-error-groups>header span{color:#7c6964;font-size:12px}.fulfillment-error-groups>header em{color:#c54835;font-style:normal;font-weight:700}.fulfillment-error-groups article{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 15px;border-top:1px solid #f1e2de}.fulfillment-error-groups article>span{display:grid;gap:4px}.fulfillment-error-groups article small{color:#7c858e}.fulfillment-error-groups article button{flex:0 0 auto;padding:7px 11px;border:1px solid #179184;border-radius:5px;background:#f0faf8;color:#087d73;font-weight:700;cursor:pointer}.fulfillment-error-groups article>em{flex:0 0 auto;color:#8a7470;font-size:12px;font-style:normal}@media(max-width:700px){.fulfillment-error-groups>header,.fulfillment-error-groups article{align-items:flex-start;flex-direction:column}.fulfillment-error-groups article button{width:100%}}.ad-payment-breakdown{margin:16px 0;border:1px solid #dce8e9;border-radius:12px;overflow:hidden;background:#fff}.ad-payment-breakdown>header{display:flex;justify-content:space-between;align-items:end;padding:14px 16px;background:#f6faf9}.ad-payment-breakdown>header h3{margin:3px 0 0}.ad-payment-breakdown>header span{font-size:12px;color:#64748b}.ad-payment-breakdown table{margin:0}.ad-payment-breakdown .status{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:12px;background:#fff0ed;color:#bd3b25}.ad-payment-breakdown .status.ok{background:#e9f8f2;color:#087f67}.ad-payment-breakdown .status.pending{background:#fff6df;color:#9a6700}.ad-payment-breakdown th,.ad-payment-breakdown td{text-align:center;white-space:nowrap}.ad-payment-breakdown .currency-code{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:26px;padding:0 8px;border:1px solid #cfe0df;border-radius:6px;background:#f5faf9;color:#176d65;font-size:12px;font-weight:800;letter-spacing:.04em}.currency-amount-list{display:flex!important;flex-direction:column;gap:3px;margin-top:7px}.currency-amount-list b{display:block!important;margin:0!important;font-variant-numeric:tabular-nums}.operating-loading{min-height:360px;display:grid;place-items:start center;padding:68px 24px;text-align:center;color:#718096}.operating-loading-card{width:min(420px,100%);display:grid;justify-items:center;gap:10px;padding:28px;border:1px solid #e0e7ef;border-radius:14px;background:#fff;box-shadow:0 10px 30px #1422350d}.operating-loading-card b{color:#26354a;font-size:16px}.operating-loading-card small{line-height:1.6;color:#7b8798}.operating-loading-spinner,.operating-refreshing span{width:20px;height:20px;border:3px solid #d7ece9;border-top-color:#087f75;border-radius:50%;animation:operating-spin .8s linear infinite}.operating-refreshing{position:fixed;right:24px;bottom:24px;z-index:40;display:flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid #d6e4e4;border-radius:9px;background:#fffffff5;box-shadow:0 8px 24px #1422351f;color:#526174;font-size:13px}.operating-refreshing span{width:14px;height:14px;border-width:2px}@keyframes operating-spin{to{transform:rotate(360deg)}}@media(max-width:760px){.operating-refreshing{right:12px;bottom:12px}}.rebate-current{color:#087f75!important}.ad-image-import{border-color:#dfe6ed;border-radius:8px;background:#fff}.image-summary{gap:0;overflow:hidden;border:1px solid #e2e8ee;border-radius:8px}.image-summary span{min-height:66px;border-right:1px solid #e7edf1;border-radius:0;background:#fff}.image-summary span:last-child{border-right:0}.image-summary .warn{background:#fff8ef}.image-summary .net{background:#f0f8f6}.rebate-missing{color:#c2412d!important;font-weight:700}.rebate-create-box{padding:12px;border:1px solid #bfe4df;border-radius:9px;background:#f2faf8}.rebate-version-history{display:grid;gap:7px;padding:12px;border:1px solid #dfe7ea;border-radius:9px;background:#f8fafb}.rebate-version-history p{display:flex;justify-content:space-between;margin:0;padding-top:7px;border-top:1px dashed #dfe7ea}.rebate-version-history p span{font-weight:700;color:#087f75}.rebate-version-history small{color:#6b7789}.batch-date-fix{display:flex;align-items:end;gap:12px;margin-top:12px;padding:13px;border:1px solid #f1cf86;border-radius:10px;background:#fff9ea}.batch-date-fix>span{display:grid;gap:3px;margin-right:auto}.batch-date-fix small,.inline-account-fix small,.inline-rebate-fix small{color:#69768a}.batch-date-fix label,.inline-account-fix label,.inline-rebate-fix label{display:grid;gap:5px;font-size:12px;color:#64748b}.batch-date-fix input,.inline-account-fix input,.inline-account-fix select,.inline-rebate-fix input{height:38px;border:1px solid #ccdadd;border-radius:7px;padding:0 9px;background:#fff}.inline-account-fix,.inline-rebate-fix{margin-top:11px;padding:12px;border-top:1px solid #f2c8bd;border-radius:8px;background:#fff}.inline-account-fix header span,.inline-rebate-fix>span{display:grid;gap:3px}.inline-account-fix>div{display:grid;grid-template-columns:2fr 1fr 1.2fr .9fr 1.1fr auto;gap:8px;align-items:end;margin-top:10px}.inline-rebate-fix{display:grid;grid-template-columns:1fr .8fr 1fr auto;gap:10px;align-items:end}@media(max-width:1100px){.inline-account-fix>div{grid-template-columns:repeat(2,minmax(0,1fr))}.inline-rebate-fix{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.batch-date-fix,.inline-rebate-fix{display:grid;grid-template-columns:1fr}.inline-account-fix>div{grid-template-columns:1fr}}.image-result-table{max-height:560px;margin-top:12px;overflow:auto;border:1px solid #dfe6ed;border-radius:8px;background:#fff}.image-result-head,.image-result-row{display:grid;grid-template-columns:100px 1.45fr 1.05fr 105px 115px 120px 1.4fr 122px;gap:10px;align-items:center;justify-items:center;padding:10px 14px}.image-result-head{position:sticky;z-index:2;top:0;min-height:42px;border-bottom:1px solid #dfe6ed;background:#f8fafc;color:#516174;font-size:12px;font-weight:650;text-align:center}.image-result-row{min-height:64px;border-bottom:1px solid #edf0f3;font-size:13px}.image-result-row:last-child{border-bottom:0}.image-result-row.issue{background:#fff}.image-result-row>span{min-width:0;display:grid;justify-items:center;gap:3px;text-align:center}.image-result-row small{overflow:hidden;color:#7b8798;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.image-result-row .result-status{display:inline-flex;grid-auto-flow:column;justify-content:center;align-items:center;gap:6px;width:max-content;padding:4px 8px;border-radius:5px;background:#fff4e8;color:#a85a10;font-size:12px}.image-result-row .result-status svg{width:14px}.image-result-row.ok .result-status{background:#eaf7f4;color:#087c73}.image-result-row .mono{font-variant-numeric:tabular-nums}.image-result-row .numeric{text-align:center;font-variant-numeric:tabular-nums}.image-result-row .net-amount{color:#087c73;font-weight:700}.image-result-row .issue-text{overflow:hidden;color:#354254;text-overflow:ellipsis;white-space:nowrap}.image-result-row button{min-height:32px;padding:5px 10px;border-color:#9bc8c3;border-radius:6px;background:#f1faf8;color:#087c72;font-size:12px}.image-result-row .image-row-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:5px}.image-result-row .image-row-actions .danger{display:inline-flex;align-items:center;gap:3px;border-color:#efb4aa;background:#fff7f5;color:#bd3b25}.image-result-row .image-row-actions .danger svg{width:13px;height:13px}.image-delete-backdrop{position:fixed;z-index:1100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#0a1a2b6b}.image-delete-dialog{width:min(440px,94vw);padding:24px;border-radius:14px;background:#fff;box-shadow:0 24px 70px #0f24373d;text-align:center}.image-delete-dialog .delete-icon{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 12px;border-radius:50%;background:#fff0ed;color:#c2412d}.image-delete-dialog .delete-icon svg{width:22px}.image-delete-dialog h4{margin:0 0 9px;font-size:19px}.image-delete-dialog p{margin:0;color:#64748b;line-height:1.65}.image-delete-dialog footer{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.ad-image-import .image-delete-dialog .danger-confirm{border-color:#c94a35;background:#c94a35;color:#fff}.image-result-row:hover{background:#f8fbfc}.record-drawer-backdrop{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;overflow:hidden;overscroll-behavior:none;touch-action:none;background:#0a1a2b57}.record-drawer{width:min(600px,92vw);height:100dvh;overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y;background:#fff;box-shadow:-12px 0 32px #0f24372e;animation:record-drawer-in .2s ease-out}.record-drawer>header{position:sticky;z-index:2;top:0;display:flex;justify-content:space-between;gap:16px;padding:22px 24px 18px;border-bottom:1px solid #e2e9eb;background:#fff}.record-drawer h4{margin:3px 0;font-size:22px}.record-drawer h5{margin:0 0 12px;font-size:16px}.record-drawer p{margin:3px 0 14px;color:#6d7a8b;font-size:13px}.record-drawer>header button{width:38px;height:38px;padding:0;border:0;font-size:28px;font-weight:400}.record-drawer>section{padding:20px 24px;border-bottom:1px solid #e7edef}.drawer-operation-error{display:flex;align-items:flex-start;gap:9px;margin:14px 24px 0;padding:11px 12px;border:1px solid #efc5bf;border-radius:7px;background:#fff4f2;color:#a83f34}.drawer-operation-error svg{width:18px;flex:0 0 18px}.drawer-operation-error span{display:grid;gap:3px}.drawer-operation-error small{color:#8e544d;line-height:1.45}.record-drawer .drawer-next-step{min-height:132px;background:#f8fafb}.record-drawer .drawer-next-step p{max-width:470px;line-height:1.65}.drawer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-bottom:16px}.drawer-grid label{display:grid;gap:6px;color:#64748b;font-size:12px}.drawer-grid label.wide{grid-column:1/-1}.drawer-grid:has(>label.wide:first-child)>label:nth-child(3){display:none}.drawer-grid input,.drawer-grid select{width:100%;height:40px;border:1px solid #cbd8dc;border-radius:7px;padding:0 10px;background:#fff}.shop-combobox{height:40px;display:flex;align-items:center;gap:7px;padding:0 9px;border:1px solid #cbd8dc;border-radius:7px;background:#fff}.shop-combobox:focus-within{border-color:#078f86;outline:3px solid rgba(7,143,134,.13)}.shop-combobox.selected{border-color:#86bdb7;background:#f8fcfb}.shop-combobox>svg{width:17px;flex:0 0 17px;color:#788895}.shop-combobox>svg:last-child{color:#078f86}.shop-combobox input{height:36px;min-width:0;padding:0;border:0;outline:0;background:transparent}.shop-combobox button{width:28px;height:28px;display:grid;place-items:center;flex:0 0 28px;padding:0;border:0;background:transparent;color:#758491}.shop-combobox button svg{width:15px}.drawer-grid label.wide{position:relative}.shop-search-results{position:absolute;z-index:8;top:65px;left:0;right:0;max-height:260px;overflow-y:auto;padding:5px;border:1px solid #cbd8de;border-radius:8px;background:#fff;box-shadow:0 12px 28px #16314329}.shop-search-results>button{width:100%;min-height:48px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 10px;border:0;border-radius:6px;background:#fff;color:#26384a;text-align:left}.shop-search-results>button:hover{background:#edf8f6}.shop-search-results>button+button{border-top:1px solid #edf1f3}.shop-search-results span{min-width:0;display:grid;gap:3px}.shop-search-results span:last-child{justify-items:end}.shop-search-results b,.shop-search-results small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-search-results small{color:#778592}.shop-search-results svg{width:16px;color:#078f86}.shop-search-results>p{margin:0;padding:14px 10px;color:#738291}@keyframes record-drawer-in{0%{transform:translate(24px);opacity:.6}}@media(max-width:1180px){.image-result-head,.image-result-row{grid-template-columns:90px 1.3fr 1fr 92px 102px 108px 1.25fr 112px;gap:7px;padding-inline:9px}}@media(max-width:820px){.image-result-head{display:none}.image-result-row{grid-template-columns:90px minmax(0,1fr) 105px 62px}.image-result-row>span:nth-child(3),.image-result-row>span:nth-child(4),.image-result-row>span:nth-child(5),.image-result-row>span:nth-child(7){display:none}.drawer-grid{grid-template-columns:1fr}.drawer-grid label.wide{grid-column:auto}}@media(prefers-reduced-motion:reduce){.record-drawer{animation:none}}.allocation-strip button svg{width:15px;vertical-align:middle;margin-right:5px}.report-backdrop{overflow:auto;align-items:flex-start;padding:28px}.settlement-report{width:min(1120px,100%);margin:auto;background:#fff;border-radius:12px;box-shadow:0 24px 70px #10223533;padding:30px}.settlement-report>header{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:2px solid #142235;padding-bottom:18px}.settlement-report h1{margin:5px 0;font-size:28px}.settlement-report header p,.settlement-report header small{color:#718096}.settlement-report header>div:last-child{display:flex;gap:8px}.settlement-report button{height:38px;border:1px solid #d5dfec;border-radius:7px;background:#fff;padding:0 12px}.settlement-report button svg{width:16px;vertical-align:middle;margin-right:5px}.report-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:22px 0}.report-kpis article{padding:16px;border:1px solid #dfe5ef;border-radius:8px}.report-kpis span{display:block;color:#718096}.report-kpis b{display:block;margin-top:8px;font-size:21px}.settlement-report h2{margin:24px 0 10px;font-size:17px}.settlement-report table{width:100%;border-collapse:collapse}.settlement-report th,.settlement-report td{padding:10px;border-bottom:1px solid #e6ebf1;text-align:right}.settlement-report th:first-child,.settlement-report td:first-child{text-align:left}.payment-form{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.6fr auto;gap:10px;align-items:end;padding-top:10px}.payment-form h2{grid-column:1/-1;margin-bottom:0}.payment-form input,.payment-form select{height:40px;border:1px solid #d5dfec;border-radius:7px;padding:0 10px}.payment-form .primary{height:40px;background:#087f75;color:#fff;border:0}@media print{body *{visibility:hidden}.report-backdrop,.report-backdrop *{visibility:visible}.report-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;padding:0;background:#fff}.settlement-report{box-shadow:none;width:100%;padding:10mm}.settlement-report header>div:last-child,.payment-form{display:none}}@media(max-width:760px){.report-kpis{grid-template-columns:1fr 1fr}.payment-form{grid-template-columns:1fr}.payment-form h2{grid-column:auto}.settlement-report{padding:18px}.report-backdrop{padding:8px}}.cooperation-total{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid #dce5e8;border-radius:7px;background:#dce5e8}.cooperation-total span{display:grid;gap:6px;padding:15px 18px;background:#f7fafb;color:#667482;font-size:12px}.cooperation-total b{color:#172333;font-size:18px;font-variant-numeric:tabular-nums}.dashboard-cooperation-total{margin-top:16px}.cooperation-rules-panel{max-width:1640px;margin:16px auto 0;overflow:hidden}.cooperation-rules-panel>header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #e2e8eb}.cooperation-rules-panel h2{margin:0 0 4px;font-size:17px}.cooperation-rules-panel header small{color:#74818e}.cooperation-rules-panel header button{height:38px;display:flex;align-items:center;gap:6px;padding:0 13px;border:1px solid #cfd9df;border-radius:6px;background:#fff}.cooperation-rules-panel header svg{width:16px}.cooperation-rule-grid{display:grid;grid-template-columns:repeat(3,1fr)}.cooperation-rule-grid article{display:grid;gap:6px;padding:18px 20px;border-right:1px solid #e3e9ec}.cooperation-rule-grid article:last-child{border-right:0}.cooperation-rule-grid span{font-weight:650}.cooperation-rule-grid span small{display:block;margin-top:3px;color:#84909b;font-weight:400}.cooperation-rule-grid b{color:#087c74;font-size:18px}.cooperation-rule-grid em{color:#657381;font-size:11px;font-style:normal}@media(max-width:760px){.cooperation-total,.cooperation-rule-grid{grid-template-columns:1fr}.cooperation-rule-grid article{border-right:0;border-bottom:1px solid #e3e9ec}}.section-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;padding:14px 16px;background:#fff;border:1px solid #dfe5eb;border-radius:7px}.section-actions>div:first-child{display:grid;gap:5px}.section-actions small{color:#6d7a8d}.section-actions>div:last-child{display:flex;gap:8px}.section-actions button,.team-switch button{height:40px;padding:0 14px;border:1px solid #d5dfe8;border-radius:7px;background:#fff;color:#29384a;font-weight:600}.section-actions .primary{border-color:#078c82;background:#078c82;color:#fff}.section-actions .confirm{border-color:#0b1d34;background:#0b1d34;color:#fff}.team-switch{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px}.team-switch button{height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 18px}.team-switch button b{font-size:18px}.team-switch button.active{border-color:#078c82;background:#eaf7f5;color:#087f75;box-shadow:inset 0 -3px #078c82}.team-kpis{margin-bottom:14px}.detail-tabs{overflow:hidden}.detail-tabs>header,.daily-chart>header,.activity-list>header,.import-history>header{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border-bottom:1px solid #e6ebf0}.detail-tabs h2,.daily-chart h2,.activity-list h2,.import-history h2{margin:0}.detail-tabs header span,.daily-chart header small,.activity-list header small,.import-history header small{color:#6e7b8d}.detail-columns{display:grid;grid-template-columns:repeat(2,1fr)}.detail-columns>article{padding:16px 18px;border-right:1px solid #e8edf2;border-bottom:1px solid #e8edf2}.detail-columns h3{display:flex;justify-content:space-between;margin:0 0 10px;font-size:15px}.detail-columns h3 small{color:#7a8798}.detail-columns p{display:grid;grid-template-columns:1fr auto;gap:3px;margin:0;padding:10px 0;border-top:1px dashed #e1e7ec}.detail-columns p span{grid-column:1;color:#718096;font-size:12px}.detail-columns p em{grid-column:2;grid-row:1/3;align-self:center;font-style:normal;font-weight:700}.mini-empty{padding:30px 10px;text-align:center;color:#8995a5}.profit-hero{padding:20px;margin-bottom:14px}.profit-hero>div:first-child{display:flex;align-items:baseline;gap:14px}.profit-hero>div:first-child span{color:#657286}.profit-hero>div:first-child b{font-size:30px}.profit-hero>div:first-child small{color:#7e8a9a}.profit-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:14px}.profit-layout>article,.profit-layout>aside{overflow:hidden}.profit-layout h2{padding:15px 18px;margin:0;border-bottom:1px solid #e7ecf1}.profit-layout td:first-child small{display:block;color:#7c899a}.version-list p{display:flex;align-items:center;justify-content:space-between;margin:0;padding:13px 16px;border-bottom:1px solid #e7ecf1}.version-list p span{display:grid;gap:3px}.version-list p small{color:#7c899a}.version-list p em{font-style:normal;padding:4px 7px;border-radius:4px;background:#f0f3f6;color:#59677a}.version-list p em.confirmed{background:#e7f7f3;color:#087f75}.dashboard-lower{display:grid;grid-template-columns:1.15fr .85fr;gap:14px;margin-top:14px}.spark-chart{height:230px;display:flex;align-items:flex-end;gap:4px;padding:24px 18px 16px}.spark-chart>div{height:100%;flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:5px}.spark-chart i{display:block;width:100%;min-width:4px;max-width:18px;background:linear-gradient(#08a99c,#6cc8c1);border-radius:3px 3px 0 0}.spark-chart i.negative-bar{background:#ed766e}.spark-chart span{height:14px;font-size:10px;color:#8692a2;white-space:nowrap}.activity-list p{display:flex;align-items:center;gap:10px;margin:0;padding:11px 16px;border-bottom:1px solid #edf1f4}.activity-list p>span:nth-child(2){display:grid;gap:2px}.activity-list small{color:#7a8797}.activity-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#eaf7f5;color:#087f75}.activity-icon svg{width:15px}.upload-guidance{display:grid;gap:5px;margin-bottom:14px;padding:14px 16px;border-left:4px solid #078c82;background:#eaf7f5;color:#27524e}.upload-guidance span{font-size:13px}.upload-actions.four{grid-template-columns:repeat(4,1fr)}.status-tag{display:inline-flex;padding:4px 8px;border-radius:4px;background:#fff4db;color:#a45c00}.status-tag.confirmed{background:#e7f7f3;color:#087f75}.guided-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:38px;text-align:center;color:#758294}.guided-empty svg{width:34px;color:#8ba2b4}.guided-empty b{color:#2d3d50}.guided-empty button{height:36px;border:1px solid #078c82;border-radius:6px;background:#fff;color:#087f75;padding:0 12px}.org-tree p span{display:grid;gap:3px}.org-tree p em{font-style:normal;color:#087f75}.subheading{margin-top:24px!important}.member-row{display:grid;grid-template-columns:36px 110px 1fr auto;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid #e7ecf1}.member-row em{font-style:normal;color:#5d6c7f}.team-dot{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#087f75;color:#fff}.form-help{margin:0;padding:10px;border-radius:6px;background:#f2f6f8;color:#667487;font-size:12px}@media(max-width:1200px){.upload-actions.four{grid-template-columns:1fr 1fr}.profit-layout,.dashboard-lower{grid-template-columns:1fr}}@media(max-width:760px){.section-actions{align-items:flex-start;flex-direction:column}.section-actions>div:last-child{flex-wrap:wrap}.team-switch,.detail-columns,.upload-actions.four{grid-template-columns:1fr}.member-row{grid-template-columns:36px 1fr}.member-row span:nth-child(3),.member-row em{grid-column:2}.profit-hero>div:first-child{align-items:flex-start;flex-direction:column}.spark-chart{height:180px}}.spreadsheet-receiver-wrap{margin:16px 20px}.spreadsheet-receiver{min-height:92px;display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:14px;padding:15px 17px;border:1.5px dashed #9eb8c7;border-radius:10px;background:#f8fbfc;cursor:copy;outline:0;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.spreadsheet-receiver:hover{border-color:#168f87;background:#f2faf9}.spreadsheet-receiver:focus-visible{border-color:#078f87;box-shadow:0 0 0 3px #078f8729}.spreadsheet-receiver.is-dragging{border-style:solid;border-color:#078f87;background:#eaf8f6;box-shadow:inset 0 0 0 1px #078f87,0 8px 22px #07605a1f}.spreadsheet-receiver.is-disabled{cursor:not-allowed;opacity:.58;background:#f5f6f7}.spreadsheet-receiver>input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.spreadsheet-receiver-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:9px;color:#087f78;background:#e1f3f1}.spreadsheet-receiver-icon svg{width:23px}.spreadsheet-receiver-copy{min-width:0;display:grid;gap:5px}.spreadsheet-receiver-copy b{font-size:14px;color:#172334}.spreadsheet-receiver-copy small{color:#6c7888;font-size:12px}.spreadsheet-receiver-action{min-width:86px;height:36px;display:grid;place-items:center;padding:0 13px;border:1px solid #a8c8c4;border-radius:7px;color:#087a73;background:#fff;font-size:13px;font-weight:700}.spreadsheet-receiver-error{margin:8px 0 0;display:flex;align-items:center;gap:7px;color:#b93831;font-size:12px}.spreadsheet-receiver-error>span{width:17px;height:17px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#d84b43;font-weight:800}@media(max-width:720px){.spreadsheet-receiver{grid-template-columns:40px minmax(0,1fr)}.spreadsheet-receiver-action{display:none}.spreadsheet-receiver-wrap{margin:12px}}.spreadsheet-receiver-action{cursor:pointer}.spreadsheet-receiver-action:hover:not(:disabled){border-color:#168f87;background:#f2faf9}.spreadsheet-receiver-action:focus-visible{outline:3px solid rgba(7,143,135,.18);outline-offset:2px}.spreadsheet-receiver-action:disabled{cursor:not-allowed;color:#84918f;background:#f2f4f5}.member-org-lock{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:12px;border:1px solid #d8e4e7;border-radius:9px;background:#f7fafb}.member-org-lock span{display:grid;gap:4px}.member-org-lock small{color:#72808d;font-size:12px}.member-org-lock b{color:#172334;font-size:14px}.daily-check-floating{position:relative;z-index:70}.daily-check-trigger{width:196px;min-height:46px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;padding:6px 10px;border:1px solid #b7d7d3;border-radius:9px;background:#fff;color:#172334;box-shadow:0 4px 14px #1a38461a;text-align:left;transition:.18s}.daily-check-trigger:hover{border-color:#78b8b1;background:#f7fbfa;box-shadow:0 7px 18px #1a384624}.daily-check-trigger>svg{width:18px;color:#087f78}.daily-check-trigger span{display:grid;gap:1px}.daily-check-trigger b{font-size:12px}.daily-check-trigger small{color:#74808d;font-size:10px}.daily-check-trigger em{min-width:22px;height:22px;display:grid;place-items:center;border-radius:11px;background:#d94a42;color:#fff;font-size:11px;font-style:normal;font-weight:800}.daily-check-trigger.complete>svg{color:#188657}.daily-check-panel{position:absolute;right:0;top:calc(100% + 10px);bottom:auto;width:min(500px,calc(100vw - 32px));min-height:min(480px,calc(100vh - 150px));max-height:min(700px,calc(100vh - 150px));display:flex;flex-direction:column;overflow:hidden;border:1px solid #d6e1e5;border-radius:14px;background:#fff;box-shadow:0 24px 70px #0f253240;animation:daily-check-in .18s ease-out}.daily-check-panel>header{height:66px;flex:0 0 66px;display:flex;align-items:center;justify-content:space-between;padding:0 17px;border-bottom:1px solid #e6ecef}.daily-check-panel h2{margin:2px 0 0;font-size:18px}.daily-check-panel header small{color:#75818e}.daily-check-panel header button{width:34px;height:34px;border:0;border-radius:7px;background:transparent}.daily-check-summary{display:grid;grid-template-columns:repeat(3,1fr);margin:14px 16px 10px;border:1px solid #e0e8eb;border-radius:9px}.daily-check-summary span{display:grid;gap:3px;padding:10px 12px;border-right:1px solid #e0e8eb}.daily-check-summary span:last-child{border:0}.daily-check-summary small{color:#74808d;font-size:11px}.daily-check-summary b{font-size:20px}.daily-check-summary .pending b{color:#c43f38}.daily-check-panel>nav{display:flex;gap:4px;padding:0 16px 9px}.daily-check-panel>nav button{height:34px;padding:0 13px;border:0;border-radius:7px;background:#f1f4f5;color:#64717f}.daily-check-panel>nav button.active{background:#e3f3f1;color:#087b74;font-weight:700}.daily-check-list{min-height:190px;flex:1;overflow:auto;padding:0 16px 12px}.daily-check-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px 10px;padding:12px 3px;border-bottom:1px solid #edf1f2}.daily-check-list article>div{display:grid;gap:3px;min-width:0}.daily-check-list article b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.daily-check-list article small{color:#788491;font-size:11px}.daily-check-state{align-self:center;padding:4px 7px;border-radius:5px;background:#eaf7f1;color:#168052;font-size:11px;font-weight:700}.daily-check-list article.pending .daily-check-state{background:#fff1df;color:#ae6200}.daily-check-list article footer{grid-column:1/-1;display:flex;gap:7px}.daily-check-list article footer button{height:31px;padding:0 10px;border:1px solid #bed5d2;border-radius:6px;background:#fff;color:#167970;font-size:11px}.daily-check-list article footer button.danger{border-color:#efc1bd;color:#b93f38}.daily-check-note{margin:0;padding:11px 16px;border-top:1px solid #e8edef;background:#f8fafb;color:#6f7b87;font-size:11px;line-height:1.55}.daily-check-error{margin:0 16px 9px;display:flex;align-items:center;gap:7px;padding:8px;border-radius:7px;background:#fff0ef;color:#b73e37;font-size:12px}.daily-check-error svg{width:16px}.daily-check-empty{min-height:120px;display:grid;place-items:center;gap:7px;color:#788491;font-size:12px}.daily-check-empty svg{width:24px}.daily-check-confirm{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;place-items:center;padding:20px;background:#0d1c276b}.daily-check-confirm>div{width:min(420px,100%);padding:20px;border-radius:13px;background:#fff;box-shadow:0 24px 70px #0000004d}.daily-check-confirm h3{margin:3px 0 8px}.daily-check-confirm p{margin:0 0 14px;color:#6d7986;font-size:12px}.daily-check-confirm label{display:grid;gap:6px;margin:10px 0;font-size:12px;font-weight:700}.daily-check-confirm select,.daily-check-confirm textarea{width:100%;padding:9px 10px;border:1px solid #d4dee2;border-radius:7px;background:#fff}.daily-check-confirm footer{display:flex;justify-content:flex-end;gap:8px;margin-top:15px}.daily-check-confirm footer button{height:37px;padding:0 14px;border:1px solid #cad5d9;border-radius:7px;background:#fff}.daily-check-confirm footer button.danger{border-color:#c9423a;background:#c9423a;color:#fff}@keyframes daily-check-in{0%{opacity:0;transform:translateY(-6px) scale(.98)}}@media(max-width:900px){.daily-check-trigger{width:46px;grid-template-columns:1fr;padding:0;place-items:center}.daily-check-trigger span{display:none}.daily-check-trigger em{position:absolute;right:-6px;top:-7px}.daily-check-panel{position:fixed;right:12px;top:132px;width:calc(100vw - 24px);min-height:min(440px,calc(100dvh - 150px));max-height:calc(100dvh - 150px)}}.fulfillment-issue-panel{margin:18px 0 4px;border:1px solid #c7d8e4;border-radius:14px;background:#f8fbfd;box-shadow:0 10px 28px #0f253a14;overflow:hidden}.fulfillment-issue-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid #dce7ee;background:#fff}.fulfillment-issue-panel h3{margin:4px 0 0;font-size:16px;color:#b54735}.fulfillment-issue-panel>header button{width:34px;height:34px;border:0;background:transparent;border-radius:8px}.fulfillment-issue-panel>header button:hover{background:#eef4f7}.fulfillment-issue-panel>header svg{width:18px}.issue-block{padding:16px 18px;border-bottom:1px solid #dce7ee}.issue-block>label{display:block;margin-bottom:8px;font-weight:700;color:#263b4d}.issue-block input{width:100%;height:42px;margin-top:7px;padding:0 12px;border:1px solid #cbd9e3;border-radius:9px;background:#fff}.issue-block input:focus{outline:3px solid rgba(13,148,136,.14);border-color:#0d9488}.issue-candidates,.issue-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}.issue-candidates button,.issue-choice-grid button{display:flex;align-items:center;gap:9px;min-height:42px;padding:9px 11px;text-align:left;border:1px solid #d5e0e7;border-radius:9px;background:#fff;color:#263b4d}.issue-candidates button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#607486}.issue-candidates button:hover,.issue-choice-grid button:hover{border-color:#88bdb7;background:#f2faf8}.issue-candidates button.selected,.issue-choice-grid button.selected{border-color:#0d9488;background:#eaf7f4;box-shadow:inset 0 0 0 1px #0d9488}.issue-block>small{display:block;margin-top:10px;color:#667b8b}.fulfillment-issue-panel>footer{display:flex;justify-content:flex-end;gap:9px;padding:13px 18px;background:#fff}.compact-action{min-height:32px;padding:5px 10px;border:1px solid #9bc8c3;border-radius:8px;background:#f1faf8;color:#087c72;font-weight:700}.compact-action:hover{background:#e3f5f1}@media(max-width:720px){.issue-candidates,.issue-choice-grid{grid-template-columns:1fr}}.payer-choice{grid-column:1/-1;display:grid;grid-template-columns:120px 1fr 1fr;gap:10px;align-items:stretch}.payer-choice>span{display:flex;align-items:center;font-weight:700}.payer-choice button{display:flex;flex-direction:column;align-items:flex-start;gap:3px;padding:12px 14px;border:1px solid #d9e2ec;border-radius:10px;background:#fff}.payer-choice button.selected{border-color:#078b82;background:#effaf8;box-shadow:0 0 0 1px #078b82}.payer-choice button small{color:#66768a}.team-company-ledger{margin-top:18px;overflow:hidden}.team-company-ledger>header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;padding:22px 24px;border-bottom:1px solid #e6ebf0}.team-company-ledger>header h2{margin:4px 0}.team-company-ledger>header p{margin:0;color:#66768a}.team-company-ledger>header label{min-width:190px;font-weight:700}.team-company-ledger input,.team-company-ledger select{width:100%;margin-top:7px;padding:10px;border:1px solid #d6e0ea;border-radius:8px}.ledger-summary{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #e6ebf0}.ledger-summary p{display:flex;flex-direction:column;gap:5px;padding:20px 24px;margin:0;border-right:1px solid #e6ebf0}.ledger-summary p:last-child{border-right:0}.ledger-summary span,.ledger-summary small{color:#66768a}.ledger-summary b{font-size:24px}.ledger-summary .attention b{color:#b54708}.ledger-warning{margin:16px 24px;padding:13px 15px;border:1px solid #f5d49d;border-radius:9px;background:#fff9ed;color:#8a5708;display:flex;justify-content:space-between}.unclassified-list{margin:16px 24px;border:1px solid #ead5b1;border-radius:10px;overflow:hidden}.unclassified-list h3{margin:0;padding:13px 16px;background:#fff8eb}.unclassified-list>div{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;padding:12px 16px;border-top:1px solid #edf0f3}.unclassified-list span{display:flex;flex-direction:column}.unclassified-list small{color:#66768a}.ledger-actions{display:flex;align-items:center;gap:10px;padding:16px 24px}.ledger-actions span{margin-left:auto;color:#66768a}.ledger-table{border-top:1px solid #e6ebf0;max-height:380px;overflow:auto}.ledger-table table{width:100%;border-collapse:collapse}.ledger-table th,.ledger-table td{padding:11px 16px;text-align:left;border-bottom:1px solid #edf0f3}.ledger-table th{position:sticky;top:0;background:#f8fafc;color:#516174}.drawer-form{padding:22px;display:flex;flex-direction:column;gap:16px;overflow:auto}.drawer-form label{display:flex;flex-direction:column;gap:7px;font-weight:700}.drawer-form input,.drawer-form select,.drawer-form textarea{padding:11px 12px;border:1px solid #d6e0ea;border-radius:8px;font:inherit}.drawer-form textarea{min-height:86px}.drawer-form small{font-weight:400;color:#66768a}.drawer-form footer{display:flex;justify-content:flex-end;gap:10px;padding-top:16px;border-top:1px solid #e6ebf0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-error{padding:12px;border-radius:8px;background:#fff0ee;color:#b42318}@media(max-width:900px){.ledger-summary{grid-template-columns:1fr 1fr}.payer-choice{grid-template-columns:1fr}.team-company-ledger>header{align-items:stretch;flex-direction:column}.form-grid{grid-template-columns:1fr}}.ledger-head-actions{display:flex;align-items:flex-end;gap:12px}.ledger-head-actions label{min-width:180px}.ledger-head-actions button{height:42px;display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.ledger-head-actions svg{width:17px}.team-account-list{margin:16px 24px;border:1px solid #dfe6ed;border-radius:10px;overflow:hidden}.team-account-list>header{display:flex;align-items:center;justify-content:space-between;padding:13px 16px;background:#f8fafc;border-bottom:1px solid #e6ebf0}.team-account-list h3{margin:0;font-size:15px}.team-account-list>header span{color:#66768a;font-size:13px}.team-account-list>div{display:grid;grid-template-columns:110px 1fr auto;align-items:center;gap:14px;padding:13px 16px;border-bottom:1px solid #edf0f3}.team-account-list>div:last-child{border-bottom:0}.team-account-list .account-kind{width:max-content;padding:4px 8px;border-radius:6px;background:#edf7f5;color:#087c73;font-size:12px;font-weight:700}.team-account-list>div>span:nth-child(2){display:flex;flex-direction:column;gap:3px}.team-account-list small{color:#66768a}.team-account-list em{font-style:normal;font-weight:700;font-variant-numeric:tabular-nums}.team-account-list .account-empty{grid-template-columns:auto 1fr auto;padding:22px}.account-empty svg{width:28px;color:#7c8c9e}.account-empty span{display:flex;flex-direction:column;gap:4px}.account-impact-note{display:flex;flex-direction:column;gap:5px;padding:13px 15px;border-radius:9px;background:#f1f7f6;color:#315c59}.account-impact-note span{font-size:13px}.team-account-drawer .segmented-field{grid-template-columns:1fr 1fr}@media(max-width:900px){.ledger-head-actions{align-items:stretch;flex-direction:column}.team-account-list>div{grid-template-columns:1fr}.team-account-list .account-empty{grid-template-columns:1fr}.ledger-head-actions button{justify-content:center}}.fulfillment-price-panel{margin:18px 0 4px;border:1px solid #9fcfc8;border-radius:14px;background:#f4fbfa;box-shadow:0 10px 28px #0f504817;overflow:hidden}.fulfillment-price-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid #d5e8e5;background:#fff}.fulfillment-price-panel h3{margin:4px 0 0;font-size:17px;color:#126f68}.fulfillment-price-panel>header button{width:34px;height:34px;border:0;border-radius:8px;background:transparent}.fulfillment-price-panel>header svg{width:18px}.price-fix-summary{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:14px 18px}.price-fix-summary span{display:grid;gap:4px;padding:11px 12px;border:1px solid #d8e8e6;border-radius:9px;background:#fff;color:#66788a;font-size:12px}.price-fix-summary b{color:#203647;font-size:14px}.price-fix-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 18px 14px}.price-fix-fields label{display:grid;gap:7px;font-weight:700;color:#263b4d}.price-fix-fields input{height:42px;padding:0 12px;border:1px solid #c5d8d5;border-radius:9px;background:#fff}.fulfillment-price-panel>small{display:block;padding:0 18px 14px;color:#607783}.fulfillment-price-panel>footer{display:flex;justify-content:flex-end;gap:9px;padding:13px 18px;border-top:1px solid #d5e8e5;background:#fff}.inline-error{margin:0 18px 12px;padding:10px 12px;border-radius:8px;background:#fff0ee;color:#b42318;font-size:12px}.fulfillment-issue-panel>footer .inline-error{margin:0 auto 0 0}.fulfillment-price-panel button{min-height:38px;padding:0 14px;border:1px solid #cad9d7;border-radius:8px;background:#fff}.fulfillment-price-panel button.primary{border-color:#078c82;background:#078c82;color:#fff}.fulfillment-price-panel button:disabled{opacity:.55;cursor:not-allowed}@media(max-width:720px){.price-fix-summary,.price-fix-fields{grid-template-columns:1fr}}.warehouse-upload-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:16px 16px 0}.warehouse-upload-choice button{display:grid;gap:5px;padding:14px 16px;border:1px solid #d8e1ea;border-radius:8px;background:#fff;color:#263548;text-align:left}.warehouse-upload-choice button.active{border-color:#0a9488;box-shadow:inset 0 0 0 1px #0a9488;background:#f2fbf9}.warehouse-upload-choice span{font-weight:750;font-size:15px}.warehouse-upload-choice small{color:#758397}.warehouse-receiver-label{padding-top:12px}.warehouse-receiver-label>b{display:block;margin:0 16px 7px;color:#087f75;font-size:13px}.import-history .text-action.strong{padding:5px 9px;border:1px solid #0a9488;border-radius:5px;background:#f2fbf9}@media(max-width:760px){.warehouse-upload-choice{grid-template-columns:1fr}}.config-steps{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto;align-items:center;gap:10px;margin-bottom:14px;padding:13px 16px;border:1px solid #dfe5eb;border-radius:7px;background:#fff}.config-steps span{display:flex;align-items:center;gap:8px;color:#687588;font-size:13px;white-space:nowrap}.config-steps span b{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#eef2f5}.config-steps span.done{color:#087f75;font-weight:700}.config-steps span.done b{background:#dff5f0}.config-steps i{height:1px;background:#dfe5eb}.sku-config-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(310px,.45fr);gap:14px}.sku-master,.resource-panel{overflow:hidden}.sku-master>header,.resource-panel>header,.account-strip>header{display:flex;align-items:center;justify-content:space-between;padding:15px 17px;border-bottom:1px solid #e7ecf1}.sku-master>header h2,.resource-panel>header h2,.account-strip>header h2{padding:0;border:0}.sku-master>header small,.resource-panel>header small,.account-strip>header small{display:block;margin-top:4px;color:#718096}.sku-master>header>div:last-child{display:flex;gap:8px}.sku-master>header button,.resource-panel>header button,.account-strip>header button{height:36px;border:1px solid #d5dfe8;border-radius:6px;background:#fff;padding:0 11px}.sku-master>header .primary,.resource-panel>header .primary{border-color:#087f75;background:#087f75;color:#fff}.sku-master>header button:disabled{background:#eef2f5;color:#98a2b3;border-color:#e1e5ea;cursor:not-allowed}.image-ok,.image-missing{font-size:12px}.image-ok{color:#087f75}.image-missing{color:#9a6700}.text-action{height:30px;border:0;background:transparent;color:#087f75}.resource-panel .mapping-group h3{display:flex;justify-content:space-between}.resource-panel .mapping-group h3 small{color:#7c8999;font-weight:400}.account-strip{margin-top:14px;overflow:hidden}.account-strip>div{display:grid;grid-template-columns:repeat(3,1fr)}.account-strip p{display:grid;gap:5px;margin:0;padding:14px 16px;border-right:1px solid #e7ecf1;border-bottom:1px solid #e7ecf1}.account-strip p span{display:flex;align-items:center;gap:8px}.account-strip p svg{width:18px;color:#087f75}.account-strip p small{color:#718096}.image-drop{min-height:170px;display:flex!important;align-items:center;justify-content:center;padding:18px;border:1px dashed #8bbdb8!important;border-radius:8px;background:#f2fbf9;text-align:center}.image-drop input{border:0!important}.image-drop small{font-weight:400;color:#667b79}@media(max-width:1200px){.sku-config-layout{grid-template-columns:1fr}.config-steps{overflow:auto}.account-strip>div{grid-template-columns:1fr 1fr}}@media(max-width:760px){.config-steps{display:flex}.config-steps i{min-width:28px}.sku-master>header{align-items:flex-start;flex-direction:column;gap:10px}.sku-master>header>div:last-child{flex-wrap:wrap}.account-strip>div{grid-template-columns:1fr}}.rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-day-height: 44px;--rdp-day-width: 44px;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: 42px;--rdp-day_button-width: 42px;--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient( var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50% );--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient( var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50% );--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg;--rdp-animation_duration: .3s;--rdp-animation_timing: cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity: unset}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.date-range-filter{position:relative}.date-range-trigger{width:290px;height:40px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid #d5dfec;border-radius:8px;background:#fff;color:#243044;font-size:14px;font-weight:500}.date-range-trigger:hover{border-color:#91b7ea}.date-range-trigger:focus-visible{border-color:#4389e8;outline:0;box-shadow:0 0 0 3px #4389e81f}.date-range-trigger svg{width:18px;color:#526174}.date-range-trigger span{flex:1;text-align:left}.date-range-trigger svg:last-child{width:15px}.date-range-panel{position:absolute;z-index:40;right:0;top:48px;width:460px;max-width:calc(100vw - 32px);display:grid;grid-template-columns:128px 1fr;overflow:hidden;border:1px solid #dce4ef;border-radius:8px;background:#fff;box-shadow:0 18px 50px #1f447a2e}.date-range-panel>aside{padding:9px;border-right:1px solid #e4eaf1}.date-range-panel>aside button{width:100%;height:34px;padding:0 10px;border:0;border-radius:8px;background:transparent;color:#465265;text-align:left}.date-range-panel>aside button:hover{background:#f4f7fb}.date-range-panel>aside button.active{background:#eaf2ff;color:#075ee5}.date-range-panel>section>header{height:47px;display:flex;align-items:center;justify-content:space-between;padding:0 15px}.date-range-panel>section>header button{width:34px;height:34px;border:0;background:transparent}.date-range-panel>section>header svg{width:18px}.date-range-panel .rdp-root{--rdp-accent-color:#1769e8;--rdp-range_middle-background-color:#eaf2ff;--rdp-range_middle-color:#243044;margin:0 12px 10px}.date-range-panel .rdp-month_caption,.date-range-panel .rdp-nav{display:none}.date-range-panel .rdp-day_button{width:38px;height:34px}.date-range-panel footer{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 14px;border-top:1px solid #e3e9f0}.date-range-panel footer span{color:#667085;font-size:11px}.date-range-panel footer div{display:flex;gap:8px}.date-range-panel footer button{height:36px;padding:0 14px;border:1px solid #d5dfec;border-radius:7px;background:#fff}.date-range-panel footer .apply{border-color:#1769e8;background:#1769e8;color:#fff}.date-range-panel footer .apply:disabled{opacity:.45}@media(max-width:760px){.date-range-filter,.date-range-trigger{width:100%}.date-range-panel{position:fixed;left:0;right:0;top:auto;bottom:0;width:100%;max-width:none;max-height:82dvh;grid-template-columns:1fr;border-radius:14px 14px 0 0}.date-range-panel>aside{display:flex;overflow:auto;border-right:0;border-bottom:1px solid #e4eaf1}.date-range-panel>aside button{min-width:72px;text-align:center}.date-range-panel footer{position:sticky;bottom:0;background:#fff}}.single-date-field{position:relative;width:100%}.single-date-trigger{width:100%;height:40px;display:grid;grid-template-columns:18px 1fr;align-items:center;gap:9px;padding:0 12px;border:1px solid #d5dfec;border-radius:8px;background:#fff;color:#243044;text-align:left;font-size:14px;font-variant-numeric:tabular-nums}.single-date-trigger svg{width:18px;color:#526174}.single-date-trigger:hover{border-color:#91b7ea}.single-date-trigger:focus-visible{border-color:#4389e8;outline:0;box-shadow:0 0 0 3px #4389e81f}.single-date-panel{position:absolute;z-index:120;top:48px;right:0;width:316px;max-width:calc(100vw - 32px);padding:8px 12px 10px;border:1px solid #dce4ef;border-radius:8px;background:#fff;box-shadow:0 18px 50px #1f447a2e}.single-date-panel>header{height:42px;display:grid;grid-template-columns:40px 1fr 40px;align-items:center;text-align:center}.single-date-panel>header button{width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:#344054}.single-date-panel>header button:hover{background:#f3f6fa}.single-date-panel>header svg{width:18px}.single-date-panel .rdp-root{--rdp-accent-color:#1769e8;margin:0}.single-date-panel .rdp-month_caption,.single-date-panel .rdp-nav{display:none}.single-date-panel .rdp-month_grid{width:100%}.single-date-panel .rdp-day_button{width:38px;height:34px}.single-date-panel>footer{display:flex;justify-content:flex-end;margin:7px -12px -10px;padding:9px 12px;border-top:1px solid #e3e9f0}.single-date-panel>footer button{height:34px;padding:0 13px;border:1px solid #d5dfec;border-radius:7px;background:#fff;color:#344054}@media(max-width:760px){.single-date-panel{position:fixed;left:16px;right:16px;top:auto;bottom:16px;width:auto;max-width:none}}.sku-management-workbench{max-width:1640px;margin:0 auto}.sku-management-tabs{display:flex;align-items:center;margin:0 0 16px;padding:0 16px;border:1px solid #d8e1e6;border-radius:8px;background:#fff;overflow-x:auto}.sku-management-tabs button{flex:0 0 auto;height:52px;padding:0 20px;border:0;border-bottom:3px solid transparent;background:transparent;color:#667485;font-weight:650;cursor:pointer}.sku-management-tabs button:hover{color:#1c3f4a;background:#f6faf9}.sku-management-tabs button.active{color:#087f75;border-bottom-color:#0a9b8f}.owned-inventory-workbench{margin-top:22px;display:grid;gap:0}.owned-inventory-workbench.embedded{margin-top:0}.inventory-head{display:flex;justify-content:space-between;align-items:flex-end;padding:22px 24px;background:#fff;border:1px solid #dce4e8;border-radius:8px 8px 0 0}.embedded .inventory-head{border-radius:8px}.inventory-head small{color:#07877c;font-weight:700}.inventory-head h2{margin:5px 0 4px;font-size:22px}.inventory-head p{margin:0;color:#6f7d8d}.inventory-head>div:last-child{display:flex;gap:10px}.inventory-head button,.inventory-head label.primary{height:42px;display:flex;align-items:center;gap:8px;padding:0 15px;border:1px solid #b9c9d0;border-radius:6px;background:#fff;font-weight:650;cursor:pointer}.inventory-head label.primary{background:#078f83;color:#fff;border-color:#078f83}.inventory-head label.primary input{display:none}.inventory-head svg{width:17px}.inventory-tabs{display:flex;padding:0 20px;background:#fff;border-left:1px solid #dce4e8;border-right:1px solid #dce4e8;border-bottom:1px solid #dce4e8}.inventory-tabs button{padding:14px 18px;border:0;border-bottom:2px solid transparent;background:none;color:#637180;font-weight:650}.inventory-tabs button.active{color:#087f75;border-color:#0aa094}.inventory-message{padding:11px 16px;background:#edf8f6;color:#16675f;border-left:3px solid #0b9488}.inventory-search{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#f7f9fa;border:1px solid #dce4e8;border-top:0}.inventory-search svg{width:17px;color:#7d8b98}.inventory-search input{height:38px;min-width:320px;border:1px solid #cbd6df;border-radius:5px;padding:0 11px}.inventory-search span{margin-left:auto;color:#778494;font-size:13px}.inventory-table{background:#fff;border:1px solid #dce4e8;border-top:0;border-radius:0 0 8px 8px;min-height:180px}.inventory-table td small,.fulfillment-preview td small{display:block;color:#84909e;margin-top:3px}.inventory-empty{min-height:170px;display:grid;place-content:center;text-align:center;color:#8a98a5;gap:7px}.inventory-empty svg{margin:auto}.sku-candidates{max-height:180px;overflow:auto;border:1px solid #d9e1e6;border-radius:5px;margin-top:7px}.sku-candidates button{width:100%;display:grid;grid-template-columns:90px 1fr 22px;text-align:left;padding:9px 10px;border:0;border-bottom:1px solid #edf0f2;background:#fff}.sku-candidates button:hover,.sku-candidates button.selected{background:#edf8f6}.sku-candidates svg{width:17px;color:#088d81}.fulfillment-preview{width:min(1220px,94vw)!important}.fulfillment-kpis{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid #dde5e9;border-radius:7px;overflow:hidden}.fulfillment-kpis span{padding:13px 15px;border-right:1px solid #e4eaed;display:grid;gap:5px}.fulfillment-kpis small{color:#758292}.fulfillment-kpis b{font-size:18px}.fulfillment-kpis .bad b{color:#d8433e}.preview-errors b{display:flex;align-items:center;gap:7px}.preview-errors svg{width:17px}.row-error td{background:#fff8f6}@media(max-width:900px){.sku-management-tabs{padding:0 8px}.sku-management-tabs button{padding:0 14px}.inventory-head{align-items:flex-start;gap:16px;flex-direction:column}.inventory-head>div:last-child{width:100%}.inventory-search input{min-width:0;flex:1}.fulfillment-kpis{grid-template-columns:repeat(2,1fr)}}.inventory-management-page{max-width:1640px;margin:0 auto}.inventory-summary{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:12px;padding:16px 0}.inventory-summary article{min-width:0;padding:16px 18px;border:1px solid #dce4e8;border-radius:8px;background:#fff;display:grid;gap:6px}.inventory-summary article:nth-child(-n+3){border-top:3px solid #138f84}.inventory-summary article.team-stock-card{background:#f8fbfb}.inventory-summary small{color:#637180;font-weight:650}.inventory-summary b{font-size:22px;color:#162c3a;font-variant-numeric:tabular-nums}.inventory-summary span{color:#84909e;font-size:12px}@media(min-width:1280px){.inventory-summary{grid-template-columns:repeat(6,minmax(150px,1fr))}}@media(max-width:900px){.inventory-summary{grid-template-columns:1fr 1fr}.inventory-tabs{overflow-x:auto}.inventory-tabs button{white-space:nowrap}.inventory-summary b{font-size:19px}}@media(max-width:560px){.inventory-summary{grid-template-columns:1fr}}.inventory-family-row td{background:#fbfdfd}.inventory-family-toggle{display:flex;align-items:center;gap:8px;padding:0;border:0;background:transparent;color:#152d3b;text-align:left;cursor:pointer}.inventory-family-toggle>svg{width:18px;height:18px;color:#0a8f84;flex:0 0 auto}.inventory-family-toggle span{display:block}.inventory-family-toggle b{font-size:15px}.inventory-variant-detail>td{padding:0!important;background:#f5f9f9!important}.inventory-variant-list{margin:0 16px 14px 46px;border:1px solid #d5e3e3;border-radius:8px;background:#fff;overflow:hidden}.inventory-variant-list>header{display:flex;justify-content:space-between;align-items:center;padding:11px 14px;background:#edf7f6;color:#315862}.inventory-variant-list>header span{font-size:12px;color:#6d7e88}.inventory-variant-list>div{display:grid;grid-template-columns:minmax(170px,1.3fr) minmax(130px,.8fr) minmax(190px,1fr) minmax(120px,.7fr);align-items:center;gap:14px;padding:12px 14px;border-top:1px solid #e8eeee}.inventory-variant-list>div:first-of-type{border-top:0}.inventory-variant-list>div span{display:grid;gap:3px}.inventory-variant-list small{color:#7b8994}.inventory-variant-list em{justify-self:end;padding:4px 8px;border-radius:4px;background:#eef7f5;color:#18756d;font-size:12px;font-style:normal}@media(max-width:900px){.inventory-variant-list{margin-left:12px;margin-right:12px}.inventory-variant-list>div{grid-template-columns:1fr 1fr}.inventory-variant-list>div em{justify-self:start}}.order-auto-attribution{grid-template-columns:minmax(320px,1.5fr) minmax(320px,1fr) auto}@media(max-width:1100px){.order-auto-attribution{grid-template-columns:1fr}}.batch-inbound-drawer{width:min(720px,96vw)}.batch-inbound-drawer form{gap:15px}.batch-number-box{display:grid;grid-template-columns:150px 1fr;gap:10px;padding:13px;border:1px solid #cfe0df;border-radius:8px;background:#f2f8f7}.batch-number-box span{display:grid;gap:5px}.batch-number-box small{color:#6c7986;font-size:11px}.batch-number-box input{height:40px}.batch-number-box b{display:flex;align-items:center;height:40px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:18px;color:#087f75;letter-spacing:.04em}.batch-number-box p{grid-column:1/-1;margin:0;color:#6e7b87;font-size:11px}.team-allocation-editor{border:1px solid #dbe4e8;border-radius:8px;overflow:hidden}.team-allocation-editor>header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#f5f8f9;border-bottom:1px solid #dbe4e8}.team-allocation-editor>header div{display:grid;gap:3px}.team-allocation-editor>header small{color:#75828f;font-size:11px}.team-allocation-editor>header span{font-size:12px}.team-allocation-editor .bad{color:#c53c36}.team-allocation-editor article{padding:12px 14px;border-bottom:1px solid #e7edef}.team-allocation-editor article>b{display:block;margin-bottom:9px;color:#26394a}.team-allocation-editor article>div{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.team-allocation-editor article label{gap:4px;margin:0;color:#6b7886;font-size:11px}.team-allocation-editor article input{height:37px}.team-allocation-editor .allocation-reference{width:100%;margin-top:8px}.team-allocation-editor>footer{display:flex;justify-content:flex-end;gap:20px;padding:11px 14px;background:#f8fafb;font-size:12px}.batch-validation-error{margin:0;padding:9px 11px;border:1px solid #efc2be;border-radius:6px;background:#fff3f2;color:#b73b35;font-size:12px}@media(max-width:720px){.batch-inbound-drawer{width:100vw}.batch-number-box{grid-template-columns:1fr}.batch-number-box p{grid-column:1}.team-allocation-editor article>div{grid-template-columns:1fr 1fr}.team-allocation-editor>footer{justify-content:flex-start;flex-wrap:wrap}}.ad-text-import{margin:14px 0 18px;border:1px solid #dce5eb;border-radius:10px;background:#fff;box-shadow:0 5px 18px #132d450b;overflow:hidden}.ad-text-steps{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:18px;padding:16px 20px;border-bottom:1px solid #e7edf1;background:#fbfcfd}.ad-text-steps b{display:flex;align-items:center;gap:8px;color:#748190;font-size:13px}.ad-text-steps b span{width:26px;height:26px;display:grid;place-items:center;border:1px solid #ccd8df;border-radius:50%;background:#fff}.ad-text-steps b.active{color:#173043}.ad-text-steps b.active span{border-color:#078f86;background:#078f86;color:#fff}.ad-text-steps i{height:1px;background:#cbd7de}.ad-text-grid{display:grid;grid-template-columns:minmax(250px,.85fr) minmax(440px,1.55fr) minmax(230px,.8fr);gap:16px;padding:18px}.ad-text-grid>article{min-width:0;border:1px solid #dce5eb;border-radius:9px;background:#fff;padding:16px}.ad-text-grid h3{margin:3px 0 0;color:#172638;font-size:16px}.ad-text-grid small{color:#758495;font-size:11px}.ad-attribution-card,.ad-paste-card,.ad-parse-checks{display:flex;flex-direction:column;gap:14px}.ad-attribution-card label{display:grid;gap:7px;color:#26384b;font-size:12px;font-weight:700}.ad-attribution-card select{width:100%;height:42px;border:1px solid #ccd8df;border-radius:7px;background:#fff;padding:0 11px;color:#26384b}.ad-attribution-card select:focus,.ad-paste-card textarea:focus{outline:3px solid rgba(7,143,134,.13);border-color:#078f86}.ad-auto-team{display:flex;gap:10px;align-items:flex-start;padding:13px;border:1px solid #b9ddd7;border-radius:8px;background:#f1faf8;color:#087d75}.ad-auto-team.waiting{border-color:#dbe4e9;background:#f8fafb;color:#697988}.ad-auto-team svg{width:20px;flex:0 0 20px}.ad-auto-team span{display:grid;gap:3px}.ad-auto-team b{font-size:15px}.ad-auto-team em{font-size:11px;font-style:normal;color:#617b78}.ad-shared-note{display:flex;gap:8px;margin:auto 0 0;padding:11px;border:1px dashed #c7d5dd;border-radius:7px;background:#fafcfd;color:#617182;font-size:11px;line-height:1.55}.ad-shared-note svg{width:16px;flex:0 0 16px}.ad-paste-card{border-color:#65b9b1!important;background:#fcfefe!important}.ad-paste-card>div:first-child p{margin:6px 0 0;color:#6a7888;font-size:12px}.ad-paste-card textarea{width:100%;min-height:230px;resize:vertical;border:1px solid #9eafb9;border-radius:7px;background:#fff;padding:12px;box-sizing:border-box;color:#213344;font:12px/1.75 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;-moz-tab-size:4;tab-size:4;box-shadow:inset 0 1px 2px #102a3e0d}.ad-paste-card textarea::placeholder{color:#9aa7b2}.ad-text-count{margin-top:-10px;text-align:right;color:#607180;font-size:11px}.ad-text-error{margin:0;padding:9px 11px;border:1px solid #efc0bc;border-radius:6px;background:#fff7f6;color:#bd3d36;font-size:12px}.ad-paste-card footer{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:auto}.ad-paste-card footer button{height:38px;display:inline-flex;align-items:center;gap:6px;border:1px solid #ccd8df;border-radius:7px;background:#fff;padding:0 15px;color:#506170;cursor:pointer}.ad-paste-card footer button.primary{border-color:#078f86;background:#078f86;color:#fff;font-weight:700}.ad-paste-card footer button:disabled{cursor:not-allowed;opacity:.55}.ad-paste-card footer svg{width:16px}.ad-parse-checks p{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:7px;margin:0;padding:11px;border:1px solid #e2e9ed;border-radius:7px;background:#fafcfd;color:#87939e;font-size:12px}.ad-parse-checks p svg{width:17px}.ad-parse-checks p b{color:#697887;font-size:11px}.ad-parse-checks p.ready{border-color:#cce4de;background:#f2faf7;color:#16826c}.ad-parse-checks p.ready b{color:#216f61}.ad-check-tip{display:flex;gap:9px;margin-top:auto;padding:11px;border-radius:7px;background:#f4f7f9;color:#678;font-size:11px;line-height:1.5}.ad-check-tip svg{width:18px;flex:0 0 18px}.ad-no-split-warning{margin:0 18px 18px;padding:11px 13px;border:1px solid #f1d6ad;border-radius:7px;background:#fff9ef;color:#a55d16;font-size:12px}@media(max-width:1100px){.ad-text-grid{grid-template-columns:1fr 1.35fr}.ad-parse-checks{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.ad-parse-checks>div:first-child,.ad-check-tip{grid-column:1/-1}}@media(max-width:760px){.ad-text-steps{grid-template-columns:auto 1fr auto}.ad-text-steps i:nth-of-type(2),.ad-text-steps b:nth-of-type(3){display:none}.ad-text-grid{grid-template-columns:1fr;padding:12px}.ad-parse-checks{grid-column:auto;display:flex}.ad-paste-card textarea{min-height:210px}.ad-paste-card footer{align-items:stretch;flex-direction:column}.ad-paste-card footer button{justify-content:center}.ad-no-split-warning{margin:0 12px 12px}}.ad-team-picker{margin:0;padding:0;border:0}.ad-team-picker legend{margin-bottom:7px;color:#26384b;font-size:12px;font-weight:700}.ad-team-picker>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.ad-team-picker button{min-height:38px;display:flex;align-items:center;justify-content:center;gap:4px;border:1px solid #ccd8df;border-radius:7px;background:#fff;padding:5px 7px;color:#546575;font-size:11px;cursor:pointer}.ad-team-picker button:hover{border-color:#86bdb7;background:#f7fbfa}.ad-team-picker button.selected{border-color:#078f86;background:#eaf7f4;color:#087b73;font-weight:700;box-shadow:0 0 0 2px #078f8617}.ad-team-picker button svg{width:13px;height:13px}.ad-usage-search{position:relative;display:grid;gap:7px}.ad-search-input{height:42px;display:flex;align-items:center;gap:7px;border:1px solid #ccd8df;border-radius:7px;background:#fff;padding:0 9px}.ad-search-input:focus-within{outline:3px solid rgba(7,143,134,.13);border-color:#078f86}.ad-search-input.confirmed{border-color:#86bdb7;background:#f8fcfb}.ad-search-input>svg{width:17px;flex:0 0 17px;color:#788895}.ad-search-input input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#243647;font-size:12px}.ad-search-input input:disabled{cursor:not-allowed;color:#98a4ad}.ad-search-input button{width:28px;height:28px;display:grid;place-items:center;flex:0 0 28px;border:0;border-radius:5px;background:transparent;color:#7a8994;cursor:pointer}.ad-search-input button:hover{background:#edf3f4;color:#3d5760}.ad-search-input button svg{width:15px}.ad-search-results{position:absolute;z-index:40;top:70px;left:0;right:0;max-height:270px;overflow-y:auto;border:1px solid #cbd8de;border-radius:8px;background:#fff;padding:5px;box-shadow:0 12px 28px #16314329;animation:ad-results-in .14s ease-out}.ad-search-results>p{margin:0;padding:13px;color:#738291;font-size:11px;line-height:1.5}.ad-search-results>p.error{color:#b8453f}.ad-search-results>button{width:100%;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:10px;border:0;border-radius:6px;background:#fff;padding:9px 10px;text-align:left;color:#26384a;cursor:pointer}.ad-search-results>button:hover,.ad-search-results>button.active{background:#edf8f6}.ad-search-results>button+button{border-top:1px solid #edf1f3}.ad-search-results>button span{min-width:0;display:grid;gap:3px}.ad-search-results>button b,.ad-search-results>button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ad-search-results>button b{font-size:11px}.ad-search-results>button small{color:#778592;font-size:10px}@keyframes ad-results-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.ad-search-results{animation:none}}@media(max-width:760px){.ad-team-picker>div{grid-template-columns:1fr}.ad-search-results>button{grid-template-columns:1fr}}.ad-image-import{border:1px solid #bfe4df;border-radius:14px;margin:18px 0;padding:20px;background:#fbfefd}.ad-image-import>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.ad-image-import h3{display:flex;align-items:center;gap:8px;margin:4px 0;font-size:20px}.ad-image-import h3 svg{width:21px;color:#07988e}.ad-image-import p{margin:4px 0;color:#64748b}.ad-image-import button,.image-intake label{border:1px solid #bfd3d8;border-radius:8px;background:#fff;padding:10px 14px;font-weight:700;cursor:pointer}.ad-image-import button.primary{background:#07988e;color:#fff;border-color:#07988e}.ad-image-import button:disabled{opacity:.5;cursor:not-allowed}.ad-image-import .quiet{display:flex;gap:6px;align-items:center}.ad-image-import .quiet svg{width:17px}.image-intake{margin-top:18px;min-height:155px;border:2px dashed #97c8c3;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:#f7fbfb}.image-intake>svg{width:30px;color:#07988e}.image-intake label{margin-top:6px;color:#087f77}.image-queue{display:flex;gap:10px;overflow:auto;padding:12px 0}.image-queue figure{width:110px;flex:none;margin:0}.image-queue img{width:110px;height:74px;object-fit:cover;border-radius:7px;border:1px solid #d9e3e6}.image-queue figcaption{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.image-options{display:flex;align-items:end;gap:12px;margin-top:14px}.image-options label,.record-fields label,.rebate-editor label{display:grid;gap:5px;font-size:12px;color:#64748b}.image-options select,.image-options input,.record-fields input,.record-fields select,.rebate-editor input{height:38px;border:1px solid #ccdadd;border-radius:7px;padding:0 9px;background:#fff}.image-options label:first-child{min-width:280px}.image-summary{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:18px}.image-summary span{padding:12px;border-radius:9px;background:#f0f5f6;display:grid;gap:3px}.image-summary small{color:#64748b}.image-summary .warn{background:#fff3ef;color:#c2412d}.image-summary .net{background:#e4f6f2;color:#087f77}.image-records{display:grid;gap:10px;margin-top:12px;max-height:530px;overflow:auto}.image-records article{border:1px solid #dce7e8;border-radius:10px;padding:12px;background:#fff}.image-records article.issue{border-color:#f2b6a9;background:#fffaf8}.record-title{display:flex;align-items:center;gap:9px}.record-title svg{width:19px;color:#dc5f45}.record-title span{display:grid}.record-title small{color:#8a5a50}.ok .record-title svg{color:#0b9d7d}.record-fields{display:grid;grid-template-columns:2fr 1.4fr 1.1fr .8fr .7fr auto;gap:8px;align-items:end;margin-top:10px}.image-records footer{display:flex;gap:14px;border-top:1px solid #edf1f2;margin-top:10px;padding-top:9px;color:#537078;font-size:13px}.image-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.rebate-editor{margin:16px 0;padding:14px;border-radius:10px;background:#eef8f6;display:grid;grid-template-columns:1.7fr 1fr 1.2fr 1.2fr 1.4fr auto;gap:10px;align-items:end}.rebate-editor>small,.rebate-list{grid-column:1/-1}.rebate-list{display:flex;flex-wrap:wrap;gap:7px}.rebate-list span{font-size:12px;background:#fff;padding:6px 8px;border-radius:6px}.image-error,.image-success{padding:10px 12px;border-radius:8px;margin-top:12px!important}.image-error{background:#fff0ed;color:#bd3b25!important}.image-success{background:#e9f8f2;color:#087f67!important}@media(max-width:1100px){.image-summary{grid-template-columns:repeat(3,1fr)}.record-fields,.rebate-editor{grid-template-columns:repeat(2,1fr)}.image-options{flex-wrap:wrap}.image-options label:first-child{min-width:220px}}@media(max-width:680px){.image-summary{grid-template-columns:repeat(2,1fr)}.record-fields,.rebate-editor{grid-template-columns:1fr}.image-options{display:grid}.ad-image-import>header{display:grid}}.daily-center{max-width:1540px;margin:auto}.daily-toolbar{height:54px;display:flex;align-items:center;margin-bottom:12px;padding:0 14px;border:1px solid #dfe5ef;border-radius:8px;background:#fff}.daily-date-nav{display:flex;align-items:center;gap:7px}.daily-date-nav button{width:34px;height:34px;border:1px solid #d4dde6;border-radius:7px;background:#fff;color:#526174;display:grid;place-items:center}.daily-date-nav button:disabled{opacity:.38}.daily-date-nav svg{width:17px}.daily-date-nav input{height:34px;border:0;background:transparent;padding:0 5px;color:#243044;font:inherit;font-weight:700}.daily-date-nav .daily-today{width:auto;padding:0 10px;border:0;background:#e9f7f4;color:#087f75}.daily-data-state{margin-left:auto;display:flex;align-items:center;gap:11px;font-weight:700}.daily-data-state small{font-weight:400;color:#7a8698}.daily-data-state.ready{color:#087f75}.daily-data-state.waiting{color:#a66300}.daily-inline-error{margin:-2px 0 12px;padding:10px 13px;border:1px solid #ffc8c4;border-radius:7px;background:#fff3f2;color:#bd332b}.daily-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px;margin-bottom:12px}.daily-kpis article{min-height:105px;padding:14px 16px;border:1px solid #dfe5ef;border-radius:8px;background:#fff}.daily-kpis article>span{display:block;color:#718096;font-size:12px}.daily-kpis article>b{display:block;margin:8px 0 5px;font-size:23px}.daily-kpis article>b small{font-size:14px;color:#718096}.daily-kpis article>em{display:block;color:#8a96a6;font-size:12px;font-style:normal}.daily-kpis article.incomplete>b{color:#d23b32;font-size:20px}.daily-currency-list{display:grid;gap:3px}.daily-kpis>.daily-currency-list{margin:7px 0 4px}.daily-currency-list>span{display:flex;align-items:baseline;gap:6px;font-weight:650;white-space:nowrap}.daily-currency-list small{min-width:28px;color:#78869a;font-size:10px}.daily-currency-list em{color:#8390a1;font-size:10px;font-style:normal}.daily-team-panel{overflow:hidden;margin-bottom:12px}.daily-team-panel>header,.daily-upload-box>header,.daily-pending-box>header{height:50px;display:flex;align-items:center;padding:0 16px;border-bottom:1px solid #e5eaf0}.daily-team-panel h2,.daily-upload-box h2,.daily-pending-box h2{display:inline;margin:0;font-size:16px}.daily-team-panel header small,.daily-upload-box header small,.daily-pending-box header small{margin-left:9px;color:#7a8698}.daily-team-table th{background:#f7f9fb}.daily-team-table td{height:66px}.daily-team-table td>b,.daily-team-table td>strong{display:block}.daily-team-table td>small{display:block;margin-top:4px;color:#7a8698}.daily-team-table tr.expanded td{background:#f5faf9}.daily-profit{color:#087f75}.daily-zero{color:#7a8698}.daily-status{display:inline-flex;padding:4px 7px;border-radius:5px;font-size:12px}.daily-status.ready{background:#e8f6f2;color:#087f75}.daily-status.waiting{background:#fff2d8;color:#a66300}.daily-detail{display:flex;align-items:center;gap:3px;border:0;background:transparent;color:#087f75;font-weight:700}.daily-detail svg{width:14px}.daily-shop-row td{height:auto!important;padding:0!important}.daily-shops{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:12px 16px 16px;background:#f5faf9}.daily-shops>div{display:grid;grid-template-columns:1fr auto;gap:5px 12px;padding:11px 12px;border:1px solid #dce8e6;border-radius:7px;background:#fff}.daily-shops>div>b{grid-column:1/-1}.daily-shops>div>span{color:#647386;font-size:12px}.daily-shops .daily-currency-list{grid-column:1/-1}.daily-shops p{grid-column:1/-1;margin:8px;color:#7a8698}.daily-bottom-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:12px}.daily-upload-box,.daily-pending-box{overflow:hidden}.daily-upload-box>div{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:13px}.daily-upload-box button{min-height:58px;display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #d8e3e8;border-radius:7px;background:#fff;color:#087f75;text-align:left}.daily-upload-box button>svg{width:22px}.daily-upload-box button>svg:last-child{width:16px;margin-left:auto}.daily-upload-box button span{display:grid;color:#243044}.daily-upload-box button small{color:#7a8698}.daily-pending-box>header>svg{width:17px;margin-left:auto;color:#7a8698}.daily-pending-content{min-height:84px;display:flex;align-items:center;padding:13px 16px}.daily-pending-content>svg{width:34px;height:34px;padding:8px;border-radius:8px;background:#fff0ee;color:#d23b32;margin-right:11px}.daily-pending-content span{display:grid;gap:5px}.daily-pending-content small{color:#7a8698}.daily-pending-content button{margin-left:auto;height:34px;padding:0 13px;border:0;border-radius:7px;background:#087f75;color:#fff;font-weight:700}.upload-work-back{margin-bottom:12px}.upload-work-back button{height:36px;padding:0 12px;border:1px solid #d3dde9;border-radius:7px;background:#fff;color:#087f75;font-weight:700}@media(max-width:1180px){.daily-kpis{grid-template-columns:repeat(3,1fr)}.daily-bottom-grid{grid-template-columns:1fr}.daily-team-table th:nth-child(4),.daily-team-table td:nth-child(4){display:none}}@media(max-width:760px){.daily-toolbar{height:auto;align-items:flex-start;flex-direction:column;padding:10px;gap:10px}.daily-data-state{margin-left:0}.daily-kpis{grid-template-columns:1fr 1fr}.daily-team-table{min-width:930px}.daily-upload-box>div,.daily-shops{grid-template-columns:1fr}.daily-pending-content{align-items:flex-start}.daily-pending-content button{margin-left:auto}.daily-kpis article{min-height:96px}}.daily-preview-note{display:flex;align-items:center;gap:12px;margin-bottom:12px;padding:11px 14px;border:1px solid #f1d6a4;border-radius:8px;background:#fff9ed;color:#7b5311}.daily-preview-note span{font-size:14px}.daily-preview-note small{color:#97703a}.daily-preview-note button{margin-left:auto;height:32px;padding:0 13px;border:0;border-radius:6px;background:#a66300;color:#fff;font-weight:700}.daily-kpis article.preview{border-color:#efd5a7;background:#fffcf5}.daily-preview-tag{display:inline-flex;margin-left:5px;padding:2px 5px;border-radius:4px;background:#fff2d8;color:#a66300;font-size:10px;font-style:normal;vertical-align:2px}@media(max-width:760px){.daily-preview-note{align-items:flex-start;flex-wrap:wrap}.daily-preview-note button{margin-left:0}}.daily-deduction-panel{overflow:hidden;margin-bottom:12px}.daily-deduction-panel>header{height:50px;display:flex;align-items:center;padding:0 16px;border-bottom:1px solid #e5eaf0}.daily-deduction-panel h2{display:inline;margin:0;font-size:16px}.daily-deduction-panel header small{margin-left:9px;color:#7a8698}.daily-deduction-filters{display:flex;align-items:center;gap:8px;padding:11px 16px;border-bottom:1px solid #e5eaf0;background:#fafbfd}.daily-deduction-filters select,.daily-deduction-filters input{height:34px;padding:0 10px;border:1px solid #d6dee8;border-radius:6px;background:#fff}.daily-deduction-filters input{width:220px}.daily-deduction-filters button{height:34px;padding:0 14px;border:0;border-radius:6px;background:#087f75;color:#fff;font-weight:700}.daily-deduction-filters span{margin-left:auto;color:#526174;font-size:13px;font-weight:650}.daily-deduction-panel td{height:58px}.daily-deduction-panel td b,.daily-deduction-panel td small{display:block}.daily-deduction-panel td small{margin-top:3px;color:#7a8698}.daily-deduction-panel td:last-child strong{color:#a66300}@media(max-width:900px){.daily-deduction-filters{flex-wrap:wrap}.daily-deduction-filters span{width:100%;margin-left:0}.daily-deduction-panel table{min-width:1000px}}
