: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(1400px, 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}:root[data-theme=light]{--nf-color-bg: #f5f7fb;--nf-color-bg-elevated: #eef2f7;--nf-color-surface: #ffffff;--nf-color-surface-2: #f7f9fc;--nf-color-surface-3: #edf2f8;--nf-color-line: #dbe3ed;--nf-color-line-strong: #c8d3e0;--nf-color-text: #152235;--nf-color-text-soft: #39495d;--nf-color-muted: #64748b;--nf-color-subtle: #7b8798;--nf-color-primary: #2563eb;--nf-color-primary-hover: #1d4ed8;--nf-color-primary-soft: rgba(37, 99, 235, .09);--nf-color-success: #138a57;--nf-color-success-soft: rgba(19, 138, 87, .08);--nf-color-danger: #c84f5a;--nf-color-danger-soft: rgba(200, 79, 90, .08);--nf-color-warning: #a86e0b;--nf-color-star: #d99a22;--nf-shadow-sm: 0 8px 24px rgba(28, 45, 70, .08);--nf-shadow-md: 0 18px 54px rgba(28, 45, 70, .12);--nf-shadow-lg: 0 28px 90px rgba(28, 45, 70, .17)}*{box-sizing:border-box}html{scroll-behavior:smooth;color-scheme:dark}html[data-theme=light]{color-scheme:light}body{margin:0;font-size:14px;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:14px}.skip-link:focus{top:12px}.section-kicker{display:inline-block;color:#79a4ff;font-size:14px;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:14px;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:14px;font-weight:500}.ui-field__hint{color:var(--nf-color-subtle);font-size:14px;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:14px;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:14px;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:14px;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:14px;transition:opacity .18s ease,transform .18s ease}.toast--visible{opacity:1;transform:translate(-50%)}.ui-select{position:relative;width:100%;min-width:0}.ui-select__trigger{position:relative;width:100%;height:44px;display:flex;align-items:center;border:1px solid var(--nf-color-line-strong);border-radius:10px;background:#0c131b;color:var(--nf-color-text);padding:0 44px 0 12px;outline:0;text-align:left;cursor:pointer;font-size:14px;font-weight:400;transition:border-color var(--nf-transition),box-shadow var(--nf-transition),background var(--nf-transition)}.ui-select__trigger:hover{border-color:#35465a;background:#0e1721}.ui-select__trigger:focus-visible,.ui-select--open .ui-select__trigger{border-color:#2563ebc7;box-shadow:0 0 0 3px #2563eb1c;background:#0e1721}.ui-select__trigger:disabled{cursor:not-allowed;opacity:.56}.ui-select__trigger>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-select__placeholder{color:#617081}.ui-select__chevron{position:absolute;top:50%;right:15px;width:8px;height:8px;border-right:2px solid #7f91a7;border-bottom:2px solid #7f91a7;transform:translateY(-68%) rotate(45deg);pointer-events:none;transition:transform .16s ease,border-color .16s ease}.ui-select--open .ui-select__chevron{border-color:#a9c4ff;transform:translateY(-30%) rotate(225deg)}.ui-select__menu{position:absolute;z-index:160;top:calc(100% + 7px);left:0;right:0;max-height:280px;overflow:auto;display:grid;gap:3px;border:1px solid #2b3a4c;border-radius:11px;background:#101821;padding:6px;box-shadow:0 18px 44px #0000006b,0 0 0 1px #ffffff04;scrollbar-width:thin;scrollbar-color:#34465b #101821}.ui-select__menu::-webkit-scrollbar{width:9px}.ui-select__menu::-webkit-scrollbar-track{background:#101821;border-radius:9px}.ui-select__menu::-webkit-scrollbar-thumb{border:2px solid #101821;border-radius:9px;background:#34465b}.ui-select__option{width:100%;min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid transparent;border-radius:8px;background:transparent;color:#aab5c3;padding:8px 10px;text-align:left;cursor:pointer;font-size:14px;transition:background var(--nf-transition),color var(--nf-transition),border-color var(--nf-transition)}.ui-select__option:hover,.ui-select__option--active{background:#182331;color:#e0e7f0}.ui-select__option--selected{border-color:#2563eb47;background:#2563eb1c;color:#d8e5ff}.ui-select__option:disabled{cursor:not-allowed;opacity:.45}.ui-select__check{flex:0 0 auto;color:#79a5ff;font-size:14px;font-weight:800}input[type=checkbox]{appearance:none;-webkit-appearance:none;width:18px;height:18px;flex:0 0 18px;border:1px solid #3a4a5e;border-radius:5px;background:#0b1219;background-position:center;background-repeat:no-repeat;background-size:12px 12px;cursor:pointer;outline:0;transition:border-color var(--nf-transition),background-color var(--nf-transition),box-shadow var(--nf-transition)}input[type=checkbox]:hover{border-color:#58708d}input[type=checkbox]:focus-visible{border-color:#2563ebd1;box-shadow:0 0 0 3px #2563eb1f}input[type=checkbox]:checked{border-color:#3575f6;background-color:#2563eb;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6.3 4.6 9 10 3' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}input[type=number]{appearance:textfield;-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.ui-input:-webkit-autofill,.ui-input:-webkit-autofill:hover,.ui-input:-webkit-autofill:focus{-webkit-text-fill-color:var(--nf-color-text);box-shadow:0 0 0 1000px #0c131b inset;caret-color:var(--nf-color-text);transition:background-color 9999s ease-out 0s}.ui-select--top .ui-select__menu{top:auto;bottom:calc(100% + 7px)}.brand{display:inline-flex;align-items:center;min-width:0}.brand__logo{display:block;width:152px;height:auto}.brand__icon{display:none;width:34px;height:35px;object-fit:contain}.profile-avatar{flex:0 0 auto;display:grid;place-items:center;overflow:hidden;border-radius:999px;background:linear-gradient(145deg,#245fdd,#173fa6);color:#fff;font-size:14px;font-weight:700;line-height:1}.profile-avatar img{width:100%;height:100%;display:block;object-fit:cover}.profile-avatar>span{display:grid;place-items:center;width:100%;height:100%}.search-result__image{width:34px;height:34px;display:block;flex:0 0 34px;border:1px solid var(--nf-color-line);border-radius:10px;object-fit:cover;object-position:center;background:var(--nf-color-surface-2)}.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:14px;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:14px;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:14px;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:14px;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:14px;font-weight:600}.search-result small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7e8ca0;font-size:14px;font-weight:400}.search-empty{display:grid;gap:5px;padding:16px 12px 14px}.search-empty strong{font-size:14px;font-weight:600}.search-empty small{color:var(--nf-color-muted);font-size:14px;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:14px;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:14px}.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:14px;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:14px;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:14px;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:14px;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:14px;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:14px;font-weight:400;letter-spacing:.04em}.hero-service-chip__copy strong{color:#dce4ee;font-family:var(--nf-font-display);font-size:14px;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:14px;font-weight:500}.category-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(142px,1fr));gap:1px;overflow:hidden;border:1px solid var(--nf-color-line);border-radius:17px;background:var(--nf-color-line)}.category-strip__item{min-height:80px;display:flex;align-items:center;gap:10px;border:0;background:#10161e;color:#c2ccd8;padding:13px;text-align:left;cursor:pointer}.category-strip__item:hover,.category-strip__item--active{background:#142033;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{min-width:0;display:grid;gap:3px}.category-strip__item strong{overflow:hidden;text-overflow:ellipsis;font-size:14px;font-weight:600;white-space:nowrap}.category-strip__item small{color:#778396;font-size:14px;font-weight:400;white-space:nowrap}.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:14px;line-height:1.6;font-weight:400}.catalog-meta{display:flex;align-items:center;gap:10px;color:#758294;font-size:14px}.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:14px}.catalog-groups{display:grid;gap:54px}.catalog-group{display:grid;gap:16px}.catalog-group__head{display:flex;align-items:end;justify-content:space-between;gap:18px;padding-bottom:11px;border-bottom:1px solid var(--nf-color-line)}.catalog-group__head>div{display:grid;gap:3px}.catalog-group__head>div>span{color:#dce5f1;font-size:18px;font-weight:650}.catalog-group__head small{color:#758294;font-size:14px}.catalog-group__head button{display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:#83a9ff;padding:6px 0;cursor:pointer;font-size:14px;font-weight:600}.catalog-group__head button:hover{color:#aac5ff}.game-filter{display:flex;gap:8px;overflow-x:auto;margin:-6px 0 22px;padding:6px 1px 10px;scrollbar-width:thin}.game-filter__item{flex:0 0 auto;min-height:38px;display:inline-flex;align-items:center;gap:8px;border:1px solid var(--nf-color-line);border-radius:999px;background:#0f161f;color:#96a3b5;padding:0 12px;cursor:pointer;font-size:14px;font-weight:500}.game-filter__item span{color:#65758a;font-size:14px}.game-filter__item:hover,.game-filter__item--active{border-color:#2563eb73;background:var(--nf-color-primary-soft);color:#cfe0ff}.game-filter__item--active span{color:#8db0fb}.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:not(:disabled){transform:translateY(-3px);border-color:#2563eb66;box-shadow:0 16px 38px #0003}.product-card:disabled{cursor:not-allowed;opacity:.68}.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;max-width:calc(100% - 24px);overflow:hidden;border:1px solid var(--nf-color-line-strong);border-radius:999px;background:#0d131cd6;color:#a4afbe;padding:5px 8px;font-size:14px;font-weight:600;letter-spacing:.04em;text-overflow:ellipsis;white-space:nowrap}.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{display:flex;min-height:178px;flex-direction:column;padding:15px}.product-card h3{margin:0 0 7px;color:#dce3ec;font-size:16px;font-weight:650;line-height:1.32}.product-card p{min-height:44px;margin:0;color:#8793a4;font-size:14px;line-height:1.5;font-weight:400}.product-card__footer{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-top:auto;padding-top:16px}.price-block{display:grid;gap:3px}.price-block small{color:#758294;font-size:14px;font-weight:500;letter-spacing:.09em}.price-block strong{color:#d8e0e9;font-size:14px;font-weight:650}.product-card__cta{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(37,99,235,.3);border-radius:9px;background:#2563eb1a;color:#9ebcff;padding:0 10px;font-size:14px;font-weight:650;white-space:nowrap}.product-card:hover:not(:disabled) .product-card__cta{border-color:#2563eb85;background:#2563eb2b;color:#c6d8ff}.product-card__cta--disabled{border-color:var(--nf-color-line);background:#151b23;color:#6f7b8a}.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:14px;font-weight:600}.empty-panel span,.error-panel span{color:var(--nf-color-muted);font-size:14px}.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:14px}.journey-grid article>strong{grid-column:1 / -1;margin-top:5px;font-size:14px;font-weight:600}.journey-grid article>p{grid-column:1 / -1;margin:0;color:#8290a1;font-size:14px;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:14px}.reviews-summary small{color:#758294;font-size:14px;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:14px}.review-card__stars .is-active{color:var(--nf-color-star)}.review-card h3{margin:14px 0 7px;font-size:14px;font-weight:600}.review-card p{margin:0;color:#8995a5;font-size:14px;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:14px;font-weight:600}.review-card footer small,.review-card time{color:#6f7d8f;font-size:14px;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:14px;font-weight:400}.site-footer__inner>span{color:#617084;font-size:14px}.mobile-nav{display:none}.brand-button{display:inline-flex;border:0;background:transparent;color:inherit;padding:0;cursor:pointer;text-align:left}.header-profile-avatar{width:26px;height:26px;border:1px solid rgba(255,255,255,.1);box-shadow:0 0 0 2px #2563eb14}.header-account-button{max-width:170px}.header-account-button>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-theme-button{width:40px;height:40px;display:grid;place-items:center;flex:0 0 40px;border:1px solid var(--nf-color-line);border-radius:11px;background:var(--nf-color-surface);color:#aeb8c5;padding:0;cursor:pointer;font-size:14px;transition:background var(--nf-transition),border-color var(--nf-transition),color var(--nf-transition),transform var(--nf-transition)}.header-theme-button:hover{transform:translateY(-1px);color:#dce8ff;border-color:#2563eb61;background:#142033}.product-card__badge{min-height:30px;display:inline-flex;align-items:center;padding:6px 11px}.product-card__cta{min-height:38px;padding:0 14px}.product-card__image{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center;transition:transform .28s ease,filter .28s ease}.product-card:hover:not(:disabled) .product-card__image{transform:scale(1.025)}.product-card__art:has(.product-card__image):after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#050a120a 35%,#050a123d);pointer-events:none}.product-card__badge{z-index:2}.featured-product__artwork{width:100px;height:100px;display:block;align-self:center;margin:38px 0 28px;border-radius:28px;object-fit:cover;object-position:center;box-shadow:inset 0 0 0 1px #ffffff0f,0 15px 34px #0000003d}.hero-service-chip__image{width:40px;height:40px;display:block;flex:0 0 40px;border:1px solid rgba(95,139,230,.18);border-radius:12px;object-fit:cover;object-position:center;background:#101722}.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:14px;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:14px;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:14px;font-weight:600}.offer-card small{color:#7e8b9c;font-size:14px;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:14px}.region-note>span{display:grid;gap:3px}.region-note strong{font-size:14px;font-weight:550}.region-note small{color:#8190a2;font-size:14px;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:14px;font-weight:600}.validation-card small{color:#8190a2;font-size:14px;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:14px}.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:14px}.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:14px;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:14px;font-weight:650}.security-note{margin:9px 0 0;text-align:center;color:#6e7b8d;font-size:14px;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:14px;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:14px;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:14px;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:14px;font-weight:500;letter-spacing:.08em}.summary-grid strong,.account-stats strong{color:#d6dee7;font-size:14px;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:14px;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:14px;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:14px;font-weight:600}.order-result__head small{color:#7e8b9b;font-size:14px;font-weight:400}.status-pill{border-radius:999px;background:var(--nf-color-success-soft);color:#79c59e;padding:5px 8px;font-size:14px;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:14px;font-weight:600}.order-empty small{font-size:14px;font-weight:400}.recent-order-link{margin-top:12px;border:0;background:transparent;color:#7fa7fb;cursor:pointer;font-size:14px;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:14px;font-weight:500}.account-tabs .is-active{background:#172235;color:#dce8ff}.google-auth-panel{display:grid;gap:13px}.google-auth-button{background:#fff;color:#202124}.google-auth-button:hover{background:#f1f3f4;color:#202124}.google-auth-button .fa-google{color:#4285f4;font-size:14px}.account-auth-choice{display:flex;align-items:center;justify-content:center;gap:7px;color:#657386;font-size:14px}.account-auth-choice button{border:0;background:transparent;color:#8594a8;padding:2px;cursor:pointer;font:inherit}.account-auth-choice button.is-active{color:#91b2fb;text-decoration:underline;text-underline-offset:3px}.prototype-note,.privacy-note{display:flex;align-items:flex-start;gap:8px;margin:14px 0 0;color:#748296;font-size:14px;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:14px;font-weight:600}.account-summary small{color:#8390a0;font-size:14px;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:14px}.account-menu button>span{display:grid;gap:2px}.account-menu strong{font-size:14px;font-weight:550}.account-menu small{color:#738195;font-size:14px;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:14px;font-weight:500}.prototype-badge{display:inline-flex;align-items:center;gap:6px;margin-top:12px;color:#687688;font-size:14px;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:14px}.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:14px;font-weight:600}.profile-section__title small{color:#758294;font-size:14px;font-weight:400}.check-row{display:flex;align-items:flex-start;gap:9px;cursor:pointer}.check-row input{margin-top:3px}.check-row>span{display:grid;gap:2px}.check-row strong{font-size:14px;font-weight:550}.check-row small{color:#758294;font-size:14px;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:14px;font-weight:600}.profile-review-card small{color:#78869a;font-size:14px;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:14px;font-weight:600}.review-signin p{margin:0;color:#7b8898;font-size:14px;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:14px;font-weight:600}.payment-method-option small{overflow:hidden;text-overflow:ellipsis;color:#748297;font-size:14px;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:14px;letter-spacing:.06em}.manual-payment-card__head strong{color:#dfe7f0;font-size:14px}.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:14px;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:14px;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:14px;letter-spacing:.07em}.order-recovery-card strong{overflow-wrap:anywhere;color:#e0e8f5;font-size:14px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.order-recovery-card span{color:#8290a3;font-size:14px;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:14px;font-weight:600}.order-history__title small{color:#748297;font-size:14px}.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:14px;font-weight:600}.order-history>button small{overflow:hidden;text-overflow:ellipsis;color:#758397;font-size:14px;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:14px;font-weight:600}.secure-delivery__head small{color:#7c8a9d;font-size:14px;line-height:1.4}.home-featured{padding:86px 0 74px;scroll-margin-top:88px}.home-featured__empty{display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid var(--nf-color-line);border-radius:18px;background:var(--nf-color-surface);padding:24px}.home-featured__empty>div{display:grid;gap:5px}.home-featured__empty strong{font-size:16px;font-weight:650}.home-featured__empty span{color:var(--nf-color-muted);font-size:14px;line-height:1.5}.home-categories{padding:18px 0 84px}.home-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.home-category-card{min-height:104px;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:13px;border:1px solid var(--nf-color-line);border-radius:15px;background:var(--nf-color-surface);color:inherit;padding:16px;text-align:left;cursor:pointer;transition:transform var(--nf-transition),border-color var(--nf-transition),background var(--nf-transition)}.home-category-card:hover{transform:translateY(-2px);border-color:#2563eb6b;background:#132033}.home-category-card__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--nf-color-primary-soft);color:#83a9ff;font-size:17px}.home-category-card__copy{min-width:0;display:grid;gap:4px}.home-category-card__copy strong{font-size:15px;font-weight:650}.home-category-card__copy small{color:var(--nf-color-muted);font-size:14px}.home-category-card__count{min-width:34px;height:30px;display:grid;place-items:center;border:1px solid var(--nf-color-line);border-radius:999px;color:#8d9aaa;font-size:14px}.home-category-card__arrow{color:#6f91d8}.shop-page{min-height:70vh;padding-bottom:96px}.shop-hero{padding:62px 0 30px}.shop-hero__row{display:flex;align-items:end;justify-content:space-between;gap:32px}.shop-hero h1{margin:8px 0 10px;font-family:var(--nf-font-display);font-size:clamp(38px,6vw,64px);line-height:.98;letter-spacing:-.05em}.shop-hero p{max-width:760px;margin:0;color:var(--nf-color-muted);font-size:14px;line-height:1.65}.shop-hero__count{min-width:112px;display:grid;justify-items:end;gap:2px}.shop-hero__count strong{font-family:var(--nf-font-display);font-size:34px;line-height:1}.shop-hero__count span{color:var(--nf-color-muted);font-size:14px}.shop-layout{display:grid;grid-template-columns:248px minmax(0,1fr);gap:28px;align-items:start}.shop-sidebar{position:sticky;top:92px;max-height:calc(100vh - 112px);overflow:auto;border:1px solid var(--nf-color-line);border-radius:16px;background:#0f161f;padding:16px;scrollbar-width:thin}.shop-sidebar__title{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--nf-color-line);color:#7f8ea1;font-size:14px;font-weight:650;letter-spacing:.11em}.shop-sidebar__title button,.shop-filter-group__head button{border:0;background:transparent;color:#83a9ff;padding:0;cursor:pointer;font-size:14px;font-weight:600;letter-spacing:0}.shop-filter-stack{display:grid;gap:18px;padding-top:16px}.shop-filter-group{display:grid;gap:10px}.shop-filter-group>strong,.shop-filter-group__head strong,.shop-filter-label{color:#c1cbd8;font-size:14px;font-weight:650}.shop-filter-group__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.shop-filter-list{display:grid;gap:4px}.shop-filter-list--scroll{max-height:250px;overflow:auto;padding-right:3px;scrollbar-width:thin}.shop-filter-option{width:100%;min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid transparent;border-radius:9px;background:transparent;color:#8e9bac;padding:7px 9px;text-align:left;cursor:pointer;font-size:14px}.shop-filter-option span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-filter-option small{flex:0 0 auto;color:#66768a;font-size:14px}.shop-filter-option:hover{background:#151f2a;color:#c7d1df}.shop-filter-option--active{border-color:#2563eb47;background:var(--nf-color-primary-soft);color:#d5e3ff}.shop-select .ui-select__trigger,.shop-price-grid input,.shop-sort-select .ui-select__trigger{width:100%;height:40px;border-radius:9px;font-size:14px}.shop-price-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.shop-price-grid label{min-width:0;display:grid;gap:5px}.shop-price-grid label span{color:#738196;font-size:14px}.shop-check{display:flex;align-items:center;gap:9px;color:#a6b1bf;font-size:14px;cursor:pointer}.shop-check input{width:18px;height:18px}.shop-reset{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--nf-color-line);border-radius:9px;background:var(--nf-color-surface);color:#9ca9b9;cursor:pointer;font-size:14px}.shop-results{min-width:0}.shop-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:10px;margin-bottom:28px}.shop-search{min-width:0;height:44px;display:flex;align-items:center;gap:9px;border:1px solid var(--nf-color-line-strong);border-radius:11px;background:var(--nf-color-surface);padding:0 12px;color:#728196}.shop-search:focus-within{border-color:#2563ebad;box-shadow:0 0 0 3px #2563eb17}.shop-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--nf-color-text);font-size:14px}.shop-sort{min-width:185px;display:flex;align-items:center;gap:8px;color:#7d8b9d;font-size:14px}.shop-sort-select{min-width:180px}.shop-mobile-filter{display:none;min-height:44px;align-items:center;justify-content:center;gap:8px;border:1px solid var(--nf-color-line);border-radius:10px;background:var(--nf-color-surface);color:#b0bccb;padding:0 12px;cursor:pointer;font-size:14px}.shop-results__head{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:18px}.shop-results__head h2{margin:6px 0 0;font-family:var(--nf-font-display);font-size:clamp(28px,4vw,38px);line-height:1;letter-spacing:-.035em}.shop-results__head>span{color:#7d8b9d;font-size:14px;white-space:nowrap}.shop-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-filter-drawer{display:none}.account-page{min-height:calc(100vh - 72px);padding:64px 0 84px}.account-page__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.account-page__heading>div{display:grid;gap:8px}.account-page__heading h1,.account-auth-page__intro h1{margin:0;color:#e8edf4;font-family:var(--nf-font-display);font-size:clamp(42px,5vw,68px);line-height:.98;letter-spacing:-.045em}.account-page__heading p,.account-auth-page__intro p,.account-content__head p{max-width:720px;margin:0;color:var(--nf-color-muted);line-height:1.65}.account-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:28px;align-items:start}.account-sidebar{position:sticky;top:96px;display:grid;gap:18px;border:1px solid var(--nf-color-line);border-radius:18px;background:#111922e0;padding:18px;box-shadow:var(--nf-shadow-sm)}.account-identity{display:flex;align-items:center;gap:12px;padding:2px 2px 17px;border-bottom:1px solid var(--nf-color-line)}.account-identity>div{min-width:0;display:grid;gap:3px}.account-identity strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}.account-identity small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--nf-color-muted);font-size:14px}.account-nav{display:grid;gap:6px}.account-nav button{width:100%;min-height:58px;display:grid;grid-template-columns:20px 1fr;align-items:center;gap:11px;border:1px solid transparent;border-radius:11px;background:transparent;color:#9aa7b8;padding:9px 10px;text-align:left;cursor:pointer}.account-nav button:hover,.account-nav button.is-active{border-color:#2563eb47;background:#2563eb1a;color:#d9e6fb}.account-nav button>svg{color:#7fa7fb}.account-nav button span{display:grid;gap:2px}.account-nav strong{font-size:14px;font-weight:600}.account-nav small{color:#728198;font-size:14px;font-weight:400}.account-sidebar__logout{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(232,132,140,.22);border-radius:10px;background:var(--nf-color-danger-soft);color:#f0a2a8;cursor:pointer;font-size:14px}.account-content{min-width:0;border:1px solid var(--nf-color-line);border-radius:18px;background:#111922b8;padding:clamp(22px,3vw,34px);box-shadow:var(--nf-shadow-sm)}.account-content__head{display:grid;gap:8px;padding-bottom:24px;border-bottom:1px solid var(--nf-color-line)}.account-content__head h2{margin:0;font-family:var(--nf-font-display);font-size:clamp(30px,3vw,42px);line-height:1}.account-stats--page{margin-top:24px;grid-template-columns:repeat(4,minmax(0,1fr))}.account-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:24px}.account-dashboard-grid>button{min-height:132px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;border:1px solid var(--nf-color-line);border-radius:14px;background:var(--nf-color-surface-2);color:var(--nf-color-text-soft);padding:18px;text-align:left;cursor:pointer}.account-dashboard-grid>button:hover{border-color:#2563eb59;background:#162132}.account-dashboard-grid__icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:var(--nf-color-primary-soft);color:#86aaff}.account-dashboard-grid>button>div{display:grid;gap:5px}.account-dashboard-grid strong{color:#dce5ef;font-size:16px}.account-dashboard-grid p{margin:0;color:#7e8da1;font-size:14px;line-height:1.5}.account-dashboard-grid>button>svg{color:#65768d}.account-profile-form{margin-top:24px}.account-auth-page{min-height:min(680px,calc(100vh - 160px));display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,.65fr);align-items:center;gap:clamp(48px,8vw,120px)}.account-auth-page__intro{display:grid;gap:16px}.account-home-link{justify-self:start;padding-left:0}.account-auth-card{border:1px solid var(--nf-color-line);border-radius:18px;background:#111922e6;padding:28px;box-shadow:var(--nf-shadow-md)}.account-auth-card__heading{display:grid;gap:7px;margin-bottom:18px}.account-auth-card__heading strong{font-size:18px;color:#e1e8f1}.account-auth-card__heading span{color:var(--nf-color-muted);font-size:14px;line-height:1.55}.account-page__loading{min-height:55vh;display:grid;place-items:center;align-content:center;gap:10px;color:var(--nf-color-muted);text-align:center}.account-page__loading svg{color:#7fa7fb;font-size:24px}.account-page__loading strong{color:var(--nf-color-text);font-size:17px}.account-page__loading span{font-size:14px}.header-account-button--active{color:#dce8ff;border-color:#2563eb61;background:#142033}.account-avatar.profile-avatar{width:46px;height:46px;border:1px solid rgba(255,255,255,.1)}.shop-sidebar{overflow-x:hidden;scrollbar-color:#34465b #0f161f;scrollbar-width:thin}.shop-sidebar::-webkit-scrollbar,.shop-filter-list--scroll::-webkit-scrollbar,.shop-filter-drawer__panel::-webkit-scrollbar{width:8px;height:0}.shop-sidebar::-webkit-scrollbar-track,.shop-filter-list--scroll::-webkit-scrollbar-track,.shop-filter-drawer__panel::-webkit-scrollbar-track{background:transparent}.shop-sidebar::-webkit-scrollbar-thumb,.shop-filter-list--scroll::-webkit-scrollbar-thumb,.shop-filter-drawer__panel::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#34465b;background-clip:padding-box}.shop-filter-list--scroll{overflow-x:hidden;overflow-y:auto;padding-right:7px;scrollbar-color:#34465b transparent}.shop-filter-option{min-width:0;padding:8px 10px}.shop-filter-option span{min-width:0}.shop-price-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.shop-price-grid .ui-input{width:100%;min-width:0;height:40px;box-sizing:border-box;padding:0 12px}.shop-price-grid .ui-input::placeholder{opacity:1}@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(4,minmax(0,1fr))}}@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,minmax(0,1fr))}.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}.catalog-groups{gap:42px}.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:14px;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}.featured-product__artwork{width:80px;height:80px;margin:27px 0 20px;border-radius:22px}.hero-service-chip{min-width:104px;gap:8px;padding:8px 9px;border-radius:13px}.hero-service-chip__icon,.hero-service-chip__image{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:14px}.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}.product-card__footer{align-items:flex-start;flex-direction:column}.product-card__cta{width:100%}.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}}@media (max-width: 1050px){.shop-layout{grid-template-columns:220px minmax(0,1fr);gap:20px}.shop-product-grid,.home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 780px){.home-featured{padding:64px 0 58px}.home-categories{padding-bottom:68px}.home-featured__empty{align-items:stretch;flex-direction:column}.home-category-grid{grid-template-columns:1fr}.shop-hero{padding:44px 0 24px}.shop-hero__row{align-items:flex-start;flex-direction:column;gap:18px}.shop-hero__count{justify-items:start}.shop-layout{grid-template-columns:1fr}.shop-sidebar{display:none}.shop-toolbar{grid-template-columns:1fr auto}.shop-mobile-filter{display:inline-flex}.shop-sort{grid-column:1 / -1;justify-content:flex-end}.shop-sort-select{width:auto;min-width:190px}.shop-filter-drawer{position:fixed;inset:0;z-index:220;display:block}.shop-filter-drawer__backdrop{position:absolute;inset:0;border:0;background:#03070bb8;backdrop-filter:blur(7px)}.shop-filter-drawer__panel{position:absolute;left:0;right:0;bottom:0;max-height:88vh;overflow:auto;border:1px solid var(--nf-color-line);border-radius:22px 22px 0 0;background:#0f161f;padding:18px 18px 24px;box-shadow:var(--nf-shadow-lg)}.shop-filter-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid var(--nf-color-line)}.shop-filter-drawer__head>div{display:grid;gap:3px}.shop-filter-drawer__head span{color:#74849a;font-size:14px;font-weight:650;letter-spacing:.11em}.shop-filter-drawer__head strong{font-size:17px}.shop-filter-drawer__panel .shop-filter-stack{padding-bottom:20px}.mobile-nav button.mobile-nav__active{background:var(--nf-color-primary-soft);color:#a9c4ff}}@media (max-width: 520px){.shop-toolbar{grid-template-columns:1fr auto}.shop-sort{justify-content:stretch}.shop-sort span{flex:0 0 auto}.shop-sort-select{width:100%;min-width:0}.shop-product-grid{grid-template-columns:1fr}.home-category-card{grid-template-columns:auto 1fr auto}.home-category-card__count{display:none}.home-category-card__arrow{justify-self:end}}@media (max-width: 1050px){.account-layout{grid-template-columns:240px minmax(0,1fr);gap:20px}.account-stats--page{grid-template-columns:repeat(2,minmax(0,1fr))}.account-auth-page{grid-template-columns:1fr 430px;gap:42px}}@media (max-width: 780px){.account-page{padding:42px 0 70px}.account-page__heading{align-items:flex-start;flex-direction:column}.account-layout{grid-template-columns:1fr}.account-sidebar{position:static}.account-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.account-sidebar__logout{width:100%}.account-dashboard-grid{grid-template-columns:1fr}.account-auth-page{min-height:auto;grid-template-columns:1fr;gap:28px;padding:28px 0}.account-auth-card{padding:22px}}@media (max-width: 520px){.account-page__heading h1,.account-auth-page__intro h1{font-size:42px}.account-content{padding:18px}.account-nav{grid-template-columns:1fr}.account-stats--page{grid-template-columns:1fr 1fr}.account-dashboard-grid>button{min-height:112px;padding:14px}}@media (max-width: 780px){.brand__logo{display:none}.brand__icon{display:block}.mobile-nav__profile-avatar{width:21px;height:21px;border:1px solid rgba(255,255,255,.1)}.mobile-nav button>span:last-child{max-width:70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (max-width: 780px){.brand__logo--dark,.brand__logo--light{display:none!important}.header-theme-button{width:40px;height:40px}}html[data-theme=light] body{background:var(--nf-color-bg);color:var(--nf-color-text)}html[data-theme=light] .ambient{opacity:.055}html[data-theme=light] .ambient--b{background:#8bb2ff}html[data-theme=light] .section-kicker{color:#245fd6}.brand__logo--light,html[data-theme=light] .brand__logo--dark{display:none}html[data-theme=light] .brand__logo--light{display:block}html[data-theme=light] .site-header{background:#ffffffe0}html[data-theme=light] .nav-link{color:#5f6f82}html[data-theme=light] .nav-link:hover,html[data-theme=light] .nav-link--active{background:#2563eb14;color:#173f91}html[data-theme=light] .header-order-button,html[data-theme=light] .header-account-button,html[data-theme=light] .header-theme-button,html[data-theme=light] .nav-search{background:#fffffff5;color:#4b5c70}html[data-theme=light] .header-order-button:hover,html[data-theme=light] .header-account-button:hover,html[data-theme=light] .header-theme-button:hover,html[data-theme=light] .header-account-button--active{color:#174aa9;border-color:#2563eb4d;background:#eef4ff}html[data-theme=light] .nav-search__toggle{color:#607086}html[data-theme=light] .nav-search__toggle:hover{color:#174aa9}html[data-theme=light] .nav-search input::placeholder{color:#8b98a8}html[data-theme=light] .nav-search__close{color:#77869a}html[data-theme=light] .nav-search__close:hover{color:#174aa9;background:#edf3fb}html[data-theme=light] .search-popup{background:#fff}html[data-theme=light] .search-popup__label{color:#75859a}html[data-theme=light] .search-result:hover{background:#f3f7fd;border-color:#d7e2f0}html[data-theme=light] .search-result__icon{background:#eef4ff;color:#356edb}html[data-theme=light] .search-result small{color:#6d7d91}html[data-theme=light] .eyebrow{color:#245fd6;background:#2563eb0f}html[data-theme=light] .hero h1{color:#122033}html[data-theme=light] .hero__copy>p{color:#617187}html[data-theme=light] .text-action{color:#53657a}html[data-theme=light] .text-action:hover{color:#174aa9}html[data-theme=light] .trust-row{color:#6f7f92}html[data-theme=light] .featured-product{background:linear-gradient(155deg,#fff,#f2f6fb);box-shadow:0 28px 65px #1c2d4621}html[data-theme=light] .featured-product__monogram{background:linear-gradient(145deg,#f4f8ff,#eaf1fb);color:#245fd6;box-shadow:inset 0 0 0 1px #2563eb0f,0 15px 34px #1c2d4614}html[data-theme=light] .featured-product__copy small,html[data-theme=light] .featured-product__copy span{color:#6f7f92}html[data-theme=light] .featured-product__copy strong{color:#1a2940}html[data-theme=light] .hero-service-chip{background:#fffffff0;box-shadow:0 14px 40px #1c2d461a}html[data-theme=light] button.hero-service-chip:hover{background:#f0f5fd}html[data-theme=light] .hero-service-chip__icon{background:#eef4ff;color:#2f69dc}html[data-theme=light] .hero-service-chip__copy small{color:#6f7f92}html[data-theme=light] .hero-service-chip__copy strong{color:#213149}html[data-theme=light] .hero-catalog-pill{color:#147347;background:#138a5712}html[data-theme=light] .ui-button--secondary,html[data-theme=light] .icon-button{background:#f7f9fc;color:#46586d}html[data-theme=light] .ui-button--secondary:hover:not(:disabled),html[data-theme=light] .icon-button:hover{background:#edf3fb;color:#174aa9}html[data-theme=light] .ui-button--danger{color:#b53f4a}html[data-theme=light] .ui-field__label{color:#42546a}html[data-theme=light] .ui-input,html[data-theme=light] .ui-textarea,html[data-theme=light] .ui-select__trigger{background:#fff;color:#17263b}html[data-theme=light] .ui-input:focus,html[data-theme=light] .ui-textarea:focus,html[data-theme=light] .ui-select__trigger:hover,html[data-theme=light] .ui-select__trigger:focus-visible,html[data-theme=light] .ui-select--open .ui-select__trigger{background:#fff}html[data-theme=light] .ui-input::placeholder,html[data-theme=light] .ui-textarea::placeholder,html[data-theme=light] .ui-select__placeholder{color:#97a3b1}html[data-theme=light] .ui-select__chevron{border-color:#718196}html[data-theme=light] .ui-select--open .ui-select__chevron{border-color:#245fd6}html[data-theme=light] .ui-select__menu{border-color:#d5dee9;background:#fff;box-shadow:0 18px 44px #1c2d4629;scrollbar-color:#c2cddd #f5f7fa}html[data-theme=light] .ui-select__menu::-webkit-scrollbar-track{background:#f5f7fa}html[data-theme=light] .ui-select__menu::-webkit-scrollbar-thumb{border-color:#f5f7fa;background:#c2cddd}html[data-theme=light] .ui-select__option{color:#4d5e73}html[data-theme=light] .ui-select__option:hover,html[data-theme=light] .ui-select__option--active{background:#f2f6fc;color:#1d2e45}html[data-theme=light] .ui-select__option--selected{color:#174aa9;background:#2563eb14}html[data-theme=light] input[type=checkbox]{border-color:#b7c3d2;background-color:#fff}html[data-theme=light] input[type=checkbox]:hover{border-color:#7c91ac}html[data-theme=light] .ui-input:-webkit-autofill,html[data-theme=light] .ui-input:-webkit-autofill:hover,html[data-theme=light] .ui-input:-webkit-autofill:focus{-webkit-text-fill-color:#17263b;box-shadow:0 0 0 1000px #fff inset;caret-color:#17263b}html[data-theme=light] .modal-layer__backdrop,html[data-theme=light] .order-dialog-backdrop,html[data-theme=light] .shop-filter-drawer__backdrop{background:#1a263861}html[data-theme=light] .modal-card,html[data-theme=light] .order-dialog-card,html[data-theme=light] .payment-preview,html[data-theme=light] .manual-payment-card,html[data-theme=light] .shop-sidebar,html[data-theme=light] .shop-filter-drawer__panel,html[data-theme=light] .account-content,html[data-theme=light] .account-auth-card,html[data-theme=light] .account-sidebar{background:#fffffff5}html[data-theme=light] .dialog-head h2,html[data-theme=light] .purchase-head h2,html[data-theme=light] .success-view h2,html[data-theme=light] .account-page__heading h1,html[data-theme=light] .account-auth-page__intro h1{color:#122033}html[data-theme=light] .toast{background:#fff}html[data-theme=light] .category-strip__item{background:#fff;color:#44566c}html[data-theme=light] .category-strip__item:hover,html[data-theme=light] .category-strip__item--active{background:#eef4ff;color:#174aa9}html[data-theme=light] .product-card,html[data-theme=light] .home-category-card,html[data-theme=light] .review-card,html[data-theme=light] .journey-grid,html[data-theme=light] .offer-option,html[data-theme=light] .amount-option,html[data-theme=light] .payment-method-option,html[data-theme=light] .order-history>button,html[data-theme=light] .account-dashboard-grid>button{background:#fff}html[data-theme=light] .product-card:hover,html[data-theme=light] .home-category-card:hover,html[data-theme=light] .order-history>button:hover,html[data-theme=light] .account-dashboard-grid>button:hover{background:#f4f8fe}html[data-theme=light] .product-card__art{background:linear-gradient(180deg,#f3f7fc,#edf2f8)}html[data-theme=light] .product-card__art span,html[data-theme=light] .product-icon{background:#eaf1fb;color:#2e69dc}html[data-theme=light] .product-card__body strong,html[data-theme=light] .home-category-card strong,html[data-theme=light] .review-card strong,html[data-theme=light] .account-dashboard-grid strong{color:#1b2b42}html[data-theme=light] .product-card p,html[data-theme=light] .home-category-card p,html[data-theme=light] .review-card p,html[data-theme=light] .account-dashboard-grid p{color:#65758a}html[data-theme=light] .home-category-card__icon,html[data-theme=light] .account-dashboard-grid__icon{color:#2e69dc}html[data-theme=light] .home-category-card__count{color:#65758a}html[data-theme=light] .shop-sidebar__title,html[data-theme=light] .shop-results__head>span,html[data-theme=light] .shop-sort{color:#65758a}html[data-theme=light] .shop-sidebar__title button,html[data-theme=light] .shop-filter-group__head button{color:#245fd6}html[data-theme=light] .shop-filter-group>strong,html[data-theme=light] .shop-filter-group__head strong,html[data-theme=light] .shop-filter-label{color:#3b4d63}html[data-theme=light] .shop-filter-option{color:#65758a}html[data-theme=light] .shop-filter-option small{color:#8a98a9}html[data-theme=light] .shop-filter-option:hover{background:#f2f6fb;color:#304158}html[data-theme=light] .shop-filter-option--active{background:#eef4ff;color:#174aa9}html[data-theme=light] .shop-price-grid label span{color:#78879a}html[data-theme=light] .shop-check{color:#53657a}html[data-theme=light] .shop-reset,html[data-theme=light] .shop-mobile-filter,html[data-theme=light] .shop-search{background:#fff;color:#4d6077}html[data-theme=light] .shop-filter-drawer__head span{color:#75859a}html[data-theme=light] .account-nav button{color:#5c6d81}html[data-theme=light] .account-nav button:hover,html[data-theme=light] .account-nav button.is-active{background:#eef4ff;color:#174aa9}html[data-theme=light] .account-nav small{color:#78889c}html[data-theme=light] .account-sidebar__logout{color:#b53f4a}html[data-theme=light] .account-auth-card__heading strong{color:#1d2d45}html[data-theme=light] .account-dashboard-grid>button>svg{color:#718096}html[data-theme=light] .offer-option:hover,html[data-theme=light] .amount-option:hover,html[data-theme=light] .payment-method-option:hover{background:#f3f7fc}html[data-theme=light] .offer-option.is-active,html[data-theme=light] .amount-option.is-active,html[data-theme=light] .payment-method-option.is-active{background:#eef4ff}html[data-theme=light] .payment-method-option>svg,html[data-theme=light] .order-recovery-card small{color:#2f69dc}html[data-theme=light] .payment-method-option strong,html[data-theme=light] .manual-payment-card__head strong,html[data-theme=light] .payment-account strong,html[data-theme=light] .payment-details-grid strong,html[data-theme=light] .order-recovery-card strong{color:#24344b}html[data-theme=light] .payment-method-option small,html[data-theme=light] .manual-payment-card__head small,html[data-theme=light] .payment-account small,html[data-theme=light] .payment-details-grid small,html[data-theme=light] .payment-instructions,html[data-theme=light] .order-recovery-card span,html[data-theme=light] .order-history__title small,html[data-theme=light] .order-history>button small,html[data-theme=light] .secure-delivery__head small{color:#6f7f92}html[data-theme=light] .order-recovery-card{background:#2563eb0d}html[data-theme=light] .secure-delivery__head{background:#138a570d}@media (max-width: 780px){html[data-theme=light] .nav-search--open{background:#fff}html[data-theme=light] .mobile-nav{background:#fffffff0}html[data-theme=light] .mobile-nav button{color:#68788b}html[data-theme=light] .mobile-nav button:hover,html[data-theme=light] .mobile-nav button.mobile-nav__active{color:#174aa9}html[data-theme=light] .shop-filter-drawer__panel{background:#fff}}html[data-theme=light] .catalog-meta,html[data-theme=light] .catalog-group__head small,html[data-theme=light] .reviews-summary small,html[data-theme=light] .site-footer__inner p,html[data-theme=light] .site-footer__inner>span,html[data-theme=light] .price-block small{color:#718196}html[data-theme=light] .filter-clear{background:#fff;color:#53657a}html[data-theme=light] .catalog-group__head>div>span{color:#213149}html[data-theme=light] .catalog-group__head button{color:#245fd6}html[data-theme=light] .catalog-group__head button:hover{color:#174aa9}html[data-theme=light] .game-filter__item{background:#fff;color:#5e6f84}html[data-theme=light] .game-filter__item span{color:#8794a5}html[data-theme=light] .game-filter__item:hover,html[data-theme=light] .game-filter__item--active{color:#174aa9;background:#eef4ff}html[data-theme=light] .game-filter__item--active span{color:#4f72b7}html[data-theme=light] .product-card__badge{background:#ffffffe6;color:#4d6077}html[data-theme=light] .product-card__logo{background:#ffffffeb;color:#2f69dc}html[data-theme=light] .price-block strong{color:#17263b}html[data-theme=light] .product-card__cta{color:#174aa9;background:#2563eb0f}html[data-theme=light] .product-card__cta:hover{background:#2563eb1a}html[data-theme=light] .product-card__cta--disabled{background:#edf1f5;color:#8794a5}html[data-theme=light] .review-card__stars{color:#c0c8d3}html[data-theme=light] .step-title{color:#596b80}html[data-theme=light] .step-title>span{color:#2f69dc}html[data-theme=light] .offer-card:hover,html[data-theme=light] .offer-card--selected{background:#eef4ff}html[data-theme=light] .offer-card small,html[data-theme=light] .region-note small,html[data-theme=light] .validation-card small,html[data-theme=light] .security-note,html[data-theme=light] .delivery-card>small,html[data-theme=light] .order-lookup .ui-field__hint,html[data-theme=light] .order-result__head small,html[data-theme=light] .account-auth-choice,html[data-theme=light] .prototype-note,html[data-theme=light] .privacy-note,html[data-theme=light] .account-summary small,html[data-theme=light] .account-menu small,html[data-theme=light] .prototype-badge,html[data-theme=light] .profile-section__title small,html[data-theme=light] .check-row small,html[data-theme=light] .profile-review-card small,html[data-theme=light] .review-signin p{color:#718196}html[data-theme=light] .region-note,html[data-theme=light] .quote-card,html[data-theme=light] .delivery-card,html[data-theme=light] .account-tabs,html[data-theme=light] .back-action,html[data-theme=light] .profile-section,html[data-theme=light] .review-stars button{background:#f8fafc}html[data-theme=light] .region-note>svg,html[data-theme=light] .copy-button,html[data-theme=light] .prototype-note svg,html[data-theme=light] .privacy-note svg,html[data-theme=light] .account-menu button>svg:first-child,html[data-theme=light] .account-page__loading svg{color:#2f69dc}html[data-theme=light] .amount-chip,html[data-theme=light] .quantity-control button{color:#45586e}html[data-theme=light] .amount-chip--selected,html[data-theme=light] .amount-chip:hover{color:#174aa9;background:#eef4ff}html[data-theme=light] .quantity-control strong{background:#fff}html[data-theme=light] .quote-card>div{color:#68798e}html[data-theme=light] .quote-card__total strong,html[data-theme=light] .delivery-card strong,html[data-theme=light] .summary-grid strong,html[data-theme=light] .account-stats strong,html[data-theme=light] .order-empty strong{color:#213149}html[data-theme=light] .summary-grid small,html[data-theme=light] .account-stats small{color:#718196}html[data-theme=light] .order-number,html[data-theme=light] .order-empty{background:#f4f7fb;color:#5d6f84}html[data-theme=light] .status-pill{color:#147347}html[data-theme=light] .recent-order-link{color:#245fd6}html[data-theme=light] .account-tabs button{color:#68798e}html[data-theme=light] .account-tabs button.is-active{background:#fff;color:#174aa9}html[data-theme=light] .account-auth-choice button{color:#245fd6}html[data-theme=light] .account-menu button{background:#fff;color:#394c63}html[data-theme=light] .account-menu button:hover{background:#f3f7fd}html[data-theme=light] .account-menu button>svg:last-child{color:#8390a1}html[data-theme=light] .back-action{color:#53657a}html[data-theme=light] .profile-review-card{background:#2563eb0d}html[data-theme=light] .review-stars button{color:#8794a5}html[data-theme=light] .review-stars button:hover,html[data-theme=light] .review-stars button.is-active{color:#d99a22;background:#fff9eb}html[data-theme=light] .form-error{color:#a63f49}html[data-theme=light] .ui-select__check{color:#245fd6}html[data-theme=light] .header-profile-avatar,html[data-theme=light] .mobile-nav__profile-avatar,html[data-theme=light] .account-avatar.profile-avatar{border-color:#1522351a}html[data-theme=light] .shop-sidebar{scrollbar-color:#b8c4d3 transparent}html[data-theme=light] .shop-sidebar::-webkit-scrollbar-thumb,html[data-theme=light] .shop-filter-list--scroll::-webkit-scrollbar-thumb,html[data-theme=light] .shop-filter-drawer__panel::-webkit-scrollbar-thumb{background:#b8c4d3;background-clip:padding-box}html[data-theme=light] .shop-price-grid .ui-input{background:#fff;color:#17263b;border-color:#c7d3e1}html[data-theme=light] .shop-price-grid .ui-input::placeholder{color:#8997a8}html[data-theme=light] .product-card__badge{border-color:#c9d8eb;background:#f4f8ff;color:#2457ad}html[data-theme=light] .product-card__cta{border-color:#b8cdfa;background:#e8f0ff;color:#1449a5;font-weight:700}html[data-theme=light] .product-card:hover:not(:disabled) .product-card__cta{border-color:#8eb0f5;background:#dce9ff;color:#103e8f}html[data-theme=light] .product-card__cta--disabled{border-color:#d8e0e9;background:#eef2f6;color:#7d8998}html[data-theme=light] .product-card__art:has(.product-card__image):after{background:linear-gradient(180deg,#ffffff05 42%,#1326401a)}html[data-theme=light] .featured-product__artwork,html[data-theme=light] .hero-service-chip__image,html[data-theme=light] .search-result__image{border-color:#d7e1ed;background:#edf3fa;box-shadow:0 10px 28px #1c2d461a}
