: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}}@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}}
