:root{--green:#0b5d48;--deep:#073f32;--mint:#e8f3ef;--canvas:#f4f7f5;--ink:#14201c;--muted:#6a7772;--line:#e3eae7;--white:#fff;--warn:#a86d17;--danger:#c2413a;--shadow:0 12px 36px rgba(7,63,50,.07)}*{box-sizing:border-box}body{margin:0;background:var(--canvas);color:var(--ink);font:14px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC",sans-serif}.sidebar{position:fixed;inset:0 auto 0 0;width:224px;background:var(--deep);color:white;padding:28px 16px;display:flex;flex-direction:column}.logo{display:flex;align-items:center;gap:12px;padding:0 10px 28px}.logo>span{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.3);border-radius:12px;font:600 22px serif}.logo b,.logo small{display:block}.logo b{font-size:19px}.logo small{font-size:9px;letter-spacing:2px;opacity:.55}.sidebar nav{display:flex;flex-direction:column;gap:6px}.nav{height:46px;border:0;border-radius:10px;background:transparent;color:rgba(255,255,255,.67);text-align:left;padding:0 14px;cursor:pointer;font-size:14px;display:flex;align-items:center;gap:13px}.nav i{width:20px;text-align:center;font-style:normal;font-size:18px}.nav em{margin-left:auto;border-radius:20px;background:#b97a1b;color:#fff;font-style:normal;font-size:11px;padding:1px 7px}.nav:hover,.nav.active{background:rgba(255,255,255,.1);color:#fff}.erp-state{margin-top:auto;border-top:1px solid rgba(255,255,255,.12);padding:20px 8px 0;display:flex;gap:10px;align-items:center}.erp-state>span{width:8px;height:8px;border-radius:50%;background:#65d6a8;box-shadow:0 0 0 4px rgba(101,214,168,.12)}.erp-state b,.erp-state small{display:block}.erp-state b{font-size:12px}.erp-state small{font-size:10px;opacity:.55;margin-top:2px}main{margin-left:224px;min-width:860px}header{height:84px;background:#fff;border-bottom:1px solid var(--line);padding:0 34px;display:flex;align-items:center;justify-content:space-between}h1,h2,h3,p{margin:0}header h1{font-size:22px}header p,.page-toolbar p{color:var(--muted);font-size:12px;margin-top:3px}.header-actions,.user{display:flex;align-items:center;gap:14px}.icon-btn{border:1px solid var(--line);width:36px;height:36px;background:white;border-radius:10px}.user>span,.avatar{width:36px;height:36px;border-radius:10px;background:var(--deep);color:white;display:grid;place-items:center}.user b,.user small{display:block}.user small{color:var(--muted);font-size:10px}.page{display:none;padding:28px 34px}.page.active{display:block}.notice{display:flex;align-items:center;gap:13px;border:1px solid #cee1da;background:#edf7f3;border-radius:12px;padding:14px 17px;color:#315c4e}.notice>span{width:24px;height:24px;border-radius:50%;background:var(--green);color:white;display:grid;place-items:center;font-weight:700}.notice p{font-size:12px;margin-top:2px}.notice button{margin-left:auto;border:0;background:transparent;color:var(--green);font-weight:600;cursor:pointer}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:20px 0}.stats article{background:#fff;border-radius:14px;padding:18px 20px;box-shadow:var(--shadow)}.stats small,.stats b,.stats em{display:block}.stats small{color:var(--muted)}.stats b{font-size:28px;margin:5px 0 2px}.stats em{font-size:11px;color:var(--green);font-style:normal}.stats .warn{color:var(--warn)}.toolbar{display:flex;gap:10px;margin-bottom:16px}.search,.erp-search{height:40px;background:#fff;border:1px solid var(--line);border-radius:10px;display:flex;align-items:center;padding:0 12px;flex:1;max-width:380px}.search:focus-within,.erp-search:focus-within{border-color:var(--green);box-shadow:0 0 0 3px rgba(11,93,72,.1)}.search svg,.erp-search svg{width:18px;fill:none;stroke:var(--muted);stroke-width:1.8;margin-right:9px}.search input,.erp-search input{border:0;outline:0;flex:1;font:inherit;min-width:0}.toolbar select{border:1px solid var(--line);background:#fff;border-radius:10px;padding:0 30px 0 12px;color:#46534e}.btn{height:40px;border-radius:10px;padding:0 16px;border:1px solid transparent;font-weight:600;cursor:pointer}.btn.primary{background:var(--green);color:#fff}.btn.secondary{background:#fff;border-color:var(--line);color:#43514c}.btn:disabled{opacity:.4;cursor:not-allowed}.table-card,.settings-card{background:#fff;border-radius:14px;box-shadow:var(--shadow);overflow:hidden}table{width:100%;border-collapse:collapse}th{text-align:left;height:46px;background:#fafbfb;color:var(--muted);font-size:11px;font-weight:600}th,td{padding:0 15px;border-bottom:1px solid #edf1ef}td{height:78px}.product-cell{display:flex;align-items:center;gap:12px}.product-cell img{width:52px;height:52px;border-radius:10px;object-fit:cover}.product-cell b,.product-cell small{display:block}.product-cell small{color:var(--muted);font-size:11px;margin-top:3px}.status{display:inline-flex;border-radius:20px;background:#e5f4ed;color:var(--green);font-size:11px;padding:4px 9px}.status.hold{background:#fff3da;color:#946317}.progress{width:104px;height:6px;background:#edf1ef;border-radius:8px;overflow:hidden;display:inline-block;margin-right:8px}.progress i{display:block;height:100%;background:var(--green)}.tag{display:inline-flex;background:#f1f4f2;border-radius:6px;padding:3px 7px;color:#52605b;font-size:11px;margin:2px}.edit-btn{border:0;background:transparent;color:var(--green);font-weight:600;cursor:pointer}.pagination{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;color:var(--muted);font-size:12px}.pagination button{width:30px;height:30px;border:1px solid var(--line);background:#fff}.pagination .current{background:var(--green);color:#fff}.page-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.draft-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.draft{background:#fff;border-radius:14px;overflow:hidden;box-shadow:var(--shadow)}.draft-cover{height:190px;background:#dfe8e4;display:grid;grid-template-columns:repeat(2,1fr);gap:2px}.draft-cover img{width:100%;height:94px;object-fit:cover}.draft-body{padding:17px}.draft-body .line{display:flex;justify-content:space-between}.draft-body p{color:var(--muted);font-size:12px;margin:7px 0 14px}.draft-body button{width:100%}.settings-card{padding:8px 24px}.tag-group{padding:22px 0;border-bottom:1px solid var(--line)}.tag-group>div{display:flex;gap:10px;margin-top:14px}.tag-group span{border:1px solid var(--line);border-radius:8px;padding:8px 12px}.tag-group i{font-style:normal;color:var(--muted);margin-left:9px}.people>div{height:76px;display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--line)}.avatar.pale{background:var(--mint);color:var(--green)}.people b{display:flex;flex-direction:column}.people small{font-weight:400;color:var(--muted)}.people em{margin-left:auto;font-style:normal;color:var(--muted)}.brand-layout{display:grid;grid-template-columns:1fr 420px;gap:22px}.form{padding:24px}.form label{display:block;font-weight:600;margin-bottom:18px}.form input{display:block;width:100%;height:42px;border:1px solid var(--line);border-radius:9px;padding:0 12px;margin-top:7px}.switch-line{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-top:1px solid var(--line)}.switch-line b,.switch-line small{display:block}.switch-line small{color:var(--muted)}.switch{width:44px;height:24px;border:0;border-radius:20px;background:#cbd5d1;position:relative}.switch:after{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:white;border-radius:50%}.switch.on{background:var(--green)}.switch.on:after{left:23px}.brand-preview>small{display:block;color:var(--muted);margin-bottom:8px}.brand-preview>div{height:520px;border-radius:14px;background:linear-gradient(rgba(5,36,27,.12),rgba(5,36,27,.55)),url('https://images.unsplash.com/photo-1497339106-8c29c83b0f1c?auto=format&fit=crop&w=900&q=88') center/cover;color:white;padding:28px;display:flex;flex-direction:column;justify-content:flex-end}.preview-logo{position:absolute;align-self:flex-start;margin-bottom:424px;font:600 18px serif}.preview-logo small{display:block;font:8px sans-serif;letter-spacing:2px}.brand-preview b{font-size:24px}.brand-preview em{margin-top:22px;font-style:normal;font-size:10px;opacity:.7}.modal{display:none;position:fixed;inset:0;background:rgba(5,25,19,.52);z-index:30;place-items:center}.modal.open{display:grid}.modal-card{width:760px;background:#fff;border-radius:16px;box-shadow:0 24px 80px rgba(0,0,0,.25)}.modal-head,.drawer-head{padding:22px 26px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.modal-head p{color:var(--muted);font-size:12px}.close,.drawer-close{border:0;background:transparent;font-size:25px;color:var(--muted);cursor:pointer}.step{display:grid;grid-template-columns:24px 1fr 24px 1fr 24px;align-items:center;padding:22px 100px 34px;position:relative}.step b,.step i{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;font-style:normal;background:#e9eeec;color:#82908a}.step b{background:var(--green);color:#fff}.step>span{height:1px;background:var(--line)}.step small{position:absolute;top:49px}.step small:nth-of-type(1){left:88px}.step small:nth-of-type(2){left:353px}.step small:nth-of-type(3){right:77px}.erp-search{max-width:none;margin:0 26px;height:46px}.erp-search button{border:0;background:var(--green);color:white;height:34px;border-radius:7px;padding:0 17px}.sync-meta{padding:10px 28px;color:var(--muted);font-size:11px}.erp-results{height:270px;overflow:auto;padding:0 26px}.erp-item{display:flex;align-items:center;gap:13px;border:1px solid var(--line);border-radius:10px;padding:10px;margin-bottom:9px;cursor:pointer}.erp-item.selected{border-color:var(--green);background:#f1f8f5}.erp-item img{width:54px;height:54px;border-radius:9px;object-fit:cover}.erp-item>div{flex:1}.erp-item b,.erp-item small{display:block}.erp-item small{color:var(--muted)}.erp-item .check{width:22px;height:22px;border:1px solid #becbc6;border-radius:50%}.erp-item.selected .check{background:var(--green);border-color:var(--green);box-shadow:inset 0 0 0 5px #fff}.modal-foot,.drawer-foot{padding:16px 26px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.modal-foot>div{display:flex;gap:10px}.drawer{position:fixed;right:-620px;top:0;bottom:0;width:600px;background:white;z-index:40;box-shadow:-20px 0 60px rgba(0,0,0,.15);transition:.25s;display:flex;flex-direction:column}.drawer.open{right:0}.drawer-body{overflow:auto;padding:22px 26px;flex:1}.readonly{background:#f6f8f7;border-radius:12px;padding:16px}.readonly>span{font-weight:600;color:var(--green)}.readonly>div{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:13px 0}.readonly label,.edit-section label{font-size:11px;color:var(--muted)}.readonly input,.edit-section input{width:100%;height:38px;border:1px solid var(--line);border-radius:8px;padding:0 10px;margin-top:5px}.readonly input{background:#edf1ef;color:#66736e}.readonly small{color:var(--warn)}.edit-section{margin-top:24px}.edit-section h3{margin-bottom:12px}.section-line{display:flex;justify-content:space-between}.section-line span{color:var(--green);font-size:12px}.media-tabs{display:flex;gap:6px;overflow:auto}.media-tabs button{border:0;border-radius:7px;padding:7px 10px;white-space:nowrap}.media-tabs .active{background:var(--green);color:#fff}.upload-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:12px}.upload-grid img,.upload{height:116px;width:100%;border-radius:10px;object-fit:cover}.upload{border:1px dashed #aebeb8;background:#f7faf8;color:var(--green);display:flex;flex-direction:column;align-items:center;justify-content:center}.upload b{font-size:24px}.upload small{color:var(--muted);font-size:9px}.drawer-foot{justify-content:flex-end;gap:10px}.toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%,20px);background:#143d32;color:#fff;padding:10px 18px;border-radius:9px;opacity:0;transition:.2s;z-index:80}.toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:1050px){.stats{grid-template-columns:1fr 1fr}.brand-layout{grid-template-columns:1fr}.toolbar{flex-wrap:wrap}.search{max-width:none;min-width:100%}}
