:root{--primary:#014bae;--primary-hover:#013d8f;--primary-soft:#014bae14;--primary-muted:#014bae24;--bg:#f4f7fc;--bg-tint:#e8eef8;--surface:#fff;--surface-2:#f8fafd;--text:#1a2332;--text-secondary:#5a6577;--text-muted:#8b95a8;--border:#e4e9f2;--border-strong:#d0d8e6;--danger:#c45c5c;--danger-soft:#c45c5c1a;--success:#3d8b6e;--warning:#c9a227;--radius-sm:8px;--radius:12px;--radius-lg:18px;--radius-xl:22px;--radius-pill:999px;--shadow-sm:0 1px 2px #1a23320a;--shadow:0 4px 20px #1a23320f;--shadow-lg:0 12px 40px #1a23321a;--font-serif:"Cormorant Garamond", Georgia, serif;--font-sans:"DM Sans", system-ui, sans-serif;--sidebar-w:280px;--header-h:72px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-size:16px}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);letter-spacing:.01em;min-height:100vh;line-height:1.55}#root{min-height:100vh}img{max-width:100%;display:block}button,input,textarea,select{font:inherit;color:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none}ul,ol{list-style:none}h1,h2,h3,.serif{font-family:var(--font-serif);letter-spacing:-.01em;color:var(--text);font-weight:600}h1{font-size:2.25rem;line-height:1.15}h2{font-size:1.75rem;line-height:1.2}h3{font-size:1.35rem;line-height:1.25}.page-title{font-family:var(--font-serif);margin-bottom:.25rem;font-size:2rem;font-weight:600}.page-subtitle{color:var(--text-secondary);margin-bottom:1.75rem;font-size:.95rem}.field-label{letter-spacing:.02em;color:var(--text-secondary);margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.input,.select,.textarea{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);outline:none;width:100%;padding:.75rem 1rem;transition:border-color .15s,box-shadow .15s}.input:focus,.select:focus,.textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.input::placeholder,.textarea::placeholder{color:var(--text-muted)}.textarea{resize:vertical;min-height:100px}.select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238b95a8' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .85rem center;background-repeat:no-repeat;padding-right:2.5rem}.btn{border-radius:var(--radius-pill);white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.4rem;font-size:.925rem;font-weight:500;transition:background .15s,color .15s,border-color .15s,transform .1s,box-shadow .15s;display:inline-flex}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover);box-shadow:0 4px 14px #014bae47}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){border-color:var(--border-strong);background:var(--surface-2)}.btn-ghost{color:var(--text-secondary);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--primary-soft);color:var(--primary)}.btn-danger{background:var(--danger-soft);color:var(--danger)}.btn-danger:hover:not(:disabled),.btn-danger-fill{background:var(--danger);color:#fff}.btn-danger-fill:hover:not(:disabled){background:#a94a4a;box-shadow:0 4px 14px #c45c5c52}.btn-icon{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);width:38px;height:38px;color:var(--text-muted);justify-content:center;align-items:center;padding:0;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.btn-icon:hover{border-color:var(--border-strong);color:var(--text);background:var(--surface-2)}.btn-icon.danger:hover{border-color:var(--danger);color:var(--danger);background:var(--danger-soft)}.card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid #e4e9f299}.card-pad{padding:1.75rem}.search-wrap{width:100%;max-width:420px;position:relative}.search-wrap svg{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.search-wrap .input{padding-left:2.75rem}.checkbox-row{flex-wrap:wrap;gap:.75rem 1.25rem;display:flex}.checkbox{color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.9rem;display:inline-flex}.checkbox input{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.form-grid{gap:1.25rem;display:grid}.form-grid.cols-2{grid-template-columns:repeat(2,1fr)}.form-grid.cols-3{grid-template-columns:repeat(3,1fr)}.locale-fields{gap:.65rem;display:grid}.locale-fields__list{gap:.55rem;display:grid}.locale-field{grid-template-columns:52px 1fr;align-items:start;gap:.55rem;display:grid}.locale-field__badge{border-radius:var(--radius-sm);background:var(--primary-soft);min-height:44px;color:var(--primary);letter-spacing:.04em;text-transform:uppercase;justify-content:center;align-items:center;padding:.35rem .4rem;font-size:.72rem;font-weight:700;display:inline-flex}.locale-field .textarea{min-height:84px}.form-actions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}.alert{border-radius:var(--radius);margin-bottom:1rem;padding:.85rem 1rem;font-size:.9rem}.alert-error{background:var(--danger-soft);color:var(--danger)}.alert-success{color:var(--success);background:#3d8b6e1a}.empty-state{text-align:center;color:var(--text-muted);padding:3rem 1.5rem}.empty-state h3{color:var(--text-secondary);margin-bottom:.35rem}.loading-center{min-height:240px;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.spinner{border:2.5px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.badge-pill{border-radius:var(--radius-pill);white-space:nowrap;align-items:center;padding:.3rem .85rem;font-weight:600;line-height:1.2;display:inline-flex}.page-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.status-dot{background:var(--text-muted);border-radius:50%;width:8px;height:8px;display:inline-block}.status-dot.on{background:var(--success)}@media (width<=900px){.form-grid.cols-2,.form-grid.cols-3{grid-template-columns:1fr}}.admin-shell{background:radial-gradient(ellipse 80% 50% at 0% 0%, #014bae0f, transparent 55%), radial-gradient(ellipse 60% 40% at 100% 0%, #5b7c9914, transparent 50%), var(--bg);min-height:100vh;display:flex}.sidebar{width:var(--sidebar-w);background:var(--surface);border-right:1px solid var(--border);z-index:40;flex-direction:column;flex-shrink:0;height:100vh;display:flex;position:sticky;top:0}.sidebar-brand{border-bottom:1px solid var(--border);align-items:center;gap:.85rem;padding:1.35rem 1.25rem;display:flex}.sidebar-logo{object-fit:contain;background:#014bae;border-radius:10px;flex-shrink:0;width:42px;height:42px;display:block}.brand-name{font-family:var(--font-serif);color:var(--primary);font-size:1.45rem;font-weight:600;line-height:1}.sidebar-close{color:var(--text-muted);margin-left:auto;display:none}.sidebar-nav{flex-direction:column;flex:1;gap:.25rem;padding:1rem .85rem;display:flex;overflow-y:auto}.nav-item{border-radius:var(--radius);color:var(--text-secondary);letter-spacing:.005em;text-align:left;align-items:center;gap:.75rem;width:100%;padding:.7rem .9rem;font-size:.9rem;font-weight:500;line-height:1.35;transition:background .15s,color .15s;display:flex}.nav-item:hover{background:var(--primary-soft);color:var(--primary)}.nav-item.active{background:var(--primary);color:#fff;box-shadow:0 4px 12px #014bae40}.nav-item.logout{color:var(--danger)}.nav-item.logout:hover{background:var(--danger-soft);color:var(--danger)}.sidebar-footer{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;padding:1rem .85rem 1.25rem;display:flex}.user-chip{align-items:center;gap:.7rem;padding:.5rem .65rem;display:flex}.user-avatar{background:var(--primary-soft);width:36px;height:36px;color:var(--primary);border-radius:10px;justify-content:center;align-items:center;font-size:.95rem;font-weight:600;display:flex}.user-name{font-size:.875rem;font-weight:600}.user-email{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;max-width:140px;font-size:.72rem;overflow:hidden}.admin-main{flex-direction:column;flex:1;min-width:0;display:flex}.topbar{height:var(--header-h);align-items:center;gap:1rem;padding:0 1.75rem;display:none}.menu-btn{color:var(--text-secondary);border-radius:var(--radius-sm);padding:.4rem;display:none}.menu-btn:hover{background:var(--primary-soft);color:var(--primary)}.page-content{flex:1;padding:1.75rem 1.75rem 2.5rem}.sidebar-backdrop{display:none}@media (width<=960px){.sidebar{box-shadow:var(--shadow-lg);transition:transform .25s;position:fixed;top:0;left:0;transform:translate(-105%)}.admin-shell.nav-open .sidebar{transform:translate(0)}.topbar{display:flex}.sidebar-close,.menu-btn{display:inline-flex}.sidebar-backdrop{z-index:35;background:#1a233259;display:block;position:fixed;inset:0}.page-content{padding:0 1.1rem 2rem}}.login-page{background:linear-gradient(155deg,#eef3fb 0%,#f4f7fc 40%,#e8eef8 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex;position:relative;overflow:hidden}.login-orb{filter:blur(40px);pointer-events:none;border-radius:50%;position:absolute}.login-orb-a{background:#014bae1f;width:420px;height:420px;top:-120px;right:-80px}.login-orb-b{background:#5b7c9924;width:340px;height:340px;bottom:-100px;left:-60px}.login-card{background:var(--surface);border-radius:var(--radius-xl);width:100%;max-width:420px;box-shadow:var(--shadow-lg);text-align:center;border:1px solid #e4e9f2cc;padding:2.5rem 2rem 2.25rem;animation:.45s fadeUp;position:relative}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.login-logo{object-fit:contain;background:#014bae;border-radius:16px;width:72px;height:72px;margin:0 auto 1rem;display:block}.login-card h1{color:var(--primary);margin-bottom:.15rem;font-size:2.5rem}.login-tag{letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem;font-size:.72rem;font-weight:600}.login-lead{color:var(--text-secondary);margin-bottom:1.75rem;font-size:.92rem;line-height:1.5}.login-card .form-grid{text-align:left}.login-btn{width:100%;margin-top:.35rem;padding:.85rem 1.4rem}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.1rem;margin-bottom:1.75rem;display:grid}.stat-card{padding:1.35rem 1.4rem;position:relative;overflow:hidden}.stat-card:after{content:"";background:var(--primary-soft);pointer-events:none;border-radius:50%;width:120px;height:120px;position:absolute;inset:auto -20% -40% auto}.stat-icon{background:var(--primary-soft);width:40px;height:40px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.stat-value{font-family:var(--font-serif);margin-bottom:.25rem;font-size:2.2rem;font-weight:600;line-height:1}.stat-label{font-size:.95rem;font-weight:600}.stat-hint{color:var(--text-muted);margin-top:.15rem;font-size:.8rem}.section-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.section-head h2{margin-bottom:.2rem;font-size:1.55rem}.section-head p{color:var(--text-secondary);font-size:.9rem}.best-list{flex-direction:column;gap:.65rem;display:flex}.best-row{border-radius:var(--radius);background:var(--surface-2);border:1px solid var(--border);align-items:center;gap:1rem;padding:.75rem;display:flex}.best-thumb{background:linear-gradient(165deg,#f0e4dc,#f8f1ea);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;overflow:hidden}.best-thumb img{object-fit:cover;width:100%;height:100%}.best-thumb span{font-family:var(--font-serif);color:#b8848c;font-size:1.1rem;font-weight:600}.best-info{flex:1;min-width:0}.best-name{margin-bottom:.2rem;font-weight:600}.best-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.25rem;font-size:.8rem;display:flex}.best-price{white-space:nowrap;font-weight:700}@media (width<=1000px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.stats-grid{grid-template-columns:1fr}.section-head{flex-direction:column}}.product-card{background:var(--surface);border-radius:var(--radius-xl);box-shadow:var(--shadow);border:1px solid #e4e9f2b3;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.product-card-media{aspect-ratio:1/1.05;background:linear-gradient(#f3e6df 0%,#f7f0ea 100%);position:relative;overflow:hidden}.product-card-media img{object-fit:cover;width:100%;height:100%}.product-card-fallback{background:linear-gradient(165deg,#f0e4dc 0%,#f8f1ea 55%,#efe6df 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.product-card-fallback span{font-family:var(--font-serif);color:#b8848c;letter-spacing:.04em;font-size:4rem;font-weight:600}.product-card-badge{z-index:2;flex-wrap:wrap;gap:.35rem;max-width:calc(100% - 1.8rem);display:flex;position:absolute;top:.9rem;left:.9rem}.product-card-body{flex-direction:column;flex:1;padding:1.2rem 1.25rem 1.25rem;display:flex}.product-card-category{letter-spacing:.1em;text-transform:uppercase;color:#9a6b62;margin-bottom:.4rem;font-size:.68rem;font-weight:600}.product-card-title{font-family:var(--font-sans);color:var(--text);margin-bottom:.45rem;font-size:1.05rem;font-weight:650;line-height:1.3}.product-card-desc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin-bottom:1rem;font-size:.86rem;line-height:1.45;display:-webkit-box;overflow:hidden}.product-card-footer{justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;display:flex}.product-card-price{overflow-wrap:anywhere;align-items:baseline;gap:.45rem;min-width:0;font-size:1.05rem;font-weight:700;display:flex}.product-card-price:has(.product-card-was){flex-direction:column;align-items:flex-start;gap:.12rem;line-height:1.2}.product-card-was{color:var(--text-muted);overflow-wrap:anywhere;font-size:.8rem;font-weight:500;text-decoration:line-through}.product-card-actions{flex-shrink:0;gap:.4rem;display:flex}.products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.35rem;display:grid}.products-layout{gap:1.25rem;width:100%;display:grid}.filters{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow);box-sizing:border-box;padding:1.1rem}.filters__head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.filters__title{font-family:var(--font-serif);margin:0;font-size:1.55rem}.filters__close{display:none}.icon-btn{width:40px;height:40px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,transform .2s,border-color .2s;display:inline-flex;position:relative}.icon-btn:hover{background:var(--primary-soft)}.icon-btn__badge{background:var(--primary);color:#fff;text-align:center;border-radius:999px;min-width:16px;height:16px;padding:0 4px;font-size:.6rem;font-weight:700;line-height:16px;position:absolute;top:4px;right:4px}.filters-toggle{border:1px solid var(--border);background:#fff;display:inline-flex}.filters-toggle.is-open,.filters-toggle:hover{background:var(--primary-soft);border-color:var(--primary-muted)}.filters-backdrop{display:none}.filters__group{border-top:1px solid var(--border);padding:.95rem 0}.filters__head+.filters__group{border-top:none;padding-top:0}.filters__label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.55rem;font-size:.75rem;font-weight:650;display:block}.filters input[type=search],.filters input[type=number],.filters select,.catalog-toolbar select{border:1px solid var(--border);background:#fff;border-radius:14px;outline:none;width:100%;min-height:46px;padding:.65rem .9rem;transition:border-color .2s,box-shadow .2s}.filters select,.catalog-toolbar select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238b95a8' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .85rem center;background-repeat:no-repeat;padding-right:2.5rem}.filters input:focus,.filters select:focus,.catalog-toolbar select:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-soft)}.filters__row{grid-template-columns:1fr 1fr;gap:.55rem;display:grid}.filters__checks{gap:.55rem;display:grid}.check{color:var(--text-secondary);cursor:pointer;align-items:center;gap:.55rem;font-size:.92rem;display:flex}.check input{width:16px;height:16px;accent-color:var(--primary)}.filters__actions{gap:.55rem;margin-top:.5rem;display:grid}.filters__actions .btn{width:100%}.btn-outline{color:var(--primary);border:1px solid var(--primary-muted);background:0 0}.btn-outline:hover:not(:disabled){background:var(--primary-soft)}.catalog-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;width:100%;margin-bottom:1.1rem;display:flex}.catalog-toolbar__start{align-items:center;gap:.65rem;min-width:0;display:flex}.catalog-toolbar__meta{color:var(--text-secondary);font-size:.9rem}.catalog-toolbar select{width:100%;min-width:0;max-width:100%}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=959.98px){.filters{z-index:55;border-radius:0 var(--radius-lg) var(--radius-lg) 0;overscroll-behavior:contain;visibility:hidden;pointer-events:none;width:min(100%,22rem);max-width:100%;margin:0;padding:1.25rem 1.15rem 1.5rem;transition:transform .32s,visibility .32s;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-105%)}.filters.is-open{visibility:visible;pointer-events:auto;transform:none}.filters__close{display:inline-flex}.filters-backdrop{z-index:54;cursor:pointer;background:#1018286b;border:0;border-radius:0;width:100%;height:100%;padding:0;display:none;position:fixed;inset:0}.filters-backdrop.is-open{display:block}}@media (width>=960px){.products-layout:has(.filters.is-open){grid-template-columns:280px minmax(0,1fr);align-items:start;gap:2.25rem}.filters{padding:1.35rem;position:sticky;top:1rem}.filters:not(.is-open),.filters__close,.filters-backdrop{display:none}.catalog-toolbar select{width:auto;min-width:180px}}@media (width>=520px) and (width<=959.98px){.catalog-toolbar select{width:auto;min-width:180px}}@media (prefers-reduced-motion:reduce){.filters{transition:none}}body.filters-open{overflow:hidden}.pagination-bar{border-top:1px solid var(--border);background:var(--surface-2);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 1.25rem;display:flex}.pagination-meta{color:var(--text-muted);margin:0;font-size:.85rem}.pagination{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.4rem;display:flex}.pagination-btn{border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--surface);min-height:36px;color:var(--text-secondary);justify-content:center;align-items:center;gap:.25rem;padding:0 .85rem;font-size:.85rem;font-weight:500;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.pagination-btn.number{min-width:36px;padding:0 .55rem}.pagination-btn.is-active,.pagination-btn:hover:not(:disabled){background:var(--primary);border-color:var(--primary);color:#fff}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-gap{text-align:center;min-width:20px;color:var(--text-muted)}.pagination-bar.catalog{background:0 0;border:0;justify-content:center;margin-top:2.25rem;padding:0}.pagination-bar.catalog .pagination{justify-content:center}.pagination-bar.catalog .pagination-btn,.pagination-bar.catalog .pagination-gap{min-width:42px;height:42px}@media (width<=720px){.pagination-bar{justify-content:center}.pagination{justify-content:center;width:100%}}.modal-backdrop{-webkit-backdrop-filter:blur(8px);z-index:100;background:#121a287a;justify-content:center;align-items:center;padding:2rem 1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-panel{background:var(--surface);border-radius:var(--radius-xl);border:1px solid #e4e9f2d9;width:100%;max-width:560px;margin:auto;animation:.22s cubic-bezier(.22,1,.36,1) modalIn;box-shadow:0 24px 64px #121a282e,0 2px 8px #121a280f}.modal-panel.wide{max-width:720px}@keyframes modalIn{0%{opacity:0;transform:translateY(14px)scale(.97)}to{opacity:1;transform:none}}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.6rem 1.6rem 1rem;display:flex}.modal-header h2{font-size:1.55rem}.modal-subtitle{color:var(--text-secondary);margin-top:.3rem;font-size:.9rem}.modal-header .btn-icon{border-radius:10px;flex-shrink:0}.modal-body{padding:1.25rem 1.6rem 1.75rem}.confirm-backdrop{z-index:120;align-items:center;padding:1.5rem 1rem}.confirm-panel{text-align:center;border:1px solid #e4e9f2e6;max-width:420px;padding:2rem 1.75rem 1.6rem}.confirm-icon{background:var(--danger-soft);width:56px;height:56px;color:var(--danger);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 1.15rem;display:flex;box-shadow:inset 0 0 0 1px #c45c5c1f}.confirm-panel h2{margin-bottom:.45rem;font-size:1.45rem}.confirm-desc{color:var(--text-secondary);max-width:36ch;margin:0 auto;font-size:.95rem;line-height:1.55}.confirm-desc strong{color:var(--text);font-weight:600}.confirm-error{text-align:left;margin:1rem 0 0}.confirm-actions{justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.confirm-actions .btn{min-width:108px}@media (width<=480px){.confirm-actions{flex-direction:column-reverse}.confirm-actions .btn{width:100%}}.field-note{border-radius:var(--radius);background:var(--primary-soft);color:var(--text-secondary);margin:-.15rem 0 .75rem;padding:.7rem .85rem;font-size:.82rem;line-height:1.45}.label-select-grid{flex-wrap:wrap;gap:.55rem;display:flex}.label-chip{border-radius:var(--radius-pill);background:0 0;border:2px solid #0000;padding:.25rem;transition:border-color .15s,background .15s;position:relative}.label-chip.selected{border-color:var(--primary);background:var(--primary-soft)}.label-chip.priority{box-shadow:0 0 0 1px var(--primary-muted)}.label-chip-order{z-index:1;background:var(--primary);color:#fff;text-align:center;border-radius:999px;min-width:16px;height:16px;padding:0 4px;font-size:.65rem;font-weight:700;line-height:16px;position:absolute;top:-6px;left:-4px}.image-add{border-radius:var(--radius);border:1.5px dashed var(--border-strong);width:88px;height:88px;color:var(--text-muted);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;font-size:.75rem;transition:border-color .15s,color .15s,background .15s;display:flex}.products-layout>div{min-width:0}@media (width>=960px){.products-layout .products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}.products-layout .empty-state .btn{margin-top:1.1rem}.table-card{overflow:hidden}.data-table{border-collapse:collapse;width:100%}.data-table th{text-align:left;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border);background:var(--surface-2);padding:1rem 1.25rem;font-size:.7rem;font-weight:600}.data-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:1rem 1.25rem;font-size:.925rem}.data-table tr:last-child td{border-bottom:none}.cell-title{font-weight:600}.cell-sub{color:var(--text-muted);max-width:360px;margin-top:.15rem;font-size:.8rem}.thumb{object-fit:contain;border-radius:var(--radius);border:1px solid var(--border);background:#fff;width:48px;height:48px;padding:4px}.actions-cell{justify-content:flex-end;gap:.4rem;display:flex}.status-pill{border-radius:var(--radius-pill);background:var(--border);color:var(--text-secondary);padding:.2rem .65rem;font-size:.75rem;font-weight:600;display:inline-flex}@media (width<=720px){.data-table th:nth-child(2),.data-table td:nth-child(2),.data-table th:nth-child(3),.data-table td:nth-child(3){display:none}}.gift-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;display:grid}.gift-card{overflow:hidden}.gift-media{aspect-ratio:16/10;background:linear-gradient(135deg,#014bae,#3a6fc4)}.gift-media img{object-fit:cover;width:100%;height:100%}.gift-fallback{color:#fff;height:100%;font-family:var(--font-serif);justify-content:center;align-items:center;font-size:2rem;font-weight:600;display:flex}.gift-body{padding:1.15rem 1.2rem 1.25rem}.gift-body h3{font-family:var(--font-sans);margin-bottom:.35rem;font-size:1.05rem;font-weight:650}.gift-body p{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.5em;margin-bottom:1rem;font-size:.86rem;display:-webkit-box;overflow:hidden}.gift-footer{justify-content:space-between;align-items:center;display:flex}.product-card-actions{gap:.4rem;display:flex}.image-upload-row{flex-wrap:wrap;gap:.75rem;display:flex}.image-thumb{border-radius:var(--radius);border:1px solid var(--border);width:88px;height:88px;position:relative;overflow:hidden}.image-thumb img{object-fit:cover;width:100%;height:100%}.image-remove{color:#fff;background:#1a2332b3;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:absolute;top:4px;right:4px}.image-add{border-radius:var(--radius);border:1.5px dashed var(--border-strong);width:88px;height:88px;color:var(--text-muted);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;font-size:.75rem;display:flex}.image-add:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.color-picker{flex-direction:column;gap:.55rem;display:flex}.color-picker-row{align-items:center;gap:.65rem;display:flex}.color-swatch-input{border-radius:var(--radius);border:1px solid var(--border);cursor:pointer;flex-shrink:0;width:44px;height:44px;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff40}.color-swatch-input input{opacity:0;cursor:pointer;border:none;width:100%;height:100%;padding:0}.color-hex{letter-spacing:.02em;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9rem}.swatch-row{flex-wrap:wrap;gap:.45rem;display:flex}.swatch{border:2px solid #0000;border-radius:50%;width:22px;height:22px;transition:transform .12s,box-shadow .12s;box-shadow:inset 0 0 0 1px #00000014}.swatch:hover{transform:scale(1.12)}.swatch.active{box-shadow:0 0 0 2px var(--surface), 0 0 0 4px var(--primary)}.create-label-card h2{margin-bottom:.35rem;font-size:1.85rem}.create-lead{color:var(--text-secondary);max-width:520px;margin-bottom:1.5rem;font-size:.95rem}.create-fields{flex-direction:column;gap:1.35rem;max-width:640px;display:flex}.color-pickers{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.label-preview-box{border-radius:var(--radius);background:var(--surface-2);border:1px solid var(--border);align-items:center;min-height:64px;padding:1rem 1.15rem;display:flex}.all-labels{margin-top:2.25rem}.all-labels h2{margin-bottom:1.15rem;font-size:1.85rem}.labels-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.label-item-card{flex-direction:column;gap:1.35rem;min-height:120px;padding:1.15rem 1.2rem;display:flex}.label-item-top{align-items:flex-start;display:flex}.label-item-bottom{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.label-count{color:var(--text-muted);font-size:.85rem}.label-item-actions{gap:.35rem;display:flex}@media (width<=700px){.color-pickers{grid-template-columns:1fr}}.hero-card h2,.slides-section h2{margin-bottom:.3rem;font-size:1.7rem}.hero-image-row{flex-wrap:wrap;align-items:flex-start;gap:1rem;display:flex}.hero-images-grid{flex-wrap:wrap;flex:280px;gap:.75rem;display:flex}.hero-preview{border-radius:var(--radius);border:1px solid var(--border);width:160px;position:relative;overflow:hidden}.hero-preview .status-pill{z-index:1;position:absolute;top:8px;left:8px}.hero-preview.is-disabled img{opacity:.42;filter:grayscale(.25)}.hero-preview__actions{z-index:1;gap:.25rem;display:flex;position:absolute;bottom:6px;right:6px}.hero-preview__actions .btn-icon{width:28px;height:28px;color:var(--text);border:1px solid var(--border);background:#ffffffeb;border-radius:50%}.hero-preview__actions .btn-icon:disabled{opacity:.4;cursor:not-allowed}.hero-preview .image-remove-abs{position:static}.hero-image-controls{flex-direction:column;align-items:flex-start;gap:.75rem;min-width:220px;display:flex}.hero-preview.compact{width:120px}.hero-preview img{aspect-ratio:16/10;object-fit:cover;width:100%}.hero-preview .btn{border-radius:0;width:100%}.image-remove-abs{color:#fff;background:#1a2332b3;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:6px;right:6px}.slides-section{margin-top:2.25rem}.showcase-admin{border-top:1px solid var(--border);gap:1.15rem;margin-top:.5rem;padding-top:1.25rem;display:grid}.showcase-admin h3{margin:0;font-size:1.15rem}.showcase-admin__slot{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-2,#f7f8fb);gap:1rem;padding:1rem;display:grid}.showcase-admin__slot-head{justify-content:space-between;align-items:center;gap:1rem;display:flex}.showcase-admin__slot-head h4{margin:0;font-size:1rem}.showcase-product-list{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-2,#f7f8fb);gap:.45rem;max-height:280px;padding:.55rem;display:grid;overflow:auto}.showcase-product-option{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:.65rem;padding:.55rem .65rem;display:grid}.showcase-product-option.is-selected{background:#014bae0f;border-color:#014bae59}.showcase-product-option.is-disabled{opacity:.45;cursor:not-allowed}.showcase-product-option__name{font-size:.9rem;font-weight:600}.showcase-product-option__meta{color:var(--text-muted);font-size:.78rem}.slides-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.15rem;display:grid}.slide-card{overflow:hidden}.slide-media{aspect-ratio:16/9;background:var(--bg-tint)}.slide-media img{object-fit:cover;width:100%;height:100%}.slide-fallback{height:100%;color:var(--text-muted);justify-content:center;align-items:center;font-size:.9rem;display:flex}.slide-body{padding:1.1rem 1.2rem 1.2rem}.slide-title-row{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.4rem;display:flex}.slide-title-row h3{font-family:var(--font-sans);font-size:1.05rem;font-weight:650}.slide-body p{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.9rem;font-size:.86rem;display:-webkit-box;overflow:hidden}.slide-actions{gap:.4rem;display:flex}.status-pill{border-radius:var(--radius-pill);background:var(--border);color:var(--text-secondary);white-space:nowrap;padding:.2rem .65rem;font-size:.72rem;font-weight:600;display:inline-flex}.status-pill.on{color:var(--success);background:#3d8b6e1f}.settings-form{flex-direction:column;gap:1.25rem;display:flex}.settings-form h2{margin-bottom:.3rem;font-size:1.55rem}.section-lead{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.92rem}.section-head-row{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.color-inline{align-items:center;gap:.65rem;display:flex}.color-inline input[type=color]{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);cursor:pointer;width:44px;height:44px;padding:2px}.menu-list{flex-direction:column;gap:1rem;display:flex}.menu-item{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-2);gap:.85rem;padding:1rem;display:grid}.menu-item__href .menu-row{grid-template-columns:1fr auto}.menu-row{grid-template-columns:1fr 1.2fr auto;align-items:center;gap:.65rem;display:grid}.social-list{flex-direction:column;gap:.75rem;display:flex}.social-row{grid-template-columns:150px .9fr 1.3fr auto;align-items:center;gap:.65rem;display:grid}.social-empty{color:var(--text-secondary);margin:0;font-size:.92rem}@media (width<=900px){.social-row{grid-template-columns:1fr 1fr auto}.social-row .select{grid-column:1/-1}}@media (width<=640px){.menu-row,.social-row{grid-template-columns:1fr}.social-row .select{grid-column:auto}.section-head-row{flex-direction:column}}.profile-page{flex-direction:column;gap:1.25rem;max-width:560px;display:flex}.profile-card{flex-direction:column;gap:1.5rem;display:flex}.profile-identity{border-bottom:1px solid var(--border);align-items:center;gap:.9rem;padding-bottom:1.25rem;display:flex}.profile-avatar{background:var(--primary-soft);width:48px;height:48px;color:var(--primary);border-radius:50%;flex-shrink:0;place-items:center;font-size:1.15rem;font-weight:700;display:grid}.profile-name{color:var(--text);font-weight:650}.profile-email{color:var(--text-secondary);font-size:.88rem}.profile-form{flex-direction:column;gap:1rem;display:flex}.field-hint{color:var(--text-muted);margin-top:.35rem;font-size:.82rem}.field-error{color:var(--danger);margin-top:.35rem;font-size:.82rem}.input.is-invalid{border-color:#c45c5c8c}.profile-submit{align-self:flex-start;align-items:center;gap:.5rem;margin-top:.35rem;display:inline-flex}
