.admin-root{background:var(--bg-soft);min-height:100vh;color:var(--ink);font-family:var(--font-sans)}.admin-nav{background:var(--bg);border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:16px;padding:16px 24px;display:flex}.admin-nav a{color:var(--ink-2);border-radius:8px;padding:8px 12px;font-size:14px}.admin-nav a:hover,.admin-nav a.active{background:var(--bg-soft);color:var(--ink)}.admin-main{max-width:1100px;margin:0 auto;padding:32px 24px 64px}:is(.admin-main:has(.seller-list-page),.admin-main:has(.seller-form-page)){max-width:1280px}.admin-card{background:var(--bg);border:1px solid var(--line);border-radius:16px;margin-bottom:20px;padding:24px}.admin-card h2{margin-bottom:16px;font-size:18px;font-weight:600}.admin-grid{gap:12px;display:grid}.admin-field label{color:var(--ink-3);margin-bottom:6px;font-size:12px;font-weight:600;display:block}.admin-field input,.admin-field textarea,.admin-field select{border:1px solid var(--line);width:100%;font:inherit;background:var(--bg);border-radius:10px;padding:10px 12px}.admin-field textarea{resize:vertical;min-height:80px}.admin-actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.admin-login{background:var(--bg-soft);justify-content:center;align-items:center;min-height:100vh;display:flex}.admin-login-box{background:var(--bg);border:1px solid var(--line);width:100%;max-width:400px;box-shadow:var(--shadow-md);border-radius:20px;padding:32px}.admin-msg{border-radius:8px;margin-bottom:12px;padding:10px 14px;font-size:13px}.admin-msg.ok{color:#00490c;color:lab(25.9874% -33.9172 30.3241);background:#d6fad6;background:lab(94.9779% -16.7671 13.14)}.admin-msg.err{color:#b91c1c;background:#fef2f2}.admin-product-row{border:1px solid var(--line-2);border-radius:12px;margin-bottom:12px;padding:16px}.admin-product-row summary{cursor:pointer;font-weight:600}.admin-products-layout{grid-template-columns:1.1fr 1fr;gap:16px;display:grid}.admin-list{background:var(--bg);border:1px solid var(--line);border-radius:16px;overflow:hidden}.admin-list-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.admin-search{width:240px;max-width:100%}.admin-list-body{max-height:72vh;overflow:auto}.admin-list-row{text-align:left;border:0;border-bottom:1px solid var(--line-2);background:0 0;gap:6px;width:100%;padding:12px 16px;display:grid}.admin-list-row:last-child{border-bottom:0}.admin-list-row.is-active{background:color-mix(in srgb, var(--accent) 8%, transparent)}.admin-list-title{justify-content:space-between;gap:12px;font-size:14px;display:flex}.admin-list-meta{color:var(--ink-3);font-size:12px}.admin-empty{text-align:center;color:var(--ink-3);padding:40px 16px}.admin-editor{background:var(--bg);border:1px solid var(--line);border-radius:16px;padding:16px}.admin-editor-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.admin-toolbar{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}@media (max-width:980px){.admin-products-layout{grid-template-columns:1fr}}.seller-list-page,.seller-form-page{gap:16px;display:grid}.seller-list-header,.seller-form-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.seller-list-header-actions,.seller-form-header-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.seller-form-header-left{gap:4px;display:grid}.seller-back{color:var(--ink-3);font-size:13px}.seller-back:hover{color:var(--ink)}.seller-list-toolbar{background:var(--bg);border:1px solid var(--line);border-radius:12px;gap:12px;padding:12px 16px;display:grid}.seller-category-tabs{flex-wrap:wrap;gap:8px;display:flex}.seller-category-tab{border:1px solid var(--line);background:var(--bg);color:var(--ink-2);cursor:pointer;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:500;transition:background .15s,border-color .15s,color .15s}.seller-category-tab:hover{background:var(--bg-soft)}.seller-category-tab.is-active{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 10%, transparent);color:var(--ink);font-weight:600}.seller-category-group{gap:8px;display:grid}.seller-category-group-head{justify-content:space-between;align-items:baseline;gap:12px;padding:0 4px;display:flex}.seller-category-group-head h2{font-size:16px;font-weight:600}.seller-search{border:1px solid var(--line);width:100%;max-width:360px;font:inherit;background:var(--bg);border-radius:10px;padding:10px 12px}.seller-table-wrap{background:var(--bg);border:1px solid var(--line);border-radius:16px;overflow:auto}.seller-table{border-collapse:collapse;width:100%;font-size:14px}.seller-table th,.seller-table td{text-align:left;border-bottom:1px solid var(--line-2);vertical-align:middle;padding:14px 16px}.seller-table th{color:var(--ink-3);background:var(--bg-soft);font-size:12px;font-weight:600}.seller-table tbody tr:last-child td{border-bottom:0}.seller-table tbody tr:hover{background:color-mix(in srgb, var(--accent) 4%, transparent)}.seller-table-empty{text-align:center;padding:48px 16px!important}.seller-table-empty strong{margin-bottom:6px;display:block}.seller-table-empty p{margin-bottom:16px}.seller-table-product{align-items:center;gap:12px;display:flex}.seller-table-thumb{background:var(--bg-soft);border:1px solid var(--line);width:44px;height:44px;color:var(--ink-3);border-radius:8px;flex-shrink:0;place-items:center;font-size:16px;font-weight:700;display:grid}.seller-table-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.seller-pill{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}.seller-pill.is-synced{color:#00490c;color:lab(25.9874% -33.9172 30.3241);background:#d6fad6;background:lab(94.9779% -16.7671 13.14)}.seller-pill.is-local{color:#c2410c;background:#fff7ed}.seller-form-layout{grid-template-columns:1fr 280px;align-items:start;gap:16px;display:grid}.seller-form-main{gap:16px;display:grid}.seller-section{background:var(--bg);border:1px solid var(--line);border-radius:16px;overflow:hidden}.seller-section-head{border-bottom:1px solid var(--line);background:var(--bg-soft);padding:16px 20px}.seller-section-head h2{font-size:15px;font-weight:600}.seller-section-body{padding:20px}.seller-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.seller-field label{color:var(--ink-2);align-items:center;gap:8px;margin-bottom:8px;font-size:13px;font-weight:600;display:flex}.seller-required{color:#dc2626;font-size:11px;font-weight:600}.seller-field input,.seller-field textarea,.seller-field select{border:1px solid var(--line);width:100%;font:inherit;background:var(--bg);border-radius:10px;padding:10px 12px}.seller-field textarea{resize:vertical;min-height:120px}.seller-media-placeholder{border:2px dashed var(--line);text-align:center;color:var(--ink-3);background:var(--bg-soft);border-radius:12px;padding:40px 20px}.seller-media-placeholder span{margin-bottom:8px;font-size:32px;display:block}.seller-color-grid{flex-wrap:wrap;gap:10px;display:flex}.seller-color-chip{border:1px solid var(--line);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;display:inline-flex}.seller-color-chip:has(input:checked){border-color:var(--accent);background:color-mix(in srgb, var(--accent) 8%, transparent)}.seller-color-chip input{display:none}.seller-color-dot{border:1px solid var(--line);border-radius:50%;width:16px;height:16px}.seller-list-editor,.seller-spec-editor{gap:10px;display:grid}.seller-list-row,.seller-spec-row{grid-template-columns:1fr auto;gap:8px;display:grid}.seller-spec-row{grid-template-columns:1fr 1fr 1fr auto}.seller-list-row input,.seller-spec-row input{border:1px solid var(--line);font:inherit;background:var(--bg);border-radius:10px;padding:10px 12px}.seller-form-sidebar{gap:12px;display:grid;position:sticky;top:16px}.seller-preview-card{background:var(--bg);border:1px solid var(--line);border-radius:16px;padding:16px}.seller-preview-card h3{color:var(--ink-3);margin-bottom:12px;font-size:13px;font-weight:600}.seller-preview-thumb{background:var(--bg-soft);border:1px solid var(--line);width:64px;height:64px;color:var(--ink-3);border-radius:12px;place-items:center;margin-bottom:10px;font-size:24px;font-weight:700;display:grid}.seller-preview-price{margin-top:6px;font-size:18px;font-weight:700}.seller-preview-badge{background:var(--accent);color:var(--accent-ink);border-radius:6px;margin-top:8px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-block}.seller-status{font-size:14px;font-weight:600}.seller-status.is-synced{color:#00490c;color:lab(25.9874% -33.9172 30.3241)}.seller-status.is-local{color:#c2410c}.seller-toggle{cursor:pointer;align-items:center;gap:10px;font-size:14px;font-weight:500;display:inline-flex}.seller-toggle input{width:18px;height:18px;accent-color:var(--brand-blue)}.seller-pill.is-online{color:#00490c;color:lab(25.9874% -33.9172 30.3241);background:#d6fad6;background:lab(94.9779% -16.7671 13.14)}.seller-pill.is-offline{color:#6b7280;background:#f3f4f6}.seller-empty{text-align:center;justify-items:center;gap:12px;padding:48px 16px;display:grid}@media (max-width:980px){.seller-form-layout{grid-template-columns:1fr}.seller-form-sidebar{position:static}.seller-grid,.seller-spec-row{grid-template-columns:1fr}}
