:root{--navy:#12223c;--navy2:#1b3153;--blue:#356cf6;--blue2:#eaf0ff;--orange:#ff8b43;--green:#18a873;--ink:#1d2b43;--muted:#718096;--line:#e5eaf2;--surface:#fff;--bg:#f4f6fa;--danger:#d84646;--shadow:0 12px 32px rgba(25,45,80,.08);font-family:Inter,"Microsoft YaHei",system-ui,sans-serif;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}body{margin:0;min-width:1180px;background:var(--bg)}button,input,select,textarea{font:inherit}.app-shell{display:flex;min-height:100vh}.sidebar{width:248px;position:fixed;inset:0 auto 0 0;background:var(--navy);color:#fff;padding:28px 18px;display:flex;flex-direction:column;z-index:10}.brand{display:flex;gap:12px;align-items:center;padding:0 10px 32px}.brand-mark{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#5a83ff,#2f5de0);display:grid;place-items:center;font-weight:800;box-shadow:0 8px 20px #0b1730}.brand strong{display:block;font-size:15px}.brand span{display:block;color:#8fa2bf;font-size:10px;letter-spacing:.08em;margin-top:3px}.sidebar nav{display:grid;gap:7px}.nav-item{border:0;background:transparent;color:#aebbd0;text-align:left;padding:13px 15px;border-radius:10px;cursor:pointer;display:flex;gap:13px;align-items:center}.nav-item span{font-size:18px;width:20px;text-align:center}.nav-item:hover,.nav-item.active{background:#243a5d;color:#fff}.nav-item.active{box-shadow:inset 3px 0 #5f87ff}.sidebar-note{margin-top:auto;border-top:1px solid #293d5a;padding:22px 10px 0;display:flex;gap:10px;align-items:center}.status-dot{width:8px;height:8px;background:#26d59b;border-radius:50%;box-shadow:0 0 0 5px rgba(38,213,155,.1)}.sidebar-note strong,.sidebar-note small{display:block}.sidebar-note strong{font-size:12px}.sidebar-note small{color:#7f94b1;font-size:10px;margin-top:3px}.main{margin-left:248px;width:calc(100% - 248px);padding:0 32px 50px}.topbar{height:106px;display:flex;align-items:center;justify-content:space-between}.topbar h1{margin:4px 0 0;font-size:25px}.eyebrow{margin:0;color:#8c9ab0;font-size:10px;font-weight:800;letter-spacing:.15em}.top-actions,.hero-actions{display:flex;gap:10px}.btn{border:0;border-radius:9px;padding:10px 17px;font-size:13px;font-weight:700;cursor:pointer;transition:.18s}.btn:hover{transform:translateY(-1px)}.btn.primary{background:var(--blue);color:#fff;box-shadow:0 7px 16px rgba(53,108,246,.22)}.btn.secondary{background:var(--blue2);color:#2d5fda}.btn.ghost{background:#fff;color:#506078;border:1px solid var(--line)}.btn.ghost.danger{color:var(--danger)}.btn.white{background:#fff;color:#21406e}.btn.outline-white{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4)}.btn.full{width:100%;margin-top:10px}.page{display:none}.page.active{display:block}.hero-card{height:245px;border-radius:20px;padding:35px 46px;background:linear-gradient(120deg,#1b3764,#3466bf);color:#fff;display:flex;justify-content:space-between;overflow:hidden;box-shadow:var(--shadow)}.hero-card h2{font-size:31px;margin:17px 0 10px}.hero-card p{color:#d6e1f7;margin:0 0 24px}.pill{display:inline-block;background:var(--blue2);color:#3562cb;padding:6px 10px;border-radius:20px;font-size:11px;font-weight:700}.pill.light{background:rgba(255,255,255,.14);color:#fff}.hero-visual{width:280px;position:relative}.sheet{position:absolute;width:190px;height:205px;border-radius:8px;background:#fff;box-shadow:0 25px 45px rgba(3,16,42,.3)}.sheet-back{transform:rotate(12deg);right:4px;top:18px;opacity:.45}.sheet-front{right:36px;top:2px;transform:rotate(2deg);padding:22px}.sheet-head{height:11px;background:#5c82ef;border-radius:4px;width:75%;margin-bottom:22px}.sheet i{display:block;height:7px;background:#e9edf5;margin:11px 0;border-radius:3px}.sheet i:nth-of-type(2){width:70%}.sheet-total{height:26px;background:#eef3ff;margin-top:25px;border-left:4px solid #5c82ef}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:20px 0}.stat{background:#fff;border-radius:14px;padding:20px 22px;display:flex;gap:16px;align-items:center;box-shadow:var(--shadow)}.stat-icon{width:45px;height:45px;border-radius:12px;display:grid;place-items:center;font-size:20px}.stat-icon.blue{background:#eaf0ff;color:#3769e7}.stat-icon.orange{background:#fff0e7;color:#ef7933}.stat-icon.green{background:#e7f8f2;color:#139a68}.stat span,.stat small{display:block;color:var(--muted);font-size:11px}.stat strong{font-size:23px;margin:2px 0;display:block}.dashboard-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:18px}.panel{background:#fff;border-radius:14px;padding:23px;box-shadow:var(--shadow)}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.panel h3{margin:5px 0 0;font-size:17px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps>div{display:flex;gap:11px}.steps b{color:#9cafcd;font-size:13px}.steps strong,.steps small{display:block}.steps strong{font-size:13px}.steps small{color:var(--muted);font-size:11px;margin-top:5px;line-height:1.5}.muted{color:var(--muted);font-size:13px;line-height:1.7}.stack-actions{display:grid;gap:8px;margin-top:20px}.toolbar{display:flex;justify-content:space-between;margin-bottom:15px}.search{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:9px;padding:0 12px;min-width:380px}.search input{border:0;outline:0;width:100%;height:40px}.table-panel{min-height:530px}.count-chip{font-size:11px;background:#f2f4f8;padding:6px 10px;border-radius:20px;color:#6f7f97}.table-wrap{overflow:auto}.table-wrap table{width:100%;border-collapse:collapse}.table-wrap th{text-align:left;color:#8996aa;font-size:10px;letter-spacing:.06em;padding:10px;border-bottom:1px solid var(--line)}.table-wrap td{padding:14px 10px;border-bottom:1px solid #edf0f5;font-size:12px;vertical-align:middle}.product-cell{display:flex;align-items:center;gap:11px}.product-thumb{width:45px;height:45px;border-radius:9px;background:#edf1f8;object-fit:cover}.product-thumb.placeholder{display:grid;place-items:center;color:#8ca0be;font-weight:800}.product-cell strong,.product-cell small{display:block}.product-cell small{color:var(--muted);margin-top:4px}.row-actions{display:flex;gap:5px;justify-content:flex-end}.mini-btn{border:1px solid var(--line);background:#fff;border-radius:7px;padding:5px 8px;cursor:pointer;color:#66758c}.mini-btn.delete{color:var(--danger)}.empty-state{text-align:center;padding:80px 20px;color:var(--muted)}.empty-state h3{color:var(--ink)}.empty-icon{margin:auto;width:60px;height:60px;border-radius:18px;background:#edf2ff;color:#4c75df;display:grid;place-items:center;font-size:28px}.invoice-layout{display:grid;grid-template-columns:minmax(700px,1fr) 285px;gap:18px;align-items:start}.invoice-main{display:grid;gap:16px}.form-panel{padding:24px}.section-title{display:flex;gap:13px;align-items:center;margin-bottom:20px}.section-title>span{width:36px;height:36px;border-radius:10px;background:#edf2ff;color:#416de0;display:grid;place-items:center;font-size:12px;font-weight:800}.section-title h3,.section-title p{margin:0}.section-title p{font-size:11px;color:var(--muted);margin-top:4px}.section-title em,label em{color:#ed5b5b;font-style:normal}.items-title .btn{margin-left:auto}.template-picker{display:grid;grid-template-columns:1fr 1fr;gap:12px}.template-option{border:1px solid var(--line);border-radius:12px;padding:16px;cursor:pointer;display:flex;gap:12px;align-items:center}.template-option.active{border-color:#5b82ed;background:#f6f8ff;box-shadow:inset 0 0 0 1px #5b82ed}.template-option .radio{width:17px;height:17px;border:2px solid #aeb8c8;border-radius:50%}.template-option.active .radio{border:5px solid #4e75df}.template-option strong,.template-option small{display:block}.template-option small{font-size:10px;color:var(--muted);margin-top:4px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.form-grid.cols-3{grid-template-columns:repeat(3,1fr)}.form-grid.cols-4{grid-template-columns:repeat(4,1fr)}label>span,.field>span,.measure-card>span{display:block;font-size:11px;font-weight:700;color:#596a83;margin-bottom:7px}input,select,textarea{width:100%;border:1px solid #dfe5ee;border-radius:8px;background:#fff;padding:9px 10px;color:var(--ink);outline:0}input:focus,select:focus,textarea:focus{border-color:#6e91ec;box-shadow:0 0 0 3px rgba(64,108,226,.09)}.span-2{grid-column:span 2}.invoice-summary{position:sticky;top:20px}.summary-list{margin-top:20px}.summary-list>div{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px dashed #e2e7ef;font-size:12px}.summary-list span{color:var(--muted)}.summary-list strong{font-size:13px}.summary-list .summary-total{margin-top:8px;border:0;background:#f0f4ff;padding:15px;border-radius:10px}.summary-total strong{color:#2e61dc;font-size:18px}.summary-warning{font-size:11px;color:#a16d28;background:#fff7e8;border:1px solid #f7dfb7;padding:10px;border-radius:8px;margin:16px 0}.invoice-items{display:grid;gap:12px}.invoice-item{border:1px solid var(--line);border-radius:12px;overflow:hidden}.item-head{background:#f8f9fc;padding:12px 14px;display:flex;align-items:center;gap:11px}.item-index{font-size:10px;background:#263c5d;color:#fff;width:24px;height:24px;border-radius:7px;display:grid;place-items:center}.item-head img,.item-head .placeholder{width:38px;height:38px;border-radius:8px;object-fit:cover;background:#e9edf5;display:grid;place-items:center}.item-head .item-name{flex:1}.item-name strong,.item-name small{display:block}.item-name small{color:var(--muted);font-size:10px;margin-top:3px}.item-body{padding:15px;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.item-body label span{font-size:10px}.item-body input,.item-body select{padding:7px;font-size:11px}.item-details{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;border-top:1px dashed var(--line);padding-top:12px}.item-delete{border:0;background:transparent;color:#c75050;cursor:pointer}.template-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.template-card{border:1px solid var(--line);border-radius:13px;padding:20px;display:flex;gap:14px}.template-logo{width:47px;height:47px;border-radius:12px;background:#edf2ff;color:#416bda;display:grid;place-items:center;font-weight:800}.template-card p{color:var(--muted);font-size:11px;line-height:1.6}.template-card small{color:#21a171}.roadmap{display:flex;gap:15px;margin-top:22px;padding:20px;background:#f7f9fd;border-radius:13px}.roadmap-icon{width:42px;height:42px;border-radius:12px;background:#fff;display:grid;place-items:center;color:#426ee0}.roadmap h3{margin:0}.roadmap p{margin:8px 0 0;color:var(--muted);font-size:12px;line-height:1.7}.modal{display:none;position:fixed;inset:0;z-index:50}.modal.open{display:block}.modal-backdrop{position:absolute;inset:0;background:rgba(11,24,45,.52);backdrop-filter:blur(2px)}.modal-dialog{position:relative;width:620px;max-height:90vh;margin:5vh auto;background:#fff;border-radius:16px;box-shadow:0 25px 80px rgba(10,25,52,.28);overflow:auto}.modal-dialog.large{width:980px}.modal-head,.modal-foot{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--line)}.modal-head h2{margin:5px 0 0;font-size:20px}.modal-foot{border-top:1px solid var(--line);border-bottom:0;justify-content:flex-end;gap:9px;position:sticky;bottom:0;background:#fff}.modal-body{padding:22px 24px}.icon-btn{border:0;background:#f1f3f7;width:32px;height:32px;border-radius:9px;font-size:21px;color:#66758b;cursor:pointer}.form-section{border-bottom:1px solid var(--line);padding-bottom:21px;margin-bottom:21px}.form-section:last-child{border:0;margin:0}.form-section>h3{font-size:13px;margin:0 0 14px}.measure-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px}.measure-card>div{display:flex;align-items:center;gap:7px}.measure-card b{color:#a3afbf}.image-upload{display:flex;align-items:center;gap:14px;margin-top:16px;cursor:pointer}.image-upload input[type=file]{display:none}.image-preview{width:82px;height:72px;border:1px dashed #b9c6d8;border-radius:10px;background:#f8faff;display:grid;place-items:center;overflow:hidden;color:#6f8fdc;font-size:24px}.image-preview img{display:none;width:100%;height:100%;object-fit:cover}.image-upload strong,.image-upload small{display:block}.image-upload small{color:var(--muted);font-size:10px;margin-top:5px}.product-select-list{display:grid;gap:8px;max-height:420px;overflow:auto;margin:15px 0}.select-product{display:flex;align-items:center;gap:11px;padding:11px;border:1px solid var(--line);border-radius:10px;cursor:pointer}.select-product:hover{border-color:#6f91eb;background:#f8faff}.select-product img,.select-product .placeholder{width:42px;height:42px;border-radius:8px;background:#edf1f7;object-fit:cover;display:grid;place-items:center}.select-product>div:nth-child(2){flex:1}.select-product strong,.select-product small{display:block}.select-product small{color:var(--muted);font-size:10px;margin-top:3px}.toast{position:fixed;right:26px;bottom:26px;background:#172b49;color:#fff;padding:12px 18px;border-radius:10px;font-size:12px;box-shadow:0 12px 30px rgba(0,0,0,.2);transform:translateY(80px);opacity:0;transition:.25s;z-index:100}.toast.show{transform:translateY(0);opacity:1}.toast.error{background:#b84343}@media(max-width:1280px){.main{padding-left:24px;padding-right:24px}.item-body{grid-template-columns:repeat(4,1fr)}}
