.preloader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#2cbf6e;display:grid;place-items:center;animation:preloader-exit .32s ease-in .88s forwards}.preloader__logo{width:min(160px,38vw);height:auto;animation:preloader-logo .82s ease-out forwards;transform-origin:center bottom}@keyframes preloader-logo{0%{transform:translateY(36px);opacity:0}28%{opacity:1}44%{transform:translateY(-8px)}54%{transform:translateY(0)}60%{transform:scaleX(1.18) scaleY(.82)}70%{transform:scaleX(.93) scaleY(1.1)}78%{transform:scaleX(1.04) scaleY(.96)}84%{transform:scale(1)}90%{transform:scale(1.07)}96%{transform:scale(.98)}to{transform:scale(1)}}@keyframes preloader-exit{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.05)}}.home-page{min-height:100vh;width:min(1240px,100% - 2rem);margin:0 auto;padding:1.25rem 0 4rem;transition:background-color .5s ease,color .5s ease}.home-page.is-atelie{--bg-soft: #f5f2ed;--surface: #fcfaf6;--text-main: #2d2926;--text-muted: #6f655e;--border: #d9cec2;--shadow: 0 18px 34px rgba(48, 35, 28, .08);color:var(--text-main)}body{transition:background-color .5s ease,color .5s ease}body.theme-atelie{background:#faf9f6;color:#2d2926}.home-hero,.filters-bar,.product-card,.home-feedback,.home-empty-state,.product-gallery,.product-info{background:var(--surface);border:1px solid var(--border);border-radius:16px}.home-hero,.filters-bar,.home-feedback,.home-empty-state,.product-gallery,.product-info{box-shadow:var(--shadow)}.home-hero{padding:1.5rem}.home-hero__brand-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.home-hero__logo{border:1px solid var(--border);background:var(--bg-soft);border-radius:14px}.home-hero__logo--mobile{width:70px;height:70px;margin:0 auto;display:grid;place-items:center;font-weight:800;letter-spacing:.08em;color:var(--brand)}.home-hero__logo--desktop{display:none;align-items:center;gap:.75rem;width:max-content;padding:.55rem 1rem}.home-hero__logo-mark{background:#0f172a;color:var(--brand);border-radius:9px;padding:.35rem .55rem;font-weight:700}.home-hero__logo-text{font-weight:700}.home-hero.is-atelie .home-hero__logo-mark{background:#1f2937}.store-mode-switch{--switch-pad: .25rem;position:relative;display:grid;grid-template-columns:1fr 1fr;width:max-content;padding:var(--switch-pad);border-radius:999px;border:1px solid var(--border);background:var(--bg-soft);overflow:hidden}.store-mode-switch__indicator{position:absolute;top:var(--switch-pad);left:var(--switch-pad);width:calc(50% - var(--switch-pad));height:calc(100% - (var(--switch-pad) * 2));border-radius:999px;border:1px solid #33c975;background:#45de8a;transform:translate(0);transition:transform .3s ease-out}.store-mode-switch__button{position:relative;z-index:1;min-height:44px;border:0;background:transparent;color:var(--text-main);font-weight:700;cursor:pointer}.store-mode-switch__button.is-active{color:#04230f}.home-hero__eyebrow{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:.76rem;font-weight:700;color:var(--brand)}.home-hero h1{margin:.6rem 0;font-size:clamp(2rem,6vw,3.3rem);line-height:1.08}.home-hero__description{margin:0;color:var(--text-muted);max-width:70ch;line-height:1.6}.filters-bar{margin-top:1.2rem;padding:.65rem .75rem;display:flex;flex-direction:column;gap:0;position:sticky;top:.75rem;z-index:20}.filters-bar.is-scrolled{margin-inline:1.25rem}.filters-divider{display:block;width:1px;align-self:stretch;background:var(--border);flex-shrink:0;margin-inline:.2rem;border-radius:1px}.filters-tabs,.subcategories-chips{display:flex;gap:.55rem;overflow-x:auto}.filters-row{display:flex;align-items:center;gap:.75rem;min-height:44px}.filters-row .filters-tabs{flex:1;min-width:0}.filters-tab,.subcategory-chip{min-height:44px;border-radius:999px;border:1px solid var(--border);background:var(--bg-soft);color:var(--text-main);padding:.58rem 1rem;font-weight:600;white-space:nowrap;cursor:pointer}.filters-tab.is-active,.subcategory-chip.is-active{background:var(--brand);border-color:var(--brand);color:#04230f}.filters-scroll-area{position:relative;flex:1;min-width:0}.filters-scroll-area:after{content:"";position:absolute;top:0;right:0;width:3rem;height:100%;background:linear-gradient(to right,transparent,var(--surface));pointer-events:none;z-index:1}.filters-sort-wrapper{position:relative;flex-shrink:0}.filters-sort-display{display:flex;align-items:center;justify-content:center;gap:.4rem;min-height:44px;min-width:44px;border-radius:999px;border:1px solid var(--border);background:var(--bg-soft);color:var(--text-main);padding:.58rem .75rem;font-weight:600;font-size:.875rem;pointer-events:none}.filters-sort-display svg{width:1.1rem;height:1.1rem;fill:var(--text-muted);flex-shrink:0}.filters-sort-label{display:none;white-space:nowrap}.filters-sort{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none}@media (min-width: 840px){.filters-scroll-area:after{display:none}.filters-sort-label{display:inline}.filters-sort-display{padding-inline:1rem}}.filters-secondary{display:flex;flex-direction:column;gap:.5rem}.filters-secondary p{margin:0;color:var(--text-muted);font-size:.9rem}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.w-full{width:100%}.h-full{height:100%}.overflow-hidden{overflow:hidden}.object-cover{object-fit:cover}.products-grid{margin-top:1.2rem;display:grid;gap:1rem;grid-template-columns:1fr}.home-feedback{margin-top:1.2rem;padding:1rem;display:flex;align-items:center;gap:.75rem}.home-feedback p,.home-empty-state p{margin:0;color:var(--text-muted)}.home-feedback--error{border-color:#7f1d1d}.home-feedback--error p{color:#fecaca}.loading-spinner{width:1.3rem;height:1.3rem;border-radius:999px;border:3px solid var(--border);border-top-color:var(--brand);animation:spin .9s linear infinite}.home-empty-state{grid-column:1 / -1;border-style:dashed;padding:1rem}.home-empty-state h2{margin:0 0 .45rem}.skeleton{background:linear-gradient(90deg,#27272a,#3f3f46,#27272a);background-size:220% 100%;animation:skeletonPulse 1.6s ease-in-out infinite;border-radius:10px}.skeleton-card{overflow:hidden}.skeleton-card__media{width:100%;aspect-ratio:4/3;border-radius:0}.skeleton-card__body{padding:1rem;display:grid;gap:.65rem}.skeleton-card__line{height:.8rem}.skeleton-card__line--category{width:38%}.skeleton-card__line--title{width:72%;height:1.05rem}.skeleton-card__tags{display:flex;gap:.42rem}.skeleton-card__line--tag{width:45%}.skeleton-card__line--price{width:32%;height:1rem;margin-top:.2rem}.product-card{overflow:hidden;transition:box-shadow .45s cubic-bezier(.22,1,.36,1),transform .45s cubic-bezier(.22,1,.36,1);box-shadow:0 0 #18181b00}.product-card:hover{box-shadow:0 10px 26px -18px #18181b80,0 4px 12px -10px #18181b59;transform:translateY(-1px)}.product-card__link-wrapper{color:inherit;text-decoration:none;display:block}.product-card__media{aspect-ratio:4/3;position:relative}.product-card__image{width:100%;height:100%;object-fit:cover;display:block}.product-card__badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-wrap:wrap;gap:.45rem}.badge{border-radius:999px;padding:.25rem .6rem;font-size:.75rem;font-weight:700;border:1px solid transparent}.badge--donation{color:#1d5035;background:#b8f8d3}.badge--reserved{color:#fecaca;background:#4c1d1d}.badge--handmade{color:#fde68a;background:#422006}.product-card__body{padding:1rem}.product-card__category,.product-info__category{margin:0;color:var(--brand);font-size:.85rem;font-weight:700}.product-card__title{margin:.45rem 0 .55rem}.product-card__meta{margin:0;padding:0;list-style:none;display:flex;gap:.35rem;flex-wrap:wrap}.product-card__meta li{border-radius:999px;border:1px solid var(--border);background:var(--bg-soft);padding:.2rem .55rem;font-size:.75rem;color:var(--text-muted)}.product-card__footer{margin-top:.8rem;display:flex;align-items:center;justify-content:space-between}.product-card__info-tags{display:flex;flex-wrap:wrap;gap:.42rem;margin:0 0 .7rem}.product-card__tag{border-radius:999px;padding:.2rem .58rem;font-size:.73rem;font-weight:700;border:1px solid transparent;color:var(--text-main)}.product-card__tag.is-sale{background:var(--bg-soft);border-color:var(--border)}.product-card__tag.is-donation{background:var(--bg-soft);border-color:#45de8a}.product-card__tag.is-default{background:var(--bg-soft);border-color:var(--border)}.product-card__tag.is-usage{background:var(--surface);border-color:var(--border);color:var(--text-muted)}.product-card__price,.product-info__price{margin:0;font-size:1.15rem;font-weight:700}.product-card__button{min-height:44px;border-radius:10px;background:var(--bg-soft);border:1px solid var(--border);padding:.55rem .85rem;font-size:.85rem}.product-actions{display:flex;flex-direction:column;gap:.6rem;margin:1.5rem 1rem 1rem}.product-whatsapp-cta,.product-share-button{min-height:44px;border-radius:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1rem;cursor:pointer}.product-whatsapp-cta{border:1px solid var(--brand);background:var(--brand);color:#03210e;text-decoration:none}.product-share-button{border:1px solid var(--border);background:var(--bg-soft);color:var(--text-main)}.product-whatsapp-cta svg,.product-share-button svg{width:1rem;height:1rem;fill:currentColor;flex-shrink:0}.product-whatsapp-cta.is-disabled{pointer-events:none;opacity:.6}.product-page{padding-bottom:5rem}.product-gallery--skeleton,.product-info--skeleton{min-height:420px}.product-skeleton__featured{width:100%;aspect-ratio:4/3}.product-skeleton__thumbs{margin-top:.75rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.product-skeleton__thumb{aspect-ratio:1/1}.product-info--skeleton{display:grid;align-content:start;gap:.75rem}.product-skeleton__line{width:100%;height:.95rem}.product-skeleton__line--category{width:30%}.product-skeleton__line--title{width:75%;height:1.8rem}.product-skeleton__line--price{width:35%;height:1.2rem}.product-skeleton__cta{margin-top:.4rem;width:100%;max-width:260px;min-height:44px}.product-recommendations{margin-top:1.5rem}.product-recommendations h2{margin:0 0 .9rem;font-size:clamp(1.25rem,2vw,1.6rem)}.recommendations-grid{display:grid;gap:1rem;grid-template-columns:1fr}.product-recommendations__empty{margin:0;color:var(--text-muted)}.product-back-link{color:var(--brand);text-decoration:none;min-height:44px;display:inline-flex;align-items:center;margin-bottom:1rem}.product-layout{display:grid;gap:1rem}.product-info{padding:1rem}.product-gallery-mobile{display:flex;overflow-x:auto;gap:.75rem;scroll-snap-type:x mandatory}.product-gallery-mobile__image{border-radius:14px}.product-gallery-mobile__item{flex:0 0 85%;border:0;background:transparent;padding:0;scroll-snap-align:center;border-radius:14px;overflow:hidden}.product-gallery-mobile__item img,.product-gallery-desktop__item img{width:100%;display:block;object-fit:cover}.product-gallery-mobile__item img{aspect-ratio:4/3}.product-gallery-desktop{display:none}.product-gallery{margin-inline:0;padding:1rem}.product-gallery-mobile__item{min-height:20rem;border-radius:14px}.product-gallery-mobile__item img{width:100%;height:100%;aspect-ratio:auto}.recommendations-grid{display:flex;overflow-x:auto;gap:.75rem;scroll-snap-type:x mandatory;padding-bottom:.25rem}.recommendations-grid>*{flex:0 0 75%;scroll-snap-align:start}.product-info h1{margin:.5rem 0;font-size:clamp(1.85rem,4vw,2.5rem)}.product-info__badges{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.8rem}.product-info__description{color:var(--text-muted);line-height:1.6}.product-info__details{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.product-info__details li{border:1px solid var(--border);border-radius:10px;background:var(--bg-soft);padding:.62rem .75rem}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;display:grid;place-items:center;z-index:90;padding:1.5rem}.lightbox-close{position:absolute;top:1rem;right:1rem;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:#00000080;color:#fff;min-height:44px;padding:.4rem .9rem;cursor:pointer}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);border:1px solid rgba(255,255,255,.15);border-radius:10px;background:#00000080;color:#fff;min-height:44px;min-width:44px;display:grid;place-items:center;cursor:pointer;padding:0}.lightbox-nav svg{width:1.5rem;height:1.5rem;fill:currentColor}.lightbox-nav--prev{left:1rem}.lightbox-nav--next{right:1rem}.lightbox-counter{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);color:#ffffffb3;font-size:.85rem;font-weight:600;letter-spacing:.05em}.lightbox-image{max-width:min(92vw,1200px);max-height:84vh;border-radius:12px}.site-footer{border-top:1px solid var(--border);background:#17171a;padding:2rem 1rem}.site-footer__content{width:min(1240px,100% - 2rem);margin:0 auto}.site-footer h2{margin:0}.site-footer p{color:var(--text-muted);max-width:80ch;line-height:1.6}.site-footer__opensource a{color:var(--brand)}.site-footer__social{display:flex;flex-wrap:wrap;gap:.6rem}.site-footer__social a{min-height:44px;border-radius:999px;border:1px solid var(--border);background:var(--bg-soft);text-decoration:none;padding:.55rem .95rem;display:inline-flex;align-items:center;gap:.4rem}.site-footer__social svg{width:1rem;height:1rem;fill:currentColor}@keyframes spin{to{transform:rotate(360deg)}}@keyframes skeletonPulse{0%{background-position:100% 50%}to{background-position:0 50%}}@media (min-width: 720px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.recommendations-grid{display:grid;overflow:visible;grid-template-columns:repeat(2,minmax(0,1fr))}.recommendations-grid>*{flex:initial}}@media (max-width: 979px){.product-gallery{border:none;background:transparent;box-shadow:none;border-radius:0;padding:0;margin-inline:-1rem;width:calc(100% + 2rem)}.product-skeleton__thumbs{display:none}.product-skeleton__featured{aspect-ratio:4/3;min-height:unset}}@media (min-width: 980px){.product-layout{grid-template-columns:1.1fr 1fr;align-items:start}.product-gallery,.product-info{padding:1rem}.product-gallery{margin-inline:0;border:1px solid var(--border);box-shadow:var(--shadow);background:var(--surface)}.product-gallery-mobile{display:none}.product-gallery-desktop{display:grid;gap:.75rem;height:clamp(320px,42vw,520px);grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.product-gallery-desktop__single,.product-gallery-desktop__featured,.product-gallery-desktop__item{width:100%;height:100%;border:0;background:transparent;padding:0;border-radius:12px;position:relative}.product-gallery-desktop__single{grid-column:1 / -1}.product-gallery-desktop__secondary{display:grid;gap:.75rem;grid-template-rows:repeat(var(--secondary-rows, 1),minmax(0,1fr));min-height:0}.product-gallery-desktop__more{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:1.4rem;font-weight:700;color:#fff;background:#00000073}.product-actions{flex-direction:row;flex-wrap:wrap;margin:1.5rem 0 0}.product-whatsapp-cta,.product-share-button{width:max-content;min-width:200px}}@media (min-width: 1100px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.recommendations-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.home-banner{margin-top:1.2rem;border-radius:16px;overflow:hidden;border:1px solid var(--border);background:var(--surface)}.atelier-banner{margin-top:1.2rem;border-radius:16px;border:1px solid var(--border);background:linear-gradient(130deg,#efe6d9,#f7f2ea 45%,#d8c5b0);display:grid;place-items:center;aspect-ratio:1 / 1}.atelier-banner__content{text-align:center;color:#2f241d;padding:1.2rem}.atelier-banner__content p{margin:0;text-transform:uppercase;letter-spacing:.11em;font-size:.78rem;color:#6f5747}.atelier-banner__content h2{margin:.6rem 0 0;font-size:clamp(1.5rem,5vw,2.4rem)}.atelier-manifesto{margin-top:1rem;border-radius:16px;border:1px solid var(--border);background:var(--surface);padding:1.5rem 1.25rem;text-align:center}.atelier-manifesto h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.7rem,5vw,2.2rem)}.atelier-manifesto p{margin:.8rem auto 0;max-width:65ch;color:var(--text-muted);line-height:1.65}.home-banner picture,.home-banner__image,.home-banner__skeleton{width:100%;display:block}.home-banner__image,.home-banner__skeleton{aspect-ratio:1 / 1;object-fit:cover}@media (min-width: 768px){.home-banner__image,.home-banner__skeleton,.atelier-banner{aspect-ratio:4 / 1}}@media (min-width: 840px){.home-hero__brand-row{flex-direction:row;align-items:center;justify-content:space-between}.home-hero__logo--mobile{display:none}.home-hero__logo--desktop{display:inline-flex}.store-mode-switch{width:min(340px,100%)}}body{background:#111216}.theme-wave-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:#faf9f6;transform-origin:bottom;transform:scaleY(0);transition:transform .7s ease-in-out}.theme-wave-layer.is-atelie{transform:scaleY(1)}.home-page,.home-hero,.filters-bar,.product-card,.home-feedback,.home-empty-state,.product-gallery,.product-info,.site-footer{transition:color .45s ease,background-color .45s ease,border-color .45s ease,box-shadow .45s ease}.filters-bar{transition:color .45s ease,background-color .45s ease,border-color .45s ease,box-shadow .45s ease,margin-inline .4s cubic-bezier(.4,0,.2,1)}.home-hero__logo{display:flex;align-items:center;border:none;background:transparent;border-radius:0}.home-hero__logo-img{display:block;height:56px;width:auto;-webkit-user-select:none;user-select:none}.store-mode-switch{--switch-pad: .3rem;width:max-content;max-width:100%;margin-left:auto;padding:var(--switch-pad);gap:0}.store-mode-switch__indicator{top:var(--switch-pad);left:var(--switch-pad);width:calc(50% - var(--switch-pad));height:calc(100% - (var(--switch-pad) * 2))}.store-mode-switch__indicator.is-atelie{transform:translate(100%)}.store-mode-switch__button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:999px;padding:.4rem .68rem}.store-mode-switch__icon{width:1.05rem;height:1.05rem;display:inline-flex}.store-mode-switch__icon svg{width:100%;height:100%;fill:currentColor}.store-mode-switch__label{display:none}.home-page.is-atelie .store-mode-switch__button.is-active .store-mode-switch__icon{color:#1a8f58}.home-page.is-atelie .product-card.is-handmade{border-color:#45de8a;box-shadow:0 0 0 1px #45de8a47}.atelier-manifesto h2{display:inline-block;text-decoration:underline;text-decoration-color:#45de8a;text-underline-offset:.2rem;text-decoration-thickness:2px}.site-footer.is-atelie{background:#f5efe5;border-top-color:#d9cec2;color:#2d2926}.site-footer.is-atelie p{color:#5a5048}.site-footer.is-atelie .site-footer__social a{background:#fcfaf6;border-color:#d9cec2;color:#2d2926}@media (min-width: 840px){.home-hero__logo-img{height:40px}.store-mode-switch{width:min(360px,100%)}.store-mode-switch__button{justify-content:center;padding-inline:1.25rem}.store-mode-switch__label{display:inline;white-space:nowrap}}.login-page,.admin-page{width:min(1240px,calc(100% - 2rem));margin:0 auto;padding:1.2rem 0 3rem;min-height:100vh}.login-page{display:grid;place-items:center}.auth-card,.admin-panel{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow)}.auth-card{width:min(460px,100%);padding:1.35rem}.auth-card__eyebrow,.admin-header__eyebrow{margin:0;color:var(--brand);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700}.auth-card h1,.admin-header h1,.admin-panel h2{margin:.45rem 0}.auth-card__subtitle,.admin-panel__placeholder{margin:0;color:var(--text-muted)}.auth-form,.admin-form{margin-top:1rem;display:flex;flex-direction:column;gap:.55rem}.auth-form label,.admin-form label{font-size:.9rem;color:#e4e4e7;font-weight:600}.auth-form input,.admin-form input,.admin-form textarea,.admin-form select{min-height:44px;border-radius:12px;border:1px solid var(--border);background:var(--bg-soft);color:var(--text-main);font-size:1rem;padding:.65rem .75rem}.admin-form textarea{min-height:110px;resize:vertical}.auth-form button,.admin-form button,.admin-product-card__actions button,.admin-ghost-button{min-height:44px;border-radius:12px;border:1px solid transparent;padding:.65rem 1rem;cursor:pointer;font-weight:700;background:var(--brand);color:#03210e}.auth-form button:disabled,.admin-form button:disabled,.admin-product-card__actions button:disabled{opacity:.65;cursor:wait}.auth-feedback,.admin-feedback{margin:.4rem 0 1rem;border-radius:12px;padding:.75rem .95rem;border:1px solid var(--border);background:var(--bg-soft);color:var(--text-main)}.auth-feedback--error,.admin-feedback--error{border-color:#7f1d1d;color:#fecaca}.admin-feedback--success{border-color:#22543d;color:#bbf7d0}.admin-header{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:.9rem}.admin-ghost-button{border-color:var(--border);background:var(--bg-soft);color:var(--text-main)}.admin-layout{display:grid;gap:1rem;grid-template-columns:1fr}.admin-accordion{width:100%}.admin-accordion__summary{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;border:0;background:transparent;color:var(--text-main);text-align:left;padding:0;cursor:pointer}.admin-accordion__summary span{font-size:1.5rem;color:var(--brand);line-height:1}.admin-accordion__content{margin-top:.9rem}.admin-panel{padding:1rem}.admin-form-grid{display:grid;grid-template-columns:1fr;gap:.75rem}.admin-form-field{display:flex;flex-direction:column;gap:.4rem}.admin-form-field--full{grid-column:1 / -1}.admin-banner-section{margin-bottom:1rem}.admin-section-separator{height:1px;background:#27272a;margin:.5rem 0 1rem}.admin-product-list{list-style:none;padding:0;margin:.8rem 0 0;display:flex;flex-direction:column;gap:.75rem}.admin-product-card{border:1px solid var(--border);border-radius:14px;background:var(--bg-soft);padding:.75rem;display:grid;gap:.6rem;grid-template-columns:84px 1fr}.admin-product-card img{width:84px;height:84px;border-radius:10px;object-fit:cover}.admin-product-card--skeleton{align-items:start}.admin-skeleton__image{width:84px;height:84px;border-radius:10px}.admin-skeleton__line{height:.85rem;margin-bottom:.5rem}.admin-skeleton__line--title{width:80%;height:1rem}.admin-skeleton__line--price{width:42%}.admin-skeleton__badge{width:90px;height:1.4rem;border-radius:999px}.admin-skeleton__button{width:100%;min-height:44px}.admin-product-card__info h3,.admin-product-card__info p{margin:0}.admin-status{margin-top:.35rem;display:inline-block;font-size:.78rem;font-weight:700;padding:.24rem .58rem;border-radius:999px}.admin-status.is-reserved{color:#fecaca;background:#4c1d1d}.admin-status.is-available{color:#bbf7d0;background:#123222}.admin-product-card__actions{grid-column:1 / -1;display:grid;gap:.5rem}.admin-product-card__actions button{background:#3f3f46;color:#fafafa}.admin-product-card__actions .admin-danger-button{background:#7f1d1d;color:#fff}.admin-checkbox{display:flex;align-items:center;gap:.6rem}.admin-checkbox input{width:20px;min-height:20px}@media (min-width: 900px){.admin-product-card{grid-template-columns:84px 1fr auto;align-items:center}.admin-product-card__actions{grid-column:auto;width:220px}}@media (min-width: 768px){.admin-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.admin-form-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.admin-image-upload{margin-top:.25rem;padding:.85rem;border-radius:14px;border:1px dashed var(--border);background:#111827}.admin-image-upload__label{margin:0 0 .55rem;color:#e4e4e7;font-size:.9rem;font-weight:600}.admin-file-input-hidden{display:none}.admin-upload-button{width:100%;background:#27272a!important;color:#fafafa!important;border:1px solid #3f3f46!important}.admin-image-upload__hint{margin:.65rem 0 0;color:var(--text-muted);font-size:.82rem}.admin-image-preview-grid{margin-top:.85rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.7rem}.admin-image-preview{position:relative;border:1px solid #3f3f46;border-radius:10px;overflow:hidden;background:#18181b;cursor:grab}.admin-image-preview.is-dragging{opacity:.6}.admin-image-preview.is-cover{border:2px solid #45de8a;box-shadow:0 0 0 1px #45de8a40}.admin-image-preview img{width:100%;height:95px;object-fit:cover;display:block}.admin-image-preview__badge{position:absolute;top:.35rem;left:.35rem;z-index:1;background:#45de8a;color:#03210e;font-size:.68rem;font-weight:800;padding:.15rem .4rem;border-radius:999px}.admin-image-preview__remove{width:100%;min-height:34px!important;border-radius:0!important;border:0!important;background:#27272a!important;color:#e4e4e7!important;font-size:.74rem}.admin-banner-grid{margin-top:.9rem;display:grid;gap:.9rem}.admin-banner-block{border:1px solid var(--border);border-radius:14px;padding:.75rem;background:#111827}.admin-dropzone{margin-top:.2rem;width:100%;height:12rem;border-radius:12px;border:1px dashed #3f3f46;display:grid;place-items:center;cursor:pointer;overflow:hidden;background:#18181b}.admin-dropzone__text{color:var(--text-muted);font-size:.85rem;text-align:center;padding:.8rem}.admin-dropzone__preview{width:100%;height:100%;max-height:12rem;object-fit:cover}@media (min-width: 860px){.admin-banner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 768px){.auth-form input,.admin-form input,.admin-form textarea,.admin-form select{font-size:.875rem}}.admin-header__brand{display:flex;align-items:center;gap:.8rem}.admin-header__logo{height:36px;width:auto;display:block;-webkit-user-select:none;user-select:none}.admin-header__badge{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);border:1px solid var(--border);padding:.18rem .55rem;border-radius:999px}.admin-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem;margin-bottom:1rem}@media (min-width: 560px){.admin-stats{grid-template-columns:repeat(4,1fr)}}.admin-stat-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:.9rem 1rem;display:flex;flex-direction:column;gap:.3rem}.admin-stat-card__value{font-size:2rem;font-weight:800;line-height:1;color:var(--text-main)}.admin-stat-card__value--available{color:var(--brand)}.admin-stat-card__value--reserved{color:#f87171}.admin-stat-card__label{font-size:.72rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.07em}.admin-tabs{display:flex;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:.3rem;gap:.25rem;margin-bottom:1rem;overflow-x:auto}.admin-tab-button{flex:1;min-height:40px;border:0;background:transparent;color:var(--text-muted);font-weight:600;font-size:.875rem;border-radius:10px;cursor:pointer;padding:.5rem .75rem;white-space:nowrap;transition:background .2s ease,color .2s ease}.admin-tab-button.is-active{background:var(--bg-soft);color:var(--text-main)}.admin-filters{display:flex;flex-direction:column;gap:.65rem;padding-bottom:1rem;margin-bottom:.75rem;border-bottom:1px solid var(--border)}.admin-search{width:100%;min-height:44px;border-radius:12px;border:1px solid var(--border);background:var(--bg-soft);color:var(--text-main);font-size:.9rem;padding:.65rem .75rem;outline:none;transition:border-color .2s ease}.admin-search::placeholder{color:var(--text-muted)}.admin-search:focus{border-color:var(--brand)}.admin-filter-row{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.4rem}.admin-filter-divider{width:1px;height:18px;background:var(--border);border-radius:1px;flex-shrink:0}.admin-chip-group{display:flex;gap:.4rem;flex-wrap:wrap}.admin-chip{min-height:34px;padding:.28rem .8rem;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--text-muted);font-size:.82rem;font-weight:600;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.admin-chip.is-active{background:var(--brand);color:#03210e;border-color:var(--brand)}.admin-results-count{margin:0;font-size:.8rem;color:var(--text-muted)}.admin-product-card__meta{display:flex;align-items:center;gap:.5rem;margin-top:.35rem;flex-wrap:wrap}.admin-status{margin-top:0}.admin-view-count{font-size:.75rem;font-weight:600;color:var(--text-muted)}.admin-danger-button.is-confirm{background:#991b1b!important;color:#fecaca!important}:root{color-scheme:dark;--bg: #18181b;--bg-soft: #27272a;--surface: #1f1f23;--surface-soft: #2a2a31;--text-main: #f4f4f5;--text-muted: #a1a1aa;--brand: #45de8a;--brand-strong: #2cbf6e;--border: #3f3f46;--danger: #ef4444;--shadow: 0 14px 30px rgba(0, 0, 0, .35)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:var(--bg);color:var(--text-main);font-family:Segoe UI,sans-serif}a{color:inherit}
