:root{font-family:Noto Sans SC,Microsoft YaHei,PingFang SC,system-ui,sans-serif;color:#1d2723;background:#f3f5f0;font-synthesis:none;--forest: #173b31;--forest-2: #205044;--forest-3: #2f6b5a;--cream: #f3f5f0;--paper: #fffefa;--gold: #bd8d2d;--gold-soft: #f4e8c9;--green: #1d7a57;--green-soft: #e7f4ec;--amber: #a96b12;--amber-soft: #fff2d7;--red: #bb3f3f;--red-soft: #fce8e5;--ink: #1d2723;--muted: #758078;--border: #dfe4dc;--shadow: 0 12px 40px rgba(34, 48, 41, .055)}*{box-sizing:border-box}html{min-width:320px;background:var(--cream)}body{margin:0;min-width:320px;min-height:100vh;background:var(--cream)}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}button{cursor:pointer}.app-loading,.print-loading{min-height:100vh;display:grid;place-items:center}.loading{min-height:220px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:14px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{display:flex;min-height:100vh}.sidebar{width:252px;position:fixed;inset:0 auto 0 0;z-index:30;display:flex;flex-direction:column;background:var(--forest);color:#fff;overflow-y:auto}.brand{min-height:82px;display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.09)}.brand-mark{width:41px;height:41px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,#d4af56,#aa761f);color:#fff;box-shadow:0 7px 18px #0000002e}.brand>div:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:3px}.brand strong{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand span{font-size:11px;color:#ffffff8f;letter-spacing:.05em}.mobile-close{display:none;margin-left:auto;color:#fff;background:transparent;border:0;padding:4px}.sidebar nav{flex:1;padding:14px 12px}.nav-section{padding:19px 12px 7px;color:#ffffff61;font-size:10px;font-weight:600;letter-spacing:.14em}.nav-section:first-child{padding-top:4px}.nav-item{height:43px;padding:0 13px;margin:3px 0;display:flex;align-items:center;gap:11px;border-radius:10px;color:#ffffffb8;font-size:13px;font-weight:500;transition:.18s ease}.nav-item:hover{color:#fff;background:#ffffff12}.nav-item.active{color:#fff;background:#ffffff1f;box-shadow:inset 3px 0 #d7b65d}.nav-item.active svg{color:#e0c477}.sidebar-foot{margin:10px 14px 18px;padding:13px;display:flex;gap:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.07);border-radius:11px;color:#d7b65d}.sidebar-foot>div{display:flex;flex-direction:column;gap:3px}.sidebar-foot strong{font-size:11px;color:#ffffffd1}.sidebar-foot span{font-size:10px;color:#ffffff70}.main{min-width:0;min-height:100vh;margin-left:252px;width:calc(100% - 252px);display:flex;flex-direction:column}.topbar{height:64px;padding:0 30px;display:flex;align-items:center;border-bottom:1px solid var(--border);background:#fffefade;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0;z-index:20}.topbar-context{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--green);font-weight:600}.topbar-context:after{content:"";width:5px;height:5px;background:#44a477;border-radius:100%;box-shadow:0 0 0 4px #e7f4ec;order:-1;margin-right:3px}.topbar-user{margin-left:auto;display:flex;align-items:center;gap:10px}.topbar-user>div:last-child{display:flex;flex-direction:column;gap:1px}.topbar-user strong{font-size:12px}.topbar-user span{font-size:10px;color:var(--muted)}.topbar-logout{width:30px;height:30px;margin-left:4px;display:grid;place-items:center;border:0;border-radius:8px;color:#8b948e;background:transparent}.topbar-logout:hover{color:var(--red);background:var(--red-soft)}.avatar{width:33px;height:33px;border-radius:10px;background:#e5eee8;color:var(--forest);display:grid;place-items:center;font-size:13px;font-weight:700}.menu-button{display:none;border:0;background:transparent;color:var(--ink);padding:5px}.page{flex:1;width:min(1560px,100%);margin:0 auto;padding:31px 32px 46px}.app-footer{min-height:45px;display:flex;align-items:center;justify-content:space-between;padding:0 32px;border-top:1px solid var(--border);color:#939b95;font-size:10px}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:23px}.page-header h1{font-family:STSong,Songti SC,serif;font-size:29px;line-height:1.25;letter-spacing:-.03em;font-weight:700;color:#14231e}.page-header p{margin-top:7px;font-size:13px;color:var(--muted)}.eyebrow,.card-kicker{color:var(--gold);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.17em;margin-bottom:5px}.eyebrow.light{color:#e0c477}.page-actions{display:flex;gap:8px;flex-wrap:wrap}.button{min-height:37px;border:1px solid transparent;padding:8px 15px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:9px;font-size:12px;font-weight:600;transition:.15s ease}.button:disabled{cursor:not-allowed;opacity:.48}.button-primary{background:var(--forest);color:#fff;box-shadow:0 5px 14px #173b3124}.button-primary:hover:not(:disabled){background:var(--forest-2);transform:translateY(-1px)}.button-secondary{border-color:var(--border);background:var(--paper);color:#37423d}.button-secondary:hover:not(:disabled){border-color:#bfc8c0;background:#fff}.button-ghost{background:transparent;color:#59635d}.button-ghost:hover:not(:disabled){background:#f0f2ee}.button-danger{background:var(--red);color:#fff}.icon-button{width:34px;height:34px;padding:0;border:1px solid var(--border);background:var(--paper);color:#59635d;border-radius:8px;display:inline-grid;place-items:center}.icon-button:hover{border-color:#aeb9b0;color:var(--forest)}.icon-button.danger{color:var(--red)}.icon-button.success{color:var(--green)}.row-actions{display:flex;gap:5px}.text-link{display:inline-flex;align-items:center;gap:4px;color:var(--green);font-size:11px;font-weight:600}.text-link:hover{color:var(--forest)}.card{background:#fffefae6;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow)}.card-head{min-height:70px;padding:18px 20px 12px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.card-head h2{font-size:15px;font-weight:650}.muted-icon{color:#aab3ac}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:15px}.metric-card{min-height:116px;padding:20px;display:flex;align-items:center;gap:15px;position:relative;overflow:hidden}.metric-card>div:nth-child(2){min-width:0;display:flex;flex-direction:column}.metric-card span{font-size:11px;color:var(--muted)}.metric-card strong{margin:5px 0 2px;font-size:23px;line-height:1.2;letter-spacing:-.035em;color:#16221e}.metric-card small{color:#939d96;font-size:10px}.metric-icon{flex:0 0 auto;width:41px;height:41px;border-radius:12px;display:grid;place-items:center;background:#e5ece8;color:var(--forest)}.metric-icon svg{width:19px}.metric-icon.green{background:var(--green-soft);color:var(--green)}.metric-icon.amber{background:var(--amber-soft);color:var(--amber)}.metric-icon.red{background:var(--red-soft);color:var(--red)}.metric-card.featured{background:var(--forest);border-color:var(--forest)}.metric-card.featured span,.metric-card.featured small{color:#ffffff9e}.metric-card.featured strong{color:#fff}.metric-card.featured .metric-icon{background:#ffffff1f;color:#e1c372}.metric-orbit{position:absolute;width:120px;height:120px;right:-38px;top:-38px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 20px #ffffff06,0 0 0 40px #ffffff05}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr .72fr;gap:15px;align-items:stretch}.span-2{grid-column:span 2}.order-list{padding:0 10px 10px}.order-row{min-height:66px;display:grid;grid-template-columns:38px 1.5fr .7fr .7fr auto;align-items:center;gap:12px;padding:9px 10px;border-top:1px solid #edf0ec}.order-icon{width:34px;height:34px;border-radius:9px;background:#edf2ee;color:var(--green);display:grid;place-items:center}.order-main,.order-date,.order-amount{min-width:0;display:flex;flex-direction:column;gap:2px}.order-row strong{font-size:11px}.order-row span{font-size:10px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-date span,.order-amount span{font-size:9px}.alert-list{padding:0 17px 10px}.alert-item{min-height:53px;display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-top:1px solid #edf0ec}.alert-item>i{flex:0 0 auto;width:7px;height:7px;margin-top:5px;border-radius:100%;background:var(--amber);box-shadow:0 0 0 4px var(--amber-soft)}.alert-item.danger>i{background:var(--red);box-shadow:0 0 0 4px var(--red-soft)}.alert-item div{display:flex;flex-direction:column;gap:2px}.alert-item strong{font-size:10px;line-height:1.5}.alert-item span{font-size:9px;color:var(--muted)}.card-action{height:42px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:center;gap:6px;color:var(--green);font-size:10px;font-weight:600}.all-clear{min-height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;text-align:center}.all-clear>span{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--green-soft);color:var(--green);margin-bottom:10px}.all-clear strong{font-size:12px}.all-clear p{font-size:10px;color:var(--muted);margin-top:4px}.profit-bars{padding:2px 21px 21px;display:flex;flex-direction:column;gap:13px}.profit-row{display:grid;grid-template-columns:120px 1fr 100px;gap:14px;align-items:center}.profit-label,.profit-value{display:flex;flex-direction:column;gap:2px}.profit-label strong,.profit-value strong{font-size:10px}.profit-label span,.profit-value span{color:var(--muted);font-size:9px}.profit-value{text-align:right}.bar-track{height:7px;background:#edf0ec;border-radius:999px;overflow:hidden}.bar-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--green),#7fac88)}.bar-legend{display:flex;align-items:center;gap:5px;font-size:9px;color:var(--muted)}.bar-legend i{width:7px;height:7px;border-radius:2px;background:var(--green)}.guide-card{padding:23px;display:flex;flex-direction:column;align-items:flex-start;background:linear-gradient(160deg,#fffefa,#f3f1e8)}.guide-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;color:var(--gold);background:var(--gold-soft);margin-bottom:20px}.guide-card h2{font-family:STSong,serif;font-size:19px}.guide-card p{font-size:10px;line-height:1.75;color:var(--muted);margin:16px 0}.guide-card>a{display:inline-flex;align-items:center;gap:5px;margin-top:auto;color:var(--forest);font-size:10px;font-weight:600}.flow-mini{width:100%;display:flex;align-items:center;margin-top:14px}.flow-mini span{font-size:8px;color:var(--muted)}.flow-mini span.done{color:var(--green);font-weight:700}.flow-mini i{height:1px;flex:1;margin:0 4px;background:#d9dfd9}.badge{width:max-content;display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border-radius:99px;font-size:9px;font-weight:600;white-space:nowrap}.badge i{width:5px;height:5px;border-radius:100%}.badge-success{background:var(--green-soft);color:var(--green)}.badge-success i{background:var(--green)}.badge-danger{background:var(--red-soft);color:var(--red)}.badge-danger i{background:var(--red)}.badge-warning{background:var(--amber-soft);color:var(--amber)}.badge-warning i{background:var(--amber)}.badge-neutral{background:#edf0ed;color:#657068}.badge-neutral i{background:#8b958e}.toolbar{min-height:64px;padding:12px 15px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid var(--border)}.search{width:min(350px,100%);display:flex;align-items:center;position:relative}.search>svg{position:absolute;left:12px;z-index:1;color:#9ca49f;pointer-events:none}.search .input{padding-left:37px}.toolbar-note{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:10px}.input{width:100%;min-height:37px;border:1px solid #d7ddd7;border-radius:8px;padding:8px 10px;color:var(--ink);background:#fff;font-size:11px;outline:none;transition:.15s ease}.input:focus{border-color:#7fa192;box-shadow:0 0 0 3px #2f6b5a17}.input:disabled{color:#8d958f;background:#f2f4f1}.select{padding-right:30px}.field{display:flex;flex-direction:column;gap:6px}.field-label{font-size:10px;font-weight:600;color:#4f5b54}.field-label b{color:var(--red);margin-left:3px}.field small{color:var(--muted);font-size:9px}.form-grid{display:grid;gap:14px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th{padding:10px 13px;background:#f7f8f5;border-bottom:1px solid var(--border);color:#778078;font-size:9px;font-weight:600;text-align:left;white-space:nowrap}td{padding:12px 13px;border-bottom:1px solid #edf0ec;color:#4b5750;font-size:10px;vertical-align:middle}tbody tr:last-child td{border-bottom:0}tbody tr:hover td{background:#f4f7f3a6}td>strong{color:#26322d;font-size:10px}.align-right{text-align:right}.cell-sub{display:block;margin-top:3px;color:#929a94;font-size:8px;font-weight:400;white-space:nowrap}.mono{font-family:SFMono-Regular,Consolas,monospace;letter-spacing:-.02em}.progress-label{width:75px;display:flex;align-items:center;gap:6px}.progress-label span{font-size:9px;color:var(--muted)}.progress-label i{width:42px;height:4px;background:#e5e9e5;border-radius:5px;overflow:hidden}.progress-label b{display:block;height:100%;background:var(--green)}.missing-text,.text-danger{color:var(--red)!important}.suggested-price{color:var(--green)!important}.price-input{min-width:80px;max-width:90px;text-align:right;font-weight:700}.save-row{min-width:55px;padding:5px 8px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:20px;background:#0e1d187a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:fade .15s ease}@keyframes fade{0%{opacity:0}}.modal{width:min(610px,100%);max-height:calc(100vh - 40px);overflow:hidden;display:flex;flex-direction:column;background:var(--paper);border-radius:16px;box-shadow:0 28px 80px #0c191447;animation:rise .18s ease}.modal-wide{width:min(1100px,100%)}@keyframes rise{0%{opacity:.6;transform:translateY(8px) scale(.985)}}.modal>header{padding:19px 21px 15px;border-bottom:1px solid var(--border);display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.modal h2{font-size:16px}.modal header p{color:var(--muted);font-size:10px;margin-top:5px}.modal-body{overflow-y:auto;padding:20px 21px}.modal-body form{display:flex;flex-direction:column;gap:17px}.modal-actions{display:flex;justify-content:flex-end;gap:7px;padding-top:2px}.modal-table{max-height:390px;border:1px solid var(--border);border-radius:10px}.line-editor{border:1px solid var(--border);border-radius:10px;overflow:hidden}.line-editor-head{height:52px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;background:#f6f8f4}.line-editor-head strong{font-size:11px}.line-edit-row{display:grid;grid-template-columns:27px minmax(210px,1.6fr) minmax(90px,.35fr) minmax(150px,1fr) 34px;align-items:center;gap:8px;padding:8px 10px;border-top:1px solid var(--border)}.line-edit-row.quote-line{grid-template-columns:27px minmax(200px,1.5fr) minmax(90px,.3fr) minmax(90px,.3fr) minmax(120px,.7fr) 34px}.line-no{font-size:9px;color:var(--muted);text-align:center}.modal-summary{min-height:62px;padding:12px 15px;border-radius:10px;background:#f1f5f1;display:grid;grid-template-columns:1fr auto;align-items:center}.modal-summary span{font-size:10px;color:var(--muted)}.modal-summary strong{grid-column:2;grid-row:1 / span 2;font-size:18px;color:var(--forest)}.modal-summary small{font-size:8px;color:#97a099}.empty{min-height:250px;padding:35px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty>span{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#edf1ec;color:#89958d;margin-bottom:11px}.empty h3{font-size:13px}.empty p{max-width:400px;margin:6px 0 15px;color:var(--muted);font-size:10px;line-height:1.7}.notice{min-height:42px;padding:10px 13px;border-radius:9px;display:flex;align-items:center;gap:8px;margin-bottom:13px;font-size:10px}.notice-success{color:var(--green);background:var(--green-soft);border:1px solid #cde5d5}.notice-error{color:var(--red);background:var(--red-soft);border:1px solid #f0d0cc}.info-strip{min-height:58px;display:flex;align-items:center;gap:12px;padding:12px 16px;margin-bottom:13px;border-radius:11px;color:#78602b;background:#f8f1df;border:1px solid #ebdfbf}.info-strip div{display:flex;flex-direction:column;gap:2px}.info-strip strong{font-size:10px}.info-strip span{font-size:9px;color:#927b4a}.pricing-summary{min-height:70px;margin-bottom:13px;padding:10px 15px;border:1px solid var(--border);background:var(--paper);border-radius:13px;display:flex;align-items:center;gap:7px;box-shadow:var(--shadow)}.pricing-summary>div:not(.formula-chip){min-width:96px;height:47px;display:grid;grid-template-columns:10px 1fr;grid-template-rows:1fr 1fr;align-items:center;padding:4px 12px;border-right:1px solid var(--border)}.pricing-summary strong{font-size:17px}.pricing-summary small{grid-column:2;color:var(--muted);font-size:8px;align-self:start}.pricing-dot{grid-row:1 / span 2;width:7px;height:7px;border-radius:50%}.pricing-dot.green{background:var(--green);box-shadow:0 0 0 4px var(--green-soft)}.pricing-dot.yellow{background:var(--amber);box-shadow:0 0 0 4px var(--amber-soft)}.pricing-dot.red{background:var(--red);box-shadow:0 0 0 4px var(--red-soft)}.pricing-dot.gray{background:#87928b;box-shadow:0 0 0 4px #edf0ed}.formula-chip{margin-left:auto;min-height:36px;display:flex;align-items:center;gap:7px;padding:8px 12px;border-radius:8px;color:var(--green);background:var(--green-soft);font-size:9px}.filter-control{display:flex;align-items:center;gap:7px}.filter-control .select{width:155px}.pricing-table table{min-width:1280px}.operation-steps{min-height:72px;margin-bottom:13px;padding:13px 22px;display:flex;align-items:center;border-radius:13px;border:1px solid var(--border);background:var(--paper);box-shadow:var(--shadow)}.operation-steps>div{min-width:160px;display:flex;align-items:center;gap:10px}.operation-steps>div>span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#e9ede9;color:#78827b;font-size:10px;font-weight:700}.operation-steps>div.active>span{background:var(--forest);color:#fff}.operation-steps div div{display:flex;flex-direction:column;gap:1px}.operation-steps strong{font-size:10px}.operation-steps small{color:var(--muted);font-size:8px}.operation-steps>i{height:1px;flex:1;margin:0 18px;background:#dce2dc}.delivery-sign-head{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#f2f5f1;border-radius:9px}.delivery-sign-head span{font-family:monospace;font-size:10px;color:var(--muted)}.delivery-sign-head strong{font-size:11px}.delivery-sign-head small{margin-left:auto;color:var(--muted);font-size:9px}.settlement-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.two-column{display:grid;grid-template-columns:1fr 1fr;gap:15px}.statement-list{padding:0 13px 14px}.statement-list>div{min-height:66px;display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:11px;padding:9px 7px;border-top:1px solid #edf0ec}.statement-list>div>div{display:flex;flex-direction:column;gap:3px}.statement-list>div>div:last-child{text-align:right}.statement-list strong{font-size:10px}.statement-list small{font-size:8px;color:var(--muted)}.statement-avatar{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;font-size:10px;font-weight:700}.statement-avatar.supplier{color:var(--amber);background:var(--amber-soft)}.statement-avatar.customer{color:var(--green);background:var(--green-soft)}.tabs{display:flex;gap:5px;margin-bottom:12px}.tabs button{height:37px;display:flex;align-items:center;gap:7px;padding:0 14px;border:1px solid var(--border);border-radius:9px;background:var(--paper);color:var(--muted);font-size:10px}.tabs button.active{background:var(--forest);border-color:var(--forest);color:#fff}.tabs b{padding:1px 6px;border-radius:99px;background:#80808026;font-size:8px}.settings-stack{display:flex;flex-direction:column;gap:14px}.settings-stack .card{padding:20px}.settings-title{display:flex;align-items:center;gap:12px;padding-bottom:17px;margin-bottom:17px;border-bottom:1px solid var(--border)}.settings-title>span{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;color:var(--green);background:var(--green-soft)}.settings-title svg{width:19px}.settings-title h2{font-size:13px}.settings-title p{margin-top:3px;color:var(--muted);font-size:9px}.settings-title-action{margin-left:auto}.settings-actions{display:flex;justify-content:flex-end}.user-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.user-row{min-height:59px;display:grid;grid-template-columns:34px 1fr auto auto;align-items:center;gap:9px;padding:8px 10px;border:1px solid var(--border);border-radius:9px;background:#fafbf8}.user-row>div{display:flex;flex-direction:column;gap:2px}.user-row strong{font-size:10px}.user-row small{color:var(--muted);font-size:8px}.timeline{padding:8px 19px 15px}.timeline-item{min-height:66px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:12px;border-bottom:1px solid #edf0ec}.timeline-item:last-child{border-bottom:0}.timeline-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;color:var(--green);background:var(--green-soft)}.timeline-item strong{font-size:10px}.timeline-item p{display:flex;gap:5px;margin-top:3px;color:var(--muted);font-size:8px}.timeline-item p b{font-weight:400}.timeline-item time{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:8px}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(360px,.8fr) minmax(600px,1.2fr);background:var(--paper)}.auth-intro{min-height:100vh;padding:clamp(35px,6vw,80px);display:flex;flex-direction:column;justify-content:space-between;color:#fff;background:radial-gradient(circle at 20% 0%,rgba(201,162,75,.19),transparent 30%),linear-gradient(145deg,#173b31,#102a23);position:relative;overflow:hidden}.auth-intro:after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.05);border-radius:50%;right:-220px;bottom:-130px;box-shadow:0 0 0 60px #ffffff05,0 0 0 120px #ffffff04}.auth-logo{width:47px;height:47px;border-radius:15px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#d4af56,#aa761f)}.auth-intro h1{font-family:STSong,Songti SC,serif;font-size:clamp(30px,3.2vw,47px);line-height:1.33;letter-spacing:-.04em}.auth-intro p{max-width:500px;margin-top:20px;color:#ffffff94;font-size:13px;line-height:1.9}.auth-points{display:flex;flex-direction:column;gap:12px}.auth-points span{display:flex;align-items:center;gap:9px;color:#ffffffba;font-size:11px}.auth-points svg{width:16px;color:#d6b55e}.auth-panel{min-height:100vh;padding:45px;display:grid;place-items:center;overflow-y:auto}.auth-form{width:min(610px,100%);display:flex;flex-direction:column;gap:17px}.auth-form-title{display:flex;align-items:center;gap:13px;margin-bottom:10px}.auth-form-title>span{width:48px;height:48px;display:grid;place-items:center;color:var(--green);background:var(--green-soft);border-radius:14px}.auth-form-title h2{font-size:21px}.auth-form-title p{color:var(--muted);font-size:10px;margin-top:3px}.check-row{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid var(--border);border-radius:9px;background:#fafbf8}.check-row input{margin-top:3px;accent-color:var(--forest)}.check-row span{display:flex;flex-direction:column;gap:2px}.check-row strong{font-size:10px}.check-row small{color:var(--muted);font-size:9px}.auth-form>.button,.login-card form>.button{width:100%;min-height:45px;margin-top:4px}.auth-security{display:flex;align-items:center;justify-content:center;gap:6px;color:#9aa19d;font-size:8px}.login-shell{min-height:100vh;padding:20px;display:grid;place-items:center;background:radial-gradient(circle at 50% 0%,rgba(202,172,95,.18),transparent 35%),var(--forest)}.login-card{width:min(430px,100%);overflow:hidden;background:var(--paper);border-radius:18px;box-shadow:0 30px 80px #00000040}.login-brand{min-height:92px;display:flex;align-items:center;gap:12px;padding:20px 28px;color:#fff;background:#1a4337}.login-brand>span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#d4af56,#aa761f)}.login-brand h1{font-size:18px}.login-brand p{color:#ffffff8c;font-size:9px;margin-top:3px}.login-card form{padding:30px 32px 32px;display:flex;flex-direction:column;gap:16px}.login-card form h2{font-size:20px}.login-card form>div:first-child p{margin-top:4px;color:var(--muted);font-size:10px}.print-page{min-height:100vh;padding:25px;background:#e7e9e6}.print-toolbar{width:210mm;max-width:100%;margin:0 auto 15px;display:flex;justify-content:space-between}.delivery-paper{width:210mm;min-height:297mm;margin:0 auto;padding:16mm 15mm;background:#fff;color:#111;box-shadow:0 10px 40px #0000001f}.paper-head{min-height:28mm;display:grid;grid-template-columns:1fr auto 1fr;align-items:end;border-bottom:2px solid #111;position:relative}.paper-head h1{font-family:STSong,serif;font-size:26px;letter-spacing:.45em;padding-left:.45em}.paper-company{align-self:start;font-size:12px;font-weight:700}.paper-no{justify-self:end;font-family:monospace;font-size:11px}.paper-meta{padding:9px 2px;display:grid;grid-template-columns:1.1fr .9fr;gap:6px 20px;font-size:10px}.paper-meta b{font-weight:600}.paper-table{border:1px solid #111}.paper-table th,.paper-table td{border:1px solid #555;padding:6px 5px;background:#fff;color:#111;text-align:center;font-size:9px}.paper-table th{font-weight:600}.paper-table .blank-row{height:30px}.paper-table tfoot td{text-align:right;font-weight:700}.paper-notes{min-height:23mm;padding:10px 2px;font-size:9px;line-height:1.8}.paper-sign{min-height:42mm;display:grid;grid-template-columns:1.3fr .7fr;gap:10px 25px;padding:10px 2px;border-top:1px solid #777;font-size:10px}.paper-sign>div{min-height:40px;display:flex;align-items:flex-start;gap:8px}.paper-sign>div:first-child{grid-row:span 2;position:relative}.paper-sign b{min-width:80px;border-bottom:1px solid #555;font-weight:400}.seal-placeholder{position:absolute;left:80px;top:16px;width:85px;height:85px;border:1px dashed #bbb;color:#bbb;border-radius:50%;display:grid;place-items:center;font-size:9px}.delivery-paper footer{padding-top:8px;border-top:1px solid #aaa;display:flex;justify-content:space-between;gap:10px;color:#555;font-size:8px}@media(max-width:1200px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr 1fr}.dashboard-grid .span-2,.guide-card{grid-column:span 2}.form-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.sidebar{transform:translate(-105%);box-shadow:14px 0 50px #0003;transition:transform .22s ease}.sidebar.sidebar-open{transform:translate(0)}.mobile-close,.menu-button{display:grid}.sidebar-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:25;background:#0f1d1866}.main{width:100%;margin-left:0}.topbar{padding:0 18px;gap:14px}.page{padding:25px 19px 40px}.auth-shell{grid-template-columns:1fr}.auth-intro{display:none}.auth-panel{min-height:100vh;padding:30px 20px}.line-edit-row,.line-edit-row.quote-line{min-width:850px}}@media(max-width:640px){.topbar{height:57px}.topbar-context span{display:none}.topbar-user>div:last-child{display:none}.page{padding:21px 13px 34px}.page-header{align-items:flex-start;flex-direction:column;margin-bottom:18px}.page-header h1{font-size:25px}.page-header p{line-height:1.65}.page-actions,.page-actions .button{width:100%}.metric-grid,.settlement-metrics{grid-template-columns:1fr 1fr;gap:9px}.metric-card{min-height:105px;padding:14px;gap:10px}.metric-card strong{font-size:18px}.metric-icon{width:36px;height:36px}.metric-card span{font-size:9px}.dashboard-grid{grid-template-columns:1fr}.dashboard-grid .span-2,.guide-card{grid-column:span 1}.order-row{grid-template-columns:34px 1fr auto}.order-date,.order-amount{display:none}.profit-row{grid-template-columns:90px 1fr 78px;gap:8px}.toolbar{align-items:flex-start;flex-direction:column}.search{width:100%}.toolbar-note{padding:0 3px}.form-grid.two,.form-grid.three{grid-template-columns:1fr}.modal-backdrop{padding:0;place-items:end center}.modal,.modal-wide{width:100%;max-height:94vh;border-radius:18px 18px 0 0}.modal-body{padding:17px 15px}.pricing-summary{display:grid;grid-template-columns:1fr 1fr}.pricing-summary>div:not(.formula-chip){min-width:0;border:0}.formula-chip{grid-column:span 2;margin-left:0}.operation-steps{padding:12px}.operation-steps>div{min-width:auto;flex:1}.operation-steps>div div{display:none}.operation-steps>i{margin:0 7px}.two-column,.user-grid{grid-template-columns:1fr}.timeline-item{grid-template-columns:32px 1fr}.timeline-item time{grid-column:2;margin-top:-15px;padding-bottom:8px}.app-footer{padding:0 14px}.app-footer span:last-child{display:none}.delivery-sign-head{align-items:flex-start;flex-direction:column}.delivery-sign-head small{margin-left:0}.auth-form .form-grid.two{gap:17px}}body,.nav-item{font-size:14px}.nav-section{font-size:11px}.brand span,.sidebar-foot strong{font-size:12px}.sidebar-foot span{font-size:11px}.topbar-context,.topbar-user strong{font-size:13px}.topbar-user span,.app-footer{font-size:12px}.page-header p{font-size:14px;line-height:1.65}.eyebrow,.card-kicker{font-size:11px}.button{min-height:40px;padding:9px 16px;font-size:13px}.text-link{font-size:12px}.card-head h2{font-size:17px}.metric-card span{font-size:13px}.metric-card small{font-size:11px;line-height:1.45}.metric-card strong{font-size:25px}.input{min-height:40px;padding:9px 11px;font-size:13px}.field-label{font-size:12px}.field small{font-size:11px;line-height:1.5}th{padding:12px 14px;font-size:11px}td{padding:13px 14px;font-size:13px;line-height:1.45}td>strong{font-size:13px}.cell-sub{font-size:11px}.badge{padding:5px 9px;font-size:11px}.toolbar-note{font-size:12px}.modal h2{font-size:18px}.modal header p{font-size:12px;line-height:1.55}.empty h3{font-size:15px}.empty p,.notice,.operation-steps strong,.delivery-sign-head strong{font-size:13px}.operation-steps small,.delivery-sign-head small,.delivery-sign-head span{font-size:11px}.statement-list strong{font-size:13px}.statement-list small{font-size:11px}.statement-avatar{font-size:12px}.tabs{flex-wrap:wrap}.tabs button{min-height:40px;height:auto;padding:8px 15px;font-size:13px}.tabs button svg{width:17px}.tabs b{font-size:10px}.settings-title h2{font-size:16px}.settings-title p,.user-row small,.timeline-item p,.timeline-item time{font-size:11px}.user-row strong,.timeline-item strong{font-size:13px}.order-row strong,.profit-label strong,.profit-value strong,.alert-item strong{font-size:12px}.order-row span,.profit-label span,.profit-value span,.alert-item span,.all-clear p,.guide-card p{font-size:11px}.all-clear strong{font-size:14px}.flow-mini span,.bar-legend{font-size:10px}.import-layout{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:15px}.import-panel{padding:20px}.file-drop{min-height:210px;border:2px dashed #cbd4cb;border-radius:13px;padding:25px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;background:#fafbf8;text-align:center}.file-drop:hover{border-color:var(--green);background:var(--green-soft)}.file-drop input{max-width:100%}.file-drop strong{font-size:15px}.file-drop span,.file-drop small{color:var(--muted);font-size:12px}.mapping-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 20px 20px}.mini-empty{padding:25px;color:var(--muted);text-align:center;font-size:13px}.market-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.market-intelligence-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.market-tabs{margin:18px 0 14px}.market-overview{min-width:0;display:grid;gap:15px}.market-overview>.card,.market-config-grid,.market-config-grid>.card{min-width:0}.market-comparison-table table{min-width:1500px}.market-config-grid{align-items:start}.market-source-list{padding:0 18px 18px}.market-source-row{min-height:92px;padding:14px 3px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:13px;border-top:1px solid var(--border)}.market-source-row>div{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.market-source-row>div:last-child{align-items:flex-end}.market-source-row strong{font-size:15px}.market-source-row small{color:var(--muted);font-size:13px;line-height:1.45}.market-source-row .statement-avatar svg{width:18px}.batch-file-summary{min-height:64px;padding:12px 15px;display:flex;align-items:center;gap:12px;border:1px solid #d8e3da;border-radius:11px;background:var(--green-soft);color:var(--green)}.batch-file-summary>div{min-width:0;display:flex;flex-direction:column;gap:3px}.batch-file-summary strong{overflow:hidden;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.batch-file-summary small{font-size:13px}.batch-preview table{min-width:900px}.batch-detail-table{max-height:480px}.batch-detail-table table{min-width:1420px}.market-file-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.market-image-drop{min-height:184px;padding:26px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;border:2px dashed #afc4b5;border-radius:14px;background:linear-gradient(145deg,#fbfcf9,#f1f7f2);color:var(--green);text-align:center;cursor:pointer;outline:none;transition:border-color .16s ease,background .16s ease,transform .16s ease}.market-image-drop:hover,.market-image-drop:focus-visible,.market-image-drop.drag-active{border-color:var(--green);background:#e8f4ec;transform:translateY(-1px)}.market-drop-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:var(--green-soft)}.market-drop-icon svg{width:25px;height:25px}.market-image-drop strong{color:#183d31;font-size:19px}.market-image-drop>span:not(.market-drop-icon){color:#52655c;font-size:15px;line-height:1.55}.market-image-drop small{color:var(--muted);font-size:13px;line-height:1.5}.market-import-list{overflow:hidden;border:1px solid var(--border);border-radius:13px;background:#fbfcf9}.market-import-list-head{min-height:70px;padding:12px 15px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f4f7f3}.market-import-list-head>div{display:flex;flex-direction:column;gap:3px}.market-import-list-head strong{font-size:16px}.market-import-list-head span{color:var(--muted);font-size:14px}.market-import-item{min-height:78px;padding:11px 14px;display:grid;grid-template-columns:42px minmax(0,1fr) 28px auto;align-items:center;gap:12px;border-top:1px solid var(--border);background:#fff}.market-import-item.status-empty,.market-import-item.status-failed{background:#fff9f7}.market-import-type{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:var(--green-soft);color:var(--green)}.market-import-item>div:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:2px}.market-import-item strong{overflow:hidden;color:#26352f;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.market-import-item span,.market-import-item small{color:var(--muted);font-size:13px;line-height:1.45}.market-import-state{color:var(--green)!important}.status-empty .market-import-state,.status-failed .market-import-state{color:var(--red)!important}.market-import-actions{display:flex;flex-direction:row!important;gap:7px!important}.market-fee-panel{overflow:hidden;border:1px solid #dfdfd4;border-radius:13px;background:#fbfaf5}.market-fee-panel.has-fees{border-color:#d8c78f;background:#fffaf0}.market-fee-head{min-height:76px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid rgba(193,177,128,.35)}.market-fee-head>div:first-child{display:flex;flex-direction:column;gap:3px}.market-fee-head>div:first-child strong{font-size:17px}.market-fee-head>div:first-child span{color:var(--muted);font-size:14px}.market-fee-head>div:last-child{min-width:210px;display:grid;grid-template-columns:auto auto;gap:1px 13px;text-align:right}.market-fee-head>div:last-child small{align-self:end;color:var(--muted);font-size:12px}.market-fee-head>div:last-child strong{color:#8c6920;font-size:20px}.market-fee-head>div:last-child span{grid-column:span 2;color:#7f6b3c;font-size:13px}.market-fee-grid{padding:15px 16px}.market-fee-check{margin:0 16px 16px;background:#ffffffad}.market-fee-detail{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));overflow:hidden;border:1px solid #dfd3aa;border-radius:11px;background:#fffaf0}.market-fee-detail>div{min-height:76px;padding:12px;display:flex;flex-direction:column;justify-content:center;gap:3px;border-right:1px solid #e8dec0}.market-fee-detail>div:last-child{border-right:0}.market-fee-detail span{color:#7d7156;font-size:13px}.market-fee-detail strong{color:#493f2d;font-size:17px}.market-fee-detail small{color:var(--muted);font-size:12px}.market-fee-detail .featured{background:#f2e5bc}.market-fee-detail .featured strong{color:#735717}.market-row-toolbar{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:12px}.market-row-toolbar>div{display:flex;flex-direction:column;gap:3px}.market-row-toolbar strong{font-size:17px}.market-row-toolbar span{color:var(--muted);font-size:14px}.editable-market-preview{max-height:min(46vh,520px)}.editable-market-preview table{min-width:2050px}.editable-market-preview th{position:sticky;top:0;z-index:2}.editable-market-preview td{padding:9px}.editable-market-preview td:nth-child(1){min-width:190px}.editable-market-preview td:nth-child(2){min-width:150px}.editable-market-preview td:nth-child(3){min-width:120px}.editable-market-preview td:nth-child(4),.editable-market-preview td:nth-child(5),.editable-market-preview td:nth-child(6){min-width:125px}.editable-market-preview td:nth-child(7){min-width:155px}.editable-market-preview td:nth-child(8),.editable-market-preview td:nth-child(9){min-width:115px}.editable-market-preview td:nth-child(10){min-width:165px}.editable-market-preview td:nth-child(11),.editable-market-preview td:nth-child(12){min-width:130px}.landed-preview{color:#9a6f13!important}.market-no-rows{min-height:112px;padding:18px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:13px;border:1px solid #ead9b0;border-radius:12px;background:#fffbf1;color:#7a6229}.market-no-rows>svg{width:30px;height:30px}.market-no-rows>div{display:flex;flex-direction:column;gap:3px}.market-no-rows strong{font-size:16px}.market-no-rows span{color:#7b7055;font-size:14px;line-height:1.5}.batch-attachment-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.batch-attachment-list>a{min-width:0;min-height:62px;padding:10px 12px;display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:10px;background:#fafbf8;color:var(--green)}.batch-attachment-list>a>svg{flex:0 0 auto}.batch-attachment-list>a>span{min-width:0;display:flex;flex-direction:column;gap:2px}.batch-attachment-list strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.batch-attachment-list small{color:var(--muted);font-size:12px;line-height:1.4}.fleet-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.fleet-grid>section+section{border-left:1px solid var(--border)}.fleet-row{min-height:72px;padding:12px 18px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;border-top:1px solid var(--border)}.fleet-row>div{display:flex;flex-direction:column;gap:3px}.fleet-row strong{font-size:13px}.fleet-row small{color:var(--muted);font-size:11px}.signature-pad{margin:14px 0;overflow:hidden;border:1px solid #cfd8d0;border-radius:12px;background:#fff}.signature-pad canvas{width:100%;height:180px;display:block;touch-action:none;background-image:linear-gradient(#f4f6f2 1px,transparent 1px);background-size:100% 45px}.signature-pad>div{min-height:44px;padding:5px 10px 5px 14px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);color:var(--muted);font-size:12px}.driver-mobile{max-width:1100px;margin:0 auto}.driver-summary{margin-bottom:13px;padding:12px 15px;border:1px solid var(--border);border-radius:11px;background:var(--paper);color:var(--muted);font-size:13px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.driver-summary>span{margin-right:auto;padding:5px 9px;border-radius:99px;font-weight:700}.driver-summary .online{color:var(--green);background:var(--green-soft)}.driver-summary .offline{color:var(--red);background:var(--red-soft)}.driver-task-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.driver-task{padding:17px}.driver-task.supplement{border-color:#e4cf9a}.driver-task-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.driver-task-head>div{display:flex;flex-direction:column;gap:4px}.driver-task-head small{color:var(--muted);font-size:12px}.driver-task-head strong{font-size:18px}.driver-task-head span{font-size:12px;color:var(--green)}.driver-task-meta{display:flex;gap:16px;margin:15px 0;color:var(--muted);font-size:12px}.driver-task-meta span{display:flex;align-items:center;gap:6px}.driver-task-meta svg{width:16px}.driver-task>.button{width:100%}.driver-address{margin-bottom:13px;padding:14px;display:flex;align-items:center;gap:12px;border-radius:11px;background:var(--green-soft);color:var(--green)}.driver-address>div{display:flex;flex-direction:column;gap:3px}.driver-address strong{font-size:16px}.driver-address span{font-size:12px;color:#537b6c}.driver-actions{margin-top:14px;display:flex;gap:8px;flex-wrap:wrap}.camera-button{position:relative;cursor:pointer}.camera-button input{position:absolute;width:1px;height:1px;opacity:0}.selected-file{margin-top:9px;color:var(--green);font-size:12px}.finance-tabs{overflow-x:auto;flex-wrap:nowrap}.finance-overview>section+section,.aging-grid>section+section{border-left:1px solid var(--border)}.aging-row{min-height:64px;margin:0 18px;padding:10px 2px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border)}.aging-row>div{display:flex;flex-direction:column;gap:3px}.aging-row strong{font-size:13px}.aging-row small{color:var(--muted);font-size:11px}.aging-row b{font-size:14px}.report-share{min-width:125px;height:22px;position:relative;border-radius:6px;overflow:hidden;background:#eef2ed}.report-share i{display:block;height:100%;background:#a9cbbb}.report-share span{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:11px;color:#314b40}.notification-wrap{margin-left:auto;position:relative}.notification-button{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:10px;background:transparent;color:#657068;position:relative}.notification-button:hover{background:#edf2ee}.notification-button b{min-width:17px;height:17px;padding:0 4px;position:absolute;top:0;right:0;display:grid;place-items:center;border-radius:10px;color:#fff;background:var(--red);font-size:9px}.notification-panel{width:min(390px,calc(100vw - 28px));max-height:520px;position:absolute;top:46px;right:-90px;overflow:hidden;border:1px solid var(--border);border-radius:13px;background:var(--paper);box-shadow:0 20px 60px #11281f2e}.notification-panel>header{min-height:62px;padding:12px 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.notification-panel header div{display:flex;flex-direction:column}.notification-panel header strong{font-size:14px}.notification-panel header small{color:var(--muted);font-size:11px}.notification-panel header button{border:0;background:transparent;color:var(--green);font-size:12px}.notification-panel>div{max-height:440px;overflow-y:auto}.notification-panel>div>button{width:100%;min-height:76px;padding:12px 15px;display:flex;align-items:flex-start;gap:10px;border:0;border-bottom:1px solid #edf0ec;background:#fff;text-align:left}.notification-panel>div>button.unread{background:#f1f7f3}.notification-panel button>i{width:7px;height:7px;margin-top:6px;border-radius:50%;background:#c8d0ca}.notification-panel button.unread>i{background:var(--green);box-shadow:0 0 0 4px var(--green-soft)}.notification-panel button>span{display:flex;flex-direction:column;gap:3px}.notification-panel button strong{font-size:13px}.notification-panel button small{color:var(--muted);font-size:11px;line-height:1.45}.notification-panel button time{color:#9ca49f;font-size:10px}.portal-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.portal-link-result{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;padding:12px;border-radius:10px;background:var(--green-soft)}.portal-shell{min-height:100vh;background:#f1f4ef;color:var(--ink)}.portal-header{min-height:76px;padding:12px max(18px,calc((100% - 1280px)/2));display:flex;align-items:center;justify-content:space-between;gap:20px;color:#fff;background:var(--forest)}.portal-brand,.portal-party{display:flex;align-items:center;gap:11px}.portal-brand>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#d4af56,#aa761f)}.portal-brand>div,.portal-party>div{display:flex;flex-direction:column;gap:2px}.portal-brand strong{font-size:16px}.portal-brand small,.portal-party small{color:#fff9;font-size:11px}.portal-party strong{font-size:14px}.portal-main{width:min(1280px,calc(100% - 32px));margin:0 auto;padding:30px 0 50px}.portal-welcome{min-height:145px;margin-bottom:15px;padding:25px 30px;display:flex;align-items:center;justify-content:space-between;border-radius:16px;color:#fff;background:linear-gradient(135deg,var(--forest),var(--forest-3));overflow:hidden}.portal-welcome span{color:#e0c477;font-size:11px;font-weight:700;letter-spacing:.14em}.portal-welcome h1{margin-top:5px;font-family:STSong,serif;font-size:30px}.portal-welcome p{margin-top:9px;color:#ffffffa6;font-size:13px}.portal-welcome>b{font-size:70px;opacity:.13}.form-inline{display:flex;gap:12px}.form-inline .field{min-width:170px}.portal-history{margin-top:15px}.portal-customer-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:15px}.portal-deliveries,.portal-orders{padding:0 16px 16px}.portal-deliveries>div,.portal-orders>div{min-height:78px;padding:12px 3px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:13px;border-top:1px solid var(--border)}.portal-deliveries>div>div,.portal-orders>div>div{display:flex;flex-direction:column;gap:4px}.portal-deliveries small,.portal-orders small{color:var(--muted);font-size:11px}.portal-deliveries b,.portal-orders b{text-align:right;font-size:13px}.portal-error{width:min(480px,calc(100% - 30px));margin:14vh auto;padding:40px;text-align:center}.portal-error>svg{width:52px;height:52px;color:var(--red)}.portal-error h1{margin-top:15px;font-size:23px}.portal-error p{margin:8px 0;color:var(--red)}.portal-error small{color:var(--muted)}.portal-footer{min-height:50px;display:grid;place-items:center;border-top:1px solid var(--border);color:var(--muted);font-size:11px}.receiving-tools{margin:14px 0;padding:12px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;border:1px solid #d6e1d8;border-radius:11px;background:#f4f8f4}.receiving-tools>div{min-width:320px;flex:1;display:flex;align-items:center;gap:8px}.receiving-tools>div>svg{flex:0 0 auto;color:var(--green)}.receiving-tools>span{color:var(--muted);font-size:12px}.receiving-table{max-height:min(52vh,520px)}.receiving-table table{min-width:1540px}.receiving-table td{vertical-align:top}.receiving-table td .input+.input{margin-top:6px}.active-receive-row td{background:#edf7f0!important;box-shadow:inset 0 1px #cfe4d5,inset 0 -1px #cfe4d5}.active-receive-row td:first-child{box-shadow:inset 4px 0 0 var(--green),inset 0 1px #cfe4d5,inset 0 -1px #cfe4d5}.mini-upload{width:100%;min-height:40px;margin-top:6px;position:relative;cursor:pointer}.mini-upload input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.evidence-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:18px}.evidence-layout>section{min-width:0;padding:16px;border:1px solid var(--border);border-radius:12px;background:#fbfcf9}.evidence-layout h3{margin-bottom:12px;font-size:15px}.evidence-event{min-height:76px;padding:9px 8px 11px 29px;position:relative;display:flex;flex-direction:column;gap:4px;border-left:2px solid #d9e4dc}.evidence-event:last-child{border-left-color:transparent}.evidence-event>span{display:flex;align-items:center;color:var(--green);font-size:12px;font-weight:700}.evidence-event>span i{width:10px;height:10px;position:absolute;left:-6px;border:2px solid #fff;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.evidence-event strong{font-size:13px;font-weight:600}.evidence-event small{color:var(--muted);font-size:11px;line-height:1.5}.evidence-files{display:grid;gap:8px}.evidence-files>a{min-height:58px;padding:10px 12px;display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:9px;background:#fff}.evidence-files>a:hover{border-color:#a9c4b4;background:var(--green-soft)}.evidence-files>a>svg{flex:0 0 auto;color:var(--green)}.evidence-files>a>span{min-width:0;display:flex;flex-direction:column;gap:3px}.evidence-files strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.evidence-files small{color:var(--muted);font-size:11px}.mapping-panels{gap:0}.mapping-panels>section{min-width:0}.mapping-panels>section+section{border-left:1px solid var(--border)}.mapping-panels .card-head{border-bottom:1px solid var(--border)}@media(max-width:900px){.import-layout,.portal-customer-grid,.evidence-layout{grid-template-columns:1fr}.market-intelligence-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.driver-task-list{grid-template-columns:1fr}.notification-panel{right:-55px}}@media(max-width:640px){body{font-size:14px}.metric-card span{font-size:12px}.metric-card small{font-size:10px}.market-metrics,.market-intelligence-metrics,.portal-metrics{grid-template-columns:1fr}.market-tabs{overflow-x:auto;flex-wrap:nowrap}.market-tabs button{flex:0 0 auto}.market-source-row{grid-template-columns:38px 1fr}.market-source-row>div:last-child,.market-source-row>.button{grid-column:2;align-items:flex-start;justify-self:start}.fleet-grid,.mapping-grid{grid-template-columns:1fr}.fleet-grid>section+section{border-left:0;border-top:1px solid var(--border)}.mapping-panels>section+section{border-left:0;border-top:1px solid var(--border)}.receiving-tools{align-items:stretch}.receiving-tools>div{min-width:0;flex-wrap:wrap}.receiving-tools>div .input{flex:1;min-width:190px}.receiving-tools>.button{width:100%}.driver-actions .button,.driver-actions .camera-button{width:100%}.finance-overview>section+section,.aging-grid>section+section{border-left:0;border-top:1px solid var(--border)}.portal-header{align-items:flex-start}.portal-party{display:none}.portal-main{width:calc(100% - 20px);padding-top:14px}.portal-welcome{padding:20px}.portal-welcome h1{font-size:25px}.portal-welcome>b{display:none}.portal-link-result{grid-template-columns:1fr 1fr}.portal-link-result .input{grid-column:span 2}.form-inline{width:100%;flex-direction:column}.form-inline .field{min-width:0}.portal-deliveries>div,.portal-orders>div{grid-template-columns:1fr auto}.portal-deliveries>div>.button{grid-column:span 2}.notification-panel{position:fixed;top:58px;right:8px}.market-image-drop{min-height:200px;padding:22px 15px}.market-image-drop strong{font-size:18px}.market-image-drop>span:not(.market-drop-icon){font-size:14px}.market-import-list-head,.market-row-toolbar{align-items:stretch;flex-direction:column}.market-import-list-head .button,.market-row-toolbar .button{width:100%}.market-import-item{grid-template-columns:38px minmax(0,1fr) 24px}.market-import-actions{grid-column:2 / span 2}.market-import-actions .icon-button{flex:1;width:auto}.market-no-rows{grid-template-columns:36px 1fr}.market-no-rows .button{grid-column:span 2;width:100%}.batch-attachment-list{grid-template-columns:1fr}.market-fee-head{align-items:flex-start;flex-direction:column}.market-fee-head>div:last-child{width:100%;text-align:left}.market-fee-head>div:last-child strong{text-align:right}.market-fee-grid,.market-fee-detail{grid-template-columns:1fr 1fr}.market-fee-detail>div{border-bottom:1px solid #e8dec0}.market-fee-detail>div:nth-child(2n){border-right:0}}body{font-size:16px;line-height:1.55}.sidebar{width:264px}.main{width:calc(100% - 264px);margin-left:264px}.brand{min-height:88px;padding:18px 20px}.brand strong{font-size:18px}.brand span{font-size:13px}.nav-section{padding-top:21px;font-size:12px}.nav-item{min-height:48px;height:auto;padding:10px 14px;font-size:15px;line-height:1.35}.sidebar-foot{padding:15px}.sidebar-foot strong{font-size:14px}.sidebar-foot span{font-size:13px;line-height:1.45}.topbar{height:70px;padding:0 34px}.topbar-context,.topbar-user strong{font-size:15px}.topbar-user span{font-size:13px}.avatar{width:38px;height:38px;font-size:15px}.notification-button{width:42px;height:42px}.topbar-logout{width:36px;height:36px}.app-footer{min-height:52px;font-size:13px}.page{width:min(1480px,100%);padding:36px 36px 54px}.page-header{margin-bottom:28px}.page-header h1{font-size:clamp(32px,2.15vw,36px);line-height:1.2}.page-header p{max-width:860px;margin-top:9px;font-size:16px;line-height:1.65}.eyebrow,.card-kicker{margin-bottom:7px;font-size:13px;letter-spacing:.14em}.page-actions{gap:10px}.button{min-height:44px;padding:10px 18px;border-radius:10px;font-size:15px;line-height:1.35}.icon-button{width:40px;height:40px}.text-link{font-size:14px}.input{min-height:44px;padding:10px 12px;font-size:16px;line-height:1.4}.field{gap:7px}.field-label{font-size:14px}.field small{font-size:14px;line-height:1.55}.card{border-radius:16px}.card-head{min-height:78px;padding:20px 22px 15px}.card-head h2{font-size:19px}.toolbar{min-height:74px;padding:14px 18px}.search{width:min(420px,100%)}.toolbar-note{font-size:14px}th{padding:15px 17px;font-size:14px;line-height:1.45}td{padding:17px;font-size:16px;line-height:1.55}td>strong{font-size:16px}.cell-sub{margin-top:4px;font-size:14px;line-height:1.5}.badge{padding:6px 11px;font-size:14px;line-height:1.3}.badge i{width:6px;height:6px}.info-strip{min-height:78px;gap:15px;padding:16px 19px;margin-bottom:18px;border-radius:13px}.info-strip>svg{flex:0 0 auto}.info-strip>div{min-width:0;gap:4px}.info-strip strong{font-size:16px;line-height:1.45}.info-strip span{font-size:14px;line-height:1.6}.info-strip-action{flex:0 0 auto;min-height:40px;margin-left:auto;padding:9px 14px;display:inline-flex;align-items:center;border:1px solid #dec98e;border-radius:9px;background:#ffffff8c;color:#725716;font-size:14px;font-weight:700}.info-strip-action:hover{border-color:#bd973c;background:#fff}.metric-card{min-height:128px;padding:22px}.metric-card span{font-size:15px}.metric-card strong{font-size:28px}.metric-card small{font-size:13px}.order-row{min-height:76px}.order-row strong,.profit-label strong,.profit-value strong,.alert-item strong{font-size:14px}.order-row span,.profit-label span,.profit-value span,.alert-item span,.all-clear p,.guide-card p{font-size:13px}.all-clear strong{font-size:16px}.guide-card h2{font-size:22px}.guide-card>a{font-size:14px}.flow-mini span,.bar-legend{font-size:12px}.modal>header{padding:22px 24px 18px}.modal h2{font-size:21px}.modal header p{font-size:14px;line-height:1.6}.modal-body{padding:22px 24px}.modal-body form{gap:20px}.line-editor-head{min-height:58px;height:auto}.line-editor-head strong{font-size:15px}.line-no{font-size:13px}.modal-summary span{font-size:14px}.modal-summary strong{font-size:22px}.modal-summary small{font-size:13px}.empty h3{font-size:17px}.empty p,.notice{font-size:14px}.notice{min-height:48px}.tabs button{min-height:44px;padding:9px 17px;font-size:15px}.tabs b{font-size:12px}.page small{font-size:14px;line-height:1.5}.operation-steps strong,.delivery-sign-head strong,.statement-list strong,.user-row strong,.timeline-item strong{font-size:15px}.operation-steps small,.delivery-sign-head small,.delivery-sign-head span,.statement-list small,.settings-title p,.user-row small,.timeline-item p,.timeline-item time{font-size:13px}.settings-title h2{font-size:18px}.formula-chip,.pricing-summary small{font-size:13px}.pricing-summary strong{font-size:20px}.file-drop strong{font-size:17px}.file-drop span,.file-drop small,.mini-empty{font-size:14px}.fleet-row{min-height:82px}.fleet-row strong,.aging-row strong{font-size:15px}.fleet-row small,.aging-row small{font-size:13px}.aging-row b{font-size:16px}.driver-summary{font-size:15px}.driver-task-head small,.driver-task-head span,.driver-task-meta,.driver-address span,.selected-file{font-size:14px}.driver-task-head strong{font-size:21px}.receiving-tools>span{font-size:14px}.evidence-layout h3{font-size:18px}.evidence-event>span{font-size:14px}.evidence-event strong,.evidence-files strong{font-size:15px}.evidence-event small,.evidence-files small{font-size:13px}.notification-panel header strong{font-size:16px}.notification-panel header small,.notification-panel header button{font-size:13px}.notification-panel button strong{font-size:15px}.notification-panel button small{font-size:13px}.notification-panel button time{font-size:12px}.portal-brand strong{font-size:18px}.portal-brand small,.portal-party small{font-size:13px}.portal-party strong{font-size:16px}.portal-welcome span{font-size:13px}.portal-welcome h1{font-size:34px}.portal-welcome p{font-size:15px}.portal-deliveries small,.portal-orders small{font-size:13px}.portal-deliveries b,.portal-orders b{font-size:15px}.portal-footer{font-size:13px}@media(max-width:900px){.main{width:100%;margin-left:0}.page{padding:30px 22px 46px}}@media(max-width:640px){body{font-size:16px}.topbar{height:62px;padding:0 14px}.page{padding:24px 14px 38px}.page-header h1{font-size:29px}.page-header p{font-size:15px}.topbar-user>div:nth-child(2){display:none}.metric-card{min-height:116px;padding:16px}.metric-card span,.metric-card small{font-size:14px}.metric-card strong{font-size:22px}.info-strip{align-items:flex-start;flex-wrap:wrap;padding:16px}.info-strip-action{width:100%;margin-left:0;justify-content:center}.quotes-table table{min-width:820px}th{font-size:14px}td{font-size:16px;white-space:nowrap}}@media print{@page{size:A4;margin:0}body{background:#fff}.print-page{padding:0;background:#fff}.print-toolbar{display:none}.delivery-paper{width:210mm;min-height:297mm;padding:14mm 13mm;margin:0;box-shadow:none;page-break-after:always}}
