@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap";:root{--bg: #0d1016;--bg-2: #151a23;--text: #f3f7ff;--muted: #adb2bc;--accent: #d1d4dc;--accent-2: #a5acb8;--glass: rgba(27, 30, 36, .64);--glass-soft: rgba(24, 27, 34, .5);--stroke: rgba(209, 214, 224, .2);--shadow: 0 18px 48px rgba(2, 8, 20, .52);--nav-shell-radius: 30px;--nav-pill-radius: 18px}*{box-sizing:border-box}html{background:var(--bg);overscroll-behavior:none;-webkit-text-size-adjust:100%}body{margin:0;min-height:100vh;font-family:Manrope,sans-serif;color:var(--text);background:linear-gradient(162deg,var(--bg) 0%,var(--bg-2) 58%,#10141c 100%);overscroll-behavior:none;-webkit-overflow-scrolling:touch}h1,h2,h3,h4{font-family:Space Grotesk,sans-serif;margin:0}p{margin:0}button{font:inherit}.page-shell{position:relative;max-width:1200px;margin:0 auto;padding:20px 16px 104px;min-height:100dvh;display:flex;flex-direction:column}.page-shell.is-immersive{padding-top:10px}.page-shell.has-overlay .ambient{opacity:0;visibility:hidden}.page-shell.has-overlay .topbar,.page-shell.has-overlay .bottom-nav{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}.ambient{position:fixed;border-radius:999px;filter:blur(92px);pointer-events:none;z-index:0;opacity:.2;will-change:transform}.ambient-top{width:min(42vw,460px);height:min(42vw,460px);top:-14vh;left:-10vw;background:#59c0ff9e}.ambient-mid{width:min(36vw,400px);height:min(36vw,400px);top:30vh;right:16vw;background:#996dff8a;animation:orbDriftB 36s ease-in-out infinite alternate}.ambient-bottom{width:min(44vw,500px);height:min(44vw,500px);right:-15vw;bottom:-22vh;background:#ff97547a;animation:orbDriftC 34s ease-in-out infinite alternate}.glass,.glass-soft{border:1px solid var(--stroke);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:var(--shadow)}.glass{background:var(--glass)}.glass-soft{background:var(--glass-soft)}.topbar{position:sticky;top:12px;z-index:10;border-radius:22px;padding:18px;animation:fadeIn .5s ease;display:grid;gap:14px;transition:opacity .26s ease,transform .26s ease,max-height .26s ease,padding .26s ease,margin .26s ease,box-shadow .4s ease;background:linear-gradient(180deg,#0000003d,#0000001f,#0000),var(--glass)}.topbar:after{display:none}.topbar.is-collapsed{opacity:0;transform:translateY(-16px);max-height:0;overflow:hidden;visibility:hidden;pointer-events:none;margin-bottom:0;padding-top:0;padding-bottom:0;border-color:transparent}.topbar.is-compact{background:transparent;border-color:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;gap:0}.topbar-head{position:relative;min-height:112px}.topbar-head:has(.brand-header-row--full){min-height:0}.brand-header-row--full{display:flex;flex-wrap:nowrap;align-items:center;gap:12px}.brand-header-row--full .brand-logo-desktop{max-height:36px;flex:0 0 auto}.brand-header-row--full .top-nav-inline{flex:0 1 auto;min-width:0;margin:0 10px 0 0}.brand-header-row--full .brand-search-desktop{flex:0 0 clamp(184px,20.7vw,252px)}.brand-header-row--full .brand-search-desktop .search-field{width:100%}.brand-header-row--full .top-shortcuts{flex:0 0 auto}.topbar.is-compact .topbar-head{min-height:52px}.brand-block{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;gap:8px;transition:opacity .26s ease,transform .26s ease,max-height .26s ease;max-height:220px}.brand-block.is-hidden{opacity:0;transform:translateY(-8px);max-height:0;overflow:hidden;pointer-events:none}.topbar-search-inline{position:absolute;top:0;right:0;bottom:0;left:0;max-height:0;overflow:hidden;opacity:0;transform:translateY(-6px);transition:opacity .22s ease,transform .22s ease,max-height .22s ease}.search-field{position:relative;display:block;border:1px solid rgba(190,202,222,.35);border-radius:var(--nav-pill-radius);background:#0f1216e6;box-shadow:inset 0 0 0 1px #0a0c0e33}.search-field input{width:100%;border-radius:var(--nav-pill-radius);border:0;outline:none;background:transparent;color:var(--text);padding:10px 12px 10px 38px}.search-icon{position:absolute;left:12px;top:50%;width:16px;height:16px;transform:translateY(-50%);color:#b7becb;pointer-events:none}.search-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.topbar-search-inline.is-visible{max-height:52px;opacity:1;transform:translateY(0)}.brand-kicker{margin:0;color:var(--accent);font-size:12px;letter-spacing:.18em;text-transform:uppercase}.brand-search-inline{margin-top:10px}.brand-mobile-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.brand-mobile-row h1{margin:0;flex:1;min-width:0;font-size:22px;line-height:1.1;white-space:nowrap}.brand-logo{display:block;width:auto;object-fit:contain}.brand-logo-mobile{flex:1;min-width:0;max-width:230px;max-height:34px}.brand-logo-desktop{flex:0 0 auto;max-width:min(34vw,360px);max-height:52px}.brand-mobile-search{flex:0 0 clamp(132px,42vw,176px);max-width:176px}.brand-mobile-search .search-field{width:100%}.brand-header-row{display:flex;align-items:center;gap:12px}.brand-header-row h1{flex:0 0 auto;white-space:nowrap}.top-nav-inline{flex:1;margin:0}.brand-sub{margin:8px 0 0;color:var(--muted)}.content-wrap{position:relative;z-index:1;margin-top:16px;display:grid;gap:14px;flex:1 1 auto;transition:filter .24s ease,opacity .24s ease}.panel{border-radius:22px;padding:18px;transition:opacity .26s ease,transform .26s ease}.panel.hidden{display:none}.panel.visible{display:block;animation:rise .26s ease}.tab-page{animation:rise .26s ease;overflow-x:hidden;width:100%}.tab-page.hidden{display:none}.tab-page.visible{display:flex;flex-direction:column;flex:1}.storefront-page{animation:rise .26s ease}.storefront-page-shell{border-radius:22px;padding:clamp(12px,2vw,18px);display:grid;gap:12px}.storefront-page-shell .expanded-media-wrap{border-radius:16px;overflow:hidden;min-height:260px;max-height:380px}.storefront-page-shell .expanded-media-wrap:has(video){display:flex;align-items:center;justify-content:center;background:#06080d;max-height:min(78vh,720px);min-height:320px}.storefront-page-shell .expanded-media-wrap video.expanded-media{width:auto;max-width:100%;height:auto;max-height:min(78vh,720px);object-fit:contain;background:#06080d;display:block}.storefront-page-shell .expanded-media-wrap img.expanded-media{width:100%;height:100%;object-fit:cover;display:block}.storefront-page-shell .expanded-media-wrap .expanded-media-placeholder{width:100%;min-height:320px;border-radius:16px}.catalog-panel{padding:0;border:0;background:transparent;box-shadow:none}.catalog-panel.hidden{display:none}.catalog-panel.visible{display:block;animation:rise .26s ease}.catalog-grid{margin-top:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.catalog-category-tabs{margin-top:12px;display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.catalog-category-tabs button{white-space:nowrap;background:#22262fad;border-color:#b8beca57;color:#d3d8e2;padding:8px 12px}.catalog-category-tabs button.active{background:#5c627075;color:#f6f8ff}.category-menu-grid{margin-top:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.category-menu-card{border-radius:16px;padding:14px;display:grid;gap:8px;text-align:left;border-color:#bec8da47}.category-menu-card strong{font-size:14px;letter-spacing:.04em}.category-menu-card small{color:var(--muted);font-size:12px}.category-menu-icon{width:42px;height:42px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#0c121db8;border:1px solid rgba(174,206,255,.32)}.category-menu-icon svg{width:22px;height:22px;fill:none;stroke:#dfe8f8;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.category-menu-icon svg path[fill],.category-menu-icon svg rect[fill],.category-menu-icon svg circle[fill]{fill:#dfe8f8}.categories-view-head{margin-top:12px;display:grid;gap:8px}.categories-back{width:fit-content;border-radius:999px;padding:8px 12px}.catalog-groups{margin-top:4px;display:grid;gap:18px}.catalog-group{display:grid;gap:10px}.catalog-group-title{color:#d8dde6;font-size:18px}.catalog-track{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;overflow:visible;padding:2px 0 8px}.media-card{border-radius:18px;overflow:hidden;display:grid;gap:10px;padding:8px}.media-preview{position:relative;border-radius:14px;overflow:hidden;background:#11141ab3;cursor:pointer}.media-preview.has-gallery{touch-action:pan-y;-webkit-user-select:none;user-select:none}.media-kind-badge{position:absolute;top:8px;left:8px;z-index:2;padding:4px 9px;border-radius:999px;border:1px solid rgba(220,228,243,.36);background:#0b0f14b8;color:#ecf1fb;font-size:11px;font-weight:700;letter-spacing:.02em}.media-preview.is-video{aspect-ratio:9 / 16}.media-preview.is-photo{aspect-ratio:3 / 4}.media-asset{width:100%;height:100%;object-fit:cover;display:block}.media-asset-placeholder,.expanded-media-placeholder,.cart-item-preview-fallback,.seller-showcase-item-preview-fallback{display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 20%,#5ac3ff29,#5ac3ff00 42%),linear-gradient(180deg,#0c111af0,#070a10fa);color:#eaf1ffb8;border:1px solid rgba(180,193,220,.14)}.media-asset-placeholder span,.expanded-media-placeholder span,.cart-item-preview-fallback span,.seller-showcase-item-preview-fallback span{font-size:11px;font-weight:800;letter-spacing:.18em}.media-preview.is-video .media-asset{object-fit:contain;background:#06080d}.media-preview .media-asset-video{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:2;object-fit:contain;background:#06080d}.media-asset-video-source{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none;z-index:0}.media-asset-video::-webkit-media-controls,.media-asset-video::-webkit-media-controls-enclosure,.media-asset-video::-webkit-media-controls-panel,.media-asset-video::-webkit-media-controls-start-playback-button,.media-asset-video::-webkit-media-controls-play-button,.media-asset-video::-webkit-media-controls-overlay-enclosure,.media-asset-video::-webkit-media-controls-overlay-play-button{display:none!important;opacity:0!important;pointer-events:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.media-asset-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.media-asset-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1}.media-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px}.media-footer-stacked{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto;align-items:stretch;gap:6px}.media-price-row{display:flex;align-items:center;min-width:0}.media-title-row{display:block;width:100%;border:0;background:transparent;padding:0;text-align:left;cursor:pointer;font:inherit;color:inherit;box-shadow:none}.media-title-row:hover,.media-title-row:active,.media-title-row:focus-visible{background:transparent;border-color:transparent;box-shadow:none}.media-meta-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.media-meta-row .media-rating-box{flex:1 1 auto;min-width:0}.media-meta-row .media-actions{flex:0 0 auto}.media-info{display:flex;flex-direction:column;gap:6px;padding:0}.media-info-button{border:0;background:transparent;text-align:left;cursor:pointer;font:inherit;color:inherit;border-color:transparent;box-shadow:none}.media-info-button:hover,.media-info-button:active,.media-info-button:focus-visible{background:transparent;border-color:transparent;box-shadow:none}.media-price-box{margin:0;font-size:18px;font-weight:800;color:#4ade80;letter-spacing:-.5px}.media-title-text{margin:0;font-size:13px;color:#e9ecf1;line-height:1.35;word-break:break-word;font-weight:500}.media-rating-box{display:flex;align-items:center;gap:4px}.media-star{width:16px;height:16px;flex-shrink:0;fill:#fbbf24}.media-rating-value{font-size:12px;font-weight:600;color:#e9ecf1}.media-review-count{font-size:11px;color:#8b94a5}.media-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:4;width:56px;height:56px;border-radius:999px;border:1px solid rgba(229,239,255,.46);padding:0;display:inline-flex;align-items:center;justify-content:center;background:radial-gradient(circle at 25% 18%,#ffffff6b,#ffffff0f 52%),radial-gradient(circle at 78% 78%,#bbcae633,#bbcae600 60%),linear-gradient(162deg,#ebf3ff4d,#8594ad33);box-shadow:inset 0 1.5px #ffffff61,inset 0 -1px #93a0b63d,0 14px 28px #080c1385,0 0 0 1px #ecf4ff1a;backdrop-filter:blur(16px) saturate(1.16);-webkit-backdrop-filter:blur(16px) saturate(1.16);cursor:pointer;color:#f3f8ff;transition:background .2s ease,box-shadow .22s ease,color .18s ease}.media-play:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;background:linear-gradient(180deg,#ffffff3d,#fff0 60%),radial-gradient(circle at 24% 22%,#ffffff38,#fff0 62%);pointer-events:none}.media-play svg{width:20px;height:20px;fill:currentColor;stroke:none;transform:translate(1px)}.media-play:hover,.media-play:active,.media-play:focus-visible{transform:translate(-50%,-50%)}.media-tap-hint{position:absolute;left:50%;top:calc(50% + 38px);transform:translate(-50%);z-index:4;max-width:calc(100% - 24px);padding:5px 10px;border-radius:999px;background:#0b0f14b8;border:1px solid rgba(220,228,243,.28);color:#ecf1fb;font-size:clamp(9px,2.6vw,11px);font-weight:600;letter-spacing:.02em;line-height:1.2;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.media-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;z-index:4}.media-loading-spinner{width:10px;height:10px;border-radius:999px;background:#f0f7ffeb;animation:pulseDot .76s ease-in-out infinite}.media-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:30px;height:30px;min-width:30px;border-color:#d7e2f461;background:#080d139e;color:#ebf3ff;opacity:.86}.media-gallery-nav svg{width:16px;height:16px}.media-gallery-nav-prev{left:8px}.media-gallery-nav-next{right:8px}.media-gallery-dots{position:absolute;left:50%;bottom:8px;transform:translate(-50%);display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border-radius:999px;background:#080c147a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:3}.media-gallery-dot{width:6px;height:6px;border-radius:999px;background:#dce6f580}.media-gallery-dot.is-active{width:10px;background:#f4fafff0}.media-actions{display:inline-flex;align-items:center;gap:6px}.media-score{display:inline-flex;align-items:center;gap:4px;color:#d9dde6;font-size:12px;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.media-score svg{width:14px;height:14px;fill:currentColor;stroke:none}.media-score small{color:#aab0bc;font-size:11px}.catalog-stage{position:relative}.card{overflow:hidden;border-radius:18px;cursor:pointer;transition:box-shadow .22s ease,filter .2s ease}.card:hover{box-shadow:0 12px 28px #04102273;filter:brightness(1.06)}.card img{width:100%;height:160px;object-fit:cover;display:block}.card-body{padding:12px}.card-body p{color:var(--muted);min-height:56px}.card-actions{display:grid;gap:8px;grid-template-columns:1fr 1fr}.catalog-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:39;background:#0000007a;backdrop-filter:blur(14px) saturate(1.1);-webkit-backdrop-filter:blur(14px) saturate(1.1);opacity:0;pointer-events:none}.catalog-scrim.is-open{animation:overlayReveal .52s cubic-bezier(.2,.9,.25,1) forwards;pointer-events:auto}.catalog-scrim.is-closing{animation:overlayHide .48s cubic-bezier(.34,.12,.24,1) forwards;pointer-events:none}.catalog-overlay{position:fixed;top:10px;right:10px;bottom:10px;left:10px;z-index:40;border-radius:28px;padding:clamp(12px,2vw,20px);background:radial-gradient(circle at 16% 10%,#f6f8ff1f,#0c0e1370 50%),linear-gradient(165deg,#0b0d127a,#0d10179e);backdrop-filter:blur(34px) saturate(1.42) brightness(.74);-webkit-backdrop-filter:blur(34px) saturate(1.42) brightness(.74);display:grid;opacity:0;pointer-events:none}.catalog-overlay:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:radial-gradient(circle at 82% 16%,#efe8ff29,#efe8ff00 44%),radial-gradient(circle at 22% 78%,#ffd0ab24,#ffd0ab00 48%),linear-gradient(180deg,#060a1229,#060a125c);mix-blend-mode:screen}.catalog-overlay.is-open{animation:overlayReveal .52s cubic-bezier(.2,.9,.25,1) forwards;pointer-events:auto}.catalog-overlay.is-closing{animation:overlayHide .48s cubic-bezier(.34,.12,.24,1) forwards;pointer-events:none}.expanded-card{width:min(880px,100%);margin:auto;border-radius:28px;position:relative;overflow:hidden;background:linear-gradient(145deg,#22252dbd,#14171e99);box-shadow:inset 0 1px #ffffff24,0 26px 56px #040d1c8f;border:1px solid rgba(198,204,216,.24);display:grid;grid-template-columns:1fr;transform:translateY(28px) scale(.965);opacity:0}.catalog-overlay.is-open .expanded-card{animation:cardReveal .52s cubic-bezier(.16,.92,.24,1) forwards}.catalog-overlay.is-closing .expanded-card{animation:cardHide .46s cubic-bezier(.42,.1,.26,1) forwards}.expanded-media-wrap{min-height:240px;max-height:320px}.expanded-media{width:100%;height:100%;object-fit:cover;display:block}.expanded-body{padding:0;display:grid;gap:14px}.expanded-subpage{gap:10px}.expanded-subpage-head{align-items:center;gap:10px}.expanded-subpage-spacer{width:86px;height:1px;opacity:0}.expanded-panel{width:100%;gap:10px}.expanded-description{margin:0;color:var(--text);line-height:1.55}.expanded-specs{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.expanded-spec{border-radius:14px;padding:10px 12px;display:grid;gap:4px}.expanded-spec span{color:var(--muted);font-size:12px}.expanded-actions{display:flex;gap:10px;flex-wrap:wrap}.expanded-params,.expanded-seller{border-radius:14px;padding:12px;display:grid;gap:8px}.expanded-params h4{margin:0;font-size:14px}.expanded-params ul{margin:0;padding-left:16px;display:grid;gap:5px}.expanded-seller-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.expanded-seller-head p{margin:0}.expanded-review-list{display:grid;gap:8px}.expanded-review-item{border-radius:10px;border:1px solid rgba(187,197,214,.22);background:#0a0e1673;padding:8px;display:grid;gap:4px}.expanded-review-item p,.expanded-review-item small{margin:0}.meta-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.kind{color:#d8dbe2;text-transform:uppercase;font-size:12px;letter-spacing:.08em}button,input,select,textarea{font:inherit}button{cursor:pointer;border:1px solid rgba(177,186,201,.4);background:linear-gradient(130deg,#5a617061,#40455242);color:#fff;border-radius:12px;padding:10px 14px;transition:background .16s ease,border-color .16s ease}button:hover{background:linear-gradient(130deg,#6e768780,#52586866);border-color:#c8d2e480}.order-form{display:grid;gap:12px;margin-top:12px}.cart-form{margin-top:12px;display:grid;gap:14px}.cart-headline{display:flex;align-items:center;justify-content:space-between;gap:10px}.cart-headline p{margin:0}.cart-empty{margin-top:12px;border-radius:14px;padding:14px;display:grid;gap:10px}.empty-page{display:flex;flex-direction:column;flex:1;overflow-x:hidden;width:100%}.empty-page-hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px 32px;text-align:center;gap:12px}.empty-page-icon{width:96px;height:96px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#b58cff14;border:1px solid rgba(181,140,255,.18);margin-bottom:8px}.empty-page-icon svg{width:56px;height:56px}.empty-page-title{font-size:22px;font-weight:700;color:#fff;margin:0}.empty-page-sub{font-size:14px;color:#ffffff80;margin:0;max-width:280px;line-height:1.5}.empty-page-cta{margin-top:8px;padding:12px 28px;border-radius:24px;background:linear-gradient(135deg,#b58cff,#e879a0);border:none;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .15s ease,transform .12s ease}.empty-page-cta:hover{opacity:.88}.empty-page-cta:active{transform:scale(.96)}.empty-page-recommended{padding:0;min-width:0}.empty-page-rec-label{font-size:13px;font-weight:600;color:#ffffff73;text-transform:uppercase;letter-spacing:.06em;margin:0 0 12px 4px}.rec-row{display:flex;gap:10px;overflow-x:auto;padding:4px 12px 12px;-webkit-overflow-scrolling:touch;scrollbar-width:none;max-width:100%;width:100%}.rec-row::-webkit-scrollbar{display:none}.rec-card{flex:0 0 140px;border-radius:14px;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;border:none;padding:0;text-align:left;transition:transform .14s ease,filter .14s ease}.rec-card:hover{transform:translateY(-2px);filter:brightness(1.08)}.rec-card:active{transform:scale(.97)}.rec-card-img{width:100%;height:100px;overflow:hidden;background:#ffffff0a;position:relative}.rec-card-img img{width:100%;height:100%;object-fit:cover;display:block}.rec-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#b58cff26,#e879a01a)}.rec-card-info{padding:8px 10px;display:flex;flex-direction:column;gap:3px}.rec-card-title{font-size:12px;font-weight:500;color:#ffffffd9;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rec-card-price{font-size:13px;font-weight:700;color:#b58cff}.cart-list{display:grid;gap:12px}.cart-item{border-radius:16px;padding:12px;display:grid;gap:10px;cursor:pointer;transition:filter .18s ease}.cart-item:hover{filter:brightness(1.05)}.cart-item-top{display:flex;align-items:center;justify-content:flex-end;gap:10px}.cart-item-main{display:grid;gap:12px;grid-template-columns:minmax(130px,200px) 1fr}.cart-item-preview{position:relative}.cart-item-preview-fallback{width:100%;height:130px;border-radius:12px}.cart-item-main img{width:100%;height:130px;object-fit:cover;border-radius:12px}.cart-select-floating{position:absolute;left:8px;top:8px;width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#0a1220b8;border:1px solid rgba(166,201,255,.38)}.cart-select-floating input{width:16px;height:16px}.icon-toggle{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0;background:#0b1524b8;border-color:#91d3ff70}.media-favorite{position:absolute;top:8px;right:8px;z-index:2}.icon-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.icon-open{width:32px;height:32px;min-width:32px;border-radius:999px;padding:0;gap:0}.icon-open span{font-size:11px;font-weight:600;line-height:1}.icon-toggle.is-active{color:#ff3f5f;border-color:#ff748c7a;background:#320d16c2}.icon-toggle.is-active svg{fill:currentColor}.cart-checkout{border-radius:16px;padding:14px;display:grid;gap:10px}.checkout-stage{display:grid;gap:10px}.checkout-stage h3{margin:0;font-size:16px}.checkout-stage label{display:grid;gap:6px;color:var(--muted)}.checkout-stage input,.checkout-stage textarea{width:100%;border-radius:12px;border:1px solid rgba(190,198,211,.3);background:#0b0e14b8;color:var(--text);padding:10px}.checkout-items{display:grid;gap:10px}.checkout-item{border:1px solid rgba(190,198,211,.2);border-radius:12px;padding:10px;display:grid;gap:8px}.order-form label{display:grid;gap:7px;color:var(--muted)}.order-form input,.order-form select,.order-form textarea{width:100%;border-radius:12px;border:1px solid rgba(166,201,255,.3);background:#090e18b8;color:var(--text);padding:10px}.check-row{display:flex!important;align-items:center;gap:10px}.check-row input{width:18px;height:18px}.price-box{display:flex;justify-content:space-between;align-items:center;border-radius:14px;padding:12px}.faq-list{margin-top:12px;display:grid;gap:10px}.faq-item{border-radius:12px;padding:10px 12px}.faq-item summary{cursor:pointer;font-weight:600}.faq-item p,.bullet-list{color:var(--muted)}.profile-grid{margin-top:12px;display:grid;gap:12px;grid-template-columns:minmax(0,1fr)}.profile-card{border-radius:16px;padding:14px;display:grid;gap:10px}.profile-card h3{margin:0;font-size:16px}.profile-form{display:grid;gap:8px}.profile-form label{display:grid;gap:6px;color:var(--muted)}.profile-form input,.profile-form select,.profile-form textarea,.profile-referral-line input{width:100%;border-radius:12px;border:1px solid rgba(190,198,211,.3);background:#0b0e14b8;color:var(--text);padding:10px}.profile-form input.input-error{border-color:#ff7a91c7;box-shadow:0 0 0 1px #ff7a913d}.field-error{color:#ff9daf;font-size:11px;line-height:1.25}.profile-auth-tabs{display:inline-flex;gap:8px}.profile-auth-tabs button{padding:8px 12px}.profile-auth-tabs .is-active{border-color:#d2dcec8c;background:#626c805c}.profile-user-box{border-radius:12px;border:1px solid rgba(190,198,211,.24);background:#0c10179e;padding:10px;display:grid;gap:4px}.profile-user-box span,.profile-user-box small{color:var(--muted)}.profile-stat-row{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.profile-value{margin:4px 0 0;font-size:18px;font-weight:700}.profile-chip-row{display:flex;gap:8px;flex-wrap:wrap}.profile-chip{padding:6px 10px;border-radius:999px;border:1px solid rgba(200,208,223,.36);background:#161b23b3;font-size:12px;color:#e7edf8}.profile-wallet{margin:2px 0 0;font-size:26px;font-weight:800;letter-spacing:.02em}.profile-wallet-history-btn{width:100%}.profile-inline-actions{display:flex;gap:8px}.profile-inline-actions button{flex:1}.profile-listings-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.profile-hero{display:grid;gap:12px}.profile-identity{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start}.profile-avatar-box{position:relative;width:108px;min-width:108px}.profile-avatar{width:108px;height:108px;border-radius:50%;object-fit:cover;border:1px solid rgba(190,198,211,.28);background:#0f131bd1}.profile-avatar-placeholder{display:grid;place-items:center;font-size:40px;font-weight:800;color:#eef4ff}.profile-avatar-upload{position:absolute;right:-4px;bottom:-4px;width:36px;height:36px;min-width:36px;border-radius:50%;border:1px solid rgba(191,201,216,.32);background:#232730e0;color:#f0f6ff;font-size:24px;line-height:1;padding:0;display:grid;place-items:center}.profile-name-editor{display:grid;gap:8px}.profile-name-row{display:flex;align-items:center;gap:8px}.profile-name-value{flex:1;min-width:0;font-size:24px;line-height:1.15;font-weight:800;color:#f3f8ff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-name-editor input{flex:1;min-width:0;border-radius:12px;border:1px solid rgba(190,198,211,.3);background:#0b0e14b8;color:var(--text);padding:10px;font-size:20px;font-weight:700}.profile-name-editor input:focus{border-color:#9ed6ffa8;outline:none}.profile-identity-actions{display:flex;gap:8px}.profile-name-controls{display:flex;align-items:center;gap:8px;margin-left:auto}.profile-description-row{display:flex;align-items:flex-start;gap:8px}.profile-description-value{flex:1;min-width:0;margin:0;color:#cfd7e8;font-size:14px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.profile-description-value.is-empty{color:#8892a8;font-style:italic}.profile-description-row textarea{flex:1;min-width:0;border-radius:12px;border:1px solid rgba(190,198,211,.3);background:#0b0e14b8;color:var(--text);padding:10px;font-size:14px;line-height:1.5;font-family:inherit;resize:vertical;min-height:72px}.profile-description-row textarea:focus{border-color:#9ed6ffa8;outline:none}.profile-description-controls{display:flex;align-items:center;gap:8px;margin-top:2px}.profile-icon-btn{width:38px;height:38px;min-width:38px;border-radius:12px;border:1px solid rgba(188,197,212,.32);background:#161c27d1;color:#e8effd;padding:0;display:grid;place-items:center}.profile-icon-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.profile-overview-cards{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.profile-overview-card{border-radius:20px;border:1px solid rgba(189,198,212,.22);background:linear-gradient(145deg,#1f2227e0,#15181fe0);color:#eff5ff;text-align:left;padding:14px;display:grid;gap:4px}button.profile-overview-card{cursor:pointer}.profile-overview-card strong{font-size:34px;line-height:1;letter-spacing:.01em}.profile-overview-card span{color:#dce4f3;font-size:14px}.profile-overview-card small{color:#aab3c4;font-size:12px}.profile-level-bar{width:100%;height:14px;border-radius:999px;border:1px solid rgba(154,164,182,.28);background:#0c1016d1;overflow:hidden}.profile-level-bar span{display:block;width:0%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#54f498e0,#2de383e0)}.level-card{display:grid;grid-template-columns:200px minmax(0,1fr) 200px;gap:20px;align-items:stretch;padding:18px}.level-card-main{display:grid;gap:14px;min-width:0;padding:4px 6px}.level-card.is-locked{border:1px solid rgba(255,102,116,.32);background:linear-gradient(160deg,#ff4e600f,#1418208c)}.level-card.is-current{border:1px solid rgba(110,196,255,.6);box-shadow:0 0 0 1px #6ec4ff33 inset,0 12px 32px #3a8ee02e;background:linear-gradient(160deg,#3a8ee01f,#2de38314)}.level-card-id-aside{border-radius:16px;border:1px solid rgba(189,198,212,.22);background:linear-gradient(160deg,#3a8ee02e,#2de38324);padding:14px;display:grid;align-content:center;gap:6px;text-align:center}.level-card.is-locked .level-card-id-aside{background:linear-gradient(160deg,#ff4e6038,#c42a4029);border-color:#ff667466}.level-card.is-current .level-card-id-aside{background:linear-gradient(160deg,#3a8ee052,#2de38338);border-color:#6ec4ff99}.level-card-id-label{font-size:12px;color:#aab3c4;letter-spacing:.02em;text-transform:uppercase}.level-card-id-value{font-size:28px;line-height:1;letter-spacing:.01em;color:#f3f8ff;font-weight:800}.level-card-id-note{font-size:12px;color:#cfd7e8}.level-card-bonus{border-radius:16px;border:1px solid rgba(189,198,212,.22);background:linear-gradient(160deg,#3a8ee02e,#2de38324);padding:14px;display:grid;align-content:center;gap:6px;text-align:center}.level-card.is-locked .level-card-bonus{background:linear-gradient(160deg,#ff4e6038,#c42a4029);border-color:#ff667466}.level-card.is-current .level-card-bonus{background:linear-gradient(160deg,#3a8ee052,#2de38338);border-color:#6ec4ff99}.level-card.is-locked .level-card-id-note,.level-card.is-locked .level-card-bonus-note{color:#ffb3bd}.level-card.is-locked .level-card-bonus-save{color:#ff8794}.level-card-bonus-label{font-size:12px;color:#aab3c4;letter-spacing:.02em;text-transform:uppercase}.level-card-bonus-value{font-size:28px;line-height:1;letter-spacing:.01em;color:#f3f8ff}.level-card-bonus-note{font-size:13px;color:#cfd7e8}.level-card-bonus-note strong{color:#69e6a4}.level-card-bonus-save{font-size:12px;color:#69e6a4}.level-card-bonus-save--neutral{color:#aab3c4}@media (max-width: 720px){.level-card{grid-template-columns:minmax(0,1fr)}.level-card-id-aside,.level-card-bonus{text-align:left}}.level-card-head{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;align-items:center}.level-card-title{display:grid;gap:2px}.level-card-title strong{font-size:16px;color:#f3f8ff}.level-card-title small{font-size:12px;color:#aab3c4}.level-requirements{list-style:none;margin:0;padding:0;display:grid;gap:14px}.level-requirement{display:grid;gap:8px;padding:12px 14px;border-radius:14px;border:1px solid rgba(189,198,212,.18);background:#0c10168c}.level-requirement-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;color:#cfd7e8}.level-requirement-row strong{color:#f3f8ff;font-weight:700}.level-requirement.is-ok .level-requirement-row strong{color:#69e6a4}.level-requirement-bar{width:100%;height:8px;border-radius:999px;border:1px solid rgba(154,164,182,.22);background:#0c1016d1;overflow:hidden}.level-requirement-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#54f498e0,#2de383e0)}.level-requirement.is-pending .level-requirement-bar span{background:linear-gradient(90deg,#ffbc5ce0,#f58a40e0)}.level-card-perks{margin:4px 0 0;padding:12px 14px;border-radius:14px;border:1px dashed rgba(189,198,212,.22);background:#0c10166b;font-size:13px;line-height:1.5;color:#cfd7e8}.profile-listings-empty{border-radius:12px;border:1px dashed rgba(190,198,211,.28);background:#0b0e1485;padding:12px}.profile-listings-tabs{display:flex;gap:8px;overflow:auto;padding-bottom:2px}.profile-listings-tabs button{border-radius:999px;border:1px solid rgba(185,194,211,.28);background:#0b0e148f;color:#d9e2f3;padding:8px 12px;font-size:13px;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.profile-listings-tabs button span{min-width:18px;height:18px;border-radius:999px;background:#abb7cd3d;display:inline-grid;place-items:center;font-size:11px;font-weight:700;padding:0 5px}.profile-listings-tabs button.is-active{border-color:#96cfffa6;background:#233042cc;color:#f3f8ff}.profile-listings-search{display:block}.profile-listings-search input{width:100%;border-radius:16px;border:1px solid rgba(187,197,213,.24);background:#0d1118d1;color:var(--text);padding:10px 12px;outline:none}.profile-listings-search input:focus{border-color:#9fd6ffa3}.profile-listings-feed{display:grid;gap:10px}.profile-listing-card{position:relative;border-radius:14px;border:1px solid rgba(190,198,211,.2);background:#0d11189e;padding:8px;cursor:pointer;transition:border-color .18s,background .18s;outline:none}.profile-listing-card:hover,.profile-listing-card:focus-visible{border-color:#bec6d36b;background:#141a26c7}.profile-listing-card.is-archived{opacity:.62}.profile-listing-card-inner{display:grid;grid-template-columns:82px minmax(0,1fr);gap:12px;align-items:start;padding-right:126px}.profile-listing-cover{width:82px;height:82px;border-radius:12px;object-fit:cover;border:1px solid rgba(186,195,211,.26);background:#141922ad}.profile-listing-cover-empty{background:linear-gradient(145deg,#232834cc,#11151ee6),repeating-linear-gradient(45deg,transparent,transparent 8px,rgba(183,197,220,.08) 8px,rgba(183,197,220,.08) 16px)}.profile-listing-body{display:grid;gap:4px;min-width:0}.profile-listing-cat{font-size:12px;color:#a8b6ca}.profile-listing-title{font-size:15px;line-height:1.2}.profile-listing-stats{margin-top:2px;display:flex;flex-wrap:wrap;gap:8px 12px;color:#e1e8f7;font-size:12px}.profile-listing-actions{position:absolute;top:8px;right:8px;display:flex;flex-direction:row;gap:4px;z-index:2}.profile-listing-action-btn{width:34px;height:34px;border-radius:10px;padding:0;display:inline-grid;place-items:center;background:#161c28eb;border:1px solid rgba(188,198,214,.22);color:#a8b6ca;cursor:pointer}.profile-listing-action-btn:hover{background:#20283af5;color:#d8e4f4}.profile-listing-action-btn--muted{color:#6a7b90}.profile-listing-action-btn--muted:hover{color:#ff9aaf;border-color:#ff829a4d}.profile-listing-action-btn svg{width:16px;height:16px}.profile-listing-media-strip{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.profile-listing-media-dot{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:#1e2636cc;border:1px solid rgba(188,198,214,.2);font-size:9px;color:#a8b6ca}.profile-listing-media-dot.is-video{color:#8ec9ff;border-color:#8ec9ff4d}.profile-listing-media-dot.is-more{font-size:10px;font-weight:700;color:#c2d0e8}.profile-listings-load-more{width:100%;padding:12px;border-radius:14px;border:1px dashed rgba(188,198,214,.3);background:#10152080;color:#a8b6ca;font-size:14px;font-weight:600;text-align:center;cursor:pointer}.profile-referral-label{font-size:12px;color:#7a8fa8;margin:8px 0 4px}.share-modal{width:min(460px,94vw);padding:20px;border-radius:24px}.share-modal-name{font-size:14px;color:#c2d0e8;margin-bottom:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-moderation-comment{margin-top:4px;color:#ffc3d3;font-size:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.profile-moderation-comment-label{font-weight:700;color:#ff9aaf}.profile-status-chip{display:inline-flex;align-self:start;width:fit-content;border-radius:999px;border:1px solid rgba(185,194,211,.42);background:#191e27bd;padding:3px 9px;font-size:11px;font-weight:700}.profile-status-chip.status-pending_moderation{border-color:#f8cf7285;color:#ffe7ab}.profile-status-chip.status-approved{border-color:#81e7ab8a;color:#ccffe0}.profile-status-chip.status-rejected{border-color:#ff829a94;color:#ffd0dd}.profile-status-chip.status-archived{border-color:#8c98af4d;color:#8c98af}.listing-cover-section{display:grid;gap:10px;padding:12px;border-radius:16px;border:1px solid rgba(190,198,211,.18);background:#0d11188c}.listing-cover-label{margin:0;font-size:14px;font-weight:700}.listing-cover-preview-wrap{position:relative;width:min(220px,100%)}.listing-cover-preview{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:16px;border:1px solid rgba(190,198,211,.22)}.listing-cover-remove{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:10px;padding:0}.listing-file-btn--cover{min-height:52px}.listing-view-modal{width:min(760px,100%);max-height:min(92vh,920px);overflow:auto}.listing-view-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.listing-view-price{font-size:20px;font-weight:800}.listing-view-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;margin-top:14px}.listing-view-media{position:relative;border-radius:16px;overflow:hidden;border:1px solid rgba(190,198,211,.16);background:#0d1118ad}.listing-view-media-el{width:100%;aspect-ratio:16 / 10;object-fit:cover;display:block}.listing-view-video-el{aspect-ratio:auto;max-height:min(70vh,760px);object-fit:contain;background:#05070b}.listing-view-fullscreen-btn{position:absolute;right:10px;bottom:10px;padding:6px 10px;min-height:34px;border-radius:10px;border:1px solid rgba(196,205,221,.3);background:#090e18c7;color:#e6eefc;font-size:12px;font-weight:700}.listing-view-description{margin-top:16px;color:#eef3ff;line-height:1.55}.listing-view-points{margin-top:16px}.listing-view-subtitle{margin:0 0 8px;font-size:14px;font-weight:700;color:#f2f7ff}.listing-view-points ul{margin:0;padding-left:18px;color:#dbe6f9;display:grid;gap:6px}.listing-modal{width:min(760px,100%);max-height:min(92vh,920px);overflow:auto}.listing-progress{display:grid;gap:8px}.listing-progress strong{font-size:14px}.listing-progress-bar{width:100%;height:8px;border-radius:999px;background:#0d121ab8;border:1px solid rgba(171,183,205,.26);overflow:hidden}.listing-progress-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#8ad6ffe0,#6889ffe0);transition:width .24s ease}.listing-step-label{margin:0 0 4px;font-size:13px;font-weight:600;color:var(--muted)}.listing-file-btn-wrap{display:block;cursor:pointer}.listing-file-hidden{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.listing-file-btn{display:inline-flex;align-items:center;gap:6px;border:1.5px dashed rgba(188,198,213,.5);border-radius:12px;padding:10px 18px;font-size:13px;font-weight:500;color:var(--text);background:#ffffff0a;transition:border-color .16s ease,background .16s ease;cursor:pointer}.listing-file-btn-wrap:hover .listing-file-btn{border-color:#d1d6e0cc;background:#ffffff12}.listing-media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px;margin-top:4px}.listing-media-thumb{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:1;background:#0000004d}.listing-media-preview{width:100%;height:100%;object-fit:cover;display:block}.listing-media-thumb-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:space-between;padding:4px;background:linear-gradient(to bottom,rgba(0,0,0,.4) 0%,transparent 40%,transparent 60%,rgba(0,0,0,.5) 100%)}.listing-media-remove{align-self:flex-end;background:#0009!important;border:none!important;color:#fff;padding:2px 6px!important;border-radius:6px!important;font-size:11px;line-height:1.4;min-width:unset!important}.listing-preview-radio{display:flex;align-items:center;gap:4px;font-size:10px;color:#fff;background:#00000080;border-radius:4px;padding:2px 5px;cursor:pointer}.listing-preview-radio input{margin:0;width:10px;height:10px}.listing-points-section{display:grid;gap:8px;padding-top:4px}.listing-points-label{margin:0;font-size:13px;font-weight:600;color:var(--text)}.listing-points-required{font-size:11px;font-weight:400;color:var(--muted)}.listing-point-row{display:flex;align-items:center;gap:8px}.listing-point-num{width:22px;height:22px;border-radius:50%;background:#d1d6e026;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;flex-shrink:0}.listing-point-row input{flex:1;font-size:13px}.listing-point-remove{background:transparent!important;border:1px solid rgba(200,100,100,.4)!important;color:#f08080!important;padding:4px 8px!important;border-radius:8px!important;font-size:11px;min-width:unset!important}.listing-point-add{align-self:flex-start;background:transparent!important;border:1.5px dashed rgba(188,198,213,.4)!important;color:var(--muted)!important;padding:8px 14px!important;border-radius:10px!important;font-size:12px;font-weight:500;transition:border-color .16s ease,color .16s ease!important}.listing-point-add:hover{border-color:#d1d6e0b3!important;color:var(--text)!important}.listing-media-list{display:grid;gap:8px}.listing-media-row{border-radius:12px;border:1px solid rgba(188,198,213,.24);background:#0c10189e;padding:10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.listing-media-row p{margin-top:2px;overflow-wrap:anywhere;font-size:12px}.listing-media-actions{display:flex;align-items:center;gap:8px}.listing-preview-choice{font-size:12px;color:#dce4f7}.listing-review-grid{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.listing-review-grid div{border-radius:12px;border:1px solid rgba(188,198,213,.24);background:#0c10189e;padding:10px;display:grid;gap:4px}.listing-review-grid small{color:var(--muted);font-size:11px}.listing-review-grid strong{font-size:13px}.listing-review-description{grid-column:1 / -1}.listing-review-description p{margin:0;color:#eaf0fb;white-space:pre-wrap}.listing-modal-actions{display:flex;justify-content:space-between;gap:10px}.listing-modal-actions button{min-width:140px}.profile-list{display:grid;gap:8px}.profile-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:12px;border:1px solid rgba(190,198,211,.2);background:#0d11189e;padding:10px}.profile-row p{margin:2px 0 0}.profile-row-meta{display:grid;justify-items:end;gap:4px;font-size:12px;color:#d7deec;white-space:nowrap}.profile-span-2{grid-column:1 / -1}.profile-referral-link-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;border-radius:14px;border:1px solid rgba(188,198,213,.24);background:#0a0f18c7;padding:8px}.profile-referral-link-row input{min-width:0;border:0;background:transparent;color:#eff5ff;font-size:13px;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-referral-link-row--accent{box-shadow:inset 0 1px #ffffff14}.profile-referral-link-row .profile-icon-btn{width:42px;height:42px;min-width:42px;border-radius:12px;background:#121822eb}.profile-referral-metrics{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.profile-referral-metric{border-radius:14px;border:1px solid rgba(189,198,212,.22);background:#0c111ab8;padding:10px;display:grid;gap:4px}.profile-referral-metric span{font-size:12px;color:#afbbcf}.profile-referral-metric strong{font-size:22px;color:#eff5ff}.profile-grid.is-hidden{display:none}.profile-iframe-stage{border-radius:16px;padding:12px;display:grid;gap:10px}.profile-window{border-radius:18px}.profile-window--inline{border:1px solid rgba(188,198,213,.24);background:#0c1018bd}.profile-window--modal{border:1px solid rgba(198,208,223,.28)}.profile-window__head{border-bottom:1px solid rgba(186,197,213,.16);padding-bottom:8px}.profile-iframe-stage-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.profile-iframe-stage-head h3{margin:0}.profile-iframe-modal{width:min(980px,100%);max-height:min(92vh,920px);display:grid;gap:10px}.profile-iframe-view{width:100%;min-height:min(72vh,700px);border:1px solid rgba(187,197,214,.24);border-radius:14px;background:#070a0feb}.profile-subpage{border-radius:20px;padding:14px;display:grid;gap:12px}.profile-page.is-subpage{margin-top:0}.profile-subpage-head{display:flex;align-items:center;justify-content:space-between;padding:8px 0}.profile-subpage-head h3{margin:0;flex:1;text-align:center;font-size:16px}.profile-subpage-back{min-width:36px;height:36px;padding:0;border-radius:999px;border:0;background:#ffffff0f;color:inherit;box-shadow:none;display:inline-flex;align-items:center;justify-content:center;transition:background .16s ease,transform .16s ease}.profile-subpage-back:hover,.profile-subpage-back:focus-visible{background:#ffffff24;transform:translate(-1px)}.profile-subpage-list{display:grid;gap:10px}.profile-subpage-item{border-radius:14px;padding:12px;display:grid;gap:6px}.profile-subpage-item-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.profile-subpage-item p{margin:0;color:var(--muted)}.review-card{border-radius:14px;padding:12px;display:grid;gap:8px;background:transparent}.review-header{display:flex;align-items:flex-start;justify-content:space-between}.review-author{display:flex;align-items:center;gap:8px;flex:1}.review-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#59c0ff,#96f);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;flex-shrink:0}.review-author-info{display:flex;flex-direction:column;gap:2px}.review-author-info strong{font-size:14px;line-height:1.2}.review-author-info small{font-size:12px;color:var(--muted)}.review-rating{display:flex;align-items:center;gap:8px;font-size:13px}.review-rating .stars{color:orange;font-size:12px;letter-spacing:1px}.review-rating span:last-child{color:var(--muted)}.review-title{margin:0;font-size:13px;font-weight:500;color:var(--text)}.review-text{margin:0;font-size:13px;color:var(--muted);line-height:1.4}.review-reply-btn{align-self:flex-start;background:transparent;border:1px solid var(--stroke);color:var(--text);padding:6px 12px;border-radius:8px;font-size:12px;font-weight:500;cursor:pointer;transition:all .16s ease;margin-top:4px}.review-reply-btn:hover{border-color:var(--accent);background:#d1d6e01a}.order-card{border-radius:14px;padding:12px;display:grid;gap:8px;background:transparent}.order-info{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.order-info strong{font-size:13px;flex:1}.order-status{font-size:12px;color:var(--muted);white-space:nowrap}.order-price{margin:0;font-size:13px;font-weight:500;color:var(--text)}.deal-actions-row{margin-top:6px;display:flex;flex-wrap:wrap;gap:8px}.deal-chat-list{display:grid;gap:8px;max-height:min(46vh,420px);overflow:auto;padding-right:2px}.deal-chat-item{border-radius:12px;border:1px solid rgba(187,197,214,.18);background:#0a0e168c;padding:10px;display:grid;gap:6px}.deal-chat-item.is-own{border-color:#83e2ab5c;background:#0a16107a}.deal-chat-item.is-system{border-style:dashed;border-color:#bbc5d647;background:#10131b8c}.deal-chat-meta{color:var(--muted);font-size:11px}.deal-chat-item p{margin:0;line-height:1.45}.deal-chat-attachments{display:flex;flex-wrap:wrap;gap:6px}.deal-chat-attachment-link{font-size:12px;color:#9fd6ff;text-decoration:none;border:1px solid rgba(159,214,255,.28);border-radius:10px;padding:5px 8px;background:#10172580}.deal-compose-card{gap:10px}.deal-compose-textarea{width:100%;min-height:88px;resize:vertical;border-radius:12px;border:1px solid rgba(187,197,214,.22);background:#0c1018b3;color:var(--text);padding:10px;font:inherit}.deal-compose-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.deal-compose-hint{margin:0;font-size:12px;color:#ffcfb2}.deal-file-label{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;border:1px dashed rgba(187,197,214,.3);color:var(--muted);cursor:pointer}.deal-file-label input{display:none}.toast-notice{position:fixed;left:12px;right:12px;bottom:126px;z-index:90;border-radius:12px;padding:12px 14px;pointer-events:none;animation:toastSlideIn .18s ease}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.auth-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#04070c9e;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:grid;place-items:center;padding:16px}.auth-modal{width:min(460px,100%);border-radius:22px;padding:16px;display:grid;gap:12px}.auth-modal h3{margin:0}.auth-modal-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.auth-modal-close{width:30px;height:30px;border-radius:999px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:#0a101ab8;border-color:#c0cada6b;color:#e9eef8;font-size:14px;line-height:1}.auth-modal-otp{width:min(420px,100%)}.auth-modal-actions{display:flex;justify-content:center;gap:8px}.auth-modal-actions button{min-width:180px}.auth-modal-links{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.auth-link{border:0;background:transparent;color:#9ed0ff;padding:0;font-size:13px;text-decoration:underline;text-decoration-color:#9ed0ff99;text-underline-offset:3px}.auth-link:hover{color:#c3e2ff;text-decoration-color:#c3e2ffe6}.auth-password-hint{color:#c6d3e8d6;font-size:11px;line-height:1.35}.auth-terms-row{border-radius:12px;border:1px solid rgba(190,198,211,.2);background:#0a0e168a;padding:10px;display:grid!important;grid-template-columns:auto 1fr;gap:8px;align-items:start}.auth-terms-row input[type=checkbox]{width:16px;height:16px;margin-top:2px}.auth-terms-row span{color:#dce3f1;font-size:12px;line-height:1.35}.auth-terms-row .field-error{grid-column:1 / -1;margin-top:-2px}.auth-remember-row{border-radius:12px;border:1px solid rgba(190,198,211,.2);background:#0a0e168a;padding:10px;display:grid!important;grid-template-columns:auto 1fr;gap:8px;align-items:center}.auth-remember-row input[type=checkbox]{width:16px;height:16px}.auth-remember-row span{color:#dce3f1;font-size:12px;line-height:1.35}.auth-social{display:grid;gap:10px}.auth-social-title{text-align:center;font-size:12px;color:#9fa9bc}.auth-social-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.auth-social-btn{min-height:40px;border-radius:12px;border:1px solid rgba(192,202,218,.28);background:linear-gradient(150deg,#181f2de6,#0b1018d9);color:#e7eefb;font-size:12px;font-weight:600}.auth-social-btn:hover,.auth-social-btn:focus-visible{border-color:#8cbfff99;background:linear-gradient(150deg,#23314aeb,#101826e0)}.otp-grid{display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr))}.otp-cell{width:100%;height:56px;border-radius:14px;border:1px solid rgba(209,217,231,.34);background:#0c1017c7;color:var(--text);text-align:center;font-size:28px;font-weight:700;letter-spacing:.05em;outline:none}.otp-cell:focus{border-color:#bdd6ffb8;box-shadow:0 0 0 2px #82b7ff38}.seller-showcase-modal{width:min(860px,96vw);max-height:min(88vh,860px);overflow:auto;padding:16px;border-radius:24px}.seller-showcase-head{padding-top:0;padding-bottom:4px}.seller-showcase-body{display:grid;gap:14px}.seller-showcase-profile{display:grid;grid-template-columns:56px 1fr;gap:14px;align-items:start;padding:14px;border-radius:16px;border:1px solid rgba(184,204,238,.22);background:linear-gradient(155deg,#20263485,#12182475)}.seller-showcase-profile-body{display:grid;gap:8px}.seller-showcase-profile-body p{margin:0}.seller-showcase-stats{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:12px}.seller-showcase-rating-chip{display:inline-flex;align-items:center;min-height:30px;border-radius:999px;padding:6px 10px;color:#dfe9ff;border:1px solid rgba(161,193,246,.42);background:#161e2c9e}.seller-showcase-reviews-toggle{min-height:30px;border-radius:999px;border:1px solid rgba(172,205,255,.44);background:linear-gradient(150deg,#314a768f,#1f2d479e);color:#eef5ff;padding:6px 12px;font-size:12px}.seller-showcase-reviews-list{display:grid;gap:8px;margin-top:2px}.seller-showcase-avatar{width:56px;height:56px;border-radius:999px;border:1px solid rgba(195,214,246,.52);background:linear-gradient(150deg,#6ca0ee6b,#3458927a);display:inline-flex;align-items:center;justify-content:center;font-size:22px;font-weight:700}.seller-showcase-review{border-radius:12px;border:1px solid rgba(184,201,228,.24);background:#0c111c85;padding:9px 10px;display:grid;gap:5px}.seller-showcase-review p,.seller-showcase-review small{margin:0}.seller-showcase-review small{color:#9ea9be}.seller-showcase-category{padding:12px;display:grid;gap:10px;border-radius:16px}.seller-showcase-category>strong{font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:#e6efff}.seller-showcase-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(165px,1fr));gap:10px}.seller-showcase-item{border-radius:14px;border:1px solid rgba(184,200,227,.28);background:linear-gradient(162deg,#141a27bd,#0c111bc2);display:grid;gap:7px;padding:8px;text-align:left;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.seller-showcase-item:hover,.seller-showcase-item:focus-visible{border-color:#9dc2ff8f;box-shadow:0 8px 20px #070f1e57;transform:translateY(-1px)}.seller-showcase-item img{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:10px}.seller-showcase-item-preview-fallback{width:100%;aspect-ratio:4 / 5;border-radius:10px}.seller-showcase-item span{font-size:12px;color:#e2ebfb;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.seller-showcase-item strong{font-size:13px;color:#8ee79c}.notice{border-radius:12px;padding:12px;color:#dbf7ff}.muted{color:var(--muted)}.top-nav,.bottom-nav{--top-nav-columns: 5;--slot-width: calc((100% - 12px) / var(--top-nav-columns));--nav-highlight-radius: var(--nav-pill-radius);position:relative;overflow:hidden;border-radius:var(--nav-shell-radius);transition:border-radius .42s cubic-bezier(.22,1,.36,1);background:transparent}.top-nav:before,.bottom-nav:before{display:none}.top-nav{display:grid;grid-template-columns:repeat(var(--top-nav-columns),minmax(0,1fr));align-items:center;padding:6px;border-radius:24px;--nav-highlight-radius: var(--nav-pill-radius)}.top-nav.no-active .nav-highlight{opacity:0}.top-nav .nav-highlight,.bottom-nav .nav-highlight{position:absolute;left:6px;top:6px;width:var(--slot-width);height:calc(100% - 12px);border-radius:var(--nav-highlight-radius);background:linear-gradient(145deg,#e6ebf433,#a3aab829 54%,#79819238);border:1px solid rgba(196,202,214,.38);backdrop-filter:blur(12px) saturate(1.12);-webkit-backdrop-filter:blur(12px) saturate(1.12);box-shadow:inset 0 1.5px #ffffff47,inset 0 -1px #9ba2b033,0 12px 26px #0d101785,0 0 0 1px #cdd2df1f;transform:translate(calc(var(--active-index, 0) * 100%));transition:transform .56s cubic-bezier(.16,.86,.22,1),box-shadow .5s cubic-bezier(.2,.8,.3,1),border-radius .52s cubic-bezier(.2,.85,.28,1);will-change:transform,border-radius}.top-nav .nav-highlight:before,.bottom-nav .nav-highlight:before,.top-nav .nav-highlight:after,.bottom-nav .nav-highlight:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none}.top-nav .nav-highlight:before,.bottom-nav .nav-highlight:before{background:radial-gradient(circle at 26% 24%,#ffffff61 0,#fff0 44%),radial-gradient(circle at 78% 76%,#b6bcc933 0,#b6bcc900 56%);opacity:.88}.top-nav .nav-highlight:after,.bottom-nav .nav-highlight:after{top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:calc(var(--nav-highlight-radius) + 6px);background:radial-gradient(circle,#c2c8d64d 0,#c2c8d600 74%);opacity:0;transform:scale(.84)}.top-nav.is-sliding .nav-highlight,.bottom-nav.is-sliding .nav-highlight{animation:liquidMorph .56s cubic-bezier(.16,.9,.24,1) both}.top-nav.is-sliding .nav-highlight:after,.bottom-nav.is-sliding .nav-highlight:after{animation:waterRipple .56s ease-out both}.top-nav button,.bottom-nav button{position:relative;z-index:1;border:0;background:transparent;box-shadow:none;color:var(--muted)}.top-nav button{border-radius:12px;padding:11px 6px;font-weight:600;letter-spacing:.01em}.top-nav button.active,.bottom-nav button.active{color:#eaf7ff}.top-shortcuts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;width:clamp(280px,35vw,440px)}.top-shortcut{position:relative;border:0;background:transparent;border-radius:0;color:#c2c9d6;min-height:48px;padding:6px 8px;display:grid;justify-items:center;align-content:center;gap:3px;box-shadow:none}.top-shortcut.active{color:#eaf7ff;background:transparent}.top-shortcut:hover,.top-shortcut:focus-visible{color:#b58cff;transform:none;box-shadow:none;background:transparent}.top-shortcut-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}.top-shortcut-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.top-shortcut-label{font-size:10px;line-height:1;white-space:nowrap}.top-shortcut-badge{position:absolute;top:4px;right:4px;min-width:16px;height:14px;border-radius:999px;padding:0 4px;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:#eaf7ff;background:#a6adbc61;border:1px solid rgba(206,212,224,.44)}.top-nav button:hover,.bottom-nav button:hover{transform:none;box-shadow:none}.bottom-nav{--nav-shell-radius: 32px;--nav-highlight-radius: calc(var(--nav-shell-radius) - 4px);position:fixed;left:50%;transform:translate(-50%);bottom:14px;width:min(700px,calc(100vw - 24px));z-index:15;display:grid;grid-template-columns:repeat(5,1fr);border-radius:32px;padding:8px}.bottom-nav button{border-radius:12px;padding:10px 4px;font-size:12px;display:grid;place-items:center;gap:4px}.nav-label{line-height:1}.nav-badge{position:absolute;top:6px;right:10px;min-width:18px;height:16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;line-height:1;white-space:nowrap;padding:0 5px;color:#eaf7ff;background:#a6adbc57;border:1px solid rgba(206,212,224,.44)}.nav-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.nav-icon svg{width:18px;height:18px;fill:currentColor;stroke:currentColor;stroke-width:.8}.bottom-nav button{font-size:11px;font-weight:600}@keyframes rise{0%{opacity:0;transform:translateY(8px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes overlayReveal{0%{opacity:0}to{opacity:1}}@keyframes overlayHide{0%{opacity:1}to{opacity:0}}@keyframes cardReveal{0%{opacity:0;transform:translateY(28px) scale(.965);filter:saturate(.9)}65%{opacity:1;transform:translateY(-3px) scale(1.01);filter:saturate(1.08)}to{opacity:1;transform:translateY(0) scale(1);filter:saturate(1)}}@keyframes cardHide{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(16px) scale(.978)}}@keyframes orbDriftA{0%{transform:translateZ(0) scale(1)}50%{transform:translate3d(3vw,5vh,0) scale(1.03)}to{transform:translate3d(6vw,-3vh,0) scale(.98)}}@keyframes orbDriftB{0%{transform:translateZ(0) scale(1)}50%{transform:translate3d(-4vw,4vh,0) scale(.97)}to{transform:translate3d(3vw,8vh,0) scale(1.02)}}@keyframes orbDriftC{0%{transform:translateZ(0) scale(1)}50%{transform:translate3d(-5vw,-6vh,0) scale(1.04)}to{transform:translate3d(-2vw,-10vh,0) scale(.99)}}@keyframes liquidMorph{0%{filter:saturate(1);border-radius:var(--nav-highlight-radius)}34%{filter:saturate(1.2);border-radius:calc(var(--nav-highlight-radius) + 8px) calc(var(--nav-highlight-radius) - 2px) calc(var(--nav-highlight-radius) + 6px) calc(var(--nav-highlight-radius) - 4px);box-shadow:inset 0 1.5px #ffffff59,inset 0 -1px #98a0af42,0 12px 28px #0d11188a,0 0 0 1px #cfd4e024}66%{border-radius:calc(var(--nav-highlight-radius) + 2px) calc(var(--nav-highlight-radius) + 6px) calc(var(--nav-highlight-radius) - 2px) calc(var(--nav-highlight-radius) + 4px)}to{filter:saturate(1);border-radius:var(--nav-highlight-radius)}}@keyframes waterRipple{0%{opacity:.52;transform:scale(.62)}55%{opacity:.22;transform:scale(1.12)}to{opacity:0;transform:scale(1.26)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulseDot{0%{opacity:.34;transform:scale(.72)}50%{opacity:1;transform:scale(1)}to{opacity:.34;transform:scale(.72)}}@media (max-width: 768px){.topbar,.panel{border-radius:18px}.catalog-grid{grid-template-columns:1fr}.catalog-track{grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.category-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.media-card{min-width:0}.media-actions{display:inline-flex;gap:4px}.icon-open{width:32px;min-width:32px;padding:0}.icon-open span{display:none}.catalog-overlay{top:10px;right:10px;bottom:86px;left:10px;border-radius:24px}.expanded-card{grid-template-columns:1fr;border-radius:24px;max-height:100%;overflow:auto}.expanded-media-wrap{max-height:220px}.expanded-specs{grid-template-columns:1fr}.seller-showcase-items{grid-template-columns:repeat(2,minmax(0,1fr))}.expanded-actions{display:grid;grid-template-columns:1fr}.cart-item-main{grid-template-columns:1fr}.cart-item-main img{height:180px}.profile-grid{grid-template-columns:1fr}.profile-span-2{grid-column:span 1}.profile-row{align-items:start;flex-direction:column;gap:8px}.profile-row-meta{justify-items:start}.profile-referral-link-row{grid-template-columns:minmax(0,1fr) 44px}.profile-referral-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.profile-referral-metric{padding:10px 8px}.profile-referral-metric span{font-size:11px;line-height:1.25}.profile-referral-metric strong{font-size:18px;line-height:1.2}.profile-avatar-box,.profile-avatar{width:92px;min-width:92px;height:92px}.profile-name-editor input{font-size:16px}.profile-name-value{font-size:20px}.profile-name-row{align-items:stretch}.profile-name-controls{gap:6px}.profile-overview-card{border-radius:16px;padding:12px}.profile-overview-card strong{font-size:24px}.profile-iframe-view{min-height:min(70vh,620px)}.profile-listing-card{grid-template-columns:1fr;gap:10px}.profile-listing-cover{width:100%;height:164px}.profile-listing-meta{justify-items:start}.listing-media-row{flex-direction:column;align-items:flex-start}.listing-media-actions{width:100%;justify-content:space-between}.listing-review-grid{grid-template-columns:1fr}.listing-modal-actions{flex-direction:column}.listing-modal-actions button{width:100%}.auth-modal{border-radius:20px;padding:14px}.auth-modal-actions{justify-content:center}.auth-social-grid{grid-template-columns:1fr}.otp-cell{height:52px;font-size:24px}}@media (min-width: 1024px){.toast-notice{left:50%;right:auto;transform:translate(-50%);width:min(520px,calc(100vw - 32px));bottom:205px}}.bottom-nav.is-collapsed{opacity:0;pointer-events:none;transform:translateY(140%)}@media (min-width: 1025px){.profile-hero{grid-template-columns:minmax(0,1fr);align-items:stretch}.profile-overview-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-grid{width:100%;max-width:1100px;margin-left:auto;margin-right:auto}.profile-referral-links{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;align-items:start}.profile-referral-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 1024px){.page-shell{padding-bottom:0}.topbar-head{min-height:auto}.topbar{top:0;border-radius:0 0 24px 24px;margin:-14px -12px 16px;width:calc(100% + 24px)}.topbar.is-compact{border-radius:0;margin:-14px -12px 16px;width:calc(100% + 24px);padding:14px 12px}.brand-block{max-height:100%}.brand-block,.brand-block.is-hidden{position:static;opacity:1;transform:none;max-height:none;overflow:visible;pointer-events:auto}.brand-mobile-row{margin-left:-10px}.topbar-search-inline,.top-nav{display:none}.catalog-track{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-logo-mobile{max-width:min(70vw,300px);max-height:38px}}@media (min-width: 1025px){.topbar-head{min-height:0}.brand-header-row--full{justify-content:flex-start;width:calc(100% + 16px);margin-right:-16px;padding-right:16px;gap:8px}.brand-header-row--full .brand-logo-desktop{margin-right:auto}.brand-header-row--full .top-nav-inline{flex:0 0 auto;width:max-content;margin-left:0;margin-right:0}.brand-header-row--full .brand-search-desktop{margin-left:0;margin-right:0}.brand-header-row--full .top-shortcuts{margin-left:0;margin-right:12px}.topbar{padding:10px 0 10px 16px;border:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.topbar.glass{border:0;background:linear-gradient(180deg,#0000003d,#0000001f,#0000),var(--glass);box-shadow:none}.brand-block{position:static;inset:auto;max-height:none}.top-nav{padding:4px;border-radius:var(--nav-highlight-radius)}.top-nav button{padding:7px 14px;font-size:15px;line-height:1.1;border-radius:12px}.top-nav .nav-highlight,.top-nav.is-sliding .nav-highlight{top:4px;left:4px;height:calc(100% - 8px)}.search-field{border-radius:var(--nav-pill-radius)}.search-field input{padding:7px 12px 7px 34px;font-size:15px;height:35px}.search-icon{width:14px;height:14px;left:10px}.search-icon svg{width:14px;height:14px}.page-shell{padding-bottom:0}.bottom-nav,.topbar-search-inline{display:none}.media-play{display:inline-flex}.media-preview video::-webkit-media-controls{display:none!important}.media-preview video::-webkit-media-controls-enclosure,.media-preview video::-webkit-media-controls-panel,.media-preview video::-webkit-media-controls-start-playback-button,.media-preview video::-webkit-media-controls-play-button{display:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}}@media (prefers-reduced-motion: reduce){.top-nav .nav-highlight,.bottom-nav .nav-highlight{transition:transform .22s ease;animation:none!important;border-radius:var(--nav-highlight-radius)}.top-nav .nav-highlight:after,.bottom-nav .nav-highlight:after{animation:none!important}.catalog-scrim,.catalog-scrim.is-open,.catalog-scrim.is-closing,.catalog-overlay,.catalog-overlay.is-open,.catalog-overlay.is-closing,.catalog-overlay.is-open .expanded-card,.catalog-overlay.is-closing .expanded-card{animation:none!important;opacity:1;transform:none}.catalog-scrim.is-closing,.catalog-overlay.is-closing{opacity:0}}.loading-spinner{display:inline-block;width:28px;height:28px;border-radius:999px;border:2px solid rgba(192,202,218,.22);border-top-color:#59c0ffeb;border-right-color:#996dffc7;animation:spin .72s linear infinite}.loading-spinner-label{display:inline-block;margin-left:12px;color:var(--text-muted, #a8b1c2);font-size:13px;letter-spacing:.2px}.catalog-loader{display:flex;align-items:center;justify-content:center;gap:4px;padding:48px 16px;width:100%;min-height:220px}.site-footer{position:relative;z-index:1;margin:auto -12px 0;padding:28px 16px 24px;background:linear-gradient(180deg,#0c1018b3,#080b11eb);border-top:1px solid rgba(196,202,214,.14);color:#c8cdda}.site-footer-inner{max-width:1200px;margin:0 auto;display:grid;gap:22px;grid-template-columns:minmax(240px,1.1fr) minmax(180px,.8fr) minmax(320px,1.2fr)}.site-footer-brand{display:grid;gap:10px;align-content:start}.site-footer-brand .brand-logo-desktop{max-height:30px}.site-footer-tagline{margin:0;font-size:13px;color:#a8b1c2;line-height:1.5}.site-footer-menu{display:grid;gap:8px;align-content:start}.site-footer-menu-link{color:#c4cad7;font-size:13px;font-weight:600;line-height:1.35;text-decoration:none;transition:color .16s ease}.site-footer-menu-link:hover,.site-footer-menu-link:focus-visible{color:#fff}.site-footer-copy{display:grid;gap:10px;align-content:start}.site-footer-copy p{margin:0;font-size:11px;line-height:1.5;color:#8f98a9;letter-spacing:.01em}.site-footer-legal{border-top:1px solid rgba(196,202,214,.1);padding-top:10px;display:grid;gap:6px}.site-footer-legal-links{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:4px 14px}.site-footer-legal-links a{font-size:10px;color:#8b94a5;text-decoration:none;border-bottom:1px dotted rgba(139,148,165,.4);padding-bottom:1px}.site-footer-legal-links a:hover{color:#d3d8e2;border-bottom-color:#d3d8e299}@media (max-width: 1024px){.site-footer{margin:auto -12px 0;padding:18px 14px calc(96px + env(safe-area-inset-bottom));border-radius:18px 18px 0 0}.site-footer-inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px 16px;align-items:start}.site-footer-copy{grid-column:1 / -1}.site-footer-brand{gap:4px}.site-footer-tagline{display:block}.site-footer-menu{gap:6px}.site-footer-copy p{font-size:10px;line-height:1.45}.site-footer-legal{display:grid;padding-top:8px}}@media (min-width: 1025px){.site-footer{padding:20px 16px 14px;border-radius:24px 24px 0 0;overflow:hidden}.site-footer-inner{gap:14px}.site-footer-brand{gap:6px}.site-footer-legal{padding-top:8px;gap:6px}}.legal-subtitle{margin:-4px 0 14px;color:var(--muted, #adb2bc)}.legal-card .legal-card-body{display:grid;gap:8px;color:#d6def0;line-height:1.55}.legal-card .legal-card-body p,.legal-card .legal-card-body li{margin:0}.legal-card .legal-card-body ul{margin:0;padding-left:18px;display:grid;gap:6px}.legal-meta{display:flex;justify-content:space-between;align-items:baseline;gap:12px;flex-wrap:wrap;color:#dce6f8}.legal-meta strong{font-weight:700}.legal-accent{color:#9bc4ff;font-weight:700}
