.breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;line-height:20px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;white-space:nowrap}.breadcrumbs::-webkit-scrollbar{display:none}.breadcrumbs__link{color:var(--color-muted-foreground);text-decoration:none;transition:color .2s}.breadcrumbs__link:hover{color:var(--color-foreground)}.breadcrumbs__sep{color:var(--color-muted-foreground);display:flex;align-items:center;flex-shrink:0}.breadcrumbs__current{color:var(--color-foreground);font-weight:500;overflow:hidden;text-overflow:ellipsis}.game-page{color:var(--color-foreground)}.game-page-error{color:var(--color-muted-foreground);text-align:center;padding:80px 20px;font-size:18px}.product{position:relative;z-index:2}.product__card{display:grid;grid-template-columns:auto 1fr;gap:30px;align-items:flex-start}@media(max-width:1023px){.product__card{display:flex;flex-direction:column;gap:20px}}.product__main{display:grid;grid-template-columns:auto 1fr;gap:24px;flex:1;min-width:0}@media(min-width:1024px)and (max-width:1439px){.product__main{display:flex;flex-direction:column;gap:12px;width:100%}}@media(max-width:1023px){.product__main{display:contents}}.product__sidebar{position:relative;min-width:372px;max-width:372px;height:100%}@media(max-width:1023px){.product__sidebar{min-width:unset;max-width:100%;width:100%;order:4}}@media(max-width:1023px){.product__image-col{order:1}.product__details-col{order:2}.product__screenshots{order:3}.product__content{order:5}}.product__image-col{max-width:509px;width:509px}@media(min-width:1281px)and (max-width:1550px){.product__image-col{width:411px;max-width:100%}}@media(max-width:1439px){.product__image-col{max-width:100%;width:100%}}.product__image-container{position:relative;border-radius:12px;overflow:hidden;background:var(--color-card)}.product__image{width:100%;height:auto;display:block;aspect-ratio:92/43;object-fit:contain}@media(max-width:767px){.product__image{object-fit:cover}}.product__image-placeholder{width:100%;aspect-ratio:92/43;background:var(--color-surface-secondary)}.product__game-info-desktop{margin-top:24px}@media(max-width:1023px){.product__game-info-desktop{display:none}}@media(min-width:1024px){.product__game-info-mobile{display:none}}.product__details-col{display:flex;flex-direction:column;gap:12px;min-width:0}.product__title{font-size:40px;font-weight:700;line-height:40px;margin:0;display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}@media(max-width:767px){.product__title{font-size:24px;line-height:28px}}.product__tags{display:flex;gap:4px;overflow-x:auto;scrollbar-width:none;white-space:nowrap}.product__tags::-webkit-scrollbar{display:none}.product__tag{font-size:14px;line-height:18px;font-weight:500;padding:5px 10px;border-radius:9999px;background:var(--color-surface-overlay);color:var(--color-foreground);white-space:nowrap;flex-shrink:0}.product__selection-block{display:flex;flex-direction:column;gap:12px}.product__screenshots{grid-column:1/3}@media(max-width:1439px){.product__screenshots{grid-column:unset;width:100%}}.product__content{display:flex;flex-direction:column;gap:24px;grid-column:1/3}@media(max-width:1439px){.product__content{grid-column:unset;width:100%}}.product__meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.product__reviews{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;line-height:20px}.product__reviews svg{flex-shrink:0}.product__reviews-count{color:var(--color-muted-foreground);font-weight:400}.product__release-date{color:var(--color-muted-foreground);font-size:13px;font-weight:500}.product__price-row{display:flex;align-items:center;gap:8px}.product__old-price{color:var(--color-muted-foreground);font-size:14px;text-decoration:line-through;font-weight:500}.product__current-price{font-size:22px;font-weight:700;color:var(--color-foreground)}.product__unavailable{color:var(--color-muted-foreground);font-size:16px;font-weight:500}.game-info{background:var(--color-card);border-radius:16px;padding:20px;width:100%}.game-info__grid{display:flex;flex-direction:column;gap:16px}.game-info__item{display:flex;align-items:center;gap:8px}.game-info__label{color:var(--color-muted-foreground);font-size:12px;font-weight:500;line-height:16px;min-width:120px;flex-shrink:0}.game-info__value{color:var(--color-foreground);font-size:14px;font-weight:500;line-height:20px;flex:1}.game-short-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;color:var(--color-muted-foreground);font-size:16px;line-height:21px;font-weight:500;text-align:left}.game-ext-data{display:flex;gap:16px;color:var(--color-foreground);font-size:14px;font-weight:500;line-height:20px}.game-ext-data--row{flex-direction:row;flex-wrap:wrap}.game-ext-data--col{flex-direction:column}.game-ext-data__block{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.game-ext-data__name{color:var(--color-muted-foreground);font-weight:400;white-space:nowrap}.game-ext-data__tags{display:flex;flex-wrap:wrap;gap:4px}.game-ext-data__tag{background:var(--color-border);border-radius:33px;padding:4px 12px;font-size:12px;font-weight:500;line-height:16px;color:var(--color-foreground)}.game-ext-data__metacritic{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:4px;background:#6366f1;color:var(--color-foreground);font-size:14px;font-weight:600;line-height:20px}.screenshots{position:relative}.screenshots__track{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.screenshots__track::-webkit-scrollbar{display:none}.screenshots__thumb{flex-shrink:0;width:220px;height:130px;border-radius:12px;overflow:hidden;cursor:pointer;background:var(--color-card);border:none;padding:0;transition:transform .2s}.screenshots__thumb:hover{transform:scale(1.03)}.screenshots__thumb-img{width:100%;height:100%;object-fit:cover;display:block}.screenshots__nav{display:flex;justify-content:space-between;margin-top:12px}.screenshots__nav-btn.ui-button-icon{width:40px;height:40px;border-radius:50%;background:var(--color-surface-overlay);border:none;padding:0;margin:0;transition:background .2s}.screenshots__nav-btn.ui-button-icon:hover{background:var(--color-surface-overlay-hover)}.screenshot-viewer-overlay{position:fixed;inset:0;background:color-mix(in oklch,var(--color-surface-scrim) 90%,transparent);z-index:9999;display:flex;align-items:center;justify-content:center;padding:40px}@media(max-width:767px){.screenshot-viewer-overlay{padding:20px}}.screenshot-viewer{position:relative;max-width:1200px;width:100%}.screenshot-viewer__close.ui-close-inline{position:absolute;top:-40px;right:0;width:40px;height:40px;border-radius:50%;background:var(--color-surface-overlay);border:none;color:var(--color-foreground);z-index:2;transition:background .2s}.screenshot-viewer__close.ui-close-inline:hover{background:var(--color-surface-overlay-hover)}.screenshot-viewer__main{position:relative;display:flex;align-items:center}.screenshot-viewer__image{width:100%;height:auto;border-radius:8px;display:block;max-height:80vh;object-fit:contain;margin:0 auto}.screenshot-viewer__nav.ui-button-icon{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:color-mix(in oklch,var(--color-surface-overlay) 80%,transparent);border:none;padding:0;margin:0;z-index:2;transition:background .2s}.screenshot-viewer__nav.ui-button-icon:hover{background:var(--color-surface-overlay-hover)}.screenshot-viewer__nav--prev{left:-24px}@media(max-width:767px){.screenshot-viewer__nav--prev{left:8px}}.screenshot-viewer__nav--next{right:-24px}@media(max-width:767px){.screenshot-viewer__nav--next{right:8px}}.screenshot-viewer__counter{text-align:center;color:var(--color-muted-foreground);font-size:14px;margin-top:16px}.tabs-game{display:flex;gap:8px;flex-wrap:wrap}.tabs-game__tab{padding:12px 20px;color:var(--color-foreground);font-size:14px;font-weight:700;line-height:1;cursor:pointer;border:1px solid var(--color-border);border-radius:12px;white-space:nowrap;text-decoration:none;transition:all .3s}.tabs-game__tab:hover{background:var(--color-border)}.tabs-game__tab--active{color:var(--color-fg-contrast);background:var(--color-surface-contrast);border-color:var(--color-surface-contrast)}.tabs-game__tab--active:hover{background:var(--color-surface-contrast)}.description-item{color:var(--color-foreground)}.description-item__purchase-info{margin-bottom:24px;text-align:left;font-size:16px;font-weight:500;line-height:24px}.description-item__title{font-size:20px;font-weight:700;line-height:28px;margin:0 0 16px;white-space:pre-line}.description-item__subtitle{font-size:18px;font-weight:700;line-height:24px;margin:0 0 12px;white-space:pre-line}.description-item__text{font-size:16px;font-weight:500;line-height:24px;color:var(--color-fg-soft);margin:0 0 8px}.description-item__steps{list-style:disc;padding-left:0;margin:8px 0}.description-item__steps li{font-size:16px;font-weight:500;line-height:24px;color:var(--color-fg-soft);margin-left:16px;margin-bottom:4px}.description-item__about,.description-item__requirements{margin-top:24px}.description-item__section-header{display:flex;align-items:center;justify-content:space-between}.description-item__section-link{display:flex;align-items:center;gap:4px;color:color-mix(in oklch,var(--color-foreground) 60%,transparent);font-size:14px;font-weight:500;text-decoration:none;transition:color .2s;white-space:nowrap}.description-item__section-link:hover{color:var(--color-foreground)}.description-item__content{font-size:14px;line-height:20px;color:var(--color-fg-soft);overflow:hidden;transition:max-height .4s ease}.description-item__content--collapsed{max-height:216px}.description-item__content img{max-width:100%;height:auto;border-radius:8px}.description-item__content ul,.description-item__content ol{padding-left:20px}.description-item__content .bb_tag{margin-top:40px;margin-bottom:15px;font-size:24px;font-weight:700;line-height:28px}.description-item__content .bb_tag:first-child{margin-top:14px}.description-item__content .bb_ul{margin-bottom:40px}.description-item__toggle{display:flex;align-items:center;gap:8px;margin-top:12px;background:none;border:none;color:var(--color-foreground);font-size:14px;font-weight:500;cursor:pointer;padding:0;transition:color .2s}.description-item__toggle:hover{color:var(--color-muted-foreground)}.description-item__req-block{display:flex;gap:24px;flex-wrap:wrap}@media(max-width:767px){.description-item__req-block{flex-direction:column}}.description-item__req-section{flex:1;min-width:250px}.description-item__req-title{font-size:14px;font-weight:600;margin:0 0 8px;color:var(--color-foreground)}.game-page-skeleton__breadcrumbs{display:flex;gap:8px}.game-page-skeleton__layout{display:flex;gap:30px;margin-top:24px}@media(max-width:1023px){.game-page-skeleton__layout{flex-direction:column}}.game-page-skeleton__main{flex:1}.game-page-skeleton__sidebar{width:330px;flex-shrink:0}@media(max-width:1023px){.game-page-skeleton__sidebar{width:100%}}.skeleton-line,.skeleton-block{background:var(--color-card);border-radius:8px;animation:skeleton-pulse 2s infinite}@keyframes skeleton-pulse{0%{background:var(--color-card)}50%{background:var(--color-surface-overlay-hover)}to{background:var(--color-card)}}.gifts-game-page__tapbar{display:none}.gifts-game-page__tapbar--hidden{display:none!important}@media(max-width:1023px){.gifts-game-page__tapbar{display:block;position:fixed;bottom:60px;left:0;right:0;z-index:100;transition:transform .3s ease}.gifts-game-page__tapbar .shared-tap-bar{position:static}.gifts-game-page__tapbar--hidden{display:block!important;transform:translateY(100%);pointer-events:none}}@media(max-width:767px){.gifts-game-page__tapbar{bottom:52px}}
