:root{--ink:#123c49;--muted:#5d7881;--line:#d8e8eb;--surface:#fff;--canvas:#f3fafb;--primary:#0787a4;--primary-dark:#056c83;--cyan:#22d3ee;--green:#07966d;--danger:#c2414b;--shadow:0 18px 50px rgba(12,72,86,.09);--radius:18px;--sidebar:248px;font-family:"Noto Sans SC","PingFang SC","Microsoft YaHei",system-ui,sans-serif;color:var(--ink);background:var(--canvas);font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--canvas)}button,input,select,textarea{font:inherit}button{cursor:pointer}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.auth-screen{min-height:100vh;display:grid;grid-template-columns:minmax(360px,520px) 1fr;background:#fff}.auth-card{display:flex;flex-direction:column;justify-content:center;padding:9vw;max-width:640px}.brand-mark{width:54px;height:54px;border-radius:17px;background:linear-gradient(145deg,#0ea5c4,#056c83);box-shadow:0 12px 30px rgba(8,145,178,.24);position:relative;margin-bottom:30px}.brand-mark span{position:absolute;background:#fff;border-radius:3px}.brand-mark span:first-child{width:26px;height:8px;left:14px;top:23px}.brand-mark span:last-child{width:8px;height:26px;left:23px;top:14px}.brand-mark.compact{width:40px;height:40px;border-radius:12px;margin:0;box-shadow:none}.brand-mark.compact span:first-child{width:20px;height:6px;left:10px;top:17px}.brand-mark.compact span:last-child{width:6px;height:20px;left:17px;top:10px}.eyebrow,.page-kicker{letter-spacing:.14em;font-size:11px;font-weight:800;color:var(--primary);margin:0 0 10px}.auth-card h1{font-size:34px;letter-spacing:-.03em;margin:0 0 12px}.auth-copy{color:var(--muted);margin:0 0 34px;line-height:1.7}.stack-form{display:grid;gap:18px}.stack-form label,.field{font-size:13px;font-weight:700;color:#274f5a;display:grid;gap:8px}.stack-form input,.field input,.field select,.field textarea,.app-switcher select{width:100%;border:1px solid var(--line);background:#fbfefe;color:var(--ink);border-radius:11px;outline:none;transition:.2s;border-color .2s,box-shadow .2s;padding:0 13px}.stack-form input,.field input,.field select{height:44px}.field textarea{min-height:92px;padding-top:12px;resize:vertical}.stack-form input:focus,.field input:focus,.field select:focus,.field textarea:focus,.app-switcher select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(8,145,178,.13)}.button{border:0;border-radius:11px;height:42px;padding:0 18px;font-weight:750;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:background .2s,color .2s,box-shadow .2s}.button svg{width:17px}.button.primary{background:var(--primary);color:#fff;box-shadow:0 8px 20px rgba(8,145,178,.18)}.button.primary:hover{background:var(--primary-dark)}.button.secondary{background:#e6f6f8;color:var(--primary-dark)}.button.secondary:hover{background:#d6f0f3}.button.ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}.button.ghost:hover{background:#f4fafb}.button.danger{background:#fff1f2;color:var(--danger)}.button.wide{width:100%;margin-top:4px}.button:disabled{opacity:.5;cursor:not-allowed}.auth-foot{font-size:12px;color:#789099;margin-top:28px}.auth-visual{position:relative;overflow:hidden;background:linear-gradient(145deg,#063b4a 0%,#075d70 55%,#0787a4 100%);min-height:100vh}.auth-visual:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:40px 40px;mask-image:linear-gradient(to bottom,transparent,black 25%,black 75%,transparent)}.orb{position:absolute;border-radius:50%;filter:blur(2px)}.orb-one{width:420px;height:420px;background:rgba(34,211,238,.15);right:-100px;top:-80px}.orb-two{width:320px;height:320px;background:rgba(5,150,105,.19);left:8%;bottom:-80px}.visual-card{position:absolute;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.45);border-radius:22px;box-shadow:0 30px 80px rgba(1,31,39,.25);backdrop-filter:blur(18px)}.visual-card.main{width:min(480px,65%);height:280px;left:16%;top:27%;padding:32px}.visual-card small{color:#65808a;font-weight:650}.visual-card strong{display:block;margin-top:13px;font-size:26px;color:#123c49}.status-dot{float:right;width:10px;height:10px;background:#10b981;border-radius:50%;box-shadow:0 0 0 6px rgba(16,185,129,.12)}.mini-chart{height:120px;display:flex;align-items:flex-end;gap:13px;margin-top:36px}.mini-chart i{flex:1;border-radius:8px 8px 3px 3px;background:linear-gradient(#22d3ee,#0891b2)}.mini-chart i:nth-child(1){height:38%}.mini-chart i:nth-child(2){height:62%}.mini-chart i:nth-child(3){height:46%}.mini-chart i:nth-child(4){height:78%}.mini-chart i:nth-child(5){height:65%}.mini-chart i:nth-child(6){height:92%}.visual-card.floating{right:9%;bottom:19%;padding:24px;width:190px}.visual-card.floating strong{font-size:34px}.trend{display:inline-block;color:#047857;background:#dff8ef;border-radius:99px;padding:5px 9px;font-size:11px;margin-top:12px}.app-shell{min-height:100vh;display:grid;grid-template-columns:var(--sidebar) 1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);background:#073847;color:#fff;display:flex;flex-direction:column;padding:22px 14px;z-index:20}.sidebar-brand{display:flex;align-items:center;gap:12px;padding:0 7px 24px;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-brand strong,.sidebar-brand small{display:block}.sidebar-brand strong{font-size:15px}.sidebar-brand small{font-size:11px;color:#94c4cf;margin-top:3px}.nav-list{display:grid;gap:6px;padding:25px 0}.nav-item{height:45px;border:0;background:transparent;color:#a9cad2;border-radius:11px;display:flex;align-items:center;gap:12px;padding:0 14px;font-size:14px;text-align:left;transition:.2s}.nav-item:hover{background:rgba(255,255,255,.07);color:#fff}.nav-item.active{background:linear-gradient(90deg,rgba(34,211,238,.2),rgba(34,211,238,.08));color:#fff;box-shadow:inset 3px 0 #22d3ee}.nav-item svg{width:19px}.sidebar-foot{margin-top:auto;border-top:1px solid rgba(255,255,255,.1);padding:18px 6px 0;display:flex;align-items:center;gap:8px}.profile-chip{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.profile-chip>span{width:34px;height:34px;border-radius:10px;background:#0b829c;display:grid;place-items:center;font-weight:800}.profile-chip div{min-width:0}.profile-chip strong,.profile-chip small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-chip strong{font-size:12px}.profile-chip small{font-size:10px;color:#91bec8;margin-top:3px}.icon-button{border:0;background:transparent;color:inherit;width:38px;height:38px;border-radius:10px;display:grid;place-items:center;transition:.2s}.icon-button:hover{background:rgba(127,170,180,.16)}.workspace{grid-column:2;min-width:0}.topbar{height:88px;background:rgba(255,255,255,.9);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 34px;position:sticky;top:0;z-index:10;backdrop-filter:blur(16px)}.topbar h2{font-size:21px;margin:0;letter-spacing:-.015em}.topbar .page-kicker{margin-bottom:5px;color:#69909a}.topbar-actions{display:flex;align-items:center;gap:16px}.app-switcher{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:11px;font-weight:700}.app-switcher select{height:38px;width:220px;background:#f8fcfd}.live-pill{font-size:11px;font-weight:750;background:#e7f8f2;color:#087654;border-radius:99px;padding:8px 11px;white-space:nowrap}.live-pill i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#10b981;margin-right:6px}.content{padding:28px 34px 60px;max-width:1500px;margin:0 auto;outline:none}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:22px}.section-head h3{font-size:23px;margin:0 0 7px;letter-spacing:-.02em}.section-head p{margin:0;color:var(--muted);font-size:13px}.actions{display:flex;gap:10px;align-items:center}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.stat-card,.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 5px 25px rgba(10,67,80,.04)}.stat-card{padding:20px;position:relative;overflow:hidden}.stat-card:after{content:"";position:absolute;width:80px;height:80px;border-radius:50%;right:-30px;top:-30px;background:var(--tint,#e2f6f8)}.stat-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:var(--tint,#e2f6f8);color:var(--tone,var(--primary));margin-bottom:20px}.stat-card strong{font-size:29px;display:block;letter-spacing:-.04em}.stat-card span{font-size:12px;color:var(--muted)}.dashboard-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:18px;margin-top:18px}.panel{padding:22px}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.panel-head h4{margin:0;font-size:15px}.panel-head small{color:var(--muted)}.health-list{display:grid;gap:13px}.health-row{display:grid;grid-template-columns:150px 1fr 58px;align-items:center;gap:14px;font-size:12px}.health-row span{color:var(--muted)}.bar{height:7px;background:#e8f2f4;border-radius:99px;overflow:hidden}.bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--primary),var(--cyan))}.health-row strong{text-align:right}.activity-list{display:grid}.activity-item{display:grid;grid-template-columns:9px 1fr auto;gap:12px;align-items:start;padding:13px 0;border-bottom:1px solid #e8f1f3}.activity-item:last-child{border:0}.activity-item>i{width:8px;height:8px;border-radius:50%;background:var(--primary);margin-top:5px;box-shadow:0 0 0 4px #e0f4f7}.activity-item p{margin:0;font-size:12px;font-weight:700}.activity-item small{display:block;color:var(--muted);font-weight:400;margin-top:3px}.activity-item time{font-size:10px;color:#80969c}.data-table-wrap{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:auto}.data-table{width:100%;border-collapse:collapse;min-width:720px}.data-table th{height:45px;background:#f7fbfc;color:#607c85;font-size:11px;text-align:left;padding:0 18px;border-bottom:1px solid var(--line);letter-spacing:.04em}.data-table td{padding:16px 18px;border-bottom:1px solid #edf3f4;font-size:13px}.data-table tbody tr:hover{background:#f9fcfd}.data-table tbody tr:last-child td{border:0}.entity{display:flex;align-items:center;gap:12px}.entity-icon{width:38px;height:38px;border-radius:11px;background:#e3f6f8;color:var(--primary);display:grid;place-items:center;font-weight:850}.entity strong,.entity small{display:block}.entity small{color:var(--muted);margin-top:3px}.badge{display:inline-flex;align-items:center;padding:5px 9px;border-radius:99px;background:#e5f8f1;color:#087654;font-size:10px;font-weight:800}.badge.draft{background:#fff5d8;color:#9a6500}.badge.archived,.badge.disabled{background:#eef2f3;color:#6b7e83}.link-button{border:0;background:transparent;color:var(--primary);font-weight:750;font-size:12px;padding:7px}.empty{padding:50px 20px;text-align:center;color:var(--muted)}.empty strong{display:block;color:var(--ink);margin-bottom:6px}.config-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px;align-items:start}.editor-panel{padding:0;overflow:hidden}.editor-tabs{display:flex;overflow-x:auto;border-bottom:1px solid var(--line);padding:0 16px}.editor-tab{height:52px;padding:0 15px;border:0;background:transparent;color:var(--muted);font-size:12px;font-weight:750;border-bottom:2px solid transparent;white-space:nowrap}.editor-tab.active{color:var(--primary);border-color:var(--primary)}.editor-body{padding:24px}.form-section{margin-bottom:28px}.form-section:last-child{margin:0}.form-section h4{font-size:14px;margin:0 0 5px}.form-section>p{font-size:12px;color:var(--muted);margin:0 0 18px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-grid .full{grid-column:1/-1}.color-field{display:grid;grid-template-columns:42px 1fr;gap:8px}.color-field input[type=color]{padding:4px}.switch-row{display:flex;align-items:center;justify-content:space-between;padding:13px 0;border-bottom:1px solid #eaf1f2}.switch-copy strong,.switch-copy small{display:block}.switch-copy strong{font-size:13px}.switch-copy small{font-size:11px;color:var(--muted);margin-top:4px}.switch{position:relative;width:42px;height:24px}.switch input{opacity:0;width:0;height:0}.switch span{position:absolute;inset:0;background:#cbdadd;border-radius:99px;transition:.2s}.switch span:after{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.15);transition:.2s}.switch input:checked+span{background:var(--green)}.switch input:checked+span:after{transform:translateX(18px)}.repeat-list{display:grid;gap:10px}.repeat-card{border:1px solid var(--line);border-radius:13px;padding:14px;display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:end}.repeat-card .wide{grid-column:1/-1}.phone-preview{position:sticky;top:110px;background:#123c49;border-radius:38px;padding:10px;box-shadow:0 25px 60px rgba(8,54,66,.18)}.phone-screen{min-height:620px;border-radius:30px;background:var(--preview-bg,#f3fafb);overflow:hidden;position:relative}.phone-status{height:26px;display:flex;justify-content:space-between;padding:8px 18px;font-size:8px;font-weight:800;color:#294e58}.phone-title{height:43px;padding:9px 17px;background:#fff;font-size:15px;font-weight:850;color:#123c49}.phone-hero{height:130px;background:linear-gradient(145deg,var(--preview-primary,#0891b2),var(--preview-secondary,#22d3ee));color:#fff;padding:22px 18px}.phone-hero strong{font-size:18px;display:block}.phone-hero small{display:block;margin-top:8px;opacity:.85}.phone-announcement{margin:-12px 12px 10px;background:#fff;border-radius:12px;padding:10px 12px;font-size:9px;color:#42636b;box-shadow:0 5px 18px rgba(8,68,82,.08)}.phone-content{padding:6px 12px}.phone-content h5{margin:10px 0;font-size:12px}.phone-services{display:grid;grid-template-columns:1fr 1fr;gap:8px}.phone-service{height:68px;border-radius:12px;background:#fff;padding:12px;box-shadow:0 3px 10px rgba(8,68,82,.05);position:relative;overflow:hidden}.phone-service:after{content:"";position:absolute;width:34px;height:34px;border-radius:50%;right:-8px;bottom:-8px;background:color-mix(in srgb,var(--preview-primary,#0891b2) 20%,white)}.phone-service strong{font-size:10px}.phone-service small{display:block;color:#769099;font-size:8px;margin-top:5px}.preview-caption{text-align:center;color:#a8c3ca;font-size:10px;margin:12px 0 4px}.json-editor{width:100%;min-height:420px!important;background:#082f3a!important;color:#d9f7fb!important;font:12px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace!important;border:0!important;border-radius:13px!important;padding:18px!important}.modal-backdrop{position:fixed;inset:0;background:rgba(4,35,43,.52);z-index:100;display:grid;place-items:center;padding:20px;backdrop-filter:blur(4px)}.modal-backdrop[hidden]{display:none}.modal{width:min(520px,100%);background:#fff;border-radius:20px;box-shadow:0 30px 80px rgba(4,34,42,.3);overflow:hidden}.modal header{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid var(--line)}.modal h3{margin:0;font-size:20px}.modal-body,.modal #modal-body{padding:24px}.toast-region{position:fixed;right:22px;top:22px;z-index:200;display:grid;gap:10px}.toast{width:min(360px,calc(100vw - 44px));background:#123c49;color:#fff;border-radius:12px;padding:13px 16px;box-shadow:var(--shadow);font-size:12px;animation:toast-in .25s ease}.toast.error{background:#9f3340}.muted{color:var(--muted)}.mobile-only{display:none}@keyframes toast-in{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}@media(max-width:1100px){.stat-grid{grid-template-columns:repeat(2,1fr)}.config-layout{grid-template-columns:1fr}.phone-preview{position:relative;top:auto;max-width:340px;margin:auto}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:780px){.auth-screen{display:block}.auth-card{min-height:100vh;padding:40px 24px}.auth-visual{display:none}.app-shell{display:block}.sidebar{transform:translateX(-102%);transition:transform .25s}.sidebar.open{transform:none;box-shadow:20px 0 50px rgba(4,35,43,.24)}.workspace{display:block}.mobile-only{display:grid}.topbar{height:auto;min-height:78px;padding:14px 18px;gap:10px}.topbar>div:first-of-type{flex:1}.topbar-actions{gap:8px}.app-switcher span,.live-pill{display:none}.app-switcher select{width:150px}.content{padding:22px 16px 50px}.section-head{align-items:flex-start;flex-direction:column}.stat-grid{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.repeat-card{grid-template-columns:1fr}.repeat-card .wide{grid-column:auto}}@media(max-width:460px){.stat-grid{grid-template-columns:1fr}.actions{width:100%}.actions .button{flex:1}.topbar h2{font-size:17px}.app-switcher select{width:125px}.health-row{grid-template-columns:100px 1fr 45px}}
.old-price{display:block;text-decoration:line-through;margin-top:3px}.stock{font-weight:800;color:#087654}.stock.low{color:#bd4250;background:#fff0f1;border-radius:8px;padding:5px 8px}.block{display:block;margin-top:4px}.address-cell{max-width:210px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-line{font-size:12px;margin:3px 0}.status-select{height:36px;border:1px solid var(--line);border-radius:9px;background:#fbfefe;color:var(--ink);padding:0 8px}.orders-table{min-width:1120px}.phone-search{margin:-2px 12px 5px;background:#fff;border-radius:11px;padding:9px 11px;font-size:9px;color:#789099;box-shadow:0 3px 12px rgba(8,68,82,.06)}.modal{max-height:calc(100vh - 40px);overflow:auto}.product-form .form-grid{gap:13px}.product-form textarea,.stack-form textarea,.stack-form select{width:100%;border:1px solid var(--line);background:#fbfefe;color:var(--ink);border-radius:11px;outline:none;padding:11px 13px}.stack-form select{height:44px;padding:0 13px}.product-form textarea{min-height:76px;resize:vertical}
:root{--primary:#16865a;--primary-dark:#106b49;--cyan:#6dd6a5;--green:#16865a;--canvas:#f5faf7;--ink:#173e30;--muted:#607d6f;--line:#dceae2}.brand-mark{background:linear-gradient(145deg,#2ab978,#11734d);box-shadow:0 12px 30px rgba(22,134,90,.22)}.auth-visual{background:linear-gradient(145deg,#133d30 0%,#176044 55%,#16865a 100%)}.sidebar{background:#153f31}.profile-chip>span{background:#21885f}.nav-item.active{background:linear-gradient(90deg,rgba(109,214,165,.22),rgba(109,214,165,.08));box-shadow:inset 3px 0 #6dd6a5}.mini-chart i{background:linear-gradient(#6dd6a5,#16865a)}
.file-mode-notice{display:grid;gap:12px;padding:18px;border:1px solid #cfe5d8;border-radius:15px;background:#f4fbf7;color:var(--ink)}
.file-mode-notice strong{font-size:15px}.file-mode-notice p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.file-mode-notice a{text-decoration:none}
.feature-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px}.feature-points span{padding:9px 12px;border-radius:10px;background:#eaf7f0;color:#176345;font-size:12px;font-weight:750}
.product-thumb{width:46px;height:46px;object-fit:contain;border-radius:11px;background:#f2f7f4;border:1px solid var(--line)}
.badge.warning{background:#fff0df;color:#a75a0a}.image-upload-zone{min-height:120px;border:2px dashed #b9d8c7;border-radius:15px;background:#f7fcf9;display:flex;align-items:center;justify-content:center;gap:15px;padding:18px;color:#315d49;transition:.2s}.image-upload-zone:hover,.image-upload-zone.dragging{border-color:var(--primary);background:#edf9f2}.image-upload-zone.uploading{opacity:.65;pointer-events:none}.image-upload-zone img{width:92px;height:92px;object-fit:contain;border-radius:12px;background:#fff;border:1px solid var(--line)}.image-upload-zone strong,.image-upload-zone small{display:block}.image-upload-zone small{color:var(--muted);font-size:11px;margin-top:6px;line-height:1.5}.upload-placeholder{width:64px;height:64px;border-radius:16px;background:#dff3e7;display:grid;place-items:center;font-size:28px;color:var(--primary)}
.reuse-note{margin:-5px 0 0;font-size:12px;line-height:1.6}.import-product-list{display:grid;gap:8px;max-height:390px;overflow:auto}.import-product-row{display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid var(--line);border-radius:13px;padding:11px;background:#fff}.import-product-copy{display:flex;align-items:center;gap:10px;min-width:0}.import-product-copy img,.import-product-copy i{width:42px;height:42px;object-fit:contain;border-radius:10px;background:#eef7f2;border:1px solid var(--line)}.import-product-copy i{display:grid;place-items:center;font-style:normal;color:var(--primary);font-weight:800}.import-product-copy strong,.import-product-copy small{display:block}.import-product-copy small{color:var(--muted);font-size:10px;margin-top:3px}.import-stock{font-size:10px;color:var(--muted);display:grid;gap:4px}.import-stock input{width:92px;height:36px;border:1px solid var(--line);border-radius:9px;padding:0 9px}
@media(max-width:620px){.import-product-row{grid-template-columns:22px 1fr}.import-stock{grid-column:2}.image-upload-zone{align-items:flex-start;flex-direction:column}}
[hidden]{display:none!important}
