.single-game-page{display:grid;grid-template-columns:75% 25%;gap:30px;align-items:start;margin:40px auto}.single-game__main{min-width:0}.single-game__aside{position:sticky;top:90px;display:flex;flex-direction:column;gap:24px;margin-top:105px}.info-card,.related-games{background:#1b1f2a;border:1px solid rgb(255 255 255 / .08);border-radius:16px;padding:20px;box-shadow:0 10px 30px rgb(0 0 0 / .25)}.info-card__title{margin:0 0 18px;font-size:18px;font-weight:700;color:#fff}.info-list{list-style:none;margin:0;padding:0}.info-list li{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgb(255 255 255 / .08)}.info-list li:last-child{border-bottom:0}.info-list span{color:#a6adbb;font-size:14px}.info-list strong{color:#fff;font-weight:600}.game-grid--mini{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.game-grid--mini .game-card{border-radius:12px;overflow:hidden}.game-grid--mini .game-card img{width:100%;display:block}.game-player__frame-wrap::before{content:"";position:absolute;inset:0;background:rgb(2 2 2 / 55%);z-index:2;pointer-events:none}.game-player__frame-wrap.is-playing::before{display:none}.single-game__video{margin-top:40px}.video-embed{position:relative;width:100%;padding-bottom:56.25%;overflow:hidden;border-radius:16px;background:#111827}.video-embed iframe,.video-embed video,.video-embed embed,.video-embed object{position:absolute;inset:0;width:100%;height:100%;border:0}.game-player{position:relative}.game-player__controls{position:absolute;padding:5px 15px;bottom:15px;z-index:20;display:flex;align-items:center;justify-content:space-between;width:100%;gap:20px}.game-player__fullscreen{pointer-events:all;border:none;border-radius:8px;cursor:pointer;background:rgb(0 0 0 / .75);color:#fff;font-size:20px;font-weight:700;opacity:1;transition:opacity .2s}.game-player__frame-wrap.is-playing~.game-player__controls .game-player__fullscreen,.game-player:fullscreen .game-player__fullscreen{opacity:1}.game-player:fullscreen{width:100%;height:100vh;max-width:none;background:#000}.game-player:fullscreen .game-player__frame-wrap{height:100vh;aspect-ratio:auto}.game-player:fullscreen iframe{width:100%;height:100%;border:none}.game-player:-webkit-full-screen{width:100%;height:100vh}.game-player:-moz-full-screen{width:100%;height:100vh}.game-grid--featured .game-card__title{max-width:250px}.user-responce{display:flex;gap:12px}.controls{display:flex;align-items:center;margin-left:auto}.game-player__fullscreen,.game-player__like,.game-player__dislike{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid var(--yc-border);border-radius:12px;background:var(--yc-surface);color:var(--yc-text);cursor:pointer;transition:all .25s ease}.game-player__like:hover,.game-player__dislike:hover,.game-player__fullscreen:hover{box-shadow:var(--yc-shadow-glow);transform:translateY(-2px)!important}.game-player__like:hover,.game-player__fullscreen:hover{border-color:var(--yc-accent);color:var(--yc-accent)}.game-player__dislike:hover{border-color:var(--yc-hot);color:var(--yc-hot)}.game-player__dislike.active{border-color:var(--yc-hot);color:var(--yc-hot);box-shadow:var(--yc-shadow-glow)}.game-player__like.active{box-shadow:var(--yc-shadow-glow);border-color:var(--yc-accent);color:var(--yc-accent)}.header-actions-only{display:flex;justify-content:flex-end;align-items:center}.header-actions-only .header-actions{margin-left:auto}.header-actions-only .site-branding{display:none}.app-sidebar,.category-strip__scroll{scrollbar-width:thin;scrollbar-color:#37464a #fff0}.app-sidebar::-webkit-scrollbar,.category-strip__scroll::-webkit-scrollbar{width:6px}.app-sidebar::-webkit-scrollbar-track,.category-strip__scroll::-webkit-scrollbar-track{background:#fff0}.app-sidebar::-webkit-scrollbar-thumb,.category-strip__scroll::-webkit-scrollbar-thumb{background:var(--yc-border);border-radius:999px}.app-sidebar::-webkit-scrollbar-thumb:hover,.category-strip__scroll::-webkit-scrollbar-thumb:hover{background:var(--yc-primary)}.contact-form-section{padding:64px 0 96px}.contact-form-section__inner{max-width:620px;margin:0 auto}.contact-form{display:flex;flex-direction:column;gap:20px}.yc-hp-field{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label,.form-field__legend{font-family:var(--yc-font-head);font-weight:600;font-size:14px;color:var(--yc-text)}.req{color:var(--yc-accent)}.form-field input[type="text"],.form-field input[type="email"],.form-field input[type="url"],.form-field input[type="number"],.form-field textarea,.form-field select{background:var(--yc-surface);border:1px solid var(--yc-border);border-radius:var(--yc-radius);padding:12px 14px;font-size:15px;color:var(--yc-text);width:100%;font-family:inherit}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{outline:none;border-color:var(--yc-primary)}.form-field textarea{resize:vertical}.choice-group{display:flex;flex-wrap:wrap;gap:14px}.choice-group__item{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--yc-muted);font-weight:400}.form-field--error input,.form-field--error textarea,.form-field--error select{border-color:#e5484d}.field-error{color:#e5484d;font-size:13px;margin:0}.form-error-banner{background:rgb(229 72 77 / .1);border:1px solid rgb(229 72 77 / .3);color:#e5484d;border-radius:var(--yc-radius);padding:12px 16px;margin-bottom:20px;font-size:14px}.form-success{background:var(--yc-surface);border:1px solid var(--yc-border);border-radius:var(--yc-radius);padding:40px;text-align:center;font-size:1.05rem;color:var(--yc-text)}.hero{position:relative;overflow:hidden;padding:72px 0 64px;text-align:center;background:radial-gradient(60% 120% at 50% -10%,rgb(47 107 255 / .22),transparent 60%),radial-gradient(40% 80% at 90% 10%,rgb(34 211 238 / .14),transparent 60%);border-bottom:1px solid var(--yc-border)}.hero__eyebrow{display:inline-block;font-family:var(--yc-font-head);font-weight:600;letter-spacing:.12em;text-transform:uppercase;font-size:13px;color:var(--yc-accent);background:rgb(34 211 238 / .1);border:1px solid rgb(34 211 238 / .25);padding:6px 14px;border-radius:999px;margin:0 0 18px}.hero__title{font-size:clamp(2rem, 5vw, 3.4rem);font-weight:800;margin:0 auto .5em;text-wrap:balance}.hero__subtitle{color:var(--yc-muted);font-size:clamp(1rem, 2vw, 1.2rem);max-width:56ch;margin:0 auto 28px;text-wrap:pretty}.hero__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.hero__inner--with-games{text-align:left;display:grid;gap:32px;align-items:center}@media (min-width:980px){.hero__inner--with-games{grid-template-columns:minmax(210px,210px) 1fr}}.hero__inner--with-games .hero__title,.hero__inner--with-games .hero__subtitle{margin-left:0;margin-right:0}.hero__games{display:flex;gap:28px;overflow-x:auto;scrollbar-width:thin;padding-bottom:6px}.hero__games-block{flex:none;display:grid;grid-template-columns:minmax(300px,360px) auto;gap:16px;align-items:center;width:max-content}.hero__games-featured .game-card__link{height:100%}.hero__games-grid.game-grid.game-grid--mini{display:grid;grid-template-columns:repeat(2,minmax(110px,140px));grid-template-rows:repeat(2,1fr);grid-auto-flow:row;gap:12px;width:max-content;height:100%}.hero__games-grid .game-card__media{aspect-ratio:1 / 1}@media (max-width:700px){.hero__games-block{grid-template-columns:minmax(240px,280px) auto}.hero__games-grid.game-grid.game-grid--mini{grid-template-columns:repeat(2,minmax(90px,110px))}}.hero__content{text-align:center}.archive .game-section__head{margin:10px 0}.archive .category-strip_section{border-bottom:1px solid var(--yc-border)}.site-footer__top .custom-logo{max-width:100%;height:auto;width:250px}.blog-main.with-sidebar{display:flex!important}.sidebar{margin-top:100px}.faq-list{max-width:760px;margin:0 auto;padding:24px 0 48px;display:flex;flex-direction:column;gap:12px}.faq-item{background:var(--yc-surface);border:1px solid var(--yc-border);border-radius:var(--yc-radius);overflow:hidden}.faq-item__question{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;cursor:pointer;font-family:var(--yc-font-head);font-weight:600;color:var(--yc-text);list-style:none}.faq-item__question::-webkit-details-marker{display:none}.faq-item__icon{flex:none;width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:var(--yc-surface-2);color:var(--yc-accent);font-size:16px;transition:transform .2s ease,background .2s ease}.faq-item[open] .faq-item__icon{transform:rotate(45deg);background:var(--yc-primary);color:#fff}.faq-item__answer{padding:0 20px 18px;color:var(--yc-muted);line-height:1.7}.faq-item__answer p{margin:0}.scroll-top-btn{position:fixed;right:20px;bottom:20px;width:44px;height:44px;border:none;border-radius:50%;display:grid;place-items:center;background:var(--yc-primary);color:#fff;box-shadow:var(--yc-shadow-glow);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .2s ease,transform .2s ease,background .2s ease;z-index:95}.scroll-top-btn.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-top-btn:hover{background:var(--yc-primary-2)}@media (max-width:768px){.game-player__controls{gap:15px}.game-player__fullscreen{width:44px;height:44px}}.auth-btn{display:flex;align-items:center;justify-content:center;gap:8px}.yc-game-dislike-sec,.yc-game-like-sec{margin-top:20px;text-align:start!important}.auth-btn__icon{flex-shrink:0}.vote-more-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:140px;background:var(--yc-surface-2);border:1px dashed var(--yc-border);border-radius:var(--yc-radius);color:var(--yc-accent);cursor:pointer;transition:border-color .15s,color .15s,background .15s}.vote-more-card:hover{border-color:var(--yc-accent);border-style:solid;background:var(--yc-surface);color:var(--yc-text)}.vote-more-card__num{font-size:3.3rem;font-weight:800}.vote-more-card__label{font-size:12px;color:var(--yc-muted)}.vote-modal-overlay{position:fixed;inset:0;background:rgb(10 14 26 / .72);backdrop-filter:blur(6px);z-index:200;display:flex;align-items:center;justify-content:center;padding:24px}.vote-modal-overlay[hidden]{display:none}.vote-modal{background:var(--yc-surface);border:1px solid var(--yc-border);border-radius:var(--yc-radius);box-shadow:0 24px 60px -16px rgb(0 0 0 / .6);width:100%;max-width:760px;max-height:82vh;display:flex;flex-direction:column;overflow:hidden}.vote-modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;flex-shrink:0}.vote-modal__title{font-size:1.25rem;font-weight:700;margin:0}.vote-modal__close{width:34px;height:34px;border-radius:50%;background:var(--yc-surface-2);border:1px solid var(--yc-border);color:var(--yc-text);font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center;transition:color .15s,border-color .15s}.vote-modal__close:hover{color:var(--yc-primary);border-color:var(--yc-accent)}.vote-modal__tabs{display:flex;gap:4px;padding:0 24px;border-bottom:1px solid var(--yc-border);flex-shrink:0}.vote-modal__tab{display:flex;align-items:center;gap:8px;padding:15px 16px;border-radius:10px 10px 0 0;font-size:14px;font-weight:600;color:var(--yc-muted);cursor:pointer;border-bottom:2px solid #fff0;margin-bottom:-1px;transition:color .15s,border-color .15s}.vote-modal__tab:hover{color:var(--yc-bg)}.vote-modal__tab[aria-selected="true"]{color:var(--yc-text);border-bottom-color:var(--yc-primary);background-color:var(--yc-bg)}.vote-modal__tab-count{font-size:12px;font-weight:700;background:var(--yc-surface-2);color:var(--yc-muted);padding:1px 7px;border-radius:999px}.vote-modal__tab[aria-selected="true"] .vote-modal__tab-count{background:var(--yc-primary);color:#fff}.vote-modal__body{padding:20px 24px 24px;overflow-y:auto}.vote-modal__panel{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;animation:vote-panel-in .18s ease}.vote-modal__panel[hidden]{display:none!important}@keyframes vote-panel-in{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.vote-modal__empty{grid-column:1 / -1;text-align:center;padding:32px 0;color:var(--yc-muted);font-size:14px}body.vote-modal-open{overflow:hidden}.social-link{display:inline-flex;align-items:center;justify-content:center;width:45px;height:45px;padding:0;border-radius:50%}.social-link svg{width:18px;height:18px}.yupclone-slider{position:relative;overflow:hidden;padding:5px 2px}.yupclone-slider .swiper-slide{height:auto}.yupclone-slider .swiper-button-next,.yupclone-slider .swiper-button-prev{width:50px;height:150px;margin-top:0;transform:translateY(-35%);padding:0 20px;background:rgb(10 12 20 / .72);backdrop-filter:blur(5px);color:#fff;opacity:0;transition:all .25s ease;z-index:10}.swiper-button-next,.swiper-button-prev{&.swiper-button-disabled{opacity:0!important}}.yupclone-slider:hover .swiper-button-next,.yupclone-slider:hover .swiper-button-prev{opacity:1}.yupclone-slider .swiper-button-prev{left:0!important;border-radius:0 18px 18px 0}.yupclone-slider .swiper-button-next{right:0!important;border-radius:18px 0 0 18px}.yupclone-slider .swiper-button-next::after,.yupclone-slider .swiper-button-prev::after{font-size:34px;font-weight:700}@media (max-width:768px){.yupclone-slider .swiper-button-next,.yupclone-slider .swiper-button-prev{width:48px;height:100px}.yupclone-slider .swiper-button-next::after,.yupclone-slider .swiper-button-prev::after{font-size:26px}}@media (max-width:640px){.auth-btn--login{width:40px;height:40px;padding:0;border-radius:50%}.auth-btn--login .auth-btn__text,.auth-btn--register .auth-btn__text{display:none}}@media (min-width:1080px){.container{padding:0 20px!important}}@media (max-width:1080px){.single-game-page{display:block}.single-game__aside{position:relative;margin-top:20px!important;top:unset!important;display:grid!important;grid-template-columns:50% 50%!important;gap:10px!important}}@media (max-width:620px){.single-game__aside{display:flex!important}.game-player__fullscreen,.game-player__like,.game-player__dislike{width:35px!important;height:35px!important}}@media (max-width:1024px){.container .single-game{grid-template-columns:1fr 300px;gap:20px}.container{padding:0 20px!important}.pagination{margin-bottom:36px}}@media (max-width:768px){.single-game{grid-template-columns:1fr}.single-game__aside{position:static;margin-top:30px}.game-grid--mini,.game-grid{grid-template-columns:repeat(3,1fr)}.container{padding:0 20px}}@media (max-width:480px){.game-grid--mini{grid-template-columns:repeat(2,1fr)}.container{padding:0 20px}.site-logo__mark{width:30px!important;height:30px!important}.site-logo__text{font-size:15px!important}.header-search-toggle{width:30px!important;height:30px!important}.auth-btn{padding:8px 12px!important;font-size:10px!important}.hero__actions .btn{font-size:12px!important;padding:10px 20px!important}.site-header__inner{gap:10px!important}}