.app-dialog{color:#07185f;background:#fffffffc;border:1px solid #c6d9f7f2;border-radius:20px;width:min(100% - 32px,460px);max-width:none;padding:28px;box-shadow:0 28px 72px #07185f47}.app-dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#07185f7a}.app-dialog__icon{color:#0b63f6;background:#eaf3ff;border-radius:50%;place-items:center;width:42px;height:42px;margin-bottom:18px;font-size:1.05rem;font-weight:700;display:grid}.app-dialog--danger .app-dialog__icon{color:#b91c1c;background:#feecec}.app-dialog__content h2{margin:0;font-size:1.18rem;line-height:1.3}.app-dialog__content p{color:#51669c;margin:10px 0 0;font-size:.92rem;line-height:1.55}.app-dialog__field{color:#263b77;gap:8px;margin-top:20px;font-size:.84rem;font-weight:600;display:grid}.app-dialog__field input{color:#07185f;width:100%;min-height:46px;font:inherit;background:#fff;border:1px solid #c6d9f7;border-radius:10px;padding:0 13px}.app-dialog__actions{justify-content:flex-end;gap:10px;margin-top:26px;display:flex}.app-dialog__cancel,.app-dialog__confirm{min-height:44px;font:inherit;cursor:pointer;border-radius:10px;padding:0 18px;font-size:.88rem;font-weight:600}.app-dialog__cancel{color:#07185f;background:#fff;border:1px solid #c6d9f7}.app-dialog__confirm{color:#fff;background:#0b63f6;border:1px solid #0b63f6}.app-dialog__confirm--danger{background:#dc2626;border-color:#dc2626}.app-dialog__cancel:hover{background:#edf5ff}.app-dialog__confirm:hover{background:#084fc5}.app-dialog__confirm--danger:hover{background:#b91c1c}.app-dialog__cancel:focus-visible,.app-dialog__confirm:focus-visible{outline-offset:2px;outline:3px solid #0b63f652}@media (max-width:520px){.app-dialog{padding:22px}.app-dialog__actions{flex-direction:column-reverse}.app-dialog__cancel,.app-dialog__confirm{width:100%}}html[data-theme=dark][data-theme=dark] .app-dialog{border-color:var(--line);color:var(--text);background:var(--surface)}html[data-theme=dark][data-theme=dark] .app-dialog::backdrop{background:#040812a8}html[data-theme=dark][data-theme=dark] .app-dialog__icon{color:var(--brand);background:var(--brand-soft)}html[data-theme=dark][data-theme=dark] .app-dialog--danger .app-dialog__icon{color:#fca5a5;background:#3a1a1c}html[data-theme=dark][data-theme=dark] .app-dialog__content p{color:var(--muted)}html[data-theme=dark][data-theme=dark] .app-dialog__field{color:var(--text)}html[data-theme=dark][data-theme=dark] .app-dialog__field input,html[data-theme=dark][data-theme=dark] .app-dialog__cancel{border-color:var(--line);color:var(--text);background:var(--surface-sunken)}html[data-theme=dark][data-theme=dark] .app-dialog__cancel:hover{background:var(--surface-hover)}html[data-theme=dark][data-theme=dark] .app-dialog__confirm{color:#fff;background:#2563eb;border-color:#2563eb}html[data-theme=dark][data-theme=dark] .app-dialog__confirm:hover{background:#1d4ed8}html[data-theme=dark][data-theme=dark] .app-dialog__confirm--danger{background:#dc2626;border-color:#dc2626}html[data-theme=dark][data-theme=dark] .app-dialog__confirm--danger:hover{background:#b91c1c}
.mobile-nav__trigger,.store-search__toggle{display:none}@media (max-width:1040px){body .store-header{z-index:60;border:0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:none;backdrop-filter:none;min-height:56px;box-shadow:none;border-radius:0;align-items:center;gap:4px;margin:0;padding:0 8px;display:flex;position:sticky;top:0}body .mobile-nav__trigger,body .store-search__toggle{width:44px;height:44px;color:var(--text);cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}body .mobile-nav__trigger svg,body .store-search__toggle svg{width:22px;height:22px}body .store-brand{flex-shrink:0;gap:8px;min-width:0}body .store-brand__mark{width:26px;height:26px}body .store-brand span small{display:none}body .store-brand span strong{white-space:nowrap;font-size:15px}body .store-search__toggle{display:none}body .store-header .store-search{border:1px solid var(--line-strong);background:var(--panel-soft);border-radius:999px;flex-grow:1;align-items:center;gap:6px;min-width:0;margin:0;padding:0 4px 0 10px;display:flex}body .store-header .store-search input{flex-grow:1;min-width:0;height:44px}body .store-header .store-search__submit span,body .store-header .store-category-select{display:none}body .store-header .store-search__submit{flex-shrink:0;width:44px;height:44px;padding:0}body .store-header .account-menu{display:none}body .store-header .cart-link{flex-shrink:0;justify-content:center;gap:0;width:44px;height:44px;padding:0}body .store-header .cart-link span:not([class]){display:none}body .mobile-nav{z-index:200;display:flex;position:fixed;inset:0}body .mobile-nav__scrim{cursor:pointer;background:#060a149e;border:0;position:absolute;inset:0}body .mobile-nav__panel{border-right:1px solid var(--line-strong);background:var(--panel);flex-direction:column;width:min(310px,84vw);height:100%;padding:0 0 24px;animation:.18s ease-out mobile-nav-in;display:flex;position:relative;overflow-y:auto}@keyframes mobile-nav-in{0%{transform:translate(-100%)}to{transform:translate(0)}}body .mobile-nav__head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:0 8px 0 18px;display:flex}body .mobile-nav__head strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}body .mobile-nav__close{width:44px;height:44px;color:var(--text);cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.mobile-nav__close svg{width:20px;height:20px}body .mobile-nav__section{border-bottom:1px solid var(--line);flex-direction:column;padding:14px 0 6px;display:flex}body .mobile-nav__label{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;padding:0 18px 6px;font-size:11px;font-weight:700}body .mobile-nav__section a{min-height:46px;color:var(--text);align-items:center;padding:0 18px;font-size:14px;font-weight:500;display:flex}body .mobile-nav__section a:hover{background:var(--brand-soft)}body .hero-market{gap:16px;min-height:0;padding:18px 16px}body .hero-market__copy{max-width:none}body .hero-market h1{max-width:none;margin:10px 0 8px;font-size:clamp(1.62rem,7.4vw,2rem);line-height:1.14}body .hero-market__copy>p:not(.status-pill){max-width:none;font-size:.86rem;line-height:1.5}body .hero-features{display:none}body .hero-actions{flex-wrap:nowrap;gap:10px;display:flex}body .hero-actions>*,body .hero-actions .button{white-space:nowrap;border-radius:12px;flex:1 1 0;min-width:0;min-height:50px;padding:0 20px;font-size:.95rem;font-weight:600}body .hero-typography__art{display:none}body .hero-typography .sr-only{clip:auto;clip-path:none;white-space:normal;width:auto;height:auto;margin:0;position:static;overflow:visible}body .hero-typography .sr-only h1{letter-spacing:-.02em;text-wrap:balance;max-width:none;margin:0 0 8px;font-size:clamp(1.68rem,7.6vw,2.05rem);font-weight:800;line-height:1.12}body .chip-row{scrollbar-width:none;flex-wrap:nowrap;gap:8px;display:flex;overflow-x:auto}body .chip-row::-webkit-scrollbar{display:none}body .chip-row>*{flex-shrink:0}body .page>*,body .hero-market>*,body .marketplace-grid>*{min-width:0;max-width:100%}body .hero-market__visual,body .hero-market__visual--promo{min-height:0;max-height:150px}body .store-hero-promo{object-fit:contain;width:100%;max-height:150px}body .marketplace-grid{gap:16px;padding-left:16px;padding-right:16px}body .marketplace-ad-panel{display:none}body .section-toolbar{gap:10px}body .chip-row{scrollbar-width:none;gap:8px;padding-bottom:2px;overflow-x:auto}.chip-row::-webkit-scrollbar{display:none}body .chip-row button{flex-shrink:0;min-height:36px}body .section-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}body .section-toolbar>div:first-child{flex:100%}body .section-toolbar .chip-row{flex:120px;min-width:0}body .toolbar-controls{gap:8px;width:100%;min-width:0;display:flex}body .toolbar-controls>*{flex:1 1 0;min-width:0}body .sort-control,body .view-control{align-items:center;gap:6px;min-width:0;display:flex}body .toolbar-select{width:100%;min-width:0;min-height:40px}body .marketplace-grid .product-grid--list .product-card{grid-template-columns:116px minmax(0,1fr);min-height:0}body .marketplace-grid .product-grid--list .product-card__media{aspect-ratio:auto;background:var(--surface-sunken,var(--brand-soft));justify-content:center;align-items:center;width:116px;height:100%;min-height:116px;display:flex}body .marketplace-grid .product-grid--list .product-card__media img{object-fit:contain;width:100%;height:auto;max-height:100%}body .marketplace-grid .product-grid--list .product-card{position:relative}body .marketplace-grid .product-grid--list .wishlist-action{z-index:3;border:1px solid var(--line);background:var(--panel);border-radius:999px;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;min-height:36px;padding:0;display:flex;position:absolute;top:8px;right:8px}body .marketplace-grid .product-grid--list .product-card__actions{flex-wrap:nowrap;gap:8px;display:flex}body .marketplace-grid .product-grid--list .add-cart-action{flex:none;justify-content:center;gap:0;width:46px;min-width:46px;min-height:44px;padding:0}body .marketplace-grid .product-grid--list .add-cart-action span{display:none}body .marketplace-grid .product-grid--list .buy-now-action{white-space:nowrap;flex:1 1 0;min-width:0;min-height:44px;padding:0 12px}body .marketplace-grid .product-grid--list .product-card__body{padding:12px 14px 12px 12px}body .marketplace-grid .product-grid--list .product-card h2{-webkit-line-clamp:3;max-height:3.96em;font-size:.86rem;line-height:1.32}body .marketplace-grid .product-grid--list .product-card p:not(.eyebrow){display:none}body .marketplace-grid .product-grid--list .product-card__actions{flex-wrap:wrap}body .product-grid--grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}body .trust-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}body .trust-strip article{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:4px 10px;display:grid}body .trust-strip article>:first-child{grid-row:span 2}body .trust-strip strong{font-size:.78rem;line-height:1.25}body .trust-strip p{margin:0;font-size:.72rem;line-height:1.35}body .trust-strip article{min-width:0}body .trust-strip p,body .trust-strip strong{overflow-wrap:anywhere;min-width:0}body .add-cart-action,body .buy-now-action,body .wishlist-action{min-height:44px}body .product-detail-layout,body .product-detail-grid,body .product-data-sections{grid-template-columns:minmax(0,1fr);gap:16px;min-width:0;display:grid}body .product-ad-rail{display:none}body .product-media-card,body .media-tabs,body .media-stage,body .product-buy-panel,body .buy-action-card,body .product-about-card,body .detail-card{min-width:0;max-width:100%}body .media-tabs{scrollbar-width:none;overflow-x:auto}body .media-tabs::-webkit-scrollbar{display:none}body .media-tabs>*{flex-shrink:0}body .product-quick-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}body .product-quick-facts>*{min-width:0}body .buy-action-card{position:static}body .purchase-panel{flex-wrap:wrap;gap:10px;min-width:0;max-width:100%;display:flex}body .purchase-panel>*{min-width:0}body .purchase-panel__quantity{flex:100%}body .purchase-panel__buy-now,body .purchase-panel__cart{white-space:nowrap;flex:calc(50% - 5px);min-width:0;min-height:48px}body .secondary-actions{flex-wrap:wrap;gap:10px;min-width:0;max-width:100%;display:flex}body .product-share,body .product-share__trigger{min-width:0;max-width:100%}body .detail-panels,body .detail-panels--single,body .product-about-card__overview,body .product-about-card__content{grid-template-columns:minmax(0,1fr);gap:14px;min-width:0;max-width:100%;display:grid}body .detail-panels>*,body .product-about-card__content>*{min-width:0;max-width:100%}body .product-description-content,body .product-about-card__copy,body .feature-list li{overflow-wrap:anywhere}body .product-detail-features,body .feature-list{min-width:0}body .product-detail-tags{flex-wrap:wrap}body .filter-panel{display:none}body .filter-panel.is-sheet-open{z-index:200;border:0;border-top:1px solid var(--line-strong);background:var(--panel);border-radius:22px 22px 0 0;flex-direction:column;width:100%;max-height:82vh;margin:0;padding:0;animation:.2s ease-out filters-sheet-in;display:flex;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;box-shadow:0 -18px 50px #00000073}body .filter-panel.is-sheet-open>:not(.filters-sheet__grip):not(.filters-sheet__foot){padding-left:18px;padding-right:18px}body .filter-panel.is-sheet-open .panel-heading{z-index:2;border-bottom:1px solid var(--line);background:var(--panel);padding-top:8px;padding-bottom:14px;position:sticky;top:0}body .filter-panel .filters-sheet__grip{display:none}body .filter-panel.is-sheet-open .filters-sheet__grip{background:var(--line-strong);border-radius:999px;flex-shrink:0;align-self:center;width:38px;height:4px;margin:10px 0 2px;display:block}body .filter-panel .filters-sheet__foot,body .filter-panel .filter-ads{display:none}body .sort-sheet{z-index:200;align-items:flex-end;display:flex;position:fixed;inset:0}body .sort-sheet__panel{width:100%;padding:0 0 calc(14px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--line-strong);background:var(--panel);border-radius:22px 22px 0 0;flex-direction:column;animation:.2s ease-out filters-sheet-in;display:flex;position:relative}body .sort-sheet__head{border-bottom:1px solid var(--line);padding:8px 18px 12px}body .sort-sheet__head strong{font-size:17px}body .sort-sheet__option{border:0;border-bottom:1px solid var(--line);min-height:54px;color:var(--muted);font:inherit;text-align:left;cursor:pointer;background:0 0;justify-content:space-between;align-items:center;gap:12px;padding:0 18px;font-size:15px;display:flex}body .sort-sheet__option.is-active{color:var(--text);font-weight:600}body .sort-sheet__option.is-active svg{color:var(--brand)}body .sort-sheet__option:last-child{border-bottom:0}body .reviews-overview{grid-template-columns:minmax(0,1fr);gap:14px;display:grid}body .review-empty-state{text-align:center;grid-template-columns:minmax(0,1fr);justify-items:center}body .review-empty-state h3,body .review-empty-state p{min-width:0;max-width:none}body .toolbar-controls{display:none}body .filters-sheet__trigger--sort{margin-left:8px}body .filter-panel.is-sheet-open .filters-sheet__foot{padding:14px 18px calc(18px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--line);background:var(--panel);gap:10px;margin-top:auto;display:flex;position:sticky;bottom:0}body .filters-sheet__trigger{border:1px solid var(--line-strong);background:var(--panel);width:auto;min-height:44px;color:var(--text);font:inherit;cursor:pointer;border-radius:12px;flex-shrink:0;justify-content:center;justify-self:start;align-items:center;gap:7px;padding:0 16px;font-size:13px;font-weight:600;display:flex}body .filters-sheet__trigger svg{flex-shrink:0;width:17px;height:17px}body .filters-sheet__count{background:var(--brand);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;display:inline-flex}body .filters-sheet{z-index:200;align-items:flex-end;display:flex;position:fixed;inset:0}body .filters-sheet__scrim{cursor:pointer;background:#060a149e;border:0;position:absolute;inset:0}body .filters-sheet__panel{border-top:1px solid var(--line-strong);background:var(--panel);border-radius:22px 22px 0 0;flex-direction:column;width:100%;max-height:82vh;animation:.2s ease-out filters-sheet-in;display:flex;position:relative}@keyframes filters-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}body .filters-sheet__grip{background:var(--line-strong);border-radius:999px;align-self:center;width:38px;height:4px;margin:10px 0 2px}body .filters-sheet__head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:8px 18px 14px;display:flex}.filters-sheet__head strong{font-size:17px}body .filters-sheet__clear{color:var(--brand);font:inherit;cursor:pointer;background:0 0;border:0;font-size:13px;font-weight:600}body .filters-sheet__body{flex-grow:1;padding:4px 18px 18px;overflow-y:auto}body .filters-sheet__foot{padding:14px 18px calc(18px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--line);gap:10px;display:flex}body .filters-sheet__apply{background:linear-gradient(135deg, var(--brand), var(--brand-strong));color:#fff;min-height:50px;font:inherit;cursor:pointer;border:0;border-radius:14px;flex-grow:1;justify-content:center;align-items:center;font-size:15px;font-weight:700;display:flex}}@media (min-width:1041px){body .sort-sheet,body .filters-sheet,body .filters-sheet__trigger,body .mobile-nav{display:none}}@media (min-width:640px) and (max-width:1040px){body .marketplace-grid .product-grid--list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}body .marketplace-grid .product-grid--list .product-card{grid-template-columns:132px minmax(0,1fr)}body .marketplace-grid .product-grid--list .product-card__media{width:132px;height:132px}body .hero-market__visual,body .hero-market__visual--promo,body .store-hero-promo{max-height:240px}body .hero-typography .sr-only h1{font-size:clamp(2rem,4.4vw,2.6rem)}body .hero-actions>*{flex:0 auto;min-width:190px}body .trust-strip{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:639px){body .trust-strip{grid-template-columns:minmax(0,1fr)}body .hero-market,body .store-brand span{display:none}}
