:root{--primary:#c2185b;--primary-soft:#e91e8c;--magenta:#a6346e;--primary-dark:#8e0e42;--bg:#0e0e10;--bg-elevated:#16161a;--surface:#1a1a1e;--surface-2:#242428;--border:#2e2e34;--text:#fff;--text-muted:#a8a8b3;--success:#2e7d4f;--danger:#c62828;--warning:#c9a227;--radius:14px;--radius-lg:22px;--shadow:0 20px 50px #00000059;--font-ui:"DM Sans", system-ui, sans-serif;--font-brand:"Great Vibes", cursive;--safe-top:env(safe-area-inset-top,0px);--safe-right:env(safe-area-inset-right,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--mobile-bottom-gap:max(1.25rem, var(--safe-bottom));--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;height:100%}body{min-height:100dvh;font-family:var(--font-ui);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;padding-left:var(--safe-left);padding-right:var(--safe-right);padding-bottom:var(--mobile-bottom-gap);margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}#root{min-height:100dvh}.app-shell{background:radial-gradient(ellipse 80% 50% at 50% -20%, #c2185b47, transparent), var(--bg);min-height:100dvh;padding-bottom:calc(2.5rem + var(--mobile-bottom-gap));flex-direction:column;display:flex}.container{width:min(1120px,100% - 2rem);margin-inline:auto}.btn{letter-spacing:.02em;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:.75rem 1.35rem;font-weight:700;transition:transform .18s,opacity .18s,background .18s;display:inline-flex}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:active:not(:disabled){transform:scale(.98)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg, var(--primary-soft), var(--primary));color:#fff}.btn-added{box-shadow:none;background:#2d6a4f}.btn-secondary{background:var(--surface-2);color:var(--text);border:1px solid var(--border)}.btn-ghost{color:var(--primary-soft);background:0 0}.btn-danger{background:var(--danger);color:#fff}.btn-success{background:var(--success);color:#fff}.btn-block{width:100%}.field{flex-direction:column;gap:.4rem;margin-bottom:1rem;display:flex}.field label,.field-label{color:var(--text-muted);font-size:.85rem;font-weight:500}.field input,.field textarea,.field select{background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:12px;outline:none;padding:.85rem 1rem;transition:border-color .15s}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--primary-soft)}.field textarea{resize:vertical;min-height:72px;font-size:16px}.field input,.field select{font-size:16px}.password-field{position:relative}.password-field input{width:100%;padding-right:2.75rem}.password-field__toggle{width:2.25rem;height:2.25rem;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid;position:absolute;top:50%;right:.35rem;transform:translateY(-50%)}.password-field__toggle:hover{color:var(--text)}.site-header{z-index:40;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding-top:var(--safe-top);background:#0e0e10d1;border-bottom:1px solid #2e2e34cc;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:.75rem;min-width:0;padding:.65rem 0;display:flex}.brand{flex:1;align-items:center;gap:.6rem;min-width:0;display:flex}.brand img{object-fit:cover;border-radius:50%;flex-shrink:0;width:42px;height:42px;animation:3.2s ease-in-out infinite brandPulse;box-shadow:0 0 0 2px #e91e8c59}.brand__text{min-width:0}.brand__name{font-family:var(--font-brand);color:#fff;white-space:nowrap;padding:.12em .08em .05em .06em;font-size:1.85rem;line-height:1.35;overflow:visible}.brand__tag{color:var(--text-muted);font-size:.72rem;font-family:var(--font-ui);margin-top:.15rem;display:block}.nav-actions{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.user-chip{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;max-width:88px;font-size:.82rem;font-weight:600;overflow:hidden}.header-icon-btn{border:1px solid var(--border);background:var(--surface);width:40px;height:40px;color:var(--text);cursor:pointer;border-radius:12px;flex-shrink:0;place-items:center;padding:0;display:grid;position:relative}.header-icon-btn:hover{border-color:var(--primary-soft);color:var(--primary-soft)}.cart-badge{background:var(--primary);color:#fff;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:700;line-height:1;display:grid;position:absolute;top:-5px;right:-5px}.hero{background:linear-gradient(180deg, transparent 20%, #0e0e108c 55%, var(--bg) 100%), radial-gradient(circle at 70% 30%, #e91e8c73, transparent 42%), linear-gradient(135deg, #2a0a1a, #0e0e10 55%);align-items:end;min-height:min(78dvh,640px);display:grid;position:relative;overflow:hidden}.hero__content{padding:4.5rem 0 3rem;animation:.8s both fadeUp}.hero__brand{font-family:var(--font-brand);color:#fff;text-shadow:0 12px 40px #00000059;margin:0;padding:.08em .04em;font-size:clamp(3.8rem,12vw,7rem);line-height:1.2;overflow:visible}.hero__text{max-width:34rem;color:var(--text-muted);margin:1rem 0 0;font-size:1.05rem;line-height:1.55}.hero__cta{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.highlights{padding:1rem 0 1.35rem;padding-left:max(1rem, var(--safe-left));scroll-padding-inline:max(1rem, var(--safe-left));scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;gap:.75rem;display:flex;overflow:auto hidden}.highlights__end{flex:0 0 max(1rem, var(--safe-right));width:max(1rem, var(--safe-right));pointer-events:none;height:1px}.categories-strip{background:linear-gradient(#0e0e1033,#0000);padding:.25rem 0 .5rem;overflow:visible}.highlights::-webkit-scrollbar{display:none}.highlight{text-align:center;cursor:pointer;width:72px;color:var(--text);scroll-snap-align:start;background:0 0;border:none;flex:none;padding:0}.highlight__ring{border:2px solid var(--border);box-sizing:border-box;border-radius:50%;width:64px;height:64px;margin:0 auto;padding:3px;transition:border-color .2s,transform .2s}.highlight.active .highlight__ring,.highlight:hover .highlight__ring{border-color:var(--primary-soft);transform:scale(1.04)}.highlight__circle{background:linear-gradient(145deg, var(--primary-soft), var(--magenta));color:#fff;border-radius:50%;place-items:center;width:100%;height:100%;display:grid}.highlight span{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-top:.4rem;font-size:.72rem;display:block;overflow:hidden}.section{padding:2rem 0 4rem;padding-bottom:calc(4rem + var(--mobile-bottom-gap))}.section-title{margin:0 0 1rem;font-size:1.35rem;font-weight:700}.product-grid{grid-template-columns:repeat(auto-fit,minmax(max(9.75rem,33.3333% - .5rem),1fr));gap:.75rem;display:grid}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;min-width:0;transition:transform .25s,border-color .25s,box-shadow .25s;animation:.55s both fadeUp;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow);border-color:#e91e8c73;transform:translateY(-3px)}.product-card__media{aspect-ratio:1;background:var(--surface-2);position:relative;overflow:hidden}.product-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.product-card:hover .product-card__media img{transform:scale(1.06)}.product-card__placeholder{background:linear-gradient(145deg, var(--magenta), var(--primary-dark));width:100%;height:100%;font-family:var(--font-brand);place-items:center;font-size:2rem;display:grid}.product-card__badge{background:#000000a6;border-radius:7px;padding:.2rem .45rem;font-size:.68rem;position:absolute;top:.45rem;left:.45rem}.product-card__body{flex-direction:column;flex:1;gap:.25rem;padding:.7rem .7rem .8rem;display:flex}.product-card__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:0;font-size:.88rem;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.product-card__cat{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.74rem;overflow:hidden}.product-card__price{color:var(--primary-soft);margin-top:.1rem;font-size:.95rem;font-weight:700}.product-card .btn{border-radius:10px;min-height:38px;margin-top:auto;padding:.45rem .55rem;font-size:.82rem}@media (width>=900px){.product-grid{grid-template-columns:repeat(auto-fit,minmax(max(12rem,33.3333% - .733333rem),1fr));gap:1.1rem}.product-card{border-radius:var(--radius-lg)}.product-card__body{gap:.35rem;padding:.95rem}.product-card__name{font-size:1rem}.product-card__cat{font-size:.8rem}.product-card__price{font-size:1.1rem}.product-card .btn{min-height:44px;font-size:.92rem}.product-card__placeholder{font-size:2.4rem}}.detail{grid-template-columns:1.05fr .95fr;gap:2rem;padding:2rem 0 4rem;display:grid}.detail__gallery{flex-direction:column;gap:.6rem;display:flex}.detail__media{border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);aspect-ratio:1;overflow:hidden}.detail__thumbs{flex-wrap:wrap;gap:.5rem;display:flex}.detail__thumb{background:var(--surface);cursor:pointer;border:2px solid #0000;border-radius:10px;width:64px;height:64px;padding:0;overflow:hidden}.detail__thumb img{object-fit:cover;width:100%;height:100%}.detail__thumb.is-active{border-color:var(--primary-soft)}.detail__media img,.detail__placeholder{object-fit:cover;width:100%;height:100%}.detail__placeholder{background:linear-gradient(145deg, var(--magenta), var(--primary-dark));font-family:var(--font-brand);place-items:center;font-size:5rem;display:grid}.detail__cat{color:var(--primary-soft);font-size:.85rem;font-weight:600}.detail__name{margin:.4rem 0;font-size:clamp(1.6rem,3vw,2.2rem)}.detail__price{color:var(--primary-soft);font-size:1.6rem;font-weight:700}.detail__desc{color:var(--text-muted);margin:1.25rem 0;line-height:1.6}.detail__rating-row{flex-wrap:wrap;align-items:center;gap:.65rem;margin:.35rem 0 .75rem;display:flex}.detail__colors{margin:0 0 1.5rem}.detail__colors-label{color:var(--text-muted);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.detail__colors-selected{color:var(--text)}.color-swatches{flex-wrap:wrap;gap:.6rem;display:flex}.color-swatch{border:2px solid var(--border);cursor:pointer;background:0 0;border-radius:50%;place-items:center;width:40px;height:40px;padding:0;transition:border-color .15s,transform .15s;display:grid}.color-swatch:hover{transform:scale(1.05)}.color-swatch.is-selected{border-color:var(--primary-soft);box-shadow:0 0 0 2px #e91e8c59}.color-swatch__dot{border:1px solid #ffffff59;border-radius:50%;width:28px;height:28px}.cart-item__color{color:var(--text-muted);align-items:center;gap:.35rem;font-size:.85rem;display:inline-flex}.qty-row{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.qty-row__label{color:var(--text-muted);font-size:.9rem;font-weight:500}.qty-control{background:var(--surface);border:1px solid var(--border);border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .4rem;display:inline-flex}.qty-control__btn{color:var(--primary-soft);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid}.qty-control__btn:disabled{opacity:.35;cursor:not-allowed}.qty-control__input{text-align:center;width:2.5rem;color:var(--text);-moz-appearance:textfield;background:0 0;border:0;font-size:1rem;font-weight:600}.qty-control__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qty-control__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.star-rating{align-items:center;gap:.15rem;display:inline-flex}.star-rating__star{color:var(--text-muted);cursor:pointer;background:0 0;border:0;padding:0;line-height:0}.star-rating__star.is-filled{color:#f5c542}.star-rating--readonly .star-rating__star{cursor:default}.reviews{max-width:720px;padding:0 0 4rem}.reviews__title{margin:0 0 1.25rem;font-size:1.35rem}.reviews__form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:1.75rem;padding:1.25rem}.reviews__form-label{color:var(--text-muted);margin:0 0 .5rem;font-size:.9rem}.reviews__login-hint{color:var(--text-muted);margin-bottom:1.5rem}.reviews__login-hint a{color:var(--primary-soft)}.reviews__list{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.review-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1rem 1.1rem}.review-card__top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.45rem;display:flex}.review-card__comment{color:var(--text);margin:0 0 .5rem;line-height:1.5}.review-card__date{font-size:.8rem}.success-text{color:#6dcea1;margin:0 0 .75rem;font-size:.9rem}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem}.cart-page{padding-bottom:1rem}.cart-layout{grid-template-columns:1.4fr .8fr;align-items:start;gap:1.25rem;padding:1.25rem 0 2rem;display:grid}.cart-title{margin:0 0 1rem;font-size:1.35rem}.cart-list{margin:0;padding:0;list-style:none}.cart-item{border-bottom:1px solid var(--border);gap:.85rem;padding:.9rem 0;display:flex}.cart-item:last-child{border-bottom:none;padding-bottom:0}.cart-item:first-child{padding-top:0}.cart-item__img,.cart-item__ph{object-fit:cover;background:var(--magenta);border-radius:12px;flex-shrink:0;width:72px;height:72px}.cart-item__body{flex-direction:column;flex:1;gap:.65rem;min-width:0;display:flex}.cart-item__top{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.cart-item__info{min-width:0}.cart-item__name{text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;line-height:1.3;display:block;overflow:hidden}.cart-item__unit{color:var(--primary-soft);margin-top:.2rem;font-size:.82rem;font-weight:600;display:block}.cart-item__line{color:var(--text);flex-shrink:0;font-size:.95rem}.cart-item__controls{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.qty{align-items:center;gap:.45rem;display:inline-flex}.qty span{text-align:center;min-width:1.25rem;font-weight:600}.qty button{border:1px solid var(--border);background:var(--surface-2);width:30px;height:30px;color:var(--text);cursor:pointer;border-radius:50%;font-size:1rem;line-height:1}.cart-item__remove{color:var(--danger);cursor:pointer;font:inherit;background:0 0;border:none;align-items:center;gap:.3rem;padding:.25rem;font-size:.8rem;font-weight:600;display:inline-flex}.cart-summary h2{margin:0 0 .5rem;font-size:1.05rem}.summary-total{border-top:1px solid var(--border);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin:.75rem 0 1rem;padding:.75rem 0;font-size:1rem;display:flex}.summary-total strong{color:var(--primary-soft);font-size:1.35rem}.empty-state{text-align:center;padding:5rem 1rem}.empty-state .brand-script{font-family:var(--font-brand);color:var(--primary-soft);margin:0;font-size:3.5rem}.admin-layout{min-height:100dvh;padding-bottom:calc(4.25rem + var(--mobile-bottom-gap));flex-direction:column;display:flex}.admin-layout.keyboard-open{padding-bottom:var(--mobile-bottom-gap)}.admin-bar{z-index:60;min-height:52px;padding:calc(.4rem + var(--safe-top)) .85rem .4rem;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);background:#0e0e10f5;justify-content:space-between;align-items:center;gap:.5rem;display:flex;position:sticky;top:0}.admin-bar__brand{align-items:center;gap:.55rem;min-width:0;display:flex}.admin-bar__brand img{object-fit:cover;border-radius:50%;width:34px;height:34px}.admin-bar__name{font-family:var(--font-brand);color:#fff;padding:.1em .06em .04em;font-size:1.4rem;line-height:1.35;overflow:visible}.admin-bar__tag{color:var(--text-muted);margin-top:.1rem;font-size:.72rem;display:block}.admin-bar__logout{border:1px solid var(--border);background:var(--surface);min-height:36px;color:var(--text-muted);cursor:pointer;font:inherit;border-radius:999px;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.82rem;font-weight:600;display:inline-flex}.admin-main{flex:1;padding:1rem .85rem 1.25rem}.admin-top{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.85rem;display:flex}.admin-top h1{flex:1;min-width:0;margin:0;font-size:1.45rem;line-height:1.15}.admin-top__actions{flex-shrink:0;align-items:center;gap:.45rem;display:flex}.btn-compact{white-space:nowrap;min-height:36px;padding:.4rem .8rem;font-size:.82rem}.admin-hotbar{z-index:70;padding:.45rem .4rem calc(.45rem + var(--mobile-bottom-gap));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border);background:#121216f5;grid-template-columns:repeat(4,1fr);gap:.15rem;display:grid;position:fixed;bottom:0;left:0;right:0}.admin-hotbar__item{min-height:48px;color:var(--text-muted);text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;padding:.35rem .25rem;font-size:.68rem;font-weight:600;display:flex}.admin-hotbar__item.is-active{color:#fff;background:#c2185b38}.admin-hotbar__item.is-active svg{color:var(--primary-soft)}.filters{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.filters--scroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;margin-right:-.25rem;padding-bottom:.15rem;overflow:auto hidden}.filters--scroll::-webkit-scrollbar{display:none}.filters--scroll .chip{white-space:nowrap;flex:none}.chip{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;border-radius:999px;padding:.45rem .9rem;font-size:.82rem;font-weight:600}.chip.active{background:var(--primary);border-color:var(--primary);color:#fff}.order-card,.admin-product{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.85rem;padding:1rem}.admin-product__actions{flex-shrink:0;gap:.5rem;display:flex}@media (width<=560px){.admin-product__actions{flex-direction:column}}.order-week{margin-bottom:1.35rem}.order-week__head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:.75rem;margin:.35rem 0 .75rem;padding-bottom:.45rem;display:flex}.order-week__title{color:var(--text);margin:0;font-size:1rem;font-weight:700}.order-week__count{color:var(--text-muted);white-space:nowrap;font-size:.8rem;font-weight:600}.order-card__head{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.badge{color:#fff;border-radius:999px;align-items:center;padding:.25rem .7rem;font-size:.75rem;font-weight:700;display:inline-flex}.badge-pending{background:var(--primary-soft)}.badge-accepted{background:var(--success)}.badge-rejected{background:#666}.meta{color:var(--text-muted);margin-top:.2rem;font-size:.86rem}.actions{gap:.65rem;margin-top:1rem;display:flex}.actions .btn{flex:1}.login-page{min-height:100dvh;padding:1.5rem;padding-bottom:calc(1.5rem + var(--mobile-bottom-gap));background:radial-gradient(circle at 50% 0%, #c2185b4d, transparent 45%), var(--bg);place-items:center;display:grid}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;width:min(420px,100%);box-shadow:var(--shadow);padding:2rem;animation:.55s both fadeUp}.login-card img{border-radius:50%;width:96px;height:96px;margin:0 auto .5rem}.login-card h1{font-family:var(--font-brand);margin:0;padding:.1em .06em;font-size:3rem;font-weight:400;line-height:1.3;overflow:visible}.login-card form{text-align:left;margin-top:1.5rem}.upload-preview{border-radius:var(--radius);border:1px dashed var(--border);background:var(--surface);width:100%;height:220px;color:var(--text-muted);place-items:center;margin-bottom:.75rem;display:grid;overflow:hidden}.upload-preview img{object-fit:cover;width:100%;height:100%}.upload-actions{grid-template-columns:1fr 1fr;gap:.65rem;margin-bottom:1.25rem;display:grid}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:.5rem;display:grid}.gallery-thumb{aspect-ratio:1;border:1px solid var(--border);background:var(--surface-2);border-radius:12px;position:relative;overflow:hidden}.gallery-thumb img{object-fit:cover;width:100%;height:100%}.gallery-thumb__remove{color:#fff;cursor:pointer;background:#0009;border:0;border-radius:50%;padding:0;display:inline-flex;position:absolute;top:3px;right:3px}.gallery-thumb--add{color:var(--primary-soft);cursor:pointer;border-style:dashed;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;font-size:.75rem;display:flex}.color-adder{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.color-adder__swatch{border:1px solid var(--border);background:var(--surface-2);cursor:pointer;border-radius:12px;width:44px;min-width:44px;height:44px;padding:0}.color-adder__name{flex:1;min-width:140px}.color-adder .btn{flex-shrink:0;align-items:center;gap:.35rem;display:inline-flex}.cpick{position:relative}.cpick__trigger{border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;border-radius:12px;align-items:center;gap:.5rem;padding:.45rem .7rem;display:inline-flex}.cpick__trigger-text{font-size:.9rem;font-weight:500}.cpick__chip{border:2px solid #ffffff59;border-radius:50%;width:26px;min-width:26px;height:26px;box-shadow:inset 0 0 0 1px #0003}.cpick__pop{z-index:90;border:1px solid var(--border);background:var(--surface);border-radius:16px;flex-direction:column;gap:.7rem;width:260px;max-width:min(260px,84vw);padding:.85rem;display:flex;position:absolute;bottom:calc(100% + 8px);left:0;box-shadow:0 18px 40px #00000073}.cpick__area{cursor:crosshair;touch-action:none;border-radius:12px;width:100%;height:150px;position:relative}.cpick__area-thumb{pointer-events:none;border:2px solid #fff;border-radius:50%;width:16px;height:16px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #0006}.cpick__hue{cursor:pointer;touch-action:none;background:linear-gradient(90deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red);border-radius:999px;width:100%;height:16px;position:relative}.cpick__hue-thumb{pointer-events:none;background:#fff;border:2px solid #00000059;border-radius:50%;width:18px;height:18px;position:absolute;top:50%;transform:translate(-50%,-50%)}.cpick__footer{align-items:center;gap:.5rem;display:flex}.cpick__hex{color:var(--text-muted);flex:1;font-family:monospace;font-size:.85rem}.cpick__done{padding:.35rem .8rem}.color-list{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.color-chip{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .6rem;font-size:.85rem;display:inline-flex}.color-chip__dot{border:1px solid #ffffff59;border-radius:50%;flex-shrink:0;width:16px;height:16px}.color-chip__remove{color:var(--text-muted);cursor:pointer;background:0 0;border:0;padding:0;display:inline-flex}.color-chip__remove:hover{color:var(--danger)}.upload-actions .btn{justify-content:center;align-items:center;gap:.45rem;display:inline-flex}.muted{color:var(--text-muted)}.error-text{color:var(--danger);margin-bottom:.75rem;font-size:.9rem}.loading{text-align:center;color:var(--text-muted);padding:4rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes brandPulse{0%,to{box-shadow:0 0 0 2px #e91e8c4d}50%{box-shadow:0 0 0 4px #e91e8c8c}}@media (width<=860px){.hero{min-height:auto;padding-top:1.25rem}.hero__content{padding:1.5rem 0 1.75rem}.hero__brand{font-size:clamp(3rem,16vw,4.5rem)}.hero__text{margin-top:.75rem;font-size:.95rem}.hero__cta{margin-top:1.15rem}.nav-actions{gap:.3rem}.brand{gap:.45rem}.brand__tag{display:none}.brand__name{max-width:none;font-size:1.45rem}.brand img{width:34px;height:34px}.user-chip{max-width:64px;font-size:.75rem}.header-icon-btn{border-radius:10px;width:36px;height:36px}.highlights{padding-top:.75rem;padding-bottom:1.15rem;padding-left:max(.75rem, var(--safe-left));padding-right:max(.75rem, var(--safe-right));justify-content:space-between;align-items:flex-start;gap:.4rem;overflow-x:visible}.highlights__end{display:none}.highlight{flex:1 1 0;width:auto;min-width:0}.highlight__ring{width:54px;height:54px}.highlight span{font-size:.62rem;line-height:1.2}.section{padding-top:1.25rem;padding-bottom:calc(5rem + var(--mobile-bottom-gap))}.detail,.cart-layout{grid-template-columns:1fr}.cart-layout{gap:.85rem;padding:.85rem 0 1.5rem}.panel{padding:1rem}.cart-item__img,.cart-item__ph{width:64px;height:64px}.admin-bar__tag,.admin-bar__logout span{display:none}.admin-main{padding:.85rem .85rem .5rem}.admin-top{gap:.5rem;margin-bottom:.7rem}.admin-top h1{font-size:1.25rem}.btn-compact{min-height:34px;padding:.35rem .7rem;font-size:.78rem}}.site-footer{border-top:1px solid var(--border);padding:1.5rem 0 calc(1.5rem + var(--mobile-bottom-gap));background:#0e0e10eb;margin-top:auto}.site-footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.site-footer__brand{align-items:center;gap:.75rem;display:flex}.site-footer__brand img{object-fit:cover;border-radius:50%;width:44px;height:44px}.site-footer__name{font-family:var(--font-brand);color:#fff;padding:.12em .08em .05em .06em;font-size:1.8rem;line-height:1.35;overflow:visible}.site-footer__brand .muted{margin:.15rem 0 0;font-size:.8rem}.site-footer__socials{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.site-footer__social,.site-footer__ig{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:999px;align-items:center;gap:.45rem;padding:.65rem 1rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.site-footer__social:hover,.site-footer__ig:hover{border-color:var(--primary-soft);color:var(--primary-soft)}.site-footer__whatsapp:hover{color:#25d366;border-color:#25d366}
