.App{min-height:100vh;min-height:100dvh;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-color:#eaeaea;width:100%;max-width:100vw;overflow-x:hidden}.catalog-loading-shell{width:100%;min-height:100vh;position:relative;background-color:#eaeaea;--color-text-secondary: #7b8496}.catalog-loading-shell__pattern{position:fixed;top:0;right:0;bottom:0;left:0;background-image:url(/images/texture.png);background-size:cover;background-position:center;opacity:.15;pointer-events:none;z-index:0}.catalog-loading-shell__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#eaeaeab3;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1}.loading-spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 200px);gap:1.5rem}.loading-spinner-container.overlay{min-height:auto;height:100%}.loading-spinner-wrapper{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.loading-spinner-inline{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.loading-spinner-graphic{display:block;object-fit:contain;image-rendering:pixelated;image-rendering:crisp-edges;animation:loading-spinner-rotate 1.2s linear infinite}.loading-spinner-graphic--lg{width:80px;height:80px}.loading-spinner-graphic--md{width:40px;height:40px}.loading-spinner-graphic--sm{width:24px;height:24px}.loading-spinner-graphic--xs{width:20px;height:20px}.loading-spinner-graphic--muted{opacity:.65}.loading-spinner-text{margin:0;color:var(--color-text-secondary);font-family:IBM Plex Mono,monospace;font-size:1.5rem}@keyframes loading-spinner-rotate{to{transform:rotate(360deg)}}.close-button{display:flex;flex-direction:column;align-items:center;gap:2px;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0}.close-button__icon{width:40px;height:40px;object-fit:contain;image-rendering:pixelated}.close-button__text{font-family:Manrope,sans-serif;font-weight:700;font-size:.7rem;color:#7b8496}.home-header{--home-bg: #EAEAEA;--home-text-secondary: #7B8496;--home-text-inactive: #ACACAC;--home-divider-color: #FFFFFF;--home-divider-height: 5px}.home-header{position:relative;width:100%;flex-shrink:0;z-index:10;background-color:var(--home-bg)}.home-header__inner{display:flex;align-items:center;gap:32px;padding:16px 48px}.home-header__divider{width:100%;height:var(--home-divider-height);background-color:var(--home-divider-color)}.home-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.home-logo__image{height:4em;width:auto;object-fit:contain}.home-nav{flex:1;display:flex;justify-content:center}.home-nav__list{display:flex;align-items:center;list-style:none;gap:48px;margin:0;padding:0}.home-nav__link{font-family:Manrope,sans-serif;font-weight:700;font-size:1.1rem;color:var(--home-text-inactive);text-decoration:none;transition:color .2s ease;white-space:nowrap}.home-nav__link:hover,.home-nav__link--active{color:var(--home-text-secondary)}.home-profile{display:flex;align-items:center;flex-shrink:0;margin-left:auto}.home-profile__link{font-family:Manrope,sans-serif;font-weight:700;font-size:1rem;color:var(--home-text-inactive);text-decoration:none;transition:color .2s ease;white-space:nowrap}.home-profile__link:hover{color:var(--home-text-secondary)}.home-profile--auth{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0;margin-left:auto;transition:opacity .2s ease}.home-profile__avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;flex-shrink:0}.home-profile__name{font-family:Manrope,sans-serif;font-weight:700;font-size:1rem;color:var(--home-text-inactive);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease;max-width:120px}.home-profile__name:hover{color:var(--home-text-secondary)}.home-profile--loading{width:120px;height:36px;margin-left:auto;flex-shrink:0;display:flex;align-items:center;justify-content:center}.home-header__burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:8px;margin-left:auto;flex-shrink:0}.home-header__burger-line{display:block;width:100%;height:2.5px;background-color:var(--home-text-secondary);border-radius:2px}.mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;pointer-events:none;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);transition:backdrop-filter .3s ease,-webkit-backdrop-filter .3s ease;display:none}.mobile-overlay--open{background-color:#00000014;backdrop-filter:blur(1.5px);-webkit-backdrop-filter:blur(1.5px);pointer-events:all}.mobile-drawer{--home-text-secondary: #7B8496;--home-text-inactive: #ACACAC;display:none;flex-direction:column;position:fixed;top:0;right:0;width:60%;height:100vh;height:100dvh;background-color:#d9d9d9;z-index:60;transform:translate(100%);transition:transform .3s ease;padding:24px;overflow-y:auto}.mobile-drawer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/texture.png);background-size:auto;background-repeat:repeat;opacity:.15;pointer-events:none;z-index:0}.mobile-drawer--open{transform:translate(0)}.mobile-drawer__header{display:flex;justify-content:flex-end;margin-bottom:16px;position:relative;z-index:1}.mobile-drawer__close{padding:8px}.mobile-drawer__profile{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:24px;position:relative;z-index:1;text-decoration:none;transition:opacity .2s ease}.mobile-drawer__profile:active{opacity:.7}.mobile-drawer__avatar{width:72px;height:72px;border-radius:50%;object-fit:cover}.mobile-drawer__username{font-family:Manrope,sans-serif;font-weight:700;font-size:1.1rem;color:var(--home-text-secondary);text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-drawer__nav{flex:1;position:relative;z-index:1}.mobile-drawer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.mobile-drawer__link{display:block;font-family:Manrope,sans-serif;font-weight:700;font-size:1.1rem;color:var(--home-text-secondary);text-decoration:none;padding:14px 16px;border-radius:10px;transition:background-color .2s ease,color .2s ease}.mobile-drawer__link:hover,.mobile-drawer__link:active{color:var(--home-text-secondary);background-color:#0000000a}@media (max-width: 787px){.home-header__inner{padding:12px 20px;gap:16px}.home-logo__image{height:2.5em}.home-header__divider{height:3px}.home-nav{display:none}.home-profile,.home-profile--auth,.home-profile--loading{display:none!important}.home-header__burger{display:flex}.mobile-overlay{display:block}.mobile-drawer{display:flex}}.home-page{--home-bg: #EAEAEA;--home-heading-color: #0057D1;--home-text-secondary: #7B8496;--home-text-inactive: #ACACAC;--home-text-dark: #16181A;--home-text-white: #FFFFFF;--home-positive: #008B0C;--home-negative: #D11500;--home-divider-color: #FFFFFF;--home-divider-height: 5px}.home-page{width:100%;min-height:100vh;min-height:100dvh;min-height:100svh;min-height:-webkit-fill-available;flex:1 0 auto;align-self:stretch;display:flex;flex-direction:column;background-color:var(--home-bg);position:relative;overflow:visible}.home-bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/texture.png);background-size:cover;background-position:center;opacity:.3;z-index:0;pointer-events:none}.hero{flex:1;width:100%;position:relative;display:flex;align-items:center;justify-content:center;z-index:1;min-height:500px;overflow:hidden}.hero-title{--hero-title-above-center: clamp(4.784rem, 13.17vmin, 10.192rem);position:fixed;left:53%;top:calc(50vh - var(--hero-title-above-center));top:calc(50dvh - var(--hero-title-above-center));top:calc(50svh - var(--hero-title-above-center));transform:translate(-50%,-50%);z-index:5;text-align:center;padding:0 20px;box-sizing:border-box;max-width:100%}.hero-title__heading{font-family:Pixelify Sans,cursive;font-weight:700;letter-spacing:clamp(.02rem,.25vw,.2rem);font-size:clamp(1.4rem,7vw,5.5rem);color:var(--home-heading-color);line-height:1.15;margin:0}.hero-title__line{display:block;white-space:nowrap}.left-characters{position:absolute;left:0;bottom:0;width:42%;height:100%;z-index:3;pointer-events:none}.left-characters__img{position:absolute;height:auto;object-fit:contain;filter:drop-shadow(2px 4px 10px rgba(0,0,0,.1))}.left-characters__img--dante{left:-2em;bottom:0%;width:clamp(150px,22vw,440px);z-index:2}.left-characters__img--spiderman{left:0;bottom:0;width:clamp(200px,42vw,800px);z-index:3}.left-characters__img--kratos{left:clamp(140px,30vw,580px);bottom:0;width:clamp(200px,42vw,800px);z-index:4}.right-character{position:absolute;right:0;bottom:0;height:100%;z-index:3;pointer-events:none}.right-character__img{position:absolute;right:3%;bottom:0;width:clamp(133px,24.7vw,475px);height:auto;object-fit:contain;filter:drop-shadow(-2px 4px 10px rgba(0,0,0,.1))}.mobile-characters{display:none}.mobile-characters__img{display:block;width:100%;height:auto;object-fit:contain}@media (max-width: 1200px) and (min-width: 1024px){.left-characters{width:38%}.left-characters__img--dante{width:clamp(140px,20vw,380px)}.left-characters__img--spiderman{width:clamp(190px,40vw,720px)}.left-characters__img--kratos{left:clamp(130px,28vw,530px);width:clamp(190px,40vw,720px)}.right-character__img{width:clamp(123px,22.8vw,427px)}}@media (max-width: 1023px) and (min-width: 936px){.left-characters{width:36%}.left-characters__img--dante{left:-2em;width:clamp(130px,19vw,340px)}.left-characters__img--spiderman{width:clamp(180px,38vw,660px)}.left-characters__img--kratos{left:clamp(120px,26vw,480px);width:clamp(180px,38vw,660px)}.right-character__img{width:clamp(114px,20.9vw,380px)}}@media (max-width: 935px) and (min-width: 788px){.left-characters{width:34%}.left-characters__img--dante{left:-2em;width:clamp(120px,18vw,300px)}.left-characters__img--spiderman{left:0;width:clamp(170px,35vw,580px)}.left-characters__img--kratos{left:clamp(110px,24vw,420px);width:clamp(170px,35vw,580px)}.right-character__img{width:clamp(104px,19vw,342px)}.hero-title{left:55%}}@media (max-width: 787px),(max-height: 560px){.hero{min-height:0;flex:1 1 auto}.hero-title{position:fixed;left:53%;right:auto;top:calc(50vh - var(--hero-title-above-center));top:calc(50dvh - var(--hero-title-above-center));top:calc(50svh - var(--hero-title-above-center));bottom:auto;transform:translate(-50%,-50%);text-align:center}.hero-title__heading{font-size:clamp(2.2rem,12vw,4rem)}.left-characters,.right-character{display:none}.mobile-characters{display:flex;align-items:flex-end;justify-content:space-between;gap:clamp(4px,2vw,12px);position:absolute;left:0;right:0;bottom:0;padding:0 clamp(8px,3vw,12px);padding-bottom:max(0px,env(safe-area-inset-bottom,0px));box-sizing:border-box;z-index:4;pointer-events:none;overflow:visible;min-height:0}.mobile-characters__img{flex:0 1 auto;width:auto;height:auto;max-width:min(48%,42vw);max-height:min(52vh,48vw,420px);min-height:0;object-fit:contain;object-position:bottom;filter:drop-shadow(2px 4px 10px rgba(0,0,0,.1))}.mobile-characters__img--left,.mobile-characters__img--right{align-self:flex-end}}@media (max-width: 480px){.mobile-characters__img{max-height:min(48vh,50vw,380px)}.hero-title__heading{font-size:clamp(1.8rem,11vw,3.2rem)}}@media (max-width: 390px){.mobile-characters__img{max-height:min(44vh,52vw,340px)}.hero-title__heading{font-size:clamp(1.6rem,10vw,2.8rem)}}@media (max-height: 520px){.hero-title{position:fixed;left:53%;right:auto;top:calc(50vh - var(--hero-title-above-center));top:calc(50dvh - var(--hero-title-above-center));top:calc(50svh - var(--hero-title-above-center));bottom:auto;transform:translate(-50%,-50%)}.hero-title__heading{font-size:clamp(1.25rem,5.5vmin,2.5rem)}.mobile-characters__img{max-height:min(36vh,40vmin,240px);max-width:min(46%,38vmin)}}@media (max-height: 420px){.hero-title{position:fixed;left:53%;right:auto;top:calc(50vh - var(--hero-title-above-center));top:calc(50dvh - var(--hero-title-above-center));top:calc(50svh - var(--hero-title-above-center));bottom:auto;transform:translate(-50%,-50%)}.mobile-characters__img{max-height:min(32vh,35vmin,200px)}}.about-container{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;width:100%;max-width:1200px;margin:0 auto}.about-content{width:100%;max-width:800px}.about-title{font-family:IBM Plex Mono,monospace;color:var(--color-text);font-size:3rem;font-weight:600;margin:0 0 2rem;text-align:center}.about-text{font-family:IBM Plex Mono,monospace;color:var(--color-text-secondary);font-size:1.125rem;line-height:1.8}.about-text p{margin:0 0 1.5rem}.about-text p:last-child{margin-bottom:0}.site-error-message{font-family:Manrope,sans-serif;color:#d11500;margin:0;line-height:1.45}.site-error-message--form-block{margin-bottom:.8rem}.game-cover-strip{position:relative;box-sizing:border-box}.game-cover-strip--catalog{flex-shrink:0;width:160px;min-width:160px;aspect-ratio:3 / 4;overflow:hidden;border-radius:var(--gp-radius, 10px);box-shadow:0 4px 12px #0000001a;container-type:inline-size;container-name:game-poster}.game-cover-strip--catalog .game-cover-strip__img{position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center;display:block}.game-cover-strip--catalog .game-cover-strip__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:var(--gp-border, #d5d5d5);color:var(--gp-text-secondary, #7b8496);font-family:Manrope,sans-serif;font-size:.85rem}.game-cover-strip--profile{position:relative;width:min(calc(var(--profile-game-card-max, 200px) * 3 / 4),100%);max-width:min(var(--profile-game-card-max, 200px),100%);aspect-ratio:3 / 4;max-height:var(--profile-game-card-max, 200px);border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.game-cover-strip--profile .game-cover-strip__img{position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center;display:block}.game-cover-strip--profile .game-cover-strip__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box;display:flex;align-items:center;justify-content:center;background-color:#d5d5d5;color:#7b8496;font-family:IBM Plex Sans,sans-serif;font-size:.8rem;text-align:center;padding:8px}.game-cover-strip__overlay{position:absolute;bottom:0;left:0;right:0;z-index:2;margin:0;padding:0;border:none}.game-cover-strip__overlay--guest{display:block}.game-cover-strip__btn,.game-cover-strip__label{display:block;width:100%;border:none;border-radius:0 0 var(--gp-radius, 10px) var(--gp-radius, 10px);color:#fff;font-family:Manrope,sans-serif;font-weight:700;line-height:1.2;text-align:center;letter-spacing:.01em;box-sizing:border-box;padding:6px 3px;font-size:.625rem;padding:clamp(4px,4cqi,8px) clamp(2px,2cqi,4px);font-size:clamp(.56rem,6.24cqi,.78rem)}.game-cover-strip--profile .game-cover-strip__btn,.game-cover-strip--profile .game-cover-strip__label{border-radius:0 0 12px 12px}.game-cover-strip--profile .game-cover-strip__btn,.game-cover-strip--profile .game-cover-strip__label,.game-cover-strip--profile .game-cover-strip__hint{padding:8px 4px;font-size:.78rem}.game-cover-strip__btn{cursor:pointer;background-color:var(--gp-text-inactive, #acacac);transition:opacity .2s ease}.game-cover-strip__btn:hover:not(:disabled){opacity:.9}.game-cover-strip__btn:disabled{opacity:.7;cursor:not-allowed}.game-cover-strip__hint{display:block;width:100%;border-radius:0 0 var(--gp-radius, 10px) var(--gp-radius, 10px);background-color:var(--gp-text-inactive, #acacac);color:var(--gp-white, #fff);font-family:Manrope,sans-serif;font-weight:700;line-height:1.2;text-align:center;box-sizing:border-box;padding:6px 3px;font-size:.625rem;padding:clamp(4px,4cqi,8px) clamp(2px,2cqi,4px);font-size:clamp(.56rem,6.24cqi,.78rem)}@media (max-width: 768px){.game-cover-strip__btn,.game-cover-strip__label,.game-cover-strip__hint{padding:5px 2px;font-size:.62rem;padding:clamp(3px,3cqi,6px) clamp(2px,1cqi,2px);font-size:clamp(.56rem,5.6cqi,.7rem);line-height:1.2}.game-cover-strip--profile .game-cover-strip__btn,.game-cover-strip--profile .game-cover-strip__label,.game-cover-strip--profile .game-cover-strip__hint{padding:6px 2px;font-size:.7rem}}@media (max-width: 485px){.game-cover-strip--catalog{width:120px;min-width:120px}}.ok-action-button{border:none;border-radius:12px;background:#008b0c;color:#fff;font-family:Pixelify Sans,sans-serif;font-weight:700;font-synthesis:none;line-height:1.25;cursor:pointer;transition:transform .2s ease,background .15s ease}.ok-action-button:hover:not(:disabled){background:#007a0b;transform:translateY(-2px)}.ok-action-button:disabled{opacity:.6;cursor:not-allowed;color:#fff}.games-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.games-not-found__image{width:120px;height:auto;margin-bottom:1.5rem;image-rendering:pixelated}.games-not-found__title{font-family:Pixelify Sans,cursive;font-weight:700;font-size:2rem;color:#0057d1;margin:0 0 .75rem;line-height:1.2}.games-not-found__subtitle{font-family:Manrope,sans-serif;font-size:1rem;color:#7b8496;margin:0 0 2rem}@media (max-width: 485px){.games-not-found{padding:3rem 1rem}.games-not-found__image{width:90px}.games-not-found__title{font-size:1.4rem}}.not-found-page{width:100%;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding-top:18vh;background-color:#eaeaea;position:relative}.not-found-page__bg{position:fixed;top:0;right:0;bottom:0;left:0;background-image:url(/images/texture.png);background-size:cover;background-position:center;opacity:.15;pointer-events:none;z-index:0}.not-found-page .games-not-found{position:relative;z-index:1}.server-error-container{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem}.server-error-image{width:180px;height:auto;transform:rotate(15deg)}.server-error-title{font-size:2.2rem;font-weight:700;text-align:center}.server-error-text{font-size:1.1rem;font-weight:700;text-align:center}@media (max-width: 768px){.server-error-image{width:140px}.server-error-title{font-size:1.8rem}.server-error-text{font-size:1rem}}@media (max-width: 480px){.server-error-image{width:110px}.server-error-title{font-size:1.4rem}.server-error-text{font-size:.9rem}}.error-display{display:flex;flex-direction:column;align-items:center;min-height:calc(100vh - 200px);padding:2rem;justify-content:space-between;--error-display-gap: 1rem}.error-display--gap-lg{--error-display-gap: 2rem}.error-display__content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--error-display-gap);position:relative;width:100%}.error-display__message{text-align:center;font-size:1.5rem;font-weight:700;max-width:min(100%,36rem);padding:.5rem 0}.error-display__button{padding:.75rem 1.5rem;background-color:var(--color-positive);color:#fff;border:none;border-radius:8px;font-family:Pixelify Sans,cursive;font-size:1.1rem;font-weight:700;cursor:pointer;transition:opacity .3s ease}.error-display__button:hover{opacity:.85}.timeout-error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 200px);gap:2rem;padding:2rem}.timeout-error-circle{width:80px;height:80px;border-radius:50%;background-color:#e6e8ec;animation:bounce 1s ease-in-out infinite}.timeout-error-text{font-size:1.2rem;font-weight:600;text-align:center}@keyframes bounce{0%,to{transform:translateY(0) scale(1)}25%{transform:translateY(-30px) scale(1.1)}50%{transform:translateY(0) scale(.9)}75%{transform:translateY(-15px) scale(1.05)}}@media (max-width: 768px){.timeout-error-circle{width:70px;height:70px}.timeout-error-text{font-size:1rem}}@media (max-width: 480px){.timeout-error-circle{width:60px;height:60px}.timeout-error-text{font-size:.9rem}}.too-many-requests-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 200px);gap:2rem;padding:2rem}.too-many-requests-circles{display:flex;gap:2rem;align-items:center;justify-content:center}.too-many-requests-circle{width:60px;height:60px;border-radius:50%;background-color:var(--color-status-planned);opacity:.4;animation:breatheRapid .6s ease-in-out infinite}.too-many-requests-circle:nth-child(1){background-color:var(--color-status-planned);animation-delay:0s}.too-many-requests-circle:nth-child(2){background-color:var(--color-status-in-progress);animation-delay:.2s}.too-many-requests-circle:nth-child(3){background-color:var(--color-status-done);animation-delay:.4s}.too-many-requests-circle:nth-child(4){background-color:var(--color-status-returned);animation-delay:.6s}.too-many-requests-text{font-size:1.2rem;font-weight:600;text-align:center}@keyframes breatheRapid{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.3);opacity:.8}}@media (max-width: 768px){.too-many-requests-circles{gap:1.5rem}.too-many-requests-circle{width:50px;height:50px}.too-many-requests-text{font-size:1rem}}@media (max-width: 480px){.too-many-requests-circles{gap:1rem}.too-many-requests-circle{width:40px;height:40px}.too-many-requests-text{font-size:.9rem}}.scroll-to-top-button{position:fixed;bottom:30px;right:30px;width:50px;height:50px;border-radius:50%;background-color:#7b8496;color:#fff;border:none;cursor:pointer;font-size:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;z-index:1000;transition:all .3s ease;font-family:IBM Plex Mono,monospace}.success-toast{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:1001;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:4px;background:transparent;border:none;box-shadow:none}.success-toast-img{display:block;width:56px;height:auto;max-width:min(56px,16vw);flex-shrink:0;filter:drop-shadow(0 4px 14px rgba(0,0,0,.12))}.success-toast-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.success-toast-close{margin:0;align-self:flex-start;border:none;background:transparent;color:var(--gp-text, #16181a);font-size:1.25rem;line-height:1;cursor:pointer;padding:2px 4px;opacity:.65}.success-toast-close:hover{opacity:1}.success-toast.admin-toast{top:84px}@media (max-width: 768px){.success-toast-img{width:48px;max-width:min(48px,18vw)}.success-toast.admin-toast{top:72px}}.games-page{--gp-bg: #EAEAEA;--gp-heading: #0057D1;--gp-text: #16181A;--gp-text-secondary: #7B8496;--gp-text-inactive: #ACACAC;--gp-white: #FFFFFF;--gp-border: #D5D5D5;--gp-input-bg: #FFFFFF;--gp-control-bg: #D9D9D9;--gp-radius: 10px;--gp-radius-sm: 6px;--color-background: #EAEAEA;--color-background-secondary: #FFFFFF;--color-text: #16181A;--color-text-secondary: #7B8496;--color-description: #7B8496;--color-border: #D5D5D5;--color-game-card-bg: transparent;--color-placeholder-bg: #D5D5D5;--color-placeholder-text: #7B8496;--color-primary: #0057D1;--color-image-shadow: rgba(0, 0, 0, .08)}.games-page{width:100%;position:relative;background-color:var(--gp-bg);color:var(--gp-text);min-height:100vh}.games-page-bg-pattern{position:fixed;top:0;right:0;bottom:0;left:0;background-image:url(/images/texture.png);background-size:cover;background-position:center;opacity:.15;pointer-events:none;z-index:0}.games-page-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem 3rem}.games-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#eaeaeab3;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000}.games-page-heading-wrap{text-align:center}.games-header{color:var(--gp-heading);font-family:Pixelify Sans,cursive;text-align:center;font-size:2.8rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem}.games-catalog-search{display:flex;align-items:center;box-sizing:border-box;max-width:560px;width:100%;margin:0 auto 2.5rem;background-color:#d9d9d9;border:2px solid #999898;border-radius:var(--gp-radius);padding:10px 14px;gap:10px}.games-catalog-search__icon{flex-shrink:0;width:24px;height:24px;object-fit:contain;image-rendering:pixelated;image-rendering:crisp-edges;pointer-events:none;-webkit-user-select:none;user-select:none}.games-catalog-search__input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-family:Manrope,sans-serif;font-size:1rem;color:#16181a}.games-catalog-search__input::placeholder{color:#acacac;font-family:Manrope,sans-serif}.games-catalog-search__clear{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:2px;margin:0;border:none;background:transparent;cursor:pointer;border-radius:var(--gp-radius-sm);line-height:0}.games-catalog-search__clear:hover{opacity:.85}.games-catalog-search__clear:focus-visible{outline:2px solid rgba(0,87,209,.6);outline-offset:2px}.games-catalog-search__clear-icon{display:block;width:20px;height:20px;object-fit:contain;image-rendering:pixelated;image-rendering:crisp-edges;pointer-events:none;-webkit-user-select:none;user-select:none}.games-content-shell{margin-bottom:0}.games-container{display:flex;gap:2.5rem;align-items:flex-start}.games-main{flex:1;min-width:0}.games-list{list-style:none;padding:0;margin:0}.games-list-observer{height:20px;margin-top:20px;display:flex;justify-content:center;align-items:center}.games-list-loading{display:flex;align-items:center;gap:.75rem}.games-list-loading-text{color:var(--gp-text-secondary);font-family:Manrope,sans-serif;font-size:.95rem}.filters-sidebar{width:210px;flex-shrink:0;position:sticky;top:1rem;scrollbar-width:thin;scrollbar-color:var(--gp-border) transparent}.filters-sidebar input[type=text][inputmode=numeric]:hover{border-color:var(--gp-heading)}.filters-sidebar input[type=text][inputmode=numeric]:focus{border-color:var(--gp-heading);box-shadow:0 0 0 2px #0057d11f}.filters-card{margin-bottom:1.5rem}.filters-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.filters-card-title{color:var(--gp-text-secondary);font-family:Manrope,sans-serif;font-weight:700;font-size:.95rem;margin:0}.filters-card-title--spaced{margin-bottom:.75rem}.filters-reset-button{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:var(--gp-text-inactive);transition:color .2s ease}.filters-reset-button:hover{color:#d11500}.filters-reset-icon{display:block}.filters-message{color:var(--gp-text);font-family:Manrope,sans-serif;font-size:.85rem;font-weight:700;text-align:center;padding:.75rem 0}.filters-list{display:flex;flex-direction:column;gap:.6rem}.filters-list.is-scrollable{max-height:280px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--gp-border) transparent}.filters-input{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px;border:none;border-radius:4px;margin-right:.6rem;cursor:pointer;flex-shrink:0;position:relative;transition:background-color .15s ease;background-color:var(--gp-control-bg)}.filters-input:checked{background-color:var(--gp-heading)}.filters-radio{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px;border:none;border-radius:50%;margin-right:.6rem;cursor:pointer;flex-shrink:0;transition:background-color .15s ease;background-color:var(--gp-control-bg)}.filters-radio:checked{background-color:var(--gp-heading)}.filters-label{display:flex;align-items:center;cursor:pointer;font-family:Manrope,sans-serif;font-size:.9rem;color:#16181a;-webkit-user-select:none;user-select:none;transition:font-weight .15s ease}.filters-label:has(input:checked){font-weight:700}.filters-show-toggle{margin-top:.5rem;padding:0;background:none;color:var(--gp-text-inactive);border:none;cursor:pointer;font-family:Manrope,sans-serif;font-size:.85rem;font-weight:700;text-align:left;transition:color .2s ease}.filters-show-toggle:hover{color:var(--gp-heading)}.years-filter{scrollbar-width:thin;scrollbar-color:var(--gp-border) transparent}.filters-input-row{display:flex;flex-direction:row;gap:.75rem;margin-bottom:.75rem}.filters-input-label{display:none}.filters-text-input{width:100%;padding:6px 12px;border:1.5px solid var(--gp-border);border-radius:20px;background-color:var(--gp-control-bg);color:var(--gp-text);font-family:Manrope,sans-serif;font-weight:700;font-size:.85rem;outline:none;box-sizing:border-box;text-align:center;transition:border-color .2s ease}.filters-text-input:hover,.filters-text-input:focus{border-color:var(--gp-heading)}.filters-popular-range{margin-top:.75rem}.filters-radio-list{display:flex;flex-direction:column;gap:.6rem}.game-card{padding:1.25rem 0;border-bottom:1px solid var(--gp-border);background-color:transparent;cursor:pointer;transition:background-color .2s ease}.game-card:first-child{padding-top:0}.game-card:last-child{border-bottom:none}.game-card:hover{background-color:#00000005}.game-card-content{display:flex;gap:20px;align-items:flex-start}.game-card-content>div{min-width:0;overflow-wrap:anywhere}.game-card-content h3,.game-card-content p{overflow-wrap:anywhere}.game-card-info{flex:1;padding-top:4px}.game-card-title{margin:0 0 6px;color:var(--gp-text);font-family:Manrope,sans-serif;font-weight:700;font-size:1.1rem;line-height:1.3}.game-card-date{margin:0 0 10px;color:var(--gp-text);font-size:.85rem;font-family:Manrope,sans-serif;font-weight:400}.game-card-description{margin:0;color:var(--gp-text);font-family:Manrope,sans-serif;font-size:.9rem;font-weight:400;line-height:1.6;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.game-card-library-status{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.game-card-library-label{font-size:.85rem;color:var(--gp-text-secondary);font-family:Manrope,sans-serif}.game-card-library-select{padding:.35rem .5rem;background-color:var(--gp-white);color:var(--gp-text);border:1px solid var(--gp-border);border-radius:4px;font-family:Manrope,sans-serif;font-size:.8rem;cursor:pointer;min-width:120px}.status-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000073;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:99999;isolation:isolate}.status-modal{position:relative;z-index:100000;background-color:var(--gp-control-bg, #D9D9D9);border-radius:28px;padding:2.5rem 3rem;width:90%;max-width:640px;box-shadow:0 25px 60px #00000040}.status-modal__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2rem}.status-modal__titles{display:flex;flex-direction:column;gap:.25rem}.status-modal__title{margin:0;font-size:1.75rem;font-weight:700;font-family:Manrope,sans-serif;color:var(--gp-text, #16181A)}.status-modal__subtitle{margin:0;font-size:1.1rem;font-weight:700;color:var(--gp-text-secondary, #7B8496);font-family:Manrope,sans-serif}.status-modal__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.status-modal__cell{display:flex;align-items:center;gap:.4rem}.status-modal__picked-area{width:28px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.status-modal__picked-icon{width:28px;height:28px;object-fit:contain;image-rendering:pixelated}.status-modal__btn{flex:1;padding:.8rem 1.25rem;border:none;border-radius:30px;font-family:Pixelify Sans,cursive;font-weight:700;font-size:1.05rem;color:var(--gp-white, #FFFFFF);cursor:pointer;text-align:left;transition:opacity .2s ease,transform .1s ease;white-space:nowrap}.status-modal__btn:hover:not(:disabled){opacity:.88;transform:scale(1.02)}.status-modal__btn:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 540px){.status-modal{padding:2rem 1.5rem;border-radius:22px;width:95%}.status-modal__title{font-size:1.4rem}.status-modal__subtitle{font-size:.95rem}.status-modal__grid{grid-template-columns:1fr}.status-modal__btn{font-size:1rem;padding:.75rem 1rem}}.mobile-filter-button-container{margin-bottom:1.5rem}.mobile-filter-buttons{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.mobile-filter-button{padding:.45rem .75rem;background-color:var(--gp-control-bg);color:var(--gp-text);border:1.5px solid var(--gp-border);border-radius:10px;cursor:pointer;font-family:Manrope,sans-serif;font-weight:700;font-size:.8rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.4rem;position:relative;flex-shrink:0;white-space:nowrap}.mobile-filter-button.is-active{background-color:var(--gp-heading);color:var(--gp-white);border-color:var(--gp-heading)}.mobile-filter-button:not(.is-active):hover{border-color:var(--gp-heading);color:var(--gp-heading)}.mobile-filter-button__label{white-space:nowrap}.mobile-filter-button__count{font-size:.7rem;opacity:.9}.mobile-filter-button__reset{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background-color:#fff3;cursor:pointer;font-size:.7rem;line-height:1;flex-shrink:0;transition:all .2s ease;color:var(--gp-white)}.mobile-filter-button__reset:hover{background-color:#ffffff4d}.mobile-filter-dropdown{margin-top:1rem;margin-bottom:1.5rem;padding:.75rem 1.25rem;border:1.5px solid var(--gp-border);border-radius:12px;background-color:#7b84960d;max-width:340px;margin-left:auto;margin-right:auto}.mobile-filter-header{display:flex;justify-content:center;align-items:center;margin-bottom:1.25rem;position:relative;min-height:44px}.mobile-filter-title{color:var(--gp-text);font-family:Manrope,sans-serif;font-weight:700;font-size:1rem;margin:0}.mobile-filter-close{position:absolute;right:-.25rem;top:-.25rem}.mobile-filter-section-title{color:var(--gp-text-secondary);font-family:Manrope,sans-serif;font-weight:700;font-size:.9rem;margin-bottom:1rem}.mobile-filter-input-row{display:flex;flex-direction:row;align-items:center;gap:.5rem;margin-bottom:1rem}.mobile-filter-inline-label{color:#7b8496;font-family:Manrope,sans-serif;font-weight:700;font-size:.85rem;flex-shrink:0}.mobile-filter-field{flex:1}.mobile-filter-label{display:block;color:var(--gp-text-secondary);font-size:.75rem;margin-bottom:.25rem;font-family:Manrope,sans-serif;font-weight:700}.mobile-filter-input{flex:1;min-width:0;padding:.5rem;border:1.5px solid var(--gp-border);border-radius:6px;background-color:var(--gp-white);color:var(--gp-text);font-family:Manrope,sans-serif;font-size:.85rem;outline:none;box-sizing:border-box}.mobile-filter-divider{margin:1rem 0;border-top:1px solid var(--gp-border)}.mobile-filter-chips-wrap{margin:.5rem 0}.mobile-filter-chips{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;justify-content:center}.mobile-filter-chip{padding:.6rem 1.2rem;background-color:var(--gp-control-bg);color:var(--gp-text);border:1.5px solid var(--gp-border);border-radius:10px;cursor:pointer;font-family:Manrope,sans-serif;font-weight:700;font-size:.85rem;transition:all .2s ease;white-space:nowrap}.mobile-filter-chip.is-selected{background-color:var(--gp-heading);color:var(--gp-white);border-color:var(--gp-heading)}.mobile-filter-chip:not(.is-selected):hover{border-color:var(--gp-heading);color:var(--gp-heading)}.mobile-filter-message{color:var(--gp-heading);font-family:Manrope,sans-serif;font-size:.85rem;text-align:center;padding:1rem 0}.mobile-filter-options{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;justify-content:center}.mobile-filter-options.is-scrollable{overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--gp-border) transparent}.mobile-filter-options--compact.is-scrollable{max-height:200px}.mobile-filter-options--tall.is-scrollable{max-height:300px}.mobile-filter-option-button{padding:.5rem .75rem;background-color:var(--gp-control-bg);color:var(--gp-text);border:1.5px solid var(--gp-border);border-radius:6px;cursor:pointer;font-family:Manrope,sans-serif;font-weight:700;font-size:.8rem;transition:all .2s ease;white-space:nowrap;outline:none}.mobile-filter-option-button.is-selected{background-color:var(--gp-heading);color:var(--gp-white);border-color:var(--gp-heading)}.mobile-filter-option-button:not(.is-selected):hover{border-color:var(--gp-heading);color:var(--gp-heading)}.mobile-filter-show-toggle{margin-top:1rem;padding:.5rem 1rem;background-color:transparent;color:var(--gp-text-secondary);border:1.5px solid var(--gp-border);border-radius:6px;cursor:pointer;font-family:Manrope,sans-serif;font-weight:700;font-size:.85rem;transition:all .2s ease;width:100%}.mobile-filter-show-toggle--text{color:var(--gp-text)}.mobile-filter-show-toggle:hover{border-color:var(--gp-heading);color:var(--gp-heading)}.mobile-filter-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem}.mobile-filter-reset{background:none;border:none;cursor:pointer;font-family:Manrope,sans-serif;font-weight:700;font-size:.75rem;color:#7b8496;padding:0;transition:opacity .2s ease}.mobile-filter-reset:hover{opacity:.7}.mobile-filter-apply-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;flex-direction:column;align-items:center;gap:2px}.mobile-filter-apply-icon{width:43px;height:43px;object-fit:contain}.mobile-filter-apply-text{font-family:Manrope,sans-serif;font-weight:700;font-size:.7rem;color:var(--gp-text-secondary)}.games-page .scroll-to-top-button{background-color:#7b8496;color:#fff;box-shadow:0 4px 12px #00000026}@media (max-width: 750px){.filters-sidebar{display:none!important}.mobile-filter-button-container{display:block!important}.games-page-content{padding:0 1rem 2rem}.games-header{font-size:2rem;margin-top:2rem;margin-bottom:1rem}.games-catalog-search{margin-bottom:1.5rem}}@media (min-width: 751px){.mobile-filter-button-container{display:none!important}}@media (max-width: 485px){.game-card-content{gap:12px}.games-header{font-size:1.6rem;margin-top:1.5rem}.games-catalog-search{padding:8px 12px}}.game-detail-bg-pattern{position:fixed;top:0;right:0;bottom:0;left:0;background-image:url(/images/texture.png);background-size:cover;background-position:center;opacity:.15;pointer-events:none;z-index:0}.game-detail-back-btn{display:inline-flex;align-items:center;gap:6px;margin-bottom:14px;padding:8px 14px;background:none;border:none;border-radius:var(--gdp-radius-xs);font-family:Manrope,sans-serif;font-weight:700;font-size:1rem;color:var(--gdp-text-secondary);cursor:pointer;transition:color .2s ease,background-color .2s ease}.game-detail-back-btn:hover{color:var(--gdp-text);background-color:#0000000a}.game-detail-action{margin-top:4px}.game-detail-action__hint{display:block;font-family:IBM Plex Sans,sans-serif;font-size:.9rem;color:var(--gdp-text-muted);text-align:center;line-height:1.4}.game-detail-action__btn{display:block;width:100%;padding:11px 18px;background-color:var(--gdp-text-muted);color:#fff;border:none;border-radius:var(--gdp-radius-xs);font-family:Manrope,sans-serif;font-weight:700;font-size:1.05rem;cursor:pointer;transition:opacity .2s ease;text-align:center;letter-spacing:.01em}.game-detail-action__btn:hover:not(:disabled){opacity:.9}.game-detail-action__btn:active:not(:disabled){opacity:.85}.game-detail-action__btn:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 768px){.game-detail-container{padding:16px 16px 36px}.game-detail-card{flex-direction:column;align-items:center;gap:20px}.game-detail-left{width:100%;max-width:280px}.game-detail-right{width:100%}.game-detail-title{text-align:center}.game-detail-meta{align-items:center;text-align:center}.game-detail-desc{margin-top:24px;padding-top:20px}}@media (max-width: 480px){.game-detail-container{padding:12px 10px 28px}.game-detail-left{max-width:240px}.game-detail-back-btn{font-size:.9rem;padding:6px 10px;margin-bottom:10px}.game-detail-title{font-size:1.55rem}.game-detail-desc__heading{font-size:1.2rem}.game-detail-desc__text{font-size:1rem}}.game-card-status-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000073;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:99999;isolation:isolate}.game-card-status-modal{position:relative;z-index:100000;background-color:var(--color-background);border:1px solid var(--color-border);border-radius:12px;padding:2.5rem;width:65vw;height:80vh;min-width:360px;min-height:400px;max-width:95vw;max-height:90vh;overflow:auto;display:flex;flex-direction:column;box-shadow:0 25px 50px #00000026}.game-card-status-modal-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-border)}.game-card-status-modal-title-wrap{display:flex;flex-direction:column;gap:.35rem}.game-card-status-modal-title{margin:0;font-size:1.75rem;font-weight:600;font-family:IBM Plex Mono,monospace;color:var(--color-text)}.game-card-status-modal-subtitle{margin:0;font-size:1.1rem;color:var(--color-text-secondary);font-family:IBM Plex Sans,sans-serif}.game-card-status-modal-close{background:none;border:none;font-size:2.25rem;line-height:1;color:var(--color-text-secondary);cursor:pointer;padding:0 .35rem;flex-shrink:0}.game-card-status-modal-close:hover{color:var(--color-text)}.game-card-status-modal-section-label{font-size:1.1rem;color:var(--color-text-secondary);font-family:IBM Plex Sans,sans-serif;margin-bottom:1rem}.game-card-status-modal-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0;flex:1;overflow:auto}.game-card-status-modal-item{display:flex;align-items:center;gap:1rem;width:100%;padding:1.25rem 0 1.25rem .75rem;text-align:left;background:none;border:none;border-left:5px solid transparent;border-bottom:1px solid var(--color-border);color:var(--color-text);font-family:IBM Plex Sans,sans-serif;font-size:1.2rem;cursor:pointer}.game-card-status-modal-item-color-dot{width:14px;height:14px;border-radius:50%;flex-shrink:0}.game-card-status-modal-item:last-child{border-bottom:none}.game-card-status-modal-item:hover:not(:disabled):not(.game-card-status-modal-item--current){background-color:var(--color-background-secondary)}.game-card-status-modal-item--current{cursor:default;color:var(--color-text-secondary)}.game-card-status-modal-item--current .game-card-status-modal-item-check{color:#22c55e}.game-card-status-modal-item-check{width:1.5rem;flex-shrink:0;font-size:1.35rem;color:transparent}.game-card-status-modal-item:disabled{opacity:.7;cursor:not-allowed}.game-detail-page{--gdp-bg: #EAEAEA;--gdp-card-bg: #FFFFFF;--gdp-title-color: #000000;--gdp-text: #16181A;--gdp-text-secondary: #7B8496;--gdp-text-muted: #ACACAC;--gdp-border: #E8E8E8;--gdp-btn-bg: #0057D1;--gdp-btn-text: #FFFFFF;--gdp-shadow: 0 4px 24px rgba(0, 0, 0, .07);--gdp-shadow-sm: 0 2px 8px rgba(0, 0, 0, .05);--gdp-radius: 16px;--gdp-radius-sm: 12px;--gdp-radius-xs: 8px;--color-background: #EAEAEA;--color-background-secondary: #FFFFFF;--color-text: #16181A;--color-text-secondary: #7B8496;--color-description: #7B8496;--color-border: #D5D5D5;--color-game-card-bg: transparent;--color-placeholder-bg: #D5D5D5;--color-placeholder-text: #7B8496;--color-primary: #0057D1;--color-image-shadow: rgba(0, 0, 0, .08)}.game-detail-page{width:100%;min-height:100vh;background-color:var(--gdp-bg);position:relative}.game-detail-bg-pattern{position:fixed;top:0;right:0;bottom:0;left:0;background-image:url(/images/texture.png);background-size:cover;background-position:center;opacity:.15;pointer-events:none;z-index:0}.game-detail-container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:20px 32px 48px}.game-detail-card{display:flex;gap:44px}.game-detail-left{flex-shrink:0;width:270px;display:flex;flex-direction:column;gap:12px}.game-detail-poster{width:100%;border-radius:var(--gdp-radius-sm);overflow:hidden;background-color:#f0f0f0}.game-detail-poster__img{width:100%;height:auto;aspect-ratio:3 / 4;object-fit:cover;display:block}.game-detail-poster__placeholder{width:100%;aspect-ratio:3 / 4;display:flex;align-items:center;justify-content:center;background-color:#e0e0e0;color:var(--gdp-text-muted);font-family:IBM Plex Sans,sans-serif;font-size:.95rem}.game-detail-creator{display:flex;align-items:center;gap:11px;padding:11px 0;background:none;text-decoration:none}.game-detail-creator__avatar-wrap{position:relative;width:46px;height:46px;flex-shrink:0}.game-detail-creator__avatar{width:46px;height:46px;border-radius:50%;object-fit:cover}.game-detail-creator__crown{position:absolute;top:-18px;left:-12px;width:36px;transform:rotate(-30deg);height:auto;pointer-events:none;image-rendering:pixelated}.game-detail-creator__name{font-family:Manrope,sans-serif;font-weight:700;font-size:1.15rem;color:var(--gdp-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-detail-right{flex:1;min-width:0;display:flex;flex-direction:column}.game-detail-title{margin:0;font-family:Manrope,sans-serif;font-weight:700;font-size:clamp(1.8rem,3.3vw,2.65rem);color:var(--gdp-title-color);line-height:1.2;overflow-wrap:anywhere}.game-detail-meta{display:flex;flex-direction:column;gap:5px;margin-top:14px}.game-detail-meta__line{margin:0;font-family:Manrope,sans-serif;font-weight:400;font-size:1.05rem;color:var(--gdp-text-secondary);line-height:1.6;overflow-wrap:anywhere}.game-detail-meta__tag{margin-left:6px}.game-detail-meta__tag:first-of-type{margin-left:0}.game-detail-desc{margin-top:28px;padding-top:24px;border-top:1px solid var(--gdp-border)}.game-detail-desc__heading{margin:0 0 12px;font-family:Manrope,sans-serif;font-weight:700;font-size:clamp(1.2rem,2.2vw,1.55rem);color:var(--gdp-title-color);line-height:1.3}.game-detail-desc__text{margin:0;font-family:IBM Plex Sans,sans-serif;font-size:1.05rem;line-height:1.75;color:#3a3f4b;white-space:pre-wrap;overflow-wrap:anywhere}.game-snapshot-unpublished-note{display:flex;align-items:center;gap:12px;margin:24px 0 0;padding-top:24px;border-top:1px solid var(--gdp-border);font-family:Manrope,sans-serif;font-weight:400;font-size:1rem;line-height:1.5;color:#000}.game-snapshot-unpublished-note__icon{width:40px;height:auto;flex-shrink:0;image-rendering:pixelated;image-rendering:crisp-edges}.game-snapshot-unpublished-note__text{color:#000}@media (max-width: 1024px){.game-detail-container{padding:18px 20px 40px}.game-detail-card{gap:36px}.game-detail-left{width:230px}}@media (max-width: 768px){.game-detail-container{padding:16px 16px 36px}.game-detail-card{flex-direction:column;align-items:center;gap:20px}.game-detail-left{width:100%;max-width:280px}.game-detail-right{width:100%}.game-detail-title{text-align:center}.game-detail-meta{align-items:center;text-align:center}.game-detail-desc{margin-top:24px;padding-top:20px}.game-snapshot-unpublished-note{justify-content:center;text-align:center;flex-wrap:wrap}}@media (max-width: 480px){.game-detail-container{padding:12px 10px 28px}.game-detail-left{max-width:240px}.game-detail-title{font-size:1.55rem}.game-detail-desc__heading{font-size:1.2rem}.game-detail-desc__text{font-size:1rem}}.game-snapshot-detail-scroll-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;border-radius:50%;background-color:#7b8496;color:#fff;border:none;cursor:pointer;font-size:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;z-index:1000;transition:all .3s ease;font-family:IBM Plex Mono,monospace}.login-page{--login-bg: #eaeaea;width:100%;flex:1;min-height:calc(100vh - 72px);min-height:calc(100dvh - 72px);background-color:var(--login-bg);position:relative;display:flex;justify-content:center;align-items:flex-start;padding:40px 20px 60px}.login-bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/texture.png);background-size:cover;background-position:center;opacity:.3;z-index:0;pointer-events:none}.login-card{position:relative;z-index:1;width:100%;max-width:420px;background:transparent;border:none;border-radius:0;padding:28px 24px;box-shadow:none}.login-title{font-family:Pixelify Sans,cursive;font-size:2rem;font-weight:700;color:#0057d1;text-align:center;margin:0 0 24px}.login-form{display:flex;flex-direction:column;gap:12px}.login-label{font-family:IBM Plex Mono,monospace;font-size:.9rem;color:#7b8496}.login-input{width:100%;box-sizing:border-box;border-radius:10px;border:2px solid #999898;background-color:#d9d9d9;color:#000;font-family:IBM Plex Mono,monospace;font-size:1rem;padding:12px 14px;transition:border-color .2s ease,box-shadow .2s ease}.login-input::placeholder{color:#7b8496;opacity:1}.login-input:focus{outline:none;border-color:#999898;box-shadow:0 0 0 2px #0057d133}.login-error{font-size:.9rem;margin-top:4px;margin-bottom:2px}.login-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px}.login-action{flex:1;min-width:140px;padding:12px 16px;border:none;border-radius:10px;font-family:Pixelify Sans,cursive;font-size:.95rem;color:#fff;cursor:pointer;transition:transform .2s ease,filter .2s ease,opacity .2s ease}.login-action--register{background-color:#0057d1}.login-action--register:hover:not(:disabled){filter:brightness(.95);transform:translateY(-1px)}.login-action--restore{background-color:#997b00}.login-action--restore:hover:not(:disabled){filter:brightness(.95);transform:translateY(-1px)}.login-action:disabled{opacity:.7;cursor:default;transform:none}@media (max-width: 480px){.login-page{padding:24px 16px 40px}.login-card{padding:24px 18px}}.register-page{--register-bg: #eaeaea;width:100%;flex:1;min-height:calc(100vh - 72px);min-height:calc(100dvh - 72px);background-color:var(--register-bg);position:relative;display:flex;justify-content:center;align-items:flex-start;padding:40px 20px 60px}.register-bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/texture.png);background-size:cover;background-position:center;opacity:.3;z-index:0;pointer-events:none}.register-card{position:relative;z-index:1;width:100%;max-width:420px;background:transparent;border:none;border-radius:0;padding:28px 24px;box-shadow:none}.register-title{font-family:Pixelify Sans,cursive;font-size:2rem;font-weight:700;color:#0057d1;text-align:center;margin:0 0 24px}.register-to-login{width:100%;margin-top:4px;padding:8px 14px;border:none;border-radius:10px;background-color:#0057d1;color:#fff;font-family:Pixelify Sans,cursive;font-size:.875rem;line-height:1.25;cursor:pointer;transition:transform .2s ease,filter .2s ease,opacity .2s ease}.register-to-login:hover:not(:disabled){filter:brightness(.95);transform:translateY(-1px)}.register-to-login:disabled{opacity:.7;cursor:default;transform:none}.register-form{display:flex;flex-direction:column;gap:12px}.register-label{font-family:IBM Plex Mono,monospace;font-size:.9rem;color:#7b8496}.register-input{width:100%;box-sizing:border-box;border-radius:10px;border:2px solid #999898;background-color:#d9d9d9;color:#000;font-family:IBM Plex Mono,monospace;font-size:1rem;padding:12px 14px;transition:border-color .2s ease,box-shadow .2s ease}.register-input::placeholder{color:#7b8496;opacity:1}.register-input:focus{outline:none;border-color:#999898;box-shadow:0 0 0 2px #0057d133}.register-error{font-size:.9rem;margin-top:4px;margin-bottom:2px}.register-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:6px}.register-secondary{padding:12px 16px;border-radius:10px;border:none;font-family:Pixelify Sans,cursive;font-size:.95rem;color:#fff;cursor:pointer;transition:transform .2s ease,filter .2s ease,opacity .2s ease}.register-secondary--restore{background-color:#997b00}.register-secondary--restore:hover:not(:disabled){filter:brightness(.95);transform:translateY(-1px)}.register-secondary--login{background-color:#0057d1}.register-secondary--login:hover:not(:disabled){filter:brightness(.95);transform:translateY(-1px)}.register-secondary:disabled{opacity:.7;cursor:default;transform:none}@media (max-width: 480px){.register-page{padding:24px 16px 40px}.register-card{padding:24px 18px}.register-title{font-size:1.65rem}.register-actions{grid-template-columns:1fr}}.register-success-page{--rs-bg: #eaeaea;width:100%;flex:1;min-height:calc(100vh - 72px);min-height:calc(100dvh - 72px);background-color:var(--rs-bg);position:relative;display:flex;justify-content:center;align-items:flex-start;padding:40px 20px 60px}.register-success-bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/texture.png);background-size:cover;background-position:center;opacity:.3;z-index:0;pointer-events:none}.register-success-content{position:relative;z-index:1;width:100%;max-width:460px;background:transparent;border:none;border-radius:0;padding:28px 24px;box-shadow:none;text-align:center}.register-success-title{margin:0 0 12px;font-family:Pixelify Sans,cursive;font-size:2rem;font-weight:700;color:#0057d1}.register-success-text{margin:0 0 24px;font-family:Manrope,sans-serif;font-weight:700;color:#7b8496;font-size:1rem;line-height:1.6}.register-success-button{padding:12px 24px;border-radius:10px;border:none;background-color:#008b0c;color:#fff;font-family:Pixelify Sans,cursive;font-size:1rem;cursor:pointer;transition:transform .2s ease,background-color .2s ease}.register-success-button:hover{background-color:#007a0a;transform:translateY(-1px)}.register-success-button:active{transform:translateY(0)}@media (max-width: 480px){.register-success-page{padding:24px 16px 40px}.register-success-content{padding:24px 18px}.register-success-title{font-size:1.65rem}}.profile-page{--pp-bg: #EAEAEA;--pp-heading: #0057D1;--pp-text: #16181A;--pp-text-secondary: #7B8496;--pp-white: #FFFFFF;--pp-border: #D5D5D5;--pp-radius: 20px;--color-background: #EAEAEA;--color-background-secondary: #FFFFFF;--color-text: #16181A;--color-text-secondary: #7B8496;--color-border: #D5D5D5;--color-primary: #0057D1;--profile-game-card-max: 200px;--profile-nickname-font-size: 2.4rem}.profile-page{--profile-header-offset: 72px;width:100%;box-sizing:border-box;height:calc(100dvh - var(--profile-header-offset));max-height:calc(100dvh - var(--profile-header-offset));min-height:calc(100vh - 70px);background-color:var(--pp-bg);position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:40px 16px;overflow:hidden}.profile-page-loading{flex:1;width:100%;min-height:0;display:flex;align-items:center;justify-content:center}.profile-bg-pattern{position:fixed;top:0;right:0;bottom:0;left:0;background-image:url(/images/texture.png);background-size:cover;background-position:center;opacity:.15;pointer-events:none;z-index:0}.profile-panel{position:relative;z-index:1;width:100%;max-width:1400px;flex:1;min-height:0;display:flex;align-items:stretch;background-color:transparent;border-radius:0;box-shadow:none;overflow:hidden}.profile-error{position:relative;z-index:1;padding:24px 32px;text-align:center}.profile-left{width:420px;flex-shrink:0;padding:32px 10px 32px 0;display:flex;flex-direction:column;align-items:flex-start;min-height:0;overflow:visible}.profile-avatar-wrapper{width:234px;height:234px;border-radius:50%;overflow:hidden;border:none;outline:none;box-shadow:none;cursor:default;flex-shrink:0}.profile-avatar-wrapper:hover{opacity:1}.profile-avatar-wrapper--editing{cursor:pointer;animation:avatarPulse 1.6s ease-in-out infinite}.profile-avatar{width:100%;height:100%;object-fit:cover;display:block;border:none}.profile-avatar-input{display:none}.profile-nickname{margin:14px 0 0;font-family:Pixelify Sans,cursive;font-weight:700;font-size:var(--profile-nickname-font-size);color:#0057d1;text-align:left;max-width:100%;line-height:1.2;overflow-wrap:anywhere;word-break:break-word}.profile-edit-link{display:inline-flex;align-items:center;gap:4px;margin-top:4px;font-family:Pixelify Sans,cursive;font-weight:400;font-size:.9rem;color:#000;cursor:pointer;background:none;border:none;padding:2px 0;transition:opacity .2s}.profile-edit-link:hover{opacity:.65}.profile-edit-link-icon{height:1em;width:auto;object-fit:contain;vertical-align:middle}.profile-user-data{margin-top:20px;width:100%;display:flex;flex-direction:column;gap:6px}.profile-data-row{font-family:Manrope,sans-serif;font-weight:400;font-size:.82rem;color:#7b8496;word-break:break-all;line-height:1.5}.profile-logout-wrap{margin-top:16px;width:fit-content;max-width:100%;display:flex;justify-content:flex-start}.profile-username-edit-field{margin-top:14px;width:100%;display:flex;flex-direction:column;align-items:stretch}.profile-username-input-stack{display:flex;flex-direction:column;align-items:stretch;width:100%;min-width:0;font-size:var(--profile-nickname-font-size);box-sizing:border-box;border-radius:16px;padding:10px 14px;background:#fff;animation:avatarPulse 1.6s ease-in-out infinite}.profile-username-input{width:100%;padding:0;margin:0;border:none;border-radius:0;background:transparent;color:#0057d1;caret-color:#0057d1;font-family:Pixelify Sans,cursive;font-weight:700;font-size:1em;line-height:1.2;text-align:left;outline:none;box-shadow:none;overflow-wrap:anywhere;word-break:break-word}.profile-username-input::placeholder{color:#0057d159}.profile-edit-actions{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap;justify-content:center;align-items:center}.profile-save-btn{padding:8px 18px;border-radius:8px;font-family:Manrope,sans-serif;font-weight:600;font-size:.85rem;cursor:pointer;border:none;transition:transform .2s,opacity .2s;background-color:var(--pp-heading);color:#fff}.profile-edit-actions .profile-save-btn{background-color:#008b0c;color:#fff;font-family:Pixelify Sans,cursive;font-weight:700;font-size:.95rem;padding:10px 22px;border:none}.profile-save-btn:hover{transform:translateY(-1px)}.profile-edit-actions .profile-save-btn:hover{filter:brightness(1.06)}.profile-save-btn:disabled{opacity:.6;cursor:default;transform:none}.profile-edit-actions .profile-save-btn:disabled{filter:none}.profile-edit-error{margin-top:8px;font-size:.78rem;text-align:center;width:100%}.profile-verify-section{margin-top:20px;width:100%;display:flex;flex-direction:column;gap:10px;align-items:center}.profile-verify-text{font-family:Manrope,sans-serif;font-weight:700;font-size:1.19rem;color:#000;margin:0;line-height:1.4}.profile-verify-btn{padding:12px 28px;border:none;border-radius:23px;background-color:#008b0c;color:#fff;font-family:Pixelify Sans,cursive;font-weight:700;font-size:1.09rem;cursor:pointer;transition:transform .2s}.profile-verify-btn:hover{transform:translateY(-2px)}.profile-right{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;padding:32px 28px;overflow:hidden}.profile-section-tabs{display:flex;align-items:center;justify-content:center;width:100%;flex-wrap:nowrap;gap:16px;margin-bottom:20px;flex-shrink:0;--home-text-secondary: #7b8496;--home-text-inactive: #acacac}.profile-section-tab-btn{background:none;border:none;padding:0;cursor:pointer}.profile-section-body{display:flex;gap:32px;align-items:stretch;flex:1;min-height:0;overflow:hidden}.profile-section-games{flex:1;min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.profile-status-filters{display:flex;flex-direction:column;align-items:flex-start;gap:14px;flex-shrink:0;align-self:flex-start;max-height:none;overflow:visible;padding-right:4px}.profile-status-filter-row{display:inline-flex;align-items:flex-end;flex-wrap:nowrap;gap:10px;max-width:100%}.profile-status-pill{padding:8px 18px;border:none;border-radius:30px;font-family:Manrope,sans-serif;font-weight:700;font-size:.9rem;color:#fff;cursor:pointer;transition:opacity .2s,transform .1s;display:inline-flex;align-items:center;justify-content:center}.profile-status-pill:hover{opacity:.85;transform:scale(1.03)}.profile-status-pill--inactive{opacity:.4}.profile-status-pill-count{flex-shrink:0;font-family:Manrope,sans-serif;font-weight:600;font-size:.85rem;line-height:1;color:var(--pp-text-secondary, #7b8496);padding:0 0 2px;margin:0}.profile-games-grid{display:flex;flex-wrap:wrap;gap:16px;list-style:none;margin:0;padding:0}.profile-game-card{flex:0 0 auto;width:fit-content;max-width:100%;box-sizing:border-box;cursor:pointer;transition:transform .2s;list-style:none}.profile-games-grid>.profile-game-card{flex:0 0 auto;width:min(var(--profile-game-card-max),100%);max-width:100%}.profile-game-card:hover{transform:translateY(-4px)}.profile-game-card-stack{display:flex;flex-direction:column;align-items:center;width:100%;box-sizing:border-box}.profile-game-card-title-wrap{margin-top:6px;width:100%;min-width:0;box-sizing:border-box;margin-left:auto;margin-right:auto}.profile-game-card-edit{position:absolute;top:6px;right:6px;z-index:3;margin:0;padding:2px;border:none;border-radius:0;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:0;transition:opacity .2s,transform .2s}.profile-game-card-edit-icon{display:block;width:28px;height:28px;object-fit:contain}.profile-game-card-edit:hover{opacity:.85;transform:scale(1.05)}.profile-game-card-title{font-family:Manrope,sans-serif;font-weight:600;font-size:.82rem;color:var(--pp-text, #16181A);text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.profile-game-card--created-flip{cursor:default}.profile-game-card--created-flip.profile-game-card--flipped:hover{transform:none}.profile-game-card-flip-scene{perspective:1100px;width:100%;max-width:min(var(--profile-game-card-max),100%);margin-left:auto;margin-right:auto;box-sizing:border-box}.profile-game-card-flip-inner{position:relative;display:grid;transform-style:preserve-3d;transition:transform .65s cubic-bezier(.4,.2,.2,1);width:100%;max-width:min(var(--profile-game-card-max),100%);box-sizing:border-box}.profile-game-card-flip-inner.is-flipped{transform:rotateY(180deg)}.profile-game-card-face--front,.profile-game-card-face--back{grid-area:1 / 1;-webkit-backface-visibility:hidden;backface-visibility:hidden}.profile-game-card-face--front{display:flex;flex-direction:column;align-items:center;width:100%;box-sizing:border-box;cursor:pointer;outline:none;border-radius:12px}.profile-game-card-face--front:focus-visible{outline:2px solid #8da2fb;outline-offset:3px}.profile-game-card-face--back{transform:rotateY(180deg);min-width:100%;min-height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-end;box-sizing:border-box;padding:12px 10px 14px;border-radius:12px;overflow:hidden;position:relative;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 12px #0000001a}.profile-game-card-back-visual{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:12px;z-index:0}.profile-game-card-back-blur{width:100%;height:100%;object-fit:cover;filter:blur(16px);-webkit-filter:blur(16px);transform:scale(1.15)}.profile-game-card-back-blur-fallback{width:100%;height:100%;min-height:180px;background:linear-gradient(145deg,#5c6470,#8b92a0)}.profile-game-card-back-actions{position:relative;z-index:1;display:flex;flex-direction:column;gap:10px}.profile-game-card-back-btn{font-family:Manrope,sans-serif;font-weight:700;font-size:.82rem;color:#fff;border:none;border-radius:10px;padding:11px 14px;cursor:pointer;width:100%;box-sizing:border-box;line-height:1.25;transition:transform .15s ease,filter .15s ease}.profile-game-card-back-btn:hover{filter:brightness(1.08)}.profile-game-card-back-btn:active{transform:scale(.98)}.profile-game-card-back-btn--snapshot{background-color:#997b00}.profile-game-card-back-btn--edit{background-color:#0057d1}.profile-games-loading,.profile-games-error{display:flex;align-items:center;gap:10px;font-size:.9rem;padding:24px 0}.profile-games-loading{font-family:IBM Plex Sans,sans-serif;color:var(--pp-text-secondary, #7B8496)}.profile-not-found-wrap{width:100%}.profile-not-found-wrap .games-not-found{padding:2rem 1rem}.profile-observer{height:1px}.profile-crop-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:50;padding:24px}.profile-crop-modal{background-color:#fff;border:1px solid #D5D5D5;border-radius:16px;padding:24px;max-width:420px;width:100%;display:flex;flex-direction:column;gap:16px;box-shadow:0 16px 48px #0003}.profile-crop-title{margin:0;font-family:Manrope,sans-serif;font-size:1.3rem;font-weight:700;color:#16181a}.profile-crop-canvas-wrapper{width:100%;display:flex;justify-content:center}.profile-crop-canvas{border-radius:12px;border:1px solid #D5D5D5;width:300px;height:300px;touch-action:none;cursor:grab}.profile-crop-canvas:active{cursor:grabbing}.profile-crop-controls{display:flex;align-items:center;gap:12px}.profile-crop-zoom{display:flex;flex-direction:column;gap:8px;width:100%;font-family:IBM Plex Sans,sans-serif;font-size:.85rem;color:#7b8496}.profile-crop-zoom input[type=range]{width:100%;accent-color:#0057D1}.profile-crop-actions{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}@keyframes avatarPulse{0%{box-shadow:0 0 #0057d159}50%{box-shadow:0 0 0 12px #0057d100}to{box-shadow:0 0 #0057d100}}@media (min-width: 769px){.profile-page{--profile-game-card-max: 200px;--profile-sidebar-width: clamp(240px, 32vw, 420px);--profile-sidebar-avatar-scale: clamp(112px, 14.5vw, 200px);--profile-avatar-size: clamp(148px, calc(var(--profile-sidebar-avatar-scale) * 1.17), 234px);--profile-nickname-font-size: clamp(1.45rem, .65rem + 2.1vw, 2.4rem)}.profile-left{width:var(--profile-sidebar-width);padding:clamp(18px,2.5vw,32px) clamp(6px,.8vw,10px) clamp(18px,2.5vw,32px) 0}.profile-avatar-wrapper{width:var(--profile-avatar-size);height:var(--profile-avatar-size)}.profile-user-data{margin-top:clamp(12px,1.8vw,20px)}.profile-data-row{font-size:clamp(.74rem,.68rem + .22vw,.82rem)}.profile-verify-text{font-size:clamp(.92rem,.78rem + .55vw,1.19rem)}.profile-right{padding:clamp(20px,2.8vw,32px) clamp(16px,2.2vw,28px)}.profile-section-tabs{margin-bottom:clamp(12px,1.8vw,20px);gap:clamp(10px,1.4vw,16px)}.profile-section-body{gap:clamp(18px,2.4vw,32px)}.profile-status-pill{padding:clamp(6px,.5vw + 4px,8px) clamp(11px,1vw + 8px,18px);font-size:clamp(.78rem,.72rem + .18vw,.9rem)}.profile-status-pill-count{font-size:clamp(.75rem,.7rem + .12vw,.85rem)}.profile-game-card-title{font-size:clamp(.65rem,.48rem + .55vw,.82rem)}}@media (max-width: 768px){.profile-page{padding:20px 12px;height:auto;max-height:none;min-height:calc(100dvh - var(--profile-header-offset));overflow-x:hidden;overflow-y:visible;--profile-game-card-max: 200px;--profile-nickname-font-size: clamp(1.5rem, 5.5vw, 2.4rem)}.profile-panel{flex-direction:column;border-radius:16px;flex:none;min-height:auto;overflow:visible}.profile-left{width:100%;border-right:none;border-bottom:1px solid var(--pp-border);padding:24px 16px;flex-shrink:0;max-height:none;min-height:auto;overflow:visible;overflow-y:visible}.profile-avatar-wrapper{width:min(220px,calc(var(--profile-game-card-max) * 1.15));height:min(220px,calc(var(--profile-game-card-max) * 1.15))}.profile-username-input-stack{font-size:var(--profile-nickname-font-size)}.profile-right{padding:20px 16px;flex:none;min-height:auto;overflow:visible}.profile-games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(var(--profile-game-card-max),100%),min(var(--profile-game-card-max),100%)));justify-content:center;gap:10px;width:100%;box-sizing:border-box}.profile-games-grid>.profile-game-card{flex:none;width:100%;max-width:100%}.profile-game-card-flip-scene,.profile-game-card-flip-inner{max-width:100%}.profile-status-pill{padding:6px 14px;font-size:.8rem}.profile-status-filters{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px 14px;max-height:none;overflow:visible;overflow-y:visible;flex-shrink:0;width:100%}.profile-section-body{flex-direction:column;gap:16px;flex:none;min-height:auto;overflow:visible}.profile-section-games{flex:none;min-height:auto;overflow:visible;overflow-y:visible;-webkit-overflow-scrolling:auto;display:flex;flex-direction:column;align-items:center;width:100%}.profile-section-games>.profile-games-loading,.profile-section-games>.profile-games-error{justify-content:center;width:100%}.profile-section-games>.profile-not-found-wrap{align-self:stretch;max-width:100%}}.verify-email-page-shell{--home-bg: #eaeaea;--home-text-secondary: #7b8496;--verify-email-card-bg: #e8e9ea;--verify-email-input-active: #e8e9ea;width:100%;flex:1;min-height:calc(100vh - 72px);min-height:calc(100dvh - 72px);background-color:var(--home-bg);position:relative;display:flex;flex-direction:column}.verify-email-bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/texture.png);background-size:cover;background-position:center;opacity:.3;z-index:0;pointer-events:none}.verify-email-page{width:100%;flex:1;display:flex;justify-content:center;align-items:flex-start;padding:40px 20px 60px;position:relative;z-index:1}.verify-email-card{width:100%;max-width:420px;background-color:var(--verify-email-card-bg);border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:28px 24px;box-shadow:0 12px 30px #0003;text-align:center}.verify-email-title{font-family:Manrope,system-ui,sans-serif;font-size:2rem;font-weight:700;color:#000;margin:0 0 12px}.verify-email-description{font-family:Manrope,system-ui,sans-serif;font-size:.9rem;color:var(--home-text-secondary);margin:0 0 24px}.verify-email-success{color:var(--home-text-secondary)}.verify-email-form{display:flex;flex-direction:column;gap:16px}.verify-email-inputs{display:flex;justify-content:space-between;gap:8px}.verify-email-input{width:100%;max-width:44px;height:56px;border-radius:10px;border:1px solid rgba(0,0,0,.08);background-color:#fff;color:#000;font-family:Manrope,system-ui,sans-serif;font-size:1.5rem;font-weight:600;text-align:center;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}.verify-email-input:focus{outline:none;background-color:var(--verify-email-input-active);border-color:#0000001f;color:#000;box-shadow:none}.verify-email-input:disabled{opacity:.5;cursor:default}.verify-email-error{font-size:.9rem;margin-top:4px;margin-bottom:10px;text-align:center;width:100%}@media (max-width: 480px){.verify-email-page{padding:24px 16px 40px}.verify-email-card{padding:24px 18px}.verify-email-inputs{gap:6px}.verify-email-input{max-width:38px;height:48px;font-size:1.25rem}}.cancel-action-button{border:none;border-radius:8px;background:#d11500;color:#fff;font-family:Pixelify Sans,sans-serif;font-weight:700;font-synthesis:none;line-height:1.2;cursor:pointer;transition:transform .2s ease,background .15s ease}.cancel-action-button:hover:not(:disabled){background:#b81200;transform:translateY(-2px)}.cancel-action-button:disabled{opacity:.6;cursor:not-allowed;color:#fff}.reset-password-page{--rp-bg: #eaeaea;width:100%;flex:1;min-height:calc(100vh - 72px);min-height:calc(100dvh - 72px);background-color:var(--rp-bg);position:relative;display:flex;justify-content:center;align-items:flex-start;padding:40px 20px 60px}.reset-password-bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/texture.png);background-size:cover;background-position:center;opacity:.3;z-index:0;pointer-events:none}.reset-password-card{position:relative;z-index:1;width:100%;max-width:420px;background:transparent;border:none;border-radius:0;padding:28px 24px;box-shadow:none}.reset-password-title{font-family:Pixelify Sans,cursive;font-size:2rem;font-weight:700;color:#0057d1;text-align:center;margin:0 0 16px}.reset-password-text{font-family:Manrope,sans-serif;font-weight:400;font-size:.95rem;color:#7b8496;margin:0 0 16px;line-height:1.5;text-align:center}.reset-password-hint{font-size:.875rem;opacity:.95}.reset-password-form{display:flex;flex-direction:column;gap:12px}.reset-password-label{font-family:Manrope,sans-serif;font-weight:700;font-size:.9rem;color:#7b8496}.reset-password-input{width:100%;box-sizing:border-box;border-radius:10px;border:2px solid #999898;background-color:#d9d9d9;color:#000;font-family:IBM Plex Mono,monospace;font-size:1rem;padding:12px 14px;transition:border-color .2s ease,box-shadow .2s ease}.reset-password-input::placeholder{color:#7b8496;opacity:1}.reset-password-input:focus{outline:none;border-color:#999898;box-shadow:0 0 0 2px #0057d133}.reset-password-error{font-size:.9rem;margin-top:4px;margin-bottom:2px}.reset-password-to-login{width:100%;margin-top:4px;padding:8px 14px;border:none;border-radius:10px;background-color:#0057d1;color:#fff;font-family:Pixelify Sans,cursive;font-size:.875rem;line-height:1.25;cursor:pointer;transition:transform .2s ease,filter .2s ease,opacity .2s ease}.reset-password-to-login:hover:not(:disabled){filter:brightness(.95);transform:translateY(-1px)}.reset-password-to-login:disabled{opacity:.7;cursor:default;transform:none}.reset-password-card>.reset-password-to-login{margin-top:20px}@media (max-width: 480px){.reset-password-page{padding:24px 16px 40px}.reset-password-card{padding:24px 18px}.reset-password-title{font-size:1.65rem}}.password-reset-page{--pr-bg: #eaeaea;width:100%;flex:1;min-height:calc(100vh - 72px);min-height:calc(100dvh - 72px);background-color:var(--pr-bg);position:relative;display:flex;justify-content:center;align-items:flex-start;padding:40px 20px 60px}.password-reset-bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/images/texture.png);background-size:cover;background-position:center;opacity:.3;z-index:0;pointer-events:none}.password-reset-card{position:relative;z-index:1;width:100%;max-width:420px;background:transparent;border:none;border-radius:0;padding:28px 24px;box-shadow:none}.password-reset-title{font-family:Pixelify Sans,cursive;font-size:2rem;font-weight:700;color:#0057d1;text-align:center;margin:0 0 16px}.password-reset-subtitle,.password-reset-text{font-family:Manrope,sans-serif;font-size:.9rem;font-weight:400;color:#7b8496;margin:0 0 16px;line-height:1.5;text-align:center}.password-reset-error-paragraph{margin:0 0 16px;text-align:center}.password-reset-success-lede{font-family:Manrope,sans-serif;font-size:.9rem;font-weight:700;color:#7b8496;margin:0 0 20px;line-height:1.5;text-align:center}.password-reset-form{display:flex;flex-direction:column;gap:12px}.password-reset-label{font-family:Manrope,sans-serif;font-size:.9rem;font-weight:700;color:#7b8496}.password-reset-input{width:100%;box-sizing:border-box;border-radius:10px;border:2px solid #999898;background-color:#d9d9d9;color:#000;font-family:IBM Plex Mono,monospace;font-size:1rem;padding:12px 14px;transition:border-color .2s ease,box-shadow .2s ease}.password-reset-input::placeholder{color:#7b8496;opacity:1}.password-reset-input:focus{outline:none;border-color:#999898;box-shadow:0 0 0 2px #0057d133}.password-reset-error{font-size:.9rem;margin-top:4px;margin-bottom:2px;text-align:center;width:100%}.password-reset-error-actions{display:flex;flex-direction:column;gap:28px;width:100%;margin-top:6px}.password-reset-back-login{padding:10px 14px;border:none;border-radius:10px;background-color:#0057d1;color:#fff;font-family:Pixelify Sans,cursive;font-size:.9rem;cursor:pointer;width:100%;transition:transform .2s ease,filter .2s ease,opacity .2s ease}.password-reset-back-login:hover{filter:brightness(.95);transform:translateY(-1px)}.password-reset-spinner-wrap{display:flex;justify-content:center;margin:20px auto}@media (max-width: 480px){.password-reset-page{padding:24px 16px 40px}.password-reset-card{padding:24px 18px}}.admin-page{width:100%;color:var(--color-text);padding-bottom:3rem;position:relative}.admin-header{text-align:center}.admin-header .games-header{margin-bottom:.75rem}.admin-subtitle{color:var(--color-text-secondary);font-family:IBM Plex Mono,monospace;font-size:1rem;margin:0 0 2rem}.admin-status-filters{width:100%}.admin-game-meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin:.5rem 0 .75rem;color:var(--color-text-secondary);font-family:IBM Plex Mono,monospace;font-size:.85rem}.admin-game-meta-item{overflow-wrap:anywhere}.admin-card-media{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.admin-game-card{position:relative;z-index:0}.admin-game-card--status-open{z-index:5}.admin-status-action{position:relative;width:100%}.admin-status-button{width:100%;padding:.45rem .6rem;border-radius:8px;border:1px solid var(--color-border);background-color:var(--color-game-card-bg);color:var(--color-text);font-family:IBM Plex Mono,monospace;font-size:.8rem;cursor:pointer;transition:all .2s ease}.admin-status-button:hover{border-color:var(--color-primary);color:var(--color-primary)}.admin-status-dropdown{position:absolute;top:calc(100% + 6px);left:0;z-index:20;display:flex;flex-direction:column;gap:.35rem;width:100%;padding:.5rem;border-radius:8px;border:1px solid var(--color-border);background-color:var(--color-background-secondary);box-shadow:0 12px 24px #00000040}.admin-status-option{text-align:left;padding:.35rem .5rem;border-radius:6px;border:none;background:#ffffff0a;font-family:IBM Plex Mono,monospace;font-size:.8rem;cursor:pointer}.admin-status-option:hover{background:#ffffff14}.admin-status-option--disabled{opacity:.6;cursor:not-allowed}.admin-status-option--disabled:hover{background:#ffffff0a}.admin-status-error{margin-top:.4rem;color:#ef4444;font-size:.75rem;font-family:IBM Plex Mono,monospace}.status-pill{display:inline-flex;align-items:center;padding:.1rem .45rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-pill--draft{color:#ef4444;background-color:#ef44441f}.status-pill--pending{color:#f59e0b;background-color:#f59e0b29}.status-pill--publish{color:#22c55e;background-color:#22c55e24}.admin-loading{display:flex;justify-content:center;margin:2rem 0}.admin-empty{text-align:center;color:var(--color-text-secondary);margin-top:2rem}.profile-success-toast{position:fixed;top:20px;left:50%;transform:translate(-50%);background-color:#1c77241f;color:#1c7724;border:1px solid rgba(28,119,36,.3);padding:12px 24px;border-radius:12px;font-family:Manrope,sans-serif;font-weight:700;font-size:.95rem;z-index:1001;box-shadow:0 10px 24px #0000001a;display:inline-flex;align-items:center;gap:10px}.profile-success-toast-icon{width:28px;height:28px;flex-shrink:0;filter:drop-shadow(0 4px 10px rgba(28,119,36,.25))}.admin-error-toast{background-color:#d115001a;border:1px solid rgba(209,21,0,.35)}.admin-error-toast .profile-success-toast-icon{filter:drop-shadow(0 4px 10px rgba(239,68,68,.25))}.admin-toast.profile-success-toast{position:fixed;top:84px;left:50%;transform:translate(-50%);z-index:120}.admin-toast-close{margin-left:4px;border:none;background:transparent;color:var(--gp-text, #16181a);font-size:1.1rem;line-height:1;cursor:pointer;padding:2px 4px}.admin-toast-close:hover{opacity:.8}@media (max-width: 768px){.admin-toast.profile-success-toast{padding:12px 16px;width:auto;height:auto;border-radius:12px;font-size:.9rem;gap:10px}.admin-toast.profile-success-toast span{font-size:.9rem}.admin-toast.profile-success-toast .profile-success-toast-icon{width:24px;height:24px}}@media (max-width: 768px){.admin-page{padding:1.5rem 1rem 2.5rem}}.admin-game-detail{width:100%;min-height:100vh;background-color:#0f1115;color:var(--color-text);padding:1rem 1.5rem;box-sizing:border-box;font-family:IBM Plex Sans,sans-serif}.admin-game-detail__inner{max-width:1100px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.admin-game-detail__back{flex-shrink:0;align-self:flex-start;padding:.5rem .9rem;background-color:transparent;color:var(--color-text-secondary);border:1px solid var(--color-border);border-radius:8px;font-family:IBM Plex Mono,monospace;font-size:1rem;cursor:pointer;transition:all .2s ease}.admin-game-detail__back:hover{background-color:var(--color-border);color:#fff}.admin-game-detail__content{display:grid;grid-template-columns:minmax(200px,280px) 1fr;gap:1.5rem;align-items:start}@media (max-width: 700px){.admin-game-detail__content{grid-template-columns:1fr}}.admin-game-detail__cover-wrap{flex-shrink:0}.admin-game-detail__cover{width:100%;max-width:280px;aspect-ratio:320 / 426;object-fit:cover;border-radius:8px;display:block}.admin-game-detail__cover-placeholder{width:100%;max-width:280px;aspect-ratio:320 / 426;display:flex;align-items:center;justify-content:center;background-color:var(--color-placeholder-bg);color:var(--color-placeholder-text);font-family:IBM Plex Mono,monospace;font-size:.85rem;border-radius:8px}.admin-game-detail__info{display:flex;flex-direction:column;gap:.75rem}.admin-game-detail__title{font-family:Manrope,sans-serif;font-size:1.5rem;font-weight:600;margin:0;line-height:1.3}.admin-game-detail__meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.85rem;color:var(--color-text-secondary)}.admin-game-detail__meta-item{display:flex;align-items:baseline;gap:.35rem}.admin-game-detail__meta-label{color:var(--color-text-secondary);opacity:.9}.admin-game-detail__status-pill{display:inline-block;padding:.2rem .5rem;border-radius:6px;font-size:.8rem;text-transform:uppercase}.admin-game-detail__status-pill--draft{background-color:#ffc10733;color:#ffc107}.admin-game-detail__status-pill--pending{background-color:#ff980033;color:#ff9800}.admin-game-detail__status-pill--publish{background-color:#4caf5033;color:#4caf50}.admin-game-detail__description-wrap{display:flex;flex-direction:column}.admin-game-detail__description-label{font-family:IBM Plex Mono,monospace;font-size:.8rem;color:var(--color-text-secondary);margin:0 0 .25rem}.admin-game-detail__description{font-size:.95rem;line-height:1.5;margin:0;padding:.5rem 0;border:none;background:transparent;color:var(--color-text);resize:none}.admin-game-detail__description:empty:before{content:"Описание не указано";color:var(--color-text-secondary)}.admin-game-detail__creator{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.admin-game-detail__creator-label{font-size:.8rem;color:var(--color-text-secondary)}.admin-game-detail__creator-link{display:flex;align-items:center;gap:.4rem;color:var(--color-link, #7eb8da);text-decoration:none;font-size:.9rem}.admin-game-detail__creator-link:hover{text-decoration:underline}.admin-game-detail__creator-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover}.add-game-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:130}.add-game-modal{width:min(720px,100%);background:var(--color-background-secondary);border-radius:16px;padding:1.5rem 1.75rem 2rem;color:var(--color-text);border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 40px #00000059}.add-game-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.add-game-modal-header h2{margin:0;font-family:Manrope,sans-serif;font-size:1.6rem}.add-game-modal-close{border:none;background:transparent;color:var(--color-text);font-size:1.6rem;cursor:pointer}.add-game-modal-note{margin:0 0 1rem;color:var(--color-text-secondary);font-family:IBM Plex Mono,monospace;font-size:.9rem}.add-game-modal-success-icon-row{position:relative;display:flex;justify-content:center;margin-bottom:.8rem}.add-game-modal-success-icon-row img{display:block;width:48px;height:auto}.add-game-modal-success-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.add-game-body{display:grid;grid-template-columns:240px minmax(0,1fr);gap:1.5rem;align-items:start}.add-game-preview{display:flex;flex-direction:column;gap:.6rem}.add-game-preview-button{border:none;background:transparent;padding:0;cursor:pointer;width:fit-content}.add-game-preview-button:disabled{cursor:not-allowed}.add-game-preview-button img{width:min(160px,35vw);aspect-ratio:160 / 210;object-fit:cover;border-radius:8px;border:1px solid rgba(255,255,255,.08)}.add-game-preview-placeholder{width:min(160px,35vw);aspect-ratio:160 / 210;border-radius:8px;border:1px dashed rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary);font-family:IBM Plex Mono,monospace;font-size:.85rem}.add-game-preview-actions{display:flex;flex-direction:column;gap:.4rem}.add-game-form{display:flex;flex-direction:column;gap:1rem;min-width:0}.add-game-field{display:flex;flex-direction:column;gap:.45rem;font-family:IBM Plex Mono,monospace;font-size:.9rem;min-width:0}.add-game-field input,.add-game-field textarea{background:var(--color-background);border:1px solid var(--color-border);border-radius:10px;padding:.6rem .8rem;color:var(--color-text);font-family:IBM Plex Mono,monospace}.add-game-field input:focus,.add-game-field textarea:focus{outline:none;border-color:var(--color-primary)}.add-game-dropdown-toggle{text-align:left;background:var(--color-background);border:1px solid var(--color-border);color:var(--color-text);border-radius:10px;padding:.55rem .8rem;cursor:pointer;font-family:IBM Plex Mono,monospace;width:100%;max-width:100%;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.add-game-dropdown{margin-top:.4rem;background:var(--color-background);border:1px solid var(--color-border);border-radius:10px;padding:.6rem .7rem;max-height:200px;overflow-y:auto;display:flex;flex-direction:column;gap:.4rem}.add-game-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-family:IBM Plex Mono,monospace}.add-game-dropdown-message{color:var(--color-text-secondary);font-size:.85rem;font-family:IBM Plex Mono,monospace}.add-game-image-row{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.add-game-image-button{border:1px solid var(--color-border);background:var(--color-background);color:var(--color-text);border-radius:10px;padding:.5rem .9rem;cursor:pointer;font-family:IBM Plex Mono,monospace}.add-game-image-remove{border:none;background:#d11500;color:#fff;border-radius:10px;padding:.45rem .9rem;cursor:pointer;font-family:Pixelify Sans,sans-serif;font-weight:700;font-synthesis:none;transition:transform .2s ease,background .15s ease}.add-game-image-remove:hover{background:#b81200;transform:translateY(-2px)}.add-game-image-name{color:var(--color-text-secondary);font-size:.85rem;font-family:IBM Plex Mono,monospace}.add-game-image-hint{color:var(--color-text-secondary);font-size:.78rem;font-family:IBM Plex Mono,monospace}.add-game-crop-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:140}.add-game-crop-modal{background:#d9d9d9;border-radius:16px;padding:1.5rem;width:min(420px,100%);border:1px solid rgba(0,0,0,.12);box-shadow:0 20px 36px #00000059;display:flex;flex-direction:column;gap:1rem;align-items:center}.add-game-crop-title{margin:0;font-family:Manrope,sans-serif;font-weight:700;font-size:1.2rem;color:#1a1a1a}.add-game-crop-canvas-wrapper{width:100%;display:flex;justify-content:center}.add-game-crop-canvas{border-radius:12px;background:#111;touch-action:none;cursor:grab}.add-game-crop-canvas:active{cursor:grabbing}.add-game-crop-zoom{width:100%;display:flex;flex-direction:column;gap:.5rem;font-family:IBM Plex Mono,monospace;font-size:.85rem;color:#333}.add-game-crop-zoom input[type=range]{width:100%}.add-game-crop-actions{width:100%;display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center;align-items:center}.register-success-check{margin:0 auto 16px;display:flex;align-items:center;justify-content:center}.register-success-check-img{display:block;width:80px;height:auto;max-width:100%}.create-game-success-galochka{display:block;width:96px;height:auto;max-width:100%;margin:0 auto 16px;image-rendering:pixelated;image-rendering:crisp-edges}.create-game-success-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:150}.create-game-success-card{width:min(520px,100%);background-color:var(--color-background-secondary);border-radius:16px;padding:32px 28px;box-shadow:0 16px 40px #00000059;border:1px solid var(--color-border);text-align:center}.create-game-success-title{margin:0 0 12px;font-family:Manrope,sans-serif;font-size:2rem;color:var(--color-text)}.create-game-success-text{margin:0 0 24px;font-family:IBM Plex Mono,monospace;color:var(--color-text-secondary);font-size:1rem;line-height:1.6}@media (max-width: 480px){.create-game-success-card{padding:24px 20px}.create-game-success-title{font-size:1.6rem}}@media (max-width: 640px){.add-game-modal{padding:1.2rem 1.1rem 1.5rem}.add-game-modal-header h2{font-size:1.4rem}.add-game-body{grid-template-columns:1fr}.add-game-preview{align-items:center}.add-game-preview-button,.add-game-preview-button img,.add-game-preview-placeholder{max-width:260px}}.games-page.create-game-page{min-height:100vh;--create-game-poster-width: 160px}@media (max-width: 485px){.games-page.create-game-page{--create-game-poster-width: 120px}}.create-game-page__content{position:relative;z-index:1;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem 3rem;display:flex;justify-content:center}.games-page.create-game-page .create-game-modal.add-game-modal{width:min(900px,100%);background:transparent;border:none;box-shadow:none;border-radius:0}.games-page.create-game-page .add-game-modal-header{justify-content:center}.games-page.create-game-page .add-game-modal-header h2.create-game-page__title{width:100%;text-align:center;font-family:Pixelify Sans,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;font-synthesis:none;color:#0057d1;margin:0}.create-game-body.add-game-body{grid-template-columns:1fr}.create-game-form.create-game-form{display:block}.create-game-form-columns{display:flex;flex-direction:row;align-items:flex-start;gap:1.75rem}.create-game-photo-column{flex:0 0 auto;width:auto;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:.65rem}.create-game-photo-primary{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem;width:var(--create-game-poster-width);min-width:0}.create-game-photo-primary .create-game-photo-card{width:100%}.create-game-input-with-check{display:flex;flex-direction:row;align-items:center;gap:.45rem;width:100%;min-width:0}.create-game-input-with-check>input{flex:1;min-width:0}.create-game-textarea-with-check{display:flex;flex-direction:row;align-items:flex-start;gap:.45rem;width:100%;min-width:0}.create-game-textarea-with-check .create-game-textarea-wrap{flex:1;min-width:0}.create-game-chips-label-row{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:.35rem .45rem}.create-game-chips-label-row .create-game-field-label{margin:0}.create-game-fields-column{flex:1;min-width:0;display:flex;flex-direction:column;gap:1.25rem}.create-game-field.add-game-field{font-family:Manrope,sans-serif;font-size:.95rem}.games-page.create-game-page .create-game-field.add-game-field{gap:.45rem}.create-game-field-label{font-family:Manrope,sans-serif;font-weight:700;font-size:.9rem;color:#7b8496}.create-game-field-label--invalid{color:#d11500;animation:create-game-counter-shake .45s ease-in-out}.create-game-field-label--filled{color:#008b0c}.create-game-field.create-game-field input,.create-game-field.create-game-field textarea{background-color:#d9d9d9;border:1px solid #999898;border-radius:10px;color:#000;font-family:Manrope,sans-serif}.create-game-field.create-game-field input::placeholder,.create-game-field.create-game-field textarea::placeholder{color:#7b8496;opacity:.85}.create-game-field.create-game-field input:focus,.create-game-field.create-game-field textarea:focus{border-color:#0057d1}.create-game-textarea-wrap{position:relative;display:block}.create-game-textarea-wrap textarea{display:block;width:100%;box-sizing:border-box;min-height:7rem;padding-bottom:2rem;resize:vertical}.create-game-desc-counter{position:absolute;right:.55rem;bottom:.45rem;font-family:Manrope,sans-serif;font-size:.78rem;font-weight:600;color:#7b8496;pointer-events:none}.create-game-desc-counter.is-over{color:#d11500;animation:create-game-counter-shake .45s ease-in-out}@keyframes create-game-counter-shake{0%,to{transform:translate(0)}20%{transform:translate(-5px)}40%{transform:translate(5px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.create-game-chips-message{font-family:Manrope,sans-serif;font-size:.85rem;color:#7b8496}.create-game-chips-message--loading{display:flex;justify-content:center;padding:.75rem 0}.create-game-chips-outer{min-width:0}.create-game-chips-outer.is-collapsed{max-height:2.75rem;overflow:hidden}.create-game-chips-outer.is-expanded{max-height:none;overflow:visible}.create-game-chips-inner.mobile-filter-options{justify-content:flex-start}.create-game-chips-more{align-self:flex-start;margin-top:.15rem;padding:.2rem 0;border:none;background:transparent;color:#7b8496;font-family:Manrope,sans-serif;font-weight:700;font-size:.85rem;cursor:pointer}.create-game-chips-more:hover{text-decoration:underline}.create-game-photo-card{position:relative;width:100%;height:auto;aspect-ratio:3 / 4;padding:0;border:1px solid #999898;border-radius:var(--gp-radius, 10px);background-color:#d9d9d9;cursor:pointer;display:block;overflow:hidden;box-sizing:border-box;box-shadow:0 4px 12px #0000001a}.create-game-photo-card:focus-visible{outline:2px solid #0057d1;outline-offset:2px}.create-game-photo-placeholder-img,.create-game-photo-preview{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.create-game-photo-meta{margin:0;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.create-game-photo-hint-line{margin:0;box-sizing:border-box;width:100%;max-width:100%;font-family:Manrope,sans-serif;font-size:clamp(.5rem,.38rem + 1.35vw,.65rem);color:#000;line-height:1.4;overflow-wrap:anywhere;word-break:break-word}.create-game-photo-actions{display:flex;flex-wrap:wrap;gap:.5rem}.games-page.create-game-page .create-game-change-cover-button{border:none;background:#997b00;color:#fff;border-radius:10px;padding:.45rem .9rem;cursor:pointer;font-family:Pixelify Sans,sans-serif;font-weight:700;font-synthesis:none;font-size:.95rem;line-height:1.2;transition:transform .2s ease,background .15s ease}.games-page.create-game-page .create-game-change-cover-button:hover{background:#7d6600;transform:translateY(-2px)}.games-page.create-game-page .add-game-verify-note,.games-page.create-game-page .add-game-modal-note{color:#7b8496;font-family:Manrope,sans-serif}.games-page.create-game-page .add-game-verify-note:not(.add-game-verify-note--alert){color:#008b0c}.games-page.create-game-page .add-game-verify-note.add-game-verify-note--alert{color:#d11500}.games-page.create-game-page .edit-game-verify-galochka{width:24px;height:auto;max-height:28px;object-fit:contain;display:block;flex-shrink:0;image-rendering:pixelated;image-rendering:crisp-edges}.games-page.create-game-page .add-game-verify-row{width:100%;justify-content:center}.games-page.create-game-page .ok-action-button.create-game-submit--unverified:disabled{opacity:1;cursor:not-allowed;background:#aadeae;color:#fff}.games-page.create-game-page .add-game-verify-row .add-game-verify-note{justify-content:center;text-align:center;flex-wrap:wrap}.edit-game-toast{position:fixed;top:24px;left:50%;transform:translate(-50%);background-color:#8da2fb2e;color:#8da2fb;border:1px solid rgba(141,162,251,.4);padding:10px 16px;border-radius:12px;font-family:IBM Plex Mono,monospace;font-size:.9rem;z-index:20;box-shadow:0 10px 24px #00000040}.add-game-verify-note{display:flex;align-items:center;gap:.5rem}.add-game-verify-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.create-game-image-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:170}.create-game-image-modal{position:relative;max-width:min(1000px,95vw);max-height:90vh}.create-game-image-modal img{width:100%;height:auto;max-height:90vh;border-radius:12px;object-fit:contain}.create-game-image-close{position:absolute;top:-12px;right:-12px;border:none;background:#000000b3;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:1.4rem;display:flex;align-items:center;justify-content:center}.add-game-verify-note--alert{color:#d11500;animation:add-game-verify-pulse 1.2s ease-in-out infinite}@keyframes add-game-verify-pulse{0%,to{opacity:1}50%{opacity:.55}}.add-game-verify-indicator{display:inline-flex;align-items:center}.add-game-verify-icon{width:20px;height:20px;flex-shrink:0}.add-game-verify-icon--bad{object-fit:contain;display:block}@media (max-width: 640px){.create-game-page__content{padding-left:1rem;padding-right:1rem}.games-page.create-game-page .create-game-modal.add-game-modal{padding:1.2rem 1.1rem 1.5rem}.create-game-form-columns{flex-direction:column;align-items:stretch;gap:1.25rem}.create-game-photo-column{flex:none;width:100%;min-width:0;align-items:center;order:1}.create-game-fields-column{order:2}.create-game-photo-primary{width:min(var(--create-game-poster-width),100%)}}.games-page.create-game-page.edit-game-page .add-game-verify-note:not(.add-game-verify-note--alert){color:#008b0c}.games-page.create-game-page.edit-game-page .add-game-verify-note--alert{color:#d11500}.games-page.create-game-page.edit-game-page .edit-game-verify-galochka{width:24px;height:auto;max-height:28px;object-fit:contain;display:block;flex-shrink:0;image-rendering:pixelated;image-rendering:crisp-edges}@font-face{font-family:IBM Plex Mono;src:url(/fonts/IBMPlexMono.woff2) format("woff2")}@font-face{font-family:IBM Plex Sans;src:url(/fonts/IBMPlexSans-Regular.woff2) format("woff2")}@font-face{font-family:Manrope;src:url(/fonts/Manrope-Regular.woff2) format("woff2")}@font-face{font-family:Manrope;src:url(/fonts/Manrope-Bold.woff2) format("woff2");font-weight:700}@font-face{font-family:Pixelify Sans;src:url(/fonts/PixelifySans-Regular.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Pixelify Sans;src:url(/fonts/PixelifySans-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--color-primary: #8DA2FB;--color-background: #0F1115;--color-background-secondary: #161A21;--color-text: #E6E8EC;--color-text-secondary: #9AA1AC;--color-description: #9AA1AC;--color-border: #232836;--color-game-card-bg: #161A21;--color-placeholder-bg: #161A21;--color-placeholder-text: #9AA1AC;--color-logo: #E6E8EC;--color-text-tertiary: #9AA1AC;--color-image-shadow: rgba(0,0,0,.3);--color-positive: #008B0C;--color-status-planned: #5B7FA6;--color-status-in-progress: #C9A24D;--color-status-done: #6F8F7A;--color-status-returned: #7A6C9D}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden;width:100%;background-color:#eaeaea}body{margin:0;min-width:320px;min-height:100vh;min-height:100dvh;background-color:#eaeaea;color:var(--color-text);overflow-x:hidden;width:100%;max-width:100vw}#root{width:100%;min-height:100vh;min-height:100dvh;max-width:100vw;overflow-x:hidden;background-color:#eaeaea}
