@import "https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Poppins:wght@400;500;600;700;800&display=swap";:root{--store-primary:#6c39e9;--store-primary-rgb:108, 57, 233;--store-secondary:#ff7e7a;--store-secondary-rgb:255, 126, 122;--store-accent:#fcaf45;--store-accent-rgb:252, 175, 69;--theme-app-bg:#fff9f7;--theme-shell-bg:#fff;--theme-surface:#fff;--theme-surface-soft:#f7f7fa;--theme-surface-muted:#f5f5fb;--theme-text:#18181b;--theme-text-muted:#7e7f87;--theme-text-subtle:#b1b1ba;--theme-border:#7256c21a;--theme-shadow:#14102c14;--theme-inverse-text:#fff;--theme-primary-soft:rgba(var(--store-primary-rgb), .08);--theme-primary-border:rgba(var(--store-primary-rgb), .18);--theme-primary-shadow:rgba(var(--store-primary-rgb), .24);--theme-secondary-soft:rgba(var(--store-secondary-rgb), .12);--theme-secondary-shadow:rgba(var(--store-secondary-rgb), .28);--theme-accent-soft:rgba(var(--store-accent-rgb), .16);--theme-primary-gradient:linear-gradient(135deg, var(--store-primary) 0%, var(--store-secondary) 100%);--background:radial-gradient(circle at top, #fcaf453d, #fcaf4500 30%), radial-gradient(circle at 12% 24%, #833ab42e, #833ab400 32%), linear-gradient(180deg, #fff8f5 0%, #fffaf8 50%, #fff5fb 100%);--theme-background:var(--background);--text:var(--theme-text);--muted:var(--theme-text-muted);--white:#fff;--purple:var(--store-primary);--blue:#405de6;--pink-strong:#e1306c;--orange:var(--store-secondary);--yellow:var(--store-accent);--instagram-gradient:var(--theme-primary-gradient);--font-body:"Poppins", "Segoe UI", sans-serif;--font-display:"Manrope", "Segoe UI", sans-serif;font-family:var(--font-body);color:var(--text);background:var(--theme-app-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:500;line-height:1.5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--theme-app-bg);min-width:320px;min-height:100vh;margin:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}p{margin:0}#root{min-height:100vh}.theme-scope{background:var(--theme-app-bg);min-height:100vh;color:var(--theme-text)}.app-scene{background:var(--theme-background);min-height:100vh;color:var(--theme-text);justify-content:center;display:flex;position:relative;overflow:hidden}.ambient{filter:blur(24px);opacity:.55;pointer-events:none;border-radius:999px;position:absolute}.ambient--violet{background:radial-gradient(circle, rgba(var(--store-primary-rgb), .24) 0%, rgba(var(--store-primary-rgb), 0) 72%);width:360px;height:360px;top:-120px;left:-120px}.ambient--orange{background:radial-gradient(circle, rgba(var(--store-accent-rgb), .22) 0%, rgba(var(--store-accent-rgb), 0) 72%);width:420px;height:420px;top:16%;right:-120px}.ambient--pink{background:radial-gradient(circle, rgba(var(--store-secondary-rgb), .15) 0%, rgba(var(--store-secondary-rgb), 0) 70%);width:460px;height:460px;bottom:-140px;left:50%;transform:translate(-50%)}.screen-shell{flex-direction:column;width:min(100%,430px);min-height:calc(100vh - 48px);padding:16px 16px 14px;display:flex;position:relative}.screen-shell--wide{width:min(100%,1120px)}.screen-content{flex-direction:column;flex:1;gap:18px;padding-bottom:116px;display:flex}.page-content{gap:22px}.page-content--checkout{flex:1;gap:18px;width:100%;min-height:0;padding-bottom:116px}.page-content--global-cart{gap:18px;width:100%;padding-bottom:40px}.page-content--index{padding-bottom:32px}.status-bar{color:var(--theme-text);justify-content:space-between;align-items:center;padding:2px 8px 12px;font-size:.95rem;font-weight:700;display:flex}.status-icons{align-items:center;gap:8px;display:flex}.signal-bars,.wifi-glyph,.battery-glyph{color:var(--theme-text);display:inline-flex}.signal-bars{background:linear-gradient(0deg,currentColor 0 100%) 0 100%/3px 4px no-repeat,linear-gradient(0deg,currentColor 0 100%) bottom/3px 7px no-repeat,linear-gradient(0deg,currentColor 0 100%) 100% 100%/3px 10px no-repeat;width:16px;height:12px}.wifi-glyph{border:2px solid #0000;border-top-color:currentColor;border-radius:100% 100% 0 0;width:14px;height:10px;transform:rotate(180deg)translateY(-1px)}.battery-glyph{border:1.8px solid;border-radius:3px;width:22px;height:10px;position:relative}.battery-glyph:after{content:"";background:currentColor;border-radius:1px;width:2px;height:4px;position:absolute;top:2px;right:-3px}.welcome-row,.page-header,.page-header--center,.section-block__header,.title-row,.title-row__left,.page-header__actions,.icon-actions,.detail-title-row,.detail-attribute-head,.profile-page__stats,.profile-page__actions,.checkout-summary__row,.studio-layout,.studio-form,.stories-section__head,.checkout-layout{display:flex}.welcome-row,.page-header,.section-block__header,.detail-attribute-head,.stories-section__head,.title-row{justify-content:space-between;align-items:center;gap:16px}.title-row__left,.page-header--center{align-items:center;gap:14px}.page-header__actions{align-items:center;gap:12px;display:flex}.page-header--center{justify-content:space-between}.welcome-row__eyebrow,.title-row__left p{color:var(--theme-text-subtle);margin:0;font-size:1rem}.welcome-row__title{color:var(--store-primary)!important}.welcome-row__title span{color:var(--store-secondary)!important}.welcome-row__title,.page-header h1,.title-row__title,.section-block__header h2,.detail-title-row h2,.profile-page__header h1,.stories-section__head h2,.empty-panel h2{color:var(--theme-text);font-family:var(--font-display);letter-spacing:-.05em;margin:0;font-weight:800}.welcome-row__title,.title-row__title{font-size:clamp(2rem,4vw,2.8rem)}.directory-brand{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.directory-brand__copy{min-width:0}.directory-brand__title{color:var(--store-secondary);font-family:var(--font-display);letter-spacing:-.08em;margin:0;font-size:clamp(2.8rem,6vw,4.6rem);font-weight:800;line-height:.92}.directory-brand__title span{color:var(--store-primary)}.directory-brand__subtitle{color:var(--theme-text-subtle);text-align:left;margin:10px 0 0;font-size:clamp(1.05rem,2.2vw,1.45rem);font-weight:600}.directory-brand__meta{background:var(--theme-primary-gradient);min-width:220px;color:var(--theme-inverse-text);box-shadow:0 22px 40px var(--theme-primary-shadow);border-radius:28px;flex-direction:column;align-items:flex-end;gap:6px;padding:22px 24px;display:flex}.directory-brand__meta strong{font-family:var(--font-display);letter-spacing:-.07em;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:.92}.directory-brand__meta span{color:#ffffffd1;text-transform:uppercase;letter-spacing:.08em;font-size:.96rem}.global-cart-layout{grid-template-columns:minmax(0,1.06fr) minmax(280px,.54fr);align-items:start;gap:24px;display:grid}.global-cart-list{flex-direction:column;gap:24px;display:flex}.global-cart-store{border:1px solid var(--theme-border);background:radial-gradient(circle at top center, var(--theme-primary-soft), transparent 42%), linear-gradient(180deg, var(--theme-surface) 0%, var(--theme-surface-soft) 100%);box-shadow:0 22px 42px var(--theme-shadow);border-radius:32px;flex-direction:column;gap:18px;padding:22px;display:flex}.global-cart-store__header{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:2px 12px 0;display:flex}.global-cart-store__eyebrow{color:var(--store-primary);letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:800}.global-cart-store__title{width:fit-content;color:var(--theme-text);font-family:var(--font-display);letter-spacing:-.05em;font-size:clamp(1.45rem,2.4vw,2rem);font-weight:800;line-height:1;text-decoration:none}.global-cart-store__meta{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.global-cart-store__handle,.global-cart-store__pill{border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 14px;font-size:.9rem;font-weight:700;display:inline-flex}.global-cart-store__handle{background:var(--theme-primary-soft);color:var(--store-primary)}.global-cart-store__pill{background:var(--theme-surface-muted);color:var(--theme-text-muted)}.global-cart-store__items{border-top:1px solid var(--theme-primary-border);flex-direction:column;gap:16px;padding-top:18px;display:flex}.checkout-card--global{border:1px solid var(--theme-border);box-shadow:0 12px 26px var(--theme-shadow);align-items:center}.global-cart-summary{background:var(--theme-primary-gradient);color:var(--theme-inverse-text);box-shadow:0 28px 46px var(--theme-primary-shadow);border-radius:30px;flex-direction:column;gap:14px;padding:28px 24px;display:flex;position:sticky;top:110px}.global-cart-summary__row{justify-content:space-between;align-items:center;gap:18px;font-size:1rem;display:flex}.global-cart-summary__row strong{font-weight:800}.global-cart-summary__divider{border-top:1px dashed #ffffff47}.global-cart-summary__row--total{font-size:1.28rem}.directory-search{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:16px;display:grid}.directory-search .search-field{border-radius:24px;min-height:70px;padding-inline:22px}.directory-search .search-field input{font-size:1.04rem}.directory-search__summary{background:var(--theme-surface);min-width:200px;box-shadow:0 16px 28px var(--theme-shadow), 0 1px 0 var(--theme-surface) inset;border-radius:24px;flex-direction:column;justify-content:center;gap:4px;padding:0 24px;display:flex}.directory-search__summary strong{color:var(--theme-text);font-family:var(--font-display);letter-spacing:-.06em;font-size:2rem;font-weight:800;line-height:.95}.directory-search__summary span{color:var(--theme-text-subtle);font-size:.92rem}.marketplace-showcase{flex-direction:column;gap:16px;display:flex}.marketplace-showcase__featured-viewport{height:340px;box-shadow:0 28px 50px var(--theme-shadow);touch-action:pan-y;overscroll-behavior-x:contain;cursor:grab;-webkit-user-select:none;user-select:none;border-radius:34px;position:relative;overflow:hidden}.marketplace-showcase__featured-viewport:active{cursor:grabbing}.marketplace-showcase__featured-track{will-change:transform;height:100%;display:flex}.marketplace-showcase__featured-slide{flex:0 0 100%;min-width:0;height:100%}.marketplace-showcase__featured{background:var(--showcase-bg,linear-gradient(135deg, #ec6f89 0%, #f5989d 100%));height:100%;color:var(--theme-inverse-text);grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:20px;display:grid;position:relative}.marketplace-showcase__featured:before,.marketplace-showcase__featured:after{content:"";pointer-events:none;background:#ffffff1f;border-radius:50%;position:absolute}.marketplace-showcase__featured:before{width:220px;height:220px;top:-50px;left:-30px}.marketplace-showcase__featured:after{width:260px;height:260px;bottom:-90px;right:14%}.marketplace-showcase__copy,.marketplace-showcase__art{z-index:1;position:relative}.marketplace-showcase__copy{flex-direction:column;justify-content:center;gap:12px;min-height:100%;padding:34px 34px 34px 38px;display:flex}.marketplace-showcase__copy span{color:#fffffff2;text-transform:uppercase;letter-spacing:.08em;background:#ffffff2e;border-radius:999px;align-items:center;width:fit-content;min-height:32px;padding:0 14px;font-size:.86rem;font-weight:700;display:inline-flex}.marketplace-showcase__copy h2{max-width:520px;font-family:var(--font-display);letter-spacing:-.07em;margin:0;font-size:clamp(2rem,4.4vw,3.35rem);font-weight:800;line-height:.96}.marketplace-showcase__copy p{color:#ffffffd1;-webkit-line-clamp:4;-webkit-box-orient:vertical;max-width:520px;margin:0;font-size:1rem;line-height:1.55;display:-webkit-box;overflow:hidden}.marketplace-showcase__copy a{background:var(--theme-surface);width:fit-content;min-height:52px;color:var(--theme-text);border-radius:18px;align-items:center;padding:0 24px;font-size:1rem;font-weight:700;display:inline-flex;box-shadow:0 14px 24px #14142024}.marketplace-showcase__art{justify-content:center;align-items:center;min-height:100%;padding:22px 18px 22px 0;display:flex}.marketplace-showcase__art img{object-fit:contain;filter:drop-shadow(0 28px 38px #14142038);width:100%;max-width:360px;height:100%;max-height:310px}.marketplace-showcase__dots{justify-content:center;align-items:center;gap:10px;display:flex}.marketplace-showcase__dot{background:var(--theme-surface-muted);border:0;border-radius:50%;flex:0 0 12px;width:12px;height:12px;padding:0;display:inline-flex}.marketplace-showcase__dot--active{background:var(--store-primary)}.marketplace-showcase__tiles{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.marketplace-showcase__tiles-mobile{display:none}.marketplace-showcase__tile{background:var(--showcase-bg,linear-gradient(135deg, #ec6f89 0%, #f5989d 100%));min-height:210px;color:var(--theme-inverse-text);box-shadow:0 20px 34px var(--theme-shadow);border-radius:26px;grid-template-columns:minmax(0,1fr) 120px;align-items:stretch;display:grid;position:relative;overflow:hidden}.marketplace-showcase__tile-copy,.marketplace-showcase__tile-art{z-index:1;position:relative}.marketplace-showcase__tile-copy{flex-direction:column;gap:10px;padding:22px 20px 20px;display:flex}.marketplace-showcase__tile-copy span{color:#fffffff2;text-transform:uppercase;letter-spacing:.08em;background:#ffffff2e;border-radius:999px;align-items:center;width:fit-content;min-height:28px;padding:0 12px;font-size:.76rem;font-weight:700;display:inline-flex}.marketplace-showcase__tile-copy strong{font-family:var(--font-display);letter-spacing:-.05em;font-size:1.5rem;font-weight:800;line-height:1}.marketplace-showcase__tile-copy p{color:#ffffffd6;margin:0;font-size:.9rem;line-height:1.55}.marketplace-showcase__tile-art{justify-content:center;align-items:flex-end;padding:18px 10px 0 0;display:flex}.marketplace-showcase__tile-art img{object-fit:contain;filter:drop-shadow(0 18px 26px #12122029);width:100%;max-width:140px;height:100%;max-height:170px}.directory-hero__hint{color:var(--theme-text-subtle);font-size:.95rem;line-height:1.5}.store-directory{flex-direction:column;gap:18px;display:flex}.store-directory__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.store-card{min-height:370px;color:var(--theme-inverse-text);background:#141419;border-radius:34px;align-items:flex-end;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 50px #16132924}.store-card:after{content:"";pointer-events:none;background:linear-gradient(#0e0f180a 0%,#0e0f1824 34%,#0e0f18db 100%);position:absolute;inset:0}.store-card__media,.store-card__media img{width:100%;height:100%;position:absolute;inset:0}.store-card__media img{object-fit:cover;transform:scale(1.03)}.store-card__content{z-index:1;flex-direction:column;gap:10px;width:100%;padding:24px;display:flex;position:relative}.store-card__slug{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fffffff5;background:#ffffff24;border-radius:999px;align-items:center;width:fit-content;min-height:32px;padding:0 13px;font-size:.82rem;font-weight:700;display:inline-flex}.store-card__content h3{font-family:var(--font-display);letter-spacing:-.06em;margin:0;font-size:clamp(2rem,3vw,2.7rem);font-weight:800;line-height:.96}.store-card__content p{color:#ffffffd1;max-width:90%;margin:0;font-size:.98rem;line-height:1.6}.page-header h1{text-align:center;flex:1;font-size:clamp(1.8rem,4vw,2.4rem)}.icon-actions{align-items:center;gap:12px}.icon-actions__button,.page-header__icon{background:var(--theme-surface-muted);width:56px;height:56px;color:var(--theme-text);box-shadow:0 10px 18px var(--theme-shadow);border:0;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:relative}.page-header__icon:disabled{opacity:.45;cursor:default}.page-header__icon--active{color:var(--store-primary);--icon-fill:currentColor}.cart-link{position:relative;overflow:visible}.cart-link__badge{background:var(--store-secondary);min-width:20px;height:20px;color:var(--theme-inverse-text);box-shadow:0 8px 18px var(--theme-secondary-shadow);border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:.7rem;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:-5px;right:-3px}.promo-slider{flex-direction:column;gap:14px;display:flex}.promo-slider__viewport{background:var(--theme-primary-gradient);touch-action:pan-y;overscroll-behavior-x:contain;cursor:grab;-webkit-user-select:none;user-select:none;border-radius:28px;min-height:200px;position:relative;overflow:hidden}.promo-slider__viewport:before,.promo-slider__viewport:after{content:"";pointer-events:none;z-index:0;background:#ffffff14;border-radius:999px;position:absolute}.promo-slider__viewport:before{width:130px;height:130px;top:-26px;left:-36px}.promo-slider__viewport:after{width:200px;height:200px;bottom:-124px;right:-66px}.promo-slider__viewport:active{cursor:grabbing}.promo-slider__track{will-change:transform;min-height:100%;display:flex}.promo-slide{min-height:200px;color:var(--theme-inverse-text);flex:0 0 100%;grid-template-columns:minmax(0,1.05fr) minmax(150px,.95fr);gap:12px;padding:22px 18px 14px 22px;display:grid}.promo-slide__copy{z-index:1;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;display:flex;position:relative}.promo-slide__copy strong{letter-spacing:-.03em;font-size:1rem}.promo-slide__copy p{letter-spacing:-.05em;margin:0;font-size:clamp(1.4rem,3vw,2rem);line-height:.98}.promo-slide__copy button{background:var(--theme-inverse-text);color:#1d1d1f;border:0;border-radius:14px;min-height:44px;padding:0 18px;font-weight:700}.promo-slide__art{z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.promo-slide__art img{object-fit:contain;filter:drop-shadow(0 26px 24px #110e283d);width:100%;max-width:240px;max-height:170px}.hero-dots{justify-content:center;align-items:center;gap:8px;display:flex}.hero-dots__dot{background:var(--theme-surface-muted);border:0;border-radius:50%;flex:0 0 12px;width:12px;height:12px;padding:0;display:inline-flex}.hero-dots__dot--active{background:var(--store-primary)}.section-block{flex-direction:column;gap:14px;display:flex}.section-block__header h2,.stories-section__head h2{font-size:clamp(1.5rem,3vw,2rem)}.section-block__header a,.stories-section__head button,.detail-attribute-head button{color:var(--store-primary);font-size:1rem}.stories-section__head button,.detail-attribute-head button{background:0 0;border:0;padding:0;font-weight:500}.brand-tabs{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.brand-tab{background:var(--theme-surface-muted);min-height:58px;color:var(--theme-text);border:0;border-radius:18px;justify-content:center;align-items:center;gap:10px;padding:0 10px;display:inline-flex}.brand-tab__mark{background:var(--theme-surface);border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;font-weight:800;display:inline-flex;box-shadow:0 8px 18px #1618230a}.brand-tab--active{background:var(--theme-primary-gradient);color:var(--theme-inverse-text);justify-content:flex-start}.brand-tab--active .brand-tab__mark{color:var(--theme-text)}.brand-tab__label{font-weight:700}.recommendation-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.shoe-card{flex-direction:column;gap:10px;display:flex}.shoe-card__visual{position:relative}.shoe-card__favorite{z-index:2;width:36px;height:36px;color:var(--theme-text-muted);--icon-fill:transparent;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:10px;left:10px}.shoe-card__favorite--active{color:var(--theme-text-muted);--icon-fill:currentColor}.shoe-card__media{aspect-ratio:1;background:var(--theme-surface-soft);border-radius:22px;width:100%;min-height:180px;display:block;position:relative;overflow:hidden}.shoe-card__media img{object-fit:cover;transform-origin:50%;width:100%;height:100%;display:block;position:absolute;inset:0;transform:scale(1.16)}.shoe-card__meta{flex-direction:column;gap:6px;display:flex}.shoe-card__price-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.shoe-card__price-row strong{letter-spacing:-.03em;font-size:1rem}.shoe-card__cart{width:34px;height:34px;color:var(--theme-text);--icon-fill:transparent;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;padding:0;display:inline-flex}.shoe-card__cart--active{color:var(--store-primary);--icon-fill:currentColor}.shoe-card__name{color:var(--theme-text);font-size:.98rem}.search-field{background:var(--theme-surface-muted);min-height:58px;color:var(--theme-text);border-radius:18px;align-items:center;gap:12px;padding:0 18px;display:flex}.search-field input{width:100%;color:var(--theme-text);background:0 0;border:0}.search-field input:focus{outline:none}.catalog-search{grid-template-columns:minmax(0,1fr) 58px;align-items:stretch;gap:12px;display:grid}.catalog-search__filter{background:var(--theme-primary-gradient);width:58px;min-height:58px;color:var(--theme-inverse-text);box-shadow:0 14px 26px var(--theme-primary-shadow);border:0;border-radius:18px;justify-content:center;align-items:center;display:inline-flex;position:relative}.catalog-search__filter-badge{background:var(--store-secondary);min-width:20px;height:20px;color:var(--theme-inverse-text);box-shadow:0 8px 18px var(--theme-secondary-shadow);border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:.7rem;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:-5px;right:-5px}.filter-modal{z-index:72;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.filter-modal__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#11111861;border:0;position:absolute;inset:0}.filter-modal__dialog{background:var(--theme-surface);border-radius:28px;flex-direction:column;gap:22px;width:min(100%,520px);padding:24px;display:flex;position:relative;box-shadow:0 24px 54px #11111829}.filter-modal__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.filter-modal__header h2,.filter-modal__section h3{color:var(--theme-text);margin:0}.filter-modal__header p{color:var(--theme-text-muted);margin:6px 0 0}.filter-modal__close{background:var(--theme-surface-muted);width:42px;height:42px;color:var(--theme-text);border:0;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.filter-modal__section{flex-direction:column;gap:14px;display:flex}.filter-modal__categories{flex-wrap:wrap;gap:10px;display:flex}.filter-modal__category{background:var(--theme-surface-muted);min-height:44px;color:var(--theme-text);border:0;border-radius:14px;padding:0 16px;font-weight:600}.filter-modal__category--active{background:var(--theme-primary-gradient);color:var(--theme-inverse-text)}.filter-modal__price-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.filter-modal__price-field{flex-direction:column;gap:10px;display:flex}.filter-modal__price-label{color:var(--theme-text-muted);font-size:.9rem;font-weight:600}.filter-modal__price-field input{background:var(--theme-surface-muted);width:100%;min-height:52px;color:var(--theme-text);border:0;border-radius:16px;padding:0 16px}.filter-modal__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.filter-modal__reset,.filter-modal__apply{border:0;border-radius:16px;min-height:54px;font-weight:700}.filter-modal__reset{background:var(--theme-surface-muted);color:var(--theme-text)}.filter-modal__apply{background:var(--theme-primary-gradient);color:var(--theme-inverse-text)}.empty-panel{background:var(--theme-surface-soft);text-align:center;min-height:280px;color:var(--theme-text-muted);border-radius:26px;flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex}.not-found-page{isolation:isolate;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:calc(100vh - 88px);padding:28px 0;display:flex;position:relative;overflow:hidden}.not-found-page__halo{filter:blur(12px);opacity:.9;z-index:-1;border-radius:999px;position:absolute}.not-found-page__halo--violet{background:radial-gradient(circle at 30% 30%,#8159ffcc 0%,#8159ff3d 42%,#0000 72%);width:min(44vw,360px);height:min(44vw,360px);top:32px;right:min(6vw,48px)}.not-found-page__halo--orange{background:radial-gradient(circle,#ff956cb8 0%,#ff956c2e 45%,#0000 72%);width:min(36vw,280px);height:min(36vw,280px);bottom:30px;left:min(4vw,32px)}.not-found-page__brand{justify-content:center;width:min(100%,760px);display:flex}.not-found-page__logo{text-align:center;font-size:clamp(2.8rem,9vw,5.4rem)}.not-found-page__hero{flex-direction:column;align-items:center;gap:50px;width:min(100%,760px);display:flex;position:relative}.not-found-page__code-wrap{place-items:center;width:100%;display:grid;position:relative}.not-found-page__code-shadow,.not-found-page__code{letter-spacing:-.1em;font-size:clamp(4.8rem,20vw,10rem);font-weight:900;line-height:.82}.not-found-page__code-shadow{color:#1f1c2d14;-webkit-user-select:none;user-select:none;position:absolute;transform:translate(10px,12px)}.not-found-page__code{background:var(--theme-primary-gradient);color:#0000;-webkit-user-select:none;user-select:none;-webkit-background-clip:text;background-clip:text}.not-found-page__eyebrow{color:var(--store-primary);letter-spacing:.12em;text-transform:uppercase;text-align:center;font-size:1.4rem;font-weight:800}.not-found-page__title{max-width:640px;color:var(--theme-text);letter-spacing:-.07em;text-align:center;margin:0;font-size:clamp(2rem,5vw,3.2rem);line-height:.94}.not-found-page__description{max-width:540px;color:var(--theme-text-muted);text-align:center;margin:0 auto;font-size:1.02rem;line-height:1.55}.not-found-page__hint{color:var(--theme-text-subtle);text-align:center;word-break:break-word;margin:2px 0 0;font-size:.95rem;font-weight:600}.not-found-page__hint span{color:var(--store-primary);font-weight:700}.not-found-page__actions{justify-content:center;margin-top:10px;display:flex}.not-found-page__link{background:var(--theme-primary-gradient);min-height:50px;color:var(--theme-inverse-text);box-shadow:0 18px 32px var(--theme-primary-shadow);border-radius:18px;justify-content:center;align-items:center;padding:0 22px;font-weight:700;text-decoration:none;display:inline-flex}@media (width<=720px){.not-found-page{gap:18px;min-height:calc(100vh - 64px);padding:18px 0}.not-found-page__logo{font-size:clamp(2.25rem,12vw,3.8rem)}.not-found-page__description{font-size:.96rem}}.list-loader{background:var(--theme-surface-soft);min-height:56px;color:var(--theme-text-muted);text-align:center;border-radius:20px;justify-content:center;align-items:center;margin-top:10px;padding:14px 18px;font-size:.96rem;font-weight:600;display:flex}.bottom-nav{left:50%;bottom:max(14px, env(safe-area-inset-bottom));background:var(--theme-primary-gradient);width:min(100vw - 28px,398px);box-shadow:0 24px 40px var(--theme-primary-shadow);z-index:30;border-radius:26px;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:12px;padding:14px 18px 12px;display:grid;position:fixed;transform:translate(-50%)}.bottom-nav__item{color:#ffffffd6;border-radius:18px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto;display:inline-flex;position:relative}.bottom-nav__item--active{color:var(--theme-inverse-text)}.bottom-nav__item--active:after{content:"";background:var(--theme-surface);border-radius:50%;width:10px;height:10px;position:absolute;bottom:-8px}.bottom-nav__badge{background:var(--store-accent);min-width:20px;height:20px;color:var(--theme-inverse-text);box-shadow:0 8px 18px var(--theme-secondary-shadow);border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:.7rem;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:-6px;right:-6px}.detail-layout{gap:24px;display:grid}.detail-visual,.detail-panel{flex-direction:column;gap:18px;display:flex}.detail-stage{background:var(--theme-surface-soft);touch-action:pan-y;overscroll-behavior-x:contain;cursor:grab;-webkit-user-select:none;user-select:none;border-radius:28px;min-height:340px;position:relative;overflow:hidden}.detail-stage:active{cursor:grabbing}.detail-stage__track{will-change:transform;width:100%;height:100%;display:flex}.detail-stage__slide{flex:0 0 100%;justify-content:center;align-items:center;min-height:340px;padding:0;display:flex}.detail-stage img{object-fit:cover;width:100%;height:100%;max-height:none}.detail-stage__dots{position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.detail-thumbs{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.detail-thumbs__item{background:var(--theme-surface-soft);border:1px solid #0000;border-radius:18px;justify-content:center;align-items:center;min-height:74px;padding:0;display:flex;overflow:hidden}.detail-thumbs__item--active{border-color:var(--store-primary);background:var(--theme-surface)}.detail-thumbs__item img{object-fit:cover;width:100%;height:100%}.detail-title-row{justify-content:space-between;align-items:end;gap:16px}.detail-title-row h2{font-size:clamp(2.2rem,4vw,3.1rem)}.detail-title-row p{color:var(--theme-text-subtle);margin:6px 0 0;font-size:1.08rem}.detail-title-row strong{color:var(--store-accent);letter-spacing:-.05em;font-size:clamp(2rem,4vw,2.8rem)}.detail-attributes{gap:18px;display:grid}.detail-attribute{gap:12px;display:grid}.detail-attribute-head{justify-content:space-between;align-items:center;gap:16px}.detail-attribute-head h3{margin:0;font-size:1.1rem}.detail-attribute-head button{color:var(--store-primary);background:0 0;border:0;font-weight:700}.detail-attribute-options{grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:12px;display:grid}.detail-attribute-options__item{background:var(--theme-surface-muted);min-height:56px;color:var(--theme-text);border:0;border-radius:16px;font-size:1.15rem}.detail-attribute-options__item--active{border:1px solid var(--store-primary);background:var(--theme-surface);color:var(--store-primary)}.detail-description{color:var(--theme-text-subtle);margin:0;font-size:1.05rem;line-height:1.65}.detail-cta{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:auto;display:grid}.detail-cta__buy-now,.detail-cta__add-to-cart,.checkout-summary__button,.profile-page__message{border:0;border-radius:18px;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.detail-cta__buy-now{background:var(--store-accent);min-height:64px;color:var(--theme-inverse-text)}.detail-cta__add-to-cart{background:var(--theme-primary-gradient);min-height:64px;color:var(--theme-inverse-text)}.profile-page__message{background:var(--theme-primary-gradient);width:100%;min-height:64px;color:var(--theme-inverse-text)}.detail-cta__message{color:var(--store-primary);margin:0;font-size:.96rem;font-weight:600}.checkout-layout{flex-direction:column;flex:1;gap:18px;width:100%;min-height:0}.checkout-list{flex-direction:column;gap:16px;padding-bottom:8px;display:flex}.checkout-form{bottom:calc(96px + env(safe-area-inset-bottom));z-index:8;margin-top:auto;position:sticky}.checkout-card{background:var(--theme-surface);box-shadow:0 10px 22px var(--theme-shadow);border-radius:18px;grid-template-columns:92px minmax(0,1fr) auto;align-items:center;gap:14px;padding:10px 6px 10px 10px;display:grid}.checkout-card__content{min-width:0;color:inherit;grid-column:1/span 2;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:14px;text-decoration:none;display:grid}.checkout-card__media{background:var(--theme-surface-soft);border-radius:14px;height:82px;min-height:82px;position:relative;overflow:hidden}.checkout-card__media img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.checkout-card__copy{flex-direction:column;gap:4px;min-width:0;display:flex}.checkout-card__copy strong{font-size:1rem;font-weight:600}.checkout-card__copy span{color:var(--theme-text-muted);font-size:.92rem}.checkout-card__actions{flex-direction:column;justify-content:space-between;align-self:stretch;align-items:flex-end;gap:12px;display:flex}.checkout-card__remove{background:var(--theme-surface-muted);width:34px;height:34px;color:var(--theme-text-muted);border:0;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.checkout-card__stepper{justify-self:end;align-items:center;gap:10px;display:flex}.checkout-card__stepper button{background:var(--theme-surface-muted);width:30px;height:30px;color:var(--theme-text);border:0;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.checkout-card__plus{background:var(--store-primary)!important;color:var(--theme-inverse-text)!important}.checkout-card__stepper span{min-width:10px;color:var(--theme-text);font-weight:500}.checkout-header-actions{position:relative}.checkout-header-menu{background:var(--theme-surface);min-width:170px;box-shadow:0 18px 34px var(--theme-shadow);z-index:24;border-radius:18px;padding:8px;position:absolute;top:calc(100% + 10px);right:0}.checkout-header-menu__item{width:100%;min-height:46px;color:var(--theme-text);text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;padding:0 14px;font-size:.95rem;font-weight:600;display:inline-flex}.checkout-header-menu__item:hover{background:var(--theme-surface-muted)}.checkout-header-menu__item svg{width:18px;height:18px;color:var(--store-primary)}.checkout-contact{background:var(--theme-surface);box-shadow:0 10px 22px var(--theme-shadow);border-radius:20px;flex-direction:column;gap:14px;padding:18px;display:flex}.checkout-contact__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.checkout-contact__head h2{color:var(--theme-text);margin:0;font-size:1.06rem;font-weight:700}.checkout-contact__head span{color:var(--theme-text-muted);font-size:.9rem}.checkout-contact__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.checkout-contact__field{color:var(--theme-text-muted);flex-direction:column;gap:8px;font-size:.9rem;font-weight:600;display:flex}.checkout-contact__field--wide{grid-column:1/-1}.checkout-contact__field input{background:var(--theme-surface-muted);width:100%;min-height:52px;color:var(--theme-text);border:0;border-radius:16px;padding:0 16px}.checkout-contact--modal{box-shadow:none;background:0 0;border-radius:0;padding:0}.checkout-summary{margin-inline:-16px;background:var(--theme-primary-gradient);color:var(--theme-inverse-text);box-shadow:0 22px 40px var(--theme-primary-shadow);flex-direction:column;gap:18px;margin-bottom:0;padding:28px 24px;display:flex}.checkout-summary__row{justify-content:space-between;align-items:center;gap:12px;font-size:.98rem}.checkout-summary__hint{color:#ffffffc2;margin:-8px 0 0;font-size:.88rem;line-height:1.45}.checkout-summary__divider{border-top:1px dashed #ffffff5c;height:1px}.checkout-summary__row--total{color:var(--theme-inverse-text);font-size:1.32rem}.checkout-summary__button{background:var(--theme-surface);min-height:72px;color:var(--theme-text);margin-top:8px;font-size:1.1rem}.checkout-form__message{color:var(--theme-inverse-text);background:#ffffff24;border-radius:16px;margin:0;padding:14px 16px;font-size:.95rem;line-height:1.55}.checkout-modal{z-index:70;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.checkout-modal__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#11111861;border:0;position:absolute;inset:0}.checkout-modal__dialog{background:var(--theme-surface);border-radius:28px;flex-direction:column;gap:18px;width:min(100%,520px);padding:24px;display:flex;position:relative;box-shadow:0 28px 60px #1712352e}.checkout-modal__header{justify-content:space-between;align-items:start;gap:12px;display:flex}.checkout-modal__header h2{color:var(--theme-text);font-family:var(--font-display);letter-spacing:-.05em;margin:0;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:800}.checkout-modal__header p{color:var(--theme-text-muted);margin:6px 0 0;font-size:.98rem;line-height:1.55}.checkout-modal__close{background:var(--theme-surface-muted);width:44px;height:44px;color:var(--theme-text);border:0;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.checkout-modal__form{flex-direction:column;gap:16px;display:flex}.checkout-modal__message{color:#b13434;background:#de3d3d1a;border-radius:16px;margin:0;padding:14px 16px;font-size:.95rem;line-height:1.55}.checkout-modal__submit{background:var(--theme-primary-gradient);min-height:64px;color:var(--theme-inverse-text);box-shadow:0 18px 30px var(--theme-primary-shadow);border:0;border-radius:20px;justify-content:center;align-items:center;font-size:1.02rem;font-weight:700;display:inline-flex}.alert-modal{z-index:80;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.alert-modal__backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1111186b;border:0;position:absolute;inset:0}.alert-modal__dialog{background:radial-gradient(circle at top center, var(--theme-primary-soft), transparent 46%), var(--theme-surface);text-align:center;border-radius:30px;flex-direction:column;align-items:center;gap:20px;width:min(100%,440px);padding:30px 24px 24px;display:flex;position:relative;box-shadow:0 28px 70px #17123538}.alert-modal__close{background:var(--theme-surface-muted);width:42px;height:42px;color:var(--theme-text);border:0;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:16px;right:16px}.alert-modal__icon{background:var(--theme-primary-gradient);width:74px;height:74px;color:var(--theme-inverse-text);box-shadow:0 18px 30px var(--theme-primary-shadow);border-radius:24px;justify-content:center;align-items:center;display:inline-flex}.alert-modal__icon svg{width:32px;height:32px}.alert-modal__content{flex-direction:column;gap:10px;display:flex}.alert-modal__content h2{color:var(--theme-text);font-family:var(--font-display);letter-spacing:-.05em;margin:0;font-size:clamp(1.8rem,4vw,2.2rem);font-weight:800}.alert-modal__content p{color:var(--theme-text-muted);margin:0;font-size:1rem;line-height:1.6}.alert-modal__button{background:linear-gradient(135deg, var(--store-secondary) 0%, var(--store-accent) 100%);width:100%;min-height:60px;color:var(--theme-inverse-text);box-shadow:0 18px 32px var(--theme-secondary-shadow);border:0;border-radius:20px;justify-content:center;align-items:center;font-size:1.02rem;font-weight:700;display:inline-flex}.profile-page{flex-direction:column;gap:28px;margin:0 auto;display:flex}.profile-page__topbar{justify-content:flex-end;display:flex}.profile-page__header{text-align:center;flex-direction:column;align-items:center;gap:14px;display:flex}.profile-page__avatar-wrap{width:fit-content;position:relative}.profile-page__avatar{object-fit:cover;background:var(--theme-surface-muted);border:1px solid #ebebeb;border-radius:50%;width:162px;height:162px}.profile-page__edit{width:44px;height:44px;color:var(--theme-inverse-text);background:#16161d;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:absolute;bottom:8px;right:-4px}.profile-page__header h1{font-size:clamp(2.4rem,5vw,4.3rem)}.profile-page__header>div{max-width:26ch;color:var(--theme-text-muted);margin:0;font-size:1.05rem;line-height:1.55}.profile-page_text-bio{margin-top:10px}.profile-page__stats{justify-content:center;align-items:center;gap:42px}.profile-page__stats div{text-align:center}.profile-page__stats span{color:var(--theme-text-muted);font-size:.95rem;display:block}.profile-page__stats strong{letter-spacing:-.05em;margin-top:10px;font-size:2rem;display:block}.profile-page__actions{justify-content:center;align-items:center;gap:18px}.profile-page__icon-action{background:var(--theme-surface);width:84px;height:84px;color:var(--theme-text);border:2px solid #1f2025;border-radius:18px;justify-content:center;align-items:center;display:inline-flex}.stories-section{flex-direction:column;gap:18px;display:flex}.stories-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.story-card{background:var(--theme-surface-soft);text-align:left;cursor:pointer;border:0;border-radius:14px;min-height:180px;padding:0;position:relative;overflow:hidden}.story-card img,.story-card video{object-fit:cover;width:100%;height:100%;display:block}.story-card__type{color:var(--theme-inverse-text);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000007a;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:.78rem;font-weight:700;display:inline-flex;position:absolute;bottom:12px;right:12px}.story-card__type svg{width:15px;height:15px}.story-card__likes{color:var(--theme-inverse-text);text-shadow:0 2px 12px #0000004d;align-items:center;gap:6px;display:inline-flex;position:absolute;bottom:12px;left:12px}.story-viewer{z-index:80;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.story-viewer__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a10d1;border:0;position:absolute;inset:0}.story-viewer__dialog{background:#14141b;border-radius:28px;flex-direction:column;gap:18px;width:min(100%,420px);height:min(86vh,760px);padding:16px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 70px #0000006b}.story-viewer__progress{background:#ffffff2e;border-radius:999px;width:100%;height:4px;overflow:hidden}.story-viewer__progress-bar{border-radius:inherit;background:var(--theme-surface);width:0;height:100%;display:block}.story-viewer__header{color:var(--theme-inverse-text);justify-content:space-between;align-items:center;gap:16px;display:flex}.story-viewer__profile{align-items:center;gap:12px;min-width:0;display:flex}.story-viewer__profile img{object-fit:cover;border-radius:50%;width:44px;height:44px}.story-viewer__profile strong,.story-viewer__profile span{display:block}.story-viewer__profile strong{font-size:1rem}.story-viewer__profile span{color:#ffffffb8;font-size:.86rem}.story-viewer__close{width:42px;height:42px;color:var(--theme-inverse-text);background:#ffffff1f;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.story-viewer__media{background:#0f1015;border-radius:24px;flex:1;min-height:0;position:relative;overflow:hidden}.story-viewer__media img,.story-viewer__media video{object-fit:contain;width:100%;height:100%;display:block}.story-viewer__footer{color:var(--theme-inverse-text);justify-content:flex-start;align-items:center;display:flex}.story-viewer__footer .story-card__likes{text-shadow:none;position:static}.studio-layout{flex-direction:column;gap:20px}.studio-panel{background:var(--theme-surface-soft);border-radius:26px;flex-direction:column;gap:18px;padding:24px;display:flex}.studio-form{flex-wrap:wrap;gap:14px}.studio-form label{color:var(--theme-text-muted);flex-direction:column;flex:220px;gap:8px;font-size:.94rem;font-weight:600;display:flex}.studio-form__full{flex-basis:100%}.studio-form input,.studio-form select,.studio-form textarea{background:var(--theme-surface);width:100%;min-height:56px;color:var(--theme-text);border:0;border-radius:16px;padding:0 16px}.studio-form textarea{resize:vertical;min-height:120px;padding:16px}button,input,select,textarea{font:inherit}button{cursor:pointer}button,a{transition:transform .18s,box-shadow .18s,background .18s,color .18s}button:hover,a:hover{transform:translateY(-1px)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--theme-primary-shadow);outline-offset:2px}.promo-slider__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}svg{width:22px;height:22px}@media (width>=700px){.screen-shell--wide{width:min(100%,840px)}.recommendation-grid,.recommendation-grid--catalog{grid-template-columns:repeat(3,minmax(0,1fr))}.stories-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.studio-layout{flex-direction:row;align-items:start}.studio-panel{flex:1}.page-content--checkout{gap:22px}.checkout-layout{grid-template-columns:minmax(0,1fr) minmax(300px,340px);align-items:start;gap:22px;display:grid}.checkout-list{gap:18px;padding-bottom:0}.checkout-form{margin-top:0;position:sticky;top:106px;bottom:auto}.checkout-summary{border-radius:30px;margin-inline:0;padding:26px 22px 24px}.checkout-card{border-radius:24px;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:16px}.checkout-card__content{grid-column:auto;grid-template-columns:116px minmax(0,1fr);gap:18px}.checkout-card__media{border-radius:18px;height:104px;min-height:104px}.checkout-card__copy{gap:8px}.checkout-card__copy strong{font-size:1.25rem}.checkout-card__copy span{font-size:1rem}.checkout-card__actions{gap:18px;min-width:120px}.checkout-card__remove{border-radius:14px;width:42px;height:42px}.checkout-card__stepper{gap:12px}.checkout-card__stepper button{border-radius:10px;width:38px;height:38px}.checkout-summary__button{min-height:64px}}@media (width>=1080px){.screen-shell--wide{width:min(100%,1120px);padding:18px 22px}.recommendation-grid,.recommendation-grid--catalog{grid-template-columns:repeat(4,minmax(0,1fr))}.detail-layout{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);align-items:start}.stories-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.page-content--checkout,.page-content--global-cart{gap:28px}.checkout-layout{grid-template-columns:minmax(0,1.35fr) minmax(360px,.85fr);gap:28px}.checkout-list{gap:20px}.checkout-form{top:120px}.checkout-card{padding:18px}.checkout-card__content{grid-template-columns:132px minmax(0,1fr);gap:20px}.checkout-card__media{border-radius:20px;height:118px;min-height:118px}.checkout-card__copy strong{font-size:1.35rem}.checkout-summary{padding:30px 26px 26px}.checkout-summary__row{font-size:1.02rem}.checkout-summary__row--total{font-size:1.5rem}}@media (width<=760px){.screen-shell,.screen-shell--wide{width:100%;min-height:calc(100vh - 20px);padding:14px 14px 12px}.promo-slide{grid-template-columns:minmax(0,1fr) minmax(132px,.92fr);min-height:188px;padding:20px 14px 12px 18px}.promo-slide__copy p{font-size:clamp(1.25rem,4vw,1.7rem)}.promo-slide__art img{max-width:210px;max-height:150px}.brand-tabs,.detail-attribute-options{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-page__stats{gap:24px}.profile-page__actions{flex-wrap:wrap}.profile-page__message{min-width:100%}.story-viewer{justify-content:stretch;align-items:stretch;padding:0}.story-viewer__dialog{width:100vw;max-width:none;height:100dvh;max-height:none;padding:max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom)) 12px;border-radius:0;gap:14px}.story-viewer__media{border-radius:18px}.directory-search,.global-cart-layout{grid-template-columns:minmax(0,1fr)}.global-cart-summary{position:static}.marketplace-showcase__featured-viewport{height:300px}.marketplace-showcase__featured{grid-template-columns:minmax(0,1fr) 220px}.marketplace-showcase__art{align-items:center;padding:18px 18px 18px 0}.marketplace-showcase__art img{max-width:220px;max-height:210px}.marketplace-showcase__copy{gap:10px;padding:26px 12px 26px 26px}.marketplace-showcase__copy h2{font-size:2rem;line-height:.98}.marketplace-showcase__copy p{-webkit-line-clamp:3;font-size:.94rem}.marketplace-showcase__copy a{min-height:46px;padding:0 18px}.marketplace-showcase__tiles,.store-directory__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.app-scene{padding:0}.screen-shell,.screen-shell--wide{min-height:100vh;box-shadow:none;border-radius:0;padding:14px 14px 10px}.bottom-nav{width:calc(100vw - 28px);bottom:max(10px, env(safe-area-inset-bottom))}.recommendation-grid,.recommendation-grid--catalog,.stories-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.promo-slide{grid-template-columns:minmax(0,1fr) 132px;min-height:176px;padding:18px 12px 12px 16px}.promo-slide__copy strong{font-size:.94rem}.promo-slide__copy p{font-size:1.18rem}.promo-slide__copy button{min-height:40px;padding:0 16px}.filter-modal__dialog{border-radius:24px;padding:20px}.filter-modal__actions{grid-template-columns:minmax(0,1fr)}.promo-slide__art img{max-width:180px;max-height:132px}.directory-brand__meta{border-radius:24px;min-width:0}.directory-brand{gap:16px}.directory-brand__title{font-size:clamp(2.25rem,12vw,3.4rem)}.directory-brand .cart-link{flex:none}.directory-search .search-field{border-radius:20px;min-height:60px}.directory-search__summary{border-radius:20px;min-width:0;padding:18px 20px}.global-cart-store__header{padding-inline:0}.checkout-card--global{gap:14px}.marketplace-showcase__featured-viewport{border-radius:28px;height:274px}.marketplace-showcase__featured{grid-template-columns:minmax(0,1fr) 164px}.marketplace-showcase__copy{gap:10px;padding:20px 8px 20px 20px}.marketplace-showcase__copy h2{font-size:1.55rem;line-height:1}.marketplace-showcase__copy p{-webkit-line-clamp:3;font-size:.82rem;line-height:1.45}.marketplace-showcase__art{align-items:center;min-height:100%;padding:14px 14px 14px 0}.marketplace-showcase__art img{max-width:150px;max-height:116px}.marketplace-showcase__copy span{min-height:28px;padding:0 12px;font-size:.72rem}.marketplace-showcase__copy a{border-radius:16px;min-height:42px;padding:0 16px;font-size:.92rem}.marketplace-showcase__tiles{display:none}.marketplace-showcase__tiles-mobile{flex-direction:column;gap:12px;display:flex}.marketplace-showcase__tiles-viewport{touch-action:pan-y;overscroll-behavior-x:contain;-webkit-user-select:none;user-select:none;overflow:hidden}.marketplace-showcase__tiles-track{will-change:transform;display:flex}.marketplace-showcase__tiles-slide{flex:0 0 100%;min-width:0}.marketplace-showcase__tiles-slide .marketplace-showcase__tile{border-radius:22px;min-height:190px}.store-directory__grid{grid-template-columns:minmax(0,1fr)}.store-card{border-radius:28px;min-height:320px}.checkout-card{grid-template-columns:92px minmax(0,1fr) auto;padding:10px 6px 10px 10px}.checkout-card__actions{gap:10px}.checkout-card__stepper{justify-content:flex-end}.checkout-contact__fields{grid-template-columns:minmax(0,1fr)}.checkout-summary{margin-inline:-14px;margin-bottom:0;padding-bottom:24px}.profile-page__stats{justify-content:space-between;gap:14px;width:100%}.profile-page__stats strong{font-size:1.7rem}.profile-page__icon-action{width:72px;height:72px}}@media (width<=760px){.alert-modal{padding:0}.alert-modal__dialog{border-radius:28px;width:min(100%,420px);margin:0 16px;padding:28px 22px 22px}}
