.mobile-nav{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#2a2a2a;border-top:.1rem solid #404040;padding:.8rem 0 1.2rem;display:none}@media(max-width:767px){.mobile-nav{display:block}}.mobile-nav__item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#fff;transition:all .3s ease;padding:.8rem 1.2rem;border-radius:.8rem;min-width:6rem;position:relative;background:none;border:none;cursor:pointer}.mobile-nav__item:hover{color:#1cf3ff;background:rgba(28,243,255,.1)}.mobile-nav__item--active{color:#1cf3ff}.mobile-nav__item--active .mobile-nav__icon{transform:scale(1.1)}.mobile-nav__icon{display:flex;align-items:center;justify-content:center;margin-bottom:.4rem;transition:transform .3s ease;width:2.4rem;height:2.4rem}.mobile-nav__icon svg{width:100%;height:100%}.mobile-nav__user-avatar{width:2.4rem;height:2.4rem;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#404040}.mobile-nav__user-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.mobile-nav__label{color:#fff;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:1.3rem;font-style:normal;font-weight:500;line-height:100%}@media(max-width:767px){body{padding-bottom:8rem}.main-content{margin-bottom:8rem}}.mobile-only{display:none}@media(max-width:767px){.mobile-only{display:block}}.desktop-only{display:block}@media(max-width:767px){.desktop-only{display:none}.mobile-x-space{padding-left:2rem;padding-right:2rem}}.flex{display:flex}.space-x-3{gap:1.2rem}.mobile-profile-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:9999;align-items:flex-end;justify-content:center;animation:fadeIn .3s ease-out;display:flex;flex-direction:column;align-items:center;padding:2rem 0 0;gap:2rem}.mobile-profile-popup{background:#2a2a2a;border-radius:2rem 2rem 0 0;width:100%;max-width:100vw;height:100vh;overflow-y:auto;position:relative;animation:slideUp .3s ease-out;padding:4rem 2rem 3rem;box-shadow:0 -.4rem 2rem rgba(0,0,0,.3);display:flex;flex-direction:column}.mobile-profile-popup__close{background:#e5e5e5;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 .2rem .8rem rgba(0,0,0,.2);padding:1.5rem}.mobile-profile-popup__close:hover{background:#d0d0d0;transform:scale(1.05)}.mobile-profile-popup__header{margin-bottom:2rem;padding-top:1rem}.mobile-profile-popup__user-info{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.mobile-profile-popup__user-details{flex:1}.mobile-profile-popup__user-name{color:#fff;font-size:2.4rem;font-weight:600;margin:0 0 .8rem;line-height:1.2}.mobile-profile-popup__user-rating{display:flex;align-items:center;gap:.8rem;color:#fff;font-size:1.4rem;font-weight:500}.mobile-profile-popup__membership-badge{background:#1cf3ff;color:#000;padding:.4rem .8rem;border-radius:1.2rem;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.mobile-profile-popup__user-avatar{width:6rem;height:6rem;border-radius:50%;background:#404040;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.mobile-profile-popup__avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.mobile-profile-popup__primary-actions{display:flex;gap:1.2rem;margin-bottom:2rem}.mobile-profile-popup__primary-btn{flex:1;background:#404040;border:none;border-radius:1.2rem;padding:1.6rem 1.2rem;display:flex;flex-direction:column;align-items:center;gap:.8rem;color:#fff;text-decoration:none;transition:all .3s ease;cursor:pointer}.mobile-profile-popup__primary-btn:hover{background:#555;transform:translateY(-.2rem)}.mobile-profile-popup__primary-btn span{font-size:1.3rem;font-weight:500}.mobile-profile-popup__menu{margin-bottom:2rem}.mobile-profile-popup__menu-item{display:flex;align-items:center;gap:1.6rem;padding:1.6rem 0;color:#fff;text-decoration:none;border-bottom:.1rem solid #404040;transition:all .3s ease;cursor:pointer}.mobile-profile-popup__menu-item:last-child{border-bottom:none}.mobile-profile-popup__menu-item:hover{color:#1cf3ff;padding-left:.8rem}.mobile-profile-popup__menu-item span{font-size:1.6rem;font-weight:500}.mobile-profile-popup__footer{border-top:.1rem solid #404040;padding-top:1.6rem;margin-top:auto}.mobile-profile-popup__signout-btn{width:100%;background:#404040;border:none;border-radius:1.2rem;padding:1.6rem;display:flex;align-items:center;justify-content:center;gap:1.2rem;color:#fff;font-size:1.6rem;font-weight:500;cursor:pointer;transition:all .3s ease}.mobile-profile-popup__signout-btn:hover{background:#555;transform:translateY(-.2rem)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(max-width:767px){.mobile-profile-popup{padding:4rem 1.5rem 3rem}}.games-page__filters,.products-page__filters,.rentals-page__filters,.unified-filter{margin-bottom:2rem}.games-page__filters-row,.products-page__filters-row,.rentals-page__filters-row,.unified-filter__row{display:flex;align-items:center;gap:1.6rem;flex-wrap:wrap}.games-page__search-container,.products-page__search-container,.rentals-page__search-container,.unified-filter__search-container{position:relative;flex:1;min-width:250px}@media(max-width:767px){.games-page__search-container,.products-page__search-container,.rentals-page__search-container,.unified-filter__search-container{min-width:auto}}.games-page__search-icon,.products-page__search-icon,.rentals-page__search-icon,.unified-filter__search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#6b7280;font-size:1.4rem;pointer-events:none}.games-page__search-input,.products-page__search-input,.rentals-page__search-input,.unified-filter__search-input{width:100%;padding:1rem 1rem 1rem 3.5rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1.4rem;background:#fff;transition:all .2s ease}.games-page__search-input:focus,.products-page__search-input:focus,.rentals-page__search-input:focus,.unified-filter__search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.games-page__search-input::placeholder,.products-page__search-input::placeholder,.rentals-page__search-input::placeholder,.unified-filter__search-input::placeholder{color:#9ca3af}.filter-btn,.unified-filter__select{cursor:pointer;transition:all .2s ease;display:flex;padding:1rem 1.0333rem 1rem 1.1228rem;justify-content:center;align-items:center;gap:5.6772rem;border-radius:.5306rem;background:#2b2a30;color:#fff;font-family:Inter;font-size:1.7rem;font-style:normal;font-weight:400;line-height:100%;letter-spacing:.017rem;border:none}.filter-btn:focus,.unified-filter__select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.filter-btn:hover,.unified-filter__select:hover{border-color:#9ca3af}.filter-btn option,.unified-filter__select option{padding:.5rem}.dark .filter-btn,.dark .games-page__search-input,.dark .products-page__search-input,.dark .rentals-page__search-input,.dark .unified-filter__search-input,.dark .unified-filter__select{background:#1f2937;border-color:#374151;color:#f9fafb}.dark .filter-btn:focus,.dark .games-page__search-input:focus,.dark .products-page__search-input:focus,.dark .rentals-page__search-input:focus,.dark .unified-filter__search-input:focus,.dark .unified-filter__select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.dark .filter-btn::placeholder,.dark .games-page__search-input::placeholder,.dark .products-page__search-input::placeholder,.dark .rentals-page__search-input::placeholder,.dark .unified-filter__search-input::placeholder,.dark .unified-filter__select::placeholder{color:#6b7280}.dark .games-page__search-icon,.dark .products-page__search-icon,.dark .rentals-page__search-icon,.dark .unified-filter__search-icon{color:#9ca3af}.unified-filter--compact .games-page__filters-row,.unified-filter--compact .products-page__filters-row,.unified-filter--compact .rentals-page__filters-row,.unified-filter--compact .unified-filter__row{gap:1rem}.unified-filter--compact .filter-btn,.unified-filter--compact .games-page__search-input,.unified-filter--compact .products-page__search-input,.unified-filter--compact .rentals-page__search-input,.unified-filter--compact .unified-filter__search-input,.unified-filter--compact .unified-filter__select{padding:.8rem 1rem;font-size:1.3rem}.unified-filter--compact .games-page__search-input,.unified-filter--compact .products-page__search-input,.unified-filter--compact .rentals-page__search-input,.unified-filter--compact .unified-filter__search-input{padding-left:3rem}.unified-filter--compact .games-page__search-icon,.unified-filter--compact .products-page__search-icon,.unified-filter--compact .rentals-page__search-icon,.unified-filter--compact .unified-filter__search-icon{font-size:1.2rem;left:.8rem}.unified-filter--full-width .games-page__filters-row,.unified-filter--full-width .products-page__filters-row,.unified-filter--full-width .rentals-page__filters-row,.unified-filter--full-width .unified-filter__row{display:grid;grid-template-columns:1fr;gap:1rem}.unified-filter--full-width .games-page__search-container,.unified-filter--full-width .products-page__search-container,.unified-filter--full-width .rentals-page__search-container,.unified-filter--full-width .unified-filter__search-container{min-width:auto}.games-page__filter-controls,.products-page__filter-controls,.rentals-page__filter-controls{display:flex;gap:1.6rem;flex-wrap:wrap}@media(max-width:768px){.games-page__filter-controls,.products-page__filter-controls,.rentals-page__filter-controls{flex-direction:column;gap:1rem}}.container{margin:0 auto}.container--lg,.container--xl{max-width:120rem}.container--md{max-width:80rem}.container--sm{max-width:60rem}.container--xs{max-width:50rem}.container--section{max-width:130rem;margin:0 auto}.container--form{max-width:50rem;margin:0 auto;padding:0 1rem}@media(max-width:768px){.container{padding:0 .5rem}}@media(max-width:480px){.container{padding:0 .25rem}}.container-flex{display:flex;justify-content:space-between;align-items:center}.container-center{display:flex;justify-content:center;align-items:center}.container-space-around{display:flex;justify-content:space-around;align-items:center}.product-page{background:#1e1d22}.product-page__main{width:100%;display:flex;justify-content:center;align-items:center;padding-bottom:10rem}@media(max-width:767px){.product-page__main{justify-content:flex-start}.product-page__container{max-width:100vw;width:100%;overflow-x:hidden}}.product-page__sidebar{flex:1 0 0;position:sticky;top:2rem;align-self:flex-start;max-height:calc(100vh - 4rem);overflow-y:auto}@media(max-width:767px){.product-page__sidebar{position:static;max-height:none}}.product-page__hero{position:relative;padding:40rem 0 2rem}.product-page__hero:before{content:"";z-index:2;background:radial-gradient(132.82% 137.96% at 95.04% 0,rgba(30,29,34,.1) 0,#1E1D22 69.99%)}.product-page__hero-background,.product-page__hero:before{position:absolute;left:0;top:0;width:100%;height:100%}.product-page__hero-media-slider{width:100%;height:100%}.product-page__hero-overlay{position:relative;z-index:4;display:flex;align-items:center;justify-content:center}.product-page__hero-content{max-width:120rem;width:100%}.product-page__hero-info{display:flex;flex-direction:column;align-items:flex-start;gap:2.4rem}.product-page__hero-left{display:inline-flex;flex-direction:column;align-items:flex-start;gap:3.7rem;padding:0 2rem}.product-page__hero-title{color:#fff;font-family:Inter;font-size:5rem;font-style:normal;font-weight:700;line-height:6.6rem;letter-spacing:.05rem;max-width:60.6rem}.product-page__hero-meta{display:flex;align-items:center;gap:1rem}.product-page__hero-age-rating{display:flex;padding:.2573rem .6rem;align-items:center;gap:1rem;border-radius:.4rem;border:.1rem solid hsla(0,0%,100%,.17);background:hsla(0,0%,100%,.18)}.product-page__hero-age-rating,.product-page__hero-publisher{color:#fff;font-family:Inter;font-size:1.7rem;font-style:normal;font-weight:400;line-height:100%;letter-spacing:.017rem}.product-page__hero-details{display:flex;align-items:flex-start;gap:2.4rem}@media(max-width:767px){.product-page__hero-details{width:100%}}.product-page__hero-details-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2.4rem;align-self:stretch}@media(max-width:767px){.product-page__hero-details-content{width:100%}}.product-page__hero-details-header{display:flex;align-items:center;gap:1.7rem}.product-page__hero-thumbnail{width:9.6121rem;height:11.9189rem;aspect-ratio:25/31}@media(max-width:767px){.product-page__hero-thumbnail{display:none}}.product-page__hero-rating{display:flex;align-items:center;gap:.8rem}.product-page__hero-actions{display:flex;align-items:flex-start;gap:1rem}@media(max-width:767px){.product-page__hero-actions{width:100%}}.product-page__hero-actions-btn{display:flex;justify-content:center;align-items:center;gap:.5371rem;color:#1a1a1a;font-family:Inter;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.0085rem;border-radius:.5rem;background:#00f2ff;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap;padding:1.6rem 1.1rem;font-size:1.7rem;width:100%;align-self:stretch}.product-page__hero-actions-btn:hover:not(:disabled){background:#fff71b;transform:translateY(-.2rem)}.product-page__hero-actions-btn:disabled{background:#666;color:#999;cursor:not-allowed;transform:none;opacity:.6}.product-page__hero-actions-btn span{display:flex;align-items:center;gap:3px}.product-page__hero-actions-btn.secondary{background:rgba(0,0,0,0);color:#fff;height:fit-content}@media(max-width:767px){.product-page__hero-actions-btn.secondary{display:none}}.product-page__hero-actions-btn.secondary:hover{background:#00f2ff!important;color:#1a1a1a}.product-page__hero-actions-btn.secondary:hover svg path{fill:#1a1a1a}.product-page__hero-actions-btn.primary{width:100%}.product-page__hero-actions-btn.rent-btn{border-radius:.4rem 0 0 .4rem;background:#fff;width:25.2rem}.product-page__hero-actions-btn.rent-btn:hover{background:#00f2ff!important}.product-page__hero-actions-select{display:flex;padding:1.4rem .6rem 1.4rem 1.2rem;justify-content:space-between;align-items:center;flex:1 0 0;border-radius:0 .4rem .4rem 0;border:.1rem solid hsla(0,0%,100%,.17);background:hsla(0,0%,100%,.32);color:#fff;font-family:Inter;font-size:1.7rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.0085rem;height:100%}.product-page__hero-actions-devider{display:flex;width:100%;padding:.4rem 0;align-items:center;gap:.8rem;align-self:stretch;border-radius:.4rem;backdrop-filter:blur(.4rem)}.product-page__hero-actions-devider h3{color:#fff;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.0075rem}.product-page__hero-actions-devider span{flex:1 0 0;opacity:.2;background:#fff;height:.1rem}.product-page__hero-actions-container{display:flex;gap:1.6rem}@media(max-width:767px){.product-page__hero-actions-container{flex-direction:column;width:100%}}.product-page__hero-actions-wrapper{display:flex;flex-direction:column;gap:1.6rem}.product-page__hero-actions-rent-price{margin-left:auto}.product-page__hero-stats{color:#fff;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:400;line-height:100%;letter-spacing:.017rem;display:flex;align-items:center;gap:.8rem}.product-page__hero-bottom{margin:8.5rem 0}@media(max-width:767px){.product-page__hero-bottom{margin:2.4rem 0;justify-content:flex-start;overflow-x:auto;max-width:100%}}.product-page__hero-bottom-actions{display:flex;width:100%;align-items:flex-start;gap:.6rem}@media(max-width:767px){.product-page__hero-bottom-actions{max-width:100vw;overflow-x:auto}}.product-page__hero-bottom-btn{display:flex;padding:1.4rem 3.2rem;justify-content:center;align-items:center;gap:1.6rem;flex:1 0 0;background:hsla(0,0%,100%,.07);color:#fff;font-family:Inter;font-size:2rem;font-style:normal;font-weight:600;line-height:3.6rem;white-space:nowrap}.product-page__hero-bottom-btn:last-child{border-radius:0 1.4rem 1.4rem 0}.product-page__hero-bottom-btn:first-child{border-radius:1.4rem 0 0 1.4rem}.product-page__hero-bottom-btn:hover{background:hsla(0,0%,100%,.03);cursor:pointer}.product-page__content,.product-page__grid{display:flex;align-items:flex-start;gap:3.2rem}.product-page__content{width:75rem;flex-direction:column}@media(max-width:767px){.product-page__content{width:100%}}.product-page__details,.product-page__details-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.6rem;align-self:stretch}.product-page__description{overflow:hidden;color:#cacaca;text-overflow:ellipsis;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.4rem;letter-spacing:.0064rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.product-page__divider{width:100%;height:.1rem;opacity:.14;background:#fff}.product-page__info-grid{display:grid;grid-template-columns:repeat(2,1fr)}@media(max-width:767px){.product-page__info-grid{grid-template-columns:repeat(1,1fr)}}.product-page__info-item{display:flex;padding:1.4rem 0;align-items:flex-start;gap:1.5rem;flex:1 0 0}.product-page__info-content{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;flex:1 0 0}.product-page__info-label{color:#fff;font-family:Inter;font-size:1.8rem;font-style:normal;font-weight:500;line-height:100%;letter-spacing:.018rem}.product-page__info-value{color:#a7a7a7;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:400;line-height:2.2rem;letter-spacing:.006rem}.product-page__subtitle{display:flex;align-items:flex-start;gap:.8rem;color:#fff;font-family:Inter;font-size:2.4rem;font-style:normal;font-weight:600;line-height:1.4;letter-spacing:.0096rem}.product-page__testimonials{display:flex;flex-direction:column;align-items:flex-start;gap:1.6rem;align-self:stretch;width:100%}.product-page__testimonials-grid{display:grid;gap:1.6rem;align-self:stretch;grid-template-columns:repeat(3,1fr)}@media(max-width:767px){.product-page__testimonials-grid{max-width:100vw;overflow-x:auto}}.product-page__testimonials-card{display:flex;padding:1.6rem;flex-direction:column;align-items:flex-start;gap:.8rem;flex:1 0 0;border-radius:.8rem;border:.2rem solid hsla(0,0%,100%,.09);background:hsla(0,0%,100%,.07)}@media(max-width:767px){.product-page__testimonials-card{max-width:fit-content}}.product-page__testimonials-title{color:#fff;font-family:Inter;font-size:2.4rem;font-style:normal;font-weight:700;line-height:3.1rem;letter-spacing:.024rem}@media(max-width:767px){.product-page__testimonials-title{white-space:nowrap}}.product-page__testimonials-description{font-size:1.6rem;line-height:2.2rem;letter-spacing:.0064rem;max-width:26rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.product-page__testimonials-description,.product-page__testimonials-note{overflow:hidden;color:#cacaca;text-overflow:ellipsis;font-family:Inter;font-style:normal;font-weight:400}.product-page__testimonials-note{font-size:1.2rem;line-height:1.4;letter-spacing:.0048rem}.product-page__reviews{display:flex;flex-direction:column;align-items:flex-start;gap:1.6rem;align-self:stretch;width:100%}@media(max-width:767px){.product-page__reviews{max-width:100vw}}.product-page__reviews-container{position:relative;width:100%}.product-page__reviews-scroll{display:flex;gap:1.4rem;align-self:stretch;overflow-x:auto;max-width:100%;width:100%;scrollbar-width:none;-ms-overflow-style:none}.product-page__reviews-scroll::-webkit-scrollbar{display:none}@media(max-width:767px){.product-page__reviews-scroll{max-width:100vw;overflow-x:auto}}.product-page__reviews-overlay{position:absolute;top:0;bottom:0;width:4rem;pointer-events:none;z-index:5}.product-page__reviews-overlay--left{left:0;background:linear-gradient(90deg,rgba(30,29,34,.8),transparent)}.product-page__reviews-overlay--right{right:0;background:linear-gradient(270deg,rgba(30,29,34,.8),transparent)}@media(max-width:767px){.product-page__reviews-overlay{width:3rem}}.product-page__reviews-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:4rem;height:4rem;border-radius:50%;background:rgba(30,29,34,.8);border:1px solid hsla(0,0%,100%,.2);color:#fff;font-size:1.6rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;backdrop-filter:blur(10px)}.product-page__reviews-nav-btn:hover{background:rgba(30,29,34,.9);border-color:hsla(0,0%,100%,.4);transform:translateY(-50%) scale(1.05)}.product-page__reviews-nav-btn--left{left:-2rem}.product-page__reviews-nav-btn--right{right:-2rem}@media(max-width:767px){.product-page__reviews-nav-btn{width:3rem;height:3rem;font-size:1.2rem}.product-page__reviews-nav-btn--left{left:-1.5rem}.product-page__reviews-nav-btn--right{right:-1.5rem}}.product-page__reviews-link-btn{overflow:hidden;color:#00f2ff;text-overflow:ellipsis;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.0075rem;display:flex;padding:.8rem .4rem;align-items:center;gap:.2rem}.product-page__review-card{display:flex;padding:1.6rem;flex-direction:column;align-items:flex-start;gap:1.2rem;flex:1 0 0;border-radius:.8rem;background:hsla(0,0%,100%,.07);flex:1 0 31.2rem}@media(max-width:767px){.product-page__review-card{flex:1 0 31.2rem}}.product-page__review-header{display:flex;align-items:center;gap:.9707rem;align-self:stretch}.product-page__review-avatar{width:3.8829rem;height:3.8829rem;display:flex;align-items:center;justify-content:center}.product-page__review-avatar svg{width:100%;height:100%}.product-page__review-info{display:flex;flex-direction:column;align-items:flex-start;gap:.2427rem;flex:1 0 0}.product-page__review-name{color:#fff;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.008rem}.product-page__review-date{color:#cacaca;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.2rem;letter-spacing:.0064rem}.product-page__review-rating{display:flex;align-items:flex-start}.product-page__review-text{color:#cacaca;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.2rem;letter-spacing:.0064rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-page__review-share svg{width:3rem;height:3rem}.product-page__related-container{position:relative;width:100%}.product-page__related-products{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2.4rem;align-self:stretch}.product-page__related-scroll{display:flex;align-items:center;gap:2.2rem;align-self:stretch;overflow-x:auto;max-width:100%;width:100%;scrollbar-width:none;-ms-overflow-style:none}.product-page__related-scroll::-webkit-scrollbar{display:none}@media(max-width:767px){.product-page__related-scroll{max-width:100vw;overflow-x:auto}}.product-page__related-overlay{position:absolute;top:0;bottom:0;width:4rem;pointer-events:none;z-index:5}.product-page__related-overlay--left{left:0;background:linear-gradient(90deg,rgba(30,29,34,.8),transparent)}.product-page__related-overlay--right{right:0;background:linear-gradient(270deg,rgba(30,29,34,.8),transparent)}@media(max-width:767px){.product-page__related-overlay{width:3rem}}.product-page__related-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:4rem;height:4rem;border-radius:50%;background:rgba(30,29,34,.8);border:1px solid hsla(0,0%,100%,.2);color:#fff;font-size:1.6rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;backdrop-filter:blur(10px)}.product-page__related-nav-btn:hover{background:rgba(30,29,34,.9);border-color:hsla(0,0%,100%,.4);transform:translateY(-50%) scale(1.05)}.product-page__related-nav-btn--left{left:-2rem}.product-page__related-nav-btn--right{right:-2rem}@media(max-width:767px){.product-page__related-nav-btn{width:3rem;height:3rem;font-size:1.2rem}.product-page__related-nav-btn--left{left:-1.5rem}.product-page__related-nav-btn--right{right:-1.5rem}}.product-page__faq{justify-content:center;gap:2.4rem}.product-page__faq,.product-page__faq-list{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}.product-page__faq-list{gap:.8rem}.product-page__faq-item{width:100%;display:flex;flex-direction:column;gap:.2rem;align-self:stretch;padding:1.8rem 1.6rem;align-items:flex-start;gap:1.6rem;border-radius:.8rem;background:hsla(0,0%,100%,.07)}.product-page__faq-item:hover{background:hsla(0,0%,100%,.03);cursor:pointer}.product-page__faq-question{display:flex;width:100%;color:#fff;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.008rem;justify-content:space-between}.product-page__faq-answer{color:#cacaca;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.2rem;letter-spacing:.0064rem}.product-page__highlights{display:flex;padding:1.7rem 2rem 2rem;flex-direction:column;align-items:flex-start;gap:1.2rem;align-self:stretch;border-radius:.8rem;border:.2rem solid hsla(0,0%,100%,.09);background:#2e2d31}.product-page__highlights-title{color:#fff;font-family:Inter;font-size:2rem;font-style:normal;font-weight:600;line-height:2.5rem;letter-spacing:.008rem}.product-page__highlights-items{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;align-self:stretch}.product-page__highlight-item{display:flex;padding:1.6rem;align-items:flex-start;gap:1.6rem;align-self:stretch;border-radius:.8rem;background:hsla(0,0%,100%,.07)}.product-page__highlight-content{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;flex:1 0 0}.product-page__highlight-title{color:#fff;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.008rem}.product-page__highlight-description{color:#cacaca;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.2rem;letter-spacing:.0064rem}.product-page .related-category{display:flex;align-items:center;gap:.8rem;color:#00f2ff;font-size:1.4rem;font-weight:500}.product-page .related-category .play-icon{font-size:1.2rem}.product-page .rating-value{color:gold;font-weight:600}.product-page .age-rating{color:#cacaca;font-size:1.2rem;font-weight:500;padding:.2rem .6rem;border-radius:.4rem;border:.1rem solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.1)}.media-slider{overflow:hidden}.media-slider,.media-slider__container,.media-slider__track{position:relative;width:100%;height:100%}.media-slider__track{display:flex}.media-slider__item{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out;background-size:cover;background-position:50%;background-repeat:no-repeat}.media-slider__item.active{opacity:1}.media-slider__video{width:100%;height:100%;object-fit:cover}.media-slider__video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.3);opacity:0;transition:opacity .3s ease}.media-slider__video-overlay:hover{opacity:1}.media-slider__play-button{width:6rem;height:6rem;border-radius:50%;background:hsla(0,0%,100%,.9);border:none;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#000;cursor:pointer;transition:all .3s ease}.media-slider__play-button:hover{background:#fff;transform:scale(1.1)}.media-slider__alt-text{position:absolute;bottom:2rem;left:2rem;right:2rem;background:rgba(0,0,0,.7);color:#fff;padding:1rem 1.5rem;border-radius:.5rem;font-size:1.4rem;text-align:center}.media-slider__nav{position:absolute;top:50%;transform:translateY(-50%);width:4rem;height:4rem;border-radius:50%;background:hsla(0,0%,100%,.2);border:none;color:#fff;font-size:1.6rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.media-slider__nav:hover{background:hsla(0,0%,100%,.3);transform:translateY(-50%) scale(1.1)}.media-slider__nav--prev{left:2rem}.media-slider__nav--next{right:2rem}@media(max-width:767px){.media-slider__nav{width:3rem;height:3rem;font-size:1.2rem}.media-slider__nav--prev{left:1rem}.media-slider__nav--next{right:1rem}}.media-slider__play-pause{position:absolute;top:2rem;right:2rem;width:4rem;height:4rem;border-radius:50%;background:rgba(0,0,0,.5);border:none;color:#fff;font-size:1.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:100000000}.media-slider__play-pause:hover{background:rgba(0,0,0,.7);transform:scale(1.1)}@media(max-width:767px){.media-slider__play-pause{width:3rem;height:3rem;font-size:1.2rem;top:1rem;right:1rem}}.media-slider__dots{position:absolute;bottom:8rem;right:20rem;display:flex;gap:.6rem;z-index:10}@media(max-width:767px){.media-slider__dots{bottom:1rem;right:1rem;gap:.5rem}}.media-slider__dot{width:2rem;height:.3rem;border-radius:.15rem;background:hsla(0,0%,100%,.4);border:none;cursor:pointer;transition:all .3s ease}.media-slider__dot:hover{background:hsla(0,0%,100%,.7)}.media-slider__dot.active{background:#fff;transform:scaleY(1.2);width:2.5rem}@media(max-width:767px){.media-slider__dot{width:1.5rem;height:.25rem}.media-slider__dot.active{width:2rem}}.game-reserve{width:45.5rem;border-radius:.8rem;border:.2rem solid hsla(0,0%,100%,.09);background:#2e2d31;padding:1.5rem}@media(max-width:767px){.game-reserve{width:100%}}.game-reserve__game-details{flex:1}.game-reserve__booking-info{display:flex;align-items:center;gap:1.6rem;color:#ccc;font-size:1.4rem}.game-reserve__selected-date{color:#4a9eff;font-weight:500}.game-reserve__persons-selector{display:flex;padding:0;justify-content:space-between;align-items:flex-end;align-self:stretch;width:100%}.game-reserve__persons-label{color:#cacaca;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:400;line-height:2.2rem;letter-spacing:.006rem}.game-reserve__persons-controls{display:flex;align-items:center;gap:1.6rem}.game-reserve__persons-btn{border-radius:9rem;background:hsla(0,0%,100%,.18);backdrop-filter:blur(1.75rem);display:flex;width:4.8rem;height:4.8rem;justify-content:center;align-items:center;cursor:pointer}.game-reserve__persons-btn:hover:not(:disabled){background:hsla(0,0%,100%,.377);color:#fff;cursor:pointer}.game-reserve__persons-btn:disabled{border-color:#666;color:#666;cursor:not-allowed}.game-reserve__persons-count{color:#fff;font-family:Inter;font-size:2rem;font-style:normal;font-weight:600;line-height:2.5rem;letter-spacing:.008rem;text-align:center}.game-reserve__summary-info{padding:1.2rem 1.6rem;align-self:stretch;border-radius:.8rem;background:#3a393d}.game-reserve__summary-content,.game-reserve__summary-info{display:flex;justify-content:space-between;align-items:center}.game-reserve__summary-content{gap:1.2rem;flex:1}.game-reserve__summary-text{display:flex;flex-direction:column;gap:.4rem}.game-reserve__summary-persons{color:#fff;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:600;line-height:2rem;letter-spacing:.006rem}.game-reserve__summary-date,.game-reserve__summary-gaming-system{color:#cacaca;font-family:Inter;font-size:1.4rem;font-style:normal;font-weight:400;line-height:2rem;letter-spacing:.006rem}.game-reserve__summary-edit-btn{display:flex;width:3.2rem;height:3.2rem;justify-content:center;align-items:center;border-radius:.6rem;background:hsla(0,0%,100%,.1);border:none;cursor:pointer;color:#cacaca;transition:all .2s ease}.game-reserve__summary-edit-btn:hover{background:hsla(0,0%,100%,.2);color:#fff}.game-reserve__divider{height:.1rem;background:#333;margin:2.4rem 0}.game-reserve__calendar-header{display:flex;padding:0 1.4rem;flex-direction:column;align-items:flex-start;gap:1rem;align-self:stretch}.game-reserve__exclusive-tag{display:flex;padding:.4rem;align-items:center;gap:.2573rem;border-radius:.4rem;background:#fff600;color:#000;font-family:Inter;font-size:1.4rem;font-style:normal;font-weight:400;line-height:100%;letter-spacing:.014rem}.game-reserve__month-display{display:flex;justify-content:space-between;align-items:center;align-self:stretch;margin-bottom:2rem}.game-reserve__month-title{font-size:2.4rem;font-weight:700;margin:0;color:#fff}.game-reserve__month-nav{display:flex;gap:.8rem}.game-reserve__calendar{border-radius:1.2rem}.game-reserve__calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:.8rem;margin-bottom:1.6rem}.game-reserve__calendar-day-header{text-align:center;font-weight:600;color:#ccc;padding:.8rem;font-size:1.4rem}.game-reserve__calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.8rem}.game-reserve__calendar-date{display:flex;padding:1.6rem .2rem;flex-direction:column;align-items:center;gap:.4rem;color:#acacac;font-family:Inter;font-size:2rem;font-style:normal;font-weight:600;line-height:2.5rem;letter-spacing:.008rem;cursor:pointer;opacity:.5;width:100%;border-radius:.8rem}.game-reserve__calendar-date svg{display:none}.game-reserve__calendar-date:hover{background:#3a3a3a}.game-reserve__calendar-date--other-month{opacity:1;background:#263d41}.game-reserve__calendar-date--other-month:hover{background:rgba(0,0,0,0)}.game-reserve__calendar-date--selected{background:#4a9eff;color:#fff}.game-reserve__calendar-date--disabled{background:rgba(0,0,0,0);opacity:.5;cursor:not-allowed}.game-reserve__calendar-date--today{border-radius:.8rem;border:2px solid #00f2ff;background:rgba(0,0,0,0)}.game-reserve__date-number{color:#fff;font-family:Inter;font-size:2rem;font-style:normal;font-weight:600;line-height:2.5rem;letter-spacing:.008rem}.game-reserve__date-price{color:#acacac;text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:400;line-height:100%;letter-spacing:-.04rem;text-transform:uppercase}.game-reserve__date-price svg{width:1.2rem;height:1.2rem}.game-reserve__time-slots-section{margin-bottom:2.4rem}.game-reserve__time-slots-title{font-size:2rem;font-weight:600;margin:0 0 2rem;color:#fff}.game-reserve__error,.game-reserve__loading,.game-reserve__no-slots{text-align:center;padding:4rem 2rem;color:#ccc;font-size:1.4rem}.game-reserve__loading-spinner{width:4rem;height:4rem;border:.4rem solid #333;border-top-color:#4a9eff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1.6rem}.game-reserve__no-slots-subtitle{font-size:1.4rem;color:#999;margin-top:.8rem}.game-reserve__time-slots-grid{display:flex;flex-direction:column;gap:1.2rem;max-height:40rem;overflow-y:auto;padding-right:.8rem}.game-reserve__time-slots-grid::-webkit-scrollbar{width:.6rem;display:none}.game-reserve__time-slots-grid::-webkit-scrollbar-track{background:#1a1a1a;border-radius:.3rem}.game-reserve__time-slots-grid::-webkit-scrollbar-thumb{background:#4a9eff;border-radius:.3rem}.game-reserve__time-slots-grid::-webkit-scrollbar-thumb:hover{background:#3a8eef}.game-reserve__time-slot{border:.2rem solid #333;padding:2rem 1.7rem;cursor:pointer;transition:all .2s ease;display:flex;justify-content:space-between;align-items:center;border-radius:.8rem;border:1px solid hsla(0,0%,100%,.12);background:#3c3a41}.game-reserve__time-slot:hover{border-color:#00f2ff;transform:translateY(-.2rem)}.game-reserve__time-slot--selected{border-radius:.8rem;border:2px solid #00f2ff;background:#2e2d31}.game-reserve__time-slot--unavailable{opacity:.4;cursor:not-allowed;background:#1a1a1a;border-color:#555}.game-reserve__time-slot--unavailable:hover{border-color:#555;transform:none;background:#1a1a1a}.game-reserve__time-slot--unavailable .game-reserve__time-slot-availability,.game-reserve__time-slot--unavailable .game-reserve__time-slot-discount,.game-reserve__time-slot--unavailable .game-reserve__time-slot-price,.game-reserve__time-slot--unavailable .game-reserve__time-slot-time{opacity:.6}.game-reserve__time-slot-header{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;flex:1}.game-reserve__time-slot-time{display:flex;align-items:center;gap:.6rem;font-weight:600;color:#fff;font-size:1.6rem}.game-reserve__time-slot-status{width:1.2rem;height:1.2rem;border-radius:50%}.game-reserve__time-slot-details{display:flex;flex-direction:column;align-items:flex-end;gap:.6rem;text-align:right;flex-shrink:0}.game-reserve__time-slot-availability{color:#ccc;font-size:1.4rem;font-weight:500}.game-reserve__availability-indicator{display:flex;flex-direction:column;gap:.4rem}.game-reserve__availability-status{color:#10b981;font-size:1.2rem;font-weight:600;background:rgba(16,185,129,.1);padding:.2rem .6rem;border-radius:.4rem;display:inline-block}.game-reserve__unavailable-indicator{display:flex;align-items:center;gap:.4rem;color:#ef4444;font-size:1.2rem;font-weight:500}.game-reserve__time-slot-selected{color:#00f2ff;font-size:1.2rem;font-weight:600;background:rgba(0,242,255,.1);padding:.2rem .6rem;border-radius:.4rem;display:inline-block}.game-reserve__time-slot-price{display:flex;flex-direction:column;align-items:center;gap:.2rem;color:#fff;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.0075rem}.game-reserve__price-breakdown{margin-top:.4rem}.game-reserve__price-base{color:#9ca3af;font-size:1.1rem;font-weight:400;font-family:Inter}.game-reserve__time-slot-discount{background:#10b981;color:#fff;font-size:1.1rem;font-weight:600;padding:.4rem .8rem;border-radius:1.2rem;line-height:1;margin-top:.4rem;display:inline-block}.game-reserve__time-slot-original-price{text-decoration:line-through;color:#9ca3af;font-size:1.2rem}.game-reserve__time-slot-calculated-price{color:#10b981;font-weight:600;font-size:1.4rem}.game-reserve__time-slot-duration{color:#999;font-size:1.2rem;font-weight:500}.game-reserve__checkout{margin-top:2.4rem}.game-reserve__checkout-btn{display:flex;justify-content:center;align-items:center;gap:.5371rem;color:#1a1a1a;font-family:Inter;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.0085rem;border-radius:.5rem;background:#00f2ff;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap;padding:1.6rem 1.1rem;font-size:1.7rem;width:100%;gap:1.2rem}.game-reserve__checkout-btn:hover:not(:disabled){background:#fff71b;transform:translateY(-.2rem)}.game-reserve__checkout-btn:disabled{background:#666;color:#999;cursor:not-allowed;transform:none;opacity:.6}.game-reserve__checkout-btn--login-required{background:linear-gradient(135deg,#f59e0b,#d97706);border:.1rem solid #f59e0b}.game-reserve__checkout-btn--login-required:hover{background:linear-gradient(135deg,#d97706,#b45309);border-color:#d97706}.game-reserve__back-btn{display:flex;align-items:center;gap:.8rem;background:none;border:none;color:#fff;font-size:1.4rem;font-weight:500;cursor:pointer;padding:.8rem 0}.game-reserve__back-btn:hover{color:rgba(244,244,244,.5921568627)}.game-reserve__section-title{color:#fff;font-family:Inter;font-size:2rem;font-style:normal;font-weight:600;line-height:2.5rem;letter-spacing:.008rem;margin-bottom:2rem}.game-reserve__gaming-systems{display:grid;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));gap:2rem;margin-top:2.4rem}.game-reserve__gaming-system{background:#2a2a2a;border:.2rem solid #333;border-radius:1.2rem;padding:1.6rem;cursor:pointer;transition:all .2s ease;display:flex;gap:1.6rem;align-items:center;flex-direction:column}.game-reserve__gaming-system:hover{border-radius:.8rem;border:2px solid #00f2ff;background:#2e2d31;transform:translateY(-.2rem)}.game-reserve__gaming-system-image{flex-shrink:0;width:8rem;height:8rem;border-radius:.8rem;overflow:hidden;background:#1a1a1a;display:flex;align-items:center;justify-content:center}.game-reserve__gaming-system-image img{width:100%;height:100%;object-fit:cover}.game-reserve__gaming-system-info{flex:1;min-width:0}.game-reserve__gaming-system-title{font-size:1.8rem;font-weight:600;color:#fff;margin:0 0 .8rem}.game-reserve__gaming-system-description{color:#ccc;font-size:1.4rem;line-height:1.4;margin:0 0 1.2rem}.game-reserve__gaming-system-features{display:flex;flex-wrap:wrap;gap:.8rem}.game-reserve__gaming-system-feature{background:#4a9eff;color:#fff;padding:.4rem .8rem;border-radius:1.2rem;font-size:1.2rem;font-weight:500}.game-reserve__gaming-system-price{text-align:right;flex-shrink:0}.game-reserve__gaming-system-price-amount{display:block;font-size:2.4rem;font-weight:700;color:gold}.game-reserve__gaming-system-price-unit{font-size:1.4rem;color:#ccc}.game-reserve__price-breakdown{background:#2a2a2a;border-radius:1.2rem;padding:2rem;margin-bottom:2rem}.game-reserve__price-item{display:flex;justify-content:space-between;align-items:center;color:#fff;font-family:Inter;font-size:1.7rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.0085rem}.game-reserve__price-item--discount{color:#10b981;font-weight:500}.game-reserve .game-slot-order-details{background:#f8f9fa;border-radius:.8rem;margin-top:1.2rem;padding:.8rem 0;color:#ccc;font-size:1.4rem}.game-reserve .game-slot-order-details__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.game-reserve .game-slot-order-details__title{font-size:1.6rem;font-weight:600;color:#1f2937;margin:0}.game-reserve .game-slot-order-details__slot-number{display:flex;align-items:center;gap:.4rem;background:#e5e7eb;padding:.4rem .8rem;border-radius:.4rem;font-size:1.2rem;font-weight:500;color:#6b7280}.game-reserve .game-slot-order-details__content{display:flex;flex-direction:column;gap:.8rem}.game-reserve .game-slot-order-details__row{display:flex;align-items:center}.game-reserve .game-slot-order-details__item{display:flex;align-items:center;gap:.8rem;flex:1}.game-reserve .game-slot-order-details__label{font-size:1.4rem;font-weight:500;color:#6b7280;min-width:10rem}.game-reserve .game-slot-order-details__value{font-size:1.4rem;color:#1f2937;font-weight:500}.game-reserve .game-slot-order-details__description{margin-top:1.2rem;padding-top:1.2rem;border-top:.1rem solid #e5e7eb}.game-reserve .game-slot-order-details__description-text{font-size:1.3rem;color:#6b7280;margin:0;line-height:1.4}.game-reserve .game-slot-order-details:not(:last-child){border-bottom:.1rem solid #333}.game-reserve__price-total{color:#fff;font-size:1.8rem;font-weight:600;border-top:.2rem solid #4a9eff;margin-top:.8rem;padding-top:1.6rem}.game-reserve__date-info{display:flex;flex-direction:column;align-items:center;gap:.2rem}.game-reserve__date-discount{background:#10b981;color:#fff;font-size:1rem;font-weight:600;padding:.2rem .6rem;border-radius:.8rem;line-height:1}.product__wallet-info{margin:.75rem 0;padding:.75rem;background:#2a2a2a;border-radius:.8rem;border:.1rem solid #333}.product__wallet-balance{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.product__wallet-icon{width:1.6rem;height:1.6rem;color:#4a90e2}.product__wallet-label{font-size:.75rem;color:#b0b0b0;font-weight:500}.product__wallet-amount{font-size:.875rem;font-weight:600}.product__wallet-amount.sufficient{color:#10b981}.product__wallet-amount.insufficient{color:#ef4444}.product__insufficient-funds{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#ef4444}.product__warning-icon{width:1.4rem;height:1.4rem;flex-shrink:0}.product__topup-link{color:#4a90e2;text-decoration:none;font-weight:600;margin-left:auto}.product__topup-link:hover{color:#357abd;text-decoration:underline}.product__actions{display:flex;gap:.5rem;margin-top:1rem}.product__add-cart-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#4a90e2;color:#fff;border:none;border-radius:.6rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.product__add-cart-btn:hover:not(:disabled){background:#357abd;transform:translateY(-.1rem)}.product__add-cart-btn--disabled{background:#666;color:#999;cursor:not-allowed;transform:none}.product__add-cart-btn--disabled:hover{background:#666;transform:none}.product__view-btn{padding:.75rem 1rem;background:#333;color:#fff;text-decoration:none;border-radius:.6rem;font-size:.875rem;font-weight:600;transition:all .3s ease}.product__view-btn:hover{background:#444;transform:translateY(-.1rem)}.product__package-features{margin:1.2rem 0;padding:1.2rem;background:hsla(0,0%,100%,.05);border-radius:.6rem;border:.1rem solid hsla(0,0%,100%,.1)}.product__package-feature{font-size:1.2rem;color:hsla(0,0%,100%,.8);margin-bottom:.4rem;line-height:1.4}.product__package-feature:last-child{margin-bottom:0}.glacier-bg{background:url(/_next/static/media/glacier.31ba5b22.jpg) no-repeat 50%;background-size:cover}.verification-badge{border-radius:.4rem;border:.1rem solid rgba(39,218,99,.17);display:flex;padding:.4rem .6rem;align-items:center;gap:1rem;font-family:Inter;font-size:1.3rem;font-style:normal;font-weight:400;line-height:100%;letter-spacing:.013rem}.verification-badge,.verification-badge--green{background:rgba(39,218,99,.18);color:#27da63}.verification-badge--red{color:#ef4444;background:rgba(239,68,68,.18)}.verification-badge--gray{color:#6b7280;background:rgba(107,114,128,.18)}.verification-badge--orange{color:#f59e0b;background:rgba(245,158,11,.18)}.verification-badge--blue{color:#3b82f6;background:rgba(59,130,246,.18)}.verification-badge.status-pending{color:#f97316;background:rgba(249,115,22,.18);border-color:rgba(249,115,22,.17)}.verification-badge.status-done{color:#10b981;background:rgba(16,185,129,.18);border-color:rgba(16,185,129,.17)}.verification-badge.status-processing{color:#f59e0b;background:rgba(245,158,11,.18);border-color:rgba(245,158,11,.17)}.verification-badge.status-failed{color:#ef4444;background:rgba(239,68,68,.18);border-color:rgba(239,68,68,.17)}.login-card{border-radius:2rem;border:.14rem solid hsla(0,0%,100%,.09);background:rgba(38,37,42,.55);box-shadow:0 0 3.2rem 0 rgba(0,0,0,.14);backdrop-filter:blur(2.05rem)}.product-page__package-features{margin:2rem 0;padding:1.6rem;background:#f8f9fa;border-radius:.8rem;border:.1rem solid #e9ecef}.product-page__package-features-title{font-size:1.6rem;font-weight:600;color:#333;margin-bottom:1.2rem}.product-page__package-features-list{list-style:none;padding:0;margin:0}.product-page__package-features-simple{margin:2rem 0;padding:0}.product-page__package-features-simple-title{font-size:1.8rem;font-weight:600;color:#333;margin-bottom:1.2rem}.product-page__package-features-simple-list{list-style:none;padding:0;margin:0}.product-page__package-feature{font-size:1.4rem;color:#666;margin-bottom:.6rem;line-height:1.5;padding-left:.8rem}.product-page__package-feature:last-child{margin-bottom:0}.product-page__package-feature-simple{font-size:1.4rem;color:#666;margin-bottom:.6rem;line-height:1.5;padding-left:.8rem}.product-page__package-feature-simple:last-child{margin-bottom:0}.product-page__section-title{font-size:2rem;font-weight:600;margin:0 0 2rem;color:#fff}.product-page__player-count{margin-bottom:2.4rem}.product-page__player-count-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.2rem;margin-bottom:2rem}.product-page__player-count-option{display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:1.6rem;border:1px solid hsla(0,0%,100%,.12);border-radius:.8rem;background:#3c3a41;cursor:pointer;transition:all .2s ease}.product-page__player-count-option:hover{border-color:#00f2ff;transform:translateY(-.2rem)}.product-page__player-count-option--selected{border-color:#00f2ff;background:#2e2d31}.product-page__player-count-option span{color:#fff;font-size:1.4rem;font-weight:600}.product-page__player-count-option small{color:#ccc;font-size:1.2rem}.product-page__player-count-info{display:flex;flex-direction:column;gap:.4rem;padding:1.2rem;background:#3a393d;border-radius:.8rem}.product-page__player-count-info p{color:#ccc;font-size:1.4rem;margin:0}.product-page__machine-config{margin-bottom:2.4rem}.product-page__machine-config-info{display:flex;flex-direction:column;gap:.4rem;padding:1.2rem;background:#3a393d;border-radius:.8rem;margin-bottom:2rem}.product-page__machine-config-info p{color:#ccc;font-size:1.4rem;margin:0}.product-page__machine-config-option,.product-page__machine-config-options{display:flex;flex-direction:column;gap:1.2rem}.product-page__machine-config-option{padding:2rem;border:1px solid hsla(0,0%,100%,.12);border-radius:.8rem;background:#3c3a41;cursor:pointer;transition:all .2s ease}.product-page__machine-config-option:hover{border-color:#00f2ff;transform:translateY(-.2rem)}.product-page__machine-config-option--selected{border-color:#00f2ff;background:#2e2d31}.product-page__machine-config-option--recommended{border-color:#10b981}.product-page__machine-config-header{display:flex;justify-content:space-between;align-items:center}.product-page__machine-config-header h4{color:#fff;font-size:1.6rem;font-weight:600;margin:0}.product-page__machine-config-badge{background:#10b981;color:#fff;font-size:1.2rem;font-weight:600;padding:.4rem .8rem;border-radius:1.2rem}.product-page__machine-config-description{color:#ccc;font-size:1.4rem;margin:0}.product-page__machine-config-details{display:flex;flex-direction:column;gap:.8rem}.product-page__machine-config-detail{display:flex;justify-content:space-between;align-items:center}.product-page__machine-config-detail span:first-child{color:#ccc;font-size:1.4rem}.product-page__machine-config-detail span:last-child{color:#fff;font-size:1.4rem;font-weight:600}.product-page__booking-summary{margin-top:2.4rem;padding:2rem;background:#3a393d;border-radius:.8rem;border:1px solid hsla(0,0%,100%,.12)}.product-page__booking-summary h4{color:#fff;font-size:1.8rem;font-weight:600;margin:0 0 1.6rem}.product-page__booking-details{display:flex;flex-direction:column;gap:.8rem;margin-bottom:2rem}.product-page__booking-details p{color:#ccc;font-size:1.4rem;margin:0}.product-page__machine-config-summary{display:flex;flex-direction:column;gap:.4rem;padding:1.2rem;background:#2e2d31;border-radius:.6rem;margin:.8rem 0}.product-page__machine-config-summary p{color:#ccc;font-size:1.3rem;margin:0}.product-page__time-slots-summary{margin:1.6rem 0}.product-page__time-slots-summary p{color:#fff;font-size:1.6rem;font-weight:600;margin-bottom:1.2rem}.product-page__time-slots-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.product-page__time-slot-item{display:flex;justify-content:space-between;align-items:center;background:#3c3a41;padding:1.2rem;border-radius:.8rem;color:#fff;font-size:1.4rem;font-weight:500}.product-page__total-price{margin-top:1.6rem;padding-top:1.6rem;border-top:1px solid #3c3a41}.product-page__total-price p{color:#fff;font-size:1.8rem;font-weight:700;margin:0}.product-page__book-button{width:100%;padding:1.6rem 2.4rem;background:#00f2ff;color:#000;border:none;border-radius:.8rem;font-size:1.6rem;font-weight:600;cursor:pointer;transition:all .2s ease}.product-page__book-button:hover:not(:disabled){background:#00d9e6;transform:translateY(-.2rem)}.product-page__book-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.product-page__availability-details{display:flex;flex-direction:column;gap:.4rem;font-size:1.2rem;color:#b0b0b0}.product-page__availability-details span{display:flex;align-items:center;gap:.4rem}.product-page__availability-status{font-size:1.1rem;color:orange;font-weight:600;margin-top:.4rem}.game-calendar{background:#fff;border-radius:.8rem;box-shadow:0 1rem 1.5rem -.3rem rgba(0,0,0,.1),0 .4rem .6rem -.2rem rgba(0,0,0,.05);padding:2.4rem}.game-calendar__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.4rem}.game-calendar__title{font-size:2rem;font-weight:600;color:#111827;display:flex;align-items:center;margin:0}.game-calendar__title-icon{width:2rem;height:2rem;margin-right:.8rem}.game-calendar__controls{display:flex;align-items:center;gap:.8rem}.game-calendar__nav-btn{padding:.8rem;border-radius:.8rem;background:none;border:none;cursor:pointer;transition:all .2s ease}.game-calendar__nav-btn:hover{background:#f3f4f6}.game-calendar__month{font-size:1.8rem;font-weight:500;color:#374151}.game-calendar__days-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.4rem;margin-bottom:2.4rem}.game-calendar__day-header{text-align:center;font-size:1.4rem;font-weight:500;color:#6b7280;padding:.8rem 0}.game-calendar__day{padding:.8rem;font-size:1.4rem;border-radius:.8rem;transition:all .2s ease;border:none;background:none;cursor:pointer;color:#374151}.game-calendar__day:hover:not(:disabled){background:#dbeafe}.game-calendar__day--past{color:#d1d5db;cursor:not-allowed}.game-calendar__day--today{background:#dbeafe;color:#1d4ed8;font-weight:600}.game-calendar__day--selected{background:#3b82f6;color:#fff}.game-calendar__slots{border-top:.1rem solid #e5e7eb;padding-top:2.4rem}.game-calendar__slots-title{font-size:1.8rem;font-weight:600;color:#111827;margin:0 0 1.6rem}.game-calendar__loading{display:flex;align-items:center;justify-content:center;padding:3.2rem 0}.game-calendar__spinner{width:3.2rem;height:3.2rem;border:.2rem solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}.game-calendar__error{display:flex;align-items:center;justify-content:center;padding:3.2rem 0;color:#dc2626}.game-calendar__error-icon{width:2rem;height:2rem;margin-right:.8rem}.game-calendar__empty{text-align:center;padding:3.2rem 0;color:#6b7280}.game-calendar__empty-icon{width:4.8rem;height:4.8rem;margin:0 auto .8rem;color:#d1d5db}.game-calendar__empty-subtitle{font-size:1.4rem;margin-top:.4rem}.game-calendar__slots-grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media(min-width:768px){.game-calendar__slots-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.game-calendar__slots-grid{grid-template-columns:repeat(3,1fr)}}.game-calendar__slot{border:.1rem solid #e5e7eb;border-radius:.8rem;padding:1.6rem;cursor:pointer;transition:all .2s ease}.game-calendar__slot--available{border-color:#d1fae5}.game-calendar__slot--available:hover{border-color:#a7f3d0;box-shadow:0 .4rem .6rem -.1rem rgba(0,0,0,.1)}.game-calendar__slot--unavailable{border-color:#e5e7eb;opacity:.5;cursor:not-allowed}.game-calendar__slot-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem}.game-calendar__slot-time{display:flex;align-items:center;gap:.8rem}.game-calendar__slot-time-icon{width:1.6rem;height:1.6rem;color:#6b7280}.game-calendar__slot-time-text{font-weight:500;color:#111827}.game-calendar__slot-status{width:1.2rem;height:1.2rem;border-radius:50%}.game-calendar__slot-status--available{background:#10b981}.game-calendar__slot-status--booked{background:#ef4444}.game-calendar__slot-status--cancelled{background:#6b7280}.game-calendar__slot-details{display:flex;flex-direction:column;gap:.8rem}.game-calendar__slot-price-row{display:flex;align-items:center;justify-content:space-between}.game-calendar__slot-price-label{font-size:1.4rem;color:#6b7280}.game-calendar__slot-price-value{font-size:1.4rem;font-weight:500}.game-calendar__slot-discount{display:flex;align-items:center;justify-content:space-between;color:#10b981}.game-calendar__slot-discount-label{font-size:1.4rem}.game-calendar__slot-discount-value{font-size:1.4rem;font-weight:500}.game-calendar__slot-peak{display:flex;align-items:center;justify-content:space-between;color:#f59e0b}.game-calendar__slot-peak-label{font-size:1.4rem}.game-calendar__slot-peak-value{font-size:1.4rem;font-weight:500}.game-calendar__slot-final-price{display:flex;align-items:center;justify-content:space-between;border-top:.1rem solid #e5e7eb;padding-top:.8rem}.game-calendar__slot-final-price-label{font-size:1.4rem;font-weight:500;color:#111827}.game-calendar__slot-final-price-value{font-size:1.8rem;font-weight:700;color:#3b82f6}.game-calendar__slot-footer{display:flex;align-items:center;justify-content:space-between;margin-top:1.2rem;padding-top:1.2rem;border-top:.1rem solid #e5e7eb}.game-calendar__slot-bookings{display:flex;align-items:center;font-size:1.4rem;color:#6b7280}.game-calendar__slot-bookings-icon{width:1.6rem;height:1.6rem;margin-right:.4rem}.game-calendar__slot-description{display:flex;align-items:center;font-size:1.4rem;color:#6b7280}.game-calendar__slot-description-icon{width:1.6rem;height:1.6rem;margin-right:.4rem}.game-calendar__slot-btn{width:100%;margin-top:1.2rem;background:#3b82f6;color:#fff;padding:.8rem 1.6rem;border-radius:.8rem;border:none;cursor:pointer;transition:all .2s ease}.game-calendar__slot-btn:hover{background:#2563eb}.error-boundary{min-height:100vh;background:#111827;display:flex;align-items:center;justify-content:center}.error-boundary__content{text-align:center;color:#fff}.error-boundary__title{font-size:3.2rem;font-weight:700;margin:0 0 1.6rem}.error-boundary__message{color:#9ca3af;margin:0 0 1.6rem}.error-boundary__button{background:#3b82f6;color:#fff;padding:.8rem 1.6rem;border-radius:.4rem;border:none;cursor:pointer;transition:all .2s ease}.error-boundary__button:hover{background:#2563eb}.placeholder-image{background:linear-gradient(135deg,#4b5563,#1f2937);display:flex;align-items:center;justify-content:center;color:#d1d5db;font-weight:500}.placeholder-image__content{text-align:center}.placeholder-image__icon{font-size:4.8rem;margin-bottom:.8rem}.placeholder-image__text{font-size:1.4rem}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-1rem)}60%{transform:translateY(-.5rem)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.payment-confirmation-modal{position:fixed;inset:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:50;padding:1.6rem}.payment-confirmation-modal__container{background:#2e2d31;border:.2rem solid hsla(0,0%,100%,.09);border-radius:.8rem;padding:2.4rem;max-width:48rem;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 2.5rem 5rem -1.2rem rgba(0,0,0,.25)}@media(min-width:768px){.payment-confirmation-modal__container{padding:2.2rem}}.payment-confirmation-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.4rem}.payment-confirmation-modal__title{font-size:2.4rem;font-weight:700;color:#fff;margin:0}@media(min-width:768px){.payment-confirmation-modal__title{font-size:2.8rem}}.payment-confirmation-modal__close-btn{color:#9ca3af;background:#374151;border:none;border-radius:.8rem;padding:.8rem;cursor:pointer;transition:all .2s ease}.payment-confirmation-modal__close-btn:hover{color:#fff;background:#4b5563}.payment-confirmation-modal__close-icon{width:2rem;height:2rem}.payment-confirmation-modal__content{display:flex;flex-direction:column;gap:2rem}.payment-confirmation-modal__payment-details{background:#34333b;border:.1rem solid hsla(0,0%,100%,.1);padding:2rem;border-radius:1.2rem}.payment-confirmation-modal__payment-label{font-size:1.4rem;color:#d1d5db;margin:0 0 1rem;font-weight:500}.payment-confirmation-modal__payment-description{font-weight:600;color:#fff;font-size:1.6rem;margin:0 0 1rem}.payment-confirmation-modal__payment-amount{font-size:2.4rem;font-weight:700;color:#10b981;margin:0}@media(min-width:768px){.payment-confirmation-modal__payment-amount{font-size:2.8rem}}.payment-confirmation-modal__error{background:rgba(220,38,38,.1);border:.1rem solid rgba(220,38,38,.3);padding:1.6rem;border-radius:1.2rem}.payment-confirmation-modal__error-text{font-size:1.4rem;color:#f87171;margin:0;font-weight:500}.payment-confirmation-modal__actions{display:flex;gap:1.6rem;margin-top:3.2rem}.payment-confirmation-modal__cancel-btn{flex:1;padding:1.2rem 2rem;border:.1rem solid #4b5563;border-radius:1rem;color:#d1d5db;background:#374151;cursor:pointer;transition:all .2s ease;font-size:1.4rem;font-weight:600}.payment-confirmation-modal__cancel-btn:hover{background:#4b5563;color:#fff}.payment-confirmation-modal__confirm-btn{flex:1;padding:1.2rem 2rem;background:#10b981;color:#1a1a1a;border-radius:5px;border:none;cursor:pointer;transition:all .2s ease;font-size:1.4rem;font-family:Inter;font-size:1.7rem;font-style:normal;font-weight:600;line-height:normal}.payment-confirmation-modal__confirm-btn:hover:not(:disabled){background:#059669;transform:translateY(-.1rem)}.payment-confirmation-modal__confirm-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.payment-confirmation-modal__setup-section{background:#34333b;border:.1rem solid hsla(0,0%,100%,.1);padding:2rem;border-radius:1.2rem}.payment-confirmation-modal__setup-title{font-size:1.8rem;font-weight:700;color:#fff;margin:0 0 .8rem}.payment-confirmation-modal__setup-subtitle{font-size:1.4rem;color:#d1d5db;margin:0 0 2rem}.payment-confirmation-modal__machines-controls{display:flex;flex-direction:column;gap:1.6rem}.payment-confirmation-modal__machines-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.2rem;border-bottom:.1rem solid hsla(0,0%,100%,.1)}.payment-confirmation-modal__machines-label{font-size:1.4rem;font-weight:600;color:#fff}.payment-confirmation-modal__machines-counter{display:flex;align-items:center;gap:.8rem}.payment-confirmation-modal__counter-btn{display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;border:.1rem solid #4b5563;border-radius:.6rem;background:#374151;color:#d1d5db;cursor:pointer;transition:all .2s ease}.payment-confirmation-modal__counter-btn:hover:not(:disabled){background:#4b5563;color:#fff;border-color:#6b7280}.payment-confirmation-modal__counter-btn:disabled{opacity:.4;cursor:not-allowed}.payment-confirmation-modal__counter-value{font-size:1.6rem;font-weight:600;color:#fff;min-width:2.4rem;text-align:center}.payment-confirmation-modal__machines-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:1.2rem}.payment-confirmation-modal__machine-item{display:flex;align-items:center;justify-content:space-between;padding:1.2rem;background:#2a2930;border:.1rem solid hsla(0,0%,100%,.05);border-radius:.8rem}.payment-confirmation-modal__machine-label{font-size:1.4rem;font-weight:600;color:#d1d5db}.payment-confirmation-modal__machine-counter{display:flex;align-items:center;gap:.6rem}.payment-confirmation-modal__setup-summary{display:flex;flex-direction:column;gap:.8rem;padding:1.6rem;background:#2a2930;border:.1rem solid hsla(0,0%,100%,.05);border-radius:.8rem}.payment-confirmation-modal__summary-item{display:flex;justify-content:space-between;align-items:center;font-size:1.4rem;color:#d1d5db}.payment-confirmation-modal__summary-item span:first-child{font-weight:500}.payment-confirmation-modal__summary-item span:last-child{font-weight:600;color:#fff}.payment-confirmation-modal__summary-error{color:#f87171!important}.cart{min-height:100vh;padding:18rem 2rem 4rem}.cart__header{margin-bottom:4rem}.cart__header .cart__title{color:#fff;font-family:Inter;font-size:3.2rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.0128rem}.cart__content{display:grid;grid-template-columns:1fr 40rem;gap:4rem;margin-bottom:4rem}@media(max-width:1024px){.cart__content{grid-template-columns:1fr;gap:3rem}}.cart__items-section .cart__items-list{display:flex;flex-direction:column;gap:2rem}.cart__summary-section{position:sticky;top:14rem;height:fit-content}@media(max-width:1024px){.cart__summary-section{position:static}}.cart__actions{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.cart__actions .cart__action-btn{padding:1.2rem 2.4rem;border-radius:.8rem;font-family:Inter;font-size:1.6rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease;border:none}.cart__actions .cart__action-btn.secondary{background:#35333d;color:#fff;border:.1rem solid #4a4a4a}.cart__actions .cart__action-btn.secondary:hover{background:#4a4a4a}.cart__empty{min-height:calc(100vh - var(--footer-height, 13rem));display:flex;align-items:center;justify-content:center;text-align:center}.cart__empty .cart__empty-content{max-width:50rem;padding:4rem 2rem}.cart__empty .cart__empty-content .cart__empty-title{color:#fff;font-family:Inter;font-size:3.2rem;font-weight:700;margin:0 0 1.6rem}.cart__empty .cart__empty-content .cart__empty-message{color:#a9a8a8;font-family:Inter;font-size:1.8rem;line-height:1.5;margin:0 0 3.2rem}.cart__empty .cart__empty-content .cart__empty-btn{display:inline-block;padding:1.6rem 3.2rem;background:#00f2ff;color:#1a1a1a;font-family:Inter;font-size:1.6rem;font-weight:600;text-decoration:none;border-radius:.8rem;transition:all .2s ease}.cart__empty .cart__empty-content .cart__empty-btn:hover{background:#00d4e0;transform:translateY(-.2rem)}.cart__loading{display:flex;justify-content:center;align-items:center;min-height:20rem;font-size:1.2rem;color:#fff}.cart__wallet-section{background:linear-gradient(135deg,#28272C,#1E1E1E);border-radius:1.2rem;padding:1.5rem;margin-bottom:1.5rem;border:.1rem solid #333}.cart__wallet-info{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.cart__wallet-icon{width:4rem;height:4rem;background:#4a90e2;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.cart__wallet-details{flex:1}.cart__wallet-label{font-size:.875rem;color:#b0b0b0;margin-bottom:.25rem}.cart__wallet-balance{font-size:1.5rem;font-weight:700;color:#fff}.cart__wallet-balance.sufficient{color:#10b981}.cart__wallet-balance.insufficient{color:#ef4444}.cart__wallet-warning{background:#2d1b1b;border:.1rem solid #ef4444;border-radius:.8rem;padding:1rem;display:flex;align-items:flex-start;gap:.75rem}.cart__warning-icon{width:2rem;height:2rem;color:#ef4444;margin-top:.125rem;flex-shrink:0}.cart__warning-content{flex:1}.cart__warning-title{font-size:1.6rem;font-weight:600;color:#ef4444;margin-bottom:.25rem}.cart__warning-message{font-size:1.2rem;color:#b0b0b0;margin-bottom:1rem}.cart__topup-btn{display:inline-flex;align-items:center;gap:.5rem;background:#4a90e2;color:#fff;padding:.5rem 1rem;border-radius:.6rem;text-decoration:none;font-size:1.2rem;font-weight:600;transition:all .3s ease}.cart__topup-btn:hover{background:#357abd;transform:translateY(-.1rem)}.cart__topup-icon{width:1.6rem;height:1.6rem}.cart__login-required{background:#2d2b1b;border:.1rem solid #f59e0b;border-radius:.8rem;padding:1rem;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:.75rem}.cart__login-content{flex:1}.cart__login-title{font-size:1.6rem;font-weight:600;color:#f59e0b;margin-bottom:.25rem}.cart__login-message{font-size:1rem;color:#b0b0b0;margin-bottom:.75rem}.cart__login-btn{display:inline-flex;align-items:center;background:#f59e0b;color:#1a1a1a;padding:.5rem 1rem;border-radius:.6rem;text-decoration:none;font-size:1rem;font-weight:600;transition:all .3s ease}.cart__login-btn:hover{background:#d97706;transform:translateY(-.1rem)}.cart__minimum-balance-required{background:#2d1b1b;border:.16rem solid #f59e0b;border-radius:1.28rem;padding:1.6rem;display:flex;align-items:flex-start;gap:1.2rem;margin-bottom:2.4rem}.cart__minimum-balance-content{flex:1}.cart__minimum-balance-title{font-size:1.6rem;font-weight:600;color:#f59e0b;margin-bottom:.4rem}.cart__minimum-balance-message{font-size:1.4rem;color:#b0b0b0;margin-bottom:1.2rem}.cart__item{display:flex;gap:2rem;padding:2.4rem;justify-content:space-between;align-items:center;position:relative;border-bottom:.1rem solid rgba(74,74,74,.5411764706)}.cart__item-image{flex-shrink:0;width:12rem;height:12rem;border-radius:.8rem;overflow:hidden}.cart__item-image img{width:100%;height:100%;object-fit:cover}.cart__item-content{flex:1;display:flex;flex-direction:column;gap:1.2rem}.cart__item-type{color:#fff71b;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:1.4rem;font-style:normal;font-weight:400;line-height:100%}.cart__item-main{display:flex;justify-content:space-between;align-items:center}.cart__item-left{align-items:flex-start;align-self:stretch}.cart__item-details,.cart__item-left{display:flex;flex-direction:column;gap:.8rem}.cart__item-title{color:#fff;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:2rem;font-style:normal;font-weight:600;line-height:normal}.cart__item-color,.cart__item-description,.cart__item-manufacturer{color:#a9a8a8;font-family:Inter;font-size:1.4rem;margin:0 0 .4rem}.cart__item-reservation{display:flex;align-items:center;gap:.8rem;margin:.8rem 0}.cart__item-label{color:#a9a8a8;font-family:Inter;font-size:1.4rem;font-weight:500}.cart__item-value{color:#fff;font-family:Inter;font-size:1.4rem;font-weight:600}.cart__item-pricing{display:flex;flex-direction:column;gap:1.2rem;align-items:flex-end}.cart__item-price-breakdown{display:flex;flex-direction:column;gap:.8rem;color:#fff;text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:300;line-height:100%;opacity:.54}.cart__item-price-item{display:flex;justify-content:flex-end;align-items:center;align-self:stretch}.cart__item-controls{display:flex;align-items:center;gap:1.2rem}.cart__item-total{color:#fff;text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:2.2rem;font-style:normal;font-weight:500;line-height:100%}.cart__item-rental{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1.4rem;text-align:left}.cart__item-duration{overflow:hidden;color:#fff;font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;font-family:Inter;font-size:1.7rem;font-style:normal;font-weight:400;line-height:100%;margin-top:.8rem}.cart__item-quantity{display:flex;padding:.6rem;justify-content:center;align-items:center;gap:.6rem;border-radius:.2279rem;background:#fff;width:max-content}.cart__item-quantity button{font-size:2rem}.cart__item-quantity-input{flex:1 0 0;width:4rem;display:flex;align-items:center;font-size:2rem;justify-content:center;padding-left:1rem;padding-right:1rem}.cart__item-qty-btn{background:none;border:none;color:#fff;cursor:pointer;padding:.4rem;border-radius:.4rem;transition:background .2s ease}.cart__item-qty-btn:hover{background:#4a4a4a}.cart__item-qty-value{color:#fff;font-family:Inter;font-size:1.6rem;font-weight:600;min-width:2.4rem;text-align:center}.cart__item-remove{color:#fff;border:none;font-family:Inter;font-size:1.4rem;font-weight:500;transition:all .2s ease;cursor:pointer}.cart__item-remove:hover{transform:translateY(-.1rem)}.cart__item-edit{overflow:hidden;color:#fff;font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:500;line-height:normal;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.cart__summary-content{display:flex;padding:2.2rem 1.7rem;flex-direction:column;align-items:flex-start;gap:2.4rem;border-radius:.5rem;background:#28272c;margin-top:2rem}.cart__summary-title{color:#cacaca;font-family:Kanit;font-size:2rem;font-style:normal;font-weight:300;line-height:2.1rem;letter-spacing:.02rem}.cart__summary-breakdown{width:100%}.cart__summary-row{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 0;border-bottom:.1rem solid hsla(0,0%,100%,.1)}.cart__summary-row:first-child{padding-top:0}.cart__summary-row:last-child{border-bottom:none}.cart__summary-label{color:hsla(0,0%,100%,.5137254902);font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:400;line-height:normal}.cart__summary-value{color:#fff;font-family:Inter;font-size:1.6rem;font-weight:600}.cart__summary-expandable{margin-bottom:2.4rem;width:100%}.cart__summary-expand-btn{display:flex;padding:1.2rem 1rem 1.2rem 1.4rem;justify-content:space-between;align-items:center;align-self:stretch;width:100%;border-radius:.5rem;background:#37363c;color:#fff;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:400;line-height:1.7rem;letter-spacing:.015rem}.cart__summary-expand-btn:hover{background:#4a4a4a}.cart__summary-expand-btn svg{color:#a9a8a8;transition:transform .2s ease}.cart__summary-expanded{margin-top:1.6rem;padding:1.6rem;background:#35333d;border-radius:.8rem;border:.1rem solid #4a4a4a}.cart__summary-expanded-content{display:flex;flex-direction:column}.cart__summary-expanded-row{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;color:#a9a8a8;font-family:Inter;font-size:1.4rem;border-bottom:.1rem solid hsla(0,0%,100%,.1)}.cart__summary-expanded-row:last-child{border-bottom:none}.cart__summary-total{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;align-self:stretch}.cart__summary-total-row{display:flex;justify-content:space-between;align-items:center}.cart__summary-total-label{color:#fff;font-family:Inter;font-size:2rem;font-weight:600}.cart__summary-total-value{color:#fff;font-family:Inter;font-size:2.4rem;font-weight:700}.cart__summary-note{text-align:center;color:#a9a8a8;font-family:Inter;font-size:1.4rem;line-height:1.4}.cart__summary-checkout-btn{display:flex;justify-content:center;align-items:center;gap:.5371rem;color:#1a1a1a;font-family:Inter;font-size:1.7rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.0085rem;border-radius:.5rem;background:#00f2ff;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap;padding:1.6rem 2.4rem;font-size:1.8rem;width:100%;border-radius:.8rem}.cart__summary-checkout-btn:hover:not(:disabled){background:#fff71b;transform:translateY(-.2rem)}.cart__summary-checkout-btn:disabled{opacity:.6}.cart__summary-checkout-btn.disabled,.cart__summary-checkout-btn:disabled{background:#666;color:#999;cursor:not-allowed;transform:none}.cart__summary-checkout-btn.disabled:hover{background:#666;transform:none}.cart__summary-checkout-btn.insufficient{background:#ff6b6b;color:#fff;cursor:not-allowed;transform:none}.cart__summary-checkout-btn.insufficient:hover{background:#ff6b6b;transform:none}.cart__summary-devider{width:100%;height:.1rem;background:hsla(0,0%,100%,.1)}.cart__discount{flex-direction:column;align-items:flex-start;gap:1.2rem}.cart__discount,.cart__discount-input{display:flex;align-self:stretch;width:100%}.cart__discount-input{height:100%;padding:1.5rem 1.7rem;gap:1.4rem;border-radius:.8rem;background:hsla(0,0%,100%,.07);border:.1rem solid rgba(0,0,0,0);transition:all .3s ease;color:#fff;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:400;line-height:100%}.cart__discount-input::placeholder{color:#c9c9c9}.cart__discount-input:focus{outline:none;border-color:#4a4a4a;background:hsla(0,0%,100%,.1)}.cart__discount-input.error{border-color:#ef4444;background:rgba(239,68,68,.1)}.cart__discount-input.success{border-color:#10b981;background:rgba(16,185,129,.1)}.cart__discount-input:disabled{opacity:.6;cursor:not-allowed}.cart__discount-input-container{display:flex;width:100%;gap:1rem}.cart__discount-btn{padding:1rem;border-radius:.8rem;border:.1rem solid #4a4a4a;background:#35333d;color:#a9a8a8;font-family:Inter;font-size:1.4rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.cart__discount-btn:hover:not(:disabled){background:#4a4a4a;color:#fff;border-color:#666}.cart__discount-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.cart__discount-btn.loading{background:#6b7280;border-color:#6b7280;color:#fff}.cart__discount-btn.success{background:#10b981;border-color:#10b981;color:#fff}.cart__discount-icon{width:1.6rem;height:1.6rem}.cart__discount-icon.spinning{animation:spin 1s linear infinite}.cart__discount-message{font-family:Inter;font-size:1.2rem;font-weight:500;padding:.8rem 1.2rem;border-radius:.6rem;margin-top:.8rem;display:flex;align-items:center;gap:.5rem}.cart__discount-message.success{background:rgba(16,185,129,.1);color:#10b981;border:.1rem solid rgba(16,185,129,.3)}.cart__discount-message.error{background:rgba(239,68,68,.1);color:#ef4444;border:.1rem solid rgba(239,68,68,.3)}.cart__discount-message.loading{background:rgba(107,114,128,.1);color:#6b7280;border:.1rem solid rgba(107,114,128,.3)}.checkout{min-height:100vh;background:#1e1d22;color:#fff}.checkout__loading{display:flex;justify-content:center;align-items:center;min-height:32rem;font-size:1.92rem;color:#fff}.checkout__header{display:flex;align-items:center;gap:1.6rem;margin-bottom:3.2rem}.checkout__back-btn{display:flex;align-items:center;gap:.8rem;color:#4a90e2;text-decoration:none;font-weight:500;transition:color .3s ease}.checkout__back-btn:hover{color:#357abd}.checkout__back-icon{width:3.2rem;height:3.2rem}.checkout__title{font-size:3.2rem;font-weight:700;color:#fff;margin:0}.checkout__error{background:#2d1b1b;border:.16rem solid #ef4444;border-radius:1.28rem;padding:1.6rem;margin-bottom:2.4rem;display:flex;align-items:center;gap:1.2rem;color:#ef4444}.checkout__error-icon{width:3.2rem;height:3.2rem;flex-shrink:0}.checkout__content{display:grid;grid-template-columns:1fr 64rem;gap:3.2rem}@media(max-width:1024px){.checkout__content{grid-template-columns:1fr}}.checkout__address{margin-bottom:3.2rem}.checkout__address,.checkout__summary{background:#28272c;border-radius:1.92rem;padding:2.4rem;border:.16rem solid #333}.checkout__summary-title{font-size:2rem;font-weight:600;color:#fff;margin:0 0 2.4rem}.checkout__items{margin-bottom:2.4rem}.checkout__item{display:flex;justify-content:space-between;align-items:center;padding:1.6rem 0;border-bottom:.16rem solid #333}.checkout__item:last-child{border-bottom:none}.checkout__item--rental{border-radius:.8rem;margin:.8rem 0}.checkout__item-info{flex:1}.checkout__item-name{font-size:1.6rem;font-weight:500;color:#fff;margin-bottom:.4rem;display:flex;align-items:center;gap:1.2rem}.checkout__item-rental-badge{background:#4a90e2;color:#fff;font-size:1rem;font-weight:600;padding:.4rem .8rem;border-radius:.4rem;text-transform:uppercase;letter-spacing:.05rem}.checkout__item-details{font-size:1.4rem;color:#b0b0b0}.checkout__item-rental-details{font-size:1.2rem;color:#4a90e2;margin-top:.4rem;font-weight:500;display:flex;align-items:center;gap:5px}.checkout__item-price{font-size:1.6rem;font-weight:600;color:#fff;text-align:right}.checkout__item-main-price{font-size:1.6rem;font-weight:600;color:#fff;margin-bottom:.8rem}.checkout__item-deposit{text-align:right}.checkout__item-deposit-label{font-size:1.2rem;color:#b0b0b0;margin-bottom:.4rem}.checkout__item-deposit-amount{font-size:1.4rem;font-weight:600;color:#4a90e2}.checkout__totals{border-top:.16rem solid #333;padding-top:1.6rem}.checkout__total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem;font-size:1.4rem;color:#b0b0b0}.checkout__total-row--final{font-size:1.8rem;font-weight:700;color:#fff;margin-top:.8rem;padding-top:.8rem}.checkout__rental-note{margin-top:1.6rem;padding:1.2rem;background:#1a1a1a;border-radius:.8rem}.checkout__rental-note-text{font-size:1.2rem;color:#b0b0b0;line-height:1.5}.checkout__rental-note-text strong{color:#4a90e2}.checkout__deposits{background:#28272c;border-radius:1.92rem;padding:2.4rem;border:.16rem solid #333;margin-bottom:3.2rem}.checkout__deposits-title{font-size:2rem;font-weight:600;color:#fff;margin:0 0 2.4rem;display:flex;align-items:center;gap:1.6rem}.checkout__deposits-icon{width:3.2rem;height:3.2rem;color:#4a90e2}.checkout__deposits-breakdown{margin-bottom:2.4rem}.checkout__deposit-item{display:flex;justify-content:space-between;align-items:center;padding:1.6rem 0;border-bottom:.16rem solid #333}.checkout__deposit-item:last-child{border-bottom:none}.checkout__deposit-info{flex:1}.checkout__deposit-name{font-size:1.6rem;font-weight:500;color:#fff;margin-bottom:.4rem}.checkout__deposit-details{font-size:1.4rem;color:#b0b0b0}.checkout__deposit-amount{text-align:right}.checkout__deposit-label{font-size:1.2rem;color:#b0b0b0;margin-bottom:.4rem}.checkout__deposit-value{font-size:1.6rem;font-weight:600;color:#4a90e2}.checkout__deposits-total{border-top:.16rem solid #333;padding-top:1.6rem}.checkout__deposits-total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem;font-size:1.4rem;color:#b0b0b0}.checkout__deposits-total-row--final{font-size:1.8rem;font-weight:700;color:#fff;margin-top:.8rem;padding-top:.8rem;border-top:.16rem solid #333}.checkout__deposits-error{background:#2d1b1b;border:.16rem solid #ef4444;border-radius:1.28rem;padding:1.6rem;display:flex;align-items:flex-start;gap:1.2rem;margin-top:2.4rem}.checkout__error-content{flex:1}.checkout__error-title{font-size:1.6rem;font-weight:600;color:#ef4444;margin-bottom:.4rem}.checkout__error-message{font-size:1.4rem;color:#b0b0b0;margin-bottom:1.2rem}.checkout__payment{background:#28272c;border-radius:1.92rem;padding:2.4rem;border:.16rem solid #333;height:fit-content}.checkout__payment-title{font-size:2rem;font-weight:600;color:#fff;margin:0 0 2.4rem}.checkout__wallet-info{margin-bottom:2.4rem}.checkout__wallet-header{display:flex;align-items:center;gap:1.6rem;margin-bottom:1.6rem}.checkout__wallet-icon{width:6.4rem;height:6.4rem;background:#4a90e2;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.checkout__wallet-details{flex:1}.checkout__wallet-label{font-size:1.4rem;color:#b0b0b0;margin-bottom:.4rem}.checkout__wallet-balance{font-size:2.4rem;font-weight:700}.checkout__wallet-balance.sufficient{color:#10b981}.checkout__wallet-balance.insufficient{color:#ef4444}.checkout__insufficient-funds{background:#2d1b1b;border:.16rem solid #ef4444;border-radius:1.28rem;padding:1.6rem;display:flex;align-items:flex-start;gap:1.2rem}.checkout__warning-icon{width:3.2rem;height:3.2rem;color:#ef4444;margin-top:.2rem;flex-shrink:0}.checkout__warning-content{flex:1}.checkout__warning-title{font-size:1.6rem;font-weight:600;color:#ef4444;margin-bottom:.4rem}.checkout__warning-message{font-size:1.4rem;color:#b0b0b0;margin-bottom:1.2rem}.checkout__topup-btn{display:inline-flex;align-items:center;background:#4a90e2;color:#fff;padding:.8rem 1.6rem;border-radius:.96rem;text-decoration:none;font-size:1.4rem;font-weight:600;transition:all .3s ease}.checkout__topup-btn:hover{background:#357abd;transform:translateY(-.16rem)}.checkout__pay-btn{margin-top:2rem;width:100%;padding:1.6rem 2.4rem;border:none;border-radius:1.28rem;font-size:1.6rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.8rem;margin-bottom:1.6rem}.checkout__pay-btn.enabled{background:#4a90e2;color:#fff}.checkout__pay-btn.enabled:hover{background:#357abd;transform:translateY(-.32rem)}.checkout__pay-btn.disabled{color:#999;cursor:not-allowed}.checkout__pay-btn.disabled,.checkout__pay-btn.disabled:hover{background:#666;transform:none}.checkout__pay-icon,.checkout__spinner{width:3.2rem;height:3.2rem}.checkout__spinner{border:.32rem solid #fff;border-top-color:rgba(0,0,0,0);border-radius:50%;animation:spin 1s linear infinite}.checkout__payment-note{display:flex;align-items:center;gap:.8rem;font-size:1.4rem;color:#b0b0b0}.checkout__note-icon{width:2.56rem;height:2.56rem;color:#10b981}.checkout__success{text-align:center;max-width:96rem;margin:0 auto;padding:4.8rem 3.2rem}.checkout__success-icon{width:12.8rem;height:12.8rem;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 3.2rem;color:#fff}.checkout__success-icon svg{width:6.4rem;height:6.4rem}.checkout__success-title{font-size:3.2rem;font-weight:700;color:#fff;margin:0 0 1.6rem}.checkout__success-message{font-size:1.8rem;color:#b0b0b0;margin-bottom:3.2rem;line-height:1.6}.checkout__success-details{background:#28272c;border-radius:1.92rem;padding:2.4rem;margin:0 auto 3.2rem;border:.16rem solid #333;max-width:70rem}.checkout__success-detail{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-bottom:.16rem solid #333}.checkout__success-detail:last-child{border-bottom:none}.checkout__success-detail span:first-child{color:#b0b0b0}.checkout__success-detail span:last-child{color:#fff;font-weight:600}.checkout__success-actions{display:flex;gap:1.6rem;justify-content:center;flex-wrap:wrap}.checkout__success-btn{display:flex;justify-content:center;align-items:center;gap:.5371rem;color:#1a1a1a;font-family:Inter;font-size:1.7rem;font-style:normal;line-height:normal;letter-spacing:-.0085rem;border-radius:.5rem;background:#00f2ff;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap;font-size:1.6rem;gap:.8rem;padding:1.2rem 2.4rem;border-radius:1.28rem;text-decoration:none;font-weight:600;transition:all .3s ease}.checkout__success-btn:hover:not(:disabled){background:#fff71b;transform:translateY(-.2rem)}.checkout__success-btn:disabled{background:#666;color:#999;cursor:not-allowed;transform:none;opacity:.6}@media(max-width:768px){.checkout__success-btn{font-size:1.3rem;padding:.8rem 1.2rem}}.checkout__success-btn.primary:hover{background:#fff71b;transform:translateY(-.32rem)}.checkout__success-btn.secondary{background:#333;color:#fff}.checkout__success-btn.secondary:hover{background:#00f2ff;color:#1a1a1a;transform:translateY(-.32rem)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.address-selector__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.4rem}.address-selector__title{font-size:2rem;font-weight:600;color:#fff;margin:0;display:flex;align-items:center;gap:1.2rem}.address-selector__icon{width:3.2rem;height:3.2rem;color:#4a90e2}.address-selector__add-btn{display:flex;align-items:center;gap:.8rem;padding:1.2rem 2.4rem;background:#4a90e2;color:#fff;border:none;border-radius:.8rem;font-size:1.4rem;font-weight:600;cursor:pointer;transition:all .3s ease}.address-selector__add-btn:hover{background:#357abd;transform:translateY(-.2rem)}.address-selector__add-icon{width:2rem;height:2rem}.address-selector__loading{display:flex;justify-content:center;align-items:center;min-height:20rem;font-size:1.6rem;color:#b0b0b0}.address-selector__empty{text-align:center;padding:4rem 2rem}.address-selector__empty-icon{width:6.4rem;height:6.4rem;color:#666;margin:0 auto 1.6rem}.address-selector__empty-text{font-size:1.6rem;color:#b0b0b0;margin-bottom:2.4rem}.address-selector__empty-btn{padding:1.2rem 2.4rem;background:#4a90e2;color:#fff;border:none;border-radius:.8rem;font-size:1.4rem;font-weight:600;cursor:pointer;transition:all .3s ease}.address-selector__empty-btn:hover{background:#357abd;transform:translateY(-.2rem)}.address-selector__list{display:flex;flex-direction:column;gap:1.6rem}.address-selector__item{background:#35333d;border:.16rem solid #4a4a4a;border-radius:1.28rem;padding:2rem;cursor:pointer;transition:all .3s ease}.address-selector__item:hover{border-color:#666;background:#3a3840}.address-selector__item--selected{border-color:#4a90e2;background:rgba(74,144,226,.1)}.address-selector__item-header{display:flex;align-items:flex-start;gap:1.6rem}.address-selector__item-radio{position:relative;margin-top:.4rem}.address-selector__radio-input{position:absolute;opacity:0;cursor:pointer}.address-selector__radio-custom{width:2.4rem;height:2.4rem;border:.2rem solid #4a4a4a;border-radius:50%;background:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.address-selector__radio-input:checked+.address-selector__radio-custom{border-color:#4a90e2;background:#4a90e2}.address-selector__check-icon{width:1.6rem;height:1.6rem;color:#fff}.address-selector__item-info{flex:1}.address-selector__item-title{font-size:1.2rem;font-weight:600;color:#4a90e2;margin-bottom:.8rem;letter-spacing:.1rem}.address-selector__item-details p{margin:0 0 .4rem;font-size:1.4rem;color:#b0b0b0;line-height:1.4}.address-selector__item-details p:last-child{margin-bottom:0}.address-selector__edit-btn{padding:.8rem 1.6rem;background:rgba(0,0,0,0);color:#4a90e2;border:.16rem solid #4a90e2;border-radius:.6rem;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .3s ease}.address-selector__edit-btn:hover{background:#4a90e2;color:#fff}.address-selector__selected{margin-top:2.4rem;padding:1.6rem;background:rgba(74,144,226,.1);border:.16rem solid #4a90e2;border-radius:1.28rem}.address-selector__selected-label{font-size:1.2rem;font-weight:600;color:#4a90e2;margin-bottom:.8rem;letter-spacing:.1rem}.address-selector__selected-details p{margin:0 0 .4rem;font-size:1.4rem;color:#fff;line-height:1.4}.address-selector__selected-details p:last-child{margin-bottom:0}.address-selector__selected-details p strong{color:#4a90e2}.login-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.login-modal{background:#fff;border-radius:12px;width:100%;max-width:400px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px rgba(0,0,0,.3);animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.login-modal__header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0;border-bottom:1px solid #e5e7eb;margin-bottom:24px}.login-modal__header h2{margin:0;font-size:24px;font-weight:600;color:#1f2937}.login-modal__close{background:none;border:none;font-size:28px;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.login-modal__close:hover{background-color:#f3f4f6;color:#374151}.login-modal__content{padding:0 24px 24px}.login-form{gap:20px}.login-form,.login-form__field{display:flex;flex-direction:column}.login-form__field{gap:8px}.login-form__field label{font-weight:500;color:#374151;font-size:14px}.login-form__field input{padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;transition:all .2s ease;background-color:#fff}.login-form__field input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.login-form__field input:disabled{background-color:#f9fafb;color:#6b7280;cursor:not-allowed}.login-form__field input::placeholder{color:#9ca3af}.login-form__button{padding:12px 24px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:48px}.login-form__button:hover:not(:disabled){background-color:#2563eb;transform:translateY(-1px)}.login-form__button:active:not(:disabled){transform:translateY(0)}.login-form__button:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.login-form__button--google{background-color:#fff;color:#1f2937;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;gap:8px}.login-form__button--google:hover:not(:disabled){background-color:#f9fafb;border-color:#d1d5db}.login-form__button--google:active:not(:disabled){background-color:#f3f4f6}.login-form__divider{position:relative;text-align:center;margin:8px 0}.login-form__divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#e5e7eb}.login-form__divider span{background-color:#fff;padding:0 16px;color:#6b7280;font-size:14px;position:relative}.login-form__error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;font-size:14px;margin:0}@media(max-width:480px){.login-modal{margin:0;border-radius:0;max-height:100vh;height:100vh}.login-modal__header{padding:20px 20px 0}.login-modal__content{padding:0 20px 20px}}