:root{--bg:#080808;--bg-soft:#101010;--panel:rgba(255,255,255,0.04);--panel-strong:rgba(255,255,255,0.07);--text:#f3f4f6;--muted:#b7bac1;--accent:#ffffff;--success:#d4ffd6;--error:#ffd9d9;--shadow:0 18px 60px rgba(0,0,0,0.35);--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at top,rgba(255,255,255,.08),transparent 28%),radial-gradient(circle at bottom right,rgba(255,255,255,.05),transparent 24%),var(--bg)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-shell{min-height:100vh}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.section{padding:48px 0}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(8,8,8,.78);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav-shell{display:flex;align-items:center;justify-content:space-between;min-height:78px;gap:20px}.brand-mark{gap:12px}.brand-mark,.brand-pill{display:inline-flex;align-items:center}.brand-pill{justify-content:center;height:38px;padding:0 16px;border:1px solid var(--border);background:rgba(255,255,255,.06);font-weight:700}.brand-subtitle{color:var(--muted);font-size:14px}.nav-links{display:flex;gap:10px;flex-wrap:wrap}.nav-link{padding:10px 14px;border-radius:999px;color:var(--muted);transition:.2s ease}.nav-link:hover{color:var(--text);background:rgba(255,255,255,.05)}.hero-section{padding:72px 0 40px;display:grid;grid-gap:28px;gap:28px;grid-template-columns:1.2fr .8fr;align-items:stretch}.admin-order-card,.checkout-card,.cta-banner,.hero-card,.hero-copy,.hero-panel,.info-card,.note-box,.order-status-card,.panel-card,.product-card,.review-card,.stat-card,.step-card,.success-box{border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow)}.checkout-card,.cta-banner,.hero-copy,.order-status-card,.panel-card{border-radius:var(--radius)}.hero-copy{padding:40px}.center-copy h1,.hero-copy h1,.page-intro h1,.product-copy h1{margin:0 0 18px;font-size:clamp(2.4rem,6vw,4.7rem);line-height:.95;letter-spacing:-.04em}.footer-copy,.hero-copy p,.lead-copy,.page-intro p,.product-copy p{color:var(--muted);line-height:1.7;font-size:1.04rem}.center-actions,.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 18px;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.7;transform:none}.button-primary{background:var(--accent);color:#111}.button-secondary{border-color:var(--border);background:rgba(255,255,255,.04);color:var(--text)}.button-ghost{border-color:rgba(255,255,255,.08);background:transparent;color:var(--muted)}.not-found-actions{justify-content:center;align-items:center;width:100%;max-width:680px;margin:34px auto 0;gap:16px}.not-found-actions .button{min-height:56px;min-width:220px;padding:0 28px;font-size:1rem;font-weight:600}.text-link{color:var(--muted)}.full-width{width:100%}.hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-top:32px}.hero-metrics div{display:flex;flex-direction:column;gap:6px;padding:14px 0;border-top:1px solid rgba(255,255,255,.08)}.hero-metrics strong{font-size:1.15rem}.card-description,.hero-metrics span,.highlight-text,.muted-copy,.note-area,.review-card span,.stack-row p,.subtitle,.summary-note{color:var(--muted)}.hero-card{border-radius:var(--radius);padding:22px}.hero-panel{height:100%;border-radius:calc(var(--radius) - 8px);padding:24px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02))}.hero-panel ul{margin:18px 0 0;padding-left:20px;color:var(--muted);line-height:1.8}.eyebrow,.section-label{display:inline-flex;align-items:center;gap:9px;padding:9px 16px;border-radius:999px;border:1px solid rgba(143,193,255,.4);color:rgba(235,245,255,.98);background:radial-gradient(120% 120% at 10% 0,rgba(106,186,255,.28),rgba(106,186,255,0) 56%),linear-gradient(180deg,rgba(30,88,188,.28),rgba(24,67,142,.18));box-shadow:inset 0 0 0 1px rgba(255,255,255,.12),0 12px 26px rgba(11,37,84,.34);font-size:12px;font-weight:650;text-transform:uppercase;letter-spacing:.16em}.order-status-head,.panel-head,.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:24px}.panel-head h2,.section-heading h2{margin:10px 0 0;font-size:clamp(1.8rem,4vw,3rem);letter-spacing:-.03em}.order-grid,.product-grid,.review-grid,.stats-grid,.steps-grid{display:grid;grid-gap:18px;gap:18px}.product-grid,.review-grid,.steps-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:24px}.order-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-order-card,.info-card,.product-card,.review-card,.stat-card,.step-card{border-radius:24px;padding:22px}.product-card{display:flex;flex-direction:column;gap:16px}.admin-meta,.admin-order-meta,.admin-order-top,.checkout-summary,.detail-row,.footer-grid,.panel-space,.product-card-top,.stack-row,.variant-line{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-order-card h3,.admin-order-card p,.card-description,.detail-row span,.highlight-text,.info-card p,.info-card strong,.order-status-card h1,.product-card h3,.review-card p,.stack-row p,.stat-card strong,.step-card h3,.step-card p,.subtitle{margin:0}.muted-badge,.status-pill,.tag{display:inline-flex;align-items:center;border-radius:999px;padding:8px 12px;font-size:12px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05)}.status-pill{color:#111;background:white}.tag-row{display:flex;flex-wrap:wrap;gap:10px}.big-tags{margin:24px 0}.order-admin-list,.stack-list,.variant-list{display:grid;grid-gap:10px;gap:10px}.stack-row,.variant-line{padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.03)}.page-intro{max-width:860px;margin-bottom:28px}.narrow{max-width:760px;margin-left:auto;margin-right:auto}.center-copy{text-align:center}.how-grid{display:grid;grid-gap:28px;gap:28px}.step-card{display:flex;flex-direction:column;gap:14px}.step-card strong{font-size:2rem;letter-spacing:-.03em}.cta-banner{padding:30px;display:flex;align-items:center;justify-content:space-between;gap:18px}.product-layout{display:grid;grid-template-columns:1fr 1.1fr;grid-gap:28px;gap:28px}.product-copy{padding-top:8px}.checkout-card,.order-status-card,.panel-card{padding:24px}.form-grid,.split-grid,.variant-selector-grid{display:grid;grid-gap:14px;gap:14px}.variant-selector-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:14px}.variant-choice{padding:16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:var(--text);display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer}.variant-choice.active{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.09)}.checkout-summary{margin:22px 0;padding:18px 20px;border-radius:20px;background:rgba(255,255,255,.03);align-items:flex-start}.big-price{margin-top:10px;font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.04em}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin:16px 0 18px}.field{display:flex;flex-direction:column;gap:8px}.field span{color:var(--muted);font-size:.94rem}.field input,.field textarea,.note-area,.select-input{width:100%;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03);color:var(--text);border-radius:16px;padding:14px 16px;outline:none}.field input:focus,.field textarea:focus,.note-area:focus,.select-input:focus{border-color:rgba(255,255,255,.25)}.field-full{grid-column:1/-1}.error-box,.note-box,.success-box{border-radius:22px;padding:16px 18px}.error-box{background:rgba(255,68,68,.08);color:var(--error);border:1px solid rgba(255,68,68,.2)}.success-box{background:rgba(125,255,150,.08);border:1px solid rgba(125,255,150,.18)}.success-box code{display:inline-flex;margin-top:10px;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.08);font-size:1rem}.note-box{background:rgba(255,255,255,.04)}.order-status-head{align-items:center}.action-block,.stacked-form{display:grid;grid-gap:12px;gap:12px}.stacked-form{margin-top:16px}.input-label{color:var(--muted);font-size:.94rem}.input{width:100%;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03);color:var(--text);border-radius:16px;padding:14px 16px;outline:none}.input:focus{border-color:rgba(255,255,255,.25)}.customer-login-code-hint{margin:-4px 0 4px;color:rgba(222,228,240,.78);font-size:.9rem;line-height:1.5;overflow-wrap:anywhere}.customer-login-status{margin-top:18px;padding:16px 18px;line-height:1.55}@media (max-width:767px){.customer-login-status{margin-top:16px;padding:14px 16px;line-height:1.6}}.detail-list{display:grid;grid-gap:12px;gap:12px;margin-top:24px}.detail-row{padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.03)}.admin-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.admin-meta{align-items:center}.stat-card{display:grid;grid-gap:8px;gap:8px}.stat-card span{color:var(--muted)}.stat-card strong{font-size:clamp(1.8rem,4vw,2.6rem);letter-spacing:-.04em}.split-grid{grid-template-columns:1fr 1fr;margin-bottom:24px}.admin-order-list{display:grid}.admin-order-card{display:grid;grid-gap:16px;gap:16px}.admin-order-top{align-items:flex-start}.admin-order-meta{flex-wrap:wrap;color:var(--muted);font-size:.95rem}.note-area{min-height:120px}.admin-order-actions{display:flex;gap:10px;flex-wrap:wrap}.info-card,.review-card{display:grid;grid-gap:10px;gap:10px}.review-rating{color:white;letter-spacing:.12em}.site-footer{padding:48px 0 64px}.footer-grid{border-top:1px solid rgba(255,255,255,.08);padding-top:28px;align-items:flex-start}.footer-title{font-size:1.1rem;font-weight:700;margin-bottom:8px}@media (max-width:1100px){.hero-section,.product-layout,.split-grid{grid-template-columns:1fr}.order-grid,.product-grid,.review-grid,.stats-grid,.steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.admin-intro,.cta-banner,.footer-grid,.nav-shell,.order-status-head,.panel-head,.section-heading{flex-direction:column;align-items:stretch}.hero-section{padding-top:40px}.admin-order-card,.checkout-card,.cta-banner,.hero-card,.hero-copy,.info-card,.order-status-card,.panel-card,.product-card,.review-card,.stat-card,.step-card{padding:20px}.form-grid,.hero-metrics,.order-grid,.product-grid,.review-grid,.stats-grid,.steps-grid,.variant-selector-grid{grid-template-columns:1fr}.center-copy h1,.page-intro h1,.product-copy h1{font-size:clamp(2.1rem,10vw,3rem)}}:root{--bg:#02060c;--bg-soft:rgba(10,18,30,0.9);--panel:linear-gradient(180deg,rgba(11,18,31,0.92),rgba(7,11,19,0.9));--panel-strong:rgba(12,18,32,0.96);--border:rgba(255,255,255,0.12);--text:#eef2f8;--muted:#a9b1bf;--accent:#f7fbff;--blue:#1e9cff;--blue-soft:rgba(30,156,255,0.2);--radius:32px;--shadow:0 24px 80px rgba(0,0,0,0.45)}body{background:radial-gradient(circle at 22% 0,rgba(0,152,255,.18),transparent 22%),radial-gradient(circle at 78% 18%,rgba(0,84,255,.12),transparent 24%),linear-gradient(180deg,#04070c,#03060a)}body:before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 22%,rgba(0,149,255,.07),transparent 28%),radial-gradient(circle at 50% 45%,rgba(0,149,255,.2),transparent 18%),linear-gradient(180deg,rgba(255,255,255,.02),transparent 35%);z-index:-1}.container{width:min(1260px,calc(100% - 40px))}.section{padding:56px 0}.section-tight{padding-top:20px}.site-header{background:rgba(3,7,12,.76);border-bottom:1px solid rgba(255,255,255,.06)}.nav-shell{min-height:84px}.brand-pill{height:54px;padding:0 26px;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02));border-color:rgba(255,255,255,.14);font-size:1.15rem;letter-spacing:-.02em}.brand-subtitle{font-size:.95rem;color:rgba(255,255,255,.72)}.nav-links{gap:16px}.nav-link{padding:10px 8px;background:transparent;color:rgba(255,255,255,.76);font-size:1rem}.nav-link:hover{background:transparent;color:#fff}.hero-section--storefront{grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);gap:36px;padding-top:34px;padding-bottom:8px;align-items:center}.articles-placeholder,.footer-surface,.hero-copy--storefront,.hero-showcase,.product-copy-card,.service-pill-card{border:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow)}.hero-copy--storefront{min-height:100%;border-radius:var(--radius);background:linear-gradient(180deg,rgba(6,10,18,.9),rgba(7,13,24,.84));position:relative;overflow:hidden}.hero-copy--storefront:after{content:"";position:absolute;inset:auto -10% -30% 10%;height:220px;background:radial-gradient(circle,rgba(0,153,255,.4),transparent 68%);filter:blur(34px)}.hero-copy--storefront p{max-width:44rem}.hero-feature-list{display:grid;grid-gap:14px;gap:14px;margin-top:32px}.hero-feature-list>div{display:grid;grid-gap:6px;gap:6px;padding:14px 0;border-top:1px solid rgba(255,255,255,.08)}.hero-feature-list strong{font-size:1.02rem}.hero-feature-list span{color:var(--muted)}.hero-showcase{position:relative;min-height:660px;border-radius:42px;overflow:hidden;background:linear-gradient(180deg,rgba(6,9,17,.9),rgba(7,9,15,.7))}.hero-blue-glow{position:absolute;left:50%;bottom:-8%;width:120%;height:240px;transform:translateX(-50%);background:radial-gradient(circle,rgba(16,162,255,.95) 0,rgba(16,162,255,.45) 22%,rgba(16,162,255,.12) 46%,transparent 72%);filter:blur(8px)}.hero-mockup{position:absolute;right:-2%;top:7%;width:94%;max-width:760px;height:auto;object-fit:contain;z-index:2}.hero-float-card{position:absolute;z-index:3;width:min(300px,calc(100% - 48px));padding:18px 18px 20px;border-radius:24px;background:rgba(4,9,18,.84);border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-float-card strong{display:block;margin-top:14px;font-size:1.1rem}.hero-float-card p{margin:10px 0 0;color:var(--muted);line-height:1.6}.hero-float-card--top{left:24px;top:34px}.hero-float-card--bottom{left:32px;bottom:28px}.service-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.service-pill-card{display:grid;grid-template-columns:minmax(0,1fr) 210px;grid-gap:18px;gap:18px;align-items:center;padding:22px;border-radius:28px;background:linear-gradient(180deg,rgba(7,11,19,.82),rgba(8,12,19,.98))}.service-pill-copy{display:grid;grid-gap:12px;gap:12px}.service-pill-copy strong{font-size:1.45rem;letter-spacing:-.03em}.service-pill-copy p{margin:0;color:var(--muted);line-height:1.65}.service-pill-media{height:150px}.section-heading--wide{align-items:flex-end}.section-copy{max-width:34rem;margin:0;color:var(--muted);line-height:1.7}.product-grid--storefront{gap:22px}.product-card--store{padding:18px;border-radius:28px;overflow:hidden;background:linear-gradient(180deg,rgba(7,11,19,.86),rgba(7,10,18,.98));border:1px solid rgba(255,255,255,.1)}.product-card-media{height:220px;margin-bottom:8px}.product-card-body{display:grid;grid-gap:14px;gap:14px}.product-card-title-block{display:grid;grid-gap:6px;gap:6px}.product-card-kicker{color:rgba(255,255,255,.58);font-size:.82rem}.product-card .button-primary{background:linear-gradient(180deg,#2b9cff,#1180e9);color:white}.variant-list--compact .variant-line{background:rgba(255,255,255,.025)}.product-visual{position:relative;border-radius:24px;overflow:hidden;min-height:190px;background:radial-gradient(circle at 80% 18%,rgba(76,122,255,.38),transparent 26%),linear-gradient(160deg,#05162c,#0a2444 55%,#0a1527)}.product-visual.compact{min-height:160px}.product-visual.theme-ai{background:radial-gradient(circle at 82% 18%,rgba(80,180,255,.32),transparent 28%),linear-gradient(140deg,#031018,#092532 55%,#07131f)}.product-visual.theme-claude{background:radial-gradient(circle at 78% 20%,rgba(89,135,255,.3),transparent 30%),linear-gradient(140deg,#09111b,#111d35 55%,#08111d)}.product-visual.theme-nintendo{background:radial-gradient(circle at 82% 18%,rgba(255,68,68,.22),transparent 26%),linear-gradient(140deg,#140b15,#321222 55%,#150916)}.product-visual.theme-default{background:linear-gradient(140deg,#06111d,#0c2036 58%,#07111d)}.product-visual-image{width:100%;height:100%;object-fit:cover;object-position:left center;transform:scale(1.05);filter:saturate(1.05)}.product-visual--custom .product-visual-image{transform:scale(1.015);filter:saturate(1.08) contrast(1.03)}.product-visual--storefront-card .product-visual-image{object-position:center center;transform:scale(1)}.product-visual--storefront-card.product-visual--custom .product-visual-image{transform:scale(1);filter:saturate(1.06) contrast(1.02)}.product-visual--custom .product-visual-gradient{background:linear-gradient(180deg,rgba(2,6,12,.05),rgba(2,7,14,.12) 42%,rgba(3,7,13,.52))}.product-visual--custom .product-visual-noise{opacity:.35}.product-visual--custom .product-visual-meta{justify-content:flex-end}.product-visual--custom .product-visual-brand{display:none}.product-visual-gradient,.product-visual-noise{position:absolute;inset:0}.product-visual-gradient{background:linear-gradient(180deg,rgba(1,5,12,.02),rgba(2,6,12,.08) 45%,rgba(3,7,13,.6))}.product-visual-noise{background:linear-gradient(135deg,rgba(255,255,255,.06),transparent 30%,transparent 68%,rgba(255,255,255,.05));mix-blend-mode:screen}.product-visual-meta{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:18px;z-index:2}.product-visual-brand{font-size:.94rem;font-weight:700}.product-visual-text{align-self:flex-end;font-size:clamp(1.35rem,2vw,1.9rem);font-weight:700;text-align:right;max-width:80%;text-shadow:0 6px 18px rgba(0,0,0,.35)}.admin-order-card,.articles-placeholder,.checkout-card,.info-card,.note-box,.order-status-card,.panel-card,.review-card--storefront,.stat-card,.steps-grid--storefront .step-card--glow,.success-box{background:linear-gradient(180deg,rgba(8,12,20,.86),rgba(7,10,16,.98));border-color:rgba(255,255,255,.1)}.step-card--glow{position:relative;overflow:hidden}.step-card--glow:after{content:"";position:absolute;inset:auto -10% -30% auto;width:220px;height:220px;background:radial-gradient(circle,rgba(0,146,255,.26),transparent 68%)}.review-card--storefront{min-height:100%}.articles-placeholder{padding:34px;border-radius:28px;text-align:center}.articles-placeholder p{margin:0;color:var(--muted);font-size:1.08rem}.cta-banner--storefront{background:linear-gradient(180deg,rgba(8,12,20,.86),rgba(8,11,18,.98))}.page-intro--catalog{margin-bottom:28px}.service-strip--catalog{margin-bottom:30px}.product-layout--storefront{grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);align-items:start}.product-copy-card{display:grid;grid-gap:22px;gap:22px;border-radius:30px;padding:20px;background:linear-gradient(180deg,rgba(7,11,19,.84),rgba(7,10,16,.98))}.product-detail-media{min-height:320px}.checkout-card{border-radius:30px}.footer-surface{display:grid;grid-template-columns:minmax(240px,.8fr) 1.2fr;grid-gap:28px;gap:28px;padding:30px;border-radius:32px;background:linear-gradient(180deg,rgba(7,10,18,.85),rgba(6,9,16,.98))}.footer-brand{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.04em;margin-bottom:10px}.footer-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.footer-links-list{display:grid;grid-gap:10px;gap:10px;color:var(--muted)}.footer-links-list a:hover{color:white}.button:hover,.nav-link:hover,.product-card--store:hover,.service-pill-card:hover{transform:translateY(-1px)}.button,.nav-link,.product-card--store,.service-pill-card{transition:transform .18s ease,border-color .18s ease,background .18s ease}@media (max-width:1180px){.footer-columns,.footer-surface,.hero-section--storefront,.product-layout--storefront,.service-strip{grid-template-columns:1fr}.hero-showcase{min-height:560px}.hero-mockup{top:12%;width:88%;right:0}}@media (max-width:900px){.service-pill-card{grid-template-columns:1fr}.service-pill-media{height:180px}}@media (max-width:760px){.container{width:min(100% - 24px,1260px)}.hero-section--storefront{padding-top:20px}.hero-copy--storefront{padding:24px}.hero-showcase{min-height:460px}.hero-mockup{width:108%;right:-8%;top:18%}.hero-float-card{width:calc(100% - 32px);left:16px}.hero-float-card--top{top:16px}.hero-float-card--bottom{bottom:16px}.product-card-media,.service-pill-media{height:180px}.product-detail-media{min-height:220px}.footer-surface{padding:22px}}body,html{overflow-x:hidden}body{background:radial-gradient(circle at 18% 0,rgba(0,149,255,.16),transparent 22%),radial-gradient(circle at 82% 12%,rgba(0,89,255,.1),transparent 24%),linear-gradient(180deg,#02060b,#03070d)}.page-shell{overflow-x:clip}.site-header{background:rgba(2,6,12,.78);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.nav-shell--mvp{min-height:86px;gap:18px}.nav-links--mvp{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.nav-links--mvp::-webkit-scrollbar{display:none}.nav-link--mvp{flex:0 0 auto;padding:10px 6px}.hero-section--mvp{grid-template-columns:minmax(0,1.03fr) minmax(430px,.97fr);gap:36px;padding-top:28px;padding-bottom:18px;align-items:center}.hero-copy--mvp{position:relative;overflow:hidden;border-radius:36px;background:linear-gradient(180deg,rgba(5,10,18,.92),rgba(6,11,20,.84))}.hero-copy--mvp:after{content:"";position:absolute;inset:auto -12% -28% 20%;height:240px;background:radial-gradient(circle,rgba(11,159,255,.42),transparent 70%);filter:blur(34px)}.catalog-chip-row,.hero-badge-row,.hero-chip-row{display:flex;gap:10px;flex-wrap:wrap}.hero-chip-row{margin-top:22px}.hero-copy--mvp h1{max-width:13ch;margin-top:18px;font-size:clamp(3rem,5.3vw,5.7rem);line-height:.94}.hero-copy--mvp p{max-width:47rem;margin-top:0}.hero-metrics--mvp{margin-top:28px}.hero-showcase--mvp{min-height:640px;border-radius:40px;background:linear-gradient(180deg,rgba(5,8,15,.92),rgba(5,8,14,.76))}.hero-blue-glow--mvp{height:280px;bottom:-11%}.hero-mockup--mvp{width:88%;max-width:700px;right:-1%;top:12%}.hero-float-card--mvp{background:rgba(4,8,16,.84)}.section-heading--mvp{align-items:flex-end}.section-heading--mvp .section-copy{max-width:38rem}.direction-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.direction-tile{display:grid;grid-gap:16px;gap:16px;padding:18px;min-height:100%;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,rgba(8,12,20,.86),rgba(7,10,17,.98));box-shadow:var(--shadow)}.direction-tile:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.16)}.direction-tile-media{height:220px}.catalog-direction-head,.direction-tile-top{display:flex;gap:12px;justify-content:space-between;align-items:flex-start}.catalog-direction-head h2,.direction-tile-body strong,.faq-card h3,.lane-copy h2,.popular-card-title{letter-spacing:-.03em}.direction-tile-body strong{font-size:1.5rem}.direction-tile-body p{color:var(--muted);line-height:1.65}.popular-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.popular-card{display:grid;grid-gap:12px;gap:12px;padding:14px;border-radius:24px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,rgba(8,12,20,.86),rgba(7,10,17,.98));box-shadow:var(--shadow)}.popular-card-media{height:170px}.popular-card-title{font-size:1.05rem;font-weight:600}.catalog-bottom-cta,.catalog-direction-block,.faq-card,.lane-block{border-radius:30px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,rgba(8,12,20,.86),rgba(7,10,17,.98));box-shadow:var(--shadow)}.lane-block{display:grid;grid-template-columns:minmax(260px,.42fr) minmax(0,1fr);grid-gap:24px;gap:24px;padding:24px;align-items:start}.lane-copy{display:grid;grid-gap:16px;gap:16px;position:-webkit-sticky;position:sticky;top:102px}.catalog-bottom-cta p,.faq-card p,.lane-copy p{margin:0;color:var(--muted);line-height:1.72}.lane-actions{display:flex;gap:12px;flex-wrap:wrap}.lane-products{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}.faq-grid,.lane-products--double,.product-grid--mvp,.review-grid--mvp{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card--mvp{min-height:100%}.product-card--mvp h3{font-size:1.9rem;line-height:1.02}.product-card--mvp .subtitle{color:rgba(255,255,255,.7);line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.product-card--mvp .card-description{color:var(--muted);line-height:1.68;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.product-card--mvp .variant-line span{color:rgba(255,255,255,.82)}.faq-grid,.review-grid--mvp{display:grid;grid-gap:18px;gap:18px}.faq-card,.review-card--mvp{min-height:100%}.faq-card{display:grid;grid-gap:12px;gap:12px;padding:22px}.catalog-page--mvp{display:grid;grid-gap:28px;gap:28px}.page-intro--mvp{max-width:900px}.catalog-chip{display:inline-grid;gap:6px;min-width:190px;padding:16px 18px;border-radius:22px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,rgba(8,12,20,.86),rgba(7,10,17,.98));box-shadow:var(--shadow)}.catalog-chip span{color:var(--muted)}.catalog-direction-stack{display:grid;grid-gap:24px;gap:24px}.catalog-direction-block{display:grid;grid-gap:20px;gap:20px;padding:24px}.catalog-bottom-cta h2,.catalog-direction-head h2{margin:10px 0 0;font-size:clamp(1.9rem,4vw,2.8rem)}.catalog-bottom-cta{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:26px}.site-footer--mvp{padding-top:24px}.footer-surface--mvp{grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr)}.footer-columns--mvp{grid-template-columns:repeat(4,minmax(0,1fr))}.footer-brand-block--mvp{display:grid;align-content:start}.footer-links-list--muted{color:var(--muted)}.footer-legal--mvp{display:flex;justify-content:space-between;gap:18px;padding:16px 4px 0;color:rgba(255,255,255,.5);font-size:.95rem}@media (max-width:1220px){.catalog-bottom-cta,.footer-surface--mvp,.hero-section--mvp,.lane-block{grid-template-columns:1fr}.direction-grid,.faq-grid,.footer-columns--mvp,.popular-grid,.product-grid--mvp,.review-grid--mvp{grid-template-columns:repeat(2,minmax(0,1fr))}.lane-copy{position:static}}@media (max-width:900px){.hero-section--mvp{grid-template-columns:1fr}.hero-showcase--mvp{min-height:520px}.hero-mockup--mvp{width:92%;top:18%;right:-2%}.direction-grid,.faq-grid,.footer-columns--mvp,.lane-products--double,.popular-grid,.product-grid--mvp,.review-grid--mvp{grid-template-columns:1fr}.catalog-bottom-cta,.catalog-direction-head,.footer-legal--mvp{flex-direction:column;align-items:stretch}}@media (max-width:760px){.nav-shell--mvp{flex-direction:column;align-items:stretch;padding:14px 0}.brand-mark{justify-content:space-between}.brand-subtitle{display:none}.catalog-bottom-cta,.catalog-direction-block,.direction-tile,.faq-card,.hero-copy--mvp,.lane-block,.popular-card{padding:18px}.hero-copy--mvp h1{max-width:12ch;font-size:clamp(2.5rem,12vw,3.8rem)}.hero-showcase--mvp{min-height:410px}.hero-mockup--mvp{width:110%;right:-10%;top:22%}.hero-float-card--mvp{width:calc(100% - 28px);left:14px}.hero-float-card--top.hero-float-card--mvp{top:12px}.hero-float-card--bottom.hero-float-card--mvp{bottom:12px}.direction-tile-media,.popular-card-media,.product-card-media{height:180px}.product-card--mvp h3{font-size:1.65rem}.catalog-chip-row{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;scrollbar-width:none}.catalog-chip-row::-webkit-scrollbar{display:none}.catalog-chip{flex:0 0 220px}.footer-legal--mvp{font-size:.88rem}}.site-header--v8{background:rgba(3,6,12,.78);border-bottom:1px solid rgba(255,255,255,.05)}.nav-shell--v8{min-height:84px;gap:20px}.brand-mark--v8{gap:14px}.brand-pill--v8{height:54px;padding:0 28px;font-size:1.12rem}.brand-subtitle--v8{color:rgba(255,255,255,.72);font-size:1.05rem}.nav-desktop--v8{display:flex;align-items:center;gap:22px}.nav-link--v8{color:rgba(255,255,255,.84);padding:10px 4px}.mobile-nav--v8{display:none;position:relative}.mobile-nav--v8 summary{list-style:none}.mobile-nav--v8 summary::-webkit-details-marker{display:none}.mobile-nav-summary{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);cursor:pointer}.mobile-nav-panel{position:absolute;right:0;top:calc(100% + 12px);min-width:240px;display:grid;grid-gap:6px;gap:6px;padding:12px;border-radius:22px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,rgba(8,12,20,.98),rgba(5,9,16,.98));box-shadow:var(--shadow)}.mobile-nav-link{padding:12px 14px;border-radius:14px;color:rgba(255,255,255,.88)}.mobile-nav-link:hover{background:rgba(255,255,255,.05)}.storefront-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,.96fr);grid-gap:34px;gap:34px;padding:36px 0 16px;align-items:center}.catalog-direction-block--v8,.catalog-toolbar--v8,.direction-chip,.faq-card--v8,.guide-card,.storefront-card,.storefront-hero-copy,.storefront-hero-visual,.trust-card{border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,rgba(8,12,20,.86),rgba(7,10,17,.98));box-shadow:var(--shadow)}.catalog-direction-block--v8,.catalog-toolbar--v8,.storefront-hero-copy,.storefront-hero-visual{border-radius:34px}.storefront-hero-copy{position:relative;overflow:hidden;padding:40px}.storefront-hero-copy>*{position:relative;z-index:1}.storefront-hero-copy:after{content:"";position:absolute;inset:auto -12% -30% 24%;height:240px;background:radial-gradient(circle,rgba(21,143,255,.42),transparent 68%);filter:blur(34px)}.storefront-hero-benefits{display:flex;flex-wrap:wrap;gap:10px}.storefront-hero-copy h1{max-width:11ch;margin:18px 0;font-size:clamp(3rem,5.8vw,5.6rem);line-height:.95;letter-spacing:-.05em}.storefront-hero-copy p{max-width:45rem;margin:0}.storefront-hero-actions{margin-top:28px}.storefront-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:28px}.storefront-hero-stats div{display:grid;grid-gap:8px;gap:8px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}.storefront-hero-stats strong{font-size:1.06rem}.storefront-hero-stats span{color:var(--muted);line-height:1.5}.storefront-hero-visual{position:relative;min-height:640px;overflow:hidden}.storefront-hero-glow{position:absolute;inset:auto 12% 8% 12%;height:280px;background:radial-gradient(circle,rgba(37,152,255,.6),transparent 70%);filter:blur(40px)}.storefront-hero-image{position:absolute;right:2%;top:16%;width:min(92%,760px);max-width:760px;z-index:2}.storefront-hero-floating{position:absolute;z-index:3;width:min(320px,calc(100% - 32px));padding:18px;border-radius:24px;border:1px solid rgba(255,255,255,.1);background:rgba(4,8,16,.86);box-shadow:var(--shadow)}.storefront-hero-floating strong{display:block;margin-top:12px;font-size:1.35rem;letter-spacing:-.03em}.storefront-hero-floating p{margin:10px 0 0;color:var(--muted);line-height:1.6}.storefront-hero-floating--top{top:18px;left:18px}.storefront-hero-floating--bottom{left:18px;bottom:18px}.section-heading--v8{align-items:flex-end;margin-bottom:24px}.section-heading--v8 .section-copy{max-width:40rem}.section-heading--v8-wide{align-items:center}.section-summary-cards{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end}.direction-chip-row--v8{display:flex;gap:14px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.direction-chip-row--v8::-webkit-scrollbar{display:none}.direction-chip--v8{flex:0 0 auto;min-width:220px;display:grid;grid-gap:4px;gap:4px;padding:18px 20px;border-radius:24px}.direction-chip--v8 span{color:var(--muted);font-size:.86rem;text-transform:uppercase;letter-spacing:.12em}.direction-chip--v8 strong{font-size:1.15rem;letter-spacing:-.02em}.popular-grid--v8{grid-template-columns:repeat(4,minmax(0,1fr))}.popular-card--v8{gap:12px;padding:14px}.popular-card-media--v8{height:180px}.storefront-link-more{color:rgba(255,255,255,.76)}.faq-grid--v8,.guide-grid--v8,.product-grid--catalog-v8,.showcase-grid--v8,.trust-grid--v8{display:grid;grid-gap:18px;gap:18px}.showcase-grid--v8{grid-template-columns:repeat(4,minmax(0,1fr))}.faq-grid--v8,.guide-grid--v8,.product-grid--catalog-v8,.review-grid--v8,.trust-grid--v8{grid-template-columns:repeat(3,minmax(0,1fr))}.review-grid--v8{display:grid;grid-gap:18px;gap:18px}.faq-card--v8,.guide-card--v8,.review-card--v8,.storefront-card--v8,.trust-card--v8{border-radius:28px}.storefront-card--v8{display:flex;flex-direction:column;overflow:hidden}.storefront-card-media,.storefront-card-media--image{min-height:190px}.storefront-card-media--image{position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.06)}.storefront-card-image{width:100%;height:100%;object-fit:cover;display:block}.storefront-card-body{display:grid;grid-gap:12px;gap:12px;padding:18px}.storefront-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.faq-card--v8 h3,.guide-card--v8 h3,.storefront-card-body h3,.trust-card--v8 h3{margin:0;letter-spacing:-.03em}.storefront-card-body h3{font-size:1.45rem;line-height:1.05}.faq-card--v8 p,.guide-card--v8 p,.storefront-card-description,.storefront-card-subtitle,.trust-card--v8 p{margin:0;color:var(--muted);line-height:1.65}.storefront-card-subtitle{color:rgba(255,255,255,.72)}.storefront-card-tags{margin-top:2px}.storefront-card-button{margin-top:4px}.trust-card--v8{display:grid;grid-gap:12px;gap:12px;padding:24px}.trust-card--v8 strong{font-size:2.4rem;letter-spacing:-.05em}.guide-card--v8{display:block;overflow:hidden}.guide-card-image{width:100%;height:220px;object-fit:cover;display:block}.guide-card-body{display:grid;grid-gap:12px;gap:12px;padding:20px}.review-card--v8{min-height:100%}.catalog-page--v8{display:grid;grid-gap:28px;gap:28px}.page-intro--v8{max-width:900px}.catalog-toolbar--v8{display:grid;grid-gap:16px;gap:16px;padding:22px}.catalog-search-shell--v8{display:flex;align-items:center;gap:14px;padding:0 18px;min-height:62px;border-radius:22px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.03)}.catalog-search-shell--v8 input{width:100%;border:0;outline:none;background:transparent;color:rgba(255,255,255,.88)}.catalog-search-icon{font-size:1.25rem;color:var(--muted)}.catalog-toolbar-note{color:var(--muted);line-height:1.6}.catalog-direction-stack--v8{display:grid;grid-gap:24px;gap:24px}.catalog-direction-block--v8{display:grid;grid-gap:18px;gap:18px;padding:24px}.catalog-direction-head--v8{align-items:center}.catalog-direction-head--v8 h2{margin:10px 0 0;font-size:clamp(1.9rem,4vw,2.8rem);letter-spacing:-.03em}.product-card--v8{display:flex;flex-direction:column;gap:16px;min-height:100%}.product-card-media--v8{height:210px}.product-card-body--v8{display:grid;grid-gap:12px;gap:12px}.product-card-top--v8{align-items:center}.variant-line--v8{background:rgba(255,255,255,.03)}.footer-surface--v8{grid-template-columns:minmax(240px,.86fr) 1.14fr}.footer-columns--v8{grid-template-columns:repeat(4,minmax(0,1fr))}.footer-brand-block--v8{display:grid;align-content:start}.footer-legal--v8{display:flex;justify-content:space-between;gap:18px;padding:18px 4px 0;color:rgba(255,255,255,.52)}@media (max-width:1220px){.catalog-direction-head--v8,.footer-surface--v8,.storefront-hero{grid-template-columns:1fr}.guide-grid--v8,.product-grid--catalog-v8,.review-grid--v8,.showcase-grid--v8{grid-template-columns:repeat(2,minmax(0,1fr))}.popular-grid--v8{grid-template-columns:repeat(4,minmax(0,1fr))}.footer-columns--v8{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.nav-desktop--v8{display:none}.mobile-nav--v8{display:block}.storefront-hero{grid-template-columns:1fr}.storefront-hero-visual{min-height:520px}.storefront-hero-image{top:18%;width:92%;right:0}.faq-grid--v8,.guide-grid--v8,.popular-grid--v8,.product-grid--catalog-v8,.review-grid--v8,.showcase-grid--v8,.trust-grid--v8{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.container{width:min(100% - 24px,1240px)}.nav-shell--v8{min-height:76px}.brand-pill--v8{height:48px;padding:0 22px}.brand-subtitle--v8{display:none}.catalog-direction-block--v8,.catalog-toolbar--v8,.faq-card--v8,.guide-card-body,.storefront-card-body,.storefront-hero-copy,.storefront-hero-visual,.trust-card--v8{padding:18px}.storefront-hero-copy h1{max-width:10ch;font-size:clamp(2.5rem,12vw,3.9rem)}.faq-grid--v8,.footer-columns--v8,.guide-grid--v8,.popular-grid--v8,.product-grid--catalog-v8,.review-grid--v8,.showcase-grid--v8,.storefront-hero-stats,.trust-grid--v8{grid-template-columns:1fr}.storefront-hero-visual{min-height:380px}.storefront-hero-image{top:24%;width:118%;right:-10%}.storefront-hero-floating{width:calc(100% - 24px);left:12px}.storefront-hero-floating--top{top:12px}.storefront-hero-floating--bottom{bottom:12px}.guide-card-image,.popular-card-media--v8,.product-card-media--v8,.storefront-card-media,.storefront-card-media--image{height:180px;min-height:180px}.catalog-direction-head--v8,.footer-legal--v8,.section-heading--v8,.section-summary-cards{flex-direction:column;align-items:stretch}.footer-legal--v8{font-size:.9rem}}.site-header--v9{position:-webkit-sticky;position:sticky;z-index:40;background:rgba(5,8,14,.84);border-bottom:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.nav-shell--v9{min-height:86px;gap:18px}.brand-mark--v9{gap:14px}.brand-pill--v9{height:56px;padding:0 28px;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.1);font-size:1.12rem;font-weight:700}.brand-subtitle--v9{color:rgba(255,255,255,.72);font-size:1.03rem}.nav-desktop--v9{display:flex;align-items:center;gap:28px}.nav-link--v9{padding:10px 0;color:rgba(255,255,255,.86)}.nav-link--muted{color:rgba(255,255,255,.68)}.nav-actions--v9{display:flex;align-items:center;gap:16px}.nav-cta--v9{min-height:44px;padding:0 18px}.mobile-nav--v9{display:none;position:relative}.mobile-nav-summary--v9{min-height:44px}.mobile-nav-panel--v9{min-width:260px}.mobile-nav-divider{height:1px;margin:6px 0;background:rgba(255,255,255,.08)}.mobile-nav-link--muted{color:rgba(255,255,255,.72)}.section--compact{padding:34px 0}.section-heading--v9{align-items:flex-end;margin-bottom:20px}.section-heading--v9 h2{margin:10px 0 0;font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.04em}.section-heading--v9 .section-copy{max-width:40rem;margin:0}.section-heading--v9-wide{align-items:center}.storefront-hero--v9{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);grid-gap:34px;gap:34px;align-items:stretch;padding:34px 0 18px}.catalog-direction-block--v9,.catalog-toolbar--v9,.direction-tile,.guide-card--v9,.popular-tile--v9,.product-card--v9,.review-card--v9,.storefront-card--v9,.storefront-hero-copy--v9,.storefront-hero-visual--v9{border:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,rgba(4,9,17,.9),rgba(3,7,14,.98));box-shadow:0 26px 64px rgba(0,0,0,.34)}.catalog-direction-block--v9,.catalog-toolbar--v9,.storefront-hero-copy--v9,.storefront-hero-visual--v9{border-radius:34px}.storefront-hero-copy--v9{position:relative;overflow:hidden;padding:42px}.storefront-hero-copy--v9:before{content:"";position:absolute;inset:auto -12% -20% 18%;height:240px;background:radial-gradient(circle,rgba(31,145,255,.34),transparent 70%);filter:blur(24px)}.storefront-hero-copy--v9>*{position:relative;z-index:1}.storefront-hero-benefits--v9{display:flex;flex-wrap:wrap;gap:10px}.storefront-hero-copy--v9 h1{max-width:9.4ch;margin:20px 0 16px;font-size:clamp(3.2rem,5.8vw,5.4rem);line-height:.93;letter-spacing:-.055em}.storefront-hero-copy--v9 p{max-width:36rem;margin:0;color:rgba(255,255,255,.78);line-height:1.62;font-size:1.08rem}.storefront-hero-actions--v9{display:flex;gap:12px;margin-top:30px}.storefront-hero-stats--v9{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:30px}.storefront-hero-stats--v9 div{display:grid;grid-gap:8px;gap:8px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}.storefront-hero-stats--v9 strong{font-size:1.08rem}.storefront-hero-stats--v9 span{color:rgba(255,255,255,.68);line-height:1.5}.storefront-hero-visual--v9{position:relative;min-height:640px;overflow:hidden}.storefront-hero-glow--v9{position:absolute;left:8%;right:8%;bottom:12%;height:280px;background:radial-gradient(circle,rgba(32,150,255,.55),transparent 70%);filter:blur(34px)}.storefront-hero-image--v9{position:absolute;right:4%;bottom:6%;width:min(84%,650px);z-index:2}.hero-visual-note--v9{position:absolute;left:24px;top:24px;max-width:320px;display:grid;grid-gap:12px;gap:12px;padding:20px;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:rgba(4,8,16,.76);z-index:3}.hero-visual-note--v9 strong{font-size:1.35rem;line-height:1.12;letter-spacing:-.03em}.hero-visual-note--v9 p{margin:0;color:rgba(255,255,255,.68);line-height:1.58}.direction-grid--v9{display:grid;grid-gap:18px;gap:18px}.direction-grid--catalog{margin-bottom:6px}.direction-tile{display:block;overflow:hidden;border-radius:28px;transition:transform .18s ease,border-color .18s ease}.direction-tile:hover,.guide-card--v9:hover,.popular-tile--v9:hover,.product-card--v9:hover,.storefront-card--v9:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.16)}.direction-tile-media{min-height:230px;border-bottom:1px solid rgba(255,255,255,.06);overflow:hidden}.direction-tile-image,.direction-tile-visual,.popular-tile-image,.popular-tile-media img{width:100%;height:100%;display:block;object-fit:cover}.direction-tile-visual{min-height:230px}.direction-tile-body{display:grid;grid-gap:10px;gap:10px;padding:18px}.direction-tile-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.direction-tile-body h3{margin:0;font-size:1.34rem;line-height:1.08;letter-spacing:-.03em}.direction-tile-body p{margin:0;color:rgba(255,255,255,.68);line-height:1.58}.popular-grid--v9{display:grid;grid-gap:16px;gap:16px}.popular-tile--v9{display:block;overflow:hidden;border-radius:24px}.popular-tile-media{height:180px;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.06)}.popular-tile-body{display:grid;grid-gap:8px;gap:8px;padding:16px}.popular-tile-body strong{font-size:1.03rem;line-height:1.25}.popular-tile-body span{color:rgba(255,255,255,.68)}.showcase-grid--v9{display:grid;grid-gap:18px;gap:18px}.showcase-grid--catalog-v9{grid-template-columns:repeat(3,minmax(0,1fr))}.storefront-card--v9{display:flex;flex-direction:column;overflow:hidden;border-radius:28px}.storefront-card-media--v9{min-height:210px}.storefront-card-body--v9{display:grid;grid-gap:12px;gap:12px;padding:20px}.storefront-card-body--v9 h3{margin:0;font-size:1.35rem;line-height:1.1;letter-spacing:-.03em}.card-description,.storefront-card-description,.storefront-card-subtitle,.subtitle{margin:0}.storefront-card-subtitle,.subtitle{color:rgba(255,255,255,.76)}.card-description,.storefront-card-description{color:rgba(255,255,255,.64);line-height:1.6}.storefront-card-tags--v9{margin-top:2px}.product-grid--catalog-v9{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.product-card--v9{display:flex;flex-direction:column;gap:14px;border-radius:28px;padding:16px}.product-card-media--v9{height:220px;border-radius:24px;overflow:hidden}.product-card-body--v9{display:grid;grid-gap:10px;gap:10px}.product-card-title-block--v9{display:grid;grid-gap:5px;gap:5px}.product-card-title-block--v9 h3{margin:0;font-size:1.5rem;line-height:1.08;letter-spacing:-.03em}.product-card-kicker{color:rgba(255,255,255,.48);font-size:.8rem;text-transform:uppercase;letter-spacing:.12em}.product-card-subtitle-clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-cta-row{display:grid;grid-gap:8px;gap:8px}.product-card-meta{margin:0;color:rgba(255,255,255,.56);font-size:.84rem;line-height:1.4}.catalog-page--v9{display:grid;grid-gap:24px;gap:24px}.page-intro--v9{max-width:820px}.catalog-toolbar--v9{display:grid;grid-gap:12px;gap:12px;padding:22px}.catalog-search-shell--v9{display:flex;align-items:center;gap:14px;min-height:60px;padding:0 18px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03)}.catalog-search-shell--v9 input{width:100%;border:0;outline:none;background:transparent;color:rgba(255,255,255,.86)}.catalog-toolbar-note{margin:0;color:rgba(255,255,255,.64);line-height:1.55}.catalog-direction-stack--v9{display:grid;grid-gap:22px;gap:22px}.catalog-direction-block--v9{display:grid;grid-gap:18px;gap:18px;padding:24px}.catalog-direction-head--v9 h2{margin:10px 0 0;font-size:clamp(1.9rem,4vw,2.8rem);letter-spacing:-.03em}.guide-grid--v9,.review-grid--v9{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.guide-card--v9,.review-card--v9{overflow:hidden;border-radius:28px}.guide-card-body--v9{display:grid;grid-gap:12px;gap:12px;padding:20px}.guide-card-body--v9 h3,.review-card--v9 p{margin:0}.guide-card-body--v9 p,.review-card--v9 p{color:rgba(255,255,255,.66);line-height:1.62}.review-card--v9{display:grid;grid-gap:16px;gap:16px;padding:22px}.review-card-top--v9{display:flex;align-items:center;justify-content:space-between;gap:12px}.footer-surface--v9{border-top:1px solid rgba(255,255,255,.08);padding-top:32px;display:grid;grid-template-columns:minmax(240px,.9fr) 1.1fr;grid-gap:28px;gap:28px}.footer-columns--v9{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.footer-brand-block--v9{display:grid;grid-gap:14px;gap:14px}.footer-badges--v9{display:flex;flex-wrap:wrap;gap:10px}.footer-legal--v9{display:flex;justify-content:space-between;gap:18px;padding:18px 0 0;color:rgba(255,255,255,.5)}@media (max-width:1260px){.direction-grid--v9,.popular-grid--v9{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-columns--v9,.guide-grid--v9,.product-grid--catalog-v9,.review-grid--v9,.showcase-grid--catalog-v9,.showcase-grid--v9{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1100px){.nav-actions--v9,.nav-desktop--v9{display:none}.mobile-nav--v9{display:block}.catalog-direction-head--v9,.footer-surface--v9,.storefront-hero--v9{grid-template-columns:1fr}.storefront-hero-visual--v9{min-height:520px}.storefront-hero-image--v9{width:min(88%,620px)}}@media (max-width:820px){.section--compact{padding:26px 0}.container{width:min(100% - 24px,1240px)}.brand-subtitle--v9{display:none}.catalog-direction-block--v9,.catalog-toolbar--v9,.guide-card-body--v9,.product-card--v9,.review-card--v9,.storefront-card-body--v9,.storefront-hero-copy--v9,.storefront-hero-visual--v9{padding:18px}.storefront-hero-copy--v9 h1{max-width:11ch;font-size:clamp(2.7rem,12vw,4.1rem)}.direction-grid--v9,.footer-columns--v9,.guide-grid--v9,.popular-grid--v9,.product-grid--catalog-v9,.review-grid--v9,.showcase-grid--catalog-v9,.showcase-grid--v9,.storefront-hero-stats--v9{grid-template-columns:1fr}.storefront-hero-visual--v9{min-height:390px}.storefront-hero-image--v9{width:108%;right:-8%;bottom:6%}.hero-visual-note--v9{position:relative;left:auto;top:auto;margin:12px;max-width:none}.direction-tile-top,.footer-legal--v9,.review-card-top--v9,.section-heading--v9,.section-summary-cards--v9,.storefront-hero-actions--v9{flex-direction:column;align-items:stretch}.footer-legal--v9{font-size:.92rem}}.nav-shell--v9{min-height:72px}.brand-pill--v9{height:44px;padding:0 18px;font-size:1rem}.nav-desktop--v9{gap:18px}.nav-cta--v9,.nav-link--v9{font-size:.95rem}.section--compact{padding:24px 0}.section-heading--v9 h2{font-size:clamp(1.5rem,3vw,2.25rem)}.storefront-hero--v9{grid-template-columns:minmax(0,1fr) minmax(420px,.95fr);padding:18px 0 10px;gap:20px}.storefront-hero-copy--v9{padding:28px}.storefront-hero-copy--v9 h1{max-width:13ch;margin:12px 0;font-size:clamp(2rem,4vw,3rem);line-height:1.03}.storefront-hero-copy--v9 p{font-size:.98rem;line-height:1.5}.storefront-hero-actions--v9{margin-top:16px}.storefront-hero-visual--v9{min-height:420px}.storefront-hero-image--v9{width:min(78%,560px)}.hero-visual-note--v9{max-width:280px;padding:14px;gap:8px}.hero-visual-note--v9 strong{font-size:1.05rem}.direction-grid--v9{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.direction-tile-media,.direction-tile-visual{min-height:150px}.direction-tile-body{padding:14px}.direction-tile-body h3{font-size:1.04rem}.direction-tile-body p{font-size:.88rem;line-height:1.45}.direction-tile-price-hint{color:rgba(255,255,255,.52);font-size:.79rem}.popular-grid--v9{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.popular-tile-media{height:130px}.popular-tile-body{padding:12px}.popular-tile-body strong{font-size:.92rem}.showcase-grid--v9{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.storefront-card-media--v9{min-height:150px}.storefront-card-body--v9{gap:10px;padding:14px}.storefront-card-body--v9 h3{font-size:1.05rem}.storefront-card-description,.storefront-card-subtitle{font-size:.9rem;line-height:1.45}.storefront-card-description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.storefront-card-button--v9{min-height:40px}.review-grid--v9{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.review-card--v9{padding:16px}.review-card--v9 p{font-size:.92rem;line-height:1.45}.product-grid--catalog-v9{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-card--v9{gap:12px;padding:14px}.product-card-media--v9{height:150px}.product-card-title-block--v9 h3{font-size:1.02rem;line-height:1.2}.subtitle{font-size:.88rem;line-height:1.4}.variant-line{padding:9px 11px;font-size:.88rem}.catalog-page--v9{gap:18px}.catalog-toolbar--v9{padding:16px}.catalog-chip-row{display:flex;gap:10px;flex-wrap:wrap}.catalog-chip{min-width:150px;padding:12px 14px;border-radius:14px}.catalog-direction-block--v9{padding:16px}.footer-surface--v9{gap:22px;padding-top:20px}.footer-columns--v9{gap:14px}@media (max-width:1260px){.direction-grid--v9,.popular-grid--v9{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid--catalog-v9,.showcase-grid--v9{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1100px){.storefront-hero--v9{grid-template-columns:1fr}.storefront-hero-visual--v9{min-height:360px}.direction-grid--v9,.popular-grid--v9,.product-grid--catalog-v9,.review-grid--v9,.showcase-grid--v9{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.mobile-nav-summary--v9{min-height:38px;padding:0 12px;font-size:.88rem}.mobile-nav-panel--v9{min-width:220px;padding:8px}.mobile-nav-link{padding:9px 10px;font-size:.9rem}.section--compact{padding:18px 0}.catalog-direction-block--v9,.catalog-toolbar--v9,.direction-tile-body,.product-card--v9,.review-card--v9,.storefront-card-body--v9,.storefront-hero-copy--v9,.storefront-hero-visual--v9{padding:14px}.storefront-hero-copy--v9 h1{font-size:clamp(1.7rem,8vw,2.25rem)}.storefront-hero-actions--v9{flex-direction:column}.storefront-hero-actions--v9 .button{width:100%}.storefront-hero-visual--v9{min-height:300px}.direction-grid--v9,.footer-columns--v9,.popular-grid--v9,.product-grid--catalog-v9,.review-grid--v9,.showcase-grid--catalog-v9,.showcase-grid--v9{grid-template-columns:1fr}.direction-tile-media,.popular-tile-media,.product-card-media--v9,.storefront-card-media--v9{min-height:130px;height:130px}.catalog-chip-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.catalog-chip-row::-webkit-scrollbar{display:none}.catalog-chip{flex:0 0 auto;min-width:136px;padding:10px 12px}}.nav-shell--market{min-height:64px;gap:14px}.brand-mark--market{gap:10px}.site-header--v9{background:rgba(4,9,16,.88)}.brand-pill--v9{height:36px;padding:0 14px;font-size:.98rem}.brand-subtitle--v9{font-size:.76rem;letter-spacing:.04em;text-transform:uppercase;color:rgba(214,227,248,.74)}.nav-link--v9{padding:8px 10px;border-radius:12px}.nav-cta--v9{min-height:40px;padding:0 14px;font-size:.9rem}.marketplace-topbar{margin-top:16px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;padding:10px;border:1px solid rgba(137,178,255,.24);border-radius:18px;background:linear-gradient(180deg,rgba(10,22,39,.86),rgba(7,14,26,.82));box-shadow:0 16px 40px rgba(0,0,0,.35)}.marketplace-catalog-trigger{min-height:42px;border-radius:12px;padding:0 16px}.marketplace-search-form{min-width:0;display:flex;gap:10px}.marketplace-search-form input{width:100%;min-height:42px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:var(--text);padding:0 14px}.marketplace-search-form input:focus{outline:none;border-color:rgba(138,186,255,.66)}.marketplace-search-button{min-height:42px;border-radius:12px;white-space:nowrap}.marketplace-quick-links{display:flex;gap:8px;overflow-x:auto}.marketplace-chip{padding:8px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03);color:rgba(223,232,245,.9);font-size:.84rem;white-space:nowrap}.section-heading--market-compact{margin-bottom:16px}.section-heading--market-compact h2{font-size:clamp(1.45rem,2.6vw,2.1rem);margin-top:8px}.section.section--compact{padding:28px 0}.category-entry-grid{gap:10px}.category-entry-tile{min-height:142px;display:flex;flex-direction:column;justify-content:space-between;gap:14px;padding:16px;border-radius:16px;border:1px solid rgba(130,176,255,.2);background:linear-gradient(180deg,rgba(11,22,38,.9),rgba(7,14,24,.88))}.category-entry-main strong{font-size:1rem;letter-spacing:-.01em}.category-entry-main p{margin:8px 0 0;color:var(--muted);font-size:.86rem;line-height:1.4}.category-entry-meta{display:flex;justify-content:space-between;gap:8px;align-items:center}.popular-shelf{padding-top:12px}.popular-grid--dense{gap:10px}.popular-shelf-tile{min-height:180px;padding:14px;display:grid;grid-gap:10px;gap:10px}.popular-shelf-tile-top{display:flex;justify-content:space-between;gap:8px;align-items:center}.popular-shelf-tile strong{font-size:1rem;line-height:1.35}.popular-shelf-tile p{margin:0;color:var(--muted);font-size:.86rem;line-height:1.45}.popular-shelf-link{font-size:.83rem;color:rgba(190,218,255,.95)}.category-page-shell{display:grid;grid-gap:16px;gap:16px}.category-hero{display:grid;grid-template-columns:1.35fr .65fr;grid-gap:14px;gap:14px;border-radius:18px;border:1px solid rgba(130,176,255,.22);background:linear-gradient(180deg,rgba(11,22,38,.92),rgba(7,14,24,.9));padding:18px}.category-hero h1{margin:12px 0 10px;font-size:clamp(1.8rem,4vw,2.6rem);letter-spacing:-.03em}.category-hero p{margin:0;color:var(--muted);line-height:1.55;max-width:64ch}.category-hero-metrics{display:grid;grid-gap:8px;gap:8px;align-content:start;justify-items:stretch}.category-hero-metrics .muted-badge{justify-content:center}.category-hero-cta{margin-top:4px;min-height:40px}.category-products-head{margin-top:8px}.category-product-grid{gap:10px}@media (max-width:1100px){.marketplace-topbar{grid-template-columns:1fr}.marketplace-quick-links{order:3}.category-entry-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.popular-grid--dense{grid-template-columns:repeat(2,minmax(0,1fr))}.category-hero{grid-template-columns:1fr}.category-hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.category-hero-cta{grid-column:1/-1}}@media (max-width:760px){.nav-shell--market{min-height:58px}.brand-subtitle--v9{display:none}.marketplace-topbar{margin-top:10px;padding:10px;gap:8px}.marketplace-search-form{flex-direction:column}.marketplace-search-button{width:100%}.category-entry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.category-entry-tile{min-height:132px;padding:14px}.popular-grid--dense{grid-template-columns:1fr}.category-hero{padding:14px;gap:10px}.category-hero h1{font-size:clamp(1.45rem,7vw,2rem)}.category-hero-metrics{grid-template-columns:1fr}}.nav-shell--market{min-height:58px;gap:10px}.site-header--v9{top:0;background:rgba(5,11,22,.92);border-bottom-color:rgba(120,170,255,.16)}.nav-link--v9{padding:7px 10px;color:rgba(212,224,246,.82)}.nav-cta--v9{min-height:38px;padding:0 12px;border-radius:10px}.marketplace-topbar{margin-top:10px;padding:8px;gap:8px;border-radius:14px}.marketplace-catalog-trigger,.marketplace-search-button,.marketplace-search-form input{min-height:38px;border-radius:10px}.marketplace-chip{border-radius:8px;padding:7px 10px;font-size:.8rem}.section.section--compact{padding:18px 0}.section-heading--market-compact{margin-bottom:12px}.section-heading--market-compact h2{font-size:clamp(1.2rem,2.2vw,1.6rem);margin-top:6px}.category-entry-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.category-entry-tile{min-height:118px;padding:12px;gap:10px;border-radius:12px;background:linear-gradient(180deg,rgba(12,24,42,.92),rgba(7,14,25,.9))}.category-entry-main p{font-size:.8rem;margin-top:6px}.category-entry-meta .muted-badge,.category-entry-meta .section-label{padding:6px 9px;font-size:.72rem}.popular-grid--dense{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.popular-shelf-tile{min-height:156px;padding:12px;gap:8px;border-radius:12px}.popular-shelf-tile p{font-size:.81rem;line-height:1.35}.compact-shelf-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.compact-shelf-card{border:1px solid rgba(130,176,255,.18);background:linear-gradient(180deg,rgba(10,20,36,.88),rgba(7,13,24,.88));border-radius:14px;padding:12px;display:grid;grid-gap:10px;gap:10px}.compact-shelf-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.compact-shelf-head h3{margin:8px 0 0;font-size:1rem;letter-spacing:-.02em}.compact-shelf-all{color:rgba(176,209,255,.9);font-size:.8rem;white-space:nowrap}.compact-shelf-items{display:grid;grid-gap:8px;gap:8px}.compact-shelf-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02)}.compact-shelf-item span{color:var(--muted);font-size:.85rem}.compact-shelf-item strong{font-size:.82rem;white-space:nowrap}.review-grid--v9{gap:10px}.review-card--v9{border-radius:14px;padding:14px}@media (max-width:1100px){.category-entry-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.popular-grid--dense{grid-template-columns:repeat(2,minmax(0,1fr))}.compact-shelf-grid{grid-template-columns:1fr}}@media (max-width:760px){.nav-shell--market{min-height:54px}.nav-cta--v9{display:none}.marketplace-topbar{margin-top:8px;padding:8px;border-radius:12px}.marketplace-search-form{gap:8px}.category-entry-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.category-entry-tile{min-height:110px;padding:10px}.popular-grid--dense{grid-template-columns:1fr}.compact-shelf-item{padding:8px 10px}}.admin-thread-block,.order-thread-card{margin-top:18px;padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(255,255,255,.02)}.thread-list{display:grid;grid-gap:10px;gap:10px;margin:14px 0;max-height:320px;overflow:auto}.thread-message{padding:12px 14px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:rgba(255,255,255,.015)}.thread-message.is-customer{border-color:rgba(125,255,150,.2)}.thread-message.is-internal{border-color:rgba(255,196,0,.35);background:rgba(255,196,0,.06)}.thread-message-meta{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;font-size:.82rem;color:rgba(229,237,255,.72)}.thread-message p{margin:0;white-space:pre-wrap}.thread-form{display:grid;grid-gap:10px;gap:10px}.field-check{display:flex;align-items:center;gap:10px;color:rgba(229,237,255,.88);font-size:.92rem}.thread-list-admin{max-height:220px}.delivery-box{display:grid;grid-gap:10px;gap:10px}.delivery-code-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.delivery-code-copy{display:grid;grid-gap:4px;gap:4px}.delivery-codes-list{display:grid;grid-gap:10px;gap:10px}.delivery-code-row code{margin-top:0}@media (min-width:1101px){.stats-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}.cms-layout{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);grid-gap:16px;gap:16px}.cms-list{display:grid;grid-gap:8px;gap:8px;align-content:start;max-height:720px;overflow:auto}.cms-item{text-align:left;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.03);color:#fff;border-radius:12px;padding:10px;display:grid;grid-gap:4px;gap:4px}.cms-item.is-active{border-color:rgba(120,180,255,.8)}.cms-item span{color:rgba(229,237,255,.66);font-size:.85rem}.cms-editor{display:grid;grid-gap:10px;gap:10px}.editor-toolbar{display:flex;flex-wrap:wrap;gap:8px}.tiptap-shell{border:1px solid rgba(255,255,255,.14);border-radius:12px;min-height:220px;padding:12px}.tiptap-shell .ProseMirror{outline:none;min-height:190px}.article-reader-shell{padding-top:36px;padding-bottom:72px}.article-reader-layout{--article-column-max-width:840px;width:min(1080px,calc(100% - 32px));margin:0 auto;display:grid;grid-gap:32px;gap:32px}.article-cover-wrap,.article-reader-finish,.article-reader-header,.article-rich-content,.article-toc{width:100%;max-width:var(--article-column-max-width);margin:0 auto}.article-reader-header{display:grid;grid-gap:14px;gap:14px}.article-reader-actions{display:flex;flex-wrap:wrap;gap:10px 12px;align-items:center;margin-bottom:6px}.article-reader-date{margin:0;color:rgba(225,232,247,.72);font-size:.86rem;letter-spacing:.08em;text-transform:uppercase}.article-reader-header h1{margin:0;font-size:clamp(2.15rem,5vw,3.45rem);letter-spacing:-.03em;line-height:1.02}.article-reader-header .muted-copy{margin:0;font-size:1.08rem;line-height:1.72}.article-cover-wrap{overflow:hidden}.article-cover{width:100%;max-width:100%;height:auto;display:block;border-radius:18px;border:1px solid rgba(255,255,255,.12)}.article-rich-content{display:grid;grid-gap:18px;gap:18px;line-height:1.84;font-size:1.12rem;color:rgba(255,255,255,.91)}.article-rich-content h1,.article-rich-content h2,.article-rich-content h3{margin:30px 0 10px;line-height:1.2;letter-spacing:-.012em;color:rgba(255,255,255,.97)}.article-rich-content h1{font-size:clamp(1.9rem,4.2vw,2.6rem)}.article-rich-content h2{font-size:clamp(1.48rem,3.2vw,1.9rem)}.article-rich-content h3{font-size:clamp(1.22rem,2.7vw,1.45rem)}.article-rich-content blockquote,.article-rich-content ol,.article-rich-content p,.article-rich-content ul{margin:0}.article-rich-content p{color:rgba(255,255,255,.92)}.article-rich-content a:not(.button){color:#6fb3ff;text-decoration:underline;-webkit-text-decoration-color:rgba(111,179,255,.65);text-decoration-color:rgba(111,179,255,.65);text-underline-offset:3px;transition:color .18s ease,-webkit-text-decoration-color .18s ease;transition:color .18s ease,text-decoration-color .18s ease;transition:color .18s ease,text-decoration-color .18s ease,-webkit-text-decoration-color .18s ease}.article-rich-content a:not(.button):focus-visible,.article-rich-content a:not(.button):hover{color:#93c7ff;-webkit-text-decoration-color:rgba(147,199,255,.95);text-decoration-color:rgba(147,199,255,.95)}.article-rich-content ol,.article-rich-content ul{padding-left:24px;color:rgba(255,255,255,.9)}.article-rich-content li{color:rgba(255,255,255,.9);line-height:1.8}.article-rich-content li+li{margin-top:9px}.article-rich-content blockquote{border-left:3px solid rgba(124,191,255,.8);margin:4px 0;padding:12px 0 12px 16px;line-height:1.78;color:rgba(232,240,255,.88);background:linear-gradient(90deg,rgba(72,123,206,.12),rgba(72,123,206,0));border-radius:4px}.article-inline-promo{margin:10px auto 12px;width:min(100%,440px)}.article-inline-promo .home-store-card{box-shadow:0 14px 36px rgba(0,0,0,.3)}.article-inline-promo .article-inline-service-card{border-radius:20px}.article-inline-promo .article-inline-service-card .storefront-category-visual-wrap{aspect-ratio:8/7}@media (max-width:900px){.cms-layout{grid-template-columns:1fr}}.home-commerce-heading{align-items:flex-end;margin-bottom:1rem}.home-commerce-heading--with-media{align-items:center}.home-commerce-heading h2{margin:.55rem 0 0;font-size:clamp(1.45rem,4.3vw,2.2rem)}.home-section-media-chip{width:88px;height:88px;border-radius:20px;object-fit:cover;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.04)}.home-section-thumb{width:120px;height:72px;object-fit:cover;border-radius:12px;border:1px solid rgba(142,179,255,.26)}.home-brand-shelf-link{font-size:.86rem}.home-brand-shelf-head-meta{display:flex;align-items:center;gap:12px}.trust-grid{display:grid;grid-gap:14px;gap:14px}.trust-grid--compact,.trust-grid--steps{grid-template-columns:repeat(4,minmax(0,1fr))}.trust-card{display:grid;grid-gap:12px;gap:12px;min-height:100%;padding:20px;border-radius:24px}.trust-card h3{margin:0;font-size:1.12rem;letter-spacing:-.02em}.trust-card p{margin:0;color:rgba(255,255,255,.72);line-height:1.62}.trust-card-links{display:grid;grid-gap:8px;gap:8px;margin-top:6px}.trust-card-links a{color:rgba(255,255,255,.9)}.trust-card-links a:hover{color:#fff}.static-page{display:grid;grid-gap:20px;gap:20px}.static-page-intro{max-width:860px}.placeholder-note{padding:10px 12px;border-radius:12px;border:1px dashed rgba(255,255,255,.24);color:rgba(255,255,255,.58);font-size:.92rem}.footer-support-note--store-ref{margin:12px 0 0;color:rgba(255,255,255,.58);font-size:.92rem;line-height:1.5}@media (max-width:1199px){.trust-grid--compact,.trust-grid--steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.trust-grid--compact,.trust-grid--steps{grid-template-columns:1fr}}.checkout-flow-box{margin-top:20px}.checkout-flow-list{margin:10px 0 0;padding-left:18px;display:grid;grid-gap:8px;gap:8px;color:var(--muted)}.checkout-flow-list li{line-height:1.5}.checkout-assurance{margin-bottom:4px}.order-next-step{margin:14px 0 18px}.order-next-step p{margin:6px 0 0}.code-help-box{margin-top:4px}.code-help-box p{margin:8px 0 0}.post-payment-card{display:grid;grid-gap:12px;gap:12px}.home-landing-hero{padding:8px 0 4px;background:#050505}.home-landing-hero-shell{position:relative;overflow:hidden;border-radius:32px;border:1px solid rgba(255,255,255,.06);background:radial-gradient(96% 54% at 56% 98%,rgba(20,138,255,.34) 0,rgba(20,138,255,.16) 38%,rgba(20,138,255,.03) 68%,rgba(20,138,255,0) 84%),linear-gradient(180deg,rgba(5,5,5,.985),rgba(4,4,4,.985) 56%,rgba(5,10,18,.97))}.home-landing-hero-shell:after{content:"";position:absolute;left:clamp(24px,4vw,64px);right:clamp(24px,4vw,64px);bottom:clamp(-42px,-4.2vw,-20px);height:clamp(90px,12.2vw,136px);pointer-events:none;border-radius:999px;background:radial-gradient(72% 108% at 50% 0,rgba(28,149,255,.23) 0,rgba(28,149,255,.1) 48%,rgba(28,149,255,0) 100%);filter:blur(26px)}.home-landing-hero-topbar{min-height:92px;padding:0 36px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:24px;gap:24px}.home-landing-brand{justify-self:start;font-size:clamp(2rem,2.5vw,2.8rem);font-weight:700;line-height:1;letter-spacing:-.05em;color:#ffffff}.home-landing-nav{display:flex;align-items:center;justify-content:center;gap:34px}.home-landing-nav-link{font-size:1.03rem;line-height:1;color:rgba(255,255,255,.9);transition:opacity .18s ease,transform .18s ease}.home-landing-nav-link:hover{opacity:1;transform:translateY(-1px)}.home-landing-telegram{justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 26px;border-radius:12px;background:#1577ff;color:#ffffff;font-size:.98rem;font-weight:600;transition:transform .18s ease,background .18s ease}.home-landing-telegram:hover{transform:translateY(-1px);background:#2b86ff}.home-landing-menu-button{display:none;width:52px;height:52px;border:0;border-radius:999px;background:#173f88;color:#fff;align-items:center;justify-content:center;gap:4px;flex-direction:column;cursor:pointer}.home-landing-menu-button span{display:block;width:20px;height:2px;border-radius:999px;background:#ffffff}.home-landing-hero-body{min-height:480px;padding:16px 34px 8px;display:grid;grid-template-columns:minmax(0,.94fr) minmax(420px,1.06fr);grid-gap:22px;gap:22px;align-items:center}.home-landing-copy{display:grid;position:relative;z-index:2;max-width:620px;align-content:center}.home-landing-benefits{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.home-landing-benefit{display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:0 18px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.02);color:rgba(255,255,255,.92);font-size:.98rem;font-weight:500}.home-landing-benefit-dot{width:12px;height:12px;border-radius:999px;background:#2c7dff;flex:0 0 12px}.home-landing-copy h1{margin:0;max-width:15.2ch;font-size:clamp(2rem,3.1vw,3.12rem);line-height:1.07;letter-spacing:-.06em;color:#ffffff}.home-landing-copy p{margin:22px 0 0;max-width:36rem;font-size:1.14rem;line-height:1.32;color:rgba(255,255,255,.78)}.home-landing-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:22px}.home-landing-primary-cta{min-height:68px;min-width:320px;padding:0 34px;border-radius:999px;background:#f2f2f2;color:#111111;font-size:1.08rem;font-weight:600}.home-landing-visual{position:relative;z-index:1;justify-self:end;width:min(100%,700px);display:flex;justify-content:flex-end}.home-landing-visual-frame{width:min(100%,660px);aspect-ratio:1/1;overflow:hidden}.home-landing-visual-glow{position:absolute;left:-4%;right:-2%;bottom:-56px;height:250px;border-radius:999px;background:radial-gradient(74% 100% at 58% 40%,rgba(26,154,255,.58) 0,rgba(26,154,255,.24) 45%,rgba(26,154,255,0) 88%);filter:blur(46px);pointer-events:none}.home-landing-visual-image{position:relative;width:134%;max-width:none;height:auto;display:block;transform:translate(-16%,-11%)}.home-landing-backdrop{position:fixed;inset:0;z-index:70;background:rgba(0,0,0,.54)}.home-landing-drawer{position:fixed;top:0;right:0;width:min(72vw,300px);height:100dvh;padding:22px 24px 28px;background:#070707;border-left:1px solid rgba(255,255,255,.08);z-index:80;display:grid;align-content:start;grid-gap:26px;gap:26px;transform:translateX(100%);transition:transform .22s ease}.home-landing-drawer.is-open{transform:translateX(0)}.home-landing-drawer-close{justify-self:end;width:40px;height:40px;border:0;background:transparent;color:#ffffff;font-size:2rem;line-height:1;cursor:pointer}.home-landing-drawer-nav{display:grid;grid-gap:14px;gap:14px}.home-landing-drawer-link{min-height:46px;align-items:center;display:flex;font-size:1.05rem;line-height:1.2;color:rgba(255,255,255,.94);padding:4px 0}@media (max-width:1024px){.home-landing-hero-shell{border-radius:28px}.home-landing-nav,.home-landing-telegram{display:none}.home-landing-menu-button{display:inline-flex;justify-self:end}.home-landing-hero-topbar{min-height:84px;padding:0 24px;grid-template-columns:1fr auto}.home-landing-brand{font-size:clamp(1.9rem,4.8vw,2.5rem)}.home-landing-hero-body{min-height:auto;padding:14px 24px;grid-template-columns:1fr;gap:14px}.home-landing-copy{max-width:100%;align-content:start}.home-landing-copy h1{max-width:15.2ch;font-size:clamp(1.85rem,5.2vw,2.7rem);line-height:1.09}.home-landing-copy p{max-width:34rem;font-size:1.04rem}.home-landing-visual{justify-self:center;width:min(100%,760px)}.home-landing-visual-frame{width:min(100%,620px)}.home-landing-visual-image{width:130%;transform:translate(-14%,-9%)}}@media (max-width:640px){.home-landing-hero{padding:4px 0}.home-landing-hero-shell{border-radius:24px}.home-landing-hero-topbar{min-height:78px;padding:0 18px}.home-landing-brand{font-size:clamp(1.85rem,8.6vw,2.35rem)}.home-landing-menu-button{width:48px;height:48px}.home-landing-hero-body{padding:12px 18px 10px;gap:8px}.home-landing-benefits{gap:10px;margin-bottom:14px}.home-landing-benefit{min-height:40px;padding:0 14px;font-size:.94rem}.home-landing-benefit-dot{width:10px;height:10px;flex-basis:10px}.home-landing-copy h1{max-width:15.9ch;font-size:clamp(1.56rem,6.1vw,2.02rem);line-height:1.08;letter-spacing:-.045em}.home-landing-actions{margin-top:18px}.home-landing-primary-cta{width:100%;min-width:0;min-height:66px;padding:0 24px}.home-landing-visual{width:min(100%,520px);margin-top:-6px}.home-landing-visual-frame{width:min(100%,492px)}.home-landing-visual-glow{left:-7%;right:-6%;bottom:-62px;height:236px;filter:blur(44px)}.home-landing-visual-image{width:131%;transform:translate(-15%,-11%)}.home-landing-drawer{width:min(78vw,300px);padding:20px 20px 28px}.home-landing-drawer-nav{gap:12px}.home-landing-drawer-link{font-size:1.9rem;line-height:1.16}}.admin-catalog-layout{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}.admin-catalog-layout--services-only{grid-template-columns:minmax(0,1fr)}.admin-catalog-main,.admin-catalog-sidebar{display:grid;grid-gap:12px;gap:12px;min-width:0}.admin-catalog-actions{display:grid;grid-template-columns:auto minmax(220px,1fr) auto auto;grid-gap:8px;gap:8px;align-items:center}.admin-catalog-chip-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px}.admin-catalog-chip-row--scroll{white-space:nowrap}.admin-catalog-product-chip,.admin-catalog-variant-chip{max-width:220px}.admin-catalog-product-chip span,.admin-catalog-variant-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-catalog-filters,.admin-catalog-product-list{display:grid;grid-gap:10px;gap:10px}.admin-catalog-product-list{max-height:900px;overflow:auto}.admin-product-row{border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.02);color:inherit;text-align:left;padding:10px;display:grid;grid-gap:4px;gap:4px}.admin-product-row.is-active{border-color:rgba(90,215,170,.65)}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;min-width:0}.admin-variant-list{display:grid;grid-gap:12px;gap:12px}.admin-variant-card{border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:12px;display:grid;grid-gap:10px;gap:10px}.admin-variant-counters{display:flex;gap:8px;flex-wrap:wrap}.admin-code-list{margin-top:14px;display:grid;grid-gap:8px;gap:8px}.admin-code-actions{display:flex;gap:6px;flex-wrap:wrap}@media (max-width:1100px){.admin-catalog-actions,.admin-catalog-layout,.admin-form-grid{grid-template-columns:1fr}}.storefront-home{margin-top:clamp(.35rem,1vw,1rem);display:grid;grid-gap:16px;gap:16px;position:relative;z-index:2}.storefront-home:before{content:"";position:absolute;left:clamp(4px,1.2vw,14px);right:clamp(4px,1.2vw,14px);top:clamp(-32px,-3.8vw,-16px);height:clamp(54px,7.4vw,88px);border-radius:999px;background:radial-gradient(62% 100% at 50% 20%,rgba(31,149,255,.15) 0,rgba(31,149,255,.065) 40%,rgba(31,149,255,0) 100%);filter:blur(17px);pointer-events:none;z-index:-1}.storefront-categories-carousel{position:relative;isolation:isolate}.storefront-categories-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding-top:0}.storefront-categories-head h2{margin:0}.storefront-categories-subtitle{margin:10px 0 0;max-width:34rem;color:rgba(255,255,255,.68);font-size:.98rem;line-height:1.52}.storefront-categories-grid{--storefront-carousel-gap:16px;--storefront-mobile-rail-inset:20px;--storefront-mobile-card-width:clamp(214px,28vw,248px);display:grid;grid-auto-flow:column;grid-auto-columns:var(--storefront-mobile-card-width);grid-gap:var(--storefront-carousel-gap);gap:var(--storefront-carousel-gap);overflow-x:auto;padding:0 var(--storefront-mobile-rail-inset) 4px;scroll-snap-type:x proximity;scroll-padding-inline:var(--storefront-mobile-rail-inset);scroll-behavior:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;overscroll-behavior-y:auto;position:relative;z-index:1}.storefront-categories-grid::-webkit-scrollbar{display:none}.storefront-categories-carousel:after{content:"";position:absolute;top:0;width:clamp(28px,8vw,56px);height:calc(100% - 4px);border-radius:0 24px 24px 0;background:linear-gradient(90deg,rgba(5,6,8,0),rgba(5,6,8,.82));pointer-events:none;z-index:2}.storefront-categories-carousel--home-rail:after,.storefront-categories-carousel:after{right:var(--storefront-mobile-rail-inset,0)}.storefront-categories-swipe-hint{display:none;opacity:0;transform:translateY(4px);transition:opacity .28s ease,transform .28s ease;z-index:4}.storefront-categories-swipe-hint.is-visible{opacity:1;transform:translateY(0)}.storefront-categories-swipe-hint--home-rail{position:absolute;top:10px;right:calc(var(--storefront-mobile-rail-inset, 16px) + 6px);align-items:center;justify-content:center;min-height:24px;padding:0 9px;border-radius:999px;border:1px solid rgba(156,199,255,.58);background:rgba(9,31,62,.74);color:rgba(228,239,255,.98);font-size:.69rem;letter-spacing:.03em;font-weight:700;pointer-events:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 20px rgba(5,16,34,.45);z-index:3}.storefront-category-card{position:relative;scroll-snap-align:start;border-radius:24px;border:1px solid rgba(151,187,255,.22);background:linear-gradient(180deg,rgba(10,11,14,.98),rgba(8,12,20,.98));overflow:hidden;display:block;padding:0;box-shadow:0 18px 42px rgba(0,0,0,.32);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.storefront-category-card:hover{transform:translateY(-3px);border-color:rgba(131,179,255,.45);box-shadow:0 24px 48px rgba(0,0,0,.42)}.storefront-category-card.is-disabled{cursor:not-allowed}.storefront-category-card.is-disabled,.storefront-category-card.is-disabled:hover{transform:none;border-color:rgba(151,187,255,.28);box-shadow:0 16px 36px rgba(0,0,0,.34)}.storefront-category-card.is-disabled .storefront-category-visual-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,8,16,.02),rgba(2,8,16,.14));pointer-events:none}.storefront-category-card.is-disabled .storefront-category-visual .product-visual-image{filter:saturate(.94) brightness(.92)}.storefront-category-card.is-disabled .storefront-category-visual.product-visual--custom .product-visual-image{filter:saturate(.94) brightness(.92) contrast(1.01)}.storefront-category-unavailable{position:absolute;left:12px;bottom:12px;max-width:calc(100% - 24px);padding:4px 8px;border-radius:999px;background:rgba(8,14,24,.68);border:1px solid rgba(184,211,255,.36);color:rgba(236,244,255,.95);font-size:.7rem;line-height:1;font-weight:600;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.storefront-category-visual-wrap{position:relative;border-radius:inherit;overflow:hidden;background:rgba(255,255,255,.02);aspect-ratio:5/6}.storefront-category-visual{min-height:0;height:100%;border-radius:inherit}.storefront-category-visual .product-visual-meta{display:none}.storefront-category-visual .product-visual-gradient{background:linear-gradient(180deg,rgba(1,5,12,.03),rgba(3,7,13,.34))}.storefront-category-copy{display:grid;align-content:start;grid-gap:6px;gap:6px;padding:11px 12px 13px}.storefront-category-kicker{display:inline-flex;align-items:center;min-height:24px;width:-moz-fit-content;width:fit-content;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.05);color:rgba(255,255,255,.66);font-size:.78rem;font-weight:600;letter-spacing:.01em}.storefront-category-copy strong{display:block;margin:0;font-size:.92rem;line-height:1.24;letter-spacing:-.02em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;text-wrap:pretty;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.storefront-category-copy p{margin:0;color:rgba(255,255,255,.66);font-size:.9rem;line-height:1.45}.storefront-category-copy span{margin:0;color:rgba(206,224,255,.74);font-size:.79rem;line-height:1.32}.home-apple-featured{border-radius:32px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(90% 120% at 3% 0,rgba(66,132,255,.14),rgba(66,132,255,0) 56%),linear-gradient(178deg,rgba(9,11,18,.98),rgba(7,13,26,.98));display:grid;grid-template-columns:minmax(0,1.04fr) minmax(340px,.96fr);grid-gap:28px;gap:28px;padding:clamp(20px,2.3vw,34px);overflow:hidden;box-shadow:0 26px 52px rgba(0,0,0,.36)}.home-apple-copy{display:grid;align-content:start;grid-gap:20px;gap:20px;padding:0}.home-apple-heading{display:grid;grid-gap:12px;gap:12px}.home-apple-copy h2{margin:0;font-size:clamp(2.1rem,4.6vw,3.4rem);line-height:.98;letter-spacing:-.04em}.home-apple-subtitle{margin:0;color:rgba(255,255,255,.78);font-size:1.02rem;line-height:1.48;max-width:48ch}.home-apple-region-row{align-items:center}.home-apple-amount-row,.home-apple-region-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.home-apple-amount-row{align-items:stretch}.home-apple-chip{min-height:50px;padding:0 18px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.02);color:#f4f7ff;font-size:.96rem;font-weight:500;white-space:nowrap;max-width:100%;transition:border-color .16s ease,background .16s ease,transform .16s ease}.home-apple-chip:hover{transform:translateY(-1px)}.home-apple-chip.active{background:rgba(40,119,255,.18);border-color:rgba(95,163,255,.58);box-shadow:inset 0 0 0 1px rgba(95,163,255,.18)}.home-apple-chip.is-disabled{opacity:.56;cursor:not-allowed;transform:none}.home-apple-chip--amount{justify-content:center;text-align:center;font-weight:600;display:grid;grid-gap:4px;gap:4px;flex:0 1 142px}.chip-status{font-size:.76rem;color:rgba(255,210,164,.9);font-weight:600}.home-apple-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;margin-top:2px}.home-apple-price-stack{display:grid;grid-gap:4px;gap:4px;align-content:center}.home-apple-price-label{font-size:.82rem;color:rgba(255,255,255,.58);text-transform:uppercase;letter-spacing:.06em}.home-apple-price{font-size:clamp(1.9rem,3vw,2.5rem);font-weight:700;line-height:1;letter-spacing:-.03em}.home-apple-cta{min-width:218px;min-height:56px}.home-apple-note{margin:0;color:rgba(255,255,255,.56);font-size:.92rem;line-height:1.5}.home-apple-media-wrap{display:grid;align-items:center}.home-apple-media-panel{min-height:clamp(304px,32vw,416px);height:100%;border-radius:26px;border:1px solid rgba(160,190,255,.22);background:radial-gradient(60% 60% at 50% 90%,rgba(54,130,255,.26) 0,rgba(54,130,255,0) 74%),linear-gradient(180deg,rgba(11,14,24,.99),rgba(9,17,32,.98));padding:clamp(14px,1.4vw,20px);display:grid;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 24px 44px rgba(2,8,22,.38)}.home-apple-media{min-height:clamp(272px,28vw,380px);height:100%}.home-timeline{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:24px;padding-top:34px}.home-timeline-track{position:absolute;top:0;left:0;right:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;pointer-events:none}.home-timeline-track:before{content:"";position:absolute;left:12.5%;right:12.5%;height:2px;background:linear-gradient(90deg,rgba(56,132,255,.45),rgba(56,132,255,.85),rgba(56,132,255,.45))}.home-timeline-dot{z-index:1;justify-self:center;width:44px;height:44px;border-radius:999px;border:1px solid rgba(149,190,255,.6);background:radial-gradient(circle at 30% 30%,#4ca8ff,#1c6fff 68%);color:#fff;font-size:.96rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 12px 30px rgba(19,84,188,.45)}.home-timeline-step{padding:20px;border-radius:22px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,rgba(10,13,20,.95),rgba(8,12,18,.95));display:grid;grid-gap:10px;gap:10px}.home-timeline-step-index{display:inline-flex;align-items:baseline;gap:6px;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(172,200,255,.8);font-weight:600}.home-timeline-step-index-number{font-size:.92rem;letter-spacing:0}.home-timeline-step h3{margin:0;font-size:1.08rem;letter-spacing:-.02em}.home-timeline-step p{margin:0;color:rgba(255,255,255,.72);line-height:1.58}.home-brand-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.home-store-card{border-radius:24px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(10,10,14,.96),rgba(8,16,30,.96));overflow:hidden;display:grid;grid-template-rows:auto 1fr;transition:transform .18s ease,border-color .18s ease}.home-store-card--compact{border-radius:22px}.home-store-card:hover{transform:translateY(-3px);border-color:rgba(117,170,255,.26)}.home-store-card-media-wrap{padding:14px;border-bottom:1px solid rgba(255,255,255,.06)}.home-store-card-media{min-height:180px;border-radius:18px;overflow:hidden}.home-store-card-body{display:grid;grid-gap:14px;gap:14px;padding:16px}.home-store-card-body h3{margin:0;font-size:1rem;line-height:1.26;letter-spacing:-.02em;min-height:2.52em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-store-card-footer{display:grid;grid-gap:12px;gap:12px;align-content:end}.home-store-card-price{font-size:1.08rem;font-weight:700;color:rgba(255,255,255,.94);line-height:1;letter-spacing:-.02em}.home-store-card-cta{min-height:46px;width:100%}@media (min-width:760px){.storefront-categories-grid{grid-auto-flow:row;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible;padding:0;scroll-padding-inline:0}}@media (min-width:1200px){.storefront-categories-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.home-brand-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:980px){.home-apple-featured{grid-template-columns:1fr;padding:22px;gap:20px}.home-apple-amount-row,.home-apple-region-row{justify-content:flex-start}.home-apple-footer{grid-template-columns:1fr;align-items:start}.home-apple-cta{width:100%;min-width:0}.home-apple-media-panel{min-height:300px}.home-apple-media{min-height:260px}}@media (max-width:640px){.storefront-home{margin-top:18px;gap:14px}.storefront-home:before{top:-36px;height:74px;filter:blur(20px)}.storefront-categories-head h2{font-size:clamp(1.5rem,7vw,2rem)}.storefront-categories-subtitle{font-size:.94rem;line-height:1.45}.storefront-categories-grid{--storefront-carousel-gap:10px;--storefront-mobile-rail-inset:16px;--storefront-mobile-card-width:clamp(156px,42vw,182px);grid-auto-columns:var(--storefront-mobile-card-width);padding:0 var(--storefront-mobile-rail-inset) 6px;scroll-snap-type:x proximity;scroll-padding-inline:var(--storefront-mobile-rail-inset)}.storefront-category-card{border-radius:18px}.storefront-category-copy{gap:8px;padding:12px 13px 14px}.storefront-category-copy strong{font-size:.94rem;line-height:1.34;-webkit-line-clamp:2;line-clamp:2;text-wrap:pretty;letter-spacing:-.012em;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.storefront-category-copy span{font-size:.79rem;line-height:1.38;color:rgba(206,224,255,.72)}.storefront-category-unavailable{left:10px;bottom:10px;max-width:calc(100% - 20px);padding:3px 8px;font-size:.66rem;font-weight:600;border-color:rgba(184,211,255,.28);background:rgba(8,14,24,.58)}.storefront-category-visual-wrap{border-radius:inherit;aspect-ratio:5/5.8}.product-visual--storefront-card .product-visual-image,.storefront-category-visual .product-visual-image{transform:scale(1.04);object-position:center 46%}.product-visual--storefront-card.product-visual--custom .product-visual-image,.storefront-category-visual.product-visual--custom .product-visual-image{transform:scale(1.03)}.storefront-categories-carousel:after{width:24px;border-radius:0 16px 16px 0;background:linear-gradient(90deg,rgba(5,6,8,0),rgba(5,6,8,.46))}.home-apple-featured{padding:18px;border-radius:24px;gap:18px}.home-apple-copy{gap:16px}.home-apple-copy h2{font-size:clamp(1.9rem,9vw,2.7rem)}.home-apple-subtitle{font-size:.96rem}.home-apple-amount-row,.home-apple-region-row{margin-inline:-4px;padding-inline:4px;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:thin;gap:8px}.home-apple-amount-row{padding-bottom:2px}.home-apple-chip{min-height:48px;padding:0 14px;border-radius:14px;font-size:.92rem;flex:0 0 auto;scroll-snap-align:start}.home-apple-chip--amount{min-width:120px}.home-apple-price{font-size:2rem}.home-apple-media-panel{min-height:248px;padding:14px;border-radius:20px}.home-apple-media{min-height:208px}.home-brand-grid{gap:14px}.home-store-card{border-radius:22px}.home-store-card-media-wrap{padding:12px}.home-store-card-media{min-height:152px;border-radius:16px}.home-store-card-body{gap:12px;padding:14px}.home-store-card-body h3{font-size:.94rem}.home-store-card-price{font-size:1rem}.home-store-card-cta{min-height:44px}}@media (max-width:759px){.storefront-categories-grid--home-rail{--storefront-carousel-gap:10px;--storefront-mobile-rail-inset:16px;--storefront-mobile-card-width:clamp(156px,42vw,182px);display:flex;flex-wrap:nowrap;gap:var(--storefront-carousel-gap);overflow-x:auto;overflow-y:visible;padding:0 var(--storefront-mobile-rail-inset) 6px;scroll-snap-type:x proximity;scroll-padding-inline:var(--storefront-mobile-rail-inset);scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;overscroll-behavior-y:auto}.storefront-categories-grid--home-rail>.storefront-category-card{flex:0 0 var(--storefront-mobile-card-width)}}@media (hover:none) and (pointer:coarse){.storefront-categories-swipe-hint--home-rail{display:inline-flex;opacity:1;transform:translateY(0)}}@media (max-width:1024px){.home-timeline{grid-template-columns:repeat(2,minmax(0,1fr));padding-top:0;margin-top:18px}.home-timeline-track{display:none}}@media (max-width:767px){.home-timeline{grid-template-columns:1fr;gap:12px}.home-timeline-step{grid-template-columns:36px 1fr;align-items:start;column-gap:12px;row-gap:4px;padding:14px;border-radius:18px}.home-timeline-step-index{width:30px;height:30px;border-radius:999px;border:1px solid rgba(149,190,255,.62);background:radial-gradient(circle at 30% 30%,#4ca8ff,#1c6fff 68%);color:#fff;display:inline-flex;align-items:center;justify-content:center;align-self:center;letter-spacing:0;text-transform:none;font-size:.92rem;font-weight:700;box-shadow:0 8px 18px rgba(26,100,217,.34)}.home-timeline-step-index-word{display:none}.home-timeline-step-index-number{line-height:1;font-size:.92rem;color:#fff}.home-timeline-step h3,.home-timeline-step p{grid-column:2/-1}.home-timeline-step h3{font-size:1rem;line-height:1.28}.home-timeline-step p{font-size:.92rem;line-height:1.48}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.legal-index-page,.legal-page{gap:22px}.legal-index-intro,.legal-page-intro{max-width:900px}.legal-index-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.legal-index-card{gap:14px;border-radius:24px}.legal-index-card h2{margin:0;font-size:1.16rem;letter-spacing:-.02em}.legal-index-link{display:inline-flex;width:-moz-fit-content;width:fit-content;margin-top:auto;color:rgba(255,255,255,.92);border-bottom:1px solid rgba(255,255,255,.25);transition:border-color .2s ease}.legal-index-link:hover{border-color:rgba(255,255,255,.85)}.legal-index-note,.legal-page-backlink,.legal-page-updated{margin:0;color:rgba(255,255,255,.62);line-height:1.62}.legal-doc-surface{display:grid;grid-gap:12px;gap:12px}.legal-doc-section{padding:24px;border-radius:24px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04)}.legal-doc-section h2{margin:0 0 10px;font-size:clamp(1.1rem,2vw,1.35rem);letter-spacing:-.02em}.legal-doc-section p{margin:0 0 10px;color:rgba(255,255,255,.78);line-height:1.65}.legal-doc-section p:last-child{margin-bottom:0}.legal-doc-section ul{margin:0;padding-left:18px;display:grid;grid-gap:8px;gap:8px}.legal-doc-section li{color:rgba(255,255,255,.78);line-height:1.6}@media (max-width:1024px){.legal-index-grid{grid-template-columns:1fr}.legal-doc-section{padding:20px}}.about-founder-page{display:grid;grid-gap:34px;gap:34px;padding-top:34px;padding-bottom:72px}.about-founder-title{margin:0;text-align:center;font-size:clamp(2.4rem,5vw,4rem);line-height:1;letter-spacing:-.05em;color:#ffffff}.about-founder-shell{grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);grid-gap:clamp(34px,5vw,88px);gap:clamp(34px,5vw,88px)}.about-founder-media,.about-founder-shell{display:grid;align-items:start}.about-founder-image{width:100%;height:auto;display:block;border-radius:8px;background:#111111;object-fit:cover;aspect-ratio:4/5}.about-founder-image--placeholder{min-height:640px;padding:24px;border:1px dashed rgba(255,255,255,.18);display:grid;place-items:center;color:rgba(255,255,255,.54);text-align:center;line-height:1.5}.about-founder-copy{display:grid;align-content:start;justify-items:start;text-align:left;grid-gap:28px;gap:28px;padding-top:10px}.about-founder-copy-head{display:grid;justify-items:start;grid-gap:10px;gap:10px}.about-founder-copy-head h2,.about-founder-copy-head h3{margin:0;font-size:clamp(3rem,5vw,4.4rem);line-height:1;letter-spacing:-.05em;color:#ffffff}.about-founder-role{margin:0;color:rgba(255,255,255,.78);font-size:1.24rem;line-height:1.4}.about-founder-divider{width:58px;height:2px;border-radius:999px;background:rgba(255,255,255,.28);margin-top:10px}.about-founder-story{display:grid;grid-gap:28px;gap:28px;width:min(100%,760px)}.about-founder-story p{margin:0;color:rgba(255,255,255,.9);font-size:clamp(1.12rem,1.55vw,1.42rem);line-height:1.74;letter-spacing:-.015em;text-wrap:pretty}.about-founder-actions{display:flex;justify-content:flex-start;margin-top:6px}.about-founder-telegram{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:236px;min-height:64px;padding:0 24px;border-radius:0;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02);color:#ffffff;font-size:1.08rem;font-weight:600;transition:transform .18s ease,border-color .18s ease,background .18s ease}.about-founder-telegram:hover{transform:translateY(-1px);border-color:rgba(72,167,255,.32);background:rgba(255,255,255,.04)}.about-founder-telegram-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:22px;height:22px}.about-founder-telegram-icon-image{width:100%;height:100%;object-fit:contain;display:block}@media (max-width:1100px){.about-founder-shell{grid-template-columns:1fr;gap:28px}.about-founder-media{justify-items:center}.about-founder-image{max-width:620px}.about-founder-copy{padding-top:0;justify-items:center;text-align:center}.about-founder-story{width:min(100%,820px)}}@media (max-width:767px){.about-founder-page{gap:22px;padding-top:20px;padding-bottom:46px}.about-founder-title{font-size:clamp(2rem,10vw,3rem);line-height:1.02}.about-founder-shell{gap:22px}.about-founder-image{border-radius:6px}.about-founder-image--placeholder{min-height:420px;padding:18px}.about-founder-copy{gap:22px}.about-founder-copy-head{justify-items:center}.about-founder-role{text-align:center}.about-founder-divider{margin-top:8px;margin-inline:auto}.about-founder-copy-head h2,.about-founder-copy-head h3{font-size:clamp(2.5rem,13vw,3.5rem)}.about-founder-role{font-size:1.02rem}.about-founder-story{gap:22px}.about-founder-story p{font-size:1rem;line-height:1.7}.about-founder-telegram{width:100%;min-width:0;min-height:58px}}.site-header--marketing{position:-webkit-sticky;position:sticky;top:0;z-index:60;background:linear-gradient(180deg,rgba(4,8,18,.92),rgba(4,8,18,.84));-webkit-backdrop-filter:blur(16px) saturate(130%);backdrop-filter:blur(16px) saturate(130%);border-bottom:1px solid rgba(133,168,243,.2)}.marketing-header-shell{min-height:84px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:28px;gap:28px}.marketing-header-brand{justify-self:start;font-size:clamp(2rem,2.4vw,2.7rem);font-weight:700;line-height:1;letter-spacing:-.05em;color:#ffffff;display:inline-flex;align-items:center}.marketing-header-brand-logo{max-height:46px;width:auto;display:block}.marketing-header-nav{display:flex;align-items:center;justify-content:center;gap:30px}.marketing-header-link{font-size:1.03rem;line-height:1;color:rgba(255,255,255,.9);white-space:nowrap;transition:opacity .18s ease,transform .18s ease}.marketing-header-link:hover{opacity:1;transform:translateY(-1px)}.marketing-header-telegram{justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 26px;border-radius:10px;background:#1577ff;color:#ffffff;font-size:.98rem;font-weight:600;transition:transform .18s ease,background .18s ease}.marketing-header-telegram:hover{transform:translateY(-1px);background:#2b86ff}.marketing-header-menu-button{display:none;width:52px;height:52px;border:0;border-radius:999px;background:#173f88;align-items:center;justify-content:center;gap:4px;flex-direction:column;cursor:pointer}.marketing-header-menu-button span{display:block;width:20px;height:2px;border-radius:999px;background:#ffffff}.marketing-header-backdrop{position:fixed;inset:0;z-index:70;background:rgba(0,0,0,.54)}.marketing-header-drawer{position:fixed;top:0;right:0;width:min(72vw,300px);height:100dvh;padding:22px 24px 28px;background:#070707;border-left:1px solid rgba(255,255,255,.08);z-index:80;display:grid;align-content:start;grid-gap:26px;gap:26px;transform:translateX(100%);transition:transform .22s ease}.marketing-header-drawer.is-open{transform:translateX(0)}.marketing-header-drawer-close{justify-self:end;width:40px;height:40px;border:0;background:transparent;color:#ffffff;font-size:2rem;line-height:1;cursor:pointer}.marketing-header-drawer-nav{display:grid;grid-gap:14px;gap:14px}.marketing-header-drawer-link{display:flex;align-items:center;min-height:46px;font-size:1.05rem;line-height:1.2;color:rgba(255,255,255,.94);padding:4px 0}.legal-directory-page,.legal-document-page{padding-top:34px;padding-bottom:72px;overflow-x:clip}.legal-document-shell{width:min(100%,1040px);min-width:0;display:grid;grid-gap:28px;gap:28px}.legal-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:10px;min-width:0;color:rgba(255,255,255,.64);font-size:.98rem;line-height:1.4;overflow-wrap:anywhere;word-break:break-word}.legal-breadcrumbs a{color:rgba(255,255,255,.84)}.legal-breadcrumbs span{min-width:0;overflow-wrap:anywhere;word-break:break-word}.legal-breadcrumb-separator{color:rgba(61,133,255,.9)}.legal-document-head{display:grid;grid-gap:18px;gap:18px;min-width:0}.legal-document-head h1{margin:0;max-width:100%;min-width:0;font-size:clamp(3rem,5vw,4.6rem);line-height:.98;letter-spacing:-.05em;color:#ffffff;overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;text-wrap:balance}.legal-document-backlink,.legal-document-date,.legal-document-note{margin:0;color:rgba(255,255,255,.62);font-size:1rem;line-height:1.6}.legal-document-lead{margin:0;max-width:62rem;color:rgba(255,255,255,.78);font-size:1.18rem;line-height:1.6;overflow-wrap:anywhere;word-break:break-word}.legal-document-prose{width:min(100%,960px);min-width:0;display:grid;grid-gap:34px;gap:34px}.legal-document-section{display:grid;grid-gap:16px;gap:16px;min-width:0}.legal-document-section h2{margin:0;max-width:100%;min-width:0;color:rgba(255,255,255,.86);font-size:clamp(2rem,3vw,3rem);line-height:1.06;letter-spacing:-.04em;overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;text-wrap:balance}.legal-document-section li,.legal-document-section p{margin:0;color:rgba(255,255,255,.74);font-size:1.08rem;line-height:1.62;overflow-wrap:anywhere;word-break:break-word}.legal-document-section ul{margin:0;padding-left:22px;display:grid;grid-gap:12px;gap:12px}.legal-directory-list{width:min(100%,1080px);display:grid;grid-gap:18px;gap:18px}.legal-directory-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:20px;gap:20px;min-width:0;padding:26px 28px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02)}.legal-directory-copy{display:grid;grid-gap:10px;gap:10px;min-width:0}.legal-directory-copy h2{margin:0;font-size:clamp(1.2rem,2vw,1.5rem);line-height:1.2;letter-spacing:-.02em}.legal-directory-copy p{margin:0;color:rgba(255,255,255,.66);line-height:1.58}.legal-directory-copy h2,.legal-directory-copy p{overflow-wrap:anywhere;word-break:break-word}.legal-directory-link{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.92);white-space:nowrap;transition:transform .18s ease,border-color .18s ease}.legal-directory-link:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.28)}@media (max-width:1024px){.marketing-header-shell{min-height:84px;grid-template-columns:1fr auto}.marketing-header-nav,.marketing-header-telegram{display:none}.marketing-header-menu-button{display:inline-flex;justify-self:end}.legal-document-head h1{font-size:clamp(2.6rem,8vw,4rem)}.legal-directory-item{grid-template-columns:1fr;align-items:start}.legal-directory-link{width:-moz-fit-content;width:fit-content}}@media (max-width:767px){.not-found-actions{max-width:100%;flex-direction:column;align-items:stretch}.not-found-actions .button{width:100%;min-width:0}.site-header--marketing{top:0}.marketing-header-shell{min-height:72px}.marketing-header-brand{font-size:clamp(1.9rem,8vw,2.35rem)}.marketing-header-menu-button{width:48px;height:48px}.marketing-header-drawer{width:min(78vw,300px);padding:20px 20px 28px}.marketing-header-drawer-link{font-size:1.9rem;line-height:1.16}.legal-directory-page,.legal-document-page{padding-top:22px;padding-bottom:48px}.legal-document-shell{gap:22px}.legal-breadcrumbs{font-size:.94rem;gap:8px}.legal-document-head{gap:14px}.legal-document-head h1{font-size:clamp(1.95rem,8.6vw,3rem);line-height:1}.legal-document-backlink,.legal-document-date,.legal-document-note{font-size:.94rem}.legal-document-lead{font-size:1rem;line-height:1.58}.legal-document-prose{gap:28px}.legal-document-section{gap:12px}.legal-document-section h2{font-size:clamp(1.55rem,7.4vw,2.25rem);line-height:1.08}.legal-document-section li,.legal-document-section p{font-size:.98rem;line-height:1.66}.legal-directory-item{padding:20px 18px;border-radius:18px}.legal-directory-link{width:100%}}.articles-directory-page,.home-articles{background:#050505}.home-articles{padding:clamp(56px,7vw,72px) 0;border-top:1px solid rgba(255,255,255,.1);overflow-x:clip}.articles-directory-page{padding-top:28px;padding-bottom:72px}.home-articles-bar{width:100%;margin:0 0 clamp(32px,4vw,44px);border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);padding:18px 16px;text-align:center}.home-articles-bar h1,.home-articles-bar h2{margin:0;font-size:clamp(2.4rem,4.8vw,4.6rem);font-weight:500;line-height:1;letter-spacing:-.04em;color:#ffffff}.home-articles-bar .home-section-title{font-size:clamp(2rem,3.6vw,3rem);font-weight:700;line-height:1.06;letter-spacing:-.035em}.home-articles-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:clamp(18px,2vw,28px);gap:clamp(18px,2vw,28px)}.home-article-card{display:grid;grid-gap:14px;gap:14px;min-width:0;align-content:start}.home-article-link{display:grid;grid-gap:14px;gap:14px;color:inherit}.home-article-media{width:100%;display:block;aspect-ratio:16/10;object-fit:cover;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#0a0a0a;transition:transform .18s ease,border-color .18s ease}.home-article-link:hover .home-article-media{transform:translateY(-2px);border-color:rgba(86,151,255,.28)}.home-article-media--placeholder{background:radial-gradient(circle at 30% 20%,rgba(19,136,255,.35),transparent 35%),linear-gradient(180deg,#0b0b0f,#071120)}.home-article-title{margin:0;color:#ffffff;font-size:clamp(1.12rem,1.8vw,1.45rem);line-height:1.24;letter-spacing:-.02em}.home-article-date{margin:0;color:rgba(255,255,255,.52);font-size:.96rem;line-height:1.4}.site-footer--store-ref{background:#050505;border-top:1px solid rgba(255,255,255,.12);overflow-x:clip}.footer-shell--store-ref{padding-top:clamp(56px,7vw,64px);padding-bottom:clamp(48px,7vw,64px)}.footer-top--store-ref{display:grid;grid-template-columns:minmax(220px,1.25fr) repeat(4,minmax(150px,1fr));grid-gap:clamp(32px,3.2vw,48px);gap:clamp(32px,3.2vw,48px)}.footer-column--store-ref{min-width:0}.footer-brand--store-ref{margin:0;font-size:clamp(2.6rem,4vw,4rem);line-height:.95;letter-spacing:-.04em;color:#ffffff;display:inline-flex;align-items:center;gap:12px}.footer-brand-icon--store-ref{width:34px;height:34px;border-radius:9px;object-fit:cover;display:block}.footer-muted--store-ref{margin:10px 0 0;color:rgba(255,255,255,.72);font-size:1.18rem;line-height:1.4}.footer-column-title--store-ref{margin:0 0 16px;color:#ffffff;font-size:1.04rem;line-height:1.3}.footer-links-list--store-ref{display:grid;grid-gap:10px;gap:10px}.footer-links-list--store-ref a,.footer-links-list--store-ref span{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;max-width:100%;min-height:0;color:rgba(255,255,255,.68);font-size:1rem;line-height:1.45;transition:color .2s ease}.footer-links-list--store-ref a:hover{color:#ffffff}.footer-links-list--support{gap:8px}.footer-team-actions--store-ref{display:grid;grid-gap:12px;gap:12px;align-content:start}.footer-team-button--store-ref{display:inline-flex;align-items:center;justify-content:center;min-height:46px;width:-moz-fit-content;width:fit-content;padding:0 18px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.03);color:#ffffff;font-size:.96rem;font-weight:600;transition:transform .18s ease,background .18s ease,border-color .18s ease}.footer-team-button--store-ref:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.28)}.footer-team-button--accent{background:#1577ff;border-color:#1577ff}.footer-team-button--accent:hover{background:#2b86ff;border-color:#2b86ff}.footer-address--store-ref{margin:0;font-style:normal}.footer-bottom--store-ref{margin-top:clamp(64px,8vw,88px);padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}.footer-legal--store-ref{display:grid;grid-gap:4px;gap:4px}.footer-legal--store-ref p{margin:0;color:rgba(255,255,255,.45);font-size:.92rem;line-height:1.45}@media (max-width:1199px){.home-articles-grid{gap:20px}.footer-top--store-ref,.home-articles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-top--store-ref{gap:36px}}@media (max-width:767px){.home-articles{padding:56px 0}.articles-directory-page{padding-top:20px;padding-bottom:46px}.home-articles-bar{margin-bottom:28px}.home-articles-bar h1,.home-articles-bar h2{font-size:clamp(2rem,10vw,3rem)}.home-articles-grid{grid-template-columns:1fr;gap:16px}.footer-top--store-ref{grid-template-columns:1fr;gap:30px}.footer-team-button--store-ref{width:100%}.footer-bottom--store-ref{margin-top:56px}}.commerce-page,.commerce-product-page{padding-top:28px;padding-bottom:72px}.commerce-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:24px;color:rgba(255,255,255,.64);font-size:.98rem;line-height:1.4}.commerce-breadcrumbs a{color:rgba(255,255,255,.84)}.commerce-breadcrumb-separator{color:rgba(61,133,255,.9)}.commerce-page-head{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:24px;gap:24px;align-items:end;margin-bottom:28px}.commerce-page-head h1{margin:8px 0 0;font-size:clamp(3rem,5vw,4.8rem);line-height:.96;letter-spacing:-.05em;color:#ffffff}.commerce-page-head p{margin:16px 0 0;max-width:54rem;color:rgba(255,255,255,.72);font-size:1.08rem;line-height:1.6}.commerce-head-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.commerce-direction-jump{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:36px}.commerce-direction-chip{display:inline-grid;gap:2px;min-height:58px;padding:10px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.02);color:#ffffff;transition:transform .18s ease,border-color .18s ease}.commerce-direction-chip:hover{transform:translateY(-1px);border-color:rgba(92,157,255,.28)}.commerce-direction-chip strong{font-size:.94rem;line-height:1.2}.commerce-direction-chip span{color:rgba(255,255,255,.62);font-size:.86rem;line-height:1.2}.commerce-direction-stack{display:grid;grid-gap:34px;gap:34px}.commerce-direction-block{display:grid;grid-gap:22px;gap:22px}.commerce-direction-head{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:20px;gap:20px;align-items:end}.commerce-direction-head h2{margin:8px 0 0;font-size:clamp(2rem,3vw,3rem);line-height:1.02;letter-spacing:-.04em}.commerce-products-head{margin-top:42px}.catalog-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.catalog-product-card{display:grid;grid-template-rows:auto 1fr;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(9,10,14,.98),rgba(8,16,30,.98));overflow:hidden;transition:transform .18s ease,border-color .18s ease}.catalog-product-card:hover{transform:translateY(-3px);border-color:rgba(112,167,255,.24)}.catalog-product-media-link{display:block;padding:14px;border-bottom:1px solid rgba(255,255,255,.06)}.catalog-product-media{min-height:190px;border-radius:18px;overflow:hidden}.catalog-product-body{display:grid;grid-gap:14px;gap:14px;padding:16px}.catalog-product-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.catalog-product-kicker{color:rgba(255,255,255,.62);font-size:.86rem;line-height:1.2;letter-spacing:.01em}.catalog-product-price{color:#ffffff;font-size:1rem;font-weight:700;line-height:1}.catalog-product-title-block{display:grid;grid-gap:8px;gap:8px}.catalog-product-title-block h3{margin:0;font-size:1.06rem;line-height:1.24;letter-spacing:-.02em}.catalog-product-title-block h3 a{color:#ffffff}.catalog-product-subtitle{margin:0;color:rgba(255,255,255,.66);font-size:.92rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.catalog-product-bottom{display:grid;grid-gap:12px;gap:12px}.catalog-product-meta{margin:0;color:rgba(255,255,255,.56);font-size:.9rem;line-height:1.45}.catalog-product-cta{width:100%;min-height:46px}.catalog-product-badges{display:flex;flex-wrap:wrap;gap:8px}.commerce-product-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);grid-gap:24px;gap:24px;align-items:start}.commerce-product-summary{display:grid;grid-gap:22px;gap:22px}.commerce-product-visual-panel{border-radius:28px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(58% 58% at 50% 86%,rgba(36,122,255,.22) 0,rgba(36,122,255,0) 72%),linear-gradient(180deg,rgba(12,13,18,.98),rgba(10,19,33,.98));padding:20px}.commerce-product-visual{min-height:340px}.commerce-product-copy{display:grid;grid-gap:18px;gap:18px}.commerce-product-description{margin:0;color:rgba(255,255,255,.74);font-size:1.02rem;line-height:1.62}.commerce-detail-list{display:grid;grid-gap:12px;gap:12px}.commerce-detail-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02)}.commerce-detail-row span{color:rgba(255,255,255,.62)}.commerce-detail-row strong{color:#ffffff;text-align:right}.commerce-flow-box{display:grid;grid-gap:12px;gap:12px}.commerce-flow-list{margin:0;padding-left:18px;display:grid;grid-gap:10px;gap:10px;color:rgba(255,255,255,.74);line-height:1.58}.commerce-checkout-card{display:grid;grid-gap:20px;gap:20px;padding:24px;border-radius:26px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(10,10,14,.98),rgba(8,16,30,.98))}.commerce-checkout-head{display:grid;grid-gap:12px;gap:12px}.commerce-checkout-head h2{margin:8px 0 0;font-size:clamp(1.9rem,3vw,2.5rem);line-height:1;letter-spacing:-.04em}.commerce-checkout-subtitle{margin:0;color:rgba(255,255,255,.68);line-height:1.55}.commerce-variant-block,.commerce-variant-grid{display:grid;grid-gap:12px;gap:12px}.commerce-variant-choice{display:grid;grid-template-columns:84px 1fr auto;align-items:center;grid-gap:16px;gap:16px;min-height:84px;padding:10px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.02);color:#f4f7ff;transition:transform .16s ease,border-color .16s ease,background .16s ease}.commerce-variant-choice:hover{transform:translateY(-1px)}.commerce-variant-choice.active{background:rgba(40,119,255,.18);border-color:rgba(95,163,255,.58);box-shadow:inset 0 0 0 1px rgba(95,163,255,.18)}.commerce-variant-choice span{text-align:left;line-height:1.4}.commerce-variant-choice strong{white-space:nowrap}.commerce-variant-choice-media{width:84px;height:60px}.commerce-variant-choice-visual{width:100%;height:100%;min-height:0;border-radius:12px}.commerce-variant-choice-visual .product-visual-meta{display:none}.commerce-variant-choice-visual .product-visual-gradient{background:linear-gradient(180deg,rgba(1,5,12,.02),rgba(2,6,12,.09) 45%,rgba(3,7,13,.48))}.commerce-checkout-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08)}.commerce-big-price{font-size:clamp(2rem,4vw,2.8rem);font-weight:700;line-height:1;letter-spacing:-.03em}.commerce-summary-note{max-width:18rem;color:rgba(255,255,255,.68);line-height:1.5;text-align:right}.commerce-assurance{padding:16px 18px}.commerce-assurance-copy{margin:0}.commerce-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.commerce-field{display:grid;grid-gap:8px;gap:8px}.commerce-field--full{grid-column:1/-1}.commerce-field span{color:rgba(255,255,255,.76);font-size:.94rem;line-height:1.4}.commerce-field input,.commerce-field textarea{width:100%;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.02);color:#ffffff;border-radius:16px;padding:14px 16px;font:inherit}.commerce-field textarea{resize:vertical;min-height:120px}.commerce-submit{min-height:52px}.commerce-back-button{min-height:44px}@media (max-width:1199px){.catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.commerce-product-layout{grid-template-columns:1fr}}@media (max-width:980px){.commerce-direction-head,.commerce-page-head{grid-template-columns:1fr}.commerce-head-meta{justify-content:flex-start}.commerce-checkout-summary{flex-direction:column;align-items:flex-start}.commerce-summary-note{max-width:none;text-align:left}}@media (max-width:767px){.commerce-page,.commerce-product-page{padding-top:20px;padding-bottom:46px}.commerce-breadcrumbs{margin-bottom:18px;gap:8px;font-size:.94rem}.commerce-page-head{gap:18px;margin-bottom:22px}.commerce-page-head h1{font-size:clamp(2.2rem,11vw,3.4rem);line-height:1}.commerce-page-head p{font-size:1rem;line-height:1.55}.commerce-direction-jump{gap:10px;margin-bottom:28px}.commerce-direction-chip{min-height:54px;padding:10px 14px;border-radius:16px}.commerce-direction-stack{gap:28px}.commerce-direction-head h2{font-size:clamp(1.8rem,8vw,2.4rem)}.catalog-product-grid{grid-template-columns:1fr;gap:16px}.catalog-product-card{border-radius:22px}.catalog-product-media-link{padding:12px}.catalog-product-media{min-height:164px;border-radius:16px}.catalog-product-body{padding:14px;gap:12px}.catalog-product-title-block h3{font-size:1rem}.catalog-product-subtitle{font-size:.88rem}.commerce-product-visual-panel{padding:14px;border-radius:22px}.commerce-product-visual{min-height:250px}.commerce-product-copy{gap:16px}.commerce-detail-row{padding:12px 14px;border-radius:14px;flex-direction:column;align-items:flex-start}.commerce-checkout-card{padding:18px;border-radius:22px;gap:18px}.commerce-checkout-head h2{font-size:clamp(1.7rem,8vw,2.2rem)}.commerce-variant-choice{grid-template-columns:72px 1fr auto;min-height:72px;padding:8px 12px;border-radius:14px}.commerce-variant-choice-media{width:72px;height:52px}.commerce-form-grid{grid-template-columns:1fr;gap:12px}.commerce-field input,.commerce-field textarea{border-radius:14px;padding:13px 14px}}.commerce-section-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:24px;gap:24px;align-items:end;margin-bottom:24px}.commerce-section-heading-copy{display:grid;grid-gap:8px;gap:8px}.commerce-section-heading h2{margin:8px 0 0;font-size:clamp(2rem,3.2vw,3rem);line-height:1.02;letter-spacing:-.04em;color:#ffffff}.commerce-section-heading .section-copy{margin:12px 0 0;max-width:52rem;color:rgba(255,255,255,.68);font-size:1rem;line-height:1.58}.commerce-section-heading-side{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:14px}.commerce-section-heading-media{width:auto;height:68px;display:block;border-radius:16px;border:1px solid rgba(255,255,255,.08);object-fit:cover;background:rgba(255,255,255,.02)}.commerce-section-heading-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.92);white-space:nowrap;transition:transform .18s ease,border-color .18s ease}.commerce-section-heading-link:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.28)}.commerce-showcase-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.commerce-showcase-card{display:grid;grid-template-rows:auto 1fr;border-radius:26px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(10,10,14,.98),rgba(8,16,30,.98));overflow:hidden;transition:transform .18s ease,border-color .18s ease}.commerce-showcase-card:hover{transform:translateY(-3px);border-color:rgba(112,167,255,.24)}.commerce-showcase-media-link{display:block;padding:14px;border-bottom:1px solid rgba(255,255,255,.06)}.commerce-showcase-media{min-height:220px;border-radius:18px;overflow:hidden}.commerce-showcase-media--image{background:rgba(255,255,255,.02)}.commerce-showcase-image{width:100%;height:100%;display:block;object-fit:cover}.commerce-showcase-body{display:grid;grid-gap:14px;gap:14px;padding:16px}.commerce-showcase-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.commerce-showcase-kicker{color:rgba(255,255,255,.62);font-size:.86rem;line-height:1.2;letter-spacing:.01em}.commerce-showcase-title-block{display:grid;grid-gap:8px;gap:8px}.commerce-showcase-title{margin:0;font-size:1.05rem;line-height:1.24;letter-spacing:-.02em}.commerce-showcase-title a{color:#ffffff}.commerce-showcase-subtitle{margin:0;color:rgba(255,255,255,.62);font-size:.9rem;line-height:1.45}.commerce-showcase-description{margin:0;color:rgba(255,255,255,.72);font-size:.94rem;line-height:1.55}.commerce-showcase-tags{gap:8px}.commerce-showcase-button{width:100%;min-height:46px}@media (max-width:1199px){.commerce-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.commerce-section-heading{grid-template-columns:1fr;align-items:start}.commerce-section-heading-side{justify-content:flex-start}}@media (max-width:767px){.commerce-section-heading{gap:16px;margin-bottom:20px}.commerce-section-heading h2{font-size:clamp(1.8rem,8vw,2.4rem)}.commerce-section-heading .section-copy{font-size:.96rem;line-height:1.55}.commerce-section-heading-media{height:56px;border-radius:14px}.commerce-showcase-grid{grid-template-columns:1fr;gap:16px}.commerce-showcase-card{border-radius:22px}.commerce-showcase-media-link{padding:12px}.commerce-showcase-media{min-height:176px;border-radius:16px}.commerce-showcase-body{gap:12px;padding:14px}.commerce-showcase-title{font-size:1rem}.commerce-showcase-subtitle{font-size:.88rem}.commerce-showcase-description{font-size:.9rem}}.commerce-product-page--apple{position:relative}.apple-storefront{position:relative;margin-top:24px;padding:28px;border-radius:32px;border:1px solid rgba(122,162,255,.24);background:radial-gradient(70% 75% at 50% 0,rgba(71,120,255,.23),transparent 72%),linear-gradient(180deg,rgba(8,12,24,.94),rgba(6,8,16,.88));box-shadow:0 28px 70px rgba(0,0,0,.5)}.apple-storefront-head{text-align:center;margin-bottom:22px}.apple-storefront-head h2{margin:0;font-size:clamp(2rem,4.2vw,3rem);letter-spacing:-.03em}.apple-storefront-tabs{width:-moz-fit-content;width:fit-content;max-width:100%;margin:0 auto 22px;padding:6px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(11,16,30,.74);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.apple-storefront-tab{border:1px solid transparent;border-radius:999px;min-height:42px;padding:0 18px;color:#d7def5;background:transparent;cursor:pointer;transition:.18s ease}.apple-storefront-tab:hover{color:#fff}.apple-storefront-tab.is-active{background:linear-gradient(180deg,rgba(83,127,255,.96),rgba(52,99,236,.96));color:#fff;border-color:rgba(164,193,255,.45);box-shadow:0 10px 24px rgba(38,81,196,.45)}.apple-catalog-visual{position:relative;height:100%;border-radius:16px;overflow:hidden;border:1px solid rgba(146,184,255,.24);background:radial-gradient(140% 90% at 0 0,rgba(145,176,255,.26),transparent 56%),radial-gradient(100% 120% at 100% 100%,rgba(52,96,231,.34),transparent 62%),linear-gradient(140deg,#0a0f20 10%,#11172e 54%,#0a0f1f);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.apple-catalog-visual--custom-image{border-color:rgba(176,202,255,.4);background:linear-gradient(145deg,rgba(10,15,32,.92),rgba(17,23,46,.94));box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 12px 28px rgba(8,15,34,.35)}.apple-catalog-visual-custom-frame{width:100%;height:100%}.apple-catalog-visual-custom-image{display:block;width:100%;height:100%;object-fit:cover}.apple-catalog-visual--featured-custom{border-color:rgba(185,210,255,.5);background:radial-gradient(120% 90% at 10% 0,rgba(101,146,255,.22),transparent 60%),linear-gradient(152deg,rgba(10,14,28,.98),rgba(12,19,36,.98))}.apple-catalog-visual--featured-custom .apple-catalog-visual-custom-frame{margin:clamp(8px,1.1vw,14px);width:auto;height:auto;border-radius:clamp(14px,1.5vw,20px);border:1px solid rgba(190,214,255,.3);background:linear-gradient(180deg,rgba(246,251,255,.08),rgba(225,237,255,.02));box-shadow:inset 0 1px 0 rgba(255,255,255,.26),0 20px 38px rgba(0,7,20,.44);overflow:hidden;display:grid;place-items:center}.apple-catalog-visual--featured-custom .apple-catalog-visual-custom-image{width:100%;height:100%;object-fit:contain;object-position:center;background:radial-gradient(circle at 50% 14%,rgba(24,28,42,.46),rgba(12,16,26,.9))}.apple-catalog-visual-glow{position:absolute;inset:-38% -18% auto;height:76%;background:radial-gradient(circle,rgba(197,218,255,.4),transparent 64%);pointer-events:none}.apple-catalog-visual-glass{position:absolute;left:12px;right:12px;top:42%;bottom:12px;border-radius:18px;border:1px solid rgba(255,255,255,.2);background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,.02));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none}.apple-catalog-visual-main,.apple-catalog-visual-top{position:relative;z-index:1}.apple-catalog-visual-top{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:12px}.apple-catalog-badge,.apple-catalog-country{min-height:28px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:rgba(8,14,30,.62);color:#eef4ff;padding:0 11px;display:inline-flex;align-items:center;gap:6px;font-size:.74rem;font-weight:600;letter-spacing:.01em}.apple-catalog-visual-main{margin-top:24px;padding:0 16px 16px;display:grid;grid-gap:10px;gap:10px}.apple-catalog-mark{font-size:1.6rem;line-height:1;color:rgba(244,247,255,.94);text-shadow:0 8px 20px rgba(0,0,0,.4)}.apple-catalog-visual-main strong{font-size:clamp(1rem,2.1vw,1.4rem);line-height:1.15;letter-spacing:-.02em;color:#f4f7ff}.apple-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.apple-card{border-radius:24px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.03);min-height:264px;display:flex;flex-direction:column;overflow:hidden;transition:border-color .18s ease,transform .18s ease}.apple-card.is-selected{border-color:rgba(113,158,255,.55);box-shadow:0 16px 35px rgba(30,66,170,.34)}.apple-card-media{padding:12px 12px 8px}.apple-card-visual{min-height:138px;border-radius:16px}.apple-card-body{padding:0 14px;display:grid;grid-gap:5px;gap:5px}.apple-card-body h3{margin:0;font-size:1rem}.apple-card-price{margin:0;color:#d7e4ff;font-size:1.05rem;font-weight:600}.apple-card-action-row{margin-top:auto;padding:12px 14px 14px}.apple-card-buy,.apple-stepper{width:100%;min-height:44px;border-radius:14px}.apple-card-buy{border:1px solid rgba(122,167,255,.45);background:linear-gradient(180deg,rgba(67,111,232,.9),rgba(44,78,175,.92));color:#fff;font-weight:600;cursor:pointer}.apple-card-buy.is-disabled{border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:rgba(230,233,242,.72)}.apple-stepper{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;border:1px solid rgba(123,167,255,.38);background:rgba(22,35,68,.74)}.apple-stepper-btn{height:100%;border:0;background:transparent;color:#f0f5ff;cursor:pointer;font-size:1.2rem}.apple-stepper-btn:disabled{opacity:.4;cursor:not-allowed}.apple-stepper-qty{text-align:center;font-weight:600}.apple-card.is-sold-out{opacity:.78}.apple-cart-bar{margin:18px auto 0;max-width:780px;border-radius:20px;border:1px solid rgba(121,170,255,.35);background:rgba(13,20,38,.9);box-shadow:0 20px 36px rgba(31,68,159,.26);display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px}.apple-cart-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px}.apple-cart-meta strong{margin-right:6px}.apple-cart-meta span{color:rgba(228,234,247,.88);font-size:.94rem}.apple-cart-cta{min-width:220px}.apple-checkout{margin:18px auto 0;max-width:780px;border-radius:24px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.03);padding:18px}.apple-checkout-head h3{margin:0}.apple-checkout-head p{margin:6px 0 0;color:var(--muted)}.apple-checkout-summary-grid{display:grid;margin-top:14px;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.apple-checkout-pill{border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.02);padding:10px;display:grid;grid-gap:4px;gap:4px}.apple-checkout-pill span{color:var(--muted);font-size:.82rem}.apple-checkout-form{margin-top:14px;display:grid;grid-gap:12px;gap:12px}@media (max-width:1080px){.apple-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.apple-checkout-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.apple-storefront{padding:18px;border-radius:24px}.apple-storefront-tabs{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:6px;gap:6px;margin-bottom:18px;padding:6px}.apple-storefront-tab{min-height:46px;width:100%;padding:0 8px;text-align:center;font-size:.92rem}.apple-grid{grid-template-columns:minmax(0,1fr)}.apple-card{min-height:320px}.apple-card-media{padding:14px 14px 10px}.apple-card-visual{min-height:176px}.apple-card-body{padding:0 16px;gap:7px}.apple-card-action-row{padding:14px 16px 16px}.apple-cart-bar{position:-webkit-sticky;position:sticky;bottom:max(12px,env(safe-area-inset-bottom));flex-direction:column;align-items:stretch;z-index:8}.apple-cart-cta{width:100%;min-width:0}.apple-checkout{margin-bottom:calc(env(safe-area-inset-bottom) + 16px)}}.admin-home-services-panel{display:grid;grid-gap:18px;gap:18px}.admin-home-services-panel--focused{gap:14px}.admin-home-services-head{display:grid;grid-gap:14px;gap:14px}.admin-home-services-head--compact{gap:8px}.admin-home-services-head--compact .muted-copy,.admin-home-services-head--compact h3{margin:0}.admin-home-service-selector{display:flex;flex-wrap:wrap;gap:8px}.admin-home-service-chip{min-height:42px;padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03);color:inherit;display:grid;grid-gap:2px;gap:2px;text-align:left;cursor:pointer}.admin-home-service-chip span{font-size:.93rem;line-height:1.2}.admin-home-service-chip small{color:rgba(255,255,255,.62);font-size:.75rem;line-height:1}.admin-home-service-chip.is-active{border-color:rgba(111,172,255,.52);background:rgba(50,106,216,.2)}.admin-home-service-template-row{display:flex;flex-wrap:wrap;gap:10px}.admin-home-services-create{display:grid;grid-template-columns:minmax(260px,360px) minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start;min-width:0}.admin-home-services-create--focused{gap:14px}.admin-home-services-grid{display:grid;grid-gap:18px;gap:18px}.admin-home-service-card{display:grid;grid-template-columns:minmax(260px,360px) minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start;min-width:0;padding:18px;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(10,10,14,.96),rgba(8,16,30,.96))}.admin-home-service-preview{position:relative;min-height:280px;min-width:0;border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(10,18,34,.98),rgba(6,11,20,.98));display:grid;align-content:space-between}.admin-home-service-preview:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,8,14,.18),rgba(6,8,14,.74));pointer-events:none}.admin-home-service-preview-image{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover}.admin-home-service-preview-body,.admin-home-service-preview-top{position:relative;z-index:1;padding:16px}.admin-home-service-preview-top{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.admin-home-service-preview-body{display:grid;grid-gap:8px;gap:8px;align-content:end;min-width:0}.admin-home-service-preview-body strong{color:#ffffff;font-size:1.24rem;line-height:1.16;letter-spacing:-.02em}.admin-home-service-preview-body p{margin:0;color:rgba(255,255,255,.76);line-height:1.5;word-break:break-word}.admin-home-service-route{color:rgba(255,255,255,.58);font-size:.9rem;line-height:1.45}.admin-home-service-preview-fallback{position:absolute;inset:0;display:grid;place-items:center;padding:20px;text-align:center;color:rgba(255,255,255,.92);font-weight:600;letter-spacing:-.02em;background:linear-gradient(180deg,rgba(9,17,31,1),rgba(5,10,18,1))}.admin-home-service-preview-fallback--apple{background:radial-gradient(circle at 50% 54%,rgba(100,160,255,.34) 0,rgba(100,160,255,0) 32%),linear-gradient(180deg,rgba(13,36,80,1),rgba(5,16,37,1))}.admin-home-service-preview-fallback--playstation{background:radial-gradient(circle at 50% 54%,rgba(94,145,255,.3) 0,rgba(94,145,255,0) 34%),linear-gradient(180deg,rgba(10,45,102,1),rgba(6,24,56,1))}.admin-home-service-preview-fallback--spotify{background:radial-gradient(circle at 50% 54%,rgba(73,220,130,.28) 0,rgba(73,220,130,0) 34%),linear-gradient(180deg,rgba(15,63,46,1),rgba(7,26,22,1))}.admin-home-service-preview-fallback--ai,.admin-home-service-preview-fallback--chatgpt{background:radial-gradient(circle at 50% 54%,rgba(84,168,255,.22) 0,rgba(84,168,255,0) 34%),linear-gradient(180deg,rgba(8,35,50,1),rgba(5,18,27,1))}.admin-home-service-preview-fallback--nintendo{background:radial-gradient(circle at 50% 54%,rgba(255,98,115,.2) 0,rgba(255,98,115,0) 34%),linear-gradient(180deg,rgba(55,16,35,1),rgba(22,8,16,1))}.admin-home-service-items{display:grid;grid-gap:10px;gap:10px;margin-top:8px}.admin-home-service-items--compact{margin-top:4px}@media (max-width:1180px){.admin-home-service-card,.admin-home-services-create{grid-template-columns:1fr}}@media (max-width:767px){.admin-home-service-card{padding:14px;border-radius:20px}.admin-home-service-preview{min-height:240px;border-radius:18px}.admin-home-service-preview-body,.admin-home-service-preview-top{padding:14px}.admin-home-service-preview-body strong{font-size:1.1rem}}.staff-login-page{padding-top:28px;padding-bottom:72px}.staff-login-shell{width:min(100%,560px);margin:0 auto;display:grid;grid-gap:24px;gap:24px}.staff-login-head{display:grid;grid-gap:12px;gap:12px}.staff-login-head h1{margin:0;font-size:clamp(2.4rem,5vw,3.6rem);line-height:.98;letter-spacing:-.05em;color:#ffffff}.staff-login-customer-note{margin:0;color:rgba(255,255,255,.62);font-size:.98rem;line-height:1.55}.staff-login-customer-note a{color:#ffffff;text-decoration:underline;text-underline-offset:3px}.staff-login-form{display:grid;grid-gap:16px;gap:16px;padding:24px;border-radius:26px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(10,10,14,.98),rgba(8,16,30,.98))}.staff-login-captcha{display:grid;grid-gap:12px;gap:12px;padding:16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02)}.staff-login-captcha-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.staff-login-captcha-help{margin:4px 0 0;color:rgba(255,255,255,.58);font-size:.92rem;line-height:1.45}.staff-login-captcha-expression{display:inline-flex;align-items:center;min-height:20px;color:#ffffff;font-size:1.04rem;font-weight:600;letter-spacing:.01em}.staff-login-captcha-refresh{min-height:40px}.staff-login-submit{min-height:52px}.staff-login-help-link{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;color:rgba(255,255,255,.76);font-size:.96rem;line-height:1.4;text-decoration:underline;text-underline-offset:3px}.staff-login-help-link:hover{color:#ffffff}@media (max-width:767px){.staff-login-page{padding-top:20px;padding-bottom:46px}.staff-login-shell{gap:20px}.staff-login-head h1{font-size:clamp(2rem,10vw,3rem)}.staff-login-customer-note{font-size:.94rem}.staff-login-form{padding:18px;border-radius:22px}.staff-login-captcha{padding:14px;border-radius:16px}.staff-login-captcha-row{flex-direction:column;align-items:flex-start}.staff-login-help-link{width:100%;justify-content:center}}.admin-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 20px}.admin-tab-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.02);color:rgba(255,255,255,.82);font:inherit;cursor:pointer;transition:transform .18s ease,border-color .18s ease,color .18s ease}.admin-tab-button:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.24);color:#ffffff}.admin-tab-button.is-active{background:rgba(40,119,255,.18);border-color:rgba(95,163,255,.58);color:#ffffff}.customer-orders-intro{margin:0 0 22px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.customer-orders-intro p{margin:6px 0 0;color:rgba(224,231,244,.76)}.customer-orders-title{margin:0;font-size:clamp(1.8rem,4vw,2.8rem);letter-spacing:-.03em}.customer-orders-list{display:grid;grid-gap:14px;gap:14px}.customer-orders-card{border:1px solid rgba(154,183,236,.26);border-radius:24px;padding:20px 22px;background:radial-gradient(120% 130% at 0 0,rgba(86,145,255,.12),transparent 56%),linear-gradient(180deg,rgba(18,26,45,.58),rgba(10,16,30,.54));box-shadow:0 16px 44px rgba(0,0,0,.32);display:grid;grid-gap:16px;gap:16px}.customer-orders-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.customer-order-number-pill,.customer-order-status-pill{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;font-size:.82rem;font-weight:650}.customer-order-number-pill{border:1px solid rgba(146,185,247,.5);background:rgba(67,131,248,.18)}.customer-order-status-pill{border:1px solid rgba(255,255,255,.14);color:rgba(223,231,245,.96);background:rgba(255,255,255,.06)}.customer-orders-card-main{display:grid;grid-gap:4px;gap:4px}.customer-orders-card-main strong{font-size:1.08rem}.customer-orders-card-main p{margin:0;color:rgba(216,225,238,.78)}.customer-orders-card-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.customer-orders-card-meta div{display:grid;grid-gap:4px;gap:4px;border-radius:14px;padding:10px 12px;background:rgba(255,255,255,.03)}.customer-orders-card-meta span{color:rgba(215,224,238,.7);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.customer-orders-card-meta strong{font-size:.98rem}.customer-orders-card-actions{display:flex;justify-content:flex-end}.customer-orders-empty{max-width:560px;margin:24px auto 0;text-align:center;padding:28px}.customer-orders-empty h2{margin:0 0 10px}.customer-orders-empty p{margin:0 0 18px;color:var(--muted)}@media (max-width:767px){.admin-tabs{gap:8px;margin:16px 0 18px}.admin-tab-button{min-height:42px;padding:0 14px}.customer-login-page{padding-top:20px;padding-bottom:46px}}.storefront-mobile-nav{display:none}@media (max-width:960px){body.with-storefront-mobile-nav{padding-bottom:calc(114px + env(safe-area-inset-bottom))}.storefront-mobile-nav{position:fixed;left:0;right:0;bottom:0;z-index:50;width:100%;min-height:80px;padding:10px 10px calc(10px + env(safe-area-inset-bottom));border-radius:0;border:1px solid rgba(118,151,221,.34);border-bottom:0;background:radial-gradient(120% 125% at 50% 125%,rgba(70,120,240,.26),transparent 66%),linear-gradient(180deg,rgba(8,15,34,.52),rgba(6,11,26,.86));box-shadow:0 -18px 34px rgba(0,0,0,.46),0 -3px 22px rgba(47,104,234,.2),inset 0 1px 0 rgba(232,240,255,.18);-webkit-backdrop-filter:blur(24px) saturate(132%);backdrop-filter:blur(24px) saturate(132%);display:grid;grid-template-columns:1fr auto 1fr 1fr;grid-gap:10px;gap:10px;align-items:end}.storefront-mobile-nav-item{min-height:52px;border-radius:14px;display:grid;align-content:center;justify-items:center;grid-gap:6px;gap:6px;color:rgba(221,232,255,.82);font-size:.78rem;letter-spacing:.01em;line-height:1;position:relative}.storefront-mobile-nav-item:after{content:"";width:0;height:1px;border-radius:999px;background:linear-gradient(90deg,rgba(124,172,255,.08),rgba(157,201,255,.95),rgba(124,172,255,.08));transition:width .18s ease}.storefront-mobile-nav-item.is-active{color:#f7fbff;text-shadow:0 0 16px rgba(126,174,255,.34)}.storefront-mobile-nav-item.is-active:after{width:34px}.storefront-mobile-nav-center{width:58px;height:58px;border-radius:50%;border:1px solid rgba(140,183,255,.42);background:radial-gradient(circle at 32% 16%,rgba(184,214,255,.4),transparent 52%),linear-gradient(180deg,rgba(39,82,194,.92),rgba(18,40,102,.95));display:inline-flex;align-items:center;justify-content:center;margin-bottom:2px;box-shadow:0 10px 20px rgba(16,45,124,.5),inset 0 1px 0 rgba(246,250,255,.26)}.storefront-mobile-nav-center-logo{width:28px;height:28px;object-fit:contain;border-radius:7px;filter:drop-shadow(0 1px 3px rgba(6,18,44,.4))}.storefront-mobile-nav-badge{position:absolute;top:2px;right:11px;min-width:18px;height:18px;border-radius:999px;padding:0 4px;background:linear-gradient(180deg,#94c0ff,#6ea5ff);color:#06132b;font-size:.66rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px rgba(6,11,24,.9)}}.storefront-cart-page{display:grid;grid-gap:14px;gap:14px;padding-top:6px;padding-bottom:20px}.storefront-cart-card,.storefront-cart-checkout-card,.storefront-cart-empty{border:1px solid rgba(122,162,255,.2);border-radius:24px;background:radial-gradient(120% 80% at 0 0,rgba(58,101,225,.22),transparent 54%),linear-gradient(180deg,rgba(8,12,24,.94),rgba(6,8,16,.9));box-shadow:0 24px 52px rgba(0,0,0,.35)}.storefront-cart-empty{padding:22px;display:grid;grid-gap:12px;gap:12px}.storefront-cart-checkout-card h3,.storefront-cart-item-body h2{margin:0}.storefront-cart-empty p,.storefront-cart-meta-grid span{color:rgba(224,231,244,.75)}.storefront-cart-card{padding:12px;display:grid;grid-gap:10px;gap:10px}.storefront-cart-list{display:grid;grid-gap:8px;gap:8px}.storefront-cart-line-item{border-radius:16px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.03);display:grid;grid-template-columns:minmax(0,1fr);grid-gap:8px;gap:8px;padding:14px}.storefront-cart-line-main{min-width:0;display:grid;grid-gap:8px;gap:8px}.storefront-cart-line-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.storefront-cart-line-head strong{font-size:.98rem;line-height:1.35;overflow-wrap:anywhere}.storefront-cart-line-meta{margin:0;color:rgba(224,231,244,.75);font-size:.84rem}.storefront-cart-line-pricing{display:grid;grid-gap:4px;gap:4px;color:rgba(224,231,244,.82);font-size:.84rem;line-height:1.4}.storefront-cart-line-pricing strong{color:#ffffff;font-size:.92rem}.storefront-cart-line-foot{display:flex;justify-content:flex-start}.storefront-cart-stepper{width:124px;min-height:36px}.storefront-cart-remove{min-height:30px;padding:0 10px;font-size:.78rem}.storefront-cart-checkout-card{padding:14px;display:grid;grid-gap:10px;gap:10px}.storefront-cart-checkout-lines{display:grid;grid-gap:10px;gap:10px;margin-bottom:4px}.storefront-cart-checkout-line{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid rgba(255,255,255,.08)}.storefront-cart-checkout-line:first-child{border-top:0;padding-top:0}.storefront-cart-checkout-line-copy{min-width:0;display:grid;grid-gap:4px;gap:4px}.storefront-cart-checkout-line-copy strong{color:#ffffff;font-size:.92rem;line-height:1.4;overflow-wrap:anywhere}.storefront-cart-checkout-line-copy span{color:rgba(255,255,255,.62);font-size:.8rem}.storefront-cart-checkout-line-price{display:grid;grid-gap:4px;gap:4px;justify-items:end;text-align:right}.storefront-cart-checkout-line-price span{color:rgba(255,255,255,.68);font-size:.8rem;white-space:nowrap}.storefront-cart-checkout-line-price strong{color:#ffffff;font-size:.95rem}.storefront-cart-sticky-summary{position:-webkit-sticky;position:sticky;bottom:calc(120px + env(safe-area-inset-bottom));z-index:9;border-radius:18px;border:1px solid rgba(135,171,255,.32);background:rgba(8,15,31,.92);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 16px 30px rgba(0,0,0,.32);display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px}.storefront-cart-sticky-summary div{display:grid;grid-gap:4px;gap:4px}.storefront-cart-sticky-summary span{color:rgba(224,231,244,.75);font-size:.88rem}@media (max-width:960px){.storefront-cart-page{gap:12px;padding-top:4px;padding-bottom:14px}.storefront-cart-card{padding:10px}.storefront-cart-line-item{padding:12px}.storefront-cart-line-foot{justify-content:flex-start}.storefront-cart-sticky-summary{bottom:calc(112px + env(safe-area-inset-bottom));flex-direction:column;align-items:stretch}.storefront-cart-sticky-summary .button{width:100%}}.apple-storefront-empty{border:1px solid rgba(122,162,255,.2);border-radius:24px;background:radial-gradient(120% 80% at 0 0,rgba(58,101,225,.22),transparent 54%),linear-gradient(180deg,rgba(8,12,24,.94),rgba(6,8,16,.9));box-shadow:0 24px 52px rgba(0,0,0,.35);padding:28px;display:grid;grid-gap:12px;gap:12px}.apple-storefront-empty h3,.apple-storefront-empty p{margin:0}.apple-storefront-empty p{color:rgba(224,231,244,.75)}.catalog-landing-page .commerce-page-head{margin-bottom:24px}.catalog-landing-grid{display:grid;grid-auto-flow:column;grid-auto-columns:var(--storefront-mobile-card-width);grid-gap:var(--storefront-carousel-gap);gap:var(--storefront-carousel-gap);overflow-x:auto;padding:0 var(--storefront-mobile-rail-inset) 4px;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x pinch-zoom;scroll-snap-type:x mandatory;scroll-padding-inline:var(--storefront-mobile-rail-inset)}.catalog-landing-grid .catalog-landing-card{height:100%}.catalog-landing-grid::-webkit-scrollbar{display:none}@media (min-width:760px){.catalog-landing-grid{overflow:visible;padding:0;scroll-snap-type:none;grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:860px){.catalog-landing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1080px){.catalog-landing-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1320px){.catalog-landing-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:960px){.customer-orders-intro{flex-direction:column;align-items:flex-start}.customer-orders-card-meta{grid-template-columns:1fr}.customer-orders-card-actions{justify-content:stretch}.customer-orders-card-actions .button{width:100%}}.customer-login-page{padding-top:28px;padding-bottom:72px}.cart-page{padding-top:32px;padding-bottom:72px}.cart-empty-card{margin-top:22px}.cart-empty-title{margin:0 0 10px}.cart-empty-copy{margin:0}.admin-articles-shell{display:grid;grid-template-columns:320px minmax(0,1fr);grid-gap:20px;gap:20px;align-items:start}.admin-articles-editor,.admin-articles-sidebar{min-width:0}.admin-articles-sidebar{display:grid;grid-gap:14px;gap:14px}.admin-articles-head{display:grid;grid-gap:10px;gap:10px}.admin-article-tabs{display:flex;flex-wrap:wrap;gap:10px}.admin-article-tab{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.02);color:rgba(255,255,255,.82);font:inherit;cursor:pointer;transition:transform .18s ease,border-color .18s ease,color .18s ease}.admin-article-tab:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.24);color:#ffffff}.admin-article-tab.is-active{background:rgba(40,119,255,.18);border-color:rgba(95,163,255,.58);color:#ffffff}.admin-articles-list{display:grid;grid-gap:10px;gap:10px}.admin-article-list-card{display:grid;grid-gap:8px;gap:8px;padding:14px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02);cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.admin-article-list-card:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.2)}.admin-article-list-card.is-active{border-color:rgba(95,163,255,.58);background:rgba(40,119,255,.12)}.admin-article-list-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.admin-article-list-title{margin:0;color:#ffffff;font-size:1rem;line-height:1.3;letter-spacing:-.02em}.admin-article-list-meta,.admin-article-list-slug{margin:0;color:rgba(255,255,255,.58);font-size:.88rem;line-height:1.45;overflow-wrap:anywhere}.admin-articles-editor{display:grid;grid-gap:16px;gap:16px}.admin-article-editor-card{display:grid;grid-gap:14px;gap:14px;padding:18px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(10,10,14,.96),rgba(8,16,30,.96))}.admin-article-editor-card h3{margin:0;font-size:1.24rem;line-height:1.2;letter-spacing:-.02em;color:#ffffff}.admin-article-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.admin-article-meta-grid .field{min-width:0}.admin-article-cover-preview{width:100%;max-width:420px;display:block;border-radius:18px;border:1px solid rgba(255,255,255,.08)}.admin-article-editor-actions{position:-webkit-sticky;position:sticky;bottom:12px;z-index:5;display:flex;flex-wrap:wrap;gap:10px;padding:14px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(7,9,16,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.admin-article-empty{margin:0;color:rgba(255,255,255,.58);line-height:1.5}.admin-article-products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.admin-article-products-list{display:grid;grid-gap:8px;gap:8px;max-height:360px;overflow:auto}.admin-article-product-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02)}.admin-article-product-item p,.admin-article-product-item span{margin:0}.admin-article-product-item span{color:rgba(255,255,255,.58);font-size:.85rem}.admin-article-product-info{display:grid;grid-gap:4px;gap:4px}.admin-article-product-order{color:rgba(193,215,255,.95)}.admin-article-product-actions{display:flex;gap:6px}@media (max-width:1100px){.admin-article-meta-grid,.admin-article-products-grid,.admin-articles-shell{grid-template-columns:1fr}.admin-articles-editor-actions{position:static}}@media (max-width:767px){.article-inline-promo{width:100%}.customer-login-page{padding-top:20px;padding-bottom:46px}.cart-page{padding-top:24px;padding-bottom:46px}.cart-empty-card{margin-top:18px}.cart-empty-title{margin-bottom:8px}.admin-article-tab{min-height:42px;padding:0 14px}.admin-article-editor-card{padding:14px;border-radius:18px}.admin-article-editor-actions{padding:12px;border-radius:16px}}.apple-storefront.has-cart-bar{padding-bottom:112px}.apple-floating-cart-bar{position:fixed;left:max(24px,calc((100vw - 1180px) / 2 + 16px));right:max(24px,calc((100vw - 1180px) / 2 + 16px));bottom:20px;z-index:46;margin-top:0;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border-radius:22px;border:1px solid rgba(121,170,255,.35);background:radial-gradient(120% 120% at 50% 100%,rgba(63,111,227,.26),transparent 70%),linear-gradient(180deg,rgba(10,16,31,.96),rgba(7,11,22,.94));box-shadow:0 20px 36px rgba(31,68,159,.22)}.apple-floating-cart-copy{display:grid;grid-gap:4px;gap:4px}.apple-floating-cart-label{color:rgba(228,234,247,.72);font-size:.9rem;line-height:1.2}.apple-floating-cart-copy strong{color:#ffffff;font-size:1.3rem;line-height:1;letter-spacing:-.02em}.apple-floating-cart-cta{min-width:208px}.storefront-cart-checkout-head{display:grid;grid-gap:6px;gap:6px}.storefront-cart-checkout-head h3{margin:0}.storefront-cart-summary-row{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-top:6px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}.storefront-cart-summary-copy{display:grid;grid-gap:4px;gap:4px}.storefront-cart-summary-label{color:rgba(255,255,255,.62);font-size:.94rem;line-height:1.4}.storefront-cart-summary-copy strong{color:#ffffff;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1;letter-spacing:-.03em}.storefront-cart-summary-hint{color:rgba(255,255,255,.56);font-size:.92rem;line-height:1.45;text-align:right}.storefront-cart-submit{width:100%;min-height:52px;margin-top:4px}.customer-order-hero-card{display:grid;grid-gap:18px;gap:18px;padding:22px;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(120% 120% at 50% 100%,rgba(63,111,227,.22),transparent 70%),linear-gradient(180deg,rgba(10,16,31,.96),rgba(7,11,22,.94));box-shadow:0 24px 52px rgba(0,0,0,.35)}.customer-order-top{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.customer-order-top h1{margin:10px 0 0;font-size:clamp(2.4rem,6vw,4rem);line-height:.95;letter-spacing:-.05em;color:#ffffff;overflow-wrap:anywhere}.customer-order-status{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:999px;background:#f2f2f2;color:#111111;font-size:1rem;font-weight:600;line-height:1;white-space:nowrap}.customer-order-delivery{display:grid;grid-gap:12px;gap:12px;padding:18px;border-radius:22px;border:1px solid rgba(122,162,255,.18);background:rgba(255,255,255,.03)}.customer-order-code-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.customer-order-code-row code{display:inline-flex;align-items:center;min-height:46px;padding:0 14px;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);color:#ffffff;font-size:1rem;line-height:1;overflow-wrap:anywhere;word-break:break-all}.customer-order-helper{margin:0;color:rgba(255,255,255,.62);line-height:1.55}.customer-order-sections{display:grid;grid-gap:14px;gap:14px}.customer-order-section{display:grid;grid-gap:8px;gap:8px;padding:18px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02)}.customer-order-section strong{color:#ffffff;font-size:1.05rem;line-height:1.3;overflow-wrap:anywhere}.customer-order-section p{margin:0;color:rgba(255,255,255,.74);line-height:1.55;overflow-wrap:anywhere}.customer-order-line{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:10px 0;border-top:1px solid rgba(255,255,255,.08)}.customer-order-line:first-child{border-top:0;padding-top:0}.customer-order-line-copy{display:grid;grid-gap:4px;gap:4px;min-width:0}.thread-form--minimal{display:grid;grid-gap:10px;gap:10px}.thread-form--minimal .note-area{margin:0}@media (max-width:960px){.apple-storefront.has-cart-bar{padding-bottom:calc(170px + env(safe-area-inset-bottom))}.apple-floating-cart-bar{position:fixed;left:16px;right:16px;bottom:calc(90px + env(safe-area-inset-bottom));z-index:46;margin-top:0;padding:10px 12px;border-radius:18px;gap:10px}.apple-floating-cart-copy strong{font-size:1.16rem}.apple-floating-cart-cta{min-width:0;min-height:42px;padding:0 14px}}@media (max-width:767px){.storefront-cart-line-head{flex-direction:column;align-items:flex-start}.storefront-cart-remove{padding:0 12px}.storefront-cart-checkout-line{flex-direction:column;gap:6px}.storefront-cart-checkout-line-price{justify-items:start;text-align:left}.storefront-cart-checkout-line-price span{white-space:normal}.storefront-cart-summary-row{flex-direction:column;align-items:flex-start;gap:8px}.storefront-cart-summary-copy strong{font-size:2rem}.storefront-cart-summary-hint{text-align:left}.customer-order-hero-card{padding:18px;border-radius:22px;gap:16px}.customer-order-top{flex-direction:column;align-items:flex-start;gap:12px}.customer-order-top h1{font-size:clamp(2rem,11vw,3.2rem);line-height:1}.customer-order-status{min-height:46px;padding:0 16px;font-size:.96rem}.customer-order-delivery,.customer-order-section{padding:14px;border-radius:18px}.customer-order-code-row{align-items:stretch}.customer-order-code-row code{width:100%;justify-content:center}.customer-order-line{flex-direction:column;gap:8px}}.marketing-header-actions{display:flex;align-items:center;justify-content:flex-end;min-width:154px}.home-block{padding-top:clamp(3.2rem,5vw,5.4rem);padding-bottom:clamp(3.2rem,5vw,5.4rem)}.home-section-title{margin:0;color:#ffffff;font-size:clamp(2rem,3.6vw,3rem);font-weight:700;line-height:1.06;letter-spacing:-.035em;text-wrap:balance}.home-section-title--left{text-align:left}.home-section-title--center{text-align:center}.home-section-heading{margin:0 0 clamp(1.4rem,2.4vw,2rem)}.home-section-heading--center{text-align:center;max-width:760px;margin-left:auto;margin-right:auto}.home-centered-heading{text-align:center;max-width:760px;margin:0 auto 1.8rem}.home-centered-heading h2{margin:0}.home-centered-heading p{margin:.95rem 0 0;color:var(--text-muted)}.home-reviews-head{grid-row-gap:.95rem;row-gap:.95rem;display:grid}.home-reviews-head p{margin:0;color:var(--text-muted)}.home-reviews-channel-link{color:#dbe6ff;text-decoration:underline;text-underline-offset:3px}.home-reviews-wrap{display:grid;grid-gap:1rem;gap:1rem}.home-reviews-controls{display:flex;justify-content:flex-end;gap:.7rem}.home-reviews-carousel{overflow:hidden;border-radius:28px}.home-reviews-track{display:flex;transition:transform .32s ease}.home-reviews-page{min-width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.home-reviews-arrow{width:44px;height:44px;border-radius:999px;border:1px solid rgba(155,175,255,.35);background:rgba(9,14,33,.72);color:#dbe6ff;transition:opacity .2s ease,transform .2s ease}.home-reviews-arrow:disabled{opacity:.4;cursor:not-allowed}.home-reviews-arrow:not(:disabled):hover{transform:translateY(-1px)}.home-review-card{border:1px solid rgba(157,180,255,.28);background:radial-gradient(circle at 20% 0,rgba(88,118,255,.2),rgba(9,12,24,.92));border-radius:26px;padding:clamp(1.25rem,2.5vw,2rem);min-height:100%}.home-review-author-row{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:.85rem;gap:.85rem}.home-review-author-row p{margin:.2rem 0 0;color:var(--text-muted);font-size:.9rem}.home-review-avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#4f7cff,#7ca2ff);color:#061028;font-weight:700}.home-review-avatar-image{width:40px;height:40px;border-radius:50%;object-fit:cover;border:1px solid rgba(157,180,255,.4)}.home-review-rating{color:#ffd879;margin-top:1rem;letter-spacing:.09em}.home-review-card blockquote{margin:1rem 0 0;color:#e6efff;line-height:1.62}.home-reviews-empty{border:1px solid rgba(157,180,255,.2);border-radius:24px;padding:clamp(1.5rem,3vw,2.4rem);text-align:center;background:rgba(9,14,32,.7)}.home-reviews-empty h3{margin:0}.home-reviews-empty-badge{display:inline-flex;margin-bottom:.7rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#cad8ff}.home-reviews-empty p{margin:.8rem 0 0;color:var(--text-muted)}.home-founder-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:2rem;gap:2rem;align-items:center}.home-founder-section{padding-top:clamp(2.8rem,4.5vw,4rem)}.home-founder-section .about-founder-title{font-size:clamp(2rem,3.6vw,3rem);line-height:1.06;letter-spacing:-.035em}.home-founder-copy p{color:var(--text-muted);max-width:62ch}.home-founder-media{border:1px solid rgba(157,180,255,.24);border-radius:28px;padding:.65rem;background:rgba(9,14,32,.8)}.home-founder-image{width:100%;height:auto;border-radius:22px;object-fit:cover}.admin-site-content-preview{margin:1rem 0 1.4rem}.admin-site-content-preview-image{width:min(100%,280px);border-radius:16px;border:1px solid rgba(157,180,255,.32);display:block;margin-bottom:.75rem}.admin-site-settings-favicon-preview{margin:1rem 0 1.4rem;display:grid;grid-gap:.65rem;gap:.65rem}.admin-site-settings-favicon-frame{width:56px;height:56px;border-radius:14px;border:1px solid rgba(157,180,255,.32);display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.02)}.admin-site-settings-favicon-image{width:32px;height:32px;object-fit:contain;display:block}.admin-site-content-icon-frame{width:40px;height:40px;border:1px solid rgba(157,180,255,.32);border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.02)}.admin-site-content-icon-preview{width:22px;height:22px;object-fit:contain;display:block}.admin-site-content-section+.admin-site-content-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(157,180,255,.2)}.field-span-2{grid-column:span 2}.admin-review-editor{border:1px solid rgba(157,180,255,.22);border-radius:16px;padding:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.8rem;gap:.8rem}.admin-review-editor h4{margin:0 0 .35rem;grid-column:span 2}@media (max-width:980px){.marketing-header-actions{display:none}.home-founder-grid,.home-reviews-page{grid-template-columns:1fr}.admin-review-editor h4,.field-span-2{grid-column:span 1}.admin-review-editor{grid-template-columns:1fr}}.admin-articles-workspace{display:grid;grid-template-columns:300px minmax(0,1fr) 340px;grid-gap:18px;gap:18px;align-items:start;margin-top:16px;min-width:0}.admin-article-main,.admin-article-settings{min-width:0}.admin-article-main{display:grid;grid-gap:14px;gap:14px;min-width:0;overflow:hidden}.admin-article-main-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.admin-article-main-head h3{margin:0}.admin-article-meta-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.admin-chip-dirty{border-color:rgba(241,206,98,.5);color:#ffeaa8}.editor-toolbar-sticky{position:-webkit-sticky;position:sticky;top:14px;z-index:8;padding:10px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(9,12,21,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.editor-toolbar-group{display:flex;flex-wrap:wrap;gap:8px}.tiptap-shell{position:relative;min-height:320px;width:100%;min-width:0;overflow:hidden;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:rgba(4,8,18,.58);box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}.tiptap-shell .ProseMirror{min-height:280px;max-width:100%;overflow-x:hidden;padding:14px;line-height:1.75;font-size:1.04rem;overflow-wrap:anywhere;word-break:break-word}.tiptap-placeholder{position:absolute;top:18px;left:18px;margin:0;color:rgba(255,255,255,.42);pointer-events:none}.tiptap-shell .ProseMirror>*{max-width:100%}.tiptap-shell .ProseMirror .tiptap-inline-image,.tiptap-shell .ProseMirror img{display:block;width:auto;max-width:100%;height:auto;margin:14px 0;border-radius:14px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.02);box-shadow:0 10px 30px rgba(0,0,0,.28)}.admin-article-settings{position:-webkit-sticky;position:sticky;top:12px;display:grid;grid-gap:14px;gap:14px;min-width:0}.admin-article-editor-card{min-width:0;overflow:hidden}.admin-article-editor-card .article-rich-content{min-width:0}.article-rich-content--admin-preview{max-width:100%;margin:0;gap:12px;line-height:1.7;font-size:.98rem}.article-rich-content--admin-preview h1,.article-rich-content--admin-preview h2,.article-rich-content--admin-preview h3{margin:18px 0 8px}.article-rich-content--admin-preview .article-inline-image-wrap{margin:8px 0}.article-rich-content--admin-preview .article-inline-image{max-width:100%}.article-rich-content--admin-preview .article-inline-promo{width:min(100%,420px)}.admin-article-product-item p{overflow-wrap:anywhere}.article-inline-image-wrap{margin:6px 0;display:grid;grid-gap:8px;gap:8px}.article-inline-image{width:100%;border-radius:14px;border:1px solid rgba(255,255,255,.12)}.article-inline-image-wrap figcaption{margin:0;font-size:.86rem;color:rgba(255,255,255,.72)}.article-reader-action-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.03);width:-moz-fit-content;width:fit-content;color:rgba(226,236,252,.95);text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}.article-reader-action-link:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.08)}.article-reader-reading-time{margin:0;color:rgba(255,255,255,.76);display:inline-flex;align-items:center;gap:8px}.article-reader-reading-time-icon{width:18px;height:18px;color:rgba(179,206,255,.92);display:inline-flex}.article-reader-reading-time-icon svg{width:100%;height:100%}.article-toc{padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.02)}.article-toc h2{margin:0 0 10px;font-size:1.05rem}.article-toc ol{margin:0;padding-left:20px;display:grid;grid-gap:6px;gap:6px}.article-toc li.is-level-3{margin-left:14px}.article-toc a{color:rgba(211,231,255,.92);text-decoration:none}.article-reader-finish{margin:18px auto 0;color:rgba(255,255,255,.74);border-top:1px solid rgba(255,255,255,.12);padding-top:24px;display:grid;grid-gap:14px;gap:14px}.article-reader-finish p{margin:0}.article-reader-actions--footer{margin-bottom:0}.home-article-excerpt{margin:0;color:rgba(255,255,255,.65);line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:1380px){.admin-articles-workspace{grid-template-columns:280px minmax(0,1fr)}.admin-article-settings{grid-column:1/-1;position:static}}@media (max-width:900px){.admin-articles-workspace{grid-template-columns:1fr}.admin-article-main-head{flex-direction:column}.editor-toolbar-sticky{position:static}.article-rich-content--admin-preview .article-inline-promo{width:100%}.article-reader-header{gap:10px}.article-reader-actions{gap:8px 12px;margin-bottom:4px}.article-rich-content{font-size:1.05rem;line-height:1.78}}.zoomable-article-image,.zoomable-article-image-trigger{margin:0;width:100%;max-width:100%}.zoomable-article-image-trigger{border:0;padding:0;background:transparent;position:relative;cursor:zoom-in;display:block}.zoomable-article-image-trigger img{width:100%;max-width:100%;display:block}.zoomable-article-image-hint{position:absolute;top:10px;right:10px;width:28px;height:28px;border-radius:999px;border:1px solid rgba(255,255,255,.38);background:rgba(7,13,25,.72);color:rgba(240,246,255,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:inline-flex;align-items:center;justify-content:center}.zoomable-article-image-hint svg{width:17px;height:17px}.article-image-lightbox{position:fixed;inset:0;z-index:120;background:rgba(5,7,12,.94);display:grid;grid-template-rows:auto 1fr;grid-gap:16px;gap:16px;padding:18px}.article-image-lightbox-toolbar{justify-self:center;display:inline-flex;gap:8px;padding:8px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:rgba(16,24,40,.72);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.article-image-lightbox-toolbar button{min-width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08);color:rgba(246,250,255,.95);cursor:pointer}.article-image-lightbox-toolbar button:disabled{cursor:not-allowed;opacity:.45}.article-image-lightbox-stage{display:grid;place-items:center;overflow:auto}.article-image-lightbox-image{max-width:min(92vw,1400px);max-height:85vh;width:auto;height:auto;border-radius:14px;border:1px solid rgba(255,255,255,.2);transition:transform .18s ease;transform-origin:center center}@media (max-width:720px){.article-image-lightbox{padding:12px;gap:12px}.article-image-lightbox-toolbar button{min-width:36px;height:36px}.zoomable-article-image-hint{width:26px;height:26px}}