﻿:root{--bg: #101013;--panel: #1b1e27;--panel2: #15181d;--field: #12151b;--text: #f7f7fa;--muted: #aeb0b9;--pink: #fa0786;--cyan: #37b7e9;--orange: #ff961f;--green: #30c887;--radius: 24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.35 Arial,Helvetica,sans-serif}body.no-scroll{overflow:hidden}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.04}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid var(--cyan);outline-offset:3px}.container{width:min(1300px,100% - 100px);margin-inline:auto}.site-header{height:84px;background:#101013;position:relative;z-index:10}.site-header__inner{width:min(1300px,100% - 100px);height:100%;margin:auto;display:flex;align-items:center;justify-content:flex-start;gap:28px}.logo{display:block;width:60px;height:60px;background:#000;overflow:hidden;border-radius:var(--logo-radius, 18px);flex:none}.logo img{width:100%;height:100%;object-fit:cover}.desktop-nav{display:flex;margin-left:auto;gap:clamp(20px,3vw,52px);align-items:center;font-size:calc(14px*var(--draft-type-scale, 1));font-weight:700}.desktop-nav a{transition:color .2s}.desktop-nav a:hover,.desktop-nav a[aria-current=page]{color:var(--cyan)}.desktop-nav .navigation__account{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px}.navigation__account-menu{position:relative;display:inline-flex}.navigation__account-dropdown{position:absolute;z-index:30;top:100%;right:0;min-width:165px;padding:6px;border:1px solid var(--cyan);border-radius:10px;background:var(--panel);box-shadow:0 12px 26px rgba(0,0,0,.4);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(4px);transition:opacity .15s,transform .15s,visibility .15s}.navigation__account-menu:hover .navigation__account-dropdown,.navigation__account-menu:focus-within .navigation__account-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.navigation__account-dropdown a,.navigation__account-dropdown button{display:block;width:100%;padding:10px 12px;border:0;border-radius:6px;background:rgba(0,0,0,0);color:var(--text);text-align:left;font:inherit;cursor:pointer}.navigation__account-dropdown a{color:var(--text)}.navigation__account-dropdown a+button{border-top:1px solid color-mix(in srgb, var(--text) 18%, transparent);border-radius:0 0 6px 6px}.navigation__account-dropdown a:first-child{border-radius:6px 6px 0 0}.navigation__account-dropdown a:hover,.navigation__account-dropdown a:focus-visible,.navigation__account-dropdown button:hover,.navigation__account-dropdown button:focus-visible{background:var(--cyan);color:#081018}.navigation__account-dropdown button:disabled{opacity:.6;cursor:wait}.account-avatar{position:relative;display:inline-grid;place-items:center;flex:none;width:38px;height:38px;overflow:hidden;border:2px solid var(--pink);border-radius:50%;background:var(--cyan);color:#081018;font-size:16px;font-weight:800}.account-avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.account-avatar img[hidden]{display:none}.mobile-drawer .navigation__account{display:inline-flex;align-items:center;gap:12px}.site-header__logout-error{position:absolute;top:calc(100% - 2px);right:20px;max-width:min(360px,100vw - 40px);padding:10px 14px;border-radius:0 0 10px 10px;background:var(--panel);color:var(--pink);box-shadow:0 8px 20px rgba(0,0,0,.2666666667);font-size:13px}.button{border:0;border-radius:12px;background:var(--pink);color:#fff;padding:15px 28px;min-height:52px;font-weight:700;text-align:center;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s,filter .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);filter:brightness(1.1);box-shadow:0 10px 24px rgba(0,0,0,.2)}.button:active{transform:translateY(0)}.button.button--dark{background:var(--panel);color:#fff}.button.button--orange{background:var(--orange)}.button.button--cyan{background:var(--cyan)}.button.button--muted{background:#3a3d45;color:#a4a6ae;box-shadow:none;transform:none}.site-header__cta{min-width:215px}.site-header__menu-toggle{display:none;background:#1b1e27;border:0;border-radius:8px;width:46px;height:46px;color:#fff;font-size:calc(26px*var(--draft-type-scale, 1))}.eyebrow{font-size:calc(13px*var(--draft-type-scale, 1));color:var(--cyan);font-weight:800;text-transform:uppercase}.eyebrow.eyebrow--pink{color:var(--pink)}.eyebrow.eyebrow--orange{color:var(--orange)}.muted{color:var(--muted)}.hero{height:710px;position:relative;background:url("assets/course.jpeg") center 45%/cover;isolation:isolate}.hero__video{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(0, 0, 0, 0.6), transparent 68%),linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent 40%);z-index:-1}.hero .container{padding-top:75px}.hero h1{font-size:calc(clamp(62px,6vw,86px)*var(--draft-type-scale, 1));letter-spacing:-0.035em;max-width:620px;margin:40px 0 10px}.hero p{font-size:calc(21px*var(--draft-type-scale, 1));max-width:510px}.hero__actions{display:flex;gap:16px;margin-top:70px}.hero__actions .button{min-width:215px}.home-section{padding-block:100px}.game-intro{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:45px;margin-bottom:125px}.game-intro h2{font-size:calc(54px*var(--draft-type-scale, 1));letter-spacing:-0.03em;margin:20px 0 0}.game-intro p{font-size:calc(20px*var(--draft-type-scale, 1));max-width:460px}.control-row{display:grid;grid-template-columns:1fr 1.15fr;align-items:center;gap:90px;margin-bottom:110px}.control-row img{height:390px;width:100%;object-fit:cover;border-radius:28px}.control-row h2{font-size:calc(48px*var(--draft-type-scale, 1));margin-bottom:22px}.control-row p{color:var(--muted);font-size:calc(20px*var(--draft-type-scale, 1));max-width:520px}.control-row__included{display:block;max-width:520px;margin-top:16px;color:var(--cyan);font-size:calc(18px*var(--draft-type-scale, 1))}.control-row .button{margin-top:26px;min-width:230px}.beta-offer{border:1px solid var(--pink);border-radius:26px;background:#201920;padding:38px 34px;display:grid;grid-template-columns:1.2fr 1fr .45fr;align-items:start;gap:32px;min-height:310px;margin-bottom:130px}.beta-offer h2{font-size:calc(52px*var(--draft-type-scale, 1));margin:36px 0 42px}.beta-offer ul{padding:0;list-style:none;font-size:calc(19px*var(--draft-type-scale, 1));margin:25px 0}.beta-offer li:before{content:"✓ ";color:var(--muted)}.beta-offer .price{font-size:calc(44px*var(--draft-type-scale, 1));font-weight:800;white-space:nowrap;margin-top:38px}.beta-offer .button{min-width:250px}.shop-teaser h2{font-size:calc(48px*var(--draft-type-scale, 1));margin:0}.shop-teaser__heading{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:32px}.shop-teaser__grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:28px}.shop-teaser .product-card img{height:240px}.shop-teaser__empty{padding:40px;border-radius:var(--radius);background:var(--panel)}.shop-teaser__mobile-link{display:none}.before-after{display:grid;grid-template-columns:minmax(0, 0.72fr) minmax(0, 1.28fr);align-items:center;gap:clamp(42px,7vw,105px);margin-bottom:125px}.before-after__content h2{max-width:450px;margin:20px 0 18px;font-size:calc(clamp(46px,5vw,72px)*var(--draft-type-scale, 1));letter-spacing:-0.035em}.before-after__content p{max-width:430px;color:var(--muted);font-size:calc(19px*var(--draft-type-scale, 1))}.before-after__content .button{min-width:210px;margin-top:28px}.before-after__viewer{position:relative;aspect-ratio:16/10;overflow:hidden;border-radius:var(--radius);background:#090a0d;box-shadow:0 24px 65px rgba(0,0,0,.4);isolation:isolate}.before-after__image{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:contain;background:#090a0d;user-select:none;pointer-events:none}.before-after__before{position:absolute;inset:0;clip-path:inset(0 calc(100% - var(--comparison-position)) 0 0)}.before-after__divider{position:absolute;z-index:2;top:0;bottom:0;left:var(--comparison-position);width:3px;background:#fff;box-shadow:0 0 18px rgba(0,0,0,.6666666667);transform:translateX(-50%);pointer-events:none}.before-after__divider span{position:absolute;top:50%;left:50%;display:grid;place-items:center;width:48px;height:48px;border:2px solid #fff;border-radius:50%;background:var(--pink);color:#fff;font-size:22px;transform:translate(-50%, -50%)}.before-after__label{position:absolute;z-index:2;top:18px;padding:7px 11px;border-radius:999px;background:rgba(8,9,12,.8);color:#fff;font-size:12px;font-weight:800;letter-spacing:.08em;pointer-events:none}.before-after__label--before{left:18px}.before-after__label--after{right:18px}.before-after__range{position:absolute;z-index:3;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize;touch-action:pan-y}.before-after__viewer:focus-within{outline:3px solid var(--cyan);outline-offset:4px}@media(max-width: 1050px){.before-after{grid-template-columns:1fr;gap:35px}.before-after__content h2,.before-after__content p{max-width:700px}}@media(max-width: 760px){.before-after{gap:28px;margin-bottom:75px}.before-after__content h2{margin:15px 0 12px;font-size:calc(38px*var(--draft-type-scale, 1))}.before-after__content p{font-size:calc(17px*var(--draft-type-scale, 1))}.before-after__content .button{width:100%;margin-top:18px}.before-after__viewer{width:calc(100% + 40px);margin-left:-20px;border-radius:0}}.product-card{background:var(--panel);border-radius:24px;padding:30px;display:flex;flex-direction:column;gap:18px}.product-card img{width:100%;height:300px;object-fit:cover;border-radius:20px}.product-card .status{font-size:calc(13px*var(--draft-type-scale, 1));color:var(--orange);font-weight:800}.product-card__title{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:calc(24px*var(--draft-type-scale, 1));font-weight:700}.product-card .button{width:100%}.product-card{cursor:pointer}.product-card:focus-visible{outline:3px solid var(--cyan);outline-offset:4px}.product-detail-modal{position:fixed;z-index:60;inset:0;display:grid;place-items:center;padding:24px;background:rgba(0,0,0,.78)}.product-detail-modal__panel{position:relative;display:grid;grid-template-columns:minmax(0, 1fr) minmax(280px, 0.85fr);gap:36px;width:min(900px,100%);max-height:min(720px,100%);overflow:auto;padding:34px;border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);box-shadow:0 30px 90px rgba(0,0,0,.55)}.product-detail-modal__close{position:absolute;z-index:1;top:18px;right:20px;width:38px;height:38px;border:1px solid var(--border);border-radius:50%;background:var(--panel2);color:var(--text);font-size:25px;line-height:1}.product-detail-modal__image{display:grid;place-items:center;min-height:300px;padding:26px;border-radius:calc(var(--radius)*.75);background:radial-gradient(circle at 50% 40%, color-mix(in srgb, var(--cyan) 15%, var(--panel)), var(--panel2))}.product-detail-modal__image img{width:100%;max-height:420px;object-fit:contain}.product-detail-modal__content{align-self:center}.product-detail-modal__content h2{margin:14px 0 18px;color:var(--text);font-size:clamp(36px,5vw,62px);line-height:.96}.product-detail-modal__price{margin-bottom:22px;color:var(--cyan);font-size:30px;font-weight:800}.product-detail-modal__content p{margin-bottom:26px;color:var(--muted);font-size:17px;line-height:1.5}.product-detail-modal__content .status{display:inline-flex;padding:9px 13px;border:1px solid color-mix(in srgb, var(--orange) 55%, transparent);border-radius:999px;background:color-mix(in srgb, var(--orange) 12%, transparent);color:var(--orange);font-weight:700}@media(max-width: 760px){.product-detail-modal{padding:12px}.product-detail-modal__panel{display:block;padding:22px}.product-detail-modal__image{min-height:210px}.product-detail-modal__content{margin-top:24px}.product-detail-modal__content .button{width:100%}}.site-footer{position:relative;border-top:1px solid var(--border);padding:68px 0 32px;background:#0f0f12}.site-footer::before{content:"";position:absolute;top:-1px;left:50%;width:min(180px,28vw);height:2px;background:linear-gradient(90deg, var(--pink), var(--cyan));transform:translateX(-50%)}.site-footer__inner{display:grid;grid-template-columns:100px minmax(0, 1fr);align-items:start;justify-items:start;gap:clamp(38px,8vw,120px)}.site-footer__inner>.logo{width:76px;height:76px;border:1px solid var(--border);border-radius:var(--logo-radius, 18px);box-shadow:0 12px 30px rgba(0,0,0,.28)}.site-footer__links{display:grid;gap:18px;width:100%;font-size:calc(14px*var(--draft-type-scale, 1));padding-top:4px;text-align:left}.site-footer__columns{display:grid;grid-template-columns:minmax(0, 1fr) minmax(180px, 0.7fr);gap:clamp(32px,7vw,110px);width:100%}.site-footer__column{min-width:0}.site-footer__column--aside{display:grid;align-content:start;gap:18px}.site-footer__nav{display:flex;flex-wrap:wrap;gap:10px 28px;font-size:16px}.site-footer__nav a{color:var(--text);transition:color .2s ease}.site-footer__nav a:hover{color:var(--cyan)}.site-footer__links small{display:block;color:var(--muted);font-weight:400;margin:0}.site-footer__legal{display:flex;flex-wrap:wrap;gap:8px 18px;padding-top:16px;margin-bottom:18px;border-top:1px solid var(--border);font-size:13px;font-weight:400}.site-footer__legal a{color:var(--muted)}.site-footer__legal a:hover{color:var(--text);text-decoration:underline}.site-footer__social{display:flex;gap:10px;margin-top:2px}.site-footer__social a{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--border);border-radius:50%;color:var(--muted)}.site-footer__social a:hover{border-color:var(--cyan);color:var(--cyan);text-decoration:none}.site-footer__social svg{width:18px;height:18px;fill:currentColor}.site-footer__links address{display:flex;flex-wrap:wrap;gap:6px 20px;margin:2px 0 0;color:var(--muted);font-size:13px;font-style:normal;font-weight:400}.site-footer__links address a{color:var(--cyan)}@media(max-width: 760px){.site-footer{padding:48px 0 28px}.site-footer__inner{grid-template-columns:1fr;gap:24px}.site-footer__inner>.logo{width:62px;height:62px;border-radius:var(--logo-radius, 18px)}.site-footer__links{gap:16px}.site-footer__columns{grid-template-columns:1fr;gap:22px}.site-footer__nav{gap:10px 20px}}.page-main{padding:60px 0 120px;min-height:calc(100vh - 84px)}.page-title{font-size:calc(76px*var(--draft-type-scale, 1));letter-spacing:-0.025em;margin:15px 0 70px}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:-35px 0 45px}.shop-toolbar p{margin:0}.shop-toolbar__actions{display:flex;gap:12px}.product-card__title a:hover{color:var(--cyan)}.product-card__title .woocommerce-Price-amount{white-space:nowrap}.shop-grid{display:grid;grid-template-columns:520px 1fr;gap:50px}.shop-grid .product-card{padding:40px}.shop-grid .product-card img{height:300px}.shop-grid .product-card .status{margin:22px 0 16px}.shop-grid .product-card .button{margin-top:24px}.future-card{background:#171a1f;border-radius:26px;padding:75px 60px}.future-card h2{font-size:calc(38px*var(--draft-type-scale, 1));margin-bottom:32px}.future-card p{font-size:calc(21px*var(--draft-type-scale, 1))}.plans{display:grid;grid-template-columns:repeat(3, 1fr);gap:40px}.plan{min-height:500px;background:var(--panel);padding:40px 28px;border-radius:26px;display:flex;flex-direction:column}.plan.plan--featured{background:#211a22}.plan h2{font-size:calc(34px*var(--draft-type-scale, 1));margin:62px 0 44px}.plan .cost{font-size:calc(22px*var(--draft-type-scale, 1));font-weight:700}.plan p{font-size:calc(21px*var(--draft-type-scale, 1));margin:52px 0 0}.plan .button{margin-top:auto}.plan .text-button{margin-top:auto;background:none;border:0;color:#fff;font-weight:700;padding:16px}.plan .text-button:hover{text-decoration:underline}.cart-list{display:grid;gap:18px;max-width:760px}.cart-item{display:flex;gap:24px;align-items:center;padding:22px;border-radius:var(--radius);background:var(--panel)}.cart-item.is-removing{animation:cart-item-remove .28s ease forwards;pointer-events:none}@keyframes cart-item-remove{to{opacity:0;transform:translateX(24px) scale(0.96);max-height:0;margin-top:-18px;padding-top:0;padding-bottom:0;overflow:hidden}}.cart-item img{width:140px;height:120px;object-fit:cover;border-radius:16px}.cart-item__content{display:grid;gap:10px;flex:1}.cart-item__content h2,.cart-summary h2{margin:0}.cart-item__content input{width:70px;margin-left:8px;padding:6px;border:1px solid var(--border);border-radius:8px;background:var(--field);color:var(--text)}.text-button{width:fit-content;padding:0;border:0;background:none;color:var(--cyan);font-weight:700}.cart-page .button,.cart-page .text-button{display:inline-flex;align-items:center;justify-content:center;text-align:center}.cart-page .button{min-height:52px;padding-bottom:18px;line-height:1.2}.cart-skeleton{display:grid;grid-template-columns:minmax(0, 760px) minmax(240px, 360px);gap:28px;min-height:360px}.cart-skeleton__card,.cart-skeleton__summary{min-height:250px}.cart-skeleton__summary{min-height:190px}.cart-summary{display:grid;gap:18px;width:min(360px,100%);margin-top:28px;padding:28px;border-radius:var(--radius);background:var(--panel)}.cart-summary strong{font-size:28px}.cart-empty{display:grid;gap:18px}.cart-error{padding:14px 18px;border:1px solid var(--orange);border-radius:12px;color:var(--orange)}.checkout-form{display:grid;gap:24px;max-width:820px}.checkout-form fieldset{margin:0;padding:28px;border:1px solid var(--border);border-radius:var(--radius);background:var(--panel)}.checkout-form legend{padding:0 8px;font-size:24px;font-weight:700}.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.checkout-fields label{display:grid;gap:7px;color:var(--muted);font-weight:600}.checkout-fields .wide{grid-column:1/-1}.checkout-fields input,.stripe-card-field{min-height:48px;padding:12px;border:1px solid var(--border);border-radius:10px;background:var(--field);color:var(--text)}.checkout-fields small,.checkout-form fieldset>small{color:var(--muted);font-weight:400}.stripe-card-field{background:#fff}.checkout-confirmation{display:grid;gap:18px}.checkout-confirmation .page-title{margin:0}.skeleton-page{min-height:520px}.skeleton-block{display:block;border-radius:12px;background:linear-gradient(100deg, var(--panel) 20%, var(--panel2) 40%, var(--panel) 60%);background-size:200% 100%;animation:draft-skeleton 1.2s ease-in-out infinite}.skeleton-page--home{min-height:710px;padding:130px max(50px,(100% - 1300px)/2);background:var(--bg)}.skeleton-hero__eyebrow{width:120px;height:16px}.skeleton-hero__title{width:min(620px,80%);height:105px;margin-top:32px}.skeleton-hero__text{width:min(500px,75%);height:46px;margin-top:22px}.skeleton-button{width:220px;height:52px;margin-top:58px}.skeleton-eyebrow{width:110px;height:15px}.skeleton-title{width:min(450px,70%);height:80px;margin:20px 0 60px}.skeleton-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:32px}.skeleton-card{height:360px}@keyframes draft-skeleton{to{background-position:-200% 0}}.account__grid{display:grid;grid-template-columns:300px 1fr;gap:30px}.account__menu,.account__panel{background:var(--panel);border-radius:24px;padding:40px;min-height:600px}.account__menu{display:flex;flex-direction:column;gap:28px;align-items:start}.account__menu button{border:0;background:none;color:#fff;font-size:calc(18px*var(--draft-type-scale, 1));text-align:left;padding:0}.account__menu button.active{color:var(--cyan);font-weight:700}.account__panel h2{font-size:calc(36px*var(--draft-type-scale, 1));margin:0 0 45px}.account__panel .active-status{color:var(--green);font-weight:800;font-size:calc(16px*var(--draft-type-scale, 1))}.account__panel .details{font-size:calc(21px*var(--draft-type-scale, 1));margin:50px 0 90px}.tracking{background:#14171c;border-radius:20px;padding:32px}.tracking strong{font-size:calc(19px*var(--draft-type-scale, 1))}.tracking p{margin:25px 0 0;color:var(--muted)}.account__note{margin-top:30px;color:var(--muted)}.account-skeleton{display:grid;gap:18px}.account-skeleton__title{width:52%;height:38px}.account-skeleton__line{width:82%;height:18px}.account-skeleton__line--short{width:62%}.account-skeleton__box{width:100%;height:170px;margin-top:24px}.account__login{min-height:0;max-width:620px}.account__form{display:grid;gap:18px;max-width:520px}.account__info-form{grid-template-columns:repeat(2, minmax(0, 1fr));max-width:680px;column-gap:24px}.account__info-form .button,.account__info-form [role=status]{grid-column:1/-1}.account__form label{display:grid;gap:8px;color:var(--muted);font-weight:600}.account__form input{width:100%;min-height:48px;padding:10px 14px;border:1px solid var(--border);border-radius:10px;background:var(--field);color:var(--text)}.account__form .button{width:fit-content;margin-top:8px}.account__menu .account__logout{margin-top:auto;color:var(--muted)}.account__orders{display:grid;gap:18px}.account__order{padding:20px;border:1px solid var(--border);border-radius:14px;background:var(--panel2)}.account__order h3{margin-bottom:10px;font-size:calc(24px*var(--draft-type-scale, 1))}.account__order p,.account__order ul{margin-bottom:0;color:var(--muted)}.account__delivery{margin-top:16px;padding-top:14px;border-top:1px solid var(--border);color:var(--muted)}.account__delivery p{margin:0 0 8px}.account__delivery a{color:var(--cyan);font-weight:700}.account__payments{display:grid;gap:14px;padding-left:20px}.legal-page__content{max-width:820px;color:var(--muted);font-size:18px}.legal-page__content h1,.legal-page__content h2,.legal-page__content h3{color:var(--text)}.not-found-page{min-height:620px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.not-found-page .page-title{max-width:720px;margin-bottom:22px}.not-found-page__text{max-width:520px;color:var(--muted);font-size:19px}.not-found-page__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}@media(max-width: 760px){.not-found-page{min-height:540px}.not-found-page__actions{width:100%}.not-found-page__actions .button{width:100%}}.modal-backdrop[hidden],.mobile-drawer[hidden],.beta-dialog__step[hidden],.account__content[hidden]{display:none !important}.modal-backdrop{position:fixed;z-index:30;inset:84px 0 0;background:rgba(0,0,0,.7333333333);display:grid;place-items:start center;overflow:auto;padding:40px 16px}.beta-dialog{position:relative;background:var(--panel);border-radius:28px;width:min(640px,100%);padding:50px;box-shadow:0 25px 80px rgba(0,0,0,.4666666667)}.beta-dialog__close{position:absolute;right:40px;top:30px;border:0;background:none;color:#fff;font-size:calc(30px*var(--draft-type-scale, 1));line-height:1}.beta-dialog h2{font-size:calc(36px*var(--draft-type-scale, 1));margin:18px 0 14px}.steps{color:var(--muted);font-size:calc(15px*var(--draft-type-scale, 1));margin-bottom:28px}.steps .current{color:#fff;font-weight:700}.fields{display:grid;grid-template-columns:1fr 1fr;gap:17px 25px}.fields label{font-size:calc(14px*var(--draft-type-scale, 1));color:var(--muted)}.fields input{display:block;width:100%;height:45px;background:var(--field);border:1px solid rgba(0,0,0,0);border-radius:10px;color:#fff;padding:9px 12px;margin-top:6px}.fields input:focus{border-color:var(--cyan)}.fields .wide{grid-column:1/-1}.fields__help{display:block;margin-top:7px;margin-bottom:4px;line-height:1.4;font-size:.92em;color:var(--muted)}.fields__note{font-size:calc(14px*var(--draft-type-scale, 1));color:var(--muted);margin:28px 0 16px}.checks{display:flex;gap:14px;flex-wrap:wrap;font-size:calc(14px*var(--draft-type-scale, 1))}.checks label{display:flex;gap:5px;align-items:center}.checks input{accent-color:var(--pink)}.beta-dialog__step .full-button{width:100%;margin-top:44px}.summary-box{background:var(--field);border-radius:18px;padding:32px;margin-top:35px}.summary-box h3{font-size:calc(25px*var(--draft-type-scale, 1))}.summary-box ul{padding:15px 0 50px;list-style:none;font-size:calc(21px*var(--draft-type-scale, 1))}.summary-box li:before{content:"✓ ";color:#fff}.summary-box__total{display:flex;justify-content:space-between;font-size:calc(21px*var(--draft-type-scale, 1));font-weight:700}.beta-dialog__actions{display:flex;gap:20px;align-items:center;margin-top:50px}.beta-dialog__actions .button{flex:1}.back-button{border:0;background:none;color:#fff;font-weight:700;min-width:120px}.prototype-note{text-align:center;color:var(--muted);font-size:calc(14px*var(--draft-type-scale, 1));margin:18px 0 0}.confirm{text-align:center}.confirm .steps{text-align:left}.checkmark{height:120px;width:120px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#000;font-size:calc(60px*var(--draft-type-scale, 1));margin:35px auto 40px}.confirm h3{font-size:calc(30px*var(--draft-type-scale, 1))}.confirm p{font-size:calc(18px*var(--draft-type-scale, 1));color:var(--muted);margin:32px auto 65px;max-width:440px}.confirm .button{width:80%;background:var(--cyan)}.mobile-drawer{position:fixed;z-index:25;inset:0;background:var(--panel);padding:20px 28px}.mobile-drawer .mobile-drawer__top{display:flex;align-items:center;justify-content:space-between}.mobile-drawer .mobile-drawer__top button{background:#101013;color:#fff;border:0;font-size:calc(26px*var(--draft-type-scale, 1));border-radius:8px;width:50px;height:50px}.mobile-drawer nav{display:flex;flex-direction:column;gap:30px;margin:50px 0;font-size:calc(26px*var(--draft-type-scale, 1));font-weight:700}.mobile-drawer .button{width:100%}.mobile-drawer__logout{display:block;margin:-24px 0 26px;padding:8px 0;border:0;background:none;color:var(--text);font:inherit;font-weight:700;text-decoration:underline;text-underline-offset:4px;cursor:pointer}.mobile-drawer__logout:hover,.mobile-drawer__logout:focus-visible{color:var(--cyan)}.mobile-drawer__logout-error{color:var(--pink)}.toast[hidden]{display:none}.toast{position:fixed;z-index:50;bottom:20px;right:20px;display:flex;align-items:center;gap:10px;max-width:min(420px,100vw - 40px);background:var(--panel);border:1px solid var(--cyan);color:var(--text);padding:15px 20px;border-radius:var(--button-radius, 12px);font-weight:700;box-shadow:0 10px 25px rgba(0,0,0,.5333333333);animation:draft-toast-in .28s ease-out both}.toast::before{content:"✓";display:grid;place-items:center;width:24px;height:24px;flex:none;border-radius:50%;background:var(--cyan);color:#081018;font-weight:900}@keyframes draft-toast-in{from{opacity:0;transform:translateY(12px) scale(0.96)}to{opacity:1;transform:translateY(0) scale(1)}}.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s,transform .55s}.reveal.visible{opacity:1;transform:none}@media(max-width: 1050px){.container,.site-header__inner{width:min(100% - 50px,1300px)}.desktop-nav{gap:15px}.site-header__cta{min-width:160px}.site-header__inner{gap:14px}.shop-teaser__grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.shop-grid{grid-template-columns:1fr 1fr}.plans{gap:20px}.account__grid{grid-template-columns:250px 1fr}}@media(max-width: 760px){.container,.site-header__inner{width:calc(100% - 40px)}.site-header{height:76px}.desktop-nav,.site-header__cta{display:none}.site-header__menu-toggle{display:block}.theme-toggle{margin-left:auto}.logo{width:50px;height:50px}.hero{height:510px;background-position:55% center}.hero .container{padding-top:75px}.hero h1{font-size:calc(52px*var(--draft-type-scale, 1));max-width:320px;margin:30px 0 10px}.hero p{font-size:calc(17px*var(--draft-type-scale, 1));max-width:330px}.hero__actions{margin-top:35px;gap:10px}.hero__actions .button{min-width:0;padding:12px 15px;min-height:44px;font-size:calc(13px*var(--draft-type-scale, 1))}.home-section{padding-block:60px}.game-intro,.control-row{display:block;margin-bottom:70px}.game-intro h2{font-size:calc(36px*var(--draft-type-scale, 1));margin:17px 0 22px}.game-intro p{font-size:calc(17px*var(--draft-type-scale, 1))}.control-row img{height:230px}.control-row h2{font-size:calc(32px*var(--draft-type-scale, 1));margin:26px 0 13px}.control-row p{font-size:calc(17px*var(--draft-type-scale, 1))}.control-row .button{min-width:0;width:100%;margin-top:12px}.beta-offer{display:block;padding:26px 20px;min-height:0;margin-bottom:70px}.beta-offer h2{font-size:calc(36px*var(--draft-type-scale, 1));margin:25px 0 15px}.beta-offer ul{font-size:calc(16px*var(--draft-type-scale, 1));margin:14px 0}.beta-offer .price{font-size:calc(24px*var(--draft-type-scale, 1));margin:15px 0}.beta-offer .button{min-width:0;width:100%}.shop-teaser h2{font-size:calc(34px*var(--draft-type-scale, 1))}.shop-teaser__heading .button{display:none}.shop-teaser__grid{grid-template-columns:1fr}.shop-teaser__mobile-link{display:flex;width:100%;margin-top:24px}.product-card{padding:22px}.product-card img{height:210px}.product-card__title{font-size:calc(19px*var(--draft-type-scale, 1))}.site-footer__inner{gap:25px}.site-footer__inner .logo{width:50px;height:50px}.site-footer__links{padding-top:10px;font-size:calc(12px*var(--draft-type-scale, 1))}.page-main{padding:60px 0;min-height:calc(100vh - 76px)}.page-title{font-size:calc(39px*var(--draft-type-scale, 1));margin:10px 0 45px}.shop-toolbar{align-items:stretch;flex-direction:column;margin:-15px 0 30px}.shop-toolbar__actions{flex-direction:column}.shop-toolbar__actions .button{width:100%}.cart-item{align-items:flex-start;padding:16px}.cart-item img{width:92px;height:92px}.cart-skeleton{grid-template-columns:1fr;min-height:500px}.checkout-form fieldset{padding:20px}.checkout-fields{grid-template-columns:1fr}.checkout-fields .wide{grid-column:auto}.skeleton-page--home{min-height:510px;padding:100px 20px}.skeleton-hero__title{height:78px}.skeleton-grid{display:block}.skeleton-card+.skeleton-card{margin-top:20px}.shop-grid,.plans,.account__grid{display:block}.shop-grid .product-card{padding:24px}.shop-grid .product-card img{height:230px}.future-card{margin-top:25px;padding:32px}.future-card h2{font-size:calc(28px*var(--draft-type-scale, 1))}.future-card p{font-size:calc(17px*var(--draft-type-scale, 1))}.plan{min-height:330px;margin-bottom:20px;padding:28px}.plan h2{font-size:calc(27px*var(--draft-type-scale, 1));margin:35px 0 25px}.plan p{font-size:calc(17px*var(--draft-type-scale, 1));margin:25px 0}.account__menu{min-height:0;padding:20px;display:flex;flex-direction:row;overflow:auto;gap:24px;margin-bottom:20px}.account__menu button{white-space:nowrap;font-size:calc(15px*var(--draft-type-scale, 1))}.account__panel{min-height:470px;padding:25px}.account__info-form{grid-template-columns:1fr}.account__panel h2{font-size:calc(28px*var(--draft-type-scale, 1));margin-bottom:30px}.account__panel .details{font-size:calc(16px*var(--draft-type-scale, 1));margin:25px 0 50px}.tracking{padding:22px}.modal-backdrop{inset:76px 0 0;padding:0;background:#101013}.beta-dialog{width:100%;min-height:calc(100vh - 76px);border-radius:28px 28px 0 0;padding:35px 24px}.beta-dialog__close{right:25px;top:26px}.beta-dialog h2{font-size:calc(30px*var(--draft-type-scale, 1))}.fields{grid-template-columns:1fr;gap:14px}.fields .wide{grid-column:auto}.fields__note{margin:23px 0 13px}.beta-dialog__step .full-button{margin-top:30px}.summary-box{padding:22px}.summary-box ul{font-size:calc(17px*var(--draft-type-scale, 1))}.confirm .button{width:100%}}@media(prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;transition-duration:.01ms !important}.reveal{opacity:1;transform:none}}#site-header{position:sticky;top:0;z-index:20}#jeu,#control,#beta,#boutique,#compte{scroll-margin-top:105px}.theme-toggle{flex:none;width:44px;height:44px;border:1px solid #575b65;border-radius:10px;background:var(--panel);color:var(--text);font-size:calc(22px*var(--draft-type-scale, 1));display:grid;place-items:center}.theme-toggle:hover,.mobile-drawer__theme:hover{border-color:var(--pink)}.mobile-drawer__theme{margin-top:22px;width:100%;border:1px solid #575b65;border-radius:10px;background:rgba(0,0,0,0);color:var(--text);padding:14px;font-weight:700}.back-to-top[hidden]{display:none}.back-to-top{position:fixed;right:24px;bottom:24px;z-index:18;width:50px;height:50px;border:0;border-radius:50%;background:var(--pink);color:#fff;font-size:calc(29px*var(--draft-type-scale, 1));font-weight:700;box-shadow:0 10px 30px rgba(0,0,0,.3333333333);transition:transform .2s,filter .2s}.back-to-top:hover{transform:translateY(-3px);filter:brightness(1.1)}.fields input::placeholder{color:#fff;opacity:.85}.fields input[type=date]{color-scheme:dark;color:#fff}.fields input[type=date]::-webkit-datetime-edit{color:#fff}.fields input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:1;filter:none}.cookie-banner{position:fixed;z-index:45;right:20px;bottom:20px;left:20px;display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1120px;margin-inline:auto;padding:22px 24px;border:1px solid var(--border);border-radius:18px;background:var(--panel);box-shadow:0 18px 55px rgba(0,0,0,.4)}.cookie-banner__content{max-width:620px}.cookie-banner__content strong{display:block;margin-bottom:6px;font-size:18px}.cookie-banner__content p{margin:0 0 6px;color:var(--muted);font-size:14px}.cookie-banner__content a{color:var(--cyan);font-size:13px;font-weight:700}.cookie-banner__actions,.cookie-preferences__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.cookie-banner__actions .button,.cookie-preferences__actions .button{min-height:44px;padding:11px 16px;white-space:nowrap}.cookie-manager__button{position:fixed;z-index:44;left:18px;bottom:18px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--border);border-radius:999px;background:var(--panel);color:var(--muted);padding:9px 13px;font-size:12px}.cookie-manager__icon{font-size:17px;line-height:1}.cookie-manager__button:hover,.cookie-manager__button:focus-visible{color:var(--text);border-color:var(--cyan)}.cookie-preferences{position:fixed;z-index:50;inset:0;display:grid;place-items:center;padding:20px;background:rgba(0,0,0,.72)}.cookie-preferences__panel{width:min(560px,100%);max-height:min(720px,100%);overflow:auto;padding:30px;border:1px solid var(--border);border-radius:22px;background:var(--panel);box-shadow:0 25px 80px rgba(0,0,0,.5)}.cookie-preferences__panel h2{margin:0 0 10px}.cookie-preferences__panel>p{margin-bottom:24px;color:var(--muted)}.cookie-preferences__category{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 0;border-top:1px solid var(--border)}.cookie-preferences__category strong,.cookie-preferences__category small{display:block}.cookie-preferences__category small{margin-top:4px;color:var(--muted);font-size:13px}.cookie-preferences__category>span{color:var(--green);font-size:13px;font-weight:700;white-space:nowrap}.cookie-preferences__toggle{cursor:pointer}.cookie-preferences__toggle input{width:20px;height:20px;accent-color:var(--pink);flex:none}.cookie-preferences__actions{margin-top:22px}@media(max-width: 760px){.cookie-banner{display:block;right:12px;bottom:12px;left:12px;padding:18px}.cookie-banner__actions{display:grid;margin-top:16px}.cookie-banner__actions .button,.cookie-preferences__actions .button{width:100%}.cookie-manager__button{left:12px;bottom:12px}}.cart-widget{position:fixed;z-index:42;right:22px;bottom:22px}.cart-widget--header{position:relative;right:auto;bottom:auto;flex:none}.cart-widget__header-link{position:relative;display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--border);border-radius:12px;background:var(--panel);color:var(--text);font-size:16px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;cursor:pointer}.cart-widget__header-link:hover,.cart-widget__header-link:focus-visible,.cart-widget__header-link.is-open{border-color:var(--cyan);box-shadow:0 8px 20px rgba(0,0,0,.2);transform:translateY(-2px) scale(1.04)}.cart-widget__header-link:active{transform:translateY(0) scale(0.94)}.cart-widget__header-link strong{position:absolute;top:-7px;right:-7px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border:2px solid #101013;border-radius:999px;background:var(--orange);color:#101013;font-size:10px}.cart-widget__dropdown{position:absolute;z-index:35;top:calc(100% + 12px);right:0;width:min(390px,100vw - 32px);padding:16px;border:1px solid var(--border);border-radius:18px;background:var(--panel);box-shadow:0 18px 45px rgba(0,0,0,.3);transform-origin:top right;animation:cart-dropdown-in .2s ease-out both}@keyframes cart-dropdown-in{from{opacity:0;transform:translateY(-8px) scale(0.96)}to{opacity:1;transform:translateY(0) scale(1)}}.cart-widget__dropdown-head,.cart-widget__total,.cart-widget__actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-widget__dropdown-head{padding-bottom:12px;border-bottom:1px solid var(--border)}.cart-widget__dropdown-head button{display:grid;place-items:center;width:26px;height:26px;padding:0;border:1px solid var(--border);border-radius:50%;background:rgba(0,0,0,0);color:var(--text);font-size:18px;cursor:pointer}.cart-widget__items{display:grid;gap:12px;max-height:min(360px,45vh);margin:14px 0;overflow-y:auto}.cart-widget__item{display:grid;grid-template-columns:52px 1fr;gap:10px;align-items:center}.cart-widget__item img{width:52px;height:52px;border-radius:10px;object-fit:cover}.cart-widget__item>div{min-width:0}.cart-widget__item strong,.cart-widget__item small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-widget__item small,.cart-widget__empty,.cart-widget__error{color:var(--muted);font-size:12px}.cart-widget__quantity{display:flex;align-items:center;gap:7px;margin-top:7px}.cart-widget__quantity>button:not(.cart-widget__remove){display:grid;place-items:center;width:22px;height:22px;padding:0;border:1px solid var(--border);border-radius:6px;background:var(--field);color:var(--text);cursor:pointer}.cart-widget__quantity>button:disabled{opacity:.5;cursor:wait}.cart-widget__remove{margin-left:auto;padding:0;border:0;background:rgba(0,0,0,0);color:var(--pink);font-size:11px;cursor:pointer}.cart-widget__total{padding:12px 0;border-top:1px solid var(--border)}.cart-widget__actions{align-items:stretch;flex-direction:column}.cart-widget__actions .button,.cart-widget__actions>a:last-child{display:flex;align-items:center;justify-content:center;min-height:42px;text-align:center}.cart-widget__actions>a:last-child{color:var(--cyan);font-size:12px;font-weight:800}.cart-widget__empty,.cart-widget__error{margin:16px 0}.cart-widget__card{display:flex;align-items:center;gap:12px;min-width:250px;padding:12px 12px 12px 14px;border:1px solid var(--border);border-radius:18px;background:var(--panel);box-shadow:0 14px 34px rgba(0,0,0,.24)}.cart-widget__info{display:flex;align-items:center;gap:9px;margin-right:auto}.cart-widget__info>span:last-child{display:grid;gap:2px}.cart-widget__info strong,.cart-widget__info small{white-space:nowrap}.cart-widget__info small{color:var(--muted);font-size:11px}.cart-widget__icon{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:var(--pink);font-size:15px}.cart-widget__link{color:var(--cyan);font-size:12px;font-weight:800;white-space:nowrap}.cart-widget__collapse{display:grid;place-items:center;width:25px;height:25px;padding:0;border:1px solid var(--border);border-radius:50%;background:rgba(0,0,0,0);color:var(--text);font-size:18px;line-height:1;cursor:pointer}.cart-widget__bubble{position:relative;display:grid;place-items:center;width:54px;height:54px;padding:0;border:1px solid var(--border);border-radius:50%;background:var(--pink);color:#fff;box-shadow:0 14px 34px rgba(0,0,0,.28);font-size:21px;cursor:pointer}.cart-widget__bubble strong{position:absolute;top:-5px;right:-5px;display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border:2px solid var(--bg);border-radius:999px;background:var(--orange);font-size:11px}@media(max-width: 760px){.cart-widget{right:14px;bottom:14px}.cart-widget--header{right:auto;bottom:auto}.cart-widget__card{min-width:0;max-width:calc(100vw - 28px)}}:root[data-theme=light]{--bg: #f5f6f9;--panel: #fff;--panel2: #fff;--text: #171923;--muted: #5d6370;--cyan: #087eaa;--orange: #c86a00}[data-theme=light] .site-header{background:#fff;box-shadow:0 2px 14px rgba(16,19,27,.0705882353)}[data-theme=light] .site-footer{background:#fff;border-color:#e0e2e8}[data-theme=light] .site-footer__links small{color:#606776}[data-theme=light] .hero{color:#fff}[data-theme=light] .hero .eyebrow{color:#69d3fb}[data-theme=light] .button.button--dark{background:#20232c;color:#fff}[data-theme=light] .beta-offer{background:#fff3f9}[data-theme=light] .future-card{background:#fff}[data-theme=light] .plan.plan--featured{background:#fff0f8}[data-theme=light] .plan .text-button,[data-theme=light] .account__menu button{color:#171923}[data-theme=light] .plan .text-button:hover{color:var(--pink)}[data-theme=light] .tracking{background:#f0f2f6}[data-theme=light] .button.button--muted{background:#d9dce4;color:#606570}[data-theme=light] .mobile-drawer{background:#fff}[data-theme=light] .mobile-drawer .mobile-drawer__top button{background:#eceef3;color:#171923}[data-theme=light] .modal-backdrop{background:rgba(0,0,0,.6666666667)}[data-theme=light] .beta-dialog{background:#1b1e27;color:#fff;--muted: #aeb0b9;--cyan: #37b7e9}[data-theme=light] .fields input,[data-theme=light] .summary-box{background:#12151b;color:#fff}[data-theme=light] .toast{background:#fff}@media(max-width: 760px){.site-header__inner{gap:12px}.theme-toggle{margin-left:auto;width:42px;height:42px}.site-header__menu-toggle{flex:none}.modal-backdrop{inset:76px 0 0}[data-theme=light] .modal-backdrop{background:#1b1e27}}#site-header{position:fixed;inset:0 0 auto;z-index:20}.site-header{transition:background-color .25s ease,box-shadow .25s ease}#site-header.scrolled .site-header{background:#101013;box-shadow:0 8px 24px rgba(0,0,0,.3333333333)}[data-theme=light] #site-header.scrolled .site-header{background:#fff;box-shadow:0 5px 18px rgba(16,19,27,.1098039216)}#site-header.home:not(.scrolled) .site-header{background:rgba(0,0,0,0);box-shadow:none}#site-header.home:not(.scrolled) .desktop-nav a{color:#fff}#site-header.home:not(.scrolled) .navigation__account-dropdown a{color:var(--text)}#site-header.home:not(.scrolled) .navigation__account-dropdown a:hover,#site-header.home:not(.scrolled) .navigation__account-dropdown a:focus-visible{color:#081018}#site-header.home:not(.scrolled) .theme-toggle{color:#fff;background:rgba(16,16,19,.5333333333);border-color:rgba(255,255,255,.5333333333)}#site-header.home:not(.scrolled) .site-header__menu-toggle{background:rgba(16,16,19,.5333333333);color:#fff}.hero{height:100svh;min-height:620px}.hero .container{padding-top:clamp(170px,23vh,255px)}.page-main{padding-top:144px;min-height:100vh}@media(max-width: 760px){.hero{height:100svh;min-height:0}.hero .container{padding-top:clamp(145px,20vh,205px)}.page-main{padding-top:136px;min-height:100vh}}@font-face{font-family:Barlow;src:url("assets/fonts/Barlow-Regular.ttf") format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Barlow;src:url("assets/fonts/Barlow-SemiBold.ttf") format("truetype");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:Barlow;src:url("assets/fonts/Barlow-Bold.ttf") format("truetype");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:"Barlow Condensed";src:url("assets/fonts/BarlowCondensed-Bold.ttf") format("truetype");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:"Barlow Condensed";src:url("assets/fonts/BarlowCondensed-ExtraBold.ttf") format("truetype");font-style:normal;font-weight:800;font-display:swap}body{font-family:Barlow,Arial,sans-serif}h1,h2,h3,.page-title,.product-card__title,.price{font-family:"Barlow Condensed",Impact,sans-serif;font-weight:800;letter-spacing:.012em}.hero h1,.game-intro h2,.page-title{letter-spacing:.005em}.eyebrow,.desktop-nav,.button{letter-spacing:.025em}@keyframes draft-enter{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.hero .eyebrow,.hero h1,.hero p,.hero__actions{animation:draft-enter .6s both}.hero h1{animation-delay:.1s}.hero p{animation-delay:.2s}.hero__actions{animation-delay:.3s}.product-card,.plan,.future-card{transition:transform .25s ease,box-shadow .25s ease}.product-card:hover,.plan:hover,.future-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(0,0,0,.2)}.product-card.reveal.visible:hover,.plan.reveal.visible:hover{transform:translateY(-4px)}.product-card img{transition:transform .35s ease}.product-card:hover img{transform:scale(1.025)}.desktop-nav a{position:relative}.desktop-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--pink);transition:right .22s ease}.desktop-nav a:hover::after,.desktop-nav a[aria-current=page]::after{right:0}@media(prefers-reduced-motion: reduce){.hero .eyebrow,.hero h1,.hero p,.hero__actions{animation:none;opacity:1;transform:none}.product-card:hover,.plan:hover,.future-card:hover,.product-card.reveal.visible:hover,.plan.reveal.visible:hover{transform:none}.product-card:hover img{transform:none}}.modal-backdrop{inset:0;padding:96px 20px 28px;place-items:start center;background:rgba(5,7,11,.8392156863);backdrop-filter:blur(12px)}.beta-dialog{--dialog-bg: #181d27;--dialog-surface: #222936;--dialog-input: #131923;--dialog-border: #36404f;--dialog-text: #f8f9fc;--dialog-muted: #bac4d0;--dialog-placeholder: #c8d0da;position:relative;width:min(720px,100%);padding:42px 48px 38px;border:1px solid var(--dialog-border);border-radius:28px;background:var(--dialog-bg);color:var(--dialog-text);box-shadow:0 30px 90px rgba(0,0,0,.6),0 0 60px rgba(250,7,134,.0901960784);overflow:hidden}.beta-dialog::before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg, var(--pink), var(--cyan) 64%, var(--orange))}.beta-dialog::after{content:"";position:absolute;top:-95px;right:-95px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle, rgba(250, 7, 134, 0.0980392157), transparent 70%);pointer-events:none}.beta-dialog__close{z-index:1;top:25px;right:26px;display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--dialog-border);border-radius:50%;background:var(--dialog-surface);color:var(--dialog-text);font-size:calc(26px*var(--draft-type-scale, 1));transition:background .2s,transform .2s}.beta-dialog__close:hover{background:var(--pink);color:#fff;transform:rotate(90deg)}.beta-dialog .eyebrow{display:inline-block;margin-bottom:10px;font-size:calc(12px*var(--draft-type-scale, 1));letter-spacing:.13em}.beta-dialog h2{font-size:calc(clamp(37px,4vw,50px)*var(--draft-type-scale, 1));margin:0 48px 19px 0}.steps{display:flex;align-items:center;gap:10px;margin:0 0 29px;padding:0 0 22px;border-bottom:1px solid var(--dialog-border);color:var(--dialog-muted);font-size:calc(13px*var(--draft-type-scale, 1));font-weight:600}.steps .current{display:inline-flex;align-items:center;padding:8px 12px;border:1px solid rgba(250,7,134,.4588235294);border-radius:100px;background:rgba(250,7,134,.0980392157);color:var(--dialog-text);font-weight:700}.fields{gap:16px 18px}.fields label{color:var(--dialog-text);font-size:calc(13px*var(--draft-type-scale, 1));font-weight:600;letter-spacing:.01em}.fields label.required::before,.checks label.required::before{content:"* ";color:#ff4d6d;font-weight:800}.fields label.address-field::before{content:none}.address-field{position:relative}.address-suggestions{z-index:4;display:grid;gap:4px;max-height:220px;margin-top:4px;padding:6px;overflow-y:auto;border:1px solid var(--dialog-border);border-radius:10px;background:var(--dialog-surface);color:var(--dialog-text)}.address-suggestions small{padding:8px 10px;color:var(--dialog-muted)}.address-suggestions button{padding:9px 10px;border:0;border-radius:7px;background:rgba(0,0,0,0);color:var(--dialog-text);text-align:left;cursor:pointer}.address-suggestions button:hover,.address-suggestions button:focus-visible{background:var(--dialog-bg);color:var(--cyan)}.required-mark{color:#ff4d6d;font-weight:800}.fields input{height:48px;margin-top:7px;padding:10px 13px;border:1px solid var(--dialog-border);border-radius:11px;background:var(--dialog-input);color:var(--dialog-text);outline:0;transition:border-color .2s,box-shadow .2s}.fields select{width:100%;height:48px;margin-top:7px;padding:10px 13px;border:1px solid var(--dialog-border);border-radius:11px;background:var(--dialog-input);color:var(--dialog-text)}.fields input:hover{border-color:#6a7586}.fields input:focus{border-color:var(--cyan);box-shadow:0 0 0 3px rgba(55,183,233,.168627451)}.fields input:user-invalid,.fields select:user-invalid,.fields input[aria-invalid=true]{border-color:#ff4d6d;box-shadow:0 0 0 3px rgba(255,77,109,.168627451)}.fields input:user-invalid:focus,.fields select:user-invalid:focus,.fields input[aria-invalid=true]:focus{border-color:#ff4d6d;box-shadow:0 0 0 3px rgba(255,77,109,.168627451)}.password-check{display:block;margin-top:6px;color:var(--dialog-muted);font-size:calc(12px*var(--draft-type-scale, 1));font-weight:600}.password-check.valid{color:var(--green)}.password-check.invalid{color:#ff4d6d}.password-field{position:relative;display:block}.password-field input{padding-right:48px}.password-toggle{position:absolute;top:50%;right:9px;display:grid;place-items:center;width:32px;height:32px;padding:0;border:0;border-radius:8px;background:rgba(0,0,0,0);color:var(--dialog-muted);transform:translateY(-50%)}.password-toggle:hover,.password-toggle:focus-visible{background:var(--dialog-surface);color:var(--dialog-text)}.phone-field{display:grid;grid-template-columns:minmax(145px, 0.8fr) minmax(0, 1.2fr);gap:8px}.phone-field select,.phone-field input{min-width:0}.phone-country{position:relative;display:block}.phone-country select{width:100%;padding-left:40px}.phone-country-flag{position:absolute;z-index:1;top:50%;left:12px;pointer-events:none;transform:translateY(-50%)}.beta-dialog .fields input::placeholder{color:var(--dialog-placeholder);opacity:1}.beta-dialog .fields input[type=date]{color-scheme:dark;color:var(--dialog-text)}.beta-dialog .fields input[type=date]::-webkit-datetime-edit{color:var(--dialog-text)}.beta-dialog .fields input[type=date]::-webkit-calendar-picker-indicator{filter:none;opacity:1}.fields__note{margin:19px 0 15px;padding:12px 15px;border-left:3px solid var(--cyan);border-radius:0 8px 8px 0;background:var(--dialog-surface);color:var(--dialog-muted);font-size:calc(13px*var(--draft-type-scale, 1))}.checks{gap:12px 24px;margin:24px 0 8px;color:var(--dialog-muted);font-size:calc(13px*var(--draft-type-scale, 1))}.checks label{cursor:pointer}.checks input{width:16px;height:16px;margin:0 5px 0 0}.beta-dialog__step .full-button{margin-top:30px}.beta-dialog .button{min-height:50px;color:#fff}.summary-box{margin-top:5px;padding:28px;border:1px solid var(--dialog-border);border-radius:18px;background:var(--dialog-surface)}.summary-box h3{font-size:calc(32px*var(--draft-type-scale, 1));margin-bottom:16px}.summary-box ul{margin:0;padding:0 0 25px;color:var(--dialog-muted);font-size:calc(17px*var(--draft-type-scale, 1));line-height:1.8}.summary-box li::before{color:var(--cyan)}.summary-box__total{padding-top:17px;border-top:1px solid var(--dialog-border);align-items:center}.summary-box__total span:last-child{font-family:"Barlow Condensed",Impact,sans-serif;color:var(--pink);font-size:calc(34px*var(--draft-type-scale, 1));font-weight:800}.beta-dialog__actions{margin-top:23px}.back-button{color:var(--dialog-text);border:1px solid var(--dialog-border);border-radius:11px;min-height:50px;transition:border-color .2s,background .2s}.back-button:hover{border-color:var(--pink);background:var(--dialog-surface)}.prototype-note{color:var(--dialog-muted);margin-bottom:26px}.beta-dialog #stepAccount .prototype-note{max-width:390px;margin:-4px 0 15px;font-size:calc(13px*var(--draft-type-scale, 1));line-height:1.25}.relay-search{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:end;margin:24px 0}.relay-search label{display:grid;gap:7px;color:var(--dialog-text);font-size:calc(13px*var(--draft-type-scale, 1));font-weight:700}.relay-search input{min-height:50px;padding:10px 13px;border:1px solid var(--dialog-border);border-radius:11px;background:var(--dialog-input);color:var(--dialog-text)}.relay-points{display:grid;gap:10px;max-height:320px;padding-right:4px;overflow:auto}.relay-point{display:grid;gap:3px;width:100%;padding:15px 17px;border:1px solid var(--dialog-border);border-radius:12px;background:var(--dialog-surface);color:var(--dialog-text);text-align:left;cursor:pointer}.relay-point:hover,.relay-point.selected{border-color:var(--cyan);box-shadow:0 0 0 2px rgba(0,216,255,.1411764706)}.relay-point span,.relay-point small{color:var(--dialog-muted)}.relay-summary{display:grid;gap:6px;margin-top:14px;padding:17px 20px;border-left:3px solid var(--cyan);border-radius:0 10px 10px 0;background:var(--dialog-surface);color:var(--dialog-muted)}.relay-summary strong{color:var(--dialog-text)}.beta-payment-summary{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;padding:22px}.beta-card-label{display:block;margin-bottom:9px;color:var(--dialog-text);font-weight:700}.beta-card-field{min-height:52px;padding:15px;border:1px solid var(--dialog-border);border-radius:11px;background:var(--dialog-input)}.beta-dialog #stepPayment .prototype-note{margin:12px 0 20px}.checkmark{margin:35px auto 22px;box-shadow:0 0 0 12px rgba(48,200,135,.1019607843),0 0 42px rgba(48,200,135,.2666666667)}.confirm h3{font-size:calc(34px*var(--draft-type-scale, 1))}.confirm p{color:var(--dialog-muted);margin:18px auto 34px}.confirm .button{background:var(--pink)}[data-theme=light] .modal-backdrop{background:rgba(29,36,55,.4666666667)}[data-theme=light] .beta-dialog{--dialog-bg: #fff;--dialog-surface: #f3f5f9;--dialog-input: #fff;--dialog-border: #dbe1e9;--dialog-text: #182131;--dialog-muted: #586477;--dialog-placeholder: #697487;background:var(--dialog-bg);color:var(--dialog-text);box-shadow:0 30px 80px rgba(20,32,52,.2196078431),0 0 0 1px rgba(255,255,255,.5333333333)}[data-theme=light] .beta-dialog .fields input,[data-theme=light] .beta-dialog .summary-box{background:var(--dialog-input);color:var(--dialog-text)}[data-theme=light] .beta-dialog .summary-box{background:var(--dialog-surface)}[data-theme=light] .beta-dialog .fields input[type=date]{color-scheme:light}[data-theme=light] .beta-dialog .fields input[type=date]::-webkit-calendar-picker-indicator{filter:none}@media(max-width: 760px){.modal-backdrop{inset:0;padding:76px 0 0;backdrop-filter:none}.beta-dialog{width:100%;min-height:calc(100svh - 76px);padding:32px 22px 38px;border:0;border-radius:24px 24px 0 0;box-shadow:none}.beta-dialog__close{top:22px;right:20px}.beta-dialog h2{font-size:calc(38px*var(--draft-type-scale, 1))}.relay-search{grid-template-columns:1fr}.steps{gap:4px;font-size:calc(12px*var(--draft-type-scale, 1));white-space:nowrap}.steps .current{padding:7px 8px}.fields{gap:15px}.summary-box{padding:22px}.summary-box h3{font-size:calc(27px*var(--draft-type-scale, 1))}.beta-dialog__actions{gap:10px}.back-button{min-width:90px}}[class~=login-dialog__register]{margin-top:22px;text-align:center}[class~=login-dialog__register] a{color:var(--accent);font-weight:700}.skip-link{position:fixed;top:0;left:16px;z-index:100000;background:#fff;color:#111;padding:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}body.admin-bar #site-header{top:32px}body.admin-bar .mobile-drawer{top:32px}.wordpress-content article{margin-bottom:48px}.wordpress-content img{max-width:100%;height:auto}.wordpress-content a{text-decoration:underline}.demo-notice{color:var(--muted);margin-bottom:24px}html[data-theme] body.woocommerce,html[data-theme] body.woocommerce-page{color:var(--text)}html[data-theme] body.woocommerce .wordpress-content,html[data-theme] body.woocommerce-page .wordpress-content{max-width:1300px;margin:0 auto;padding:60px 50px 120px}html[data-theme] body.woocommerce :is(h1,h2,h3,h4,th,.woocommerce-loop-product__title){color:var(--text);font-family:var(--draft-font-heading, "Barlow Condensed"),Impact,sans-serif}html[data-theme] body.woocommerce :is(a.button,button.button,input.button,.checkout-button){border:0;border-radius:var(--button-radius, 12px);background:var(--pink);color:#fff;font-weight:700;box-shadow:none}html[data-theme] body.woocommerce :is(a.button:hover,button.button:hover,input.button:hover,.checkout-button:hover){background:var(--cyan);color:#081018}html[data-theme] body.woocommerce :is(input.input-text,select,textarea,.select2-container .select2-selection--single){min-height:46px;border:1px solid var(--border);border-radius:10px;background:var(--field);color:var(--text)}html[data-theme] body.woocommerce table.shop_table,html[data-theme] body.woocommerce :is(.woocommerce-checkout-review-order,.woocommerce-cart-form,.woocommerce-form-login,.woocommerce-form-register){border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);color:var(--text)}html[data-theme] body.woocommerce table.shop_table :is(th,td){border-color:var(--border)}html[data-theme] body.woocommerce :is(.woocommerce-message,.woocommerce-info,.woocommerce-error){border-top-color:var(--cyan);border-radius:12px;background:var(--panel2);color:var(--text)}html[data-theme] body.woocommerce .woocommerce-error{border-top-color:var(--orange)}html[data-theme] body.woocommerce .woocommerce-message::before,html[data-theme] body.woocommerce .woocommerce-info::before{color:var(--cyan)}html[data-theme] body.woocommerce .woocommerce-error::before{color:var(--orange)}html[data-theme] body.woocommerce .woocommerce form .form-row label{color:var(--muted);font-weight:600}html[data-theme] body.woocommerce .woocommerce form .form-row .required{color:var(--pink)}html[data-theme] body.woocommerce .woocommerce-Price-amount{color:var(--cyan);font-weight:700}html[data-theme] body.woocommerce .woocommerce form.login,html[data-theme] body.woocommerce .woocommerce form.register{padding:28px}@media(max-width: 782px){body.admin-bar #site-header,body.admin-bar .mobile-drawer{top:46px}}@media(max-width: 760px){html[data-theme] body.woocommerce .wordpress-content,html[data-theme] body.woocommerce-page .wordpress-content{padding:45px 20px 80px}html[data-theme] body.woocommerce table.shop_table{font-size:14px}}@media(max-width: 600px){#wpadminbar{position:fixed}}html[data-theme] body{font-family:var(--draft-font-body, Barlow),Arial,sans-serif}html[data-theme] body :is(h1,h2,h3,.page-title,.product-card__title,.price){font-family:var(--draft-font-heading, "Barlow Condensed"),Impact,sans-serif}html[data-theme] body :is(.product-card,.plan,.future-card,.account__menu,.account__panel,.beta-offer,.beta-dialog,.tracking){border-radius:var(--radius)}html[data-theme] body .button{border-radius:var(--button-radius, 12px);color:var(--button-text, #fff)}html[data-theme] body #site-header:not(.home) .site-header,html[data-theme] body #site-header.home.scrolled .site-header{background:var(--header, var(--bg))}html[data-theme] body .site-footer{background:var(--footer, var(--bg));border-color:var(--border)}html[data-theme] body .hero{color:var(--hero-text, #fff)}html[data-theme] body .beta-offer{background:var(--offer, var(--panel))}html[data-theme] body .plan.plan--featured{background:var(--featured, var(--panel))}html[data-theme] body :is(.future-card,.tracking){background:var(--panel2)}html[data-theme] body :is(.account__menu button,.plan .text-button,.back-button,.beta-dialog__close,.steps .current){color:var(--text)}html[data-theme] body .account__menu button.active{color:var(--cyan)}html[data-theme] body .site-footer__links small{color:var(--muted)}html[data-theme] body .beta-dialog{--dialog-bg: var(--panel);--dialog-surface: var(--panel2);--dialog-input: var(--field);--dialog-border: var(--border);--dialog-text: var(--text);--dialog-muted: var(--muted);--dialog-placeholder: var(--muted);background:var(--panel);color:var(--text)}html[data-theme] body .beta-dialog .fields input{background:var(--field);color:var(--text)}html[data-theme] body .beta-dialog :is(.summary-box,.steps){background:var(--panel2)}html[data-theme] body .beta-dialog :is(.fields label,.fields__note,.prototype-note,.confirm p){color:var(--muted)}.site-footer__nav,.site-footer__legal{display:flex;flex-wrap:wrap;gap:16px}.site-footer__legal{margin-top:16px}.site-footer__links address{display:grid;gap:6px;margin-top:12px;font-style:normal}.navigation__group{position:relative;display:flex;align-items:center;gap:6px}.navigation__group summary{cursor:pointer;list-style:none}.navigation__submenu{position:absolute;z-index:22;top:100%;left:0;min-width:210px;padding:16px;background:var(--panel);color:var(--text);border:1px solid var(--border);border-radius:12px;display:grid;gap:16px}.navigation__submenu .navigation__submenu{left:100%;top:0}.mobile-drawer{overflow-y:auto}.mobile-drawer .navigation__group{flex-wrap:wrap}.mobile-drawer .navigation__submenu{position:static;margin-top:10px;font-size:18px}.mobile-drawer .navigation__group details{flex:1}#draft-page :is(h1,h2,h3,p,.eyebrow,.details),.beta-dialog p{white-space:pre-line}.draft-custom-section{margin-bottom:90px;scroll-margin-top:110px}.draft-custom-section.draft-custom-section--with-image{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.draft-custom-section img{width:100%;height:auto;border-radius:var(--radius)}.draft-custom-section h2{font-size:calc(44px*var(--draft-type-scale, 1))}.draft-editor-content{font-size:calc(20px*var(--draft-type-scale, 1));color:var(--muted)}.draft-editor-content a{text-decoration:underline;color:var(--cyan)}@media(max-width: 760px){.draft-custom-section.draft-custom-section--with-image{grid-template-columns:1fr;gap:24px}.draft-custom-section h2{font-size:calc(32px*var(--draft-type-scale, 1))}}html[data-theme] body #site-header.scrolled .site-header{background:var(--header, var(--bg))}html[data-theme] body.single-product .wordpress-content{max-width:1300px;padding-top:80px}html[data-theme] body.single-product :is(#secondary,.widget-area,.sidebar,.widget,.site-sidebar,.wordpress-content>aside){display:none !important}html[data-theme] body.single-product div.product{display:grid;grid-template-columns:minmax(0, 1.05fr) minmax(360px, 0.95fr);gap:clamp(36px,7vw,100px);align-items:center}html[data-theme] body.single-product div.product::before,html[data-theme] body.single-product div.product::after{display:none}html[data-theme] body.single-product div.product .woocommerce-product-gallery{float:none;width:100%;margin:0;padding:clamp(25px,5vw,70px);border:1px solid var(--border);border-radius:var(--radius);background:radial-gradient(circle at 50% 35%, color-mix(in srgb, var(--cyan) 15%, var(--panel)), var(--panel))}html[data-theme] body.single-product div.product .woocommerce-product-gallery img{width:100%;max-height:560px;object-fit:contain;border-radius:calc(var(--radius)*.7)}html[data-theme] body.single-product div.product .summary{float:none;width:100%;margin:0}html[data-theme] body.single-product div.product .product_title{margin:0 0 18px;color:var(--text);font-size:clamp(42px,5vw,72px);line-height:.96;letter-spacing:-0.025em}html[data-theme] body.single-product div.product .price{margin:0 0 24px;color:var(--cyan);font-size:32px;font-weight:800}html[data-theme] body.single-product div.product .woocommerce-product-details__short-description{max-width:540px;margin-bottom:28px;color:var(--muted);font-size:18px;line-height:1.55}html[data-theme] body.single-product div.product form.cart{display:flex;align-items:center;gap:12px;margin:28px 0}html[data-theme] body.single-product div.product form.cart .quantity .qty{width:72px;min-height:50px;border:1px solid var(--border);border-radius:var(--button-radius, 12px);background:var(--field);color:var(--text);text-align:center}html[data-theme] body.single-product div.product form.cart .single_add_to_cart_button{min-height:50px;padding-inline:28px}html[data-theme] body.single-product div.product .stock{display:inline-flex;align-items:center;gap:8px;margin:0 0 24px;padding:8px 12px;border:1px solid color-mix(in srgb, var(--orange) 55%, transparent);border-radius:999px;background:color-mix(in srgb, var(--orange) 12%, transparent);color:var(--orange);font-weight:700}html[data-theme] body.single-product div.product .product_meta{padding-top:20px;border-top:1px solid var(--border);color:var(--muted);font-size:13px}html[data-theme] body.single-product .woocommerce-tabs{grid-column:1/-1;margin-top:20px;padding-top:30px;border-top:1px solid var(--border)}html[data-theme] body.single-product .woocommerce-tabs ul.tabs{padding:0}html[data-theme] body.single-product .woocommerce-tabs ul.tabs::before,html[data-theme] body.single-product .woocommerce-tabs ul.tabs li::before,html[data-theme] body.single-product .woocommerce-tabs ul.tabs li::after{display:none}html[data-theme] body.single-product .woocommerce-tabs ul.tabs li{margin:0 8px 0 0;border:1px solid var(--border);border-radius:999px;background:var(--panel2)}html[data-theme] body.single-product .woocommerce-tabs ul.tabs li.active{border-color:var(--cyan);background:color-mix(in srgb, var(--cyan) 12%, var(--panel))}html[data-theme] body.single-product .woocommerce-tabs .panel{max-width:760px;color:var(--muted);line-height:1.6}@media(max-width: 760px){html[data-theme] body.single-product .wordpress-content{padding-top:40px}html[data-theme] body.single-product div.product{display:block}html[data-theme] body.single-product div.product .summary{margin-top:30px}html[data-theme] body.single-product div.product .product_title{font-size:48px}html[data-theme] body.single-product div.product form.cart{align-items:stretch;flex-direction:column}html[data-theme] body.single-product div.product form.cart .quantity .qty,html[data-theme] body.single-product div.product form.cart .single_add_to_cart_button{width:100%}}html[data-theme] body.woocommerce-checkout .wordpress-content{max-width:1300px;padding:144px 0 120px}html[data-theme] body.woocommerce-checkout .wordpress-content>article>h1{margin:0 0 38px;color:var(--text);font-size:calc(clamp(40px,5vw,68px)*var(--draft-type-scale, 1));line-height:1.05}html[data-theme] body.woocommerce-checkout .wc-block-checkout{color:var(--text)}html[data-theme] body.woocommerce-checkout .wc-block-checkout :is(.wc-block-components-title,.wc-block-components-checkout-step__title){color:var(--text);font-family:var(--draft-font-heading, "Barlow Condensed"),Impact,sans-serif;font-size:calc(28px*var(--draft-type-scale, 1))}html[data-theme] body.woocommerce-checkout .wc-block-checkout :is(.wc-block-components-main,.wc-block-components-sidebar){border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);color:var(--text);padding:30px}html[data-theme] body.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar-layout{gap:24px}html[data-theme] body.woocommerce-checkout .wc-block-checkout.is-large .wc-block-components-main{flex:1 1 0;min-width:0;width:auto;max-width:none}html[data-theme] body.woocommerce-checkout .wc-block-checkout.is-large .wc-block-components-sidebar{flex:0 0 34%;width:auto;max-width:none}html[data-theme] body.woocommerce-checkout .wc-block-checkout :is(.wc-block-components-text-input input,.wc-blocks-components-select__select,textarea){border:1px solid var(--border);border-radius:10px;background:var(--field);color:var(--text)}html[data-theme] body.woocommerce-checkout .wc-block-checkout :is(.wc-block-components-text-input label,.wc-blocks-components-select__label,.wc-block-components-checkbox__label){color:var(--muted)}html[data-theme] body.woocommerce-checkout .wc-block-checkout :is(.wc-block-components-text-input input,.wc-blocks-components-select__select,textarea):focus-visible{outline:2px solid var(--cyan);outline-offset:2px}html[data-theme] body.woocommerce-checkout .wc-block-checkout a{color:var(--cyan)}html[data-theme] body.woocommerce-checkout .wc-block-checkout .wc-block-components-checkout-place-order-button{border:0;border-radius:var(--button-radius, 12px);background:var(--pink);color:#fff;font-weight:700}html[data-theme] body.woocommerce-checkout .wc-block-checkout .wc-block-components-checkout-place-order-button:hover{background:var(--cyan);color:#081018}html[data-theme] body.woocommerce-checkout form.checkout.woocommerce-checkout{display:grid;grid-template-columns:minmax(0, 1fr) minmax(340px, 0.72fr);gap:28px}html[data-theme] body.woocommerce-checkout form.checkout :is(#customer_details,#order_review_heading,#order_review){min-width:0}html[data-theme] body.woocommerce-checkout form.checkout #customer_details{grid-row:1/span 2}html[data-theme] body.woocommerce-checkout form.checkout :is(.col-1,.col-2,#payment){float:none;width:100%;padding:26px;border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);color:var(--text)}html[data-theme] body.woocommerce-checkout form.checkout .col-2{margin-top:20px}html[data-theme] body.woocommerce-checkout #payment div.payment_box{background:var(--field);color:var(--text)}html[data-theme] body.woocommerce-checkout #payment div.payment_box::before{border-bottom-color:var(--field)}html[data-theme] body.woocommerce-checkout :is(.wms_pickup_selected,.wms_pickup_modal_content){color:var(--text)}@media(max-width: 760px){html[data-theme] body.woocommerce-checkout .wordpress-content{padding:136px 0 80px}html[data-theme] body.woocommerce-checkout .wordpress-content>article>h1{margin-bottom:28px}html[data-theme] body.woocommerce-checkout .wc-block-checkout :is(.wc-block-components-main,.wc-block-components-sidebar){padding:20px}html[data-theme] body.woocommerce-checkout form.checkout.woocommerce-checkout{grid-template-columns:1fr}html[data-theme] body.woocommerce-checkout form.checkout #customer_details{grid-row:auto}}
