:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f7f8fa;--surface:#fff;--surface-muted:#fbfbfc;--surface-soft:#f4f5f7;--text:#111827;--muted:#6b7280;--border:#e5e7eb;--border-strong:#d1d5db;--accent:#ff6a00;--accent-strong:#e55e00;--success:#0f9f6e;--warning:#c47f00;--danger:#c83c3c;--sidebar-width:232px;--header-height:68px;--radius-lg:16px;--radius-md:12px;--radius-sm:10px;--shadow-soft:0 1px 2px #1118270a}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);margin:0;padding:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}input,select,textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;color:var(--text);padding:11px 12px;transition:border-color .12s}input:focus,select:focus,textarea:focus{border-color:#ff6a0073;outline:none;box-shadow:0 0 0 3px #ff6a0014}button{border-radius:var(--radius-sm);border:1px solid #0000}button:disabled{opacity:.65;cursor:wait}.page-shell{min-height:100vh;padding:calc(var(--header-height) + 28px) 28px 40px calc(var(--sidebar-width) + 28px)}.auth-shell{place-items:center;min-height:100vh;padding:32px;display:grid}.app-sidebar{width:var(--sidebar-width);background:var(--surface);border-right:1px solid var(--border);z-index:30;flex-direction:column;gap:20px;padding:20px 18px;display:flex;position:fixed;inset:0 auto 0 0}.app-brand{align-items:center;gap:10px;font-size:18px;font-weight:700;display:flex}.app-brand-mark{background:linear-gradient(135deg, var(--accent), #ff9248);color:#fff;border-radius:12px;place-items:center;width:34px;height:34px;font-weight:800;display:grid}.app-sidebar-group{gap:6px;display:grid}.app-sidebar-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;padding:0 10px;font-size:11px;font-weight:700}.app-nav-link{color:var(--muted);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-weight:600;display:flex}.app-nav-link:hover{background:var(--surface-soft);color:var(--text)}.app-nav-link[data-active=true]{color:var(--accent-strong);background:#ff6a001a}.app-nav-badge{border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:999px;padding:2px 8px;font-size:11px}.app-topbar{top:0;left:var(--sidebar-width);height:var(--header-height);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:20;background:#f7f8faeb;justify-content:space-between;align-items:center;gap:20px;padding:0 28px;display:flex;position:fixed;right:0}.app-topbar-title{gap:4px;min-width:0;display:grid}.app-topbar-title strong,.app-topbar-meta{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.app-topbar-title strong{font-size:15px}.app-topbar-meta{color:var(--muted);font-size:13px}.app-topbar-actions{flex-shrink:0;align-items:center;gap:14px;display:flex}.hero-card,.panel{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.hero-card{padding:28px}.panel{padding:22px}.eyebrow{color:var(--accent-strong);letter-spacing:.08em;text-transform:uppercase;background:#ff6a001a;border-radius:999px;align-items:center;margin-bottom:12px;padding:5px 9px;font-size:11px;font-weight:700;display:inline-flex}.muted{color:var(--muted)}.grid{gap:18px;display:grid}.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.stack{gap:18px;display:grid}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.metric-card{border:1px solid var(--border);background:var(--surface-muted);border-radius:14px;padding:16px}.metric-label{color:var(--muted);margin-bottom:8px;font-size:12px;font-weight:600}.metric-value{font-size:22px;font-weight:700}.toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.toolbar-title{gap:6px;display:grid}.toolbar-actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:10px;display:flex}.console-table-wrap{border:1px solid var(--border);background:var(--surface);border-radius:14px;overflow:auto}.console-table{border-collapse:collapse;width:100%;min-width:720px}.console-table th,.console-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:14px 16px;font-size:14px}.console-table th{background:var(--surface-soft);color:var(--muted);letter-spacing:.02em;font-size:12px;font-weight:700}.console-table tr:last-child td{border-bottom:none}.table-title{font-weight:700}.table-subtitle{color:var(--muted);margin-top:4px;font-size:12px}.status-badge{white-space:nowrap;border:1px solid var(--border);background:var(--surface-soft);color:var(--text);border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:12px;font-weight:700;display:inline-flex}.status-badge[data-tone=orange]{color:var(--accent-strong);background:#ff6a0014;border-color:#ff6a0029}.status-badge[data-tone=green]{color:var(--success);background:#0f9f6e14;border-color:#0f9f6e29}.status-badge[data-tone=yellow]{color:var(--warning);background:#c47f0014;border-color:#c47f0029}.status-badge[data-tone=red]{color:var(--danger);background:#c83c3c14;border-color:#c83c3c29}.button-primary,.button-secondary,.button-ghost{cursor:pointer;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-weight:700;display:inline-flex}.button-primary{background:var(--accent);color:#fff}.button-primary:hover{background:var(--accent-strong)}.button-secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.button-secondary:hover,.button-ghost:hover{background:var(--surface-soft)}.button-ghost{color:var(--muted);background:0 0;border-color:#0000}.form-grid{gap:14px;display:grid}.form-field{gap:8px;display:grid}.form-field-header{gap:2px;display:grid}.form-field-label{color:var(--text);font-size:13px;font-weight:700;line-height:1.4}.form-field-hint{color:var(--muted);font-size:12px;line-height:1.5}.form-card{width:100%;max-width:460px}.form-card-wide{width:100%;max-width:560px}.form-shell{width:100%}.form-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.form-field-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.split-layout{grid-template-columns:minmax(0,1.65fr) minmax(320px,.95fr);gap:20px;display:grid}.split-sidebar{gap:18px;display:grid}.modal-overlay{z-index:60;background:#1118276b;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.modal-card{border:1px solid var(--border);background:var(--surface);border-radius:20px;width:min(720px,100%);max-height:min(88vh,960px);padding:24px;overflow:auto;box-shadow:0 20px 45px #11182729}.modal-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.preview-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-soft);gap:16px;padding:16px;display:grid}.shopee-preview-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);grid-template-columns:132px minmax(0,1fr);gap:16px;padding:14px;display:grid}.shopee-preview-media{background:var(--surface-soft);border:1px solid var(--border);border-radius:14px;place-items:center;width:132px;height:132px;display:grid;overflow:hidden}.shopee-preview-media img{object-fit:cover;width:100%;height:100%}.shopee-preview-empty{color:var(--muted);font-size:12px;font-weight:700}.shopee-preview-body{align-content:start;gap:8px;display:grid}.shopee-preview-title{font-size:18px;font-weight:800;line-height:1.4}.shopee-preview-price{color:var(--accent-strong);font-size:22px;font-weight:900}.shopee-preview-meta{color:var(--muted);font-size:13px;line-height:1.5}.preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;display:grid}.preview-label{color:var(--muted);letter-spacing:.02em;margin-bottom:4px;font-size:12px;font-weight:700}.preview-value{color:var(--text);word-break:break-word;font-weight:600;line-height:1.45}.preview-text-block{gap:6px;display:grid}.preview-text{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);white-space:pre-wrap;padding:12px;line-height:1.6}.workflow-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.workflow-step{border:1px solid var(--border);background:var(--surface);border-radius:14px;gap:8px;padding:16px;display:grid}.workflow-step-index{width:28px;height:28px;color:var(--accent-strong);background:#ff6a001a;border-radius:10px;place-items:center;font-size:12px;font-weight:800;display:grid}.tabs-shell{gap:18px;display:grid}.tabs-nav{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:8px;padding-bottom:12px;display:flex}.tabs-trigger{border:1px solid var(--border);background:var(--surface);min-height:38px;color:var(--muted);cursor:pointer;border-radius:10px;padding:0 12px;font-weight:700}.tabs-trigger[data-active=true]{color:var(--accent-strong);background:#ff6a0014;border-color:#ff6a0033}.tabs-panel{gap:18px;display:grid}.inline-list{flex-wrap:wrap;gap:8px;display:flex}.empty-state{border:1px dashed var(--border-strong);color:var(--muted);background:var(--surface-soft);border-radius:14px;padding:24px}.link-inline{color:var(--accent-strong);font-weight:700}.section-title-row{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.shopee-editor-shell{grid-template-columns:minmax(0,1.55fr) minmax(320px,.72fr);align-items:start;gap:20px;display:grid}.shopee-editor-main{gap:18px;display:grid}.shopee-editor-section{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-soft);padding:20px}.shopee-editor-section-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.shopee-editor-status{border:1px solid var(--border);background:var(--surface-soft);border-radius:12px;min-width:220px;padding:12px 14px}.status-flash{animation:1.6s ease-out 2 status-flash}@keyframes status-flash{0%{background:#ff6a002e;border-color:#ff6a0080}to{background:var(--surface-soft);border-color:var(--border)}}.shopee-compare-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.shopee-compare-card{border:1px solid var(--border);background:var(--surface-soft);border-radius:14px;gap:14px;padding:16px;display:grid}.shopee-compare-card-accent{background:linear-gradient(#ff6a000f,#ff6a0005);border-color:#ff6a002e}.shopee-compare-header{font-size:14px;font-weight:800}.shopee-compare-block{gap:6px;display:grid}.shopee-inline-meta{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;font-size:12px;font-weight:700;display:flex}.shopee-toolbar-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.shopee-dimension-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.shopee-attribute-list{gap:14px;display:grid}.shopee-attribute-card{border:1px solid var(--border);background:var(--surface-soft);border-radius:14px;gap:10px;padding:16px;display:grid}.shopee-attribute-card[data-state=ai]{background:#0f9f6e0d;border-color:#0f9f6e59}.shopee-attribute-card[data-state=filled]{border-color:#0f9f6e40}.shopee-attribute-card[data-state=missing]{background:#c83c3c0a;border-color:#c83c3c73}.product-image-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;display:grid}.product-image-cell{border:1px solid var(--border);background:var(--surface);border-radius:12px;margin:0;padding:4px;position:relative;overflow:hidden}.product-image-cell[data-active=false]{opacity:.5}.product-image-cell img{aspect-ratio:1;object-fit:cover;background:var(--surface-soft);border-radius:8px;width:100%;display:block}.product-image-order{color:#fff;background:var(--success);border-radius:999px;place-items:center;width:24px;height:24px;font-size:12px;font-weight:800;display:grid;position:absolute;top:8px;left:8px;box-shadow:0 1px 3px #11182740}.product-image-order[data-active=false]{background:#6b7280e6}.product-image-delete{width:26px;height:26px;color:var(--danger);border:1px solid var(--border);cursor:pointer;background:#ffffffeb;border-radius:999px;place-items:center;display:grid;position:absolute;top:8px;right:8px;box-shadow:0 1px 3px #11182733}.product-image-delete:hover{background:var(--danger);color:#fff}.shopee-attribute-card-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.shopee-editor-footer{justify-content:space-between;align-items:center;gap:16px;display:flex}.shopee-editor-summary{gap:4px;display:grid}.shopee-editor-preview{top:calc(var(--header-height) + 28px);position:sticky}.shopee-preview-pane{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft);border-radius:20px;gap:16px;padding:18px;display:grid}.shopee-preview-pane-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.shopee-mobile-preview{border:1px solid var(--border);background:linear-gradient(#fff8f4,#fff 28%);border-radius:18px;gap:14px;padding:14px;display:grid}.shopee-mobile-preview-image{aspect-ratio:1;border:1px solid var(--border);background:var(--surface-soft);border-radius:16px;place-items:center;width:100%;display:grid;overflow:hidden}.shopee-mobile-preview-image img{object-fit:cover;width:100%;height:100%}.shopee-mobile-preview-body{gap:8px;display:grid}@media (max-width:1100px){.metric-grid,.workflow-grid,.grid.cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}.split-layout,.shopee-editor-shell,.shopee-compare-grid{grid-template-columns:1fr}.shopee-editor-preview{position:static}}@media (max-width:860px){.app-sidebar{display:none}.app-topbar{padding-inline:16px;left:0}.page-shell{padding:calc(var(--header-height) + 20px) 16px 32px}.metric-grid,.workflow-grid,.grid.cols-2,.grid.cols-3,.grid.cols-4,.form-field-grid-2,.shopee-dimension-grid,.shopee-preview-card{grid-template-columns:1fr}.shopee-preview-media{width:100%;height:220px}.shopee-editor-section-header,.shopee-editor-footer{flex-direction:column;align-items:stretch}}
