:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;background:#f2f4f8;color:#111827;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--border: rgba(15, 23, 42, .08);--panel: #ffffff;--muted: #6b7280}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100vh;background:#f2f4f8;overflow-x:hidden}a{color:inherit}button{font-family:inherit}.page{width:100%;margin:0;padding:2.5rem 3rem 4rem;display:flex;flex-direction:column;gap:2rem;overflow-x:hidden}.page--catalog{position:relative}.page--catalog:before{content:"";position:absolute;inset:0 auto auto 0;width:360px;height:360px;background:radial-gradient(circle at center,rgba(249,168,212,.45),transparent 65%);z-index:-1}.page--catalog:after{content:"";position:absolute;inset:40% 0 auto auto;width:260px;height:260px;background:radial-gradient(circle at center,rgba(254,215,170,.4),transparent 65%);z-index:-1}.hero{position:relative;text-align:center;background:linear-gradient(135deg,#fbbf242e,#f973161f);border-radius:0 0 1.25rem 1.25rem;padding:4.5rem 2rem 3rem;display:grid;gap:1.25rem;border:1px solid rgba(249,115,22,.15);border-top:none;margin:-2.5rem -3rem 0}.hero:before{content:"";position:absolute;top:0;left:0;right:0;height:3.5rem;background:linear-gradient(180deg,#fbbf2473,#fbbf2400);opacity:.65;pointer-events:none;border-radius:0 0 40% 40%}.hero:after{content:"";position:absolute;left:50%;bottom:-1.5rem;transform:translate(-50%);width:min(960px,90%);height:3rem;background:radial-gradient(circle at center,rgba(249,168,212,.4),transparent 65%);filter:blur(8px);opacity:.7;pointer-events:none}.hero h1{font-size:3rem;margin:0;letter-spacing:-.02em;color:#b45309}.hero p{margin:0 auto;max-width:540px;color:#7c2d12;font-size:1.1rem}.hero__badge{display:inline-flex;align-self:center;padding:.35rem 1rem;border-radius:999px;font-weight:600;font-size:.9rem;background:#facc1540;color:#854d0e;border:1px solid rgba(251,191,36,.5)}.header{text-align:center}.header h1{margin:0;font-size:2.5rem}.header p{margin-top:.5rem;color:var(--muted)}.status{padding:1rem;border-radius:.5rem;background:#6366f11a;color:#3730a3;text-align:center}.status--error{background:#dc26261a;color:#b91c1c}.layout{display:grid;grid-template-columns:280px minmax(0,1fr) 360px;gap:2.5rem;align-items:start}.filters{background:var(--panel);border:none;border-radius:.75rem 0;padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:2rem;align-self:start;height:fit-content}.filters__header{display:flex;justify-content:space-between;align-items:center}.filters__header h2{margin:0;font-size:1.25rem}.filters__header-actions{display:flex;gap:.5rem;align-items:center}.filters__header-actions button{border:none;background:transparent;color:#2563eb;font-weight:600;font-size:.85rem;cursor:pointer}.filters__header-actions button:hover{text-decoration:underline}.filters__rows{display:grid;grid-template-columns:1fr;gap:1.25rem;flex:1}.filters__field{display:grid;gap:.5rem;font-weight:600;color:#475569}.filters__field input[type=search],.filters__field input[type=range]{width:100%}.filters__field input[type=search]{border:1px solid var(--border);border-radius:.5rem;padding:.65rem .75rem;font-size:.95rem;font-weight:400;color:#1f2937}.filters__range{display:grid;gap:.35rem;font-weight:500}.filters__range input[type=range]{accent-color:#f97316}.filters__range span{font-size:.85rem;color:#475569}.mobile-toolbar{display:none;gap:1rem;margin-bottom:1rem}.mobile-toolbar__button{flex:1;border:none;border-radius:.6rem;padding:.9rem;font-weight:600;background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;cursor:pointer}.mobile-toolbar__view{flex:1}.mobile-toolbar__view button{min-width:0;padding:.45rem .75rem;flex:1}.catalog-area{display:flex;flex-direction:column;gap:1.5rem;padding-right:2rem}.catalog{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;justify-items:stretch}.view-toggle{display:inline-flex;background:#0f172a0d;border-radius:1.5rem;padding:.25rem;gap:.25rem}.view-toggle button{border:none;background:transparent;padding:.4rem .9rem;border-radius:1.5rem;font-weight:600;color:#475569;cursor:pointer}.view-toggle button.is-active{background:#fff;color:#0f172a;border:1px solid rgba(15,23,42,.1)}.catalog--row{display:flex;flex-direction:column;gap:1rem}.product-card{background:var(--panel);border-radius:.75rem;overflow:hidden;border:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem;height:100%;min-height:340px}.product-card__image{width:100%;height:180px;object-fit:cover}.product-card--row{flex-direction:row;align-items:center;padding:.85rem 1.1rem;gap:1rem}.product-card--row .product-card__image{width:96px;min-width:96px;height:96px;border-radius:.45rem;object-fit:cover}.product-card__body{padding:0 1.1rem;display:flex;flex-direction:column;gap:.45rem;flex:1}.product-card--row .product-card__body{padding:0;flex:1}.product-card__body h2{font-size:1.25rem;margin:0}.product-card__body p{margin:0;color:var(--muted);min-height:48px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card--row .product-card__body p{min-height:auto;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__pricing{display:flex;flex-direction:column;gap:.35rem;min-height:72px;justify-content:space-between;margin-top:auto}.product-card--row .product-card__pricing{flex:1;min-width:180px;align-items:flex-start;margin-top:0;gap:.25rem}.product-card__pricing-main{display:flex;align-items:baseline;gap:.6rem}.product-card--row .product-card__pricing-secondary{align-items:flex-start;text-align:left}.product-card__amount{font-weight:700;font-size:1.9rem;color:#ea580c;line-height:1.1}.product-card__label{font-size:.65rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.08em}.product-card__pricing-secondary{display:flex;flex-direction:column;gap:.1rem;font-size:.95rem;color:#475569}.product-card__pricing-secondary span:first-child{font-weight:600}.product-card__actions{display:grid;grid-template-columns:1fr;gap:.65rem;padding:0 1.1rem 1.1rem;margin-top:auto;justify-items:center}.product-card--row .product-card__actions{padding:0;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:.4rem;min-width:140px;margin-top:0}.product-card__cta{background:linear-gradient(135deg,#f97316,#fb923c);border:none;color:#fff;width:100%;margin:0;border-radius:.6rem;padding:.7rem;font-weight:600;cursor:pointer;display:inline-block;transition:transform .2s ease}.product-card--row .product-card__cta,.product-card--row .product-card__cta--link{width:48px;height:48px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:1rem}.product-card__cta:hover{transform:translateY(-1px)}.product-card__cta--link{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border:none;text-decoration:none;text-align:center;display:block}.product-card__cta--link:hover{transform:translateY(-1px)}.product-card__cta--ghost{background:#f973161f;color:#c2410c}.product-card__cta--ghost:hover{transform:translateY(-1px)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.cart{position:sticky;top:2rem;align-self:start;background:#ffffffe6;border-radius:.75rem;border:1px solid var(--border);padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:1rem;max-height:calc(100vh - 4rem);overflow-y:auto}.cart h2{margin:0;font-size:1.5rem}.cart__empty{margin:0;color:var(--muted)}.cart__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.cart__item{display:flex;justify-content:space-between;align-items:center;gap:1rem}.cart__item strong{display:block}.cart__item-price{margin-top:.35rem;display:flex;flex-direction:column;gap:.2rem}.cart__price-main{font-weight:700;color:#0f172a}.cart__price-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.cart__price-secondary{font-size:.85rem;color:#475569}.cart__item-controls{display:flex;align-items:center;gap:.75rem}.cart__item-controls button{background:none;border:1px solid var(--border);border-radius:999px;width:32px;height:32px;display:flex;justify-content:center;align-items:center;font-size:1.1rem;cursor:pointer}.cart__total{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--border)}.cart__checkout{background:linear-gradient(135deg,#ec4899,#f472b6);border:none;color:#fff;border-radius:.6rem;padding:.85rem;font-weight:700;cursor:pointer;transition:transform .2s ease}.cart__checkout:hover{transform:translateY(-1px)}.cart__checkout--mp{background:linear-gradient(135deg,#0ea5e9,#38bdf8);text-align:center;display:inline-block}.cart__checkout--mp:hover{transform:translateY(-1px)}.catalog-footer{display:inline-flex;align-items:center;gap:.75rem;align-self:center;padding:.75rem 1.25rem;border-radius:999px;background:#94a3b829;color:#475569;font-weight:500}.catalog-footer a{color:#7c3aed;font-weight:600}.catalog-footer a:hover{text-decoration:underline}.page--thankyou{display:grid;place-items:center;min-height:100vh;background:radial-gradient(circle at top,rgba(14,165,233,.15),transparent 55%)}.thankyou-card{background:#fff;border-radius:1rem;padding:2.5rem 2.25rem;max-width:520px;text-align:center;border:1px solid rgba(14,165,233,.15);display:grid;gap:1.5rem}.thankyou-badge{display:inline-flex;align-self:center;padding:.4rem 1.2rem;border-radius:999px;background:#22c55e26;color:#15803d;font-weight:600;border:1px solid rgba(34,197,94,.3)}.thankyou-card h1{margin:0;font-size:2.5rem;letter-spacing:-.02em}.thankyou-card p{margin:0;color:var(--muted)}.thankyou-link{display:inline-flex;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.6rem;border-radius:1.5rem;background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;font-weight:600;text-decoration:none;transition:transform .2s ease}.thankyou-link:hover{transform:translateY(-1px)}@media(max-width:1200px){.layout{grid-template-columns:minmax(0,1fr) 320px;gap:1.5rem}.filters{position:static;order:1}.catalog-area{order:2}.cart{order:3}}@media(max-width:980px){.mobile-toolbar{display:flex}.layout{grid-template-columns:1fr;gap:1.25rem}.catalog{grid-template-columns:1fr;gap:1rem;justify-items:stretch}.page{padding:1.75rem 1.25rem 3rem}.filters{display:none;order:1;position:static}.filters.is-mobile-open{display:flex;position:fixed;inset:auto 0 0;z-index:120;max-height:70vh;overflow-y:auto;border-radius:1rem 1rem 0 0;padding:2rem 1.75rem 3rem;background:#fffffffa;box-shadow:0 -18px 40px #0f172a26;min-height:auto}.filters.is-mobile-hidden{display:none}.catalog-area{order:2}.cart{display:none;position:static;max-height:none;order:3}.cart.is-mobile-open{display:flex;position:fixed;inset:auto 0 0;z-index:120;max-height:70vh;border-radius:1rem 1rem 0 0;padding:2rem 1.75rem 3rem;background:#fffffffa;box-shadow:0 -18px 40px #0f172a26;min-height:auto}.cart.is-mobile-hidden{display:none}.cart__header-mobile{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart__header-mobile button{border:none;background:transparent;color:#2563eb;font-weight:600;cursor:pointer}.drawer-backdrop{position:fixed;inset:0;background:#0f172a59;z-index:110;animation:backdrop-fade-in .3s ease forwards}.product-card--row{flex-direction:column;align-items:stretch;padding:1rem}.product-card--row .product-card__image{width:100%;min-width:auto;height:180px}.product-card--row .product-card__actions{align-items:stretch;min-width:auto}.product-card--row .product-card__cta,.product-card--row .product-card__cta--link{width:100%}}@keyframes drawer-slide-up{0%{transform:translateY(12%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes backdrop-fade-in{0%{opacity:0}to{opacity:1}}.admin-page{max-width:720px;margin:3rem auto;padding:0 1.5rem}.admin-card{background:var(--panel);border-radius:.75rem;border:1px solid var(--border);padding:1.75rem;display:flex;flex-direction:column;gap:1.1rem}.admin-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.admin-form{display:grid;gap:1rem}.admin-form label,.admin-card label{display:flex;flex-direction:column;gap:.5rem;font-weight:600}.admin-card input,.admin-card textarea{border:1px solid var(--border);border-radius:.55rem;padding:.7rem;font-family:inherit;font-size:1rem;background:#fff}.admin-card textarea{resize:vertical}.admin-card input[type=file]{padding:.5rem;background:none}.admin-hint{font-size:.85rem;color:#6b7280}.admin-primary,.admin-secondary{border:none;border-radius:.6rem;padding:.8rem 1.45rem;font-weight:600;cursor:pointer}.admin-primary{background:#4f46e5;color:#fff}.admin-primary:disabled{opacity:.7;cursor:wait}.admin-secondary{background:#4f46e51a;color:#4f46e5}.admin-danger{border:none;border-radius:.6rem;padding:.8rem 1.3rem;font-weight:600;background:#dc26261f;color:#b91c1c;cursor:pointer}.admin-danger:hover{background:#dc262633}.admin-form__actions{display:flex;gap:1rem;flex-wrap:wrap}.admin-feedback{margin:0;font-weight:500}.admin-feedback--success{color:#15803d}.admin-feedback--error{color:#b91c1c}.admin-list{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.admin-list__header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.admin-list__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.admin-list__item{display:flex;justify-content:space-between;gap:1.1rem;align-items:flex-start;padding:.85rem 1.15rem;border:1px solid var(--border);border-radius:.65rem;background:#fffc}.admin-list__info{display:grid;gap:.35rem}.admin-list__prices{display:flex;flex-direction:column;gap:.25rem}.admin-list__price-main{font-weight:700;color:#0f172a}.admin-list__price-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.admin-list__price-secondary{font-size:.85rem;color:#475569}.admin-list__info strong{font-size:1.05rem}.admin-list__info span{color:#b45309;font-weight:600}.admin-list__info p{margin:0;color:var(--muted)}.admin-list__link{color:#2563eb;text-decoration:none;font-weight:600}.admin-list__link:hover{text-decoration:underline}.admin-list__actions{display:flex;gap:.75rem}.quickview{position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:min(720px,92vw);background:#fff;border-radius:1.25rem;padding:2.25rem;z-index:130;display:flex;flex-direction:column;gap:1.5rem;box-shadow:0 35px 60px #0f172a40;animation:drawer-slide-up .3s ease forwards}.quickview__close{position:absolute;top:.75rem;right:1rem;border:none;background:transparent;font-size:1.75rem;cursor:pointer;line-height:1;color:#475569}.quickview__content{display:flex;gap:1.75rem;align-items:flex-start}.quickview__content img{width:220px;max-width:40vw;border-radius:1rem;object-fit:cover}.quickview__details{flex:1;display:flex;flex-direction:column;gap:1rem}.quickview__details h2{margin:0;font-size:1.8rem}.quickview__details p{margin:0;color:#475569}.quickview__pricing{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.quickview__amount{display:block;font-size:1.7rem;font-weight:700;color:#ea580c}.quickview__amount--secondary{color:#2563eb}.quickview__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.quickview__actions{display:grid;gap:.75rem}@media(max-width:720px){.quickview{inset:auto 0 0;transform:none;width:100%;border-radius:1.25rem 1.25rem 0 0;padding:2rem 1.5rem 3rem}.quickview__content{flex-direction:column;align-items:stretch}.quickview__content img{width:100%;max-width:none;height:220px}.quickview__close{top:.6rem;right:.75rem}}
