:root{--nf-color-bg: #0a0f15;--nf-color-bg-elevated: #0e151d;--nf-color-surface: #111922;--nf-color-surface-2: #151f2a;--nf-color-surface-3: #192532;--nf-color-line: #202d3a;--nf-color-line-strong: #2b3b4e;--nf-color-text: #e7edf5;--nf-color-text-soft: #b6c0cc;--nf-color-muted: #8591a0;--nf-color-subtle: #6d7a89;--nf-color-primary: #2563eb;--nf-color-primary-hover: #1d4ed8;--nf-color-primary-soft: rgba(37, 99, 235, .13);--nf-color-success: #65c897;--nf-color-success-soft: rgba(54, 170, 111, .1);--nf-color-danger: #e8848c;--nf-color-danger-soft: rgba(232, 132, 140, .09);--nf-color-warning: #e8b75a;--nf-color-star: #f4b84f;--nf-shadow-sm: 0 8px 24px rgba(0, 0, 0, .16);--nf-shadow-md: 0 18px 54px rgba(0, 0, 0, .26);--nf-shadow-lg: 0 28px 90px rgba(0, 0, 0, .42);--nf-radius-sm: 8px;--nf-radius-md: 12px;--nf-radius-lg: 18px;--nf-radius-xl: 24px;--nf-space-1: 4px;--nf-space-2: 8px;--nf-space-3: 12px;--nf-space-4: 16px;--nf-space-5: 20px;--nf-space-6: 24px;--nf-space-8: 32px;--nf-space-10: 40px;--nf-space-12: 48px;--nf-space-16: 64px;--nf-space-20: 80px;--nf-shell: min(1180px, calc(100% - 44px) );--nf-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--nf-font-display: Georgia, "Times New Roman", serif;--nf-transition: .16s ease}*{box-sizing:border-box}html{scroll-behavior:smooth;color-scheme:dark}body{margin:0;min-width:320px;min-height:100vh;background:var(--nf-color-bg);color:var(--nf-color-text);font-family:var(--nf-font-sans);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a{color:inherit}img,svg{display:block}::selection{background:#2563eb59}.shell{width:var(--nf-shell);margin-inline:auto}.skip-link{position:fixed;left:12px;top:-60px;z-index:1000;padding:10px 14px;border-radius:9px;background:#fff;color:#111;font-size:13px}.skip-link:focus{top:12px}.section-kicker{display:inline-block;color:#79a4ff;font-size:10px;font-weight:600;letter-spacing:.13em}.ambient{position:fixed;pointer-events:none;z-index:-1;border-radius:999px;filter:blur(110px);opacity:.09}.ambient--a{width:480px;height:480px;right:-180px;top:130px;background:var(--nf-color-primary)}.ambient--b{width:360px;height:360px;left:-190px;top:740px;background:#17438d}:focus-visible{outline:3px solid rgba(37,99,235,.38);outline-offset:2px}.ui-button{min-height:43px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:10px;padding:0 15px;cursor:pointer;font-weight:650;font-size:12px;transition:background var(--nf-transition),border-color var(--nf-transition),color var(--nf-transition),transform var(--nf-transition)}.ui-button:hover:not(:disabled){transform:translateY(-1px)}.ui-button:disabled{opacity:.48;cursor:not-allowed}.ui-button--primary{background:var(--nf-color-primary);color:#fff}.ui-button--primary:hover:not(:disabled){background:var(--nf-color-primary-hover)}.ui-button--secondary{background:var(--nf-color-surface-2);border-color:var(--nf-color-line);color:var(--nf-color-text-soft)}.ui-button--secondary:hover:not(:disabled){background:#182638;border-color:#2563eb73;color:#dbe8ff}.ui-button--ghost{background:transparent;color:var(--nf-color-text-soft)}.ui-button--danger{background:var(--nf-color-danger-soft);border-color:#e8848c33;color:#ecabb0}.ui-button--full{width:100%}.icon-button{width:38px;height:38px;display:grid;place-items:center;padding:0;border:1px solid var(--nf-color-line);border-radius:10px;background:var(--nf-color-surface-2);color:var(--nf-color-muted);cursor:pointer}.icon-button:hover{color:#d6e4ff;border-color:#2563eb59;background:#172235}.ui-field{display:grid;gap:7px;min-width:0}.ui-field__label{color:#bcc7d5;font-size:10px;font-weight:500}.ui-field__hint{color:var(--nf-color-subtle);font-size:9px;line-height:1.45;font-weight:400}.ui-input,.ui-textarea{width:100%;border:1px solid var(--nf-color-line-strong);border-radius:10px;background:#0c131b;color:var(--nf-color-text);outline:0;font-weight:400;transition:border-color var(--nf-transition),box-shadow var(--nf-transition),background var(--nf-transition)}.ui-input{height:44px;padding:0 12px}.ui-textarea{min-height:120px;resize:vertical;padding:12px;line-height:1.55}.ui-input:focus,.ui-textarea:focus{border-color:#2563ebc7;box-shadow:0 0 0 3px #2563eb1c;background:#0e1721}.ui-input::placeholder,.ui-textarea::placeholder{color:#617081}.form-stack{display:grid;gap:13px}.form-error{margin-bottom:12px;padding:10px 12px;border:1px solid rgba(232,132,140,.22);border-radius:10px;background:var(--nf-color-danger-soft);color:#e9aab0;font-size:10px;font-weight:400;line-height:1.45}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;white-space:nowrap}.brand__mark{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:var(--nf-color-primary);color:#fff;font-family:var(--nf-font-display);font-weight:700;box-shadow:0 8px 24px #2563eb33}.brand__copy{display:flex;flex-direction:column}.brand__copy strong{font-family:var(--nf-font-display);font-size:15px;line-height:1;letter-spacing:.02em}.brand__copy small{margin-top:4px;color:#76a0fb;font-size:8px;font-weight:600;letter-spacing:.22em}.modal-layer{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:24px}.modal-layer__backdrop{position:absolute;inset:0;border:0;background:#03070bb8;backdrop-filter:blur(7px);cursor:default}.modal-card{position:relative;z-index:1;width:min(510px,100%);max-height:min(86vh,850px);overflow:auto;border:1px solid var(--nf-color-line);border-radius:var(--nf-radius-xl);background:var(--nf-color-surface);padding:28px;box-shadow:var(--nf-shadow-lg)}.modal-card--wide{width:min(760px,100%)}.modal-card__close{position:absolute;top:18px;right:18px;z-index:2}.dialog-head{padding-right:48px;margin-bottom:20px}.dialog-head h2,.purchase-head h2,.success-view h2{margin:7px 0 8px;font-family:var(--nf-font-display);font-size:31px;line-height:1.02;font-weight:700;letter-spacing:-.035em;color:#e8edf4}.dialog-head p,.purchase-head p,.success-view>p{margin:0;color:var(--nf-color-muted);font-size:12px;line-height:1.6;font-weight:400}.toast{position:fixed;z-index:300;left:50%;bottom:28px;transform:translate(-50%,20px);opacity:0;pointer-events:none;padding:10px 14px;border:1px solid var(--nf-color-line-strong);border-radius:10px;background:#18222e;color:var(--nf-color-text);box-shadow:var(--nf-shadow-md);font-size:11px;transition:opacity .18s ease,transform .18s ease}.toast--visible{opacity:1;transform:translate(-50%)}.site-header{position:sticky;top:0;z-index:80;border-bottom:1px solid var(--nf-color-line);background:#0a0f15e0;backdrop-filter:blur(18px)}.site-header__inner{min-height:72px;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center}.desktop-nav{display:flex;gap:3px;min-width:0}.nav-link{border:0;border-radius:9px;background:transparent;color:#8f9aa8;padding:10px 11px;cursor:pointer;font-size:12px;font-weight:400}.nav-link:hover,.nav-link--active{background:#2563eb1a;color:#dbe7f8}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.header-order-button,.header-account-button{height:40px;display:inline-flex;align-items:center;gap:8px;border:1px solid var(--nf-color-line);border-radius:11px;background:var(--nf-color-surface);color:#aeb8c5;padding:0 12px;cursor:pointer;font-size:11px;font-weight:500}.header-order-button:hover,.header-account-button:hover{color:#dce8ff;border-color:#2563eb61;background:#142033}.nav-search{position:relative;width:40px;height:40px;display:flex;align-items:center;border:1px solid var(--nf-color-line);border-radius:11px;background:var(--nf-color-surface);transition:width .22s ease,border-color .18s ease,box-shadow .18s ease}.nav-search--open{width:min(390px,38vw);border-color:#2563ebb8;box-shadow:0 0 0 3px #2563eb1a}.nav-search__toggle{flex:0 0 39px;width:39px;height:38px;display:grid;place-items:center;border:0;border-radius:10px;background:transparent;color:#98a5b5;cursor:pointer}.nav-search__toggle:hover{color:#dbe8ff;background:var(--nf-color-primary-soft)}.nav-search input{width:0;min-width:0;opacity:0;pointer-events:none;border:0;outline:0;background:transparent;color:var(--nf-color-text);font-size:11px;padding:0}.nav-search--open input{width:100%;opacity:1;pointer-events:auto;padding:0 5px 0 0}.nav-search input::placeholder{color:#68778a}.nav-search__close{display:none;flex:0 0 28px;width:28px;height:28px;margin-right:6px;place-items:center;border:0;border-radius:7px;background:transparent;color:#7d8998;cursor:pointer}.nav-search--open .nav-search__close{display:grid}.nav-search__close:hover{color:#dbe8ff;background:#ffffff0d}.search-popup{position:absolute;right:0;top:48px;width:min(440px,calc(100vw - 32px));max-height:min(440px,65vh);overflow:auto;border:1px solid var(--nf-color-line-strong);border-radius:14px;background:#101923;padding:7px;box-shadow:var(--nf-shadow-md)}.search-popup__label{display:block;padding:8px 10px 5px;color:#65748a;font-size:8px;font-weight:600;letter-spacing:.16em}.search-result{width:100%;display:flex;align-items:center;gap:11px;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--nf-color-text);padding:10px;text-align:left;cursor:pointer}.search-result:hover{background:#172333;border-color:#26384d}.search-result__icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:9px;background:#16243a;color:#8fb3ff}.search-result>span:last-child{min-width:0;display:grid;gap:2px}.search-result strong{font-size:11px;font-weight:600}.search-result small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7e8ca0;font-size:9px;font-weight:400}.search-empty{display:grid;gap:5px;padding:16px 12px 14px}.search-empty strong{font-size:12px;font-weight:600}.search-empty small{color:var(--nf-color-muted);font-size:10px;font-weight:400}.hero{min-height:590px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px;padding:72px 0 54px}.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(37,99,235,.2);border-radius:999px;background:#2563eb14;color:#8fb3ff;padding:7px 10px;font-size:10px;font-weight:600;letter-spacing:.12em}.live-dot{width:6px;height:6px;border-radius:50%;background:#5f8ff5;box-shadow:0 0 12px #5f8ff5b8}.hero h1{margin:23px 0 20px;font-family:var(--nf-font-display);font-size:clamp(54px,7vw,88px);line-height:.92;font-weight:700;letter-spacing:-.06em;color:#e4e9f0}.hero h1 span{color:#4f83ee}.hero__copy>p{max-width:650px;margin:0;color:#98a4b2;font-size:15px;font-weight:400;line-height:1.72}.hero__actions{display:flex;align-items:center;gap:10px;margin-top:28px}.text-action{display:inline-flex;align-items:center;gap:8px;min-height:42px;border:0;border-radius:9px;background:transparent;color:#99a5b5;padding:0 10px;cursor:pointer;font-size:11px}.text-action:hover{color:#cfe0ff;background:var(--nf-color-primary-soft)}.trust-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;color:#7d8999;font-size:10px;font-weight:400}.trust-row span{display:inline-flex;align-items:center;gap:7px}.trust-row svg{color:#77a2ff}.hero__visual{position:relative;height:440px;isolation:isolate}.hero-orbit{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(71,121,222,.13);border-radius:50%;pointer-events:none}.hero-orbit--outer{width:400px;height:400px}.hero-orbit--inner{width:300px;height:300px}.featured-product{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-2deg);width:300px;min-height:340px;display:flex;flex-direction:column;z-index:3;border:1px solid var(--nf-color-line-strong);border-radius:28px;background:linear-gradient(155deg,#151c27,#10161e);padding:22px;box-shadow:0 28px 65px #0000004d}.featured-product__label{align-self:flex-start;border-radius:999px;background:var(--nf-color-primary);color:#fff;padding:6px 8px;font-size:8px;font-weight:600;letter-spacing:.1em}.featured-product__monogram{width:100px;height:100px;display:grid;place-items:center;align-self:center;margin:38px 0 28px;border:1px solid rgba(99,145,238,.12);border-radius:28px;background:linear-gradient(145deg,#172337,#101823);color:#79a4ff;font-family:var(--nf-font-display);font-size:48px;font-weight:700;box-shadow:inset 0 0 0 1px #6391ee0f,0 15px 34px #00000038}.featured-product__copy{display:grid;gap:4px}.featured-product__copy small{color:#8490a1;font-size:9px;font-weight:400;letter-spacing:.1em}.featured-product__copy strong{color:#e1e7ee;font-family:var(--nf-font-display);font-size:24px;line-height:1.05}.featured-product__copy span{color:#8995a6;font-size:10px;font-weight:400}.featured-product button{margin-top:20px;height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:11px;background:var(--nf-color-primary);color:#fff;cursor:pointer;font-size:11px;font-weight:650}.featured-product button:hover{background:var(--nf-color-primary-hover)}.hero-service-chip{position:absolute;z-index:4;min-width:116px;display:flex;align-items:center;gap:10px;border:1px solid var(--nf-color-line-strong);border-radius:16px;background:#101822f0;color:inherit;padding:10px 12px;box-shadow:0 14px 40px #0000003d;backdrop-filter:blur(12px);text-align:left}button.hero-service-chip{cursor:pointer;transition:transform var(--nf-transition),border-color var(--nf-transition),background var(--nf-transition)}button.hero-service-chip:hover{transform:translateY(-2px);border-color:#2563eb66;background:#142033}.hero-service-chip__icon{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border-radius:11px;background:#17243a;color:#82aaff;font-size:15px}.hero-service-chip__copy{min-width:0;display:grid;gap:2px}.hero-service-chip__copy small{color:#748196;font-size:7px;font-weight:400;letter-spacing:.04em}.hero-service-chip__copy strong{color:#dce4ee;font-family:var(--nf-font-display);font-size:12px;font-weight:700}.hero-service-chip--steam{left:1%;top:18%}.hero-service-chip--telegram{right:-2%;top:27%}.hero-service-chip--mobile-legends{left:4%;bottom:9%}.hero-catalog-pill{position:absolute;right:5%;bottom:9%;z-index:5;border:1px solid rgba(101,200,151,.2);border-radius:999px;background:#36aa6f14;color:#72d8aa;padding:8px 11px;font-size:9px;font-weight:500}.category-strip{display:grid;grid-template-columns:repeat(6,1fr);overflow:hidden;border:1px solid var(--nf-color-line);border-radius:17px;background:#10161e}.category-strip__item{min-height:80px;display:flex;align-items:center;gap:10px;border:0;border-right:1px solid var(--nf-color-line);background:transparent;color:#c2ccd8;padding:13px;text-align:left;cursor:pointer}.category-strip__item:last-child{border-right:0}.category-strip__item:hover,.category-strip__item--active{background:var(--nf-color-primary-soft);color:#dce8ff}.category-strip__item>span{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:10px;background:#2563eb1c;color:#7da6ff}.category-strip__item div{display:grid;gap:3px}.category-strip__item strong{font-size:10px;font-weight:600}.category-strip__item small{color:#778396;font-size:8px;font-weight:400}.catalog-section{padding:94px 0 76px;scroll-margin-top:88px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:26px}.section-heading h2,.journey-section h2,.reviews-header h2{margin:7px 0 8px;font-family:var(--nf-font-display);font-size:clamp(31px,4vw,44px);line-height:1;letter-spacing:-.045em}.section-heading p,.journey-section>div:first-child>p,.reviews-header p{max-width:680px;margin:0;color:var(--nf-color-muted);font-size:11px;line-height:1.6;font-weight:400}.catalog-meta{display:flex;align-items:center;gap:10px;color:#758294;font-size:10px}.filter-clear{height:34px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--nf-color-line);border-radius:9px;background:var(--nf-color-surface);color:#99a5b5;padding:0 10px;cursor:pointer;font-size:9px}.product-grid,.skeleton-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-card{min-width:0;overflow:hidden;border:1px solid var(--nf-color-line);border-radius:var(--nf-radius-lg);background:var(--nf-color-surface);color:inherit;padding:0;text-align:left;cursor:pointer;transition:transform var(--nf-transition),border-color var(--nf-transition),box-shadow var(--nf-transition)}.product-card:hover{transform:translateY(-3px);border-color:#2563eb66;box-shadow:0 16px 38px #0003}.product-card__art{height:178px;position:relative;display:grid;place-items:center;background:radial-gradient(circle at 50% 38%,rgba(37,99,235,.16),transparent 54%),linear-gradient(155deg,#142033,#0f151d 74%)}.product-card__badge{position:absolute;left:12px;top:12px;border:1px solid var(--nf-color-line-strong);border-radius:999px;background:#0d131cd6;color:#a4afbe;padding:5px 7px;font-size:7px;font-weight:600;letter-spacing:.08em}.product-card__logo{width:72px;height:72px;display:grid;place-items:center;border:1px solid rgba(95,139,230,.16);border-radius:21px;background:#0d131cd9;color:#82aaff;font-size:28px;box-shadow:0 15px 34px #0003}.product-card__body{padding:15px}.product-card__kind{color:#6f9aef;font-size:8px;font-weight:600;letter-spacing:.09em}.product-card h3{margin:6px 0;color:#dce3ec;font-size:15px;font-weight:650}.product-card p{min-height:44px;margin:0;color:#8793a4;font-size:10px;line-height:1.5;font-weight:400}.product-card__footer{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-top:15px}.price-block{display:grid;gap:3px}.price-block small{color:#758294;font-size:7px;font-weight:500;letter-spacing:.09em}.price-block strong{color:#d8e0e9;font-size:13px;font-weight:650}.digital-pill{border-radius:999px;background:var(--nf-color-success-soft);color:#79c59e;padding:5px 8px;font-size:8px;font-weight:500}.empty-panel,.error-panel{display:grid;gap:5px;border:1px solid var(--nf-color-line);border-radius:16px;background:var(--nf-color-surface);padding:24px}.empty-panel strong,.error-panel strong{font-size:13px;font-weight:600}.empty-panel span,.error-panel span{color:var(--nf-color-muted);font-size:10px}.skeleton-card{height:315px;border:1px solid var(--nf-color-line);border-radius:18px;background:linear-gradient(90deg,#101720 25%,#151f2b 38%,#101720 55%);background-size:220% 100%;animation:shimmer 1.25s linear infinite}@keyframes shimmer{to{background-position:-220% 0}}.journey-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:54px;align-items:start;padding:74px 0 88px;border-top:1px solid var(--nf-color-line);border-bottom:1px solid var(--nf-color-line)}.journey-grid{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid var(--nf-color-line);border-radius:16px;overflow:hidden}.journey-grid article{min-height:170px;display:grid;grid-template-columns:auto 1fr;align-content:start;gap:8px 11px;border-right:1px solid var(--nf-color-line);border-bottom:1px solid var(--nf-color-line);padding:18px}.journey-grid article:nth-child(2n){border-right:0}.journey-grid article:nth-last-child(-n+2){border-bottom:0}.journey-grid article>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--nf-color-primary-soft);color:#79a4ff}.journey-grid article>small{justify-self:end;color:#617084;font-size:9px}.journey-grid article>strong{grid-column:1 / -1;margin-top:5px;font-size:12px;font-weight:600}.journey-grid article>p{grid-column:1 / -1;margin:0;color:#8290a1;font-size:9px;line-height:1.55;font-weight:400}.reviews-section{padding:84px 0 96px}.reviews-header{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:26px}.reviews-summary{display:grid;justify-items:end;gap:4px}.reviews-summary>strong{font-family:var(--nf-font-display);font-size:28px}.reviews-summary>span{display:flex;gap:2px;color:var(--nf-color-star);font-size:10px}.reviews-summary small{color:#758294;font-size:9px;font-weight:400}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.review-card{min-height:230px;display:flex;flex-direction:column;border:1px solid var(--nf-color-line);border-radius:16px;background:var(--nf-color-surface);padding:18px}.review-card__stars{display:flex;gap:3px;color:#4f5967;font-size:10px}.review-card__stars .is-active{color:var(--nf-color-star)}.review-card h3{margin:14px 0 7px;font-size:13px;font-weight:600}.review-card p{margin:0;color:#8995a5;font-size:10px;line-height:1.58;font-weight:400}.review-card footer{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:auto;padding-top:18px}.review-card footer>span{display:grid;gap:2px}.review-card footer strong{font-size:10px;font-weight:600}.review-card footer small,.review-card time{color:#6f7d8f;font-size:8px;font-weight:400}.reviews-action{margin-top:18px;display:flex;justify-content:center}.site-footer{border-top:1px solid var(--nf-color-line)}.site-footer__inner{min-height:116px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}.site-footer__inner p{margin:0;color:#738092;font-size:10px;font-weight:400}.site-footer__inner>span{color:#617084;font-size:9px}.mobile-nav{display:none}.purchase-head{padding-right:48px;margin-bottom:20px}.purchase-step{padding:18px 0;border-top:1px solid var(--nf-color-line)}.purchase-step:first-of-type{border-top:0}.step-title{display:flex;align-items:center;gap:9px;margin-bottom:12px;color:#929faf;font-size:10px;font-weight:500}.step-title>span{width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:var(--nf-color-primary-soft);color:#82aaff;font-size:9px;font-weight:650}.offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.offer-card{min-height:64px;display:grid;align-content:center;gap:4px;border:1px solid var(--nf-color-line);border-radius:11px;background:var(--nf-color-surface-2);color:var(--nf-color-text);padding:10px;text-align:left;cursor:pointer}.offer-card:hover,.offer-card--selected{border-color:#2563eb9e;background:#172235;box-shadow:0 0 0 2px #2563eb14}.offer-card strong{font-size:11px;font-weight:600}.offer-card small{color:#7e8b9c;font-size:8px;font-weight:400}.region-note{margin-top:10px;display:flex;align-items:flex-start;gap:10px;border:1px solid var(--nf-color-line);border-radius:11px;background:#121a23;padding:11px}.region-note>svg{margin-top:2px;color:#82aaff;font-size:13px}.region-note>span{display:grid;gap:3px}.region-note strong{font-size:10px;font-weight:550}.region-note small{color:#8190a2;font-size:9px;line-height:1.45;font-weight:400}.field-grid,.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.validation-card{margin-top:10px;display:grid;gap:2px;border:1px solid var(--nf-color-line);border-radius:10px;padding:10px 11px;background:var(--nf-color-surface-2)}.validation-card--ok{border-color:#65c8973d;background:var(--nf-color-success-soft)}.validation-card--error{border-color:#e8848c38;background:var(--nf-color-danger-soft)}.validation-card strong{font-size:10px;font-weight:600}.validation-card small{color:#8190a2;font-size:9px;font-weight:400}.amount-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.amount-grid .ui-field{grid-column:1 / -1}.amount-chip{height:40px;border:1px solid var(--nf-color-line);border-radius:10px;background:var(--nf-color-surface-2);color:#bac4d0;cursor:pointer;font-size:10px}.amount-chip--selected,.amount-chip:hover{border-color:#2563eb9e;background:var(--nf-color-primary-soft);color:#a9c2fa}.quantity-control{width:150px;display:grid;grid-template-columns:42px 1fr 42px;overflow:hidden;border:1px solid var(--nf-color-line);border-radius:10px}.quantity-control button,.quantity-control strong{height:42px;border:0;display:grid;place-items:center}.quantity-control button{background:var(--nf-color-surface-2);color:#aeb9c6;cursor:pointer}.quantity-control strong{background:#0e151d;font-size:11px}.quote-card{margin-bottom:11px;border:1px solid var(--nf-color-line);border-radius:12px;background:#0e151d;padding:12px}.quote-card>div{display:flex;justify-content:space-between;gap:14px;padding:7px 0;color:#8390a0;font-size:10px;font-weight:400}.quote-card__total{margin-top:4px;padding-top:11px!important;border-top:1px solid var(--nf-color-line)}.quote-card__total strong{color:#e1e7ef;font-size:13px;font-weight:650}.security-note{margin:9px 0 0;text-align:center;color:#6e7b8d;font-size:8px;font-weight:400;line-height:1.4}.success-view{text-align:center;padding:10px 4px 2px}.success-view__icon,.success-mini{display:grid;place-items:center;background:var(--nf-color-success-soft);color:var(--nf-color-success);border-radius:50%}.success-view__icon{width:58px;height:58px;margin:0 auto 16px;font-size:20px}.success-mini{width:34px;height:34px;flex:0 0 34px}.order-number{display:inline-block;margin:13px 0;border-radius:999px;background:var(--nf-color-surface-2);color:#97a4b4;padding:7px 10px;font-size:9px;font-weight:500}.delivery-card{margin:12px 0;border:1px solid var(--nf-color-line);border-radius:12px;background:#0e151d;padding:12px;text-align:left}.delivery-card>small{color:#758294;font-size:8px;font-weight:400}.delivery-card>div{margin-top:6px;display:flex;align-items:center;justify-content:space-between;gap:10px}.delivery-card strong{min-width:0;overflow-wrap:anywhere;color:#e0e7f0;font-size:11px;font-weight:600}.copy-button{width:33px;height:33px;flex:0 0 33px;display:grid;place-items:center;border:0;border-radius:9px;background:var(--nf-color-primary-soft);color:#8fb3ff;cursor:pointer}.summary-grid,.account-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:12px 0 16px}.summary-grid>div,.account-stats>div{display:grid;gap:4px;border:1px solid var(--nf-color-line);border-radius:11px;background:var(--nf-color-surface-2);padding:11px;text-align:left}.summary-grid small,.account-stats small{color:#708095;font-size:7px;font-weight:500;letter-spacing:.08em}.summary-grid strong,.account-stats strong{color:#d6dee7;font-size:10px;font-weight:600}.order-dialog-card{width:min(440px,calc(100% - 28px));padding:26px;border-color:var(--nf-color-line-strong);border-radius:18px;box-shadow:0 24px 70px #0000006b}.order-dialog-card .dialog-head{padding-right:44px;margin-bottom:22px}.order-dialog-card .dialog-head h2{font-size:28px;line-height:1.1;margin:7px 0 8px}.order-dialog-card .dialog-head p{max-width:350px;font-size:11px;line-height:1.6}.order-dialog-card .modal-card__close{top:16px;right:16px;width:36px;height:36px;border-radius:10px}.order-lookup{display:grid;grid-template-columns:1fr;align-items:stretch;gap:0}.order-lookup .ui-input{height:48px;border-radius:12px;padding:0 14px;font-size:13px;letter-spacing:.01em}.order-lookup .ui-field__hint{margin-top:1px;color:#748092;line-height:1.45}.order-track-button{width:max-content;min-width:148px;height:44px;margin-top:15px;padding:0 16px;border-radius:11px;box-shadow:0 8px 20px #2563eb2e}.order-result{margin-top:16px;border-top:1px solid var(--nf-color-line);padding-top:16px}.order-result__head{display:flex;align-items:center;gap:11px}.order-result__head>div{min-width:0;flex:1;display:grid;gap:2px}.order-result__head strong{font-size:12px;font-weight:600}.order-result__head small{color:#7e8b9b;font-size:9px;font-weight:400}.status-pill{border-radius:999px;background:var(--nf-color-success-soft);color:#79c59e;padding:5px 8px;font-size:8px;text-transform:capitalize}.order-empty{margin-top:14px;display:flex;align-items:center;gap:10px;border:1px solid var(--nf-color-line);border-radius:11px;background:var(--nf-color-surface-2);padding:12px;color:#8491a2}.order-empty>span{display:grid;gap:2px}.order-empty strong{color:#c5ced8;font-size:10px;font-weight:600}.order-empty small{font-size:9px;font-weight:400}.recent-order-link{margin-top:12px;border:0;background:transparent;color:#7fa7fb;cursor:pointer;font-size:9px;font-weight:500}.account-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:18px;border:1px solid var(--nf-color-line);border-radius:11px;background:#0c131b;padding:4px}.account-tabs button{height:37px;border:0;border-radius:8px;background:transparent;color:#8491a1;cursor:pointer;font-size:10px;font-weight:500}.account-tabs .is-active{background:#172235;color:#dce8ff}.prototype-note,.privacy-note{display:flex;align-items:flex-start;gap:8px;margin:14px 0 0;color:#748296;font-size:9px;line-height:1.45;font-weight:400}.prototype-note svg,.privacy-note svg{margin-top:1px;color:#7da6fb}.account-summary{display:flex;align-items:center;gap:12px;padding:1px 50px 18px 0;border-bottom:1px solid var(--nf-color-line)}.account-avatar{width:47px;height:47px;flex:0 0 47px;display:grid;place-items:center;border-radius:14px;background:var(--nf-color-primary);color:#fff;font-family:var(--nf-font-display);font-size:16px;font-weight:700}.account-summary>div{display:grid;gap:4px}.account-summary strong{font-size:13px;font-weight:600}.account-summary small{color:#8390a0;font-size:9px;font-weight:400}.account-menu{display:grid;gap:7px;padding:17px 0}.account-menu button{min-height:50px;display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:10px;border:1px solid var(--nf-color-line);border-radius:11px;background:var(--nf-color-surface-2);color:#c4ceda;padding:0 12px;text-align:left;cursor:pointer}.account-menu button:hover{border-color:#2563eb57;background:#162132}.account-menu button>svg:first-child{color:#80a7f7}.account-menu button>svg:last-child{color:#627184;font-size:8px}.account-menu button>span{display:grid;gap:2px}.account-menu strong{font-size:10px;font-weight:550}.account-menu small{color:#738195;font-size:8px;font-weight:400}.signout-button{width:100%;height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(232,132,140,.19);border-radius:10px;background:var(--nf-color-danger-soft);color:#dfa3a9;cursor:pointer;font-size:10px;font-weight:500}.prototype-badge{display:inline-flex;align-items:center;gap:6px;margin-top:12px;color:#687688;font-size:8px;font-weight:400}.back-action{height:35px;display:inline-flex;align-items:center;gap:7px;margin-bottom:18px;border:1px solid var(--nf-color-line);border-radius:9px;background:#0f151d;color:#98a6b6;padding:0 10px;cursor:pointer;font-size:9px}.profile-form{display:grid;gap:14px}.profile-section{border:1px solid var(--nf-color-line);border-radius:13px;background:#0f151d;padding:14px}.profile-section__title{display:grid;gap:3px;margin-bottom:12px}.profile-section__title strong{font-size:10px;font-weight:600}.profile-section__title small{color:#758294;font-size:8px;font-weight:400}.check-row{display:flex;align-items:flex-start;gap:9px;cursor:pointer}.check-row input{margin-top:3px;accent-color:var(--nf-color-primary)}.check-row>span{display:grid;gap:2px}.check-row strong{font-size:10px;font-weight:550}.check-row small{color:#758294;font-size:8px;font-weight:400}.profile-review-card{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid rgba(37,99,235,.2);border-radius:12px;background:#2563eb0f;padding:13px}.profile-review-card>div{display:grid;gap:3px}.profile-review-card strong{font-size:10px;font-weight:600}.profile-review-card small{color:#78869a;font-size:8px;font-weight:400}.profile-actions{display:flex;gap:8px}.review-stars{display:flex;gap:6px;margin-top:7px}.review-stars button{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--nf-color-line);border-radius:9px;background:#0f151d;color:#566273;cursor:pointer}.review-stars button:hover,.review-stars .is-active{border-color:#2563eb66;background:var(--nf-color-primary-soft);color:var(--nf-color-star)}.review-signin{display:grid;gap:8px;border:1px solid var(--nf-color-line);border-radius:12px;background:var(--nf-color-surface-2);padding:14px}.review-signin strong{font-size:11px;font-weight:600}.review-signin p{margin:0;color:#7b8898;font-size:9px;font-weight:400;line-height:1.45}.checkout-manual{display:grid;gap:13px;margin-top:12px}.payment-method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:7px}.payment-method-option{min-height:62px;display:flex;align-items:center;gap:10px;border:1px solid var(--nf-color-line);border-radius:11px;background:var(--nf-color-surface-2);color:#9aa7b7;padding:10px 11px;text-align:left;cursor:pointer}.payment-method-option>svg{flex:0 0 auto;color:#7fa7fb}.payment-method-option>span{min-width:0;display:grid;gap:3px}.payment-method-option strong{color:#d6dee7;font-size:10px;font-weight:600}.payment-method-option small{overflow:hidden;text-overflow:ellipsis;color:#748297;font-size:8px;white-space:nowrap}.payment-method-option.is-active{border-color:#2563eb9e;background:var(--nf-color-primary-soft)}.payment-preview,.manual-payment-card{border:1px solid var(--nf-color-line);border-radius:12px;background:#0e151d;padding:12px}.manual-payment-card{margin:12px 0;text-align:left}.manual-payment-card__head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.manual-payment-card__head>span:first-child{display:grid;gap:3px}.manual-payment-card__head small,.payment-account small,.payment-details-grid small{color:#748297;font-size:7px;letter-spacing:.06em}.manual-payment-card__head strong{color:#dfe7f0;font-size:11px}.payment-account{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--nf-color-line);border-radius:10px;background:var(--nf-color-surface-2);padding:11px}.payment-account>div{display:grid;gap:5px}.payment-account strong,.payment-details-grid strong{color:#e0e7f0;font-size:11px;overflow-wrap:anywhere}.payment-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.payment-details-grid>div{min-width:0;display:grid;gap:5px;border:1px solid var(--nf-color-line);border-radius:10px;background:var(--nf-color-surface-2);padding:10px}.payment-details-grid>div>span{display:flex;align-items:center;justify-content:space-between;gap:6px}.payment-instructions{margin:12px 0 0;padding-left:18px;color:#8491a2;font-size:9px;line-height:1.55}.payment-instructions li+li{margin-top:4px}.payment-proof-form{display:grid;gap:10px;margin:12px 0;text-align:left}.turnstile-shell{min-height:65px;overflow:hidden;border-radius:10px}.success-view__icon--pending{background:#f59e0b1a;color:#e8b85d}.manual-payment-view>p{max-width:560px;margin-left:auto;margin-right:auto}@media (max-width: 620px){.payment-method-grid,.payment-details-grid{grid-template-columns:1fr}}.order-recovery-card{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 0;border:1px solid rgba(37,99,235,.28);border-radius:12px;background:#2563eb12;padding:12px;text-align:left}.order-recovery-card>div{min-width:0;display:grid;gap:4px}.order-recovery-card small{color:#7fa7fb;font-size:7px;letter-spacing:.07em}.order-recovery-card strong{overflow-wrap:anywhere;color:#e0e8f5;font-size:10px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.order-recovery-card span{color:#8290a3;font-size:8px;line-height:1.45}.order-lookup{gap:11px}.order-history{display:grid;gap:7px;margin-top:18px;padding-top:16px;border-top:1px solid var(--nf-color-line)}.order-history__title{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:2px}.order-history__title strong{font-size:10px;font-weight:600}.order-history__title small{color:#748297;font-size:8px}.order-history>button{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--nf-color-line);border-radius:10px;background:var(--nf-color-surface-2);color:#cdd6e0;padding:10px 11px;text-align:left;cursor:pointer}.order-history>button:hover{border-color:#2563eb59;background:#142033}.order-history>button>span:first-child{min-width:0;display:grid;gap:3px}.order-history>button strong{font-size:9px;font-weight:600}.order-history>button small{overflow:hidden;text-overflow:ellipsis;color:#758397;font-size:8px;white-space:nowrap}.delivery-reveal{margin-top:12px}.secure-delivery{display:grid;gap:8px;margin-top:12px}.secure-delivery__head{display:flex;align-items:center;gap:10px;border:1px solid rgba(121,197,158,.18);border-radius:11px;background:#79c59e0f;padding:10px}.secure-delivery__head>span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#79c59e1a;color:#79c59e}.secure-delivery__head>div{display:grid;gap:2px}.secure-delivery__head strong{font-size:10px;font-weight:600}.secure-delivery__head small{color:#7c8a9d;font-size:8px;line-height:1.4}@media (max-width: 1050px){.desktop-nav{display:none}.site-header__inner{grid-template-columns:auto 1fr}.header-actions{justify-self:end}.nav-search--open{width:min(390px,52vw)}.product-grid,.skeleton-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-strip{grid-template-columns:repeat(3,1fr)}.category-strip__item:nth-child(3n){border-right:0}.category-strip__item{border-bottom:1px solid var(--nf-color-line)}.category-strip__item:nth-last-child(-n+3){border-bottom:0}}@media (max-width: 780px){:root{--nf-shell: calc(100% - 28px) }body{padding-bottom:84px}.site-header__inner{min-height:64px;gap:10px}.brand__copy,.header-order-button,.header-account-button{display:none}.nav-search--open{position:fixed;left:14px;right:14px;top:12px;width:auto;z-index:101;background:#101923}.search-popup{left:0;right:0;width:100%;top:48px}.hero{min-height:auto;grid-template-columns:1fr;gap:24px;padding:50px 0 38px}.hero h1{font-size:clamp(50px,16vw,68px)}.hero__visual{height:340px}.hero-orbit--outer{width:330px;height:330px}.hero-orbit--inner{width:250px;height:250px}.featured-product{width:270px;min-height:300px}.category-strip{grid-template-columns:repeat(2,1fr)}.category-strip__item,.category-strip__item:nth-child(3n){border-right:1px solid var(--nf-color-line)}.category-strip__item:nth-child(2n){border-right:0}.category-strip__item:nth-last-child(-n+3){border-bottom:1px solid var(--nf-color-line)}.category-strip__item:nth-last-child(-n+2){border-bottom:0}.catalog-section{padding-top:72px}.section-heading,.reviews-header{align-items:flex-start;flex-direction:column}.product-grid,.skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card__art{height:150px}.product-card__body{padding:13px}.journey-section{grid-template-columns:1fr;gap:28px}.review-grid{grid-template-columns:1fr}.site-footer__inner{min-height:160px;grid-template-columns:1fr;align-content:center;gap:12px}.site-footer__inner>span{justify-self:start}.mobile-nav{position:fixed;left:12px;right:12px;bottom:10px;z-index:75;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--nf-color-line-strong);border-radius:15px;background:#0f151df0;backdrop-filter:blur(18px);padding:5px;box-shadow:var(--nf-shadow-md)}.mobile-nav button{min-height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:0;border-radius:10px;background:transparent;color:#7f8a9b;cursor:pointer;font-size:8px;font-weight:400}.mobile-nav button svg{font-size:15px}.mobile-nav button:hover{background:var(--nf-color-primary-soft);color:#9bbaff}.modal-layer{align-items:end;padding:0}.modal-card,.modal-card--wide{width:100%;max-height:91vh;border-radius:20px 20px 0 0;padding:24px 18px 28px}.field-grid,.profile-grid{grid-template-columns:1fr}.hero-service-chip--steam{left:-1%;top:17%}.hero-service-chip--telegram{right:-1%;top:27%}.hero-service-chip--mobile-legends{left:1%;bottom:7%}.hero-catalog-pill{right:1%;bottom:6%}.order-dialog-card{width:100%;max-height:91vh;border-radius:20px 20px 0 0;padding:24px 18px 28px}.order-track-button{width:100%}.offer-grid{grid-template-columns:repeat(2,1fr)}.profile-review-card{align-items:flex-start;flex-direction:column}}@media (max-width: 520px){.hero__visual{height:330px;margin-top:12px}.hero-orbit--outer{width:330px;height:330px}.hero-orbit--inner{width:248px;height:248px}.featured-product{width:245px;min-height:285px;padding:18px}.featured-product__monogram{width:80px;height:80px;margin:27px 0 20px;font-size:40px}.hero-service-chip{min-width:104px;gap:8px;padding:8px 9px;border-radius:13px}.hero-service-chip__icon{width:34px;height:34px;flex-basis:34px}.hero-service-chip--steam{left:-3%;top:17%}.hero-service-chip--telegram{right:-4%;top:28%}.hero-service-chip--mobile-legends{left:-1%;bottom:6%}.hero-catalog-pill{right:1%;bottom:4%;font-size:8px}.hero__actions{align-items:stretch;flex-direction:column}.hero__actions .ui-button,.hero__actions .text-action{width:100%;justify-content:center}.trust-row{gap:10px 14px}.product-grid,.skeleton-grid{grid-template-columns:1fr}.product-card{display:grid;grid-template-columns:124px 1fr}.product-card__art{height:100%;min-height:175px}.product-card p{min-height:auto}.journey-grid{grid-template-columns:1fr}.journey-grid article,.journey-grid article:nth-child(2n),.journey-grid article:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--nf-color-line)}.journey-grid article:last-child{border-bottom:0}.offer-grid,.amount-grid{grid-template-columns:1fr}.profile-actions{flex-direction:column}.profile-actions .ui-button{width:100%}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
