*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased;background:#121212;color:#f0f0f0}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}.home{min-height:100dvh;background:#121212}.shop-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:16px;background:linear-gradient(135deg, #1a1a1a 0%, #2e1a1a 100%);font-family:"Inter",sans-serif;border-bottom:1px solid #3a3a3a}.shop-header__home{position:relative;display:inline-flex;align-items:center;justify-content:center;border:none;background:rgba(0,0,0,0);color:#f0f0f0;text-decoration:none}.shop-header__home svg{width:100%;height:100%;display:block}.shop-header__home{width:1.75rem;height:1.75rem}.shop-header__search{flex:1 1 auto;margin:0 1rem 0 0;position:relative;background:#242424;border:1px solid #3a3a3a;border-radius:20px;height:2.75rem;display:flex;align-items:center;padding-left:2.5rem;padding-right:16px}.shop-header__search-icon{position:absolute;left:.75rem;display:inline-flex;align-items:center;justify-content:center;color:#9e9e9e}.shop-header__search-icon svg{width:1.25rem;height:1.25rem}.shop-header__input{width:100%;border:0;outline:0;background:rgba(0,0,0,0);color:#f0f0f0;font-size:16px}.shop-header__input::placeholder{color:#666}.shop-header__lang{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin:0 .75rem 0 .375rem;padding-top:.125rem;border:1px solid #3a3a3a;border-radius:50%;background:#2e2e2e;color:#f0f0f0;font-weight:600;font-size:.75rem;letter-spacing:.5px;flex-shrink:0;transition:transform .15s ease}.shop-header__lang:active{transform:scale(0.92)}.catalog{padding:.5rem 0 0 16px}.catalog__title{margin:1rem 0 1rem 0;font-size:1.75rem;line-height:1.2;color:#f0f0f0;font-weight:600}.breadcrumbs{padding:.75rem 0 .25rem 0}.breadcrumbs__item{display:inline-flex;align-items:center;gap:.25rem;color:#f0f0f0;text-decoration:none;background:rgba(0,0,0,0);border:none}.breadcrumbs__item svg{width:1.5rem;height:1.5rem}.category-selector{display:flex;gap:.5rem;flex-wrap:nowrap;margin:.5rem 0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.125rem}.category-selector::-webkit-scrollbar{display:none}.category-chip{display:inline-flex;align-items:center;justify-content:center;padding:.375rem 1rem;border-radius:20px;background:#242424;border:1px solid #3a3a3a;color:#f0f0f0;text-decoration:none;font-weight:600;white-space:nowrap;flex:0 0 auto;transition:background .2s,border-color .2s}.category-chip:hover,.category-chip:active{border-color:#e53935;background:rgba(229,57,53,.15)}.catalog-list{padding:1.25rem 1rem 1rem 1rem}.product-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:.5rem}@media(min-width: 640px){.product-grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 960px){.product-grid{grid-template-columns:repeat(4, 1fr)}}.product-empty{display:grid;justify-items:center;align-content:center;padding:1.5rem;background:#242424;border-radius:20px}.product-empty__img{width:100%;max-width:13.75rem;filter:saturate(0.95)}.product-empty__title{color:#f0f0f0;font-weight:600;font-size:1.125rem}.product-empty__subtitle{color:#9e9e9e}main{background:#121212}.catalog-controls{display:flex;align-items:center;gap:.75rem;margin-top:.75rem;padding-right:1rem}.control-btn{display:inline-flex;justify-content:space-between;align-items:center;gap:.375rem;height:2.5rem;padding:0 .75rem;border-radius:20px;background:#242424;border:1px solid #3a3a3a;color:#f0f0f0;font-weight:400;text-decoration:none;cursor:pointer}.control-btn__icon svg{width:1.125rem;height:1.125rem}.control-btn--sort .control-btn__chevron svg{transform:rotate(-90deg)}.control-btn__text{display:inline-block;max-width:10rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.control-btn__badge{margin-left:.125rem;min-width:1.375rem;height:1.375rem;padding:0 .375rem;border-radius:999px;background:linear-gradient(135deg, #e53935 0%, #b71c1c 100%);color:#fff;font-size:14px;line-height:1.375rem;text-align:center}.control-btn__chevron svg{width:1.125rem;height:1.125rem}.control-btn--sort{width:11.625rem}.sort{position:relative}.sort__menu{position:absolute;top:calc(100% + .5rem);left:0;width:100%;background:#2e2e2e;border:1px solid #3a3a3a;border-radius:20px;box-shadow:0 4px 14px rgba(0,0,0,.3);overflow:hidden;z-index:10}.sort__option{display:block;width:100%;text-align:left;padding:.75rem 1rem;background:#2e2e2e;color:#f0f0f0;border:0}.sort__option--active{background:linear-gradient(135deg, #e53935 0%, #b71c1c 100%);color:#fff}.product-card{display:flex;flex-direction:column;border:1px solid #3a3a3a;border-radius:20px;background:linear-gradient(160deg, #2a2a2a 0%, #1e1e1e 40%, #1a1a1a 100%);overflow:hidden;text-decoration:none;cursor:pointer;transition:border-color .2s,box-shadow .2s;position:relative}.product-card::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:40%;background:linear-gradient(to top, rgba(229, 57, 53, 0.1), transparent);pointer-events:none;z-index:0}.product-card:hover,.product-card:active{border-color:#e53935;box-shadow:0 0 16px rgba(229,57,53,.15)}.product-card:hover::before,.product-card:active::before{background:linear-gradient(to top, rgba(229, 57, 53, 0.2), transparent)}.product-card__image{display:block}.product-card__image-placeholder{width:100%;height:auto;aspect-ratio:1/1}.product-card__info{padding:.75rem .875rem;position:relative;z-index:1}.product-card__price-row{display:flex;align-items:center;justify-content:space-between}.product-card__price{font-weight:600;color:#f0f0f0}.product-card__buy{display:inline-flex;align-items:center;justify-content:center;width:2.125rem;height:2.125rem;padding:0;border:0;border-radius:.5rem;background:linear-gradient(135deg, #e53935 0%, #b71c1c 100%);color:#fff;flex-shrink:0}.product-card__buy .icon-basket svg{width:1rem;height:1.125rem;display:block}.product-card__buy .icon-check svg{width:1rem;height:1.125rem;display:block}.product-card__buy .icon-check{display:none}.product-card__buy--added{background:#4caf50;color:#fff}.product-card__buy--added .icon-basket{display:none}.product-card__buy--added .icon-check{display:inline-block}.product-card__title{color:#9e9e9e;font-size:14px;line-height:1.35}.product-card__smart{padding:.5rem .875rem .75rem;border-top:1px solid #2a2a2a;position:relative;z-index:1}.product-card__smart-title{font-weight:600;color:#f0f0f0;font-size:14px;margin-bottom:.25rem}.product-card__smart-row{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#9e9e9e;padding:.125rem 0}.product-card__smart-price{color:#f0f0f0;font-weight:600}.drawer{position:fixed;inset:0;z-index:1000;pointer-events:none}.drawer__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5);opacity:0;transition:opacity .25s ease}.product-drawer{position:absolute;top:0;right:0;height:100dvh;width:min(450px,100%);background:#1a1a1a;display:flex;flex-direction:column;box-shadow:-8px 0 24px rgba(0,0,0,.4);transform:translateX(100%);transition:transform .2s ease}.drawer--open{pointer-events:auto}.drawer--open .drawer__backdrop{opacity:1}.drawer--open .product-drawer{transform:translateX(0)}.drawer--left .product-drawer{left:0;right:auto;transform:translateX(-100%)}.drawer--left.drawer--open .product-drawer{transform:translateX(0)}.product-drawer__header{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:1rem 1rem;border-bottom:1px solid #3a3a3a;background:linear-gradient(135deg, #1a1a1a 0%, #2e1a1a 100%)}.clear-cart-btn{display:inline-flex;align-items:center;justify-content:center;height:80%;padding:.375rem 1.125rem;border:0;border-radius:.625rem;background:#b71c1c;color:#fff;font-size:.875rem}.back-btn{display:inline-flex;align-items:center;justify-content:center;padding:.375rem 0;color:#f0f0f0;border:none;background-color:rgba(0,0,0,0)}.back-btn svg{width:1.875rem;height:1.875rem}.product-drawer__title{text-align:center;font-weight:600;font-size:1.25rem;color:#f0f0f0}.product-drawer__content{flex:1 1 auto;overflow:auto;scrollbar-width:none;-ms-overflow-style:none;padding:1rem;background:radial-gradient(ellipse at 100% 100%, rgba(229, 57, 53, 0.09) 0%, transparent 55%),#121212}.product-drawer__content::-webkit-scrollbar{display:none}.product-drawer__media{padding:0;aspect-ratio:1.4/1;overflow:hidden}.product-drawer__top{background:linear-gradient(160deg, #2e2e2e 0%, #222 50%, #1e1e1e 100%);border-radius:20px;padding:1rem .75rem;border:1px solid #2a2a2a}.product-drawer__desc{margin-top:1rem;border-radius:20px;padding:.25rem .5rem}.product-drawer__image{width:100%;height:100%;object-fit:contain;border-radius:20px}.product-drawer__price-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1rem;padding:0rem .5rem}.product-drawer__price-block{display:flex;align-items:baseline;gap:.5rem}.product-drawer__price-old{color:#9e9e9e;font-size:1.75rem;text-decoration:line-through}.product-drawer__price{color:#f0f0f0;font-weight:600;font-size:1.75rem;margin:0}.product-drawer__price--discount{color:#4caf50}.product-drawer__name{color:#f0f0f0;margin:.375rem 0 0 0;font-weight:400;font-size:1.125rem;padding:0rem .5rem}.badge{display:inline-flex;align-items:center;padding:.375rem 1rem;border-radius:20px;font-weight:400}.badge--success{background:rgba(76,175,80,.15);color:#4caf50}.badge--outline{background:rgba(0,0,0,0);color:#f0f0f0;border:1px solid #3a3a3a;font-size:.9375rem}.section-title{margin:0 0 .5rem 0;font-weight:600;color:#f0f0f0}.specs{display:block}.specs__row{display:flex;justify-content:space-between;padding:0 0 .625rem 0}.specs__row dt{color:#f0f0f0}.specs__row dd{color:#9e9e9e}.description p{color:#f0f0f0;margin-bottom:.5rem}.description ul{padding-left:1.125rem;color:#f0f0f0}.description{color:#f0f0f0;white-space:pre-line;letter-spacing:.0125rem}.smart-section{margin-bottom:1rem}.smart-hint{padding:.625rem .75rem;margin-bottom:.5rem;border-radius:12px;background:rgba(76,175,80,.1);color:#4caf50;font-size:14px;font-weight:600}.smart-tiers{border-radius:12px;overflow:hidden;border:1px solid #2a2a2a}.smart-tiers__row{display:flex;justify-content:space-between;align-items:center;padding:.625rem .875rem;color:#9e9e9e;font-size:14px;transition:background .2s}.smart-tiers__row:not(:last-child){border-bottom:1px solid #2a2a2a}.smart-tiers__row--active{background:rgba(76,175,80,.1);color:#4caf50}.smart-tiers__price{font-weight:600;color:#f0f0f0}.smart-tiers__row--active .smart-tiers__price{color:#4caf50}.divider{height:1px;background:#2a2a2a;margin:1rem 0}.product-drawer__cta{padding:1rem;border-top:1px solid #3a3a3a;background:#1a1a1a}.cta-btn{width:100%;height:3rem;border:0;border-radius:31.25rem;background:linear-gradient(135deg, #e53935 0%, #b71c1c 100%);color:#fff;font-weight:600}.cta-btn:disabled{opacity:.5}.cta-btn--added{background:#4caf50}.cta-added{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.75rem}.cta-go{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;min-width:10rem;height:3rem;padding:0 1rem;border-radius:31.25rem;background:linear-gradient(135deg, #e53935 0%, #b71c1c 100%);color:#fff;text-decoration:none;border:none}.cta-go__title{font-weight:600;text-align:center;line-height:1}.cta-go__subtitle{font-size:14px;opacity:.9;line-height:1}.cart{display:grid;gap:1rem}.cart__empty{display:grid;justify-items:center;align-content:center;padding:1.5rem;background:#242424;border-radius:20px}.cart__empty-img{width:60%;filter:saturate(0.95)}.cart__empty-title{color:#f0f0f0;font-weight:600;font-size:1.125rem}.cart__empty-subtitle{color:#9e9e9e}.order-form{display:grid;gap:1rem}.filters{display:grid;gap:1rem}.filters__section{background:#242424;border-radius:20px;padding:.75rem 1rem;gap:1.25rem}.filters__group{display:grid}.filters__group+.filters__group{margin-top:1rem}.filters__group-other{margin-bottom:.25rem}.filters__title{margin:0 0 .5rem 0;color:#f0f0f0;font-weight:600}.filters__breadcrumb{display:inline-flex;align-items:center;gap:.375rem;color:#f0f0f0;border:none;background:rgba(0,0,0,0)}.filters__breadcrumb svg{width:1.125rem;height:1.125rem}.filters__list{list-style:none;margin:0;padding:0;display:grid}.filters__item{border-bottom:1px solid #2a2a2a}.filters__item:last-child{border-bottom:0}.filters__link{width:100%;text-align:left;background:rgba(0,0,0,0);border:0;padding:.75rem 0;display:flex;justify-content:space-between;align-items:center;color:#f0f0f0}.filters__item:last-child .filters__link{padding-bottom:0}.filters__chevron{display:inline-flex}.filters__chevron svg{width:1.25rem;height:1.25rem}.filters__nums{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.5rem}.filters__num{width:100%;padding:.5rem .75rem;border:1px solid #3a3a3a;border-radius:.75rem;background:#2e2e2e;color:#f0f0f0}.range{position:relative;height:1.75rem;margin:.25rem .625rem 0rem .625rem}.range__track{position:absolute;top:50%;left:0;right:0;height:.25rem;background:#3a3a3a;border-radius:.25rem;transform:translateY(-50%)}.range__bar{position:absolute;top:50%;height:.25rem;background:linear-gradient(135deg, #e53935 0%, #b71c1c 100%);border-radius:.25rem;transform:translateY(-50%);left:0;right:0}.range__thumb{position:absolute;top:50%;width:1.25rem;height:1.25rem;border-radius:50%;background:#e53935;transform:translate(-50%, -50%);cursor:grab;z-index:1;box-shadow:0 0 6px rgba(229,57,53,.4)}.range__thumb:active{cursor:grabbing}.filters__inputs{display:grid;gap:.5rem;padding-top:.25rem}.checkbox{display:flex;align-items:center;gap:.625rem}.checkbox input{width:1.125rem;height:1.125rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;border:.0625rem solid #3a3a3a;border-radius:.25rem;background:#2e2e2e;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.checkbox input:checked{background:#e53935;border-color:#e53935;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6L9 17l-5-5' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:.75rem .75rem}.checkbox input:focus-visible{outline:none;box-shadow:0 0 0 .1875rem rgba(229,57,53,.3)}.checkbox__label{color:#f0f0f0}.form-group{display:grid;gap:.25rem}.form-label{color:#f0f0f0;font-weight:400;margin-left:.25rem}.form-input{width:100%;padding:.625rem .875rem;border:1px solid #3a3a3a;border-radius:.75rem;background:#2e2e2e;color:#f0f0f0;transition:border-color .2s}.form-input:focus{border-color:#e53935;outline:none}.form-fieldset{margin:0;padding:0;border:0;display:grid;gap:.375rem}.form-legend{margin:0 0 .375rem 0;color:#f0f0f0;font-weight:600}.radio{display:flex;align-items:center;gap:.625rem}.radio input{width:1.125rem;height:1.125rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;border:.0625rem solid #3a3a3a;border-radius:50%;background:#2e2e2e;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.radio input:checked{background:#e53935;border-color:#e53935}.radio input:focus-visible{outline:none;box-shadow:0 0 0 .1875rem rgba(229,57,53,.3)}.radio__label{color:#f0f0f0}.cart__list{display:grid;gap:.75rem}.cart-item{display:grid;grid-template-columns:5.5rem 1fr auto;gap:.75rem;align-items:center;padding:.75rem;border-radius:20px;background:#242424;box-shadow:0 0 .0625rem rgba(0,0,0,.1)}.cart-item__media{width:5.5rem;border-radius:20px;overflow:hidden}.cart-item__image{width:100%;aspect-ratio:1/1;border-radius:20px;object-fit:cover;display:block;border:0}.cart-item__main{align-self:stretch;display:flex;flex-direction:column;align-content:center;justify-content:center}.cart-item__info{display:grid}.cart-item__title{color:#f0f0f0;font-weight:600}.cart-item__retail{color:#9e9e9e;font-size:14px}.cart-item__controls{margin-top:.25rem;display:flex;width:100%;grid-auto-flow:column;justify-content:space-between;align-items:center;gap:.5rem}.cart-item__controls .qty__btn{height:2.125rem !important}.cart-item__remove-btn{display:inline-flex;align-items:center;justify-content:center;width:2.125rem;height:2.125rem;border:0;border-radius:.75rem;color:#fff;background:#b71c1c;flex-shrink:0}.cart-item__remove-btn svg{padding:.125rem}.cart-item__price{white-space:nowrap;flex-grow:1;text-align:right}.cart-item__price-old{display:block;font-size:.8125rem;color:#9e9e9e;text-decoration:line-through;text-align:right}.cart-item__price-value{font-size:1.25rem;font-weight:600;color:#f0f0f0}.cart-item__price-currency{margin-left:.25rem;color:#9e9e9e}.cart__summary{padding:.25rem .75rem;margin-bottom:.75rem}.cart__row{display:flex;justify-content:space-between;align-items:center}.cart__label{color:#9e9e9e}.cart__value{color:#f0f0f0}.cart__price-old{font-size:1.25rem;color:#9e9e9e;text-decoration:line-through;margin-right:.5rem}.cart__price{font-size:1.25rem;font-weight:600}.flavor-picker{margin-top:.5rem;margin-bottom:1rem}.flavor-picker__list{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.5rem}.flavor-picker__item{padding:.25rem .75rem;border:1px solid #3a3a3a;border-radius:62.4375rem;background:#242424;color:#f0f0f0;font-size:14px;font-family:"Inter",sans-serif;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.flavor-picker__item:hover{background:#2e2e2e}.flavor-picker__item--active{color:#fff;background:linear-gradient(135deg, #e53935 0%, #b71c1c 100%);border-color:#e53935}.flavor-picker__item--active:hover{background:linear-gradient(135deg, #e53935 0%, #b71c1c 100%)}.header-cart{position:relative;display:inline-flex;align-items:center;justify-content:center;margin-right:.375rem;cursor:pointer;color:#f0f0f0;text-decoration:none;width:1.5rem;height:1.5rem}.header-cart svg{width:100%;height:100%;display:block}.header-cart__badge{position:absolute;top:-0.5rem;right:-0.5rem;min-width:1.125rem;height:1.125rem;padding:0 .25rem;border-radius:999px;background:linear-gradient(135deg, #e53935 0%, #b71c1c 100%);color:#fff;font-size:14px;line-height:1.125rem;text-align:center;font-weight:600}.qty{display:inline-flex;align-items:center;justify-content:start;min-width:7.625rem;background:rgba(0,0,0,0)}.qty__btn{display:inline-flex;align-items:center;justify-content:center;height:2.5rem;aspect-ratio:1/1;padding:.5rem;border:0;border-radius:.75rem;background:linear-gradient(135deg, #e53935 0%, #b71c1c 100%);color:#fff}.qty__btn:disabled{background:#666}.qty__count{min-width:2.75rem;text-align:center;color:#f0f0f0}.age-gate{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:16px}.age-gate__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.7);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;transition:opacity .3s ease}.age-gate--open .age-gate__backdrop{opacity:1}.age-gate__card{position:relative;width:100%;max-width:22.5rem;padding:2rem 1.5rem;border-radius:20px;background:linear-gradient(160deg, #2e2e2e 0%, #1a1a1a 100%);border:1px solid #3a3a3a;text-align:center;transform:scale(0.9);opacity:0;transition:transform .3s ease,opacity .3s ease}.age-gate__card::after{content:"";position:absolute;bottom:-20%;left:10%;right:10%;height:60%;background:radial-gradient(ellipse, rgba(229, 57, 53, 0.15) 0%, transparent 70%);pointer-events:none;z-index:-1}.age-gate--open .age-gate__card{transform:scale(1);opacity:1}.age-gate__icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin:0 auto 1rem;border-radius:50%;background:linear-gradient(135deg, #e53935 0%, #b71c1c 100%);color:#fff;font-size:1.375rem;font-weight:600}.age-gate__title{margin:0 0 .5rem 0;color:#f0f0f0;font-size:1.375rem;font-weight:600}.age-gate__text{margin:0 0 1.5rem 0;color:#9e9e9e;font-size:14px;line-height:1.5}.age-gate__actions{display:grid;gap:.625rem}.age-gate__btn{width:100%;height:3rem;border:0;border-radius:31.25rem;font-weight:600;font-size:16px;cursor:pointer;transition:opacity .2s}.age-gate__btn--confirm{background:linear-gradient(135deg, #e53935 0%, #b71c1c 100%);color:#fff}.age-gate__btn--deny{background:rgba(0,0,0,0);border:1px solid #3a3a3a;color:#9e9e9e}.lang-gate{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:16px}.lang-gate__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.7);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;transition:opacity .3s ease}.lang-gate--open .lang-gate__backdrop{opacity:1}.lang-gate__card{position:relative;width:100%;max-width:22.5rem;padding:1.75rem 1.5rem;border-radius:20px;background:linear-gradient(160deg, #2e2e2e 0%, #1a1a1a 100%);border:1px solid #3a3a3a;transform:scale(0.9);opacity:0;transition:transform .3s ease,opacity .3s ease}.lang-gate__card::after{content:"";position:absolute;bottom:-20%;left:10%;right:10%;height:60%;background:radial-gradient(ellipse, rgba(229, 57, 53, 0.15) 0%, transparent 70%);pointer-events:none;z-index:-1}.lang-gate--open .lang-gate__card{transform:scale(1);opacity:1}.lang-gate__title{margin:0 0 1.25rem 0;text-align:center;color:#f0f0f0;font-weight:600;font-size:1.25rem;line-height:1.3}.lang-gate__actions{display:grid;gap:.5rem}.lang-gate__btn{display:flex;align-items:center;gap:.875rem;width:100%;height:3.5rem;padding:0 1rem;border:1px solid #3a3a3a;border-radius:1rem;background:#2e2e2e;color:#f0f0f0;font-weight:600;font-size:16px;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.lang-gate__btn:hover{background:rgb(56.2,56.2,56.2)}.lang-gate__btn--selected{background:rgba(229,57,53,.15);border-color:#e53935;color:#f0f0f0}.lang-gate__code{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding-top:.125rem;border:1px solid #585858;border-radius:50%;background:#292929;color:#f0f0f0;font-weight:600;font-size:.75rem;letter-spacing:.5px;flex-shrink:0}.lang-gate__name{flex:1 1 auto;text-align:left}.lang-gate__continue{display:flex;align-items:center;justify-content:center;width:100%;height:3rem;margin-top:1.25rem;padding:0 1rem;border:0;border-radius:31.25rem;background:linear-gradient(135deg, #e53935 0%, #b71c1c 100%);color:#fff;font-weight:600;font-size:16px;cursor:pointer;transition:opacity .2s}.lang-gate__continue:hover{opacity:.9}body{height:auto;overflow-x:hidden;overscroll-behavior:contain;font-family:"Inter",sans-serif;background:#121212;color:#f0f0f0}body:has(.lang-gate,.age-gate,.drawer){overflow:hidden}body button{cursor:pointer}.valid.modified:not([type=checkbox]){outline:1px solid #26b050}.invalid{outline:1px solid red}.validation-message{color:red}#blazor-error-ui{background:#ffffe0;bottom:0;box-shadow:0 -1px 2px rgba(0,0,0,.2);display:none;left:0;padding:.6rem 1.25rem .7rem 1.25rem;position:fixed;width:100%;z-index:1000}#blazor-error-ui .dismiss{cursor:pointer;position:absolute;right:.75rem;top:.5rem}.blazor-error-boundary{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem,#b32121;padding:1rem 1rem 1rem 3.7rem;color:#fff}.blazor-error-boundary::after{content:"An error has occurred."}code{color:#c02d76}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100dvh;background:#121212}.loading-spinner{width:2.5rem;height:2.5rem;border:3px solid #3a3a3a;border-top-color:#e53935;border-radius:50%;animation:spin .7s linear infinite}.loading-text{margin-top:1rem;color:#f0f0f0;font-family:"Inter",sans-serif;font-size:16px}@keyframes spin{to{transform:rotate(360deg)}}
