:root{--admin-bg:#f8fafc;--admin-surface:#fff;--admin-border:#e2e8f0;--admin-text:#0f172a;--admin-muted:#64748b;--admin-primary:#026b3f;--admin-primary-hover:#01502f;--admin-primary-soft:#ecfdf3;--admin-sidebar:#fff;--admin-radius:12px;--admin-radius-sm:8px;--admin-shadow:0 1px 3px #0f172a0f, 0 1px 2px #0f172a0a;--admin-shadow-lg:0 10px 40px #0f172a14}.admin-root{font-family:var(--font-admin,"Inter", system-ui, -apple-system, sans-serif);color:var(--admin-text);background:var(--admin-bg)}.admin-shell{min-height:100vh;display:flex}.admin-sidebar{background:var(--admin-sidebar);border-right:1px solid var(--admin-border);flex-direction:column;flex-shrink:0;width:260px;height:100vh;display:flex;position:sticky;top:0}.admin-sidebar-brand{border-bottom:1px solid var(--admin-border);padding:1.5rem 1.25rem}.admin-sidebar-brand-title{color:var(--admin-primary);letter-spacing:-.02em;font-size:1.125rem;font-weight:700}.admin-sidebar-brand-sub{color:var(--admin-muted);margin-top:.15rem;font-size:.75rem}.admin-nav{overscroll-behavior:contain;flex-direction:column;flex:1;gap:0;padding:.75rem .75rem 1rem;display:flex;overflow-y:auto}.admin-nav-group+.admin-nav-group{border-top:1px solid var(--admin-border);margin-top:1.125rem;padding-top:1.125rem}.admin-nav-group-label{letter-spacing:.06em;text-transform:uppercase;color:var(--admin-muted);-webkit-user-select:none;user-select:none;padding:0 .875rem .375rem;font-size:.6875rem;font-weight:700}.admin-nav-group .admin-nav-link+.admin-nav-link{margin-top:.125rem}.admin-nav-link{border-radius:var(--admin-radius-sm);color:var(--admin-muted);align-items:center;gap:.75rem;padding:.625rem .875rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.admin-nav-link:hover{color:var(--admin-text);background:#f1f5f9}.admin-nav-link--active{background:var(--admin-primary-soft);color:var(--admin-primary)}.admin-nav-link svg{flex-shrink:0;width:1.125rem;height:1.125rem}.admin-sidebar-footer{border-top:1px solid var(--admin-border);color:var(--admin-muted);padding:1rem 1.25rem;font-size:.8125rem}.admin-main{flex-direction:column;flex:1;min-width:0;display:flex}.admin-header{background:var(--admin-surface);border-bottom:1px solid var(--admin-border);z-index:10;justify-content:space-between;align-items:center;height:64px;padding:0 1.5rem;display:flex;position:sticky;top:0}.admin-header-title{margin:0;font-size:1rem;font-weight:600}.admin-content{flex:1;padding:1.5rem}.admin-page-header{margin-bottom:1.5rem}.admin-page-header h1{letter-spacing:-.02em;margin:0 0 .35rem;font-size:1.5rem;font-weight:700}.admin-page-header p{color:var(--admin-muted);margin:0;font-size:.875rem}.admin-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.admin-stat-card{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius);box-shadow:var(--admin-shadow);padding:1.25rem}.admin-stat-card-label{color:var(--admin-muted);font-size:.8125rem;font-weight:500}.admin-stat-card-value{letter-spacing:-.03em;margin-top:.35rem;font-size:1.75rem;font-weight:700}.dashboard-report{flex-direction:column;gap:1.5rem;display:flex}.dashboard-report__meta{color:var(--admin-muted);flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;font-size:.8125rem;display:flex}.dashboard-report__status{background:var(--admin-primary-soft);color:var(--admin-primary);border-radius:999px;align-items:center;padding:.2rem .55rem;font-weight:600;display:inline-flex}.dashboard-report__status--offline{color:#b91c1c;background:#fef2f2}.dashboard-section{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius);box-shadow:var(--admin-shadow);padding:1.25rem}.dashboard-section--alerts{background:linear-gradient(#fffbeb 0%,#fff 100%);border-color:#fde68a}.dashboard-section__head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.dashboard-section__title{color:var(--admin-text);margin:0;font-size:1.05rem;font-weight:700}.dashboard-section__description{color:var(--admin-muted);margin:.25rem 0 0;font-size:.8125rem}.dashboard-section__link{color:var(--admin-primary);flex-shrink:0;font-size:.8125rem;font-weight:600;text-decoration:none}.dashboard-section__link:hover{text-decoration:underline}.dashboard-section .admin-stats{margin-bottom:0}.dashboard-stat-card{border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);background:#f8fafc;min-height:100%;padding:1rem}.dashboard-stat-card--link{color:inherit;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:block}.dashboard-stat-card--link:hover{box-shadow:var(--admin-shadow);border-color:#cbd5e1;transform:translateY(-1px)}.dashboard-stat-card--warning{background:#fffbeb;border-color:#fcd34d}.dashboard-stat-card--success{background:var(--admin-primary-soft);border-color:#a7f3d0}.dashboard-stat-card__label{color:var(--admin-muted);font-size:.8125rem;font-weight:500}.dashboard-stat-card__value{letter-spacing:-.03em;margin-top:.3rem;font-size:1.5rem;font-weight:700;line-height:1.1}.dashboard-stat-card__hint{color:var(--admin-muted);margin-top:.35rem;font-size:.75rem}.dashboard-activity{border-top:1px solid var(--admin-border);margin-top:1.15rem;padding-top:1rem}.dashboard-activity__title{color:var(--admin-text);margin:0 0 .65rem;font-size:.875rem;font-weight:700}.dashboard-activity__list{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.dashboard-activity__item{border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);color:inherit;background:#fff;justify-content:space-between;align-items:center;gap:1rem;padding:.7rem .85rem;text-decoration:none;transition:border-color .15s,background .15s;display:flex}.dashboard-activity__item:hover{background:#f8fafc;border-color:#cbd5e1}.dashboard-activity__main{flex-direction:column;gap:.15rem;min-width:0;display:flex}.dashboard-activity__main strong{color:var(--admin-text);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;overflow:hidden}.dashboard-activity__main span{color:var(--admin-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.dashboard-activity__meta{color:var(--admin-muted);flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.2rem;font-size:.75rem;display:flex}.dashboard-activity__badge{color:var(--admin-muted);text-transform:capitalize;background:#f1f5f9;border-radius:999px;padding:.12rem .45rem;font-weight:600;display:inline-flex}.admin-table-wrap{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius);box-shadow:var(--admin-shadow);overflow:hidden}.admin-table{border-collapse:collapse;width:100%;font-size:.875rem}.admin-table th{text-align:left;color:var(--admin-muted);border-bottom:1px solid var(--admin-border);text-transform:uppercase;letter-spacing:.04em;background:#f8fafc;padding:.75rem 1rem;font-size:.75rem;font-weight:600}.admin-table td{border-bottom:1px solid #f1f5f9;padding:.875rem 1rem}.admin-table tr:last-child td{border-bottom:none}.admin-table-empty{text-align:center;color:var(--admin-muted);padding:3rem}.admin-badge{border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.75rem;font-weight:600;display:inline-flex}.admin-badge--success{background:var(--admin-primary-soft);color:var(--admin-primary)}.admin-badge--muted{color:var(--admin-muted);background:#f1f5f9}.admin-btn{border-radius:var(--admin-radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:600;transition:background .15s,opacity .15s;display:inline-flex}.admin-btn--primary{background:var(--admin-primary,#026b3f);color:#fff}.admin-btn--primary:hover:not(:disabled){background:var(--admin-primary-hover)}.admin-btn--ghost{color:var(--admin-muted);border:1px solid var(--admin-border);background:0 0}.admin-btn:disabled{opacity:.55;cursor:not-allowed}.admin-input{border:1px solid var(--admin-border,#e2e8f0);border-radius:var(--admin-radius-sm,8px);width:100%;color:var(--admin-text,#0f172a);background:#fff;padding:.625rem .875rem;font-family:inherit;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.admin-input:focus{border-color:var(--admin-primary);outline:none;box-shadow:0 0 0 3px #057b431f}textarea.admin-input{resize:vertical;min-height:120px;line-height:1.5}.admin-label{color:var(--admin-text);margin-bottom:.4rem;font-size:.8125rem;font-weight:600;display:block}.admin-field{margin-bottom:1rem}.admin-alert{border-radius:var(--admin-radius-sm);margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.admin-alert--error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.admin-alert--info{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.admin-alert--success{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.admin-hint{color:var(--admin-muted,#64748b);margin:.35rem 0 0;font-size:.8125rem}.admin-input--mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8125rem}.admin-fieldset{border:1px solid var(--admin-border,#e2e8f0);border-radius:var(--admin-radius-sm,8px);background:#fff;margin:0 0 1.5rem;padding:1rem 1.25rem .25rem}.admin-fieldset__legend{color:var(--admin-text,#0f172a);padding:0 .35rem;font-size:.9375rem;font-weight:700}.admin-fieldset__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.admin-fieldset__head .admin-fieldset__legend{margin-bottom:0}.seo-editor-preview{border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);background:#f8fafc;margin:0 0 1rem;padding:.85rem 1rem}.seo-editor-preview__title{color:#1a0dab;word-break:break-word;margin:.15rem 0 0;font-size:1.05rem;line-height:1.3}.seo-editor-preview__url{color:#006621;word-break:break-all;margin:.15rem 0 .35rem;font-size:.8125rem}.seo-editor-preview__desc{color:#4d5156;word-break:break-word;margin:0;font-size:.8125rem;line-height:1.45}.admin-subsection{border-top:1px dashed var(--admin-border,#e2e8f0);margin:1rem 0;padding-top:.5rem}.admin-subsection__title{color:var(--admin-muted,#64748b);margin:0 0 .75rem;font-size:.875rem;font-weight:600}.settings-form{max-width:720px}.theme-settings-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.theme-stats-editor{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.theme-stats-editor__card{border:1px solid var(--admin-border,#e2e8f0);background:var(--admin-surface,#fff);border-radius:10px;padding:1rem;position:relative}.theme-stats-editor__badge{color:var(--admin-muted,#64748b);font-size:.75rem;font-weight:700;position:absolute;top:.75rem;right:.75rem}.theme-stats-editor__row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.theme-stats-editor__row:first-of-type{grid-template-columns:1.4fr .6fr}.why-metal-theme-editor{flex-direction:column;gap:1.25rem;display:flex}.why-metal-theme-editor__intro{margin-top:-.25rem}.why-metal-theme-editor__preview-wrap{flex-direction:column;gap:.65rem;display:flex}.why-metal-theme-editor__preview-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.why-metal-theme-editor__preview-label{color:var(--admin-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8125rem;font-weight:600}.why-metal-theme-editor__preview{border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);background:#fff;padding:1.25rem}.why-metal-theme-editor__preview-header{text-align:center;max-width:36rem;margin:0 auto 1.25rem}.why-metal-theme-editor__preview-header h4{font-family:var(--font-heading,inherit);color:var(--color-primary,#01502f);margin:0;font-size:1.25rem;font-weight:800}.why-metal-theme-editor__preview-header p{color:var(--admin-text-muted);margin:.5rem 0 0;font-size:.875rem;line-height:1.55}.why-metal-theme-editor__preview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;display:grid}@media (max-width:720px){.why-metal-theme-editor__preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.why-metal-theme-editor__preview-item{text-align:center;color:var(--color-primary,#01502f);background:#f8fafc;border-radius:8px;flex-direction:column;align-items:center;gap:.5rem;padding:.85rem .5rem;font-size:.75rem;font-weight:600;line-height:1.35;display:flex}.why-metal-theme-editor__fieldset{margin:0}.why-metal-theme-editor__default-tag{text-transform:uppercase;letter-spacing:.03em;background:var(--admin-surface-2);color:var(--admin-text-muted);vertical-align:middle;border-radius:999px;margin-left:.45rem;padding:.1rem .4rem;font-size:.6875rem;font-weight:600;display:inline-block}.why-metal-theme-editor__items{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem;display:grid}.why-metal-theme-editor__item-card{border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);background:var(--admin-surface);padding:.85rem}.why-metal-theme-editor__item-head{align-items:center;gap:.5rem;margin-bottom:.55rem;font-size:.8125rem;display:flex}.why-metal-theme-editor__item-icon{width:1.75rem;height:1.75rem;color:var(--color-primary,#01502f);background:#ecfdf5;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.tin-showcase-theme-editor__preview-layout{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);align-items:center;gap:1rem;display:grid}.tin-showcase-theme-editor__preview-visual{min-height:10rem;color:var(--admin-text-muted);text-align:center;background:radial-gradient(at 42% 48%,#fff 0%,#f8fafc 58%,#eef2f7 100%);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:1rem;font-size:.8125rem;font-weight:600;display:flex}.tin-showcase-theme-editor__preview-visual--note span{max-width:14rem;font-size:.75rem;font-weight:500;line-height:1.45}.tin-showcase-theme-editor__preview-copy h4{font-family:var(--font-heading,inherit);color:var(--admin-text);margin:0 0 .5rem;font-size:1.125rem;font-weight:800;line-height:1.2}.tin-showcase-theme-editor__preview-copy p{color:var(--admin-text-muted);margin:0;font-size:.8125rem;line-height:1.55}.tin-showcase-theme-editor__preview-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary,#01502f);margin:0 0 .5rem;font-size:.6875rem;font-weight:700}.tin-showcase-theme-editor__preview-dots{gap:.4rem;margin-top:.85rem;display:flex}.tin-showcase-theme-editor__preview-dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:999px;width:.45rem;height:.45rem;padding:0}.tin-showcase-theme-editor__preview-dot.is-active{background:var(--color-primary,#01502f)}.tin-showcase-theme-editor__preview-ticker{flex-direction:column;gap:.4rem;margin-top:.85rem;display:flex}.tin-showcase-theme-editor__preview-ticker-item{border:1px solid var(--admin-border);color:var(--color-primary,#01502f);background:#f8fafc;border-radius:6px;padding:.45rem .65rem;font-size:.75rem;font-weight:600}@media (max-width:720px){.tin-showcase-theme-editor__preview-layout,.tin-showcase-gloss-editor__layout{grid-template-columns:1fr}.tin-showcase-gloss-editor__preview-panel{position:static}}.tin-showcase-texture-editor__hint{margin-top:.35rem}.tin-showcase-gloss-editor{margin-bottom:1.25rem}.tin-showcase-gloss-editor__layout{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);align-items:start;gap:1.25rem;display:grid}.tin-showcase-gloss-editor__preview-panel{position:sticky;top:1rem}.tin-showcase-gloss-editor__preview-toolbar{justify-content:space-between;align-items:center;margin-bottom:.65rem;display:flex}.tin-showcase-gloss-editor__preview-label{color:var(--admin-text);font-size:.8125rem;font-weight:700}.tin-showcase-gloss-editor__canvas-wrap{width:100%}.tin-showcase-gloss-editor__canvas-stage{border:1px solid var(--admin-border);background:radial-gradient(at 42% 48%,#fff 0%,#f8fafc 58%,#eef2f7 100%);border-radius:12px;width:100%;height:min(42vh,360px);min-height:18rem;position:relative;overflow:hidden}.tin-showcase-gloss-editor__canvas-stage canvas{display:block;width:100%!important;height:100%!important}.tin-showcase-canvas__error{text-align:center;color:#dc2626;z-index:2;justify-content:center;align-items:center;padding:1rem;font-size:.8125rem;display:flex;position:absolute;inset:0}.tin-showcase-gloss-editor__preview-note{margin:.65rem 0 0}.tin-showcase-gloss-editor__controls{min-width:0}.tin-showcase-gloss-editor__hint{margin:0 0 .85rem}.tin-showcase-gloss-editor__presets{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.tin-showcase-gloss-editor__preset{min-height:2rem;padding-inline:.85rem}.tin-showcase-gloss-editor__fields{grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));gap:.85rem 1.25rem;display:grid}.tin-showcase-gloss-editor__field-head{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.35rem;display:flex}.tin-showcase-gloss-editor__value{font-variant-numeric:tabular-nums;color:var(--admin-muted);font-size:.8125rem}.tin-showcase-gloss-editor__range{width:100%;accent-color:var(--admin-accent,#2563eb)}.tin-showcase-texture-editor__list{flex-direction:column;gap:.85rem;margin:0 0 1rem;padding:0;list-style:none;display:flex}.tin-showcase-texture-editor__item{border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);background:var(--admin-surface);padding:.85rem;transition:border-color .15s,box-shadow .15s}.tin-showcase-texture-editor__item.is-dragging{opacity:.55}.tin-showcase-texture-editor__item.is-over{border-color:var(--color-primary,#01502f);box-shadow:0 0 0 2px #026b3f1f}.tin-showcase-texture-editor__item-toolbar{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.65rem;display:flex}.tin-showcase-texture-editor__handle{background:var(--admin-surface-2);color:var(--admin-text-muted);cursor:grab;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.25rem;display:inline-flex}.tin-showcase-texture-editor__handle:active{cursor:grabbing}.tin-showcase-texture-editor__turn-badge{color:var(--color-primary,#01502f);font-size:.8125rem;font-weight:700}.tin-showcase-texture-editor__move-btns{gap:.15rem;margin-left:auto;display:inline-flex}.tin-showcase-texture-editor__count{color:var(--admin-text-muted);margin-left:.35rem;font-size:.8125rem}.admin-auth{font-family:var(--font-admin,"Inter", system-ui, -apple-system, sans-serif);grid-template-columns:1fr 1fr;min-height:100vh;display:grid}@media (max-width:900px){.admin-auth{grid-template-columns:1fr}.admin-auth-hero{display:none!important}}.admin-auth-hero{color:#fff;background:linear-gradient(145deg,#01502f 0%,#026b3f 45%,#05a05c 100%);flex-direction:column;justify-content:center;padding:3rem;display:flex}.admin-auth-hero h1{letter-spacing:-.03em;margin:0 0 1rem;font-size:2rem;font-weight:800}.admin-auth-hero p{opacity:.9;max-width:24rem;font-size:1rem;line-height:1.6}.admin-auth-form{background:var(--admin-bg);justify-content:center;align-items:center;padding:2rem;display:flex}.admin-auth-card{background:var(--admin-surface);border-radius:var(--admin-radius);border:1px solid var(--admin-border);width:100%;max-width:400px;box-shadow:var(--admin-shadow-lg);color:var(--admin-text);padding:2rem}.admin-auth-card h2{margin:0 0 .35rem;font-size:1.375rem;font-weight:700}.admin-auth-card .subtitle{color:var(--admin-muted);margin:0 0 1.5rem;font-size:.875rem}.admin-otp-input{letter-spacing:.5em;text-align:center;font-size:1.25rem;font-weight:600}.admin-media-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.admin-media-card{border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);background:var(--admin-surface);overflow:hidden}.admin-media-thumb{object-fit:cover;background:var(--admin-bg);width:100%;height:120px;display:block}.admin-media-thumb--doc{color:var(--admin-muted);justify-content:center;align-items:center;font-weight:700;display:flex}.admin-media-meta{flex-direction:column;gap:.35rem;padding:.65rem;display:flex}.news-editor__alert{margin-bottom:1rem}.news-editor__layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:1.25rem;display:grid}@media (max-width:960px){.news-editor__layout{grid-template-columns:1fr}}.news-editor__sidebar{flex-direction:column;gap:1rem;display:flex}.news-editor__actions{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.ai-translate-panel__actions{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.ai-translate-panel__btn{justify-content:center;width:100%}.admin-panel{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius);box-shadow:var(--admin-shadow);padding:1.25rem}.news-editor__main>.admin-panel+.admin-panel{margin-top:1.25rem}.admin-panel--sticky{position:sticky;top:5rem}.admin-panel__title{margin:0 0 1rem;font-size:.9375rem;font-weight:700}.admin-locale-tabs{gap:.35rem;margin-bottom:1rem;display:flex}.admin-locale-tab{border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);color:var(--admin-muted);cursor:pointer;background:#fff;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.admin-locale-tab--active{background:var(--admin-primary-soft);color:var(--admin-primary);border-color:#a7f3d0}.admin-locale-tab__dot{vertical-align:middle;background:#f59e0b;border-radius:50%;width:6px;height:6px;margin-left:.35rem;display:inline-block}.admin-input--title{padding:.75rem .875rem;font-size:1.125rem;font-weight:600}.admin-field__row{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.4rem;display:flex}.admin-link-btn{color:var(--admin-primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-size:.8125rem;font-weight:600;display:inline-flex}.admin-slug-input{border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);background:#fff;align-items:center;display:flex;overflow:hidden}.admin-slug-input:focus-within{border-color:var(--admin-primary);box-shadow:0 0 0 3px #057b431f}.admin-slug-input__prefix{color:var(--admin-muted);border-right:1px solid var(--admin-border);white-space:nowrap;background:#f8fafc;padding:0 .75rem;font-size:.8125rem}.admin-slug-input__field{box-shadow:none!important;border:none!important;border-radius:0!important}.admin-slug-input__status{align-items:center;padding:0 .65rem;display:flex}.admin-checkbox{cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.admin-preview-link{color:var(--admin-primary);word-break:break-all;align-items:center;gap:.4rem;font-size:.8125rem;text-decoration:none;display:inline-flex}.admin-preview-link:hover{text-decoration:underline}.admin-image-preview{border-radius:var(--admin-radius-sm);border:1px solid var(--admin-border);background:#f8fafc;margin-bottom:.75rem;overflow:hidden}.admin-image-preview img{object-fit:cover;width:100%;max-height:180px;display:block}.admin-image-actions{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.admin-spin{animation:.8s linear infinite admin-spin}@keyframes admin-spin{to{transform:rotate(360deg)}}.admin-editor{border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);background:#fff;overflow:hidden}.admin-editor--loading{text-align:center;color:var(--admin-muted);padding:2rem;font-size:.875rem}.admin-editor__toolbar{border-bottom:1px solid var(--admin-border);background:#f8fafc;flex-wrap:wrap;gap:.25rem;padding:.5rem;display:flex}.admin-editor-btn{width:2rem;height:2rem;color:var(--admin-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.admin-editor-btn:hover{color:var(--admin-text);background:#e2e8f0}.admin-editor-btn--active{background:var(--admin-primary-soft);color:var(--admin-primary)}.admin-editor__divider{background:var(--admin-border);align-self:center;width:1px;height:1.5rem;margin:0 .15rem}.admin-editor .ProseMirror{outline:none;min-height:280px;padding:1rem;font-size:.9375rem;line-height:1.65}.admin-editor .ProseMirror p{margin:0 0 .75rem}.admin-editor__size-select{border:1px solid var(--admin-border);height:32px;color:var(--admin-text);background:#fff;border-radius:6px;max-width:72px;padding:0 .35rem;font-size:.75rem}.admin-editor__source{padding:.75rem}.admin-editor__source-textarea{resize:vertical;min-height:280px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8125rem}.admin-editor__source-actions{gap:.5rem;margin-top:.5rem;display:flex}.admin-editor .ProseMirror h1,.admin-editor .ProseMirror h2,.admin-editor .ProseMirror h3,.admin-editor .ProseMirror h4{margin:1.25rem 0 .5rem;line-height:1.3}.admin-editor .ProseMirror h1{font-size:1.75rem}.admin-editor .ProseMirror h4{font-size:1rem}.admin-editor .ProseMirror table{border-collapse:collapse;width:100%;margin:0 0 1rem;font-size:.875rem}.admin-editor .ProseMirror th,.admin-editor .ProseMirror td{border:1px solid var(--admin-border);vertical-align:top;padding:.4rem .55rem}.admin-editor .ProseMirror th{background:#f8fafc;font-weight:600}.admin-turnstile{min-height:65px}.admin-editor .ProseMirror ul,.admin-editor .ProseMirror ol{margin:0 0 .75rem;padding-left:1.25rem}.admin-editor .ProseMirror blockquote{border-left:3px solid var(--admin-primary);color:var(--admin-muted);margin:0 0 .75rem;padding-left:1rem}.admin-editor .ProseMirror a{color:var(--admin-primary);text-decoration:underline}.admin-editor .ProseMirror p.is-editor-empty:first-child:before{color:var(--admin-muted);content:attr(data-placeholder);float:left;pointer-events:none;height:0}.news-list-thumb{object-fit:cover;border:1px solid var(--admin-border);background:#f8fafc;border-radius:6px;width:56px;height:40px;display:block}.news-list-thumb--empty{color:var(--admin-muted);justify-content:center;align-items:center;font-size:.75rem;display:flex}.news-list-title{flex-direction:column;gap:.2rem;display:flex}.news-list-title strong{font-weight:600}.news-list-excerpt{color:var(--admin-muted);font-size:.8125rem}.news-list-slug{background:#f1f5f9;border-radius:4px;padding:.15rem .4rem;font-size:.75rem}.news-list-actions{align-items:center;gap:.35rem;display:flex}.products-search{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.products-search__input-wrap{flex:1;min-width:220px;max-width:420px;position:relative}.products-search__icon{color:var(--admin-muted);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.products-search__input{padding-left:2.25rem!important;padding-right:2.25rem!important}.products-search__clear{color:var(--admin-muted);cursor:pointer;background:0 0;border:none;padding:.2rem;display:flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.products-search__count{color:var(--admin-muted);margin-left:auto;font-size:.8125rem}.products-toolbar{margin-bottom:1rem}.products-filters{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);flex-wrap:wrap;align-items:flex-end;gap:.65rem .85rem;padding:.85rem 1rem;display:flex}.products-filters__field{flex-direction:column;gap:.25rem;min-width:160px;display:flex}.products-filters__label{letter-spacing:.04em;text-transform:uppercase;color:var(--admin-muted);font-size:.6875rem;font-weight:700}.products-filters__clear{align-self:flex-end;margin-left:auto}.products-pagination{justify-content:center;align-items:center;gap:1rem;margin-top:1.25rem;display:flex}.products-pagination__info{color:var(--admin-muted);font-size:.875rem}.product-category-picker{flex-direction:column;gap:.35rem;max-height:240px;padding-right:.25rem;display:flex;overflow-y:auto}.product-category-picker__item{cursor:pointer;align-items:flex-start;gap:.5rem;font-size:.8125rem;line-height:1.4;display:flex}.product-images-editor__empty{color:var(--admin-muted);margin:.75rem 0 0;font-size:.875rem}.product-images-editor__list{flex-direction:column;gap:.75rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.product-images-editor__item{border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);background:#f8fafc;grid-template-columns:auto 72px 1fr auto;align-items:center;gap:.75rem;padding:.75rem;display:grid}.product-images-editor__grip{color:var(--admin-muted);flex-shrink:0}.product-images-editor__thumb{object-fit:cover;border:1px solid var(--admin-border);background:#fff;border-radius:6px;width:72px;height:54px}.product-images-editor__meta{flex-direction:column;gap:.5rem;min-width:0;display:flex}.product-images-editor__sort{grid-template-columns:auto 80px;align-items:center;gap:.5rem;display:grid}.product-images-editor__sort .admin-label{margin:0}.product-images-editor__remove{color:#b91c1c!important;padding:.4rem!important}@media (max-width:640px){.product-images-editor__item{grid-template-columns:72px 1fr}.product-images-editor__grip{display:none}}.product-attributes-editor{flex-direction:column;gap:1rem;display:flex}.product-specs-editor{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.product-specs-editor .admin-field:first-child{grid-column:1/-1}@media (max-width:900px){.product-specs-editor{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.product-specs-editor{grid-template-columns:1fr}}.product-attributes-editor__group{border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);background:#f8fafc;margin:0;padding:.75rem 1rem}.product-attributes-editor__legend{color:var(--admin-text);padding:0 .25rem;font-size:.875rem;font-weight:600}.product-attributes-editor__options{flex-wrap:wrap;gap:.5rem 1rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.product-attributes-editor__option{cursor:pointer;align-items:center;gap:.45rem;font-size:.8125rem;display:inline-flex}.product-attributes-editor__icon{object-fit:contain;width:20px;height:20px}.product-variants-editor__empty{color:var(--admin-muted);margin:0 0 .75rem;font-size:.875rem}.product-variants-editor__list{flex-direction:column;gap:.75rem;margin-bottom:.75rem;display:flex}.product-variants-editor__card{border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);background:#f8fafc;padding:.85rem 1rem}.product-variants-editor__card-head{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.product-variants-editor__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.product-variants-editor__attrs{border-top:1px dashed var(--admin-border);margin-top:.85rem;padding-top:.85rem}.product-variants-editor__attr-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;margin-top:.5rem;display:grid}.product-variants-editor__remove{color:#b91c1c!important;padding:.35rem!important}@media (max-width:900px){.product-variants-editor__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.product-variants-editor__grid{grid-template-columns:1fr}}.product-attribute-catalog__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.75rem;margin-bottom:1rem;display:flex}.product-attribute-catalog__list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.product-attribute-catalog__group{border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);background:#fff;overflow:hidden}.product-attribute-catalog__group-head{border-bottom:1px solid var(--admin-border);background:#f8fafc;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.product-attribute-catalog__expand{color:var(--admin-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.product-attribute-catalog__group-title{flex-wrap:wrap;flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.product-attribute-catalog__group-title span{color:var(--admin-muted);font-size:.8125rem}.product-attribute-catalog__group-actions,.product-attribute-catalog__option-actions{flex-wrap:wrap;gap:.25rem;display:flex}.product-attribute-catalog__options{flex-direction:column;gap:.5rem;margin:0;padding:.5rem 1rem .75rem 2.5rem;list-style:none;display:flex}.product-attribute-catalog__option{border-bottom:1px solid #eef2f7;align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.product-attribute-catalog__option:last-child{border-bottom:none}.product-attribute-catalog__option-icon{object-fit:contain;width:24px;height:24px}.product-attribute-catalog__option>div{flex-wrap:wrap;flex:1;align-items:center;gap:.5rem;display:flex}.product-attribute-catalog__editor{margin-bottom:1rem}.product-attribute-catalog__editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.product-attribute-catalog__editor-actions{gap:.5rem;margin-top:.75rem;display:flex}.products-bulk-excel{margin-bottom:1rem}.products-bulk-excel__actions{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.products-bulk-excel__badge{color:var(--admin-muted);align-items:center;gap:.35rem;font-size:.8125rem;display:inline-flex}.products-bulk-excel__errors{margin:.5rem 0 0;padding-left:1.1rem;font-size:.8125rem}@media (max-width:768px){.product-attribute-catalog__group-head{flex-wrap:wrap}.product-attribute-catalog__editor-grid,.history-page-editor__grid,.history-page-editor__event-texts{grid-template-columns:1fr}}.history-page-editor__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.history-page-editor__add-buttons{flex-wrap:wrap;gap:.5rem;display:flex}.history-page-editor__list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.history-page-editor__item{border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);background:#f8fafc;padding:.85rem 1rem}.history-page-editor__item-head{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.history-page-editor__item-actions{gap:.25rem;display:flex}.history-page-editor__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.history-page-editor__event-texts{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.history-page-editor__delete{color:var(--admin-danger,#dc2626)}.history-page-editor__delete:hover:not(:disabled){background:#fef2f2;border-color:#fecaca}.history-page-editor__badge{border-radius:999px;align-items:center;gap:.35rem;padding:.2rem .55rem;font-size:.75rem;font-weight:600;display:inline-flex}.history-page-editor__badge--year{color:#047857;background:#ecfdf5}.history-page-editor__badge--event{color:#1d4ed8;background:#eff6ff}.hero-slides-list__hint{margin:0 0 .75rem}.hero-slides-list__handle{border-radius:var(--admin-radius-sm);color:var(--admin-text-muted);cursor:grab;touch-action:none;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:inline-flex}.hero-slides-list__handle:hover{background:var(--admin-surface-2);color:var(--admin-text)}.hero-slides-list__handle:active{cursor:grabbing}.hero-slides-list__row.is-dragging{opacity:.45}.hero-slides-list__row.is-over td{box-shadow:inset 0 2px 0 var(--admin-primary)}.hero-slides-list tbody tr{transition:opacity .15s}.quality-categories-panel{margin-bottom:1.5rem}.quality-categories-panel__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.quality-categories-panel__list{flex-direction:column;gap:.65rem;display:flex}.quality-categories-panel__row{border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);background:var(--admin-surface);grid-template-columns:auto 1fr auto auto;align-items:center;gap:.75rem;padding:.85rem 1rem;display:grid}.quality-categories-panel__row.is-dragging{opacity:.45}.quality-categories-panel__row.is-over{box-shadow:inset 0 2px 0 var(--admin-primary)}.quality-categories-panel__info{min-width:0}.quality-categories-panel__info strong{display:block}.quality-categories-panel__actions{gap:.25rem;display:flex}.quality-categories-panel__edit,.quality-categories-panel__draft{border-top:1px dashed var(--admin-border);grid-column:1/-1;margin-top:.5rem;padding-top:.85rem}.quality-documents-grouped{flex-direction:column;gap:1.25rem;display:flex}.quality-documents-grouped__section{margin-bottom:0}.quality-documents-grouped__head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.hero-list-thumb{object-fit:cover;border:1px solid var(--admin-border);background:#0f172a;border-radius:6px;width:96px;height:40px;display:block}.hero-slide-preview__frame{border-radius:var(--admin-radius-sm);border:1px solid var(--admin-border);background-color:#0f172a;background-position:50%;background-repeat:no-repeat;background-size:contain;position:relative;overflow:hidden}.hero-slide-preview__overlay{background:linear-gradient(90deg,#01502fd1 0%,#01502f59 55%,#0000 100%);position:absolute;inset:0}.hero-slide-preview__content{z-index:1;color:#fff;padding:2.5rem 1.25rem 2rem;position:relative}.hero-slide-preview__top{margin-bottom:.35rem;font-size:1rem;font-weight:500;display:block}.hero-slide-preview__bottom{letter-spacing:-.02em;font-size:1.5rem;font-weight:800;line-height:1.15;display:block}.hero-slide-preview__placeholder{opacity:.75;font-size:.875rem}.hero-slide-preview__link-badge{z-index:2;text-transform:uppercase;letter-spacing:.04em;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border-radius:999px;padding:.25rem .5rem;font-size:.6875rem;font-weight:600;position:absolute;top:.75rem;right:.75rem}.hero-slide-editor__preview{margin-bottom:1.25rem}.hero-slide-preview--editor{flex-direction:column;gap:.65rem;display:flex}.hero-slide-preview__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.hero-slide-preview__toolbar-left{flex-direction:column;gap:.4rem;display:flex}.hero-slide-preview__label{color:var(--admin-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8125rem;font-weight:600}.hero-slide-preview__badges{flex-wrap:wrap;gap:.35rem;display:flex}.hero-slide-preview__badge{background:var(--admin-surface-2);color:var(--admin-text-muted);border:1px solid var(--admin-border);border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.75rem;font-weight:500;display:inline-flex}.hero-slide-preview__badge--warn{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.hero-slide-preview__device-toggle{border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);background:var(--admin-surface);display:inline-flex;overflow:hidden}.hero-slide-preview__device{color:var(--admin-text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:.45rem .75rem;font-size:.8125rem;font-weight:500;display:inline-flex}.hero-slide-preview__device+.hero-slide-preview__device{border-left:1px solid var(--admin-border)}.hero-slide-preview__device.is-active{background:var(--admin-primary);color:#fff}.hero-slide-preview__frame--desktop{aspect-ratio:1920/800;width:100%;min-height:160px}.hero-slide-preview__frame--mobile{aspect-ratio:1;width:min(280px,100%);min-height:0;margin:0 auto}.hero-slide-preview__hint{margin:0}.hero-slide-editor__section-head{margin-bottom:1rem}.hero-slide-editor__section-head .admin-panel__title{margin-bottom:.25rem}.hero-slide-editor__fieldset{margin-bottom:1.25rem}.hero-slide-editor__optional-toggle{margin-top:.35rem;font-size:.8125rem}.hero-slide-editor__mobile-block{border-top:1px dashed var(--admin-border);margin-top:.75rem;padding-top:.75rem}.hero-slide-editor__mode{gap:.65rem;margin-bottom:.75rem;display:grid}.hero-slide-editor__mode-option{border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);cursor:pointer;background:var(--admin-surface);align-items:flex-start;gap:.65rem;padding:.75rem .85rem;display:flex}.hero-slide-editor__mode-option:has(input:checked){border-color:var(--admin-primary);background:color-mix(in srgb, var(--admin-primary) 6%, var(--admin-surface))}.hero-slide-editor__mode-option input{flex-shrink:0;margin-top:.2rem}.hero-slide-editor__mode-option span{flex-direction:column;gap:.15rem;display:flex}.hero-slide-editor__mode-option strong{font-size:.875rem}.hero-slide-editor__mode-option small{color:var(--admin-text-muted);font-size:.8125rem;line-height:1.4}.hero-slide-editor__text-fields{gap:.85rem;display:grid}.hero-slide-editor__locale-status{border-radius:var(--admin-radius-sm);background:var(--admin-surface-2);flex-direction:column;gap:.35rem;margin:.85rem 0 1rem;padding:.65rem .75rem;font-size:.8125rem;display:flex}.hero-slide-editor__status{color:var(--admin-text-muted)}.hero-slide-editor__status.is-ok{color:#15803d;font-weight:500}.hero-slide-editor__preview-links{flex-direction:column;gap:.5rem;display:flex}.admin-dl{grid-template-columns:120px 1fr;gap:.65rem 1rem;margin:0;font-size:.875rem;display:grid}.admin-dl dt{color:var(--admin-muted);margin:0;font-weight:600}.admin-dl dd{color:var(--admin-text);word-break:break-word;margin:0}.admin-dl a{color:var(--admin-primary)}.message-detail{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:1.25rem;display:grid}@media (max-width:900px){.message-detail{grid-template-columns:1fr}}.message-detail__main,.message-detail__sidebar,.message-thread{flex-direction:column;gap:1rem;display:flex}.message-bubble{border-radius:var(--admin-radius-sm);border:1px solid var(--admin-border);padding:1rem 1.15rem}.message-bubble--incoming{background:#f8fafc;border-color:#e2e8f0}.message-bubble--outgoing{background:var(--admin-primary-soft);border-color:#a7f3d0;margin-left:1.5rem}.message-bubble__header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.65rem;font-size:.8125rem;display:flex}.message-bubble__header strong{color:var(--admin-text);font-weight:600}.message-bubble__header time{color:var(--admin-muted);white-space:nowrap;font-size:.75rem}.message-bubble__body{white-space:pre-wrap;color:var(--admin-text);margin:0;font-size:.9375rem;line-height:1.65}.message-reply-form .admin-panel__title{margin-top:0}.message-actions{flex-direction:column;gap:.5rem;display:flex}.message-actions .admin-btn{justify-content:flex-start;width:100%}.career-details{flex-direction:column;gap:1rem;display:flex}.career-section{margin:0}.career-subsection{border-top:1px dashed var(--admin-border);margin-top:.75rem;padding-top:.75rem}.career-subsection:first-of-type{border-top:none;margin-top:0;padding-top:0}.career-subsection__title{color:var(--admin-muted);margin:0 0 .65rem;font-size:.875rem;font-weight:600}.career-list-photo{object-fit:cover;border:1px solid var(--admin-border);background:#f8fafc;border-radius:6px;width:40px;height:52px}.career-detail-photo{object-fit:cover;border-radius:var(--admin-radius-sm);border:1px solid var(--admin-border);width:100%;max-height:320px;display:block}.career-status-form .admin-panel__title{margin-top:0}.messages-list-toolbar{margin-bottom:1rem}.admin-list-tabs{border-bottom:1px solid var(--admin-border);flex-wrap:wrap;gap:0;margin-bottom:.85rem;display:flex}.admin-list-tabs__tab{color:var(--admin-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.45rem;margin-bottom:-1px;padding:.65rem 1.15rem;font-size:.875rem;font-weight:600;transition:color .15s,border-color .15s;display:inline-flex}.admin-list-tabs__tab:hover{color:var(--admin-text)}.admin-list-tabs__tab--active{color:var(--admin-primary);border-bottom-color:var(--admin-primary)}.admin-list-tabs__count{min-width:1.35rem;color:var(--admin-muted);background:#f1f5f9;border-radius:999px;justify-content:center;align-items:center;padding:.1rem .4rem;font-size:.75rem;font-weight:700;line-height:1.2;display:inline-flex}.admin-list-tabs__tab--active .admin-list-tabs__count{background:var(--admin-primary-soft);color:var(--admin-primary)}.settings-editor{max-width:1100px}.settings-editor__tabs{flex-wrap:wrap;gap:.35rem;margin-bottom:1.25rem;display:flex}.settings-editor__tab{border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);color:var(--admin-muted);cursor:pointer;background:#fff;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.settings-editor__tab--active{background:var(--admin-primary-soft);color:var(--admin-primary);border-color:#a7f3d0}.settings-status-pill{border-radius:var(--admin-radius-sm);color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;display:flex}.settings-status-pill--live{background:var(--admin-primary-soft);color:var(--admin-primary);border-color:#a7f3d0}.settings-seo-preview__card{border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);background:#fff;padding:1rem}.settings-seo-preview__url{color:#1a0dab;margin-bottom:.2rem;font-size:.75rem;display:block}.settings-seo-preview__title{color:#1a0dab;margin-bottom:.25rem;font-size:1.125rem;font-weight:400;line-height:1.3;display:block}.settings-seo-preview__desc{color:#4d5156;margin:0;font-size:.8125rem;line-height:1.5}.settings-section-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.settings-section-card{border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);background:#f8fafc;padding:1rem}.settings-section-card__title{color:var(--admin-primary);margin:0 0 .75rem;font-size:.9375rem;font-weight:700}.seo-bulk-editor{flex-direction:column;gap:1rem;display:flex}.seo-bulk-summary{flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;display:flex}.seo-bulk-summary__stat{flex-direction:column;gap:.15rem;display:flex}.seo-bulk-summary__value{color:var(--admin-primary);font-size:1.5rem;font-weight:800;line-height:1}.seo-bulk-summary__label{color:var(--admin-muted);font-size:.8125rem}.seo-bulk-summary__types{flex-wrap:wrap;gap:.5rem;margin-left:auto;display:flex}.seo-bulk-summary__type{border:1px solid var(--admin-border);color:var(--admin-muted);cursor:pointer;background:#fff;border-radius:999px;padding:.35rem .75rem;font-size:.75rem;font-weight:600}.seo-bulk-summary__type:hover{color:var(--admin-primary);border-color:#a7f3d0}.seo-bulk-filters__row{flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.seo-bulk-filters__field{flex:1;min-width:180px}.seo-bulk-filters__checkbox{margin-bottom:.35rem}.seo-bulk-filters__search{gap:.5rem;margin-bottom:.75rem;display:flex}.seo-bulk-filters__search .admin-input{flex:1}.seo-bulk-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.seo-bulk-list{flex-direction:column;gap:1rem;display:flex}.seo-bulk-row{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:#fff;overflow:hidden}.seo-bulk-row--dirty{border-color:#86efac;box-shadow:0 0 0 1px #bbf7d0}.seo-bulk-row__head{border-bottom:1px solid var(--admin-border);background:#f8fafc;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;display:flex}.seo-bulk-row__meta{flex-wrap:wrap;gap:.35rem;display:flex}.seo-bulk-row__title-wrap{flex:220px}.seo-bulk-row__title{margin:0;font-size:1rem;font-weight:700}.seo-bulk-row__slug{margin:.15rem 0 0}.seo-bulk-row__actions{flex-wrap:wrap;gap:.5rem;display:flex}.seo-bulk-row__body{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:1.25rem;padding:1.25rem;display:grid}.seo-bulk-row__fields{flex-direction:column;gap:1rem;display:flex}.seo-bulk-preview{flex-direction:column;gap:.35rem;display:flex}.seo-bulk-preview__label,.seo-bulk-preview__card{margin:0}.seo-bulk-rendered-title{word-break:break-word;margin-top:.35rem}.seo-bulk-rendered-title strong{color:#1a0dab;font-weight:600}.seo-bulk-static-title{border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);background:#f8fafc;margin:0;padding:.65rem .85rem;font-weight:600}.seo-bulk-char--ok{color:#047857}.seo-bulk-char--warn{color:#b45309}.seo-bulk-char--over{color:#b91c1c;font-weight:600}.seo-bulk-badge--missing{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.seo-bulk-pagination{justify-content:center;align-items:center;gap:1rem;display:flex}.seo-bulk-ai-btn{color:#6d28d9;border-color:#c4b5fd}.seo-bulk-ai-btn:hover:not(:disabled){color:#5b21b6;background:#f5f3ff;border-color:#a78bfa}.seo-bulk-ai-btn:disabled{opacity:.6}@media (max-width:960px){.seo-bulk-row__body{grid-template-columns:1fr}.seo-bulk-summary__types{margin-left:0}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.p.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_c7ed249f-module__oFjJTq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_c7ed249f-module__oFjJTq__variable{--font-admin:"Inter", "Inter Fallback"}
*,:before,:after{box-sizing:border-box}html,body{font-family:var(--font-admin,"Inter", system-ui, -apple-system, sans-serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}a{color:inherit}.product-image-urls-editor{flex-direction:column;gap:1rem;display:flex}.product-image-urls-editor__warn{color:#92400e;background:#fffbeb;border:1px solid #fcd34d}.product-image-urls-editor__message{margin:0}.product-image-urls-table__product{align-items:flex-start;gap:.75rem;display:flex}.product-image-urls-table__thumb{object-fit:cover;background:#f1f5f9;border-radius:8px;flex:none;width:48px;height:48px}.product-image-urls-table__thumb--empty{color:#94a3b8;justify-content:center;align-items:center;display:inline-flex}.product-image-urls-table__url{overflow-wrap:anywhere;color:#334155;max-width:320px;font-size:.75rem;line-height:1.45;display:block}.product-image-urls-editor__image-list{color:#64748b;margin:.35rem 0 0;padding-left:1rem;font-size:.8125rem}.product-image-urls-editor__url-pair{gap:.25rem;margin-bottom:.5rem;display:grid}.product-image-urls-editor__failures{margin:.5rem 0 0;padding-left:1.25rem;font-size:.875rem}
