﻿:root{--ink:#17251f;--ink-2:#3d4b45;--paper:#f4f2ec;--card:#fffefa;--line:#deddd5;--muted:#727b76;--green:#1f5b45;--green-2:#dceae3;--orange:#e56536;--orange-2:#fff0e8;--yellow:#f3d271;--shadow:0 10px 35px rgba(24,37,31,.08);--radius:18px}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--paper);color:var(--ink);font-family:"Noto Sans SC","Microsoft YaHei",sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.hidden{display:none!important}
.center-screen{min-height:100vh;display:grid;place-content:center;text-align:center;color:var(--muted)}.loading-mark{display:flex;gap:6px;justify-content:center}.loading-mark span{width:9px;height:9px;border-radius:50%;background:var(--green);animation:pulse 1.2s infinite}.loading-mark span:nth-child(2){animation-delay:.15s}.loading-mark span:nth-child(3){animation-delay:.3s}@keyframes pulse{50%{opacity:.25;transform:translateY(-5px)}}
.auth{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(390px,.55fr);background:var(--card)}.auth-art{position:relative;overflow:hidden;background:#ead9bd;display:grid;place-items:center}.auth-poster{display:block;width:100%;height:100%;object-fit:contain}.brand{display:flex;align-items:center;gap:12px;font-weight:700;letter-spacing:.08em}.brand-mark{width:38px;height:38px;border-radius:12px;background:var(--yellow);color:var(--ink);display:grid;place-items:center;font-weight:800}.auth-copy{position:relative;z-index:1;max-width:610px}.auth-copy h1{font-size:clamp(40px,5.7vw,82px);line-height:1.04;margin:0 0 28px;letter-spacing:-.05em}.auth-copy p{font-size:18px;line-height:1.8;color:#d5ded9;max-width:510px}.auth-foot{font-size:13px;color:#9fada6}.auth-panel{display:grid;place-content:center;padding:40px}.auth-card{width:min(420px,82vw)}.eyebrow{color:var(--orange);font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.auth-card h2{font-size:32px;margin:10px 0 8px}.auth-card>p{color:var(--muted);margin:0 0 30px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:17px}.field label{font-size:13px;color:var(--ink-2);font-weight:600}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);background:#fff;padding:12px 13px;border-radius:11px;outline:none;color:var(--ink);transition:.2s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(31,91,69,.1)}.field textarea{resize:vertical;min-height:88px}.btn{border:0;border-radius:11px;padding:11px 17px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:var(--green);color:white}.btn-primary:hover{background:#174a38}.btn-secondary{background:var(--green-2);color:var(--green)}.btn-ghost{background:transparent;color:var(--ink-2);border:1px solid var(--line)}.btn-danger{background:var(--orange-2);color:#a63f1d}.btn-block{width:100%;padding:13px}.btn-sm{padding:7px 11px;font-size:13px}.btn:disabled{opacity:.45;cursor:not-allowed}
.shell{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.sidebar{background:var(--ink);color:white;padding:24px 18px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column}.sidebar .brand{padding:0 8px 26px}.nav{display:flex;flex-direction:column;gap:6px}.nav button{border:0;background:transparent;color:#b9c4be;border-radius:12px;text-align:left;padding:12px 13px;display:flex;gap:11px;align-items:center}.nav button:hover,.nav button.active{background:#293b33;color:white}.nav-icon{width:24px;height:24px;border:1px solid #526159;border-radius:8px;display:grid;place-items:center;font-size:12px}.nav button.active .nav-icon{background:var(--yellow);color:var(--ink);border-color:var(--yellow)}.user-card{margin-top:auto;border-top:1px solid #35473f;padding:18px 8px 0}.user-line{display:flex;align-items:center;gap:10px;margin-bottom:12px}.avatar{width:36px;height:36px;border-radius:50%;background:var(--orange);display:grid;place-items:center;font-weight:700}.user-name{font-size:14px;font-weight:600}.user-role{font-size:11px;color:#98a8a0}.logout{font-size:12px;color:#b9c4be;background:none;border:0;padding:0}
.main{min-width:0}.topbar{height:74px;padding:0 34px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(244,242,236,.95);position:sticky;top:0;z-index:8}.topbar h1{font-size:20px;margin:0}.top-meta{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:14px}.top-meta #sessionCountdown{padding:5px 9px;border-radius:999px;background:var(--green-2);color:var(--green);font-size:11px;font-weight:700}.content{padding:30px 34px 60px;max-width:1500px;margin:auto}.page-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:25px}.page-head h2{margin:0 0 5px;font-size:29px;letter-spacing:-.03em}.page-head p{margin:0;color:var(--muted)}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:25px}.stat{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:20px;position:relative;overflow:hidden}.stat:after{content:"";position:absolute;right:16px;top:16px;width:9px;height:9px;background:var(--yellow);border-radius:50%}.stat:nth-child(2):after{background:var(--orange)}.stat:nth-child(3):after{background:var(--green)}.stat:nth-child(4):after{background:#82a7d7}.stat-label{font-size:13px;color:var(--muted)}.stat-value{font-size:32px;font-weight:700;margin:8px 0 2px}.stat-note{font-size:12px;color:var(--muted)}
.grid-2{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:20px}.panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.panel-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--line)}.panel-head h3{font-size:16px;margin:0}.panel-body{padding:20px 22px}.todo-list{display:flex;flex-direction:column}.todo{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:15px 0;border-bottom:1px solid #ebeae3}.todo:last-child{border:0}.todo-num{width:37px;height:37px;border-radius:11px;background:var(--green-2);color:var(--green);display:grid;place-items:center;font-size:12px;font-weight:700}.todo-title{font-weight:600;font-size:14px}.todo-meta{font-size:12px;color:var(--muted);margin-top:3px}.money{font-weight:700;font-variant-numeric:tabular-nums}.profit{color:var(--green)}.loss{color:var(--orange)}
.status{display:inline-flex;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:600;white-space:nowrap}.s-assigned{background:#edf1f7;color:#49617e}.s-draft{background:#eeeae2;color:#6c6254}.s-pending{background:#fff3cd;color:#765b00}.s-approved{background:#dff0e7;color:#216245}.s-rejected{background:#fde5dc;color:#9c3d1f}
.toolbar{display:flex;gap:10px;align-items:center;margin-bottom:16px;flex-wrap:wrap}.search{flex:1;min-width:210px;position:relative}.search input{width:100%;padding:11px 14px 11px 38px;border:1px solid var(--line);border-radius:11px;background:var(--card)}.search:before{content:"⌕";position:absolute;left:14px;top:8px;color:var(--muted);font-size:20px}.filter{border:1px solid var(--line);border-radius:11px;background:var(--card);padding:10px 12px}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:15px;background:var(--card)}table{width:100%;border-collapse:collapse;min-width:820px}th{text-align:left;padding:12px 15px;font-size:11px;color:var(--muted);background:#f8f7f2;letter-spacing:.05em}td{padding:14px 15px;border-top:1px solid #ebeae3;font-size:13px}tr.clickable:hover{background:#faf9f5;cursor:pointer}.order-no{font-family:ui-monospace,monospace;font-size:12px}
.store-layout{display:grid;grid-template-columns:300px 1fr;gap:20px}.store-list{display:flex;flex-direction:column;gap:8px}.store-item{background:var(--card);border:1px solid var(--line);border-radius:13px;padding:15px;text-align:left}.store-item.active{border-color:var(--green);box-shadow:0 0 0 2px rgba(31,91,69,.08)}.store-name{font-weight:700}.store-sub{font-size:12px;color:var(--muted);margin-top:4px}.tabs{display:flex;gap:4px;padding:8px;background:#eeece5;border-radius:12px;margin-bottom:20px;width:max-content}.tabs button{border:0;background:transparent;border-radius:9px;padding:8px 13px;color:var(--muted)}.tabs button.active{background:var(--card);color:var(--ink);box-shadow:0 2px 8px rgba(0,0,0,.06)}
.account-card{border:1px solid var(--line);border-radius:15px;padding:18px;margin-bottom:13px;background:#fff}.account-head{display:flex;justify-content:space-between;gap:15px;margin-bottom:14px}.account-type{font-size:11px;color:var(--green);background:var(--green-2);padding:4px 8px;border-radius:20px}.account-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.datum label{display:block;font-size:11px;color:var(--muted);margin-bottom:4px}.datum div{font-size:14px;word-break:break-all}.secret{font-family:ui-monospace,monospace;background:#f4f2ec;padding:3px 7px;border-radius:6px}
.empty{padding:50px 25px;text-align:center;color:var(--muted)}.empty-mark{width:60px;height:60px;border-radius:20px;background:var(--green-2);display:grid;place-items:center;color:var(--green);font-size:25px;margin:0 auto 15px}.empty h3{color:var(--ink);margin:0 0 7px}.empty p{font-size:13px;margin:0 auto 18px;max-width:330px;line-height:1.7}
.modal-backdrop{position:fixed;inset:0;background:rgba(16,27,22,.55);z-index:30;display:grid;place-items:center;padding:24px}.modal{width:min(720px,100%);max-height:90vh;overflow:auto;background:var(--card);border-radius:22px;box-shadow:0 24px 90px rgba(0,0,0,.24)}.modal-lg{width:min(980px,100%)}.modal-head{padding:22px 24px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.modal-head h3{margin:0;font-size:20px}.close{border:0;background:#eceae3;width:34px;height:34px;border-radius:10px}.modal-body{padding:24px}.modal-foot{padding:18px 24px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:10px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 16px}.span-2{grid-column:span 2}.section-title{font-size:14px;margin:8px 0 15px;padding-bottom:9px;border-bottom:1px solid var(--line)}.readonly{background:#eeece5!important;color:#59645f!important}
.task-detail{display:grid;grid-template-columns:1fr 1fr;gap:20px}.info-block{border:1px solid var(--line);border-radius:15px;padding:18px}.info-block h4{margin:0 0 14px}.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.checklist{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.upload-box{border:1px dashed #a9afa9;border-radius:13px;padding:14px;background:#faf9f5}.upload-box.done{border-style:solid;border-color:#76a38e;background:#eef7f2}.upload-title{font-size:13px;font-weight:600}.upload-help{font-size:11px;color:var(--muted);margin:4px 0 9px}.file-list{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.file-pill{font-size:11px;background:#ebe9e2;padding:5px 8px;border-radius:7px;color:var(--ink-2);text-decoration:none}.review-bar{padding:16px;background:#f7f5ee;border-radius:14px;margin-top:20px}.rejection{background:var(--orange-2);color:#8e3b20;padding:12px 14px;border-radius:11px;margin-bottom:15px;font-size:13px}
.activity{display:flex;gap:11px;padding:11px 0;border-bottom:1px solid #ebeae3}.activity-dot{width:8px;height:8px;background:var(--green);border-radius:50%;margin-top:7px}.activity-text{font-size:13px}.activity-time{font-size:11px;color:var(--muted);margin-top:3px}.toast{position:fixed;right:24px;bottom:24px;background:var(--ink);color:white;padding:13px 17px;border-radius:12px;box-shadow:var(--shadow);z-index:60;opacity:0;transform:translateY(15px);pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:none}.toast.error{background:#9b3d21}
.mobile-menu{display:none}
@media(max-width:1050px){.stats{grid-template-columns:repeat(2,1fr)}.grid-2,.store-layout{grid-template-columns:1fr}.store-list{display:grid;grid-template-columns:repeat(2,1fr)}.account-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.shell{grid-template-columns:1fr}.sidebar{position:fixed;left:-270px;z-index:20;width:250px;transition:.2s}.sidebar.open{left:0}.mobile-menu{display:block;border:0;background:transparent;font-size:22px}.topbar{padding:0 18px}.content{padding:22px 16px 50px}.stats{grid-template-columns:1fr 1fr;gap:10px}.stat{padding:15px}.stat-value{font-size:25px}.page-head{align-items:flex-start}.page-head h2{font-size:24px}.form-grid,.task-detail,.checklist{grid-template-columns:1fr}.span-2{grid-column:auto}.store-list{grid-template-columns:1fr}.account-grid{grid-template-columns:1fr 1fr}.auth{grid-template-columns:1fr}.auth-art{display:none}.auth-panel{min-height:100vh;padding:24px}.modal-backdrop{padding:10px}.modal-body{padding:18px}.mini-grid{grid-template-columns:1fr}}



.mobile-bottom,.mobile-task-list{display:none}
.upload-actions{display:flex;gap:8px;flex-wrap:wrap}
.btn-camera{background:var(--orange);color:white}
.btn-camera:hover{background:#c95029}
@media(max-width:760px){
 body{padding-bottom:74px}
 .main{padding-bottom:72px}
 .topbar{height:60px}
 .top-meta{display:none}
 .content{padding-top:18px}
 .mobile-bottom{position:fixed;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;left:0;right:0;bottom:0;height:68px;background:var(--card);border-top:1px solid var(--line);z-index:18;padding:6px 8px calc(6px + env(safe-area-inset-bottom));box-shadow:0 -8px 25px rgba(24,37,31,.08)}
 .mobile-bottom button{border:0;background:transparent;color:var(--muted);font-size:11px;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}
 .mobile-bottom button span{width:25px;height:25px;border-radius:8px;display:grid;place-items:center;font-size:11px;border:1px solid var(--line)}
 .mobile-bottom button.active{color:var(--green);font-weight:700}
 .mobile-bottom button.active span{background:var(--green-2);border-color:var(--green-2)}
 .mobile-task-list{display:flex;flex-direction:column;gap:11px}
 .mobile-task-list+.toolbar,.mobile-task-list+.toolbar+.table-wrap{display:none}
 .mobile-task-card{width:100%;border:1px solid var(--line);background:var(--card);border-radius:16px;padding:16px;text-align:left;box-shadow:0 6px 20px rgba(24,37,31,.05)}
 .mobile-task-card strong{display:block;font-size:16px;margin:13px 0 3px}
 .mobile-task-top,.mobile-task-meta,.mobile-task-foot{display:flex;justify-content:space-between;gap:12px;align-items:center}
 .mobile-task-model{font-size:12px;color:var(--muted);margin-bottom:14px}
 .mobile-task-meta{padding:11px 0;border-top:1px solid #ebeae3;font-size:13px;font-weight:600}
 .mobile-task-foot{font-size:11px;color:var(--muted)}
 .modal-backdrop{padding:0;display:block}
 .modal,.modal-lg{width:100%;height:100dvh;max-height:none;border-radius:0}
 .modal-head{position:sticky;top:0;background:var(--card);z-index:4;padding:16px 18px}
 .modal-head h3{font-size:17px;line-height:1.35}
 .modal-body{padding:18px 16px 120px}
 .modal-foot{position:sticky;bottom:0;background:var(--card);z-index:5;padding:12px 14px calc(12px + env(safe-area-inset-bottom));display:grid;grid-template-columns:1fr 1fr}
 .modal-foot .btn{min-height:46px}
 .task-detail{display:flex;flex-direction:column}
 .task-detail .info-block{padding:15px}
 .task-detail .info-block:first-child{order:0}
 .task-detail .info-block:nth-child(2){order:1}
 .checklist{display:flex;flex-direction:column}
 .upload-box{padding:15px}
 .upload-actions{display:grid;grid-template-columns:1fr 1fr;margin-top:10px}
 .upload-actions .btn{min-height:44px}
 .field input,.field select,.field textarea{font-size:16px;min-height:48px}
 .file-pill{padding:7px 9px}
 .toast{left:14px;right:14px;bottom:84px;text-align:center}
 .page-head{margin-bottom:18px}
 .page-head p{font-size:13px;line-height:1.6}
}


/* 大田品胜经营系统 v2 */
.brand-auth{font-size:15px;letter-spacing:.03em;max-width:420px}.sidebar-brand{align-items:flex-start!important;line-height:1.2;letter-spacing:.02em!important}.sidebar-brand small{font-size:10px;color:#9fada6;font-weight:500;letter-spacing:.04em}.boss-stamp{display:inline-flex;margin-top:24px;padding:9px 14px;border:1px solid rgba(243,210,113,.42);border-radius:999px;color:var(--yellow);font-size:13px;font-weight:700;letter-spacing:.08em}.login-note{text-align:center;margin-top:16px;font-size:11px;color:var(--muted)}
.auth-art{background:#ead9bd}.auth-art:before,.auth-art:after{display:none}.auth-card{padding:34px;border:1px solid var(--line);border-radius:24px;background:rgba(255,254,250,.88);box-shadow:0 24px 80px rgba(24,37,31,.10)}
.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px}.metric-card{text-align:left;border:1px solid var(--line);background:var(--card);border-radius:var(--radius);padding:20px;box-shadow:0 6px 22px rgba(24,37,31,.04);transition:.18s;position:relative;overflow:hidden}.metric-card:after{content:"";position:absolute;width:70px;height:70px;border-radius:50%;right:-32px;top:-32px;background:var(--green-2)}.metric-card:hover{transform:translateY(-2px);border-color:#b8c9c0;box-shadow:var(--shadow)}.metric-label{font-size:13px;color:var(--muted)}.metric-value{font-size:clamp(23px,2.2vw,34px);font-weight:800;margin:9px 0 5px;color:var(--ink)}.metric-note{font-size:11px;color:var(--green)}.metric-sales{background:var(--ink);border-color:var(--ink)}.metric-sales .metric-label,.metric-sales .metric-note{color:#b9c8c0}.metric-sales .metric-value{color:white}.metric-sales:after{background:rgba(243,210,113,.25)}.metric-xianyu:after{background:var(--orange-2)}.metric-profit:after{background:#e3edf7}
.dashboard-table{overflow:hidden}.dashboard-table .table-wrap{border:0;border-radius:0}.dashboard-badges{display:flex;gap:8px}.dashboard-badges span{font-size:11px;background:#eeece5;padding:6px 9px;border-radius:999px;color:var(--ink-2)}.table-plain{box-shadow:none}.todo-button{width:100%;border:0;background:transparent;text-align:left}.employee-tip{display:flex;gap:18px;align-items:center;margin-top:18px;padding:18px 20px;border-radius:14px;background:var(--orange-2);color:#71371f}.employee-tip span{font-size:13px;line-height:1.6}
.store-search{max-width:720px}.store-detail-head{align-items:flex-start}.account-tip{background:#f6f4ed;border:1px dashed #c9c7bc;border-radius:12px;padding:12px 14px;font-size:12px;color:var(--ink-2);margin-bottom:18px}.float-action{float:right;margin-top:-5px}.account-title{margin-left:9px}.account-grid{grid-template-columns:repeat(3,1fr)}.copy-line{display:flex;align-items:center;gap:7px;min-width:0}.copy-line code{font-family:ui-monospace,"Cascadia Mono",monospace;background:#f3f1ea;padding:7px 9px;border-radius:8px;min-width:0;overflow-wrap:anywhere;font-weight:700;color:var(--ink)}.copy-btn{border:0;background:var(--green-2);color:var(--green);border-radius:7px;padding:6px 8px;font-size:11px;white-space:nowrap}.datum-actions{display:flex;align-items:flex-end}.form-section{border-top:1px solid var(--line);margin-top:12px;padding-top:11px}.account-create-section{background:#f3f8f5;border:1px solid #dceae3;border-radius:15px;padding:15px 17px;margin-top:20px}.optional-section{background:#faf9f5;border:1px dashed #cfcdc4;border-radius:15px;padding:15px 17px;margin-top:14px}
.ledger-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.ledger-summary>div{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:15px 17px}.ledger-summary span{display:block;color:var(--muted);font-size:11px;margin-bottom:6px}.ledger-summary strong{font-size:20px}
@media(max-width:1050px){.metrics{grid-template-columns:repeat(2,1fr)}.account-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.auth-art{display:block;min-height:0;padding:0;background:#ead9bd}.auth-poster{width:100%;height:auto;object-fit:contain}.auth-panel{min-height:auto;padding:18px;background:var(--paper)}.auth-card{width:100%;padding:24px;border-radius:20px}.auth-card h2{font-size:27px}.auth{display:block}.metrics{grid-template-columns:1fr 1fr;gap:9px}.metric-card{padding:15px}.metric-value{font-size:20px}.metric-note{font-size:10px}.dashboard-badges{display:none}.ledger-summary{grid-template-columns:1fr 1fr}.account-grid{grid-template-columns:1fr}.employee-tip{align-items:flex-start;flex-direction:column;gap:6px}.sidebar-brand{font-size:13px}.store-search .todo-meta{display:none}}
@media(max-width:390px){.metrics{grid-template-columns:1fr}.ledger-summary{grid-template-columns:1fr 1fr}.metric-card{padding:14px 16px}}

/* 子账号使用看板 v3 */
.usage-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.usage-stats>div{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:16px 18px}.usage-stats span{display:block;font-size:11px;color:var(--muted);margin-bottom:5px}.usage-stats strong{font-size:25px}.usage-person-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:18px}.usage-person-card{border:1px solid var(--line);background:var(--card);border-radius:14px;padding:12px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;text-align:left}.usage-person-card:hover,.usage-person-card.active{border-color:var(--green);box-shadow:0 0 0 2px rgba(31,91,69,.08)}.usage-person-card span:nth-child(2){min-width:0}.usage-person-card strong,.usage-person-card small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.usage-person-card small{font-size:10px;color:var(--muted);margin-top:3px}.usage-person-card b{font-size:19px;color:var(--green)}.usage-avatar{width:36px;height:36px;border-radius:12px;background:var(--green-2);color:var(--green);display:grid;place-items:center;font-weight:800}.usage-avatar.small{width:31px;height:31px;border-radius:10px}.person-cell{display:flex;align-items:center;gap:9px}.usage-code{font-family:ui-monospace,monospace;background:#f3f1ea;border-radius:7px;padding:5px 7px;font-weight:700}@media(max-width:1050px){.usage-person-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.usage-stats{grid-template-columns:1fr 1fr}.usage-person-grid{display:flex;overflow:auto;padding-bottom:4px}.usage-person-card{min-width:205px}.usage-stats strong{font-size:21px}}

/* 渐进建档 v4 */
.store-actions{display:flex;gap:8px;align-items:center}.pending-value{color:var(--orange)!important;font-family:inherit!important;font-weight:700}.field-hint{font-size:11px;color:var(--muted)}@media(max-width:760px){.store-detail-head{gap:10px}.store-actions{align-items:stretch;flex-direction:column}.store-actions .btn{white-space:nowrap}}

/* OA流程与付款分工 v5 */
.oa-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:20px}.oa-flow>div{display:flex;align-items:center;gap:8px;padding:10px;border-radius:12px;background:#efede6;color:var(--muted);font-size:11px}.oa-flow b{width:24px;height:24px;border-radius:8px;background:#ddd9cf;display:grid;place-items:center}.oa-flow .done{background:var(--green-2);color:var(--green)}.oa-flow .done b{background:var(--green);color:white}.oa-flow .active{background:var(--orange-2);color:#9a431f}.oa-flow .active b{background:var(--orange);color:white}.payment-owner{border:1px dashed #d3aa86;background:var(--orange-2);border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;gap:4px;color:#7b3b20}.payment-owner span{font-size:11px;line-height:1.55}.xianyu-uploads{margin-top:20px}@media(max-width:760px){.oa-flow{grid-template-columns:1fr 1fr}.oa-flow>div{padding:8px}.payment-owner{grid-column:auto}}

/* 销售信息随时修正 v5 */
.info-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.info-block-head h4{margin:0}@media(max-width:760px){.info-block-head{align-items:flex-start}.info-block-head .btn{white-space:nowrap}}



/* 淘宝销售 Excel 导入 v7 */
.page-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.refund-badge{display:inline-flex;padding:3px 7px;border-radius:999px;background:#fde5dc;color:#9c3d1f;font-size:10px;font-weight:700;white-space:nowrap}.refund-note{font-size:10px;color:var(--orange);margin-top:4px;font-weight:500}.import-guide{display:grid;grid-template-columns:auto 1fr;gap:8px 14px;padding:16px 18px;border-radius:14px;background:#f4f7f4;border:1px solid #dce7e0;margin-bottom:20px}.import-guide strong{color:var(--green);font-size:12px}.import-guide span{font-size:12px;line-height:1.55;color:var(--ink-2)}.import-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.import-stats>div{padding:14px;border:1px solid var(--line);border-radius:13px;background:#faf9f5}.import-stats span{display:block;font-size:10px;color:var(--muted);margin-bottom:5px}.import-stats strong{font-size:22px}.import-money{display:flex;align-items:center;gap:18px;flex-wrap:wrap;padding:15px 17px;background:var(--ink);color:white;border-radius:13px;margin-top:14px;font-size:12px}.import-money strong{margin-left:auto;color:var(--yellow);font-size:16px}.duplicate-box{margin-top:16px;padding:16px;border-radius:14px;background:var(--orange-2);border:1px solid #efc8b4}.duplicate-box h4{margin:0 0 10px;color:#873b21}.duplicate-box ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:7px;max-height:240px;overflow:auto}.duplicate-box li{display:flex;justify-content:space-between;gap:14px;font-size:12px}.duplicate-box code{overflow-wrap:anywhere}.duplicate-box span{color:#873b21;white-space:nowrap}.import-ok{margin-top:16px;padding:14px;border-radius:12px;background:var(--green-2);color:var(--green);font-weight:700}.source-evidence{display:flex;flex-direction:column;gap:5px;margin-top:16px;padding:13px;border:1px dashed #b6cbbf;background:#f2f8f4;border-radius:12px}.source-evidence strong{font-size:12px;color:var(--green)}.source-evidence span{font-size:11px;color:var(--ink-2);line-height:1.5}.ledger-summary{grid-template-columns:repeat(5,1fr)}
@media(max-width:760px){.page-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.page-actions .btn{padding-left:9px;padding-right:9px}.import-guide{grid-template-columns:1fr}.import-stats{grid-template-columns:1fr 1fr}.import-money{align-items:flex-start;flex-direction:column;gap:7px}.import-money strong{margin-left:0}.ledger-summary{grid-template-columns:1fr 1fr}}


/* 自然融合登录页 v10 */
.auth{position:relative;display:block;min-height:100vh;overflow:hidden;background:#f7f4ee}
.auth-art{position:absolute;inset:0 400px 0 0;min-height:100vh;display:block;overflow:hidden;background:#e9e1d5}
.auth-poster{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:56% center}
.auth-art:before{display:none}
.auth-art:after{content:"";display:block;position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(247,244,238,.06) 0%,rgba(247,244,238,0) 58%,rgba(247,244,238,.72) 88%,#f7f4ee 100%);pointer-events:none}
.auth-photo-content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;width:min(520px,48vw);height:100vh;padding:clamp(30px,4vw,64px)}
.auth-photo-brand{display:flex;align-items:center;gap:11px;color:var(--ink);font-weight:800;font-size:15px;letter-spacing:.04em}
.auth-photo-brand small{display:block;margin-top:3px;color:#5f6964;font-size:10px;font-weight:600;letter-spacing:.08em}
.auth-photo-brand .brand-mark{width:36px;height:36px;border-radius:11px;box-shadow:0 7px 22px rgba(23,37,31,.14)}
.auth-photo-copy{max-width:370px;margin-bottom:clamp(18px,6vh,70px);color:var(--ink)}
.auth-photo-copy .eyebrow{color:var(--green);font-size:11px}
.auth-photo-copy h1{margin:10px 0 13px;font-size:clamp(38px,4.3vw,64px);line-height:1.08;letter-spacing:-.055em}
.auth-photo-copy p{max-width:340px;margin:0;color:#4f5b55;font-size:14px;line-height:1.75}
.auth-panel{position:relative;z-index:3;display:grid;place-items:center;width:min(560px,46vw);min-height:100vh;margin-left:auto;padding:40px 52px 40px 132px;background:linear-gradient(90deg,rgba(247,244,238,0) 0%,rgba(247,244,238,.9) 24%,#f7f4ee 44%)}
.auth-card{width:100%;max-width:390px;padding:31px;border:1px solid rgba(211,207,197,.82);border-radius:22px;background:rgba(255,254,250,.88);box-shadow:0 24px 70px rgba(23,37,31,.1);backdrop-filter:blur(12px)}
.auth-card h2{font-size:30px;letter-spacing:-.03em}.auth-card>p{font-size:13px;line-height:1.7;margin-bottom:25px}.auth-card .btn-block{min-height:50px}.login-note{line-height:1.5}
@media(max-width:900px){
 .auth{min-height:100vh;overflow:auto;background:#f7f4ee}
 .auth-art{position:relative;inset:auto;width:100%;height:250px;min-height:0;background:#e9e1d5}
 .auth-poster{object-position:61% center}
 .auth-art:after{background:linear-gradient(180deg,rgba(247,244,238,0) 50%,#f7f4ee 100%)}
 .auth-photo-content{width:100%;height:100%;padding:18px 20px}
 .auth-photo-brand{font-size:12px}.auth-photo-brand small{font-size:8px}.auth-photo-brand .brand-mark{width:31px;height:31px;border-radius:9px}
 .auth-photo-copy{margin:0 0 14px;max-width:240px}.auth-photo-copy .eyebrow{display:none}.auth-photo-copy h1{font-size:29px;margin:0 0 6px;line-height:1.08}.auth-photo-copy p{font-size:11px;line-height:1.5;max-width:220px}
 .auth-panel{width:100%;min-height:auto;margin:0;padding:0 16px 28px;background:#f7f4ee}
 .auth-card{max-width:430px;margin:-5px auto 0;padding:24px;border-radius:20px;background:#fffefa;backdrop-filter:none}
 .auth-card h2{font-size:27px}
}
@media(max-width:420px){.auth-art{height:225px}.auth-photo-copy h1{font-size:26px}.auth-photo-copy p{display:none}.auth-card{padding:22px}}


/* 自然搞笑登录页 v11 */
.auth-photo-content{position:absolute;inset:0 auto 0 0;display:flex;width:min(540px,44vw);height:auto;padding:clamp(30px,3.5vw,58px);justify-content:flex-start;margin:0}
.auth-photo-copy{max-width:390px;margin:clamp(70px,13vh,122px) 0 0;color:var(--ink)}
.auth-photo-copy .eyebrow{font-size:10px;letter-spacing:.12em}
.auth-photo-copy h1{margin:9px 0 12px;font-size:clamp(34px,3.25vw,50px);line-height:1.1;letter-spacing:-.05em}
.auth-photo-copy p{max-width:350px;color:#435049;font-size:13px;line-height:1.75}
.auth-card .btn-block{letter-spacing:.02em}
@media(max-width:900px){
 .auth-photo-content{position:absolute;inset:0;width:100%;height:100%;padding:17px 19px;justify-content:space-between}
 .auth-photo-copy{max-width:250px;margin:0 0 13px}
 .auth-photo-copy h1{font-size:27px;margin:0 0 5px;line-height:1.1}
 .auth-photo-copy p{max-width:235px;font-size:10px;line-height:1.45}
}
@media(max-width:420px){.auth-photo-copy h1{font-size:24px}.auth-photo-copy p{display:none}}
