.app-modal{width:min(560px,calc(100vw - 48px));max-width:none;max-height:calc(100dvh - 48px);margin:auto;padding:0;overflow:hidden;overscroll-behavior:contain;color:#344039;background:#fff;border:1px solid #e4e5e2;border-radius:12px;box-shadow:0 24px 80px #0003}.app-modal[open]{display:flex;flex-direction:column}.app-modal--small{width:min(440px,calc(100vw - 48px))}.app-modal--wide{width:min(1060px,calc(100vw - 48px))}.app-modal::backdrop{background:#17251e70}.app-modal__header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:72px;padding:16px 24px;background:#fff;border-bottom:1px solid #e6e8e5}.app-modal__header h2{margin:0;font-size:var(--text-xl);line-height:1.4}.app-modal__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.app-modal__close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;padding:0;color:#69766e;background:transparent;border:1px solid transparent;border-radius:var(--action-radius)}.app-modal__close:hover:not(:disabled){color:#253b2f;background:#f0f3f1}.app-modal__close:focus-visible{outline:2px solid #547664;outline-offset:2px}.app-modal__close:disabled{opacity:.4;cursor:not-allowed}.app-modal__body{min-height:0;overflow:auto;overscroll-behavior:contain;padding:24px}.app-modal__footer{flex-shrink:0;display:flex;justify-content:flex-end;gap:8px;padding:16px 24px;background:#fff;border-top:1px solid #e6e8e5}.row-actions{display:flex;align-items:center;gap:8px;white-space:nowrap}.row-action-wrapper{display:inline-flex}.row-action{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:60px;height:var(--row-action-height);padding:0 12px;margin:0;border:1px solid var(--action-border);border-radius:var(--action-radius);background:#fff;color:#375a46;font-size:var(--text-sm);font-weight:500;line-height:1;text-decoration:none;white-space:nowrap;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.row-action--danger{color:#b13e37;border-color:#e8ceca}.row-action:hover:not(:disabled){color:#234c35;border-color:#8fa798;background:#edf4ef}.row-action--danger:hover:not(:disabled){color:#9d2923;border-color:#cf8e87;background:#fff0ee}.row-action:focus-visible{outline:2px solid #527b64;outline-offset:2px}.row-action:active:not(:disabled){background:#e1ece4}.row-action--danger:active:not(:disabled){background:#f9ded9}.row-action:disabled{color:#9ca59f;border-color:#e1e5e2;background:#f4f6f4;cursor:not-allowed}.tag-picker{border:0;margin:0;padding:0;min-width:0}.tag-picker legend{margin-bottom:10px;color:#535e57;font-size:var(--text-base);font-weight:600}.tag-picker legend span,.tag-picker__hint{font-size:var(--text-sm);color:#79847d;font-weight:400}.tag-picker__options{display:flex;flex-wrap:wrap;gap:8px}.tag-picker__option{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid var(--action-border);border-radius:var(--action-radius);background:#fff;cursor:pointer}.tag-picker__option:has(input:checked){border-color:#547664;background:#edf4ef;color:#28533c}.tag-picker__option input[type=checkbox]{width:16px;height:16px;margin:0;padding:0;accent-color:#294d3b}.tag-picker__option:has(input:disabled){cursor:default;opacity:.65}.brand-logo{display:grid;place-items:center;width:100%;height:100%;overflow:hidden;border-radius:inherit}.brand-logo img{display:block;width:100%;height:100%;object-fit:contain;background:#fff}.logo-picker{display:flex;align-items:flex-start;gap:20px}.logo-picker-preview{width:88px;height:88px;flex-shrink:0;border:1px solid var(--action-border);border-radius:12px;background:#243b2e;color:#f1dfc2;font-size:28px}.logo-picker-content{display:grid;gap:10px;min-width:0}.logo-picker-actions{display:flex;gap:8px;flex-wrap:wrap}.login-page{min-height:100dvh;display:grid;place-items:center;padding:32px 20px;background:#f3f5f2}.login-card{width:min(100%,440px);padding:40px;background:#fff;border:1px solid var(--action-border);border-radius:16px;box-shadow:0 16px 48px #18392b0a}.login-mark{display:grid;place-items:center;width:48px;height:48px;margin-bottom:28px;border-radius:12px;background:#213b2e;color:#fff;font-size:24px}.login-card h1{margin:0;font-size:26px}.login-intro,.login-footnote{color:#718078;font-size:14px}.login-intro{margin:12px 0 32px}.login-card label{display:block;margin:20px 0 10px;font-weight:600}.login-card input{width:100%;height:46px;border:1px solid var(--action-border);border-radius:var(--action-radius);padding:10px 12px}.login-card input:focus-visible{outline:2px solid #557665;outline-offset:2px}.login-card input[aria-invalid=true]{border-color:#c83232}.login-submit{width:100%;margin-top:28px;min-height:46px}.login-footnote{text-align:center;margin:24px 0 0}:root{--text-xs: .8125rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-title: 1.75rem;--list-control-height: 40px;--row-action-height: 32px;--action-radius: 6px;--action-border: #d8ded9;font-size:16px;line-height:1.5;font-family:Inter,SF Pro Text,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#25302a;background:#f4f3ef;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:1180px;min-height:100vh;background:#f4f3ef}button,input,textarea,select{font:inherit}button{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell{min-height:100vh;display:grid;grid-template-columns:244px 1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:244px;display:flex;flex-direction:column;color:#e7eee9;background:#17251f;border-right:1px solid rgba(255,255,255,.06)}.brand{height:82px;display:flex;align-items:center;gap:12px;padding:0 24px;border-bottom:1px solid rgba(255,255,255,.08)}.brand-mark{flex-shrink:0;width:38px;height:38px;display:grid;place-items:center;border:1px solid #a98b5f;border-radius:11px 3px;color:#f1dfc2;font:700 var(--text-sm) / 1 Inter,sans-serif;letter-spacing:1px;background:linear-gradient(145deg,#4c4a36,#253a2f)}.brand-copy{min-width:0}.brand-copy strong,.brand-copy span{display:block}.brand-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:var(--text-lg);letter-spacing:2px}.brand-copy span{margin-top:4px;color:#809188;font-size:var(--text-sm);letter-spacing:1px}.sidebar nav{padding:18px 14px;flex:1}.sidebar nav p{margin:18px 10px 8px;color:#718179;font-size:var(--text-sm);font-weight:600;letter-spacing:1.4px;text-transform:uppercase}.sidebar nav p:first-child{margin-top:2px}.nav-item{position:relative;min-height:48px;display:flex;align-items:center;gap:12px;padding:0 12px;color:#aab7b0;border-radius:8px;text-decoration:none;font-size:var(--text-base);font-weight:500;transition:.18s ease}.nav-item:hover:not(.muted){color:#fff;background:#ffffff0b}.nav-item.active{color:#f6f3ea;background:#2b3d34;box-shadow:inset 3px 0 #ba9360}.nav-item.active svg{color:#d3ae7b}.nav-item.muted{cursor:default;color:#64736b}.soon{margin-left:auto;padding:2px 6px;border:1px solid #46574e;border-radius:5px;font-size:var(--text-xs)}.sidebar-foot{margin:14px;padding:14px 12px;color:#829289;border-top:1px solid rgba(255,255,255,.07);font-size:var(--text-sm)}.sidebar-foot small{float:right;color:#53645b}.health-dot{display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:50%;background:#66bc7d;box-shadow:0 0 0 4px #66bc7d1a}.workspace{grid-column:2;min-width:0}.topbar{position:sticky;top:0;z-index:10;height:64px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fafaf8eb;border-bottom:1px solid #e3e1da;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.page-tabs{display:flex;align-items:center;gap:6px;min-width:0;flex:1;overflow-x:auto;padding-block:6px;scrollbar-width:thin}.page-tab{display:inline-flex;align-items:center;flex:0 0 auto;border:1px solid #dfe5e0;border-radius:5px;background:#fff;color:#66756c;font-size:var(--text-sm)}.page-tab a{padding:6px 11px;color:inherit;text-decoration:none;white-space:nowrap}.page-tab button{border:0;padding:6px 9px 6px 0;color:inherit;background:transparent}.page-tab.selected{background:#263e32;border-color:#263e32;color:#fff}.profile{flex-shrink:0;display:flex;align-items:center;gap:10px;color:#7d857f;font-size:var(--text-sm)}.profile div strong,.profile div span{display:block}.profile div strong{color:#3f4742;font-size:var(--text-sm)}.profile div span{margin-top:1px;color:#9da29e;font-size:var(--text-xs)}.avatar{width:31px;height:31px;display:grid;place-items:center;border-radius:9px;color:#fff;background:#725c43;font-weight:600}.icon-button{width:34px;height:34px;margin-right:6px;display:grid;place-items:center;color:#78817c;background:transparent;border:0;border-right:1px solid #deddd8}.content{padding:34px 34px 56px;max-width:1560px;margin:auto}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:26px}.eyebrow{margin-bottom:8px;color:#9b805e;font:600 var(--text-sm) / 1 Inter,sans-serif;letter-spacing:1.6px}h1{margin:0;color:#1d2923;font-size:var(--text-title);line-height:1.25;letter-spacing:-.6px}.page-heading p{margin:8px 0 0;color:#87908a;font-size:var(--text-sm)}.primary-button{min-height:44px;padding:0 17px;display:flex;align-items:center;gap:8px;color:#fff;background:#20352b;border:1px solid #20352b;border-radius:7px;box-shadow:0 5px 12px #1b312721;font-size:var(--text-base);font-weight:600;text-decoration:none}.primary-button:hover{background:#2b4639}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.metric-card{min-height:110px;padding:17px 19px;background:#fafaf8;border:1px solid #e5e3dc;border-radius:9px;box-shadow:0 2px 4px #25302a06}.metric-card span,.metric-card strong,.metric-card small{display:block}.metric-card span{color:#7d8580;font-size:var(--text-sm)}.metric-card strong{margin:8px 0 3px;color:#28332d;font:600 var(--text-title) / 1.1 Inter,sans-serif}.metric-card small{color:#9ca19e;font-size:var(--text-xs)}.metric-card small.positive{color:#568064}.panel{overflow:hidden;background:#fbfbf9;border:1px solid #e1dfd7;border-radius:10px;box-shadow:0 5px 22px #272f2b09}.list-filter-panel{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px;margin-bottom:16px}.list-filter-form{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.list-filter-action{flex-shrink:0}.list-filter-panel :is(.search-field,.filters select,.primary-button,.secondary-button){height:var(--list-control-height);min-height:var(--list-control-height);border-radius:var(--action-radius);font-size:var(--text-sm);box-shadow:none}.list-filter-panel :is(.search-field,.filters select,.secondary-button){background:#fff;border:1px solid var(--action-border)}.list-filter-panel .secondary-button:hover{background:#f0f5f2;border-color:#8fa798;color:#294d39}.list-filter-panel :is(button,a,select):focus-visible,.list-filter-panel .search-field:focus-within{outline:2px solid #527b64;outline-offset:2px}.toolbar{min-height:66px;padding:13px 17px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e8e6df}.search-field{width:280px;height:44px;padding:0 12px;display:flex;align-items:center;gap:9px;color:#8e9691;background:#f4f4f1;border:1px solid #e4e3dd;border-radius:7px}.search-field input{width:100%;color:#444d48;background:transparent;border:0;outline:0;font-size:var(--text-base)}.search-field input::placeholder{color:#a3aaa6}.filters{display:flex;gap:8px}.filters button,.filters select,.table-footer button{height:34px;padding:0 12px;color:#666f69;background:#fff;border:1px solid #deddd6;border-radius:6px;font-size:var(--text-sm)}.filters select{min-width:120px}.filters button span{margin-left:14px;color:#9ba19d}.table-row{min-height:72px;padding:0 17px;display:grid;grid-template-columns:2fr 1.55fr minmax(100px,.9fr) .75fr minmax(110px,.85fr) 128px;column-gap:18px;align-items:center;color:#69716c;border-bottom:1px solid #eceae4;font-size:var(--text-base)}.table-row.table-head{min-height:38px;color:#929894;background:#f7f7f4;font-size:var(--text-xs);font-weight:600;letter-spacing:.3px}.product-cell{display:flex;align-items:center;gap:12px;min-width:0}.product-cell div:last-child{min-width:0}.product-cell strong,.product-cell small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-cell strong{color:#344039;font-size:var(--text-base);font-weight:600}.product-cell small{margin-top:5px;color:#a0a5a2;font:var(--text-xs) / 1 Inter,sans-serif;letter-spacing:.4px}.product-thumb{width:64px;height:48px;flex:0 0 auto;position:relative;overflow:hidden;display:grid;place-items:center;border-radius:5px;object-fit:cover}.product-preview-button{width:100%;padding:10px 0;border:0;background:transparent;text-align:left}.product-preview-button:hover strong{color:#286044;text-decoration:underline}.image-placeholder{display:grid;place-items:center;color:#8c9690;background:#f1f3f1;font-size:12px}.product-detail-content{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:28px}.detail-media-stage{display:grid;place-items:center;height:340px;overflow:hidden;background:#f5f6f4;border-radius:8px}.detail-media-stage img,.detail-media-stage video{width:100%;height:100%;object-fit:contain}.detail-thumbnails{display:flex;flex-wrap:wrap;gap:8px}.detail-thumbnails button{width:72px;height:56px;padding:2px;overflow:hidden;border:2px solid transparent;background:#f1f3f1;border-radius:5px}.detail-thumbnails button[aria-pressed=true]{border-color:#365845}.detail-thumbnails img{width:100%;height:100%;object-fit:cover}.video-thumbnail{color:#365845;font-size:13px}.detail-media-count{text-align:right;margin:8px 0;color:#829087;font-size:14px}.detail-information h3{font-size:24px;margin:0 0 12px}.detail-information h4{margin:22px 0 10px;font-size:16px}.detail-attributes{display:grid;grid-template-columns:96px minmax(0,1fr);gap:10px 16px;margin:16px 0}.detail-attributes>div{display:contents}.detail-attributes dt{color:#879189}.detail-attributes dd{margin:0;overflow-wrap:anywhere}.detail-description{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.8}@media (max-width: 800px){.product-detail-content{grid-template-columns:1fr}}.category-cell{line-height:1.5}.status{width:fit-content;padding:4px 8px;display:inline-flex;align-items:center;gap:5px;border-radius:99px;font-style:normal;font-size:var(--text-xs)}.status:before{content:"";width:5px;height:5px;border-radius:50%}.status.published{color:#467253;background:#edf6ef}.status.published:before{background:#5f9c70}.status.draft{color:#8a724d;background:#f8f2e8}.status.draft:before{background:#b7955e}.status.offline{color:#767b78;background:#efefed}.status.offline:before{background:#9c9f9d}.table-footer button:focus-visible{outline:2px solid #527b64;outline-offset:2px}.table-footer{min-height:54px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;color:#929894;font-size:var(--text-xs)}.table-footer div{display:flex;gap:5px;align-items:center}.table-footer button{height:var(--row-action-height);min-width:32px;padding:0 12px;border-color:var(--action-border);border-radius:var(--action-radius)}.table-footer button:hover:not(:disabled){background:#edf4ef;border-color:#8fa798}.table-footer button:disabled{opacity:.45;cursor:not-allowed}.table-footer b{width:32px;height:var(--row-action-height);display:grid;place-items:center;color:#fff;background:#284035;border-radius:5px;font-size:var(--text-xs)}.simple-panel{padding-bottom:8px}.simple-table-head,.simple-table-row{min-height:56px;padding:0 22px;display:grid;grid-template-columns:2fr 1.2fr 1fr .8fr .5fr;align-items:center;border-bottom:1px solid #eceae4;color:#737b76;font-size:var(--text-base)}.simple-table-head{min-height:42px;color:#959b97;background:#f7f7f4;font-size:var(--text-xs);font-weight:600}.simple-table-row strong{color:#36413b;font-weight:600}.metadata-grid{grid-template-columns:minmax(150px,2fr) 1.2fr 1fr .8fr 200px;column-gap:18px}.alert-error{min-height:44px;margin-bottom:14px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;color:#8c4e46;background:#fbefec;border:1px solid #efd6d1;border-radius:8px;font-size:var(--text-sm)}.alert-error button{color:inherit;background:transparent;border:0;font-weight:600}.table-state{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#979d99;font-size:var(--text-sm)}.table-state strong{color:#58625c;font-size:var(--text-base)}.metadata-form form{display:grid;gap:16px}.metadata-form label{color:#535e57;font-size:var(--text-base);font-weight:600}.metadata-form label b{color:#a45e52}.metadata-form input,.metadata-form select,.metadata-form textarea{width:100%;margin-top:7px;padding:0 11px;color:#37423c;background:#fff;border:1px solid #dcdbd4;border-radius:6px;outline:none;font-size:var(--text-base)}.metadata-form input,.metadata-form select{height:44px}.metadata-form textarea{padding-block:10px;resize:vertical}.metadata-form input:focus,.metadata-form select:focus,.metadata-form textarea:focus{border-color:#6f8579;box-shadow:0 0 0 3px #3a554612}.metadata-form label small{display:block;margin-top:5px;color:#a8564c;font-size:var(--text-xs)}.dialog-columns{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-error{padding:10px 11px;color:#8e5048;background:#fbefec;border-radius:6px;font-size:var(--text-xs)}.order-number{width:25px;height:25px;margin-right:11px;display:inline-grid;place-items:center;color:#7a6650;background:#eee8df;border-radius:6px;font-size:var(--text-xs)}.settings-form{padding:28px;display:grid;grid-template-columns:1fr 1fr;gap:24px}.settings-form .wide{grid-column:1 / -1}.settings-form label,.settings-form small{display:block}.settings-form label{margin-bottom:8px;color:#4b554f;font-size:var(--text-base);font-weight:600}.settings-form input:not([type=file]),.settings-form textarea{width:100%;padding:11px 12px;color:#38423c;background:#fff;border:1px solid #deddd7;border-radius:7px;outline:none;font-size:var(--text-base);resize:vertical}.settings-form input:not([type=file]):focus,.settings-form textarea:focus{border-color:#758b7f;box-shadow:0 0 0 3px #415e4f14}.settings-form small{margin-top:6px;color:#9a9f9c;font-size:var(--text-xs)}.settings-meta{padding-top:4px;color:#9a9f9c;font-size:var(--text-xs);border-top:1px solid #eceae4}.alert-success{margin-bottom:14px;padding:11px 14px;color:#41624e;background:#edf6ef;border:1px solid #d5e8da;border-radius:7px;font-size:var(--text-sm)}.editor-heading{align-items:center}.product-toolbar{justify-content:flex-start;gap:16px}.product-toolbar>.primary-button{margin-left:auto}.field-error{display:block;margin-top:6px;color:#c33434;font-size:var(--text-sm);font-weight:400;line-height:1.5}#product-form [aria-invalid=true]{border-color:#c33434}.confirm-dialog p{color:#69716c;line-height:1.7;margin:0}.save-progress{padding:12px 16px;margin-bottom:16px;color:#365845;background:#edf4ef;border-radius:6px}.heading-actions{display:flex;gap:8px}.secondary-button{height:40px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;color:#59635d;background:#fbfbf9;border:1px solid #dcdad3;border-radius:7px;text-decoration:none;font-size:var(--text-sm);font-weight:600}.product-dialog{background:#f6f8f7}.editor-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:16px}.editor-fieldset{min-width:0;margin:0;padding:0;border:0}.editor-wide{grid-column:1 / -1}.form-section{min-width:0;padding:20px;background:#fff;border:1px solid #e5eae7;border-radius:10px}.editor-media{display:flex;flex-direction:column}.editor-media .upload-zone{flex:1}.section-title{display:flex;align-items:center;gap:12px;margin-bottom:20px}.section-title h2,.checklist h2{margin:0;color:#344039;font-size:var(--text-lg)}.section-title em{margin-left:auto;color:#9ba19d;font-size:var(--text-xs);font-style:normal}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-grid .wide{grid-column:1 / -1}.form-grid label,.block-label{color:#58615c;font-size:var(--text-base);font-weight:500}.form-grid label b{color:#a56857;font-weight:500}.form-grid input,.form-grid select,.block-label textarea,.spec-row input{width:100%;height:44px;margin-top:8px;padding:0 11px;color:#39443e;background:#fff;border:1px solid var(--action-border);border-radius:6px;outline:none;font-size:var(--text-base);font-weight:400}.form-grid input::placeholder,.block-label textarea::placeholder,.spec-row input::placeholder{color:#9aa39e}.block-label textarea{height:auto;padding-block:11px;resize:vertical}.form-grid input:focus,.form-grid select:focus,.block-label textarea:focus,.spec-row input:focus{border-color:#70877b;box-shadow:0 0 0 3px #3e574a12}.upload-zone{min-height:240px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#7d8781;background:#f8faf9;border:1px dashed #cdd8d1;border-radius:8px}.upload-icon{width:56px;height:56px;margin-bottom:16px;display:grid;place-items:center;color:#587365;background:#edf3ef;border-radius:14px}.upload-zone strong{color:#4b5750;font-size:var(--text-base);font-weight:500}.upload-zone p{margin:8px 0 20px;line-height:1.8;color:#89958e;font-size:var(--text-xs)}.upload-zone>div:last-child{display:flex;align-items:center;gap:12px}.primary-button:disabled,.secondary-button:disabled{opacity:.48;cursor:not-allowed;box-shadow:none}.text-button{color:#53705e;background:transparent;border:0;font-size:var(--text-sm)}.media-guidance{margin-top:12px;color:#79847d;font-size:var(--text-xs)}.media-state{min-height:100px;display:grid;place-items:center;color:#959c98;font-size:var(--text-sm)}.upload-progress{width:180px;height:4px;margin-top:12px;overflow:hidden;background:#e2e5e1;border-radius:99px}.upload-progress span{display:block;height:100%;background:#4f7860;transition:width .15s ease}.media-grid{margin-top:14px;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,190px),1fr));gap:10px}.media-card{overflow:hidden;background:#fff;border:1px solid #e0ded7;border-radius:8px}.media-preview{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:#ebe9e3}.media-preview img,.media-preview video{width:100%;height:100%;display:block;object-fit:cover}.media-preview b,.media-preview span{position:absolute;top:7px;padding:3px 6px;color:#fff;background:#1b2b22c7;border-radius:4px;font-size:var(--text-xs)}.media-preview b{left:7px}.media-preview span{right:7px;font-weight:500}.media-card-info{padding:9px 9px 7px}.media-card-info strong,.media-card-info small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-card-info strong{color:#47524b;font-size:var(--text-xs)}.media-card-info small{margin-top:3px;color:#9ca19e;font-size:var(--text-xs)}.media-actions{padding:7px 8px;display:flex;gap:3px;border-top:1px solid #eeece6}.media-actions button{min-width:24px;padding:3px 5px;color:#5d6f64;background:#f7f7f4;border:0;border-radius:4px;font-size:var(--text-xs)}.media-actions button:disabled{opacity:.35;cursor:not-allowed}.spec-builder{margin-top:18px;padding-top:18px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eceae4}.spec-builder strong,.spec-builder span{display:block}.spec-builder strong{color:#4c5650;font-size:var(--text-sm)}.spec-builder span{margin-top:3px;color:#9ca19e;font-size:var(--text-xs)}.spec-builder button{color:#526f5d;background:transparent;border:0;font-size:var(--text-sm)}.spec-row{margin-top:11px;display:grid;grid-template-columns:1fr 2fr 28px;gap:8px}.spec-row input{margin:0}.spec-row button{color:#9d847a;background:#f7f4f1;border:1px solid #e7e0db;border-radius:6px}.checklist{padding:19px}.checklist h2{margin-bottom:18px}.editor-featured{display:flex;align-items:center;justify-content:space-between;gap:16px}.editor-featured strong,.editor-featured small{display:block}.editor-featured small,.form-grid label small{margin-top:4px;color:#9ba09d;font-size:var(--text-xs);font-weight:400}.editor-featured input[type=checkbox]{flex-shrink:0;width:18px;height:18px;margin:0;padding:0;accent-color:#304a3c}@media (max-width: 800px){.editor-layout{grid-template-columns:minmax(0,1fr)}}@media (max-width: 480px){.form-grid{grid-template-columns:minmax(0,1fr)}}.checklist p{display:flex;align-items:center;gap:8px;color:#66716a;font-size:var(--text-xs)}.checklist i{width:13px;height:13px;display:inline-grid;place-items:center;border-radius:50%;background:#5e8c6b}.checklist i:after{content:"✓";color:#fff;font-size:var(--text-xs);font-style:normal}.checklist .pending{color:#9b9f9d}.checklist .pending i{background:#e8e8e4}.checklist .pending i:after{content:""}@media (max-width: 1250px){.content{padding-inline:24px}.table-row{grid-template-columns:1.8fr 1.35fr minmax(100px,.8fr) .7fr minmax(110px,.8fr) 128px;column-gap:12px}}
