:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f8fafc;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--bg:#101526;--surface:#101a2c;--surface-strong:#121f35;--surface-soft:#ffffff0d;--text:#f8fafc;--muted:#91a0b7;--accent:#f4b515;--accent-strong:#e89800;--accent-text:#121820;--border:#ffffff1a;--success:#2dd4bf;--danger:#f43f5e;--telegram:#3fc8bd;background:#101526;font-family:Tahoma,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg);min-width:320px;min-height:100%}body{background:radial-gradient(circle at 50% -20%, #f4b5151f, transparent 30rem), var(--bg);min-width:320px;min-height:100dvh;color:var(--text);margin:0;overflow-x:hidden}button,input,textarea,select{font:inherit}button{color:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}img{max-width:100%;display:block}svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;display:block}.store-shell{width:min(100%,590px);padding:max(14px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));margin:0 auto}.store-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.brand-lockup{min-width:0}.brand-lockup img{width:clamp(174px,52vw,250px);height:auto}.cart-button{border:1px solid var(--border);background:var(--surface-soft);border-radius:15px;flex:none;place-items:center;width:44px;height:44px;display:grid;position:relative}.cart-button svg{width:22px;height:22px}.cart-button span{border:2px solid var(--bg);background:var(--accent);min-width:20px;height:20px;color:var(--accent-text);border-radius:999px;place-items:center;padding:0 5px;font-size:10px;font-weight:900;display:grid;position:absolute;top:-5px;left:-5px}.welcome-row{justify-content:space-between;align-items:flex-end;gap:12px;margin-top:24px;display:flex}.welcome-kicker{color:var(--muted);margin-bottom:5px;font-size:12px;display:block}.welcome-row h1{letter-spacing:-.5px;margin:0;font-size:clamp(21px,6vw,29px);line-height:1.45}.telegram-pill{border:1px solid var(--border);background:var(--surface-soft);color:var(--muted);border-radius:999px;flex:none;align-items:center;gap:7px;padding:8px 10px;font-size:10px;display:inline-flex}.telegram-pill i{background:var(--danger);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #f43f5e1f}.telegram-pill.is-connected i{background:var(--success);box-shadow:0 0 0 4px #2dd4bf1f}.search-box{border:1px solid var(--border);background:var(--surface);border-radius:18px;align-items:center;gap:10px;min-height:52px;margin-top:18px;padding:0 15px;display:flex}.search-box:focus-within{border-color:#f4b5158c;box-shadow:0 0 0 4px #f4b51514}.search-box>svg{width:21px;height:21px;color:var(--accent);flex:none}.search-box input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:13px}.search-box input::placeholder{color:var(--muted)}.search-box button{color:var(--accent);background:0 0;border:0;padding:5px 0;font-size:10px}.hero-banner{border:1px solid var(--border);background:var(--surface);isolation:isolate;border-radius:28px;min-height:245px;margin-top:16px;position:relative;overflow:hidden}.hero-banner>img{object-fit:cover;object-position:center;z-index:-3;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{z-index:-2;background:linear-gradient(90deg,#050a130a 0%,#050a136b 46%,#050a13f0 100%),linear-gradient(#0000 40%,#050a13c7);position:absolute;inset:0}.hero-content{flex-direction:column;justify-content:center;align-items:flex-start;width:min(73%,340px);min-height:245px;padding:25px 22px;display:flex}.hero-content>span{color:#ffd25a;background:#f4b5151f;border:1px solid #f4b51547;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800;display:inline-flex}.hero-content h2{text-align:left;direction:ltr;margin:13px 0 0;font-family:Segoe UI,Arial,sans-serif;font-size:clamp(25px,7vw,37px);line-height:1.08}.hero-content p{color:#d4dbe7;margin:10px 0 0;font-size:11px}.hero-content button{background:var(--accent);min-height:41px;color:var(--accent-text);border:0;border-radius:13px;justify-content:center;align-items:center;gap:8px;margin-top:20px;padding:0 15px;font-size:11px;font-weight:900;display:inline-flex}.hero-content button svg{width:16px;height:16px}.category-section,.products-section{margin-top:26px}.section-heading{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.section-heading div>span{color:var(--accent);font-size:10px}.section-heading h2{margin:4px 0 0;font-size:18px}.section-heading small{color:var(--muted);font-size:10px}.section-heading>button{color:var(--muted);background:0 0;border:0;padding:7px 0;font-size:10px}.category-list{scrollbar-width:none;gap:8px;margin:13px -14px 0;padding:0 14px 5px;display:flex;overflow-x:auto}.category-list::-webkit-scrollbar{display:none}.category-list button{border:1px solid var(--border);background:var(--surface-soft);min-height:40px;color:var(--muted);border-radius:14px;flex:none;padding:0 15px;font-size:11px}.category-list button.is-active{border-color:var(--accent);background:var(--accent);color:var(--accent-text);font-weight:900}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:14px;display:grid}.product-card{border:1px solid var(--border);background:var(--surface);border-radius:21px;min-width:0;overflow:hidden}.product-image{aspect-ratio:16/10;background:#111827;border:0;width:100%;padding:0;display:block;position:relative;overflow:hidden}.product-image:after{content:"";pointer-events:none;background:linear-gradient(#0000,#060a129e);height:45%;position:absolute;inset:auto 0 0}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .25s}.product-card:hover .product-image img{transform:scale(1.035)}.product-image>span{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:8px;padding:5px 7px;font-size:9px;font-weight:900;position:absolute;top:9px;right:9px}.product-image>span.preorder{color:#1a1e25;background:#f4b515e6}.product-image>span.best{color:#07131a;background:#2dd4bfe6}.product-image>small{z-index:2;color:#dbe4ef;background:#060a12a6;border:1px solid #ffffff2e;border-radius:7px;padding:4px 6px;font-size:8px;position:absolute;bottom:8px;left:8px}.product-body{padding:11px}.platform-row{flex-wrap:wrap;gap:5px;display:flex}.platform-row span{border:1px solid var(--border);color:var(--muted);border-radius:7px;padding:4px 6px;font-family:Segoe UI,Arial,sans-serif;font-size:8px;line-height:1}.product-body h3{min-height:41px;color:var(--text);text-align:left;-webkit-line-clamp:2;direction:ltr;-webkit-box-orient:vertical;margin:10px 0 0;font-family:Segoe UI,Tahoma,Arial,sans-serif;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.product-actions{grid-template-columns:1fr 39px;gap:7px;margin-top:12px;display:grid}.product-actions button{border:1px solid var(--border);background:var(--surface-soft);border-radius:12px;min-height:39px;font-size:10px;font-weight:800}.product-actions .add-button{background:var(--accent);color:var(--accent-text);border-color:#0000;font-family:Arial,sans-serif;font-size:20px}.empty-state{border:1px dashed var(--border);color:var(--muted);text-align:center;border-radius:22px;justify-items:center;margin-top:14px;padding:34px 20px;display:grid}.empty-state svg{width:31px;height:31px;color:var(--accent)}.empty-state h3{color:var(--text);margin:13px 0 0;font-size:15px}.empty-state p{margin:7px 0 0;font-size:11px}.empty-state button{background:var(--accent);min-height:40px;color:var(--accent-text);border:0;border-radius:12px;margin-top:17px;padding:0 14px;font-size:10px;font-weight:900}.trust-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px;display:grid}.trust-strip article{border:1px solid var(--border);background:var(--surface-soft);border-radius:17px;padding:14px}.trust-strip strong{font-size:11px;display:block}.trust-strip span{color:var(--muted);margin-top:5px;font-size:9px;line-height:1.7;display:block}.bottom-nav{bottom:max(8px, env(safe-area-inset-bottom));z-index:10;border:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0c1524eb;border-radius:21px;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;margin-top:18px;padding:7px;display:grid;position:sticky;box-shadow:0 16px 42px #00000052}.bottom-nav button{min-height:51px;color:var(--muted);background:0 0;border:0;border-radius:15px;align-content:center;place-items:center;gap:4px;display:grid}.bottom-nav button.is-active{color:var(--accent);background:#f4b5151f}.bottom-nav svg{width:20px;height:20px}.bottom-nav span{font-size:9px}button:focus-visible,input:focus-visible{outline-offset:2px;outline:3px solid #f4b5156b}@media (width<=380px){.brand-lockup img{width:170px}.telegram-pill{display:none}.hero-banner,.hero-content{min-height:222px}.hero-content{width:79%;padding:21px 17px}.product-grid{grid-template-columns:1fr}.product-image{aspect-ratio:16/9}.product-body h3{min-height:0}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.page-header{grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:12px;min-height:52px;display:grid}.page-header__logo{object-fit:contain;justify-self:center;width:min(190px,58vw);max-height:48px}.icon-button,.header-cart-icon{border:1px solid var(--border);background:var(--surface-soft);width:44px;height:44px;color:var(--text);border-radius:15px;place-items:center;display:grid}.icon-button svg,.header-cart-icon svg{width:21px;height:21px}.page-heading{text-align:center;min-width:0}.page-heading span{color:var(--muted);font-size:9px;display:block}.page-heading h1{margin:3px 0 0;font-size:18px}.detail-media{aspect-ratio:16/10;border:1px solid var(--border);background:var(--surface);border-radius:27px;margin-top:17px;position:relative;overflow:hidden}.detail-media:after{content:"";pointer-events:none;background:linear-gradient(#0000,#070b14b8);height:42%;position:absolute;inset:auto 0 0}.detail-media img{object-fit:cover;width:100%;height:100%}.detail-badge{z-index:2;border-radius:10px;padding:7px 10px;font-size:10px;font-weight:900;position:absolute;top:13px;right:13px}.detail-badge.preorder{color:#151a23;background:#f4b515f0}.detail-badge.best{color:#07131a;background:#2dd4bff0}.detail-content{margin-top:19px}.detail-title-row span{color:var(--accent);font-size:10px}.detail-title-row h1{text-align:left;direction:ltr;margin:7px 0 0;font-family:Segoe UI,Tahoma,Arial,sans-serif;font-size:clamp(24px,7vw,34px);line-height:1.2}.detail-description{color:var(--muted);margin:14px 0 0;font-size:12px;line-height:2}.detail-section{border:1px solid var(--border);background:var(--surface);border-radius:20px;margin-top:22px;padding:16px}.detail-section__heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.detail-section__heading h2{margin:0;font-size:14px}.detail-section__heading span{color:var(--accent);font-family:Segoe UI,Arial,sans-serif;font-size:10px}.platform-selector{flex-wrap:wrap;gap:8px;margin-top:13px;display:flex}.platform-selector button{border:1px solid var(--border);background:var(--surface-soft);min-height:42px;color:var(--muted);border-radius:13px;align-items:center;gap:7px;padding:0 14px;font-family:Segoe UI,Arial,sans-serif;font-size:11px;display:inline-flex}.platform-selector button.is-selected{border-color:var(--accent);color:var(--accent);background:#f4b5151f;font-weight:800}.platform-selector svg{width:16px;height:16px}.detail-benefits{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:13px;display:grid}.detail-benefits article{border:1px solid var(--border);background:var(--surface-soft);border-radius:17px;padding:14px}.detail-benefits strong{font-size:11px;display:block}.detail-benefits span{color:var(--muted);margin-top:6px;font-size:9px;line-height:1.7;display:block}.website-link{border:1px solid var(--border);width:100%;min-height:48px;color:var(--muted);background:0 0;border-radius:15px;justify-content:center;align-items:center;gap:9px;margin-top:13px;font-size:11px;font-weight:800;display:flex}.website-link svg{width:18px;height:18px}.detail-action-bar{bottom:max(8px, env(safe-area-inset-bottom));z-index:10;border:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#101526f0;border-radius:21px;grid-template-columns:minmax(0,.7fr) minmax(145px,1.3fr);align-items:center;gap:12px;margin-top:18px;padding:10px;display:grid;position:sticky;box-shadow:0 16px 42px #00000052}.detail-action-bar div{min-width:0;padding-right:5px}.detail-action-bar span{color:var(--muted);font-size:9px;display:block}.detail-action-bar strong{text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-family:Segoe UI,Arial,sans-serif;font-size:11px;display:block;overflow:hidden}.detail-action-bar>button{background:var(--accent);min-height:48px;color:var(--accent-text);border:0;border-radius:15px;font-size:11px;font-weight:900}.cart-list{gap:10px;margin-top:18px;display:grid}.cart-item{border:1px solid var(--border);background:var(--surface);border-radius:20px;grid-template-columns:112px minmax(0,1fr);gap:12px;padding:10px;display:grid}.cart-item__image{aspect-ratio:1;background:#111827;border:0;border-radius:15px;width:112px;padding:0;overflow:hidden}.cart-item__image img{object-fit:cover;width:100%;height:100%}.cart-item__body{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.cart-item__title{width:100%;color:var(--text);text-align:left;text-overflow:ellipsis;-webkit-line-clamp:2;direction:ltr;background:0 0;border:0;-webkit-box-orient:vertical;padding:0;font-family:Segoe UI,Tahoma,Arial,sans-serif;font-size:13px;font-weight:800;line-height:1.45;display:-webkit-box;overflow:hidden}.cart-item__platform{border:1px solid var(--border);color:var(--muted);border-radius:8px;margin-top:8px;padding:5px 7px;font-family:Segoe UI,Arial,sans-serif;font-size:9px;display:inline-flex}.quantity-row{justify-content:space-between;align-items:center;gap:8px;width:100%;margin-top:auto;padding-top:11px;display:flex}.quantity-control{border:1px solid var(--border);border-radius:12px;grid-template-columns:34px 35px 34px;align-items:center;display:grid;overflow:hidden}.quantity-control button{background:var(--surface-soft);border:0;place-items:center;width:34px;height:34px;display:grid}.quantity-control svg{width:15px;height:15px}.quantity-control strong{text-align:center;font-size:11px}.remove-button{color:#fb7185;background:#f43f5e14;border:1px solid #f43f5e3d;border-radius:11px;place-items:center;width:34px;height:34px;display:grid}.remove-button svg{width:16px;height:16px}.cart-summary{border:1px solid var(--border);background:var(--surface-strong);border-radius:20px;margin-top:13px;padding:17px}.cart-summary>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.cart-summary span{color:var(--muted);font-size:10px}.cart-summary strong{font-size:13px}.cart-summary p{color:var(--muted);margin:13px 0 0;font-size:10px;line-height:1.8}.cart-summary>button,.cart-empty>button{background:var(--accent);width:100%;min-height:48px;color:var(--accent-text);border:0;border-radius:15px;margin-top:15px;font-size:11px;font-weight:900}.cart-empty{border:1px dashed var(--border);min-height:430px;color:var(--muted);text-align:center;border-radius:24px;align-content:center;justify-items:center;margin-top:18px;padding:30px;display:grid}.cart-empty>svg{width:48px;height:48px;color:var(--accent)}.cart-empty h2{color:var(--text);margin:17px 0 0;font-size:18px}.cart-empty p{margin:8px 0 0;font-size:11px}@media (width<=390px){.detail-benefits{grid-template-columns:1fr}.cart-item{grid-template-columns:92px minmax(0,1fr)}.cart-item__image{width:92px}.detail-action-bar{grid-template-columns:minmax(0,.65fr) minmax(135px,1.35fr)}}.welcome-statuses{flex:none;align-items:center;gap:7px;display:flex}.build-version{border:1px solid var(--border);background:var(--surface-soft);min-height:28px;color:var(--muted);direction:ltr;border-radius:999px;align-items:center;padding:0 8px;font-family:Segoe UI,Arial,sans-serif;font-size:9px;display:inline-flex}@media (width<=370px){.build-version{display:none}}.primary-page{padding-bottom:calc(92px + env(safe-area-inset-bottom))}.app-logo{background:0 0;border:0;border-radius:13px;outline:0;align-items:center;min-width:0;padding:0;display:inline-flex}.app-logo:focus-visible{box-shadow:0 0 0 4px #f4b5152e}.app-logo img{pointer-events:none;width:clamp(174px,52vw,250px);height:auto}.app-logo--compact{justify-self:center}.app-logo--compact img{object-fit:contain;width:min(190px,58vw);max-height:48px}.page-header__spacer{width:44px;height:44px}.page-intro{margin-top:25px}.page-intro--compact{margin-top:18px}.page-intro>span{color:var(--accent);font-size:10px}.page-intro h1{margin:6px 0 0;font-size:clamp(23px,6vw,31px);line-height:1.45}.page-intro p{max-width:490px;color:var(--muted);margin:10px 0 0;font-size:11px;line-height:2}.store-category-list{margin-top:15px}.store-products{margin-top:21px}.feature-status-card{border:1px solid var(--border);background:radial-gradient(circle at 50% 0%, #f4b5151c, transparent 16rem), var(--surface);text-align:center;border-radius:24px;justify-items:center;margin-top:20px;padding:30px 22px;display:grid}.feature-status-card__icon{width:58px;height:58px;color:var(--accent);background:#f4b51517;border:1px solid #f4b5153d;border-radius:19px;place-items:center;display:grid}.feature-status-card__icon svg{width:27px;height:27px}.feature-status-card>span{color:var(--accent);margin-top:17px;font-size:10px}.feature-status-card h2{margin:7px 0 0;font-size:19px}.feature-status-card p{max-width:410px;color:var(--muted);margin:10px 0 0;font-size:10px;line-height:1.9}.feature-status-card>button{background:var(--accent);min-height:45px;color:var(--accent-text);border:0;border-radius:14px;margin-top:18px;padding:0 19px;font-size:11px;font-weight:900}.future-steps{gap:9px;margin-top:12px;display:grid}.future-steps article{border:1px solid var(--border);background:var(--surface-soft);border-radius:17px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;padding:13px;display:grid}.future-steps article>strong{background:var(--surface-strong);width:42px;height:42px;color:var(--accent);border-radius:13px;place-items:center;font-size:13px;display:grid}.future-steps h3{margin:0;font-size:12px}.future-steps p{color:var(--muted);margin:5px 0 0;font-size:9px}.support-hours{background:#2dd4bf0f;border:1px solid #2dd4bf33;border-radius:20px;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:13px;margin-top:20px;padding:15px;display:grid}.support-hours__icon{width:52px;height:52px;color:var(--success);background:#2dd4bf1f;border-radius:16px;place-items:center;display:grid}.support-hours__icon svg{width:24px;height:24px}.support-hours span{color:var(--muted);font-size:9px;display:block}.support-hours strong{margin-top:5px;font-size:11px;display:block}.support-hours>i{color:var(--success);background:#2dd4bf1f;border-radius:999px;padding:6px 8px;font-size:9px;font-style:normal;font-weight:800}.support-channels{gap:9px;margin-top:13px;display:grid}.support-channels>button{border:1px solid var(--border);background:var(--surface);text-align:right;border-radius:18px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:12px;display:grid}.support-channel__icon{background:var(--surface-soft);width:46px;height:46px;color:var(--accent);border-radius:14px;place-items:center;display:grid}.support-channel__icon svg{width:21px;height:21px}.support-channel__content{min-width:0}.support-channel__content strong,.support-channel__content small{display:block}.support-channel__content strong{font-size:12px}.support-channel__content small{color:var(--muted);margin-top:5px;font-size:9px}.support-channel__action{color:var(--accent);background:#f4b51512;border:1px solid #f4b51533;border-radius:10px;padding:7px 9px;font-size:9px;font-weight:800}.support-note{border:1px dashed var(--border);border-radius:17px;margin-top:13px;padding:15px}.support-note strong{font-size:11px}.support-note p{color:var(--muted);margin:7px 0 0;font-size:9px;line-height:1.8}@media (width<=380px){.support-hours{grid-template-columns:44px minmax(0,1fr)}.support-hours__icon{width:44px;height:44px}.support-hours>i{grid-column:2;justify-self:start}}.product-meta-row{align-items:center;min-height:22px;margin-top:8px;display:flex}.product-meta-row span{color:var(--muted);font-size:9px}.product-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:17px;display:grid}.product-facts article{border:1px solid var(--border);background:var(--surface-soft);border-radius:15px;min-width:0;padding:12px 10px}.product-facts span,.product-facts strong{display:block}.product-facts span{color:var(--muted);font-size:8px}.product-facts strong{text-overflow:ellipsis;margin-top:5px;font-size:10px;line-height:1.5;overflow:hidden}.purchase-option-list{gap:9px;margin-top:13px;display:grid}.purchase-option-list>button{border:1px solid var(--border);background:var(--surface-soft);text-align:right;border-radius:16px;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:68px;padding:11px;display:grid}.purchase-option-list>button.is-selected{background:#f4b51514;border-color:#f4b51594;box-shadow:0 0 0 3px #f4b5150d}.purchase-option__check{border:1px solid var(--border);background:var(--surface-strong);width:30px;height:30px;color:var(--accent);border-radius:10px;place-items:center;display:grid}.purchase-option-list>button.is-selected .purchase-option__check{border-color:var(--accent)}.purchase-option__check svg{width:16px;height:16px}.purchase-option__content{min-width:0}.purchase-option__content strong,.purchase-option__content small{display:block}.purchase-option__content strong{text-overflow:ellipsis;white-space:nowrap;font-family:Segoe UI,Arial,sans-serif;font-size:11px;overflow:hidden}.purchase-option__content small{color:var(--muted);margin-top:5px;font-family:Segoe UI,Arial,sans-serif;font-size:9px}.purchase-option__status{white-space:nowrap;border-radius:9px;padding:6px 8px;font-size:8px;font-weight:900}.purchase-option__status--preorder{color:var(--accent);background:#f4b5151f}.purchase-option__status--inquiry{color:var(--success);background:#2dd4bf1a}.cart-option-info{flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px;display:flex}.cart-option-info span,.cart-option-info small{border-radius:8px;padding:5px 7px;font-family:Segoe UI,Arial,sans-serif;font-size:8px;display:inline-flex}.cart-option-info span{border:1px solid var(--border);color:var(--text)}.cart-option-info small{color:var(--accent);background:#f4b51514}@media (width<=380px){.product-facts{grid-template-columns:1fr}.purchase-option-list>button{grid-template-columns:30px minmax(0,1fr)}.purchase-option__status{grid-column:2;justify-self:start}}.config-block{border:1px solid var(--border);background:var(--surface);border-radius:20px;margin-top:14px;padding:15px}.config-heading{grid-template-columns:30px minmax(0,1fr);align-items:start;gap:10px;display:grid}.config-heading>span{min-height:30px;color:var(--accent);background:#f4b5151c;border-radius:10px;place-items:center;font-size:8px;font-weight:900;display:grid}.config-heading h2{margin:0;font-size:13px}.config-heading p{color:var(--muted);margin:5px 0 0;font-size:9px;line-height:1.7}.edition-list,.tier-list{gap:8px;margin-top:13px;display:grid}.edition-list>button,.tier-list>button{border:1px solid var(--border);background:var(--surface-soft);width:100%;min-height:48px;color:var(--text);text-align:right;border-radius:14px;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px;display:grid}.edition-list>button.is-selected,.tier-list>button.is-selected{background:#f4b51514;border-color:#f4b51599}.selector-check,.tier-list>button>strong{border:1px solid var(--border);background:var(--surface-strong);width:30px;height:30px;color:var(--accent);border-radius:10px;place-items:center;font-size:10px;display:grid}.selector-check svg,.tier-list svg{width:15px;height:15px}.edition-list>button>span:last-child,.tier-list>button>span{text-overflow:ellipsis;white-space:nowrap;font-family:Segoe UI,Arial,sans-serif;font-size:11px;font-weight:800;overflow:hidden}.platform-config-list{flex-wrap:wrap;gap:8px;margin-top:13px;display:flex}.platform-config-list button{border:1px solid var(--border);background:var(--surface-soft);min-height:42px;color:var(--muted);border-radius:13px;padding:0 15px;font-family:Segoe UI,Arial,sans-serif;font-size:10px;font-weight:800}.platform-config-list button.is-selected{border-color:var(--accent);color:var(--accent);background:#f4b51517}.fulfillment-grid,.region-grid,.duration-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:13px;display:grid}.fulfillment-grid>button,.region-grid>button,.duration-grid>button{border:1px solid var(--border);background:var(--surface-soft);min-width:0;min-height:84px;color:var(--text);text-align:center;border-radius:15px;align-content:center;justify-items:center;gap:6px;padding:10px 7px;display:grid}.fulfillment-grid>button.is-selected,.region-grid>button.is-selected,.duration-grid>button.is-selected{background:#f4b51517;border-color:#f4b515a6;box-shadow:0 0 0 3px #f4b5150a}.fulfillment-grid strong{background:var(--surface-strong);width:34px;height:34px;color:var(--accent);border-radius:11px;place-items:center;font-family:Segoe UI,Arial,sans-serif;font-size:13px;display:grid}.fulfillment-grid span,.region-grid span,.duration-grid span{font-size:9px;font-weight:900}.fulfillment-grid svg{width:14px;height:14px;color:var(--accent)}.region-grid strong{font-size:23px;line-height:1}.region-grid small{color:var(--muted);font-family:Segoe UI,Arial,sans-serif;font-size:8px}.duration-grid strong{color:var(--accent);font-family:Segoe UI,Arial,sans-serif;font-size:21px}.tier-list>button>svg{color:var(--accent)}.region-tier-note,.planned-region-note{border:1px dashed var(--border);color:var(--muted);border-radius:12px;margin:10px 0 0;padding:10px;font-size:8px;line-height:1.8}.planned-region-note strong,.planned-region-note span{display:block}.planned-region-note span{margin-top:4px}.detail-action-bar--wide{grid-template-columns:minmax(0,1.2fr) minmax(135px,.8fr)}.detail-action-bar button:disabled{cursor:not-allowed;opacity:.55}.cart-selection-tags{flex-wrap:wrap;gap:5px;margin-top:8px;display:flex}.cart-selection-tags span{border:1px solid var(--border);color:var(--muted);border-radius:8px;padding:5px 7px;font-family:Segoe UI,Arial,sans-serif;font-size:8px;display:inline-flex}.checkout-layout{gap:12px;margin-top:18px;display:grid}.checkout-section{border:1px solid var(--border);background:var(--surface);border-radius:20px;padding:15px}.checkout-section__heading{grid-template-columns:34px minmax(0,1fr);gap:10px;display:grid}.checkout-section__heading>span{width:34px;height:34px;color:var(--accent);background:#f4b5151a;border-radius:11px;place-items:center;font-size:12px;font-weight:900;display:grid}.checkout-section__heading h2{margin:0;font-size:13px}.checkout-section__heading p{color:var(--muted);margin:5px 0 0;font-size:9px;line-height:1.7}.checkout-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:14px;display:grid}.checkout-fields label{min-width:0}.checkout-fields label>span{color:var(--muted);margin-bottom:6px;font-size:8px;display:block}.checkout-fields input{border:1px solid var(--border);background:var(--surface-soft);width:100%;min-height:44px;color:var(--text);font:inherit;border-radius:12px;outline:none;padding:0 11px;font-size:10px}.checkout-fields input:focus{border-color:var(--accent)}.checkout-field--wide{grid-column:1/-1}.telegram-account-card{background:#2dd4bf0f;border:1px solid #2dd4bf33;border-radius:13px;justify-content:space-between;align-items:center;gap:10px;margin-top:10px;padding:11px;display:flex}.telegram-account-card span{color:var(--success);font-size:8px}.telegram-account-card strong{direction:ltr;font-family:Segoe UI,Arial,sans-serif;font-size:9px}.checkout-items{gap:8px;margin-top:13px;display:grid}.checkout-items article{border:1px solid var(--border);background:var(--surface-soft);border-radius:14px;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px;display:grid}.checkout-items img{object-fit:cover;border-radius:10px;width:54px;height:54px}.checkout-items strong,.checkout-items span{display:block}.checkout-items strong{text-align:left;direction:ltr;font-family:Segoe UI,Arial,sans-serif;font-size:9px}.checkout-items span{color:var(--muted);margin-top:5px;font-size:8px;line-height:1.7}.checkout-items small{color:var(--accent);font-size:10px;font-weight:900}.checkout-acceptance{border:1px solid var(--border);background:var(--surface-soft);cursor:pointer;border-radius:15px;grid-template-columns:1px 28px minmax(0,1fr);align-items:center;gap:9px;padding:12px;display:grid}.checkout-acceptance input{opacity:0;width:1px;height:1px}.checkout-checkbox{border:1px solid var(--border);width:28px;height:28px;color:var(--accent);border-radius:9px;place-items:center;display:grid}.checkout-checkbox svg{width:15px;height:15px}.checkout-acceptance>span:last-child{font-size:9px;line-height:1.7}.checkout-error{color:#fb7185;background:#f43f5e12;border:1px solid #f43f5e3d;border-radius:12px;margin:0;padding:10px;font-size:9px}.checkout-submit{background:var(--accent);width:100%;min-height:50px;color:var(--accent-text);border:0;border-radius:15px;font-size:11px;font-weight:900}.local-orders{gap:10px;margin-top:18px;display:grid}.local-orders>article{border:1px solid var(--border);background:var(--surface);border-radius:19px;padding:15px}.local-order__heading{justify-content:space-between;align-items:center;gap:10px;display:flex}.local-order__heading span,.local-order__heading strong{display:block}.local-order__heading span{color:var(--muted);font-size:8px}.local-order__heading strong{direction:ltr;margin-top:4px;font-family:Segoe UI,Arial,sans-serif;font-size:11px}.local-order__heading small{color:var(--accent);white-space:nowrap;background:#f4b51517;border-radius:9px;padding:6px 8px;font-size:8px}.local-order__meta{color:var(--muted);flex-wrap:wrap;gap:7px;margin-top:10px;font-size:8px;display:flex}.local-order__items{border-top:1px solid var(--border);gap:6px;margin-top:11px;padding-top:10px;display:grid}.local-order__items p{color:var(--muted);margin:0;font-size:8px;line-height:1.7}@media (width<=380px){.fulfillment-grid,.region-grid,.duration-grid,.checkout-fields{grid-template-columns:1fr}.checkout-field--wide{grid-column:auto}.detail-action-bar--wide{grid-template-columns:minmax(0,.9fr) minmax(135px,1.1fr)}}.private-account-card{background:#2dd4bf0f;border:1px solid #2dd4bf38;border-radius:20px;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:12px;margin-top:18px;padding:14px;display:grid}.private-account-card__icon{width:50px;height:50px;color:var(--success);background:#2dd4bf1f;border-radius:16px;place-items:center;display:grid}.private-account-card__icon svg{width:23px;height:23px}.private-account-card span,.private-account-card strong,.private-account-card small{display:block}.private-account-card span{color:var(--success);font-size:8px}.private-account-card strong{margin-top:4px;font-size:12px}.private-account-card small{color:var(--muted);text-align:right;direction:ltr;margin-top:4px;font-family:Segoe UI,Arial,sans-serif;font-size:8px}.private-account-card>i{color:var(--success);background:#2dd4bf21;border-radius:999px;padding:6px 8px;font-size:8px;font-style:normal;font-weight:900}.account-tabs{border:1px solid var(--border);background:var(--surface-soft);border-radius:16px;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:13px;padding:5px;display:grid}.account-tabs button{min-height:40px;color:var(--muted);background:0 0;border:0;border-radius:11px;padding:0 7px;font-size:8px;font-weight:800}.account-tabs button.is-active{background:var(--surface-strong);color:var(--accent);box-shadow:0 5px 16px #00000029}.account-empty-panel{border:1px dashed var(--border);background:var(--surface);text-align:center;border-radius:22px;justify-items:center;margin-top:12px;padding:30px 20px;display:grid}.account-empty-panel>div{width:56px;height:56px;color:var(--accent);background:#f4b51517;border-radius:18px;place-items:center;display:grid}.account-empty-panel svg{width:25px;height:25px}.account-empty-panel>span{color:var(--accent);margin-top:15px;font-size:9px}.account-empty-panel h2{margin:7px 0 0;font-size:17px}.account-empty-panel p{max-width:430px;color:var(--muted);margin:9px 0 0;font-size:9px;line-height:1.9}.account-empty-panel>button{background:var(--accent);min-height:43px;color:var(--accent-text);border:0;border-radius:13px;margin-top:15px;padding:0 17px;font-size:10px;font-weight:900}.integration-status-card{border:1px solid var(--border);background:var(--surface-soft);border-radius:17px;margin-top:12px;padding:14px}.integration-status-card span,.integration-status-card strong{display:block}.integration-status-card span{color:var(--muted);font-size:8px}.integration-status-card strong{color:var(--accent);margin-top:5px;font-size:11px}.integration-status-card p{color:var(--muted);margin:8px 0 0;font-size:8px;line-height:1.8}@media (width<=380px){.private-account-card{grid-template-columns:44px minmax(0,1fr)}.private-account-card__icon{width:44px;height:44px}.private-account-card>i{grid-column:2;justify-self:start}.account-tabs{grid-template-columns:1fr}}
