:root{--yellow:#ffd21e;--ink:#111318;--muted:#737780;--paper:#f4f5f7;--line:#e2e4e8;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--font-main),Arial,sans-serif;margin:0}button{font:inherit}a{color:inherit;text-decoration:none}.container{width:min(1160px,100% - 40px);margin-inline:auto}.header{border-bottom:1px solid var(--line);z-index:20;background:#fff;height:76px;position:relative}.header-inner{align-items:center;height:100%;display:flex}.brand{letter-spacing:.11em;align-items:center;gap:11px;font-size:13px;font-weight:800;display:flex}.brand-mark{background:var(--yellow);letter-spacing:0;place-items:center;width:32px;height:32px;font-size:13px;display:grid}.nav{gap:30px;margin-left:auto;display:flex}.nav a{color:#5f636b;font-size:12px}.nav a:hover{color:#111}.cart-button{border:1px solid var(--line);cursor:pointer;background:#fff;align-items:center;gap:12px;height:40px;margin-left:36px;padding:0 7px 0 15px;font-size:12px;display:flex}.cart-button span{background:var(--ink);color:#fff;place-items:center;width:26px;height:26px;display:grid}.menu-button{display:none}.hero{background:#1a1d22;border-radius:24px;height:540px;margin-top:24px;position:relative;overflow:hidden}.hero>img{object-fit:cover;object-position:center;width:100%;height:100%}.hero-overlay{background:linear-gradient(90deg,#111318ed 0%,#111318b5 37%,#0000 72%);position:absolute;inset:0}.hero-copy{color:#fff;position:absolute;top:105px;left:62px}.eyebrow{color:var(--yellow);letter-spacing:.17em;margin-bottom:18px;font-size:10px;font-weight:800;display:block}.eyebrow.dark{color:#8b7200}.hero h1{letter-spacing:-.055em;margin:0 0 23px;font-size:62px;font-weight:690;line-height:.93}.hero-copy p{color:#c1c4ca;margin:0;font-size:15px}.hero-copy>a{background:var(--yellow);color:#18170d;justify-content:space-between;align-items:center;width:195px;height:50px;margin-top:34px;padding:0 17px;font-size:12px;font-weight:700;display:flex}.hero-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border:1px solid #ffffff80;border-radius:14px;width:255px;padding:19px;position:absolute;bottom:25px;right:26px}.hero-card small,.hero-card span{display:block}.hero-card small{letter-spacing:.13em;color:#777b83;font-size:8px}.hero-card strong{margin:7px 0 5px;font-size:13px;display:block}.hero-card span{color:#858991;font-size:9px;line-height:1.45}.payment{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:1.35fr 1fr auto;align-items:center;gap:30px;min-height:130px;margin-top:18px;padding:26px 30px;display:grid}.payment>div:first-child{align-items:flex-start;gap:20px;display:flex}.section-number{color:#969aa2;padding-top:4px;font-size:10px}.payment small{color:#8a8e96;letter-spacing:.13em;font-size:8px}.payment p{color:#8a8e96;margin:0;font-size:10px}.amounts{border:1px solid var(--line);padding:4px;display:flex}.amounts button{cursor:pointer;background:0 0;border:0;padding:10px 12px;font-size:10px}.amounts button.selected{background:#f0f1f3}.primary,.checkout{background:var(--ink);color:#fff;cursor:pointer;border:0;height:44px;padding:0 20px;font-size:11px;font-weight:700}.store-head{justify-content:space-between;align-items:flex-end;margin-bottom:26px;display:flex}.store-head h2{letter-spacing:-.04em;margin:0;font-size:31px}.filters{border-bottom:1px solid #cfd2d8;gap:22px;display:flex}.filters button{color:#81858d;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;margin-bottom:-1px;padding:11px 0;font-size:11px}.filters button.active{color:#111;border-bottom-color:#111}.product-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.product{border:1px solid var(--line);background:#fff;border-radius:17px;transition:transform .2s,border-color .2s;animation:.45s both enter;overflow:hidden}.product:hover{border-color:#c6c9cf;transform:translateY(-4px)}@keyframes enter{0%{opacity:0;transform:translateY(10px)}}.product-image{background:#e8e9eb;height:235px;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.product-image span{background:#fff;padding:7px 8px;font-size:9px;font-weight:800;position:absolute;top:13px;left:13px}.crop-02 img{object-position:55% center;filter:brightness(.96)}.crop-03 img{object-position:45% center;filter:contrast(1.04)}.product-body{flex-direction:column;justify-content:space-between;min-height:126px;padding:18px;display:flex}.product-body h3{margin:0 0 6px;font-size:15px}.product-body p{color:#858991;margin:0;font-size:10px}.product-buy{justify-content:space-between;align-items:center;margin-top:22px;display:flex}.product-buy button{background:var(--yellow);cursor:pointer;border:0;width:34px;height:34px;font-size:19px}.trust{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:45px;padding:42px 0 65px;display:grid}.trust div{grid-template-columns:30px 1fr;column-gap:12px;display:grid}.trust span{color:#a0a4ac;grid-row:1/3;font-size:10px}.trust h3{margin:0 0 6px;font-size:13px}.trust p{color:#858991;margin:0;font-size:10px}footer{color:#fff;background:#111318}.footer-inner{grid-template-columns:1fr 1fr 1fr;align-items:center;min-height:130px;display:grid}.footer-inner p{text-align:center;color:#747881;font-size:10px}.footer-inner>a:last-child{text-align:right;color:#afb2b8;font-size:10px}.backdrop{z-index:100;background:#11131899;justify-content:flex-end;display:flex;position:fixed;inset:0}.cart{background:#f4f5f7;width:min(450px,100%);height:100%;padding:32px;overflow:auto}.cart-head{justify-content:space-between;align-items:start;display:flex}.cart-head small{letter-spacing:.13em;color:#8a8e96;font-size:9px}.cart-head h2{margin:4px 0 0;font-size:29px}.cart-head>button{border:1px solid var(--line);cursor:pointer;background:#fff;width:38px;height:38px;font-size:20px}.empty{text-align:center;color:#858991;padding-top:120px}.empty button{cursor:pointer;background:0 0;border:0;border-bottom:1px solid #111;padding:8px 0;font-size:11px}.cart-row{border-bottom:1px solid var(--line);grid-template-columns:50px 1fr auto 22px;align-items:center;gap:10px;padding:12px 0;display:grid}.cart-row img{object-fit:cover;border-radius:8px;width:48px;height:48px}.cart-row b,.cart-row small{display:block}.cart-row small{color:#858991;margin-top:3px;font-size:8px}.cart-row button{color:#8a8e96;cursor:pointer;background:0 0;border:0}.total{justify-content:space-between;align-items:center;margin:26px 0 15px;display:flex}.total span{color:#858991;font-size:11px}.checkout{background:var(--yellow);color:#17170f;width:100%}.notice{z-index:150;color:#fff;background:#111318;padding:13px 18px;font-size:11px;position:fixed;bottom:25px;left:50%;transform:translate(-50%)}.notice i{background:var(--yellow);border-radius:50%;width:7px;height:7px;margin-right:10px;display:inline-block}@media (max-width:760px){.container{width:min(100% - 24px,1160px)}.header{height:68px}.menu-button{border:1px solid var(--line);background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:38px;height:38px;margin-left:auto;display:flex}.menu-button i{background:#111;width:16px;height:1px}.nav{border:1px solid var(--line);background:#fff;flex-direction:column;gap:0;padding:8px;display:none;position:absolute;top:67px;left:12px;right:12px}.nav-open{display:flex}.nav a{padding:12px}.cart-button{margin-left:8px;padding-left:7px;font-size:0}.cart-button span{font-size:11px}.hero{border-radius:0;width:100%;height:585px;margin-top:0}.hero>img{object-position:63% center}.hero-copy{top:78px;left:24px}.hero h1{font-size:48px}.hero-card{width:auto;bottom:20px;left:20px;right:20px}.payment{grid-template-columns:1fr;padding:23px 20px}.amounts{width:max-content}.primary{width:100%}.store{padding-top:60px}.store-head{display:block}.filters{margin-top:18px;overflow:auto}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-image{height:170px}.product-body{min-height:120px;padding:14px}.trust{grid-template-columns:1fr;gap:24px}.footer-inner{grid-template-columns:1fr;gap:20px;padding:30px 0}.footer-inner p,.footer-inner>a:last-child{text-align:left}}@media (max-width:430px){.product-grid{grid-template-columns:1fr}.product-image{height:240px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}body{background:#f2f3f5}.header{height:84px}.brand{gap:12px;font-size:14px}.brand-mark{width:38px;height:38px;font-size:14px}.nav{gap:34px;margin-left:auto}.nav a{font-size:13px;font-weight:560}.server-pill{background:#f8f9fa;border:1px solid #dfe2e6;border-radius:13px;align-items:center;gap:11px;min-width:148px;height:48px;padding:0 15px;display:flex}.server-pill>i{background:#36d86c;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 5px #36d86c24}.server-pill>span{flex-direction:column;gap:2px;display:flex}.server-pill small{letter-spacing:.04em;color:#838790;text-transform:uppercase;font-size:8px;font-weight:700}.server-pill strong{color:#17191d;font-size:13px;line-height:1}.server-pill.offline>i{background:#ee5b5b;box-shadow:0 0 0 5px #ee5b5b1f}.cart-button{border-radius:13px;height:48px;margin-left:0;padding-left:18px;font-size:13px;font-weight:700}.hero{border-radius:28px;height:610px;margin-top:30px}.hero-copy{top:122px;left:76px}.eyebrow{margin-bottom:21px;font-size:11px}.hero h1{margin-bottom:27px;font-size:72px;line-height:.92}.hero-copy p{color:#d2d5da;font-size:17px}.hero-copy>a{border-radius:12px;width:220px;height:56px;margin-top:38px;padding-inline:20px;font-size:13px}.hero-card{border-radius:18px;grid-template-columns:48px 1fr;align-items:center;gap:14px;width:300px;padding:17px 18px;display:grid;bottom:28px;right:28px;box-shadow:0 18px 50px #0000002e}.hero-card-icon{background:var(--yellow);color:#15171b;border-radius:13px;place-items:center;width:48px;height:48px;font-size:18px;font-weight:850;display:grid}.hero-card small{letter-spacing:.12em;color:#858991;font-size:8px;font-weight:800}.hero-card button{color:#4e535b;width:100%;font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;padding:0;font-size:10px;font-weight:650;display:flex}.hero-card button span{color:#999da4;font-size:12px;display:inline}.payment{border-radius:20px;grid-template-columns:1.2fr 1.55fr auto;gap:38px;min-height:148px;margin-top:22px;padding:30px 36px}.payment h2{margin:7px 0 5px;font-size:22px}.payment p{font-size:11px}.payment small{font-size:9px}.currency-options{gap:8px}.currency-options button{min-height:64px;padding:11px 14px}.primary{border-radius:11px;height:50px;padding-inline:28px;font-size:12px}.store{padding:64px 0 86px}.store-head{margin-bottom:30px}.store-head h2{font-size:38px}.filters button{padding:12px 2px;font-size:12px}.product{border-radius:19px}.product-image{height:270px}.product-body h3{font-size:17px}.product-buy strong{font-size:15px}.product-buy button{border-radius:10px;width:38px;height:38px}.trust{padding:50px 0 74px}@media (max-width:1280px){.container{width:min(1180px,100% - 40px)}.server-pill{min-width:132px}.nav{gap:24px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-image{height:255px}}@media (max-width:980px){.server-pill{display:none}.hero{height:560px}.hero h1{font-size:62px}.payment{grid-template-columns:1fr}}@media (max-width:760px){.container{width:min(100% - 24px,1160px)}.header{height:68px}.header-inner{gap:8px}.brand-mark{width:34px;height:34px}.cart-button{border-radius:10px;height:40px}.hero{border-radius:0;width:100%;height:610px;margin-top:0}.hero-copy{top:74px;left:24px}.hero h1{font-size:50px}.hero-copy p{max-width:270px;font-size:15px}.hero-copy>a{width:200px;height:52px}.hero-card{width:auto;bottom:18px;left:18px;right:18px}.payment{padding:24px 20px}.store{padding-top:54px}.store-head h2{font-size:34px}.product-grid{grid-template-columns:1fr 1fr;gap:11px}.product-image{height:180px}.product-body{min-height:128px;padding:15px}}@media (max-width:430px){.hero{height:590px}.hero h1{font-size:46px}.hero-card{grid-template-columns:42px 1fr;padding:14px}.hero-card-icon{width:42px;height:42px}.product-grid{grid-template-columns:1fr}.product-image{height:255px}}body{font-synthesis:none;font-optical-sizing:auto;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;line-height:1.5}button,a{-webkit-tap-highlight-color:transparent}button{font-weight:650}.nav a,.filters button,.footer-inner a{transition:color .18s,border-color .18s}.cart-button,.menu-button,.hero-copy>a,.amounts,.amounts button,.primary,.checkout,.product-buy button,.cart-head>button,.notice{border-radius:10px}.cart-button,.menu-button,.hero-copy>a,.amounts button,.primary,.checkout,.product-buy button,.cart-head>button,.empty button,.cart-row button{transition:transform .18s,background-color .18s,border-color .18s,color .18s,box-shadow .18s}.cart-button:hover,.menu-button:hover,.cart-head>button:hover{background:#f8f8f9;border-color:#bfc3ca}.hero-copy>a:hover,.checkout:hover,.product-buy button:hover{background:#ffe05a;transform:translateY(-1px)}.primary:hover{background:#292c32;transform:translateY(-1px)}.hero-copy>a:active,.primary:active,.checkout:active,.product-buy button:active{transform:translateY(0)}.cart-button:focus-visible{outline-offset:3px;outline:3px solid #ffd21e7a}.menu-button:focus-visible{outline-offset:3px;outline:3px solid #ffd21e7a}.hero-copy>a:focus-visible{outline-offset:3px;outline:3px solid #ffd21e7a}.amounts button:focus-visible{outline-offset:3px;outline:3px solid #ffd21e7a}.primary:focus-visible{outline-offset:3px;outline:3px solid #ffd21e7a}.checkout:focus-visible{outline-offset:3px;outline:3px solid #ffd21e7a}.filters button:focus-visible{outline-offset:3px;outline:3px solid #ffd21e7a}.product-buy button:focus-visible{outline-offset:3px;outline:3px solid #ffd21e7a}.cart-head>button:focus-visible{outline-offset:3px;outline:3px solid #ffd21e7a}.empty button:focus-visible{outline-offset:3px;outline:3px solid #ffd21e7a}.cart-row button:focus-visible{outline-offset:3px;outline:3px solid #ffd21e7a}.nav a:focus-visible{outline-offset:3px;outline:3px solid #ffd21e7a}.hero-copy>a,.primary,.checkout{letter-spacing:-.01em;min-height:46px}.cart-button{padding-inline:16px 7px}.cart-button span,.product-buy button{border-radius:8px}.amounts{background:#f7f7f8;gap:3px}.amounts button{color:#686c74;min-width:72px}.amounts button:hover{color:#111318;background:#eceef1}.amounts button.selected{color:#111318;background:#fff;box-shadow:0 1px 5px #1113181a}.hero-copy p{line-height:1.65}.payment p,.product-body p,.cart-row small{line-height:1.55}.product-body h3,.payment h2,.store-head h2,.cart-head h2{font-weight:720}.product-body p,.payment p{font-size:11px}.filters button{font-weight:600}.product-buy button{font-weight:500}.store{padding-bottom:82px}.notice{color:#202228;background:#fff;border:1px solid #dfe1e5;align-items:center;gap:11px;max-width:min(420px,100% - 32px);min-height:48px;padding:10px 16px 10px 10px;font-size:12px;font-weight:650;line-height:1.35;animation:.22s both notice-in;display:flex;box-shadow:0 12px 32px #11131824}.notice i{background:var(--yellow);border-radius:8px;flex:0 0 28px;width:28px;height:28px;margin:0;position:relative}.notice i:after{content:"";border-bottom:2px solid #17170f;border-left:2px solid #17170f;width:8px;height:5px;position:absolute;top:7px;left:9px;transform:rotate(-45deg)}@keyframes notice-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.payment{grid-template-columns:minmax(230px,.8fr) minmax(320px,1.25fr) auto;gap:38px;min-height:146px;padding:28px 36px}.payment>.payment-copy:first-child{display:block}.payment-copy h2{letter-spacing:-.035em;margin:0 0 7px;font-size:23px;font-weight:700;line-height:1.15}.payment-copy p{color:#858991;margin:0;font-size:12px;line-height:1.5}.amount-control{min-width:320px}.amount-head,.amount-limits{justify-content:space-between;align-items:center;display:flex}.amount-head span{color:#858991;font-size:11px}.amount-head strong{letter-spacing:-.03em;font-size:18px;font-weight:740}.amount-control input[type=range]{-webkit-appearance:none;appearance:none;cursor:pointer;border-radius:999px;outline:none;width:100%;height:4px;margin:16px 0 10px;display:block}.amount-control input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;border:4px solid var(--yellow);background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .16s,box-shadow .16s;box-shadow:0 2px 7px #11131833}.amount-control input[type=range]::-moz-range-thumb{border:4px solid var(--yellow);background:#fff;border-radius:50%;width:10px;height:10px;box-shadow:0 2px 7px #11131833}.amount-control input[type=range]:hover::-webkit-slider-thumb{transform:scale(1.08);box-shadow:0 3px 10px #1113183d}.amount-control input[type=range]:focus-visible::-webkit-slider-thumb{outline-offset:3px;outline:3px solid #ffd21e59}.amount-limits{color:#a0a4ac;font-size:9px;font-weight:600}.payment>.primary{min-width:136px}@media (max-width:760px){.payment{grid-template-columns:1fr;gap:24px;padding:24px 20px}.amount-control{width:100%;min-width:0}.payment>.primary{min-width:0}}.footer-links{flex-wrap:wrap;justify-content:center;gap:18px;display:flex}.footer-links a{color:#b8bbc2;font-size:10px;transition:color .18s}.footer-links a:hover{color:#fff}.footer-inner>p{text-align:right}.legal-nav{gap:26px;margin-left:auto;display:flex}.legal-nav a{color:#666a72;font-size:12px}.legal-nav a:hover{color:#111318}.legal-layout{grid-template-columns:210px minmax(0,760px);align-items:start;gap:80px;padding-top:74px;padding-bottom:100px;display:grid}.legal-aside{flex-direction:column;gap:14px;padding-top:8px;display:flex;position:sticky;top:32px}.legal-aside>span,.legal-heading>span{color:#8b7200;letter-spacing:.14em;text-transform:uppercase;font-size:10px;font-weight:800}.legal-aside a{color:#858991;font-size:11px;line-height:1.45}.legal-aside a:hover{color:#111318}.legal-document{border:1px solid var(--line);background:#fff;border-radius:20px;padding:54px 60px}.legal-heading{border-bottom:1px solid var(--line);margin-bottom:34px;padding-bottom:32px}.legal-heading h1{letter-spacing:-.045em;margin:12px 0 8px;font-size:39px;line-height:1.08}.legal-heading p,.legal-lead{color:#858991;margin:0;font-size:12px}.legal-document section+section{margin-top:32px}.legal-document section h2{letter-spacing:-.02em;margin:0 0 10px;font-size:17px}.legal-document section p,.legal-document section li,.legal-lead{color:#676b73;font-size:13px;line-height:1.75}.legal-document section p{margin:0 0 10px}.legal-document section ul{margin:0 0 14px;padding-left:18px}.legal-document section a{color:#735e00;border-bottom:1px solid #d6bd4b}.support-card{background:#f4f5f7;border-radius:14px;justify-content:space-between;align-items:center;gap:30px;margin-bottom:40px;padding:26px;display:flex}.support-card span{color:#858991;font-size:10px}.support-card h2{letter-spacing:-.03em;margin:5px 0;font-size:23px}.support-card p{color:#777b84;margin:0;font-size:11px}.support-card>a{background:var(--yellow);border-radius:10px;flex:none;align-items:center;gap:20px;height:46px;padding:0 18px;font-size:11px;font-weight:750;display:flex}.support-card>a span{color:#111318;font-size:14px}.product-list{border:1px solid var(--line);border-radius:14px;margin:30px 0 42px;overflow:hidden}.product-description{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:30px;padding:19px 20px;display:flex}.product-description:last-child{border-bottom:0}.product-description>div>span{color:#8b7200;letter-spacing:.05em;text-transform:uppercase;font-size:9px;font-weight:750}.product-description h2{margin:5px 0!important}.product-description p{margin:0!important}.product-description small{color:#90949c;margin-top:6px;font-size:10px;line-height:1.5;display:block}.product-description>strong{flex:none;font-size:15px}@media (max-width:760px){.legal-nav{gap:14px}.legal-nav a:first-child{display:none}.legal-layout{grid-template-columns:1fr;padding-top:30px;padding-bottom:60px}.legal-aside{display:none}.legal-document{border-radius:16px;padding:30px 22px}.legal-heading h1{font-size:31px}.support-card{flex-direction:column;align-items:flex-start}.support-card>a{justify-content:space-between;width:100%}.product-description{align-items:flex-start}.footer-inner>p{text-align:left}.footer-links{justify-content:flex-start;gap:13px 17px}}.case-variants{gap:5px;margin-top:16px;display:flex}.case-variants button{border:1px solid var(--line);color:#7c8088;cursor:pointer;background:#f7f7f8;border-radius:7px;flex:1;padding:7px 5px;font-size:8px;font-weight:650;transition:all .16s}.case-variants button:hover{color:#111318;border-color:#c4c7cd}.case-variants button.active{background:var(--yellow);color:#17170f;border-color:#d7b600}.product-section-title{letter-spacing:-.03em;margin:36px 0 14px;font-size:22px}.product-list.detailed .product-description{align-items:flex-start}.product-list.detailed .product-description>div{min-width:0}.product-list.detailed .product-description h2{font-size:16px}.product-list.detailed .product-description ul{gap:5px;margin:10px 0 0;padding-left:17px;display:grid}.product-list.detailed .product-description li{color:#747880;font-size:11px;line-height:1.55}.product-list.detailed .product-description b{color:#24262b;margin:8px 0;font-size:12px;display:block}.product-list.detailed .product-description p{font-size:11px!important;line-height:1.65!important}.currency-payment{grid-template-columns:minmax(220px,.7fr) minmax(430px,1.5fr) auto}.payment-copy small{color:#8b7200;letter-spacing:.04em;margin-bottom:7px;font-size:10px;font-weight:750;display:block}.currency-options{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.currency-options button{border:1px solid var(--line);text-align:left;cursor:pointer;background:#f7f7f8;border-radius:10px;min-width:0;padding:10px 9px;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s}.currency-options button:hover{border-color:#c9ccd2;transform:translateY(-2px)}.currency-options button.active{background:#fff9d8;border-color:#d8b400;box-shadow:0 5px 16px #755f001a}.currency-options strong,.currency-options span{display:block}.currency-options strong{font-size:12px}.currency-options span{color:#858991;white-space:nowrap;margin-top:3px;font-size:8px}.product{cursor:pointer;transition:transform .25s,border-color .25s,box-shadow .25s;box-shadow:0 4px 18px #11131806}.product:focus-visible{outline-offset:3px;outline:3px solid #ffd21e80}.product-image:after{content:"";pointer-events:none;background:linear-gradient(#0000,#11131814);height:35%;position:absolute;inset:auto 0 0}.product-buy button{font-size:16px}.product:hover .product-buy button{background:#ffe15b;transform:translate(2px)}.product-backdrop{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0c0e12b8;justify-content:center;align-items:center;padding:24px;animation:.2s both backdrop-in}.product-modal{background:#fff;border:1px solid #fff6;border-radius:22px;grid-template-columns:minmax(300px,.9fr) minmax(390px,1.1fr);width:min(920px,100%);max-height:min(760px,100vh - 48px);animation:.32s cubic-bezier(.2,.75,.2,1) both modal-rise;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 90px #00000052}.modal-close{z-index:3;cursor:pointer;background:#ffffffe6;border:1px solid #1113181a;border-radius:10px;width:38px;height:38px;font-size:20px;transition:transform .18s,background .18s;position:absolute;top:16px;right:16px}.modal-close:hover{background:#fff;transform:rotate(4deg)}.modal-visual{background:#e8e9eb;min-height:500px;position:relative;overflow:hidden}.modal-visual img{object-fit:cover;width:100%;height:100%}.modal-visual:after{content:"";background:linear-gradient(#0000 60%,#11131873);position:absolute;inset:0}.modal-visual>span{z-index:2;background:#ffffffeb;border-radius:8px;padding:8px 10px;font-size:9px;font-weight:750;position:absolute;bottom:20px;left:22px}.modal-content{padding:42px 42px 34px;overflow:auto}.modal-content h2{letter-spacing:-.045em;margin:0;font-size:34px;line-height:1.08}.modal-description{color:#7d8189;margin:10px 0 24px;font-size:12px}.modal-features{gap:8px;margin:0 0 24px;padding:0;list-style:none;display:grid}.modal-features li{color:#595d65;padding-left:18px;font-size:11px;line-height:1.5;position:relative}.modal-features li:before{content:"";background:var(--yellow);border-radius:50%;width:6px;height:6px;position:absolute;top:6px;left:0}.modal-rewards{background:#f5f6f7;border-radius:12px;margin:0 0 24px;padding:18px}.modal-rewards strong{font-size:11px}.modal-rewards p{color:#6f737b;margin:7px 0 0;font-size:10px;line-height:1.65}.modal-variants{grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:24px;display:grid}.modal-variants button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;padding:11px 8px;transition:all .18s}.modal-variants button span,.modal-variants button strong{display:block}.modal-variants button strong{margin-top:4px;font-size:11px}.modal-variants button:hover{border-color:#c1c4ca}.modal-variants button.active{background:#fff9d8;border-color:#d8b400}.modal-action{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding-top:22px;display:flex}.modal-action>div small,.modal-action>div strong{display:block}.modal-action>div small{color:#90949c;font-size:9px}.modal-action>div strong{letter-spacing:-.03em;margin-top:3px;font-size:23px}.modal-action>button{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:10px;height:48px;padding:0 18px;font-size:11px;font-weight:750;transition:transform .18s,background .18s}.modal-action>button span{color:var(--yellow);margin-left:18px}.modal-action>button:hover{background:#292c32;transform:translateY(-2px)}@keyframes backdrop-in{0%{opacity:0}}@keyframes modal-rise{0%{opacity:0;transform:translateY(18px)scale(.985)}to{opacity:1;transform:none}}@media (max-width:900px){.currency-payment{grid-template-columns:1fr}.currency-options{grid-template-columns:repeat(2,1fr)}.currency-payment>.primary{width:100%}}@media (max-width:700px){.product-backdrop{align-items:flex-end;padding:10px}.product-modal{border-radius:18px;grid-template-columns:1fr;max-height:calc(100vh - 20px)}.modal-visual{height:210px;min-height:210px}.modal-content{padding:28px 20px 22px}.modal-content h2{font-size:28px}.modal-action{background:#fff;margin:0 -20px -22px;padding:14px 20px;position:sticky;bottom:-22px}.modal-action>button{padding:0 14px}.modal-features{gap:7px}.currency-options{grid-template-columns:1fr 1fr}}.header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffffa;height:104px;position:sticky;top:0;box-shadow:0 1px #11131812}.header-inner{gap:24px;height:100%}.brand{letter-spacing:.055em;color:#111318;flex:none;gap:12px;font-size:16px;font-weight:900}.brand-logo-wrap{background:linear-gradient(145deg,#171a20,#0b0d11);border:1px solid #e3e5e9;border-radius:15px;place-items:center;width:50px;height:50px;display:grid;overflow:hidden;box-shadow:0 9px 24px #11131826}.brand-logo{width:39px;height:39px;image-rendering:pixelated;object-fit:contain;filter:drop-shadow(0 2px 5px #ff840038);display:block}.nav{background:#f6f7f8;border:1px solid #eceef1;border-radius:17px;gap:5px;margin-left:auto;padding:6px}.nav a{color:#737780;border-radius:12px;align-items:center;gap:9px;min-height:48px;padding:0 17px;font-size:12px;font-weight:800;transition:background .18s,color .18s,box-shadow .18s,transform .18s;display:flex}.nav a:hover{color:#111318;background:#fff;transform:translateY(-1px)}.nav a.nav-active{color:#111318;background:#fff;border:1px solid #e7e9ed;box-shadow:0 8px 22px #1113181a}.nav a.nav-active span{color:#15160e;background:linear-gradient(135deg,#ffdc31,#ffad00);border-radius:9px;place-items:center;width:29px;height:29px;font-size:17px;line-height:1;display:grid;box-shadow:0 5px 12px #ffae003d}.server-pill{background:#fff;border:1px solid #e1e4e8;border-radius:15px;min-width:166px;height:58px;padding:0 18px;box-shadow:0 8px 22px #1113180f}.server-pill>i{box-shadow:0 0 0 5px #22cc681f}.server-pill small{letter-spacing:.06em;color:#92969e;font-size:8px;font-weight:800}.server-pill strong{color:#17191e;font-size:12px}.hero-card-icon{background:linear-gradient(145deg,#171a20,#0b0d11);border:1px solid #ffffff1a;overflow:hidden;box-shadow:0 8px 20px #11131829}.hero-card-icon img{object-fit:contain;width:35px;height:35px;image-rendering:pixelated}.hero-card button{text-transform:uppercase;letter-spacing:.02em}@media (max-width:1100px){.nav a{padding-inline:12px}.server-pill{min-width:144px}.header-inner{gap:14px}}@media (max-width:900px){.header{height:82px}.brand-logo-wrap{border-radius:12px;width:43px;height:43px}.brand-logo{width:33px;height:33px}.nav{gap:3px;padding:4px}.nav a{padding-inline:10px}.server-pill{display:none}}@media (max-width:760px){.header{position:sticky}.nav{border-radius:14px;margin:0;padding:8px;top:81px;left:12px;right:12px}.brand{font-size:13px}.nav a.nav-active{box-shadow:none}.header-inner{gap:10px}}:root{--font-main:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}body,button,input,select,textarea{font-family:var(--font-main);font-variant-numeric:lining-nums tabular-nums}.brand,.nav a,.hero h1,.payment h2,.store-head h2,.product-body h3,.product-buy strong,.trust h3,.cart-head h2,.modal-content h2,.legal-heading h1,.legal-document h2,.support-card h2{font-family:var(--font-main)}.hero h1{letter-spacing:-.045em;font-weight:850;line-height:.94}.store-head h2,.cart-head h2,.modal-content h2,.legal-heading h1{letter-spacing:-.04em;font-weight:800}.payment h2,.product-body h3,.trust h3,.legal-document h2{letter-spacing:-.018em;font-weight:750}:root{--gold:#ffc51a;--gold-deep:#ff9f0a;--night:#111319;--night-soft:#1b1e27;--surface:#fff;--soft:#f3f4f6}.container{width:min(1540px,100% - 56px)}.header{-webkit-backdrop-filter:blur(22px)saturate(1.4);backdrop-filter:blur(22px)saturate(1.4);background:#ffffffe6;border:0;height:94px;box-shadow:0 1px #11131912,0 16px 40px #11131906}.brand{letter-spacing:.075em;font-size:17px}.brand-logo-wrap{border-radius:16px;width:52px;height:52px;box-shadow:0 12px 28px #1113192e}.nav{background:#f3f4f6;border-color:#e8eaed;border-radius:19px;gap:4px;padding:7px}.nav a{border-radius:13px;min-height:49px;padding-inline:19px;font-size:12px}.nav a.nav-active span{background:linear-gradient(135deg,#ffe04f,#ffae00)}.server-pill,.cart-button{border-radius:16px;height:58px}.cart-button{padding-left:19px}.cart-button span{border-radius:11px;width:34px;height:34px}.hero{isolation:isolate;background:#12141a;border-radius:32px;height:690px;margin-top:30px;box-shadow:0 30px 75px #11131929}.hero>img{z-index:-4;object-position:58% center;width:105%;height:105%;animation:14s cubic-bezier(.45,.05,.55,.95) infinite alternate hero-drift;position:absolute;inset:-2.5%}.hero-overlay{z-index:-3;background:linear-gradient(90deg,#0b0d12f7 0%,#0b0d12e8 31%,#0b0d126b 59%,#0b0d120d 100%),linear-gradient(#0000 55%,#0c0e1259)}.hero-grid{z-index:-2;opacity:.16;background-image:linear-gradient(#ffffff4d 1px,#0000 1px),linear-gradient(90deg,#ffffff4d 1px,#0000 1px);background-size:118px 118px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000 0%,#0000 72%);mask-image:linear-gradient(90deg,#000 0%,#0000 72%)}.hero-orb{z-index:-1;filter:blur(2px);pointer-events:none;border-radius:50%;position:absolute}.hero-orb-one{background:radial-gradient(circle,#ffc51a4d,#0000 68%);width:420px;height:420px;animation:8s ease-in-out infinite orb-breathe;top:-34%;right:15%}.hero-orb-two{background:radial-gradient(circle,#ff990038,#0000 70%);width:260px;height:260px;animation:6s ease-in-out 1.5s infinite orb-breathe;bottom:-29%;left:36%}.hero-float{z-index:3;perspective:300px;pointer-events:none;filter:drop-shadow(0 22px 16px #00000047);width:66px;height:66px;position:absolute}.hero-float i{background:linear-gradient(135deg,#ffc928,#ff8b09 72%);border:1px solid #ffffff8c;border-radius:15px;width:100%;height:100%;display:block;transform:rotate(17deg);box-shadow:inset -14px -14px 22px #75320040,inset 11px 10px 18px #ffffff38}.hero-float i:after{content:"EM";color:#15171c;letter-spacing:-.08em;place-items:center;font-size:18px;font-weight:950;display:grid;position:absolute;inset:0}.hero-float-one{animation:7s ease-in-out infinite float-one;top:10%;right:33%}.hero-float-two{opacity:.72;width:46px;height:46px;animation:9s ease-in-out infinite float-two;top:30%;right:8%}.hero-float-three{opacity:.5;filter:blur(.7px)drop-shadow(0 16px 11px #0000004d);width:38px;height:38px;animation:8s ease-in-out infinite float-three;bottom:11%;right:39%}.hero .eyebrow{color:#fff;letter-spacing:.16em;align-items:center;gap:10px;margin-bottom:22px;font-size:11px;display:flex}.hero .eyebrow i,.store .eyebrow i{background:linear-gradient(135deg,var(--gold),var(--gold-deep));border-radius:3px;width:9px;height:9px;display:inline-block;box-shadow:0 0 0 5px #ffc51a1f}.hero h1{letter-spacing:-.065em;text-wrap:balance;margin:0;font-size:76px;font-weight:900;line-height:.91}.hero h1 em{color:var(--gold);text-shadow:0 9px 35px #ffb50038;font-style:normal}.hero-copy>p{color:#c9cbd1;width:450px;max-width:100%;margin-top:28px;font-size:16px;line-height:1.65}.hero-actions{align-items:center;gap:11px;margin-top:31px;display:flex}.hero-actions>a,.hero-actions>button{cursor:pointer;border-radius:14px;justify-content:space-between;align-items:center;height:58px;padding:0 20px;font-size:12px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;display:flex}.hero-actions>a{color:#15160f;background:linear-gradient(135deg,#ffdb3b,#ffb000);width:218px;box-shadow:0 15px 35px #ffb20038}.hero-actions>button{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff30;width:168px}.hero-actions>a:hover,.hero-actions>button:hover{transform:translateY(-3px)}.hero-actions>a:hover{box-shadow:0 19px 40px #ffb20052}.hero-proof{color:#92969e;text-transform:uppercase;letter-spacing:.055em;gap:25px;margin-top:34px;font-size:10px;display:flex}.hero-proof span{align-items:center;gap:7px;display:flex}.hero-proof b{color:#fff;letter-spacing:-.02em;font-size:14px}.hero-card{background:#ffffffed;border:1px solid #ffffffbf;border-radius:22px;grid-template-columns:60px 1fr;gap:17px;width:365px;min-height:120px;padding:20px;bottom:31px;right:31px;box-shadow:0 28px 65px #00000038}.hero-card-info{min-width:0}.hero-card strong{margin:4px 0 5px;font-size:13px}.hero-card button{font-size:9px}.server-progress{background:#e8e9ec;border-radius:99px;width:100%;height:4px;margin-top:11px;display:block;overflow:hidden}.server-progress b{border-radius:inherit;background:linear-gradient(90deg,#ffc81d,#ff9f0a);min-width:8%;height:100%;transition:width .6s;display:block}.currency-payment{border:0;border-radius:24px;min-height:160px;margin-top:22px;padding:31px 38px;box-shadow:0 14px 40px #1113190e}.payment-copy h2{font-size:25px}.currency-options button{background:#f4f5f7;border-radius:13px;min-height:70px}.currency-options button.active{background:linear-gradient(135deg,#fff9d8,#fff5b3);border-color:#f0b700}.currency-options button strong{font-size:13px}.currency-options button span{font-size:9px}.currency-payment>.primary{background:#111319;border-radius:13px;height:54px}.store-head{align-items:flex-end;margin-bottom:34px}.store-head>div:first-child{max-width:750px}.store .eyebrow{color:#8c6c00;align-items:center;gap:10px;margin-bottom:17px;display:flex}.store-head h2{letter-spacing:-.055em;font-size:52px;line-height:1.02}.store-head p{color:#747983;max-width:650px;margin:17px 0 0;font-size:13px;line-height:1.65}.store-summary{gap:9px;display:flex}.store-summary span{color:#7b7f87;background:#ffffff8c;border:1px solid #dedfe3;border-radius:15px;min-width:128px;padding:15px 17px;font-size:10px}.store-summary b{color:#14161b;letter-spacing:-.04em;margin-bottom:2px;font-size:21px;display:block}.catalog-toolbar{background:#fff;border:1px solid #e0e2e6;border-radius:18px;justify-content:space-between;align-items:center;margin-bottom:25px;padding:8px 8px 8px 10px;display:flex}.catalog-toolbar>p{color:#969aa2;margin:0 13px 0 0;font-size:10px}.filters{border:0;gap:4px}.filters button{border:0;border-radius:12px;align-items:center;gap:10px;margin:0;padding:12px 15px;font-weight:750;display:flex}.filters button span{color:#81858d;background:#eceef1;border-radius:8px;place-items:center;min-width:24px;height:24px;padding:0 6px;font-size:9px;display:grid}.filters button.active{color:#fff;background:#15171d;border:0}.filters button.active span{background:var(--gold);color:#14150f}.product{border:0;border-radius:23px;position:relative;transform:translateZ(0);box-shadow:0 8px 26px #1113190e}.product:hover{border:0;transform:translateY(-9px);box-shadow:0 26px 55px #11131924}.product-image{background:#20232b;height:322px}.product-image:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#08090c0a 45%,#08090c6b 100%);position:absolute;inset:0}.product-image img{z-index:0;transition:transform .55s cubic-bezier(.2,.75,.2,1),filter .3s;position:relative;transform:scale(1.02)}.product:hover .product-image img{transform:scale(1.09)}.product-kind{z-index:4;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#282b31;letter-spacing:.08em;text-transform:uppercase;background:#ffffffe6!important;border-radius:9px!important;padding:8px 10px!important;font-size:8px!important;position:absolute!important;top:16px!important;left:16px!important}.product-tier{z-index:4;color:#15160f;place-items:center;width:38px;height:38px;right:16px;box-shadow:0 8px 20px #ffa60045;background:linear-gradient(135deg,#ffdc3b,#ffac00)!important;border-radius:12px!important;padding:0!important;font-size:11px!important;display:grid!important;position:absolute!important;top:16px!important;left:auto!important}.product-glow{z-index:0;filter:blur(8px);background:radial-gradient(circle,#ffc11859,#0000 66%);border-radius:50%;width:78%;height:78%;transition:transform .5s;position:absolute;bottom:-45%;right:-20%}.product[data-card="2"] .product-image img{object-position:47% center;filter:hue-rotate(-7deg)saturate(1.08)}.product[data-card="3"] .product-image img{object-position:54% center;filter:hue-rotate(8deg)brightness(.98)}.product[data-card="4"] .product-image img{object-position:43% center;filter:saturate(1.14)contrast(1.03)}.product[data-card="5"] .product-image img{object-position:56% center;filter:hue-rotate(-13deg)brightness(.94)}.product[data-card="6"] .product-image img{object-position:49% center;filter:hue-rotate(15deg)saturate(.94)}.product-chests .product-tier{background:linear-gradient(135deg,#fff,#d9dde4)!important}.product-chests .product-glow{background:radial-gradient(circle,#7e8eff52,#0000 66%)}.product-body{min-height:160px;padding:22px 22px 20px}.product-body h3{letter-spacing:-.03em;margin-bottom:8px;font-size:19px}.product-body p{font-size:11px;line-height:1.6}.product-buy strong{letter-spacing:-.025em;font-size:17px}.product-buy button{background:linear-gradient(135deg,#ffdc3b,#ffb000);border-radius:12px;width:42px;height:42px;box-shadow:0 8px 18px #ffb1002b}@keyframes hero-drift{0%{transform:scale(1.015)translate(-.6%)}to{transform:scale(1.075)translate(1.4%,-.9%)}}@keyframes orb-breathe{0%,to{opacity:.6;transform:scale(.92)}50%{opacity:1;transform:scale(1.13)}}@keyframes float-one{0%,to{transform:translate(0,0)rotate(-5deg)}50%{transform:translate(12px,-30px)rotate(9deg)}}@keyframes float-two{0%,to{transform:translate(0,0)rotate(12deg)}50%{transform:translate(-22px,24px)rotate(-11deg)}}@keyframes float-three{0%,to{transform:translate(0,0)rotate(-9deg)}50%{transform:translate(17px,-20px)rotate(14deg)}}@media (max-width:1280px){.container{width:min(1180px,100% - 40px)}.hero{height:630px}.hero h1{font-size:68px}.hero-copy{top:75px;left:62px}.hero-float-one{right:26%}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-image{height:315px}}@media (max-width:980px){.hero-copy{width:60%}.hero h1{font-size:60px}.hero-card{width:330px}.store-head{flex-direction:column;align-items:flex-start;gap:25px}.store-summary{align-self:stretch}.store-summary span{flex:1}.catalog-toolbar>p{display:none}}@media (max-width:760px){.container{width:min(100% - 24px,1160px)}.header{height:76px}.brand-logo-wrap{width:43px;height:43px}.nav{top:75px}.hero{width:100%;height:720px;box-shadow:none;border-radius:0;margin-top:0}.hero>img{object-position:66% center;width:100%;height:100%;inset:0}.hero-overlay{background:linear-gradient(#0b0d12eb 0%,#0b0d12b3 58%,#0b0d12bf 100%)}.hero-grid{background-size:80px 80px;-webkit-mask-image:linear-gradient(#000,#0000 80%);mask-image:linear-gradient(#000,#0000 80%)}.hero-copy{width:auto;top:56px;left:22px;right:22px}.hero h1{font-size:51px;line-height:.93}.hero-copy>p{margin-top:20px;font-size:14px}.hero-actions{margin-top:24px}.hero-actions>a,.hero-actions>button{height:52px;padding-inline:15px}.hero-actions>a{width:190px}.hero-actions>button{width:145px}.hero-proof{flex-wrap:wrap;gap:13px;margin-top:22px}.hero-card{grid-template-columns:52px 1fr;width:auto;min-height:102px;padding:15px;bottom:18px;left:18px;right:18px}.hero-card-icon{width:52px;height:52px}.hero-float-one{width:50px;height:50px;top:47%;right:7%}.hero-float-two{display:none}.hero-float-three{bottom:22%;left:10%}.currency-payment{border-radius:20px}.store{padding-top:72px;padding-bottom:82px}.store-head h2{font-size:40px}.store-summary span{padding:12px 14px}.catalog-toolbar{overflow-x:auto}.filters{min-width:max-content}.product-grid{grid-template-columns:1fr 1fr;gap:12px}.product-image{height:215px}.product-body{min-height:145px;padding:16px}.product-body h3{font-size:16px}.product-kind{top:11px!important;left:11px!important}.product-tier{width:34px;height:34px;right:11px;top:11px!important}}@media (max-width:1100px){.hero h1{font-size:50px}.hero-copy{width:58%;left:50px}}@media (max-width:760px){body{background:#f4f2ed!important}.hero{width:calc(100% - 24px);height:620px;box-shadow:none;border:1px solid #cfd4d9;border-radius:18px;margin:12px auto 0}.hero>img{object-position:68% center;filter:saturate(.78)contrast(.94)}.hero-overlay{background:linear-gradient(#132033f7 0%,#132033c7 49%,#1320338a 72%,#132033d6 100%)}.hero-copy{width:auto;top:44px;left:20px;right:20px;transform:none}.hero h1{letter-spacing:-.043em;gap:3px;font-size:40px;line-height:1.04}.hero h1 span{white-space:normal;max-width:330px}.hero h1 em{white-space:normal}.hero-copy>p{max-width:300px;margin-top:19px;font-size:13px;line-height:1.55}.hero-actions{margin-top:23px}.hero-actions>a,.hero-actions>button{height:47px}.hero-card{width:auto;min-height:96px;bottom:16px;left:16px;right:16px}}@media (max-width:480px){.hero h1{font-size:38px}.hero-actions{gap:8px;width:190px}.hero-actions>a,.hero-actions>button{width:100%}}@media (min-width:761px){.legal-page .header-inner,.legal-page .legal-layout,.legal-page .footer-inner{width:min(1660px,100% - 80px)}.legal-page .brand{gap:15px;font-size:20px}.legal-page .brand-logo-wrap{border-radius:18px;width:60px;height:60px}.legal-page .brand-logo{width:46px;height:46px}.legal-page .legal-nav{gap:36px}.legal-page .legal-nav a{font-size:15px;font-weight:650}.legal-layout{grid-template-columns:260px minmax(0,960px);gap:94px;padding-top:86px;padding-bottom:120px}.legal-aside{gap:19px}.legal-aside>span,.legal-heading>span{font-size:12px}.legal-aside a{font-size:14px}.legal-document{border-radius:24px;padding:68px 76px}.legal-heading{margin-bottom:42px;padding-bottom:38px}.legal-heading h1{font-size:50px}.legal-heading p,.legal-lead{font-size:15px}.legal-document section h2{font-size:21px}.legal-document section p,.legal-document section li,.legal-lead{font-size:16px;line-height:1.7}.support-card{border-radius:18px;margin-bottom:48px;padding:34px 36px}.support-card>div>span{font-size:12px}.support-card h2{font-size:30px}.support-card p{font-size:14px}.support-card>a{border-radius:12px;height:56px;padding:0 24px;font-size:14px}.support-card>a span{font-size:17px}.legal-page .footer-links a,.legal-page .footer-inner>p{font-size:12px}}@media (max-width:480px){.hero{height:735px}.hero h1{font-size:47px}.hero-actions{flex-direction:column;align-items:stretch;width:210px}.hero-actions>a,.hero-actions>button{width:100%}.hero-proof{max-width:310px}.store-head h2{font-size:36px}.store-summary{gap:7px}.store-summary span{min-width:0}.product-grid{grid-template-columns:1fr}.product-image{height:300px}.product-body{min-height:145px;padding:19px}}.hero{background:radial-gradient(circle at 15% 18%,#fff5b29e,#0000 25%),radial-gradient(circle at 44% 88%,#ffd64e85,#0000 30%),linear-gradient(135deg,#ffad20 0%,#ff7a27 44%,#ff9d2d 70%,#ffd66b 100%);box-shadow:0 30px 75px #c95b1433}.hero>img{opacity:.96;filter:brightness(1.14)saturate(1.18)contrast(.92);width:86%;left:auto;right:-2.5%;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#00000038 16%,#000 43%);mask-image:linear-gradient(90deg,#0000 0%,#00000038 16%,#000 43%)}.hero-grid{opacity:.24;background-image:linear-gradient(#ffffff6b 1px,#0000 1px),linear-gradient(90deg,#ffffff6b 1px,#0000 1px)}.hero-orb-one{background:radial-gradient(circle,#fff9c4bf,#0000 68%)}.hero-orb-two{background:radial-gradient(circle,#fff09794,#0000 70%)}.hero .eyebrow{color:#34230f}.hero .eyebrow i{background:#fff2a1;box-shadow:0 0 0 5px #ffffff38}.hero h1{color:#16171b;text-shadow:0 2px #ffffff0f}.hero-copy>p{color:#4f321d;font-weight:560}.hero-actions>a{color:#17181c;background:#fff;box-shadow:0 15px 34px #782d0629}.hero-actions>a:hover{background:#fff9e7;box-shadow:0 18px 40px #782d063d}.hero-actions>button{color:#22180f;background:#542b0e24;border-color:#41220d38}.hero-float i{background:linear-gradient(135deg,#fff8d7,#ffd23f 70%);border-color:#fffc;box-shadow:inset -14px -14px 22px #d961002e,inset 11px 10px 18px #ffffff85}.hero-float{filter:drop-shadow(0 20px 15px #742e0433)}@media (max-width:760px){.hero>img{object-position:73% center;opacity:.72;width:128%;right:-28%;-webkit-mask-image:linear-gradient(#0000004d,#000 28% 72%,#000000a6);mask-image:linear-gradient(#0000004d,#000 28% 72%,#000000a6)}.hero-overlay{background:linear-gradient(#ffa720f2 0%,#ff7726bd 55%,#ffa636d1 100%)}.hero-copy>p{color:#40291a}}.modal-description{color:#555b66;margin:12px 0 25px;font-size:13px;font-weight:520;line-height:1.65}.modal-features{gap:10px}.modal-features li{color:#3d424c;padding-left:21px;font-size:12.5px;font-weight:520;line-height:1.65}.modal-features li:before{width:7px;height:7px;top:7px;box-shadow:0 0 0 4px #ffc51a1f}.modal-rewards{background:linear-gradient(145deg,#fafbfc,#f3f5f7);border:1px solid #e7e9ed;padding:21px}.modal-rewards strong{color:#22252b;font-size:12px;font-weight:800}.modal-rewards p{color:#454a54;margin-top:10px;font-size:12.5px;font-weight:520;line-height:1.75}.modal-variants button span{color:#666c76;font-size:9px}.modal-variants button strong{font-size:12px}@media (max-width:700px){.modal-features li,.modal-rewards p{font-size:12px}}.product{--card-a:#f1c55a;--card-b:#9b7346;background:#fff;box-shadow:0 12px 32px #5b391517}.product-image{background:#1b1d22}.product-image:before{content:"";z-index:2;opacity:1;mix-blend-mode:normal;pointer-events:none;background:linear-gradient(145deg,#ffffff09,#0000003d);position:absolute;inset:0}.product-image:after{z-index:3;background:linear-gradient(#0000,#040507b3);height:56%}.product-price-badge{letter-spacing:-.025em;line-height:1;box-shadow:0 10px 24px #b3450045;z-index:6!important;color:#fff!important;background:linear-gradient(135deg,#ff9d00,#ff7200)!important;border-radius:10px!important;padding:10px 14px!important;font-size:15px!important;font-weight:900!important;position:absolute!important;top:16px!important;left:16px!important}.product-kind{color:#272a30!important;background:#ffffffe6!important;padding:8px 10px!important;top:16px!important;left:auto!important;right:16px!important}.product-title-overlay{text-transform:uppercase;text-shadow:0 2px 14px #000000a6;flex-direction:column;align-items:flex-start;gap:5px;line-height:1.05;z-index:6!important;color:#fff!important;background:0 0!important;padding:0!important;display:flex!important;position:absolute!important;inset:auto 78px 17px 20px!important}.product-title-overlay b{color:#fff;font-family:var(--font-main);letter-spacing:-.035em;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:18px;font-weight:950;line-height:1;overflow:hidden}.product-title-overlay small{color:#ffe676;font-family:var(--font-main);letter-spacing:.045em;text-shadow:0 2px 10px #000000b3;font-size:10px;font-weight:900;line-height:1.1}.product-overlay-action{z-index:7;color:#e97900;cursor:pointer;background:#fff;border:0;border-radius:13px;place-items:center;width:46px;height:46px;font-size:20px;font-weight:900;transition:transform .2s,background .2s,color .2s;display:grid;position:absolute;bottom:14px;right:16px;box-shadow:0 10px 28px #00000038}.product-overlay-action:hover{color:#fff;background:#ff9a00;transform:translateY(-3px)}.product-body{border-top:4px solid var(--card-a);background:linear-gradient(#fff,#fffdf8);min-height:118px;padding:17px 19px 18px}.product-body>p{color:#696e77;min-height:34px;margin:0;font-size:11px;line-height:1.55}.product-buy{margin-top:13px}.product-buy button{color:#171811;background:linear-gradient(135deg,#ffd43c,#ffb300);border-radius:11px;justify-content:space-between;align-items:center;width:100%;height:42px;padding:0 15px;font-size:11px;font-weight:850;display:flex;box-shadow:0 8px 20px #ffb1002e}.product-buy button span{font-size:16px}.product:hover{box-shadow:0 28px 58px #5e3a1829}.modal-chests .modal-content h2{letter-spacing:-.035em;font-size:28px;line-height:1.12}@media (max-width:760px){.product-price-badge{padding:8px 10px!important;font-size:12px!important;top:11px!important;left:11px!important}.product-kind{padding:7px 8px!important;top:11px!important;right:11px!important}.product-title-overlay{bottom:14px!important;left:14px!important;right:66px!important}.product-title-overlay b{font-size:15px}.product-title-overlay small{font-size:9px}.product-overlay-action{width:42px;height:42px;bottom:10px;right:11px}.product-body{min-height:112px;padding:15px}}.product-grid{grid-template-columns:repeat(6,minmax(0,1fr));align-items:start;gap:18px}.product{background:#171920;border:1px solid #191c2314;border-radius:19px;transition:transform .22s,box-shadow .22s,border-color .22s;box-shadow:0 12px 30px #181b2217}.product:hover{border-color:#ffa60047;transform:translateY(-5px);box-shadow:0 20px 42px #181b2229}.product-image{aspect-ratio:1;background:#171920;border-radius:18px;width:100%;height:auto}.product-image:after{background:linear-gradient(#0000,#07080bc7);height:52%}.product:hover .product-image img{transform:scale(1.045);filter:brightness(1.05)saturate()contrast(1.03)!important}.product-price-badge{letter-spacing:-.015em;box-shadow:0 8px 20px #c64b0042;background:linear-gradient(135deg,#ffad16,#ff7a00)!important;border-radius:9px!important;padding:9px 11px!important;font-size:13px!important;font-weight:850!important;top:13px!important;left:13px!important}.product-kind{letter-spacing:.075em;border:1px solid #ffffff8c;color:#292c32!important;background:#ffffffe6!important;border-radius:8px!important;padding:7px 9px!important;font-size:7px!important;font-weight:850!important;top:13px!important;right:13px!important}.product-title-overlay{text-shadow:0 3px 14px #000000b8;gap:4px;bottom:15px!important;left:16px!important;right:58px!important}.product-title-overlay b{letter-spacing:-.025em;font-size:16px;font-weight:850;line-height:1.08}.product-title-overlay small{color:#ffd85c;letter-spacing:.025em;font-size:8.5px;font-weight:800}.product-overlay-action{border-radius:11px;width:38px;height:38px;font-size:17px;bottom:12px;right:12px;box-shadow:0 8px 22px #00000038}.product-chests{background:#1b1d25;border-color:#292c35;overflow:hidden}.product-chests .product-image{aspect-ratio:1.22;border-radius:18px 18px 0 0}.product-chests .product-image:after{background:linear-gradient(#0000,#08090c4d);height:28%}.case-card-info{color:#fff;background:linear-gradient(145deg,#20232c,#191b22);border-top:1px solid #ffffff0f;flex-direction:column;justify-content:space-between;gap:14px;min-height:126px;padding:15px 16px 14px;display:flex}.case-card-copy h3{color:#fff;letter-spacing:-.025em;margin:0;font-size:14px;font-weight:800;line-height:1.2}.case-card-copy p{color:#9ea3ad;min-height:30px;margin:6px 0 0;font-size:9px;font-weight:540;line-height:1.45}.case-card-buy{justify-content:space-between;align-items:center;gap:10px;display:flex}.case-card-buy>div{align-items:baseline;gap:6px;min-width:0;display:flex}.case-card-buy strong{color:#ffc323;letter-spacing:-.025em;white-space:nowrap;font-size:15px;font-weight:850}.case-card-buy span{color:#858a95;white-space:nowrap;font-size:8.5px;font-weight:700}.case-card-buy button{color:#17180f;cursor:pointer;background:linear-gradient(135deg,#ffd438,#ffa900);border:0;border-radius:10px;flex:0 0 36px;width:36px;height:36px;font-size:16px;font-weight:850;transition:transform .18s,box-shadow .18s}.case-card-buy button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ffab0033}.case-first{grid-column-start:1}@media (max-width:1680px){.product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:1380px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1080px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.product-title-overlay{bottom:12px!important;left:12px!important;right:52px!important}.product-title-overlay b{font-size:14px}.product-title-overlay small{font-size:7.5px}.product-overlay-action{width:35px;height:35px;bottom:9px;right:9px}.case-card-info{min-height:118px;padding:13px 12px}.case-card-copy h3{font-size:13px}.case-card-buy{align-items:flex-end}.case-card-buy>div{flex-direction:column;align-items:flex-start;gap:1px}}@media (max-width:460px){.product-grid{grid-template-columns:1fr}.product-image{aspect-ratio:1.08}.product-chests .product-image{aspect-ratio:1.32}.product-title-overlay b{font-size:17px}.product-title-overlay small{font-size:9px}}body{background-color:#f2f3f5;background-image:radial-gradient(circle at 4% 38%,#ffb72226,#0000 25rem),radial-gradient(circle at 96% 66%,#ff74161c,#0000 31rem),radial-gradient(circle,#91702d13 1px,#0000 1.2px);background-size:auto,auto,28px 28px;background-attachment:fixed}.store{isolation:isolate;position:relative}.store:before,.store:after{content:"";z-index:-1;pointer-events:none;filter:blur(2px);border-radius:50%;position:absolute}.store:before{background:radial-gradient(circle,#ffc52733,#ffc5270d 42%,#0000 70%);border:1px solid #ffb11829;width:520px;height:520px;top:250px;left:-310px}.store:after{background:radial-gradient(circle,#ff7e1c24,#ffb31f0a 46%,#0000 70%);border:1px solid #ff8b1c1f;width:640px;height:640px;top:760px;right:-390px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:21px}.product-image{aspect-ratio:1}.product-price-badge{padding:10px 14px!important;font-size:15px!important;top:16px!important;left:16px!important}.product-kind{padding:8px 10px!important;font-size:8px!important;top:16px!important;right:16px!important}.product-title-overlay{gap:5px;bottom:18px!important;left:20px!important;right:76px!important}.product-title-overlay b{font-size:19px}.product-title-overlay small{font-size:10px}.product-overlay-action{border-radius:13px;width:46px;height:46px;font-size:20px;bottom:15px;right:15px}.product-chests .product-image{aspect-ratio:1.24}.case-card-info{gap:16px;min-height:142px;padding:18px 19px 17px}.case-card-copy h3{font-size:17px}.case-card-copy p{min-height:34px;margin-top:7px;font-size:10.5px}.case-card-buy strong{font-size:18px}.case-card-buy span{font-size:9.5px}.case-card-buy button{border-radius:11px;flex-basis:42px;width:42px;height:42px;font-size:18px}@media (max-width:1280px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){body{background-size:auto,auto,24px 24px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-price-badge{padding:8px 10px!important;font-size:12px!important;top:11px!important;left:11px!important}.product-kind{padding:7px 8px!important;font-size:7px!important;top:11px!important;right:11px!important}.product-title-overlay{bottom:14px!important;left:14px!important;right:61px!important}.product-title-overlay b{font-size:15px}.product-title-overlay small{font-size:8px}.product-overlay-action{width:40px;height:40px;bottom:10px;right:10px}.case-card-info{min-height:122px;padding:14px 13px}.case-card-copy h3{font-size:14px}.case-card-copy p{min-height:30px;font-size:9px}.case-card-buy strong{font-size:15px}.case-card-buy span{font-size:8px}.case-card-buy button{flex-basis:36px;width:36px;height:36px}}@media (max-width:460px){.product-grid{grid-template-columns:1fr}.product-image{aspect-ratio:1.08}.product-chests .product-image{aspect-ratio:1.32}.product-title-overlay b{font-size:18px}.product-title-overlay small{font-size:9.5px}}.product{--accent:#ff9800;--accent-text:#fff}.product:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.product-price-badge{box-shadow:0 9px 23px color-mix(in srgb,var(--accent) 33%,transparent);background:var(--accent)!important;color:var(--accent-text)!important}.product-kind{box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 18%,transparent);border-color:color-mix(in srgb,var(--accent) 55%,#fff)!important}.product-overlay-action{background:var(--accent);color:var(--accent-text);box-shadow:0 9px 24px color-mix(in srgb,var(--accent) 28%,#00000040)}.product-overlay-action:hover{background:color-mix(in srgb,var(--accent) 84%,#fff);color:var(--accent-text)}.product-chests .product-kind{background:var(--accent)!important;color:var(--accent-text)!important;border-color:#0000!important}.product-chests .case-card-info{border-top:3px solid var(--accent)}.product-chests .case-card-copy h3,.product-chests .case-card-buy strong{color:var(--accent)}.product-chests .case-card-buy button{background:var(--accent);color:var(--accent-text)}.product-chests .case-card-buy button:hover{box-shadow:0 8px 22px color-mix(in srgb,var(--accent) 30%,transparent)}.product-modal .modal-visual span{border-color:color-mix(in srgb,var(--accent) 45%,transparent)}.product-modal .modal-variants button.active{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 17%,#fff)}.footer-inner>p{flex-direction:column;align-items:flex-end;gap:7px;margin:0;display:flex}.footer-code{color:#ffd85a;letter-spacing:.08em;background:#ffc51a14;border:1px solid #ffc51a5c;border-radius:8px;align-items:center;min-height:27px;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex}@media (max-width:760px){.footer-inner>p{align-items:flex-start}}.product-image:before{opacity:1;background:radial-gradient(circle at 50% 22%,color-mix(in srgb,var(--accent) 34%,transparent),transparent 48%), linear-gradient(155deg,color-mix(in srgb,var(--accent) 14%,transparent),transparent 48%,color-mix(in srgb,var(--accent) 30%,#0000002e));mix-blend-mode:soft-light}.product-glow{z-index:1;opacity:.68;background:radial-gradient(circle,color-mix(in srgb,var(--accent) 48%,transparent),transparent 68%);filter:blur(18px);mix-blend-mode:screen;width:88%;height:88%;display:block;bottom:-34%;right:-18%}.product:hover .product-glow{transform:scale(1.16)translate(-5%,-5%)}.product-price-badge{box-shadow:0 9px 23px #da5b0042;color:#fff!important;background:linear-gradient(135deg,#ffad16,#ff7a00)!important;padding:11px 15px!important;font-size:17px!important}.case-price-badge{padding:11px 15px!important;font-size:17px!important}.product-kind{box-shadow:0 7px 18px #0000001f;color:#292c32!important;background:#ffffffeb!important;border-color:#ffffff9e!important}.product-title-overlay small{color:#ffd85a}.product-overlay-action{color:#e97900;background:#fff;box-shadow:0 9px 24px #0000003d}.product-overlay-action:hover{color:#fff;background:#ff9700}.product-chests .product-kind{color:#292c32!important;background:#ffffffeb!important;border-color:#ffffff9e!important}.product-chests .case-card-info{border-top-color:#ffb400}.product-chests .case-card-copy h3{color:#fff}.product-chests .case-card-buy strong{color:#ffc323}.product-chests .case-card-buy button{color:#17180f;background:linear-gradient(135deg,#ffd438,#ffa900)}.product-chests .case-card-buy span{color:#d4d7de;letter-spacing:.02em;font-size:11px;font-weight:800}.product-image{box-shadow:none}.product-image:before{opacity:1;mix-blend-mode:normal;background:linear-gradient(155deg,#ffffff06,#0000 48%,#00000029)}.product-image img{filter:brightness(1.01)saturate(1.02)contrast(1.03)!important}.product:hover .product-image img{filter:brightness(1.05)saturate(1.06)contrast(1.03)!important}.product-glow{display:none}.product:hover{border-color:#ffa60047}.product-modal .eyebrow.dark{color:#8b7200}.product-modal .modal-features li:before{background:var(--yellow)}.product-modal .modal-variants button.active{background:#fff9d8;border-color:#d8b400}.product-modal .modal-action button{background:var(--ink);color:#fff}@media (max-width:760px){.product-price-badge,.case-price-badge{padding:9px 11px!important;font-size:14px!important}}.product-price-badge,.case-price-badge{text-align:center;letter-spacing:-.025em;min-width:74px;padding:13px 18px!important;font-size:21px!important;line-height:1!important}.product-title-overlay small{letter-spacing:.025em;text-shadow:0 2px 7px #000000e0;margin-top:5px;font-weight:950;line-height:1.1;font-size:12px!important}.case-quantity-badge{z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:-.03em;border:1px solid #ffffffbf;place-items:center;min-width:52px;height:40px;display:grid;box-shadow:0 9px 24px #0000004d;color:#fff!important;background:#111318d6!important;border-radius:12px!important;padding:0 12px!important;font-size:19px!important;font-weight:950!important;line-height:1!important;position:absolute!important;top:70px!important;left:18px!important}@media (max-width:760px){.product-price-badge,.case-price-badge{min-width:62px;padding:10px 13px!important;font-size:16px!important}.product-title-overlay small{font-size:10px!important}.case-quantity-badge{min-width:44px;height:34px;padding:0 9px!important;font-size:16px!important;top:56px!important;left:11px!important}}.product-discount-badge{z-index:6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);letter-spacing:-.02em;border:1px solid #ffffff29;place-items:center;min-width:60px;height:38px;display:grid;box-shadow:0 8px 22px #0000004d;color:#fff!important;background:#16181fe6!important;border-radius:999px!important;padding:0 11px!important;font-size:14px!important;font-weight:800!important;line-height:1!important;position:absolute!important;top:18px!important;left:18px!important}.product-price-badge,.case-price-badge{align-items:center;gap:8px;min-width:0;padding:11px 14px!important;display:flex!important;top:64px!important;left:18px!important;right:auto!important}.product-price-badge strong{white-space:nowrap;font-size:20px;font-weight:850;line-height:1}.product-price-badge del{color:#ffffffb8;white-space:nowrap;font-size:11px;font-weight:650;line-height:1;text-decoration-thickness:1.5px}.case-quantity-badge{top:64px!important;left:auto!important;right:18px!important}.product-title-overlay small{letter-spacing:.02em;font-size:10.5px!important;font-weight:800!important}.currency-options button span b{color:#17191e;font-size:11px;font-weight:850}.currency-options button span del{color:#9a9da5;margin-left:3px;font-size:8px}.modal-variants button strong{justify-content:center;align-items:baseline;gap:6px;display:flex}.modal-variants button strong b{font:inherit}.modal-variants button strong del{color:#9a9da5;font-size:9px;font-weight:650}.modal-sale-total{align-items:baseline;gap:9px;display:flex!important}.modal-sale-total b{font:inherit}.modal-sale-total del{color:#9a9da5;font-size:13px;font-weight:650}.legal-sale-price{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.legal-sale-price span{color:#17191e}.legal-sale-price del{color:#969aa2;font-size:12px;font-weight:600}.legal-sale-price em,.legal-case-sale em{color:#e94444;font-size:11px;font-style:normal;font-weight:850}.legal-case-sale del{color:#969aa2;margin-left:7px;font-weight:600}@media (max-width:760px){.product-discount-badge{min-width:52px;height:32px;padding:0 9px!important;font-size:12px!important;top:11px!important;left:11px!important}.product-price-badge,.case-price-badge{gap:6px;padding:9px 11px!important;top:50px!important;left:11px!important}.product-price-badge strong{font-size:16px}.product-price-badge del{font-size:9px}.case-quantity-badge{top:50px!important;left:auto!important;right:11px!important}.product-title-overlay small{font-size:9px!important;font-weight:750!important}}.extra-offer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.extra-items{grid-template-columns:minmax(0,620px)}.extra-offer-grid.with-products{margin-top:24px}.catalog-results-all{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:21px;display:grid}.catalog-results-all>.product-grid,.catalog-results-all>.extra-offer-grid{display:contents}.catalog-results-all>.extra-offer-grid.with-products{margin-top:0}@media (max-width:1180px){.catalog-results-all{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.catalog-results-all{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media (max-width:430px){.catalog-results-all{grid-template-columns:1fr}}:root{--bank-ink:#152238;--bank-muted:#687385;--bank-surface:#fff;--bank-paper:#f4f6f8;--bank-line:#dfe4ea;--bank-accent:#b88932;--bank-accent-soft:#f4ead5}html,body,button,input,a{font-family:Segoe UI Variable Text,Segoe UI,Inter,Arial,sans-serif}body{letter-spacing:-.006em;font-weight:450;background:var(--bank-paper)!important;color:var(--bank-ink)!important;background-image:none!important}.store:before,.store:after,.hero-grid,.hero-orb,.hero-float,.product-glow{display:none!important}.header{border-bottom:1px solid var(--bank-line);height:88px;box-shadow:none;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5}.header-inner{gap:22px}.brand{color:var(--bank-ink);letter-spacing:.09em;font-size:15px;font-weight:750}.brand-logo-wrap{width:46px;height:46px;box-shadow:none;background:#142036;border:1px solid #27344a;border-radius:11px}.brand-logo{filter:none;width:35px;height:35px}.nav{border:1px solid var(--bank-line);background:#f5f7f9;border-radius:11px;gap:2px;padding:4px;position:relative}.nav a{min-height:42px;color:var(--bank-muted);border-radius:8px;padding:0 17px;font-size:12px;font-weight:600;transition:color .22s,background-color .22s;box-shadow:none!important;border:0!important;transform:none!important}.nav a:hover{color:var(--bank-ink);background:#e9edf2}.nav a.nav-active{color:#fff;background:var(--bank-ink);box-shadow:none}.server-pill,.cart-button{border:1px solid var(--bank-line);height:50px;box-shadow:none;background:#fff;border-radius:11px}.server-pill{min-width:158px}.server-pill i{box-shadow:none!important}.cart-button{color:var(--bank-ink);font-weight:650}.cart-button span{background:var(--bank-ink);border-radius:7px}.hero>img{object-position:60% center;width:100%;height:100%;animation:none;inset:0;transform:none}.hero-copy{width:min(570px,48%);top:105px;left:72px}.hero h1{color:#fff;letter-spacing:-.055em;font-size:72px;font-weight:720;line-height:.96}.hero h1 em{color:#e2be73;text-shadow:none}.hero-copy>p{color:#d4dae2;margin-top:27px;font-size:16px;line-height:1.65}.hero-actions>a,.hero-actions>button{border-radius:9px;height:54px;font-weight:650;transition:background-color .2s,border-color .2s,color .2s;box-shadow:none!important;transform:none!important}.hero-actions>a{color:var(--bank-ink);background:#fff}.hero-actions>button{color:#fff;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:1px solid #ffffff52}.hero-actions>button:hover{background:#ffffff1a;border-color:#ffffff80}.hero-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border:1px solid #ffffffd6;border-radius:15px;width:350px;min-height:116px;padding:19px;bottom:28px;right:28px;box-shadow:0 18px 42px #09132233}.hero-card-icon{background:var(--bank-ink);border-radius:11px}.hero-card small{color:#7b8492;font-weight:650}.hero-card strong,.hero-card button{color:var(--bank-ink)}.server-progress{background:#e3e7ec}.store{padding-top:70px;padding-bottom:110px}.store-head{display:none!important}.catalog-toolbar{z-index:12;border:1px solid var(--bank-line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-radius:13px;margin-bottom:28px;padding:6px;position:sticky;top:102px;box-shadow:0 8px 25px #1522380f}.filters{grid-template-columns:repeat(6,1fr);gap:4px;width:100%;display:grid}.filters button{min-height:48px;color:var(--bank-muted);border-radius:9px;justify-content:center;padding:0 14px;font-size:12px;font-weight:620;transition:color .24s,background-color .24s,box-shadow .24s}.filters button:hover{color:var(--bank-ink);background:#f0f3f6}.filters button span{color:#687385;background:#e9edf2;border-radius:6px;min-width:23px;height:23px;font-weight:650;transition:inherit}.filters button.active{background:var(--bank-ink);color:#fff;box-shadow:0 5px 12px #15223829}.catalog-results{animation:.32s cubic-bezier(.2,.7,.2,1) both bank-section-in}@keyframes bank-section-in{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}.product,.extra-offer{border:1px solid var(--bank-line);background:var(--bank-surface);border-radius:16px;transition:transform .22s,border-color .22s,box-shadow .22s;box-shadow:0 5px 18px #1522380e}.product:hover,.extra-offer:hover{border-color:#bec7d3;transform:translateY(-4px);box-shadow:0 14px 32px #1522381c}.product-image,.extra-offer-visual{background:#e9edf2}.product-image:before{background:linear-gradient(#0000 48%,#0a14247a)}.product-price-badge,.product-kind,.extra-discount{box-shadow:none!important;border-radius:7px!important}.product-title-overlay b,.case-card-copy h3,.extra-offer-body h3{letter-spacing:-.025em;font-weight:680}.product-overlay-action,.case-card-buy button,.extra-offer-buy button{border-radius:8px;background:var(--bank-ink)!important;color:#fff!important;box-shadow:none!important}.case-card-info,.extra-offer-body{color:var(--bank-ink)}.case-card-copy p,.extra-offer-body p,.extra-offer-body li{color:var(--bank-muted)}.extra-category{color:#8c6a2d!important}.notice{background:var(--bank-ink);border-radius:9px;box-shadow:0 14px 35px #15223833}.notice i{display:none}.footer-inner,.footer-links a{color:#d7dde5}@media (max-width:980px){.filters{grid-template-columns:repeat(3,1fr)}.catalog-toolbar{position:relative;top:auto}}@media (max-width:760px){.header{height:76px}.nav{background:#fff;border-radius:11px;top:75px}.nav a{justify-content:flex-start}.hero{height:680px;box-shadow:none;border-inline:0;border-radius:0}.hero-copy{width:auto;top:62px;left:22px;right:22px}.hero h1{font-size:50px}.hero-overlay{background:linear-gradient(#0f1b2eed,#0f1b2e8f 63%,#0f1b2ecc)}.store{padding-top:46px}.filters{min-width:max-content;display:flex}.filters button{min-width:118px}}.extra-offer{background:#fff;border:1px solid #dfe2e7;border-radius:22px;animation:.42s both enter;overflow:hidden;box-shadow:0 15px 38px #1a1d2314}.extra-offer-visual{--tone:#ffc21c;border-bottom:4px solid var(--tone);color:#fff;background:#171a21;place-items:center;height:255px;display:grid;position:relative;overflow:hidden}.extra-offer-visual>img{object-fit:contain;object-position:center;background:#03060b;width:100%;height:100%;transition:transform .45s}.extra-offer:hover .extra-offer-visual>img{transform:scale(1.015)}.extra-discount{z-index:2;color:#15171c;background:#fff;border-radius:9px;padding:8px 11px;font-size:12px;font-weight:850;position:absolute;top:16px;left:16px}.extra-offer-visual small{z-index:2;color:#fff;letter-spacing:.04em;background:#0a0c10bf;border:1px solid #ffffff2e;border-radius:8px;padding:6px 9px;font-size:9px;font-weight:750;position:absolute;bottom:14px;right:16px}.extra-offer-body{flex-direction:column;justify-content:space-between;gap:24px;min-height:210px;padding:20px;display:flex}.extra-category{color:#9b7900;letter-spacing:.13em;font-size:9px;font-weight:850}.extra-offer h3{letter-spacing:-.035em;margin:7px 0 8px;font-size:22px;line-height:1.08}.extra-offer p{color:#777c86;margin:0;font-size:11px;line-height:1.55}.extra-offer ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px;margin:14px 0 0;padding:0;list-style:none;display:grid}.extra-offer li{color:#60656f;padding-left:13px;font-size:11px;line-height:1.4;position:relative}.extra-offer li:before{content:"";background:var(--tone);border-radius:50%;width:5px;height:5px;position:absolute;top:.52em;left:0}.extra-offer-buy{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.extra-offer-buy strong,.extra-offer-buy del{display:block}.extra-offer-buy strong{letter-spacing:-.04em;font-size:25px;font-weight:860;line-height:1}.extra-offer-buy del{color:#9a9ea6;margin-top:5px;font-size:11px;font-weight:650}.extra-offer-buy button{color:#fff;cursor:pointer;background:#17191f;border:0;border-radius:11px;height:43px;padding:0 14px 0 17px;font-size:11px;font-weight:800}.extra-offer-buy button span{color:var(--tone);margin-left:15px}.theme-cyan .extra-offer-visual{--tone:#51d8ff}.theme-blue .extra-offer-visual{--tone:#5e8dff}.theme-violet .extra-offer-visual{--tone:#ad76ff}.theme-gold .extra-offer-visual{--tone:#ffc21c}.theme-red .extra-offer-visual{--tone:#ff5d5d}.theme-shark .extra-offer-visual{--tone:#57d4c8;background:#020817}.theme-shark .extra-offer-visual>img{object-fit:contain;transform:none!important}.theme-emerald .extra-offer-visual{--tone:#4bdd88}.theme-orange .extra-offer-visual{--tone:#ff8c42}.extra-items .extra-offer-body{min-height:225px}@media (max-width:900px){.extra-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.extra-items{grid-template-columns:1fr}}@media (max-width:560px){.extra-offer-grid{grid-template-columns:1fr;gap:12px}.extra-offer-visual{height:230px}.extra-offer-body{min-height:195px;padding:17px}.extra-offer ul{grid-template-columns:1fr}.extra-offer-buy button{width:44px;padding:0;font-size:0}.extra-offer-buy button span{margin:0;font-size:16px}}.product-title-overlay small{background:#ffd21e;border-radius:9px;align-items:center;width:max-content;max-width:100%;padding:8px 11px;box-shadow:0 7px 20px #00000057;color:#17130a!important;letter-spacing:.015em!important;text-shadow:none!important;margin-top:8px!important;font-size:15px!important;font-weight:950!important;line-height:1!important;display:inline-flex!important}@media (max-width:760px){.product-title-overlay small{padding:7px 9px;font-size:13px!important}}.product-modal .modal-variants{gap:10px;margin-bottom:28px}.product-modal .modal-variants button{border-radius:12px;min-height:78px;padding:14px 11px}.product-modal .modal-variants button span{letter-spacing:.01em;font-size:11px;font-weight:700}.product-modal .modal-variants button strong{margin-top:8px;font-size:17px;font-weight:780}.product-modal .modal-variants button strong del{font-size:11px;font-weight:600}.product-modal .modal-action>div small{font-size:10px;font-weight:600}.product-modal .modal-action>div strong{margin-top:6px;font-size:28px;font-weight:800}.product-modal .modal-sale-total del{font-size:15px}.extra-offer{cursor:pointer}.extra-offer:focus-visible{outline:3px solid var(--tone,#ffc21c);outline-offset:3px}.native-offer-logo{background:#11151d;place-items:center;width:100%;height:100%;display:grid;position:relative;overflow:hidden}.native-offer-logo:before{content:"";border:1px solid color-mix(in srgb,var(--tone) 28%,transparent);border-radius:50%;width:174px;height:174px;position:absolute}.native-offer-logo svg{width:155px;height:116px;color:var(--tone);position:relative}.native-offer-logo svg ellipse,.native-offer-logo svg path,.native-offer-logo svg rect{fill:none;stroke:currentColor;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.native-offer-logo>strong{border:1px solid color-mix(in srgb,var(--tone) 70%,#fff);min-width:58px;color:var(--tone);text-align:center;letter-spacing:-.035em;background:#11151d;border-radius:10px;padding:8px 10px;font-size:20px;font-weight:820;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.logo-battlepass>strong{font-size:18px;top:56%}.extra-modal-visual{background:#11151d}.extra-modal-visual .native-offer-logo:before{width:310px;height:310px}.extra-modal-visual .native-offer-logo svg{width:260px;height:200px}.extra-modal-visual .native-offer-logo>strong{padding:12px 16px;font-size:30px}.modal-extra{--tone:#ffc21c}.modal-extra.theme-cyan{--tone:#51d8ff}.modal-extra.theme-blue{--tone:#5e8dff}.modal-extra.theme-violet{--tone:#ad76ff}.modal-extra.theme-gold{--tone:#ffc21c}.modal-extra.theme-red{--tone:#ff5d5d}.modal-extra.theme-shark{--tone:#57d4c8}.modal-extra.theme-emerald{--tone:#4bdd88}.modal-extra.theme-orange{--tone:#ff8c42}.checkout-player{border-top:1px solid var(--line);padding:18px 0}.checkout-player label{color:#22252b;margin-bottom:8px;font-size:11px;font-weight:800;display:block}.checkout-player input{background:#fff;border:1px solid #d9dce1;border-radius:10px;outline:none;width:100%;height:48px;padding:0 14px;font:700 14px inherit;transition:border-color .18s,box-shadow .18s}.checkout-player input:focus{border-color:#d2ac00;box-shadow:0 0 0 3px #ffd21e33}.checkout-player small{color:#858991;margin-top:7px;font-size:9px;line-height:1.45;display:block}.checkout-player p{color:#d93333;margin:8px 0 0;font-size:10px;font-weight:700}.checkout:disabled{opacity:.65;cursor:wait}.checkout-safe{color:#858991;text-align:center;padding-top:10px;font-size:9px}.cart{width:min(580px,100%);padding:44px}.cart-head small{font-size:12px}.cart-head h2{font-size:38px}.cart-head>button{border-radius:13px;width:48px;height:48px;font-size:25px}.cart-list{margin-top:34px}.cart-row{grid-template-columns:74px 1fr auto 28px;gap:16px;padding:19px 0}.cart-row img{border-radius:13px;width:72px;height:72px}.cart-row b{font-size:16px}.cart-row small{margin-top:6px;font-size:12px}.cart-row strong{font-size:16px}.cart-row button{font-size:20px}.checkout-player{padding:26px 0}.checkout-player label{margin-bottom:11px;font-size:15px}.checkout-player input{border-radius:13px;height:62px;padding:0 18px;font-size:17px}.checkout-player small{margin-top:10px;font-size:13px;line-height:1.55}.checkout-player p{font-size:13px}.total{margin:34px 0 20px}.total span{font-size:15px}.total b{font-size:34px}.checkout{border-radius:13px;height:62px;font-size:16px}.checkout-safe{padding-top:14px;font-size:13px;line-height:1.5}@media (max-width:560px){.cart{padding:32px 26px}.cart-head h2{font-size:36px}.cart-row{grid-template-columns:66px 1fr auto 24px;gap:13px}.cart-row img{width:64px;height:64px}}:root{--bank-paper:#f4f2ed;--bank-surface:#fffefa;--bank-ink:#18253a;--bank-muted:#687384;--bank-line:#d9dde2;--bank-accent:#c58a45;--bank-accent-soft:#eee0ce}body{color:var(--bank-ink)!important;background:#f4f2ed!important}.header{background:#fffefaf7;border-bottom-color:#dcdedc}.nav{background:#efefec;border-color:#dddeda}.nav a:hover{background:#e5e6e3}.nav a.nav-active{background:#20314a}.cart-button{background:#fffefa;border-color:#d9dcd9}.cart-button span{background:#20314a}.server-pill{margin-left:4px;padding:0 2px 0 15px;width:auto!important;min-width:0!important;height:auto!important;box-shadow:none!important;background:0 0!important;border:0!important;border-left:1px solid #d7dadc!important;border-radius:0!important}.server-pill>span{white-space:nowrap;flex-direction:row;align-items:baseline;gap:8px;display:flex}.server-pill small{color:#8a919c;letter-spacing:.11em;font-size:9px;font-weight:700}.server-pill strong{color:#26354b;font-size:12px;font-weight:680;line-height:1.2}.server-pill.offline strong{color:#8c5f58}.hero{background:#18253a;border:1px solid #cfd4d9;border-radius:20px;height:580px;margin-top:24px;box-shadow:0 12px 32px #18253a1a}.hero>img{object-position:61% center;filter:saturate(.84)contrast(.96)}.hero-copy{width:min(620px,54%);top:50%;left:64px;transform:translateY(-50%)}.hero h1{color:#f8f7f2;letter-spacing:-.047em;flex-direction:column;gap:5px;margin:0;font-size:56px;font-weight:680;line-height:1.01;display:flex}.hero h1 span,.hero h1 em{white-space:nowrap;display:block}.hero h1 em{color:#d7aa6b;text-shadow:none;font-style:normal;font-weight:680}.hero-copy>p{color:#c7ced7;width:410px;margin-top:23px;font-size:15px;line-height:1.6}.hero-actions{gap:10px;margin-top:28px}.hero-actions>a,.hero-actions>button{border-radius:8px;height:48px;padding-inline:17px;font-size:11px;font-weight:680}.hero-actions>a{color:#18253a;background:#e0b06c;width:194px}.hero-actions>a:hover{background:#e8bd80}.hero-actions>button{background:#ffffff08;border-color:#ffffff40;width:158px}.hero-actions>button:hover{background:#ffffff14}.hero-card{background:#fffefaf0;border:1px solid #ffffffa3;border-radius:12px;width:310px;min-height:100px;padding:16px;bottom:24px;right:24px;box-shadow:0 12px 30px #0d182829}.hero-card-icon{border-radius:9px;width:50px;height:50px}.hero-card-icon img{width:38px;height:38px}.server-progress b{background:#c58a45}.catalog-toolbar{background:#fffefaf5;border-color:#d9dcd9}.filters button.active{background:#20314a}.filters button.active span{color:#20314a}.product,.extra-offer{background:#fffefa;border-color:#dadde0}footer{background:#142137}@media (max-width:1100px){.hero h1{font-size:50px}.hero-copy{width:58%;left:50px}}@media (max-width:760px){body{background:#f4f2ed!important}.hero{width:calc(100% - 24px);height:620px;box-shadow:none;border:1px solid #cfd4d9;border-radius:18px;margin:12px auto 0}.hero>img{object-position:68% center;filter:saturate(.78)contrast(.94)}.hero-overlay{background:linear-gradient(#132033f7 0%,#132033c7 49%,#1320338a 72%,#132033d6 100%)}.hero-copy{width:auto;top:44px;left:20px;right:20px;transform:none}.hero h1{letter-spacing:-.043em;gap:3px;font-size:40px;line-height:1.04}.hero h1 span{white-space:normal;max-width:330px}.hero h1 em{white-space:normal}.hero-copy>p{max-width:300px;margin-top:19px;font-size:13px;line-height:1.55}.hero-actions{margin-top:23px}.hero-actions>a,.hero-actions>button{height:47px}.hero-card{width:auto;min-height:96px;bottom:16px;left:16px;right:16px}}@media (max-width:480px){.hero h1{font-size:38px}.hero-actions{gap:8px;width:190px}.hero-actions>a,.hero-actions>button{width:100%}}.nav a.nav-active{color:#21190d;background:#e5b35f}.nav a.nav-active:hover{color:#21190d;background:#e9bd73}.filters button.active{color:#21190d;background:#e5b35f;box-shadow:0 5px 12px #80531824}.filters button.active span{color:#35240f;background:#fff8e9}.cart-button span{color:#21190d;background:#e5b35f}.hero{background:#5a421f;border-color:#d8c6a8;box-shadow:0 12px 32px #5b3e181f}.hero>img{filter:saturate(.9)contrast(.97)sepia(.08)}.hero-overlay{background:linear-gradient(90deg,#432d14f7 0%,#4e3416e0 34%,#5b3d1961 64%,#68481e0f 100%)}.hero-copy>p{color:#eee4d4}.hero-actions>button{color:#fffaf0;border-color:#ffeecf57}@media (max-width:760px){.hero{border-color:#d8c6a8}.hero>img{filter:saturate(.86)contrast(.96)sepia(.09)}.hero-overlay{background:linear-gradient(#432d14f5 0%,#4e3416c4 49%,#5b3d197a 72%,#432d14d6 100%)}}
