.storefront{min-height:100vh;background:radial-gradient(72% 72% at 88% -10%,rgba(114,121,133,.12),transparent 62%),#0b0b0d;color:#e7e8ea}.storefront *{box-sizing:border-box}.storefront button,.storefront input,.storefront select{font:inherit}.storefront svg{width:18px;height:18px;fill:currentColor;flex:0 0 auto}.store-shell{width:min(1180px,calc(100% - 44px));margin:0 auto}.store-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.08);background:#09090be0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.store-header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.store-brand{display:inline-flex;flex-direction:column;gap:3px}.store-brand strong{font-family:Cinzel,serif;color:#f3f3f4;letter-spacing:.23em;text-transform:uppercase;font-size:.98rem;font-weight:500}.store-brand span{color:#858891;font-size:.58rem;letter-spacing:.34em;text-transform:uppercase}.store-nav{display:flex;align-items:center;gap:10px}.store-nav>a,.store-cart-button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:transparent;color:#c8cad0;font-size:.67rem;letter-spacing:.14em;text-transform:uppercase}.store-nav>a:hover,.store-cart-button:hover{border-color:#ffffff45;color:#fff}.store-nav .store-nav-whatsapp{border-color:#72d39647;color:#bfe7cc}.store-cart-button{cursor:pointer}.store-cart-button b{min-width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#eceef0;color:#111216;font-size:.67rem}.store-hero{padding:72px 0 58px;border-bottom:1px solid rgba(255,255,255,.06)}.store-hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);gap:58px;align-items:center}.store-kicker{color:#999ca4;font-size:.68rem;letter-spacing:.32em;text-transform:uppercase}.store-hero-copy h1{max-width:760px;margin:18px 0;font-size:clamp(3rem,6.2vw,5.65rem);line-height:.98;letter-spacing:.015em;font-weight:400}.store-hero-copy>p{max-width:720px;margin:0;color:#a6a8ae;font-size:1rem;line-height:1.75}.store-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.store-trust-row{display:flex;flex-wrap:wrap;gap:20px;margin-top:28px;color:#888b92;font-size:.74rem}.store-trust-row span{display:inline-flex;align-items:center;gap:8px}.store-trust-row span:before{content:"";width:6px;height:6px;border-radius:50%;background:#d8dbe0;opacity:.7}.store-hero-panel{padding:30px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:linear-gradient(150deg,#ffffff0e,#ffffff05);box-shadow:0 30px 70px #00000038}.store-hero-panel>span{color:#8f929a;font-size:.66rem;letter-spacing:.28em;text-transform:uppercase}.store-hero-panel ol{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:6px}.store-hero-panel li{display:grid;grid-template-columns:34px 1fr;gap:14px;align-items:start;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.07)}.store-hero-panel li:last-child{border-bottom:0}.store-hero-panel li>b{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:50%;color:#bbbfc6;font-size:.72rem}.store-hero-panel strong{display:block;color:#eceef0;font-size:.88rem;font-weight:600}.store-hero-panel small{display:block;margin-top:5px;color:#8f929a;font-size:.76rem;line-height:1.45}.store-btn{min-height:44px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;border:1px solid transparent;cursor:pointer;text-transform:uppercase;letter-spacing:.12em;font-size:.67rem;font-weight:700;transition:transform .18s ease,opacity .18s ease,border-color .18s ease,background .18s ease}.store-btn:hover{transform:translateY(-1px)}.store-btn:disabled{cursor:not-allowed;opacity:.45;transform:none}.store-btn-primary{background:linear-gradient(105deg,#8e9197,#eceef0 33%,#aeb2b9 58%,#f5f6f7 80%,#8d9096);color:#101115}.store-btn-whatsapp{border-color:#5bcb8457;background:#31aa6017;color:#c6efd4}.store-section{padding:68px 0}.store-featured-section{border-bottom:1px solid rgba(255,255,255,.055)}.store-section-head{display:flex;justify-content:space-between;align-items:end;gap:22px;margin-bottom:26px}.store-section-head h2{margin:9px 0 0;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:400}.store-section-head>a{color:#aeb1b7;font-size:.75rem}.store-section-head p{margin:7px 0 0;color:#7f828a;font-size:.82rem}.store-featured-grid,.store-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.store-product-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#121215;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.store-product-card:hover{transform:translateY(-3px);border-color:#ffffff30;box-shadow:0 24px 50px #00000047}.store-card-image{position:relative;width:100%;aspect-ratio:1 / 1;padding:0;border:0;overflow:hidden;background:#f4f4f2;cursor:pointer}.store-card-image>img{width:100%;height:100%;object-fit:contain;transition:transform .35s ease}.store-product-card:hover .store-card-image>img{transform:scale(1.025)}.store-featured-badge{position:absolute;z-index:2;left:13px;top:13px;padding:7px 10px;border-radius:999px;background:#0d0d0fd1;color:#eceef0;font-size:.58rem;letter-spacing:.15em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.store-product-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#22242a,#15161a);color:#d5d7dc}.store-product-placeholder span{width:64px;height:64px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.13);border-radius:50%;font-family:Cinzel,serif;font-size:1.25rem}.store-card-content{flex:1;display:flex;flex-direction:column;padding:18px}.store-card-meta{min-height:20px;display:flex;justify-content:space-between;gap:10px;color:#858891;font-size:.59rem;letter-spacing:.14em;text-transform:uppercase}.store-card-meta span:last-child{text-align:right}.store-card-title{margin:9px 0 0;padding:0;border:0;background:none;color:#eff0f2;font-family:Cinzel,serif;text-align:left;font-size:1.13rem;line-height:1.3;cursor:pointer}.store-card-description{margin:9px 0 0;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#8f9298;font-size:.76rem;line-height:1.5}.store-card-purchase{margin-top:auto;padding-top:18px}.store-single-variant{min-height:34px;display:inline-flex;align-items:center;padding:0 11px;border-radius:9px;border:1px solid rgba(255,255,255,.1);color:#b8bbc1;font-size:.68rem}.store-variant-select{display:grid;gap:6px}.store-variant-select>span,.store-field-label{color:#7f8289;font-size:.58rem;letter-spacing:.15em;text-transform:uppercase}.store-variant-select select,.store-sort{width:100%;min-height:38px;padding:0 34px 0 11px;border:1px solid rgba(255,255,255,.11);border-radius:10px;background:#18191d;color:#d8dade;outline:none;font-size:.72rem}.store-price-row{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-top:16px}.store-price-row strong{display:block;color:#f0f1f2;font-size:.95rem}.store-price-row span{display:block;margin-top:4px;font-size:.64rem}.store-price-row .is-stock{color:#83b895}.store-price-row .is-out{color:#bd7d7d}.store-link-button{padding:0;border:0;background:none;color:#95989f;font-size:.65rem;cursor:pointer;text-decoration:underline;text-underline-offset:4px}.store-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:16px}.store-card-actions .store-btn{min-height:40px;padding:0 10px;font-size:.59rem}.store-catalog-section{padding-top:74px}.store-catalog-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:12px;align-items:stretch}.store-search{min-height:50px;display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:12px;padding:0 16px;border:1px solid rgba(255,255,255,.11);border-radius:13px;background:#141519;color:#757880}.store-search svg{width:17px}.store-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:#e8e9eb}.store-search input::placeholder{color:#71747b}.store-search>span{color:#6f7279;font-size:.66rem;white-space:nowrap}.store-sort{min-height:50px;padding-left:14px}.store-category-row{display:flex;gap:8px;overflow-x:auto;padding:14px 0 26px;scrollbar-width:none}.store-category-row::-webkit-scrollbar{display:none}.store-category-row button{flex:0 0 auto;min-height:34px;padding:0 13px;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:transparent;color:#a7aab0;cursor:pointer;font-size:.67rem}.store-category-row button.is-active{border-color:transparent;background:#e7e9eb;color:#111216}.store-loading-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.store-skeleton{height:430px;border-radius:18px;background:linear-gradient(100deg,#131418 15%,#1c1d22,#131418 55%);background-size:220% 100%;animation:store-shimmer 1.3s infinite}@keyframes store-shimmer{to{background-position-x:-220%}}.store-empty-state{min-height:300px;display:grid;place-items:center;align-content:center;gap:12px;padding:40px;border:1px dashed rgba(255,255,255,.12);border-radius:18px;text-align:center}.store-empty-state h3{margin:0;font-size:1.45rem}.store-empty-state p{max-width:520px;margin:0;color:#888b92}.store-empty-state>div{display:flex;gap:10px;margin-top:6px}.store-cta-section{padding:20px 0 78px}.store-cta-box{display:flex;align-items:center;justify-content:space-between;gap:34px;padding:34px 38px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:linear-gradient(125deg,#ffffff0e,#ffffff04)}.store-cta-box h2{margin:8px 0 7px;font-size:2rem;font-weight:400}.store-cta-box p{margin:0;color:#93969d}.store-footer{border-top:1px solid rgba(255,255,255,.07);padding:30px 0}.store-footer .store-shell{display:flex;align-items:center;justify-content:space-between;gap:22px}.store-footer p,.store-footer>div>a{color:#74777e;font-size:.72rem}.store-footer>div>a{text-decoration:underline;text-underline-offset:4px}.store-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:24px;background:#000000c2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:store-fade .16s ease}@keyframes store-fade{0%{opacity:0}}.store-close{width:42px;height:42px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.13);border-radius:50%;background:#101013c7;color:#d7d9dc;cursor:pointer;font-size:1.35rem}.store-product-modal{position:relative;width:min(1000px,100%);max-height:min(820px,calc(100vh - 48px));display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:#111216;box-shadow:0 35px 90px #0009}.store-product-modal>.store-close{position:absolute;z-index:4;right:18px;top:18px}.store-modal-media{min-height:560px;display:grid;place-items:center;padding:28px;background:#f4f4f1}.store-modal-media>img{width:100%;height:100%;max-height:620px;object-fit:contain}.store-modal-content{overflow-y:auto;padding:46px 42px 36px}.store-modal-content h2{margin:10px 0;padding-right:44px;font-size:clamp(2rem,4vw,3.1rem);font-weight:400;line-height:1.05}.store-modal-description{margin:0;color:#a0a3a9;line-height:1.7}.store-notes{margin-top:22px}.store-notes>span{color:#7f8289;font-size:.61rem;letter-spacing:.16em;text-transform:uppercase}.store-notes>div{display:flex;flex-wrap:wrap;gap:7px;margin-top:9px}.store-notes small{padding:7px 10px;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#b7bac0}.store-modal-variants{margin-top:28px}.store-variant-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:10px}.store-variant-options button{min-width:0;display:grid;gap:4px;padding:13px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#17181c;color:#c7c9ce;text-align:left;cursor:pointer}.store-variant-options button.is-selected{border-color:#d8dadd;background:#202126;box-shadow:inset 0 0 0 1px #ffffff1f}.store-variant-options span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.71rem}.store-variant-options strong{color:#f0f1f2;font-size:.8rem}.store-variant-options small{color:#7d8087;font-size:.62rem}.store-modal-buybar{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-top:24px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08)}.store-modal-price span{display:block;color:#7e8188;font-size:.6rem;letter-spacing:.15em;text-transform:uppercase}.store-modal-price strong{display:block;margin-top:5px;color:#f1f2f3;font-size:1.35rem}.store-quantity{display:inline-grid;grid-template-columns:36px 38px 36px;min-height:38px;border:1px solid rgba(255,255,255,.12);border-radius:999px;overflow:hidden}.store-quantity button{border:0;background:transparent;color:#dddfe2;cursor:pointer;font-size:1rem}.store-quantity button:disabled{opacity:.3}.store-quantity span{display:grid;place-items:center;color:#e6e7e9;font-size:.76rem}.store-modal-actions{display:grid;grid-template-columns:1fr 1.2fr;gap:9px;margin-top:20px}.store-cart-overlay{place-items:stretch end;padding:0}.store-cart{width:min(440px,100%);height:100%;display:grid;grid-template-rows:auto 1fr auto;background:#101115;border-left:1px solid rgba(255,255,255,.12);box-shadow:-28px 0 70px #00000070;animation:store-slide .22s ease}@keyframes store-slide{0%{transform:translate(35px);opacity:.6}}.store-cart-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px 22px;border-bottom:1px solid rgba(255,255,255,.08)}.store-cart-header h2{margin:5px 0 0;font-size:1.6rem;font-weight:400}.store-cart-body{min-height:0;overflow-y:auto;padding:6px 22px}.store-cart-item{display:grid;grid-template-columns:84px 1fr;gap:14px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.075)}.store-cart-thumb{width:84px;height:84px;overflow:hidden;border-radius:11px;background:#f2f2ef}.store-cart-thumb img{width:100%;height:100%;object-fit:contain}.store-cart-item-info{min-width:0}.store-cart-item-info>span{display:block;color:#7d8087;font-size:.57rem;letter-spacing:.13em;text-transform:uppercase}.store-cart-item-info>strong{display:block;margin-top:3px;color:#e8e9eb;font-size:.86rem}.store-cart-item-info>small{display:block;margin-top:4px;color:#858890;font-size:.66rem}.store-cart-item-info>b{display:block;margin-top:8px;color:#d8dade;font-size:.78rem}.store-cart-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:9px}.store-quantity.small{grid-template-columns:29px 31px 29px;min-height:31px}.store-remove,.store-clear-cart{padding:0;border:0;background:none;color:#8c8f96;cursor:pointer;font-size:.62rem;text-decoration:underline;text-underline-offset:4px}.store-cart-footer{padding:19px 22px 24px;border-top:1px solid rgba(255,255,255,.08);background:#111216}.store-cart-total{display:flex;justify-content:space-between;align-items:baseline;gap:18px}.store-cart-total span{color:#9699a0;font-size:.72rem}.store-cart-total strong{color:#f2f3f4;font-family:Cinzel,serif;font-size:1.35rem}.store-cart-footer p{margin:9px 0 14px;color:#71747b;font-size:.65rem;line-height:1.45}.store-checkout{width:100%;min-height:49px}.store-clear-cart{display:block;margin:13px auto 0}.store-empty-cart{min-height:70vh;display:grid;place-items:center;align-content:center;text-align:center;padding:30px 12px}.store-empty-icon{width:58px;height:58px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#9c9fa6}.store-empty-icon svg{width:24px;height:24px}.store-empty-cart h3{margin:17px 0 7px;font-size:1.35rem}.store-empty-cart p{max-width:300px;margin:0 0 18px;color:#80838a;font-size:.75rem;line-height:1.55}.store-floating-cart{position:fixed;right:22px;bottom:22px;z-index:60;min-width:270px;display:none;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:11px 14px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:#e8eaecf5;color:#111216;box-shadow:0 18px 50px #00000061;cursor:pointer}.store-floating-cart>span{position:relative;display:grid;place-items:center;width:36px;height:36px}.store-floating-cart>span b{position:absolute;right:-5px;top:-6px;min-width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:#111216;color:#fff;font-size:.57rem}.store-floating-cart div{display:grid;text-align:left}.store-floating-cart small{color:#63666d;font-size:.57rem;letter-spacing:.12em;text-transform:uppercase}.store-floating-cart strong{font-size:.79rem}.store-floating-cart i{font-style:normal;font-size:.65rem}.store-toast{position:fixed;z-index:140;left:50%;bottom:24px;transform:translate(-50%);max-width:calc(100% - 32px);padding:12px 16px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#e9ebed;color:#111216;box-shadow:0 18px 45px #00000059;font-size:.7rem}@media (max-width: 1040px){.store-featured-grid,.store-product-grid,.store-loading-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-hero-grid{grid-template-columns:1fr .72fr;gap:34px}.store-hero-copy h1{font-size:clamp(3rem,7vw,4.7rem)}}@media (max-width: 820px){.store-shell{width:min(100% - 30px,720px)}.store-header-inner{min-height:68px}.store-nav>a:first-child{display:none}.store-nav-whatsapp{width:40px;padding:0!important}.store-nav-whatsapp svg{margin:0}.store-nav-whatsapp{font-size:0!important}.store-hero{padding:48px 0 44px}.store-hero-grid{grid-template-columns:1fr}.store-hero-panel{padding:22px}.store-featured-grid,.store-product-grid,.store-loading-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-catalog-toolbar{grid-template-columns:1fr}.store-search>span{display:none}.store-sort{width:100%}.store-cta-box{align-items:start;flex-direction:column}.store-product-modal{grid-template-columns:1fr;overflow-y:auto}.store-modal-media{min-height:330px;height:42vh;padding:20px}.store-modal-content{overflow:visible;padding:28px 24px 30px}.store-footer .store-shell{align-items:start;flex-direction:column}}@media (max-width: 560px){.store-shell{width:calc(100% - 24px)}.store-header-inner{gap:10px}.store-brand strong{font-size:.8rem;letter-spacing:.18em}.store-brand span{font-size:.5rem;letter-spacing:.23em}.store-nav{gap:7px}.store-cart-button{min-height:38px;padding:0 11px}.store-cart-button>span{display:none}.store-hero-copy h1{font-size:clamp(2.75rem,14vw,4.1rem)}.store-hero-copy>p{font-size:.9rem;line-height:1.65}.store-hero-actions{display:grid;grid-template-columns:1fr}.store-hero-actions .store-btn{width:100%}.store-trust-row{display:grid;gap:10px}.store-hero-panel{margin-top:4px}.store-section{padding:52px 0}.store-section-head{align-items:start}.store-section-head>a{display:none}.store-featured-grid,.store-product-grid,.store-loading-grid{grid-template-columns:1fr;gap:14px}.store-product-card{display:grid;grid-template-columns:41% 59%;min-height:230px}.store-card-image{aspect-ratio:auto;min-height:100%}.store-card-content{padding:14px}.store-card-meta{display:block;min-height:0}.store-card-meta span:last-child{display:block;margin-top:3px;text-align:left}.store-card-title{font-size:1rem}.store-card-description{display:none}.store-card-purchase{padding-top:12px}.store-single-variant{min-height:29px;padding:0 8px;font-size:.61rem}.store-variant-select>span{display:none}.store-variant-select select{min-height:34px;font-size:.65rem}.store-price-row{margin-top:11px}.store-link-button{display:none}.store-price-row strong{font-size:.86rem}.store-card-actions{gap:6px;margin-top:11px}.store-card-actions .store-btn{min-height:36px;font-size:0;padding:0 8px}.store-card-actions .store-btn svg{width:18px;height:18px}.store-featured-badge{left:8px;top:8px;padding:6px 8px;font-size:.5rem}.store-cta-section{padding-bottom:94px}.store-cta-box{padding:25px 20px}.store-cta-box h2{font-size:1.6rem}.store-overlay{padding:0;place-items:stretch}.store-product-modal{width:100%;height:100%;max-height:none;border:0;border-radius:0}.store-product-modal>.store-close{right:14px;top:14px}.store-modal-media{height:44vh;min-height:310px}.store-modal-content{padding:24px 18px 34px}.store-modal-content h2{font-size:2rem}.store-variant-options,.store-modal-actions{grid-template-columns:1fr}.store-cart{width:100%;border-left:0}.store-floating-cart{left:12px;right:12px;bottom:12px;min-width:0;display:grid}.store-toast{bottom:82px}}.catalog-admin-main{padding:34px 0 56px}.catalog-admin-shell{display:grid;gap:22px}.catalog-admin-topbar{display:flex;align-items:flex-end;justify-content:space-between;gap:22px}.catalog-admin-topbar h1{margin:8px 0 6px;font-size:clamp(2rem,4vw,3.25rem);line-height:1.04}.catalog-admin-topbar p{margin:0;max-width:700px;color:var(--muted);line-height:1.7}.admin-user-pill{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 14px;border:1px solid var(--line);border-radius:999px;color:var(--silver-lo);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase}.admin-user-pill:before{content:"";width:7px;height:7px;border-radius:50%;background:#8ec7a5;box-shadow:0 0 0 4px #8ec7a517}.catalog-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.catalog-stat-card{min-height:116px;padding:19px 20px;border:1px solid rgba(201,205,211,.12);border-radius:15px;background:#141417b8;box-shadow:0 14px 34px #00000038}.catalog-stat-card span{display:block;color:var(--silver-lo);font-size:.68rem;letter-spacing:.18em;text-transform:uppercase}.catalog-stat-card strong{display:block;margin-top:13px;color:var(--silver-hi);font-family:Cinzel,serif;font-size:1.7rem;font-weight:500}.catalog-panel{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#141417c7;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.catalog-toolbar-pro{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px;border-bottom:1px solid rgba(201,205,211,.09)}.catalog-search-wrap{position:relative;flex:1;max-width:680px}.catalog-search-wrap:before{content:"⌕";position:absolute;left:15px;top:50%;transform:translateY(-50%);color:var(--silver-lo);font-size:1.05rem;pointer-events:none}.catalog-search-wrap .lux-input{padding-left:42px}.catalog-result-count{white-space:nowrap;color:var(--silver-lo);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.catalog-list-head,.catalog-product-row{display:grid;grid-template-columns:minmax(260px,1.7fr) minmax(180px,1fr) 140px 90px 105px 150px;gap:18px;align-items:center}.catalog-list-head{padding:13px 20px;border-bottom:1px solid rgba(201,205,211,.08);color:var(--silver-lo);font-size:.64rem;letter-spacing:.16em;text-transform:uppercase}.catalog-product-row{padding:16px 20px;border-bottom:1px solid rgba(201,205,211,.075);transition:background .18s ease}.catalog-product-row:last-child{border-bottom:0}.catalog-product-row:hover{background:#c9cdd306}.catalog-product-main{display:flex;align-items:center;min-width:0;gap:14px}.catalog-product-thumb{flex:0 0 auto;width:64px;height:64px;overflow:hidden;display:grid;place-items:center;border:1px solid rgba(201,205,211,.12);border-radius:13px;background:#c9cdd30b}.catalog-product-thumb img{width:100%;height:100%;object-fit:contain;background:#f3f3f3}.catalog-product-thumb span{color:var(--silver-lo);font-family:Cinzel,serif;font-size:1.1rem}.catalog-product-copy{min-width:0}.catalog-product-brand{display:block;margin-bottom:5px;color:var(--silver-lo);font-size:.66rem;letter-spacing:.14em;text-transform:uppercase}.catalog-product-copy strong{display:block;overflow:hidden;color:var(--silver-hi);font-size:.93rem;text-overflow:ellipsis;white-space:nowrap}.catalog-product-copy small{display:block;margin-top:5px;color:var(--muted);font-size:.72rem}.catalog-variant-summary{display:flex;gap:6px;flex-wrap:wrap}.catalog-price{color:var(--silver-hi);font-size:.9rem;font-weight:600}.catalog-stock{display:flex;flex-direction:column;gap:4px}.catalog-stock strong{color:var(--silver-hi);font-size:.92rem}.catalog-stock small{color:var(--silver-lo);font-size:.66rem}.status-badge.is-active{border-color:#8ec7a538;background:#8ec7a514;color:#bce1c9}.status-badge.is-inactive{border-color:#e0a0a02e;background:#e0a0a00f;color:#dca8a8}.catalog-row-actions{display:flex;justify-content:flex-end;gap:8px}.btn-danger-subtle{border:1px solid rgba(224,160,160,.2);color:#dca8a8}.btn-danger-subtle:hover{border-color:#e0a0a061;background:#e0a0a012}.catalog-empty,.catalog-loading{display:grid;place-items:center;min-height:270px;padding:34px;text-align:center}.catalog-empty h3,.catalog-loading h3{margin:0 0 8px;font-size:1.1rem}.catalog-empty p,.catalog-loading p{margin:0 0 18px;max-width:440px;color:var(--muted);line-height:1.6}.modal-backdrop-pro{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:24px;background:#050507c7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-editor-modal{width:min(1180px,100%);max-height:calc(100vh - 48px);overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(201,205,211,.16);border-radius:20px;background:#121215;box-shadow:0 32px 90px #000000b8}.product-editor-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:21px 24px;border-bottom:1px solid rgba(201,205,211,.1)}.product-editor-header h2{margin:5px 0 0;font-size:1.38rem}.product-editor-header p{margin:5px 0 0;color:var(--muted);font-size:.78rem}.modal-close-button{width:40px;height:40px;flex:0 0 auto;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--silver);font-size:1.25rem;line-height:1}.product-editor-form{min-height:0;display:flex;flex:1;flex-direction:column}.product-editor-body{min-height:0;overflow-y:auto;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(330px,.75fr);gap:18px;padding:20px 24px 24px}.editor-column{display:grid;align-content:start;gap:18px}.editor-section-card{padding:20px;border:1px solid rgba(201,205,211,.1);border-radius:16px;background:#c9cdd306}.editor-section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:17px}.editor-section-title h3{margin:5px 0 0;font-size:1.02rem}.editor-section-title p{margin:6px 0 0;color:var(--muted);font-size:.75rem;line-height:1.5}.editor-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.editor-form-grid .is-full{grid-column:1 / -1}.form-help{color:var(--silver-lo);font-size:.68rem;line-height:1.45}.editor-dropzone{position:relative;min-height:155px;display:grid;place-items:center;padding:20px;border:1px dashed rgba(201,205,211,.3);border-radius:15px;background:#c9cdd306;text-align:center;transition:.18s ease}.editor-dropzone:hover{border-color:#c9cdd37a;background:#c9cdd30b}.editor-dropzone strong{display:block;color:var(--silver-hi);font-size:.88rem}.editor-dropzone span{display:block;margin-top:7px;color:var(--muted);font-size:.72rem;line-height:1.55}.file-input-hidden{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.editor-image-preview{overflow:hidden;margin-top:12px;border:1px solid rgba(201,205,211,.11);border-radius:15px;background:#f1f1f1}.editor-image-preview img{width:100%;height:300px;object-fit:contain}.editor-image-preview-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:#17171a;color:var(--muted);font-size:.7rem}.editor-variants-list{display:grid;gap:12px}.editor-variant-card{padding:16px;border:1px solid rgba(201,205,211,.1);border-radius:14px;background:#c9cdd306}.editor-variant-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.editor-variant-title{display:flex;align-items:center;gap:9px}.editor-variant-title strong{color:var(--silver-hi);font-size:.82rem}.default-chip{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border:1px solid rgba(201,205,211,.14);border-radius:999px;color:var(--silver-lo);font-size:.58rem;letter-spacing:.1em;text-transform:uppercase}.variant-option-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.option-tile,.publish-option{display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer}.option-tile{min-height:44px;padding:0 13px;border:1px solid rgba(201,205,211,.1);border-radius:12px;background:#c9cdd306;color:var(--text);font-size:.72rem}.option-tile input,.publish-option input{accent-color:#d9dce0}.publish-options{display:grid;gap:10px}.publish-option{padding:14px 15px;border:1px solid rgba(201,205,211,.1);border-radius:13px;background:#c9cdd306}.publish-option-copy strong{display:block;color:var(--silver-hi);font-size:.78rem}.publish-option-copy span{display:block;margin-top:4px;color:var(--muted);font-size:.68rem;line-height:1.45}.product-editor-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 24px;border-top:1px solid rgba(201,205,211,.1);background:#121215f5}.product-editor-footer-note{color:var(--silver-lo);font-size:.7rem}.product-editor-footer-actions{display:flex;gap:10px}.confirm-modal{width:min(440px,100%);padding:24px;border:1px solid rgba(201,205,211,.14);border-radius:18px;background:#151518;box-shadow:0 30px 80px #000000b3}.confirm-modal h3{margin:8px 0 10px;font-size:1.18rem}.confirm-modal p{margin:0;color:var(--muted);line-height:1.6;font-size:.78rem}.confirm-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.toast-pro{position:fixed;right:22px;bottom:22px;z-index:150;max-width:min(420px,calc(100vw - 44px));padding:13px 16px;border:1px solid rgba(201,205,211,.16);border-radius:13px;background:#17171af5;box-shadow:0 18px 50px #00000080;color:var(--text);font-size:.76rem}.toast-pro.is-error{border-color:#e0a0a047;color:#efc0c0}@media (max-width: 1180px){.catalog-list-head,.catalog-product-row{grid-template-columns:minmax(240px,1.6fr) minmax(170px,1fr) 130px 90px 130px}.catalog-list-head>:nth-child(4),.catalog-product-row>:nth-child(4){display:none}}@media (max-width: 900px){.catalog-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-list-head{display:none}.catalog-product-row{grid-template-columns:1fr auto;gap:12px 16px;align-items:start}.catalog-product-main{grid-column:1 / -1}.catalog-product-row>:nth-child(2),.catalog-product-row>:nth-child(3),.catalog-product-row>:nth-child(4),.catalog-product-row>:nth-child(5){display:flex}.catalog-product-row>:nth-child(2):before{content:"Presentaciones"}.catalog-product-row>:nth-child(3):before{content:"Precio"}.catalog-product-row>:nth-child(4):before{content:"Stock"}.catalog-product-row>:nth-child(5):before{content:"Estado"}.catalog-product-row>:nth-child(2),.catalog-product-row>:nth-child(3),.catalog-product-row>:nth-child(4),.catalog-product-row>:nth-child(5){flex-direction:column;gap:6px}.catalog-product-row>:nth-child(2):before,.catalog-product-row>:nth-child(3):before,.catalog-product-row>:nth-child(4):before,.catalog-product-row>:nth-child(5):before{color:var(--silver-lo);font-size:.58rem;letter-spacing:.13em;text-transform:uppercase}.catalog-row-actions{grid-column:1 / -1;justify-content:flex-start}.product-editor-body{grid-template-columns:1fr}}@media (max-width: 700px){.catalog-admin-main{padding-top:24px}.catalog-admin-topbar,.catalog-toolbar-pro,.product-editor-footer{align-items:stretch;flex-direction:column}.catalog-admin-topbar .btn,.catalog-toolbar-pro .btn,.product-editor-footer-actions,.product-editor-footer-actions .btn{width:100%}.catalog-toolbar-pro{padding:16px}.catalog-result-count{white-space:normal}.catalog-product-row{padding:16px}.catalog-stat-grid{gap:10px}.catalog-stat-card{min-height:98px;padding:15px}.catalog-stat-card strong{font-size:1.4rem}.modal-backdrop-pro{padding:0;align-items:end}.product-editor-modal{width:100%;max-height:96vh;border-radius:20px 20px 0 0}.product-editor-header,.product-editor-body,.product-editor-footer{padding-left:16px;padding-right:16px}.editor-form-grid{grid-template-columns:1fr}.editor-form-grid .is-full{grid-column:auto}.editor-image-preview img{height:240px}.confirm-modal-actions{flex-direction:column-reverse}.confirm-modal-actions .btn{width:100%}}:root{--black: #0c0c0e;--coal: #141417;--coal-2: #1b1b1f;--line: rgba(201, 205, 211, .16);--silver: #c9cdd3;--silver-hi: #edeef0;--silver-lo: #8b8f96;--muted: #9a9ca2;--text: #d8dadd;--r: 16px;--metal: linear-gradient(105deg, #8e9197 0%, #e9eaec 28%, #b9bcc2 50%, #f2f3f4 72%, #90939a 100%);--shadow: 0 18px 44px rgba(0, 0, 0, .55)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Montserrat,sans-serif;background:radial-gradient(90% 100% at 80% -8%,#232328 0%,transparent 58%),radial-gradient(64% 80% at 6% 112%,#1a1a1e 0%,transparent 55%),var(--black);color:var(--text)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}button{cursor:pointer}.wrap{max-width:1260px;margin:0 auto;padding:0 22px}.admin-page{min-height:100vh}.lux-header{position:sticky;top:0;z-index:30;background:#0c0c0ee0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:74px;gap:20px}.lux-brand{display:flex;flex-direction:column;gap:4px}.lux-brand-title,h1,h2,h3{font-family:Cinzel,serif;font-weight:500;color:var(--silver-hi);letter-spacing:.04em}.lux-brand-title{font-size:1.05rem;letter-spacing:.22em}.lux-brand-sub{font-size:.62rem;text-transform:uppercase;letter-spacing:.36em;color:var(--silver-lo)}.lux-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 18px;border-radius:999px;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:500;transition:.2s;border:0;background:none;color:inherit}.btn:hover{transform:translateY(-1px)}.btn-silver{background:var(--metal);color:#101013;font-weight:700}.btn-ghost{border:1px solid var(--line);color:var(--silver)}.btn-small{min-height:34px;padding:0 14px;font-size:.66rem}.eyebrow{display:inline-block;font-size:.68rem;letter-spacing:.34em;text-transform:uppercase;color:var(--silver-lo);font-weight:500}.panel-glass{background:#141417c7;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.admin-hero,.admin-section,.login-shell{padding:34px 0 30px}.admin-hero-grid,.admin-layout,.login-grid,.cards-grid,.summary-grid,.form-grid-lux,.variant-grid{display:grid;gap:24px}.admin-hero-grid{grid-template-columns:1.15fr .85fr}.admin-layout{grid-template-columns:1.05fr .95fr;align-items:start}.login-grid{grid-template-columns:1fr .9fr;min-height:calc(100vh - 140px);align-items:center}.cards-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px}.hero-copy,.hero-side-panel,.admin-list-panel,.form-panel-lux,.login-copy,.login-panel,.schema-section .panel-glass{padding:28px}.hero-copy h1,.login-copy h1{margin:14px 0 12px;font-size:clamp(2rem,4vw,3.2rem)}.summary-card{background:#c9cdd30d;border:1px solid rgba(201,205,211,.1);border-radius:14px;padding:18px}.summary-card span{display:block;font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;color:var(--silver-lo)}.summary-card strong{display:block;margin-top:8px;font-family:Cinzel,serif;font-size:1.6rem;color:var(--silver-hi)}.hero-list{margin:0;padding:0;list-style:none}.hero-list li{position:relative;padding-left:18px;margin-top:12px;color:var(--muted)}.hero-list li:before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:99px;background:var(--silver)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:18px}.section-head.compact{align-items:center;margin-bottom:14px}.lux-input{width:100%;min-height:46px;padding:12px 16px;border-radius:12px;border:1px solid var(--line);background:#1b1b1fcc;color:var(--text)}.lux-input:focus{outline:none;border-color:var(--silver-lo);box-shadow:0 0 0 3px #c9cdd314}textarea.lux-input{min-height:110px;resize:vertical}.table-wrap{overflow:auto}.lux-table{width:100%;border-collapse:collapse}.lux-table th,.lux-table td{padding:14px 12px;border-bottom:1px solid rgba(201,205,211,.08);text-align:left;vertical-align:top}.lux-table th{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--silver-lo);font-weight:500}.table-empty{text-align:center;color:var(--muted);padding:28px}.table-title{display:flex;flex-direction:column;gap:6px}.table-sub,.hero-copy p,.login-copy p,.section-head p,.product-body p,.dropzone-copy span{color:var(--muted)}.variant-list-inline,.filter-row,.actions-cell,.checkbox-row,.form-actions{display:flex;gap:8px;flex-wrap:wrap}.pill,.status-badge,.filter-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;border:1px solid rgba(201,205,211,.15);background:#c9cdd30f;font-size:.72rem;color:var(--text)}.filter-chip.is-active{background:var(--metal);color:#101013;border-color:transparent}.form-grid-lux{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid-lux.single-column{grid-template-columns:1fr}.form-field{display:grid;gap:8px}.form-field span{font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;color:var(--silver-lo)}.form-field.is-full{grid-column:1 / -1}.media-editor,.variants-editor{margin-top:24px}.dropzone{display:grid;gap:14px;padding:22px;border-radius:16px;border:1px dashed rgba(201,205,211,.3);background:#c9cdd30a}.image-preview{margin-top:14px;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#141417d9}.image-preview img{width:100%;aspect-ratio:4/3;object-fit:cover}.image-preview-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;color:var(--muted)}.variants-container{display:grid;gap:14px}.variant-card,.product-card{border:1px solid rgba(201,205,211,.1);border-radius:16px;background:#c9cdd30a;overflow:hidden}.variant-card{padding:18px}.variant-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.variant-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-card{display:flex;flex-direction:column}.product-media{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#212835,#161b22);border-bottom:1px solid var(--line)}.product-media img{width:100%;height:100%;object-fit:cover}.product-placeholder{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:#d6b36a24;color:var(--silver-hi);font-weight:700}.product-body{display:flex;flex:1;flex-direction:column;gap:12px;padding:18px}.product-topline,.product-footer{display:flex;justify-content:space-between;gap:12px}.product-topline{color:var(--silver-lo);font-size:.76rem;text-transform:uppercase;letter-spacing:.16em}.product-footer span{display:block;color:var(--muted);margin-top:4px}.catalog-toolbar{display:grid;gap:16px;margin-bottom:18px}pre{margin:0;white-space:pre-wrap;word-break:break-word;color:#cfd6de;font-size:.88rem}.login-error{margin:14px 0 0;color:#f0b5b5}.reveal{opacity:0;transform:translateY(26px);animation:rise .7s ease forwards}.reveal:nth-child(2){animation-delay:.08s}@keyframes rise{to{opacity:1;transform:none}}@media (max-width: 1080px){.admin-hero-grid,.admin-layout,.login-grid,.cards-grid{grid-template-columns:1fr}}@media (max-width: 760px){.nav,.section-head,.image-preview-meta{flex-direction:column;align-items:start}.summary-grid,.form-grid-lux,.variant-grid{grid-template-columns:1fr}.lux-actions,.lux-actions .btn,.form-actions .btn{width:100%}}
