@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Iceland&display=swap";.header{justify-content:space-between;align-items:center;width:100%;margin-bottom:2rem;padding-bottom:1.5rem;animation:.7s both fadeUp;display:flex}@media (width<=600px){.header{flex-direction:column;align-items:flex-start;gap:1.5rem}}.header__left{text-align:left;flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.header__brand{cursor:pointer;align-items:center;gap:.75rem;display:inline-flex}.header__brand-name{letter-spacing:.08em;text-transform:uppercase;color:#fff;font-family:Iceland,system-ui,sans-serif;font-size:1.5rem;font-weight:700;line-height:1}.header__slogan{color:#c5c6c799;margin:0;font-size:.875rem}.header__right{align-items:center;display:flex}.header__nav-link{color:#ffffffb3;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s}.header__nav-link:hover{color:#fff}.header__nav-link--primary{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:50px;padding:.5rem 1.25rem}.header__nav-link--primary:hover{background:#ffffff14;border-color:#ffffff40;transform:translateY(-2px);box-shadow:0 4px 15px #00000026}.footer{border-top:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:1rem;margin-top:4rem;padding-top:2rem;animation:.7s .3s both fadeUp;display:flex}@media (width>=600px){.footer{flex-direction:row;justify-content:space-between}}.footer__links{gap:1.5rem;display:flex}.footer__link{color:#c5c6c799;font-size:.875rem;text-decoration:none;transition:color .2s}.footer__link:hover{color:#fff}.footer__copyright{color:#c5c6c766;font-size:.75rem}.layout{background:#0b0c10;justify-content:center;min-height:100vh;padding:2rem;display:flex}.layout__container{flex-direction:column;width:100%;max-width:900px;min-height:calc(100vh - 4rem);margin:0 auto;display:flex}.layout__main{flex-grow:1;width:100%;animation:.7s both fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero{background:#0b0c10;justify-content:center;min-height:100vh;padding:2rem;display:flex}.hero__content{text-align:center;width:100%;max-width:900px;animation:.7s both fadeUp}.hero__games-section{text-align:left;margin-top:4rem;animation:.7s .24s both fadeUp}.hero__games-heading{color:#fff;border-bottom:1px solid #c5c6c71a;margin-bottom:2rem;padding-bottom:.5rem;font-family:Iceland,system-ui,sans-serif;font-size:2rem;font-weight:700}.hero__games-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.hero__game-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.hero__game-card:hover{background:#ffffff0d;box-shadow:0 10px 30px #0003}.hero__game-image-wrapper{aspect-ratio:16/9;background:#0003;border-radius:12px;width:100%;overflow:hidden}.hero__game-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.hero__game-card:hover .hero__game-image{transform:scale(1.05)}.hero__game-info{flex-direction:column;flex-grow:1;display:flex}.hero__game-title{color:#fff;margin-bottom:.25rem;font-family:Iceland,system-ui,sans-serif;font-size:1.5rem;font-weight:700}.hero__game-subtitle{color:#c5c6c7cc;margin-bottom:1.5rem;font-size:.875rem}.hero__game-stores{align-items:center;gap:1rem;margin-top:auto;display:flex}.hero__store-badge{object-fit:contain;width:auto;height:40px}.hero__store-link{transition:opacity .2s,transform .2s;display:flex}.hero__store-link:hover{opacity:.8;transform:scale(1.03)}.hero__store-disabled{cursor:not-allowed;display:flex;position:relative}.hero__store-disabled .hero__store-badge{opacity:.4;filter:grayscale()}.hero__store-disabled:hover .hero__store-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.hero__store-tooltip{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;background:#000;border:1px solid #ffffff1a;border-radius:6px;margin-bottom:.5rem;padding:.4rem .8rem;font-size:.75rem;transition:all .2s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)translateY(5px)}.hero__store-tooltip:after{content:"";border:4px solid #0000;border-top-color:#000;position:absolute;top:100%;left:50%;transform:translate(-50%)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.support-page__title{color:#fff;border-bottom:1px solid #c5c6c71a;margin-bottom:2rem;padding-bottom:.5rem;font-family:Iceland,system-ui,sans-serif;font-size:2rem;font-weight:700}.support-page__description{color:#c5c6c7cc}.support-page a{color:#5488ff;text-decoration:underline}.privacy-page{max-width:800px;padding:2rem 0}.privacy-page__title{color:#fff;border-bottom:1px solid #c5c6c71a;margin-bottom:2rem;padding-bottom:.5rem;font-family:Iceland,system-ui,sans-serif;font-size:2rem;font-weight:700}.privacy-page__content{text-align:left;color:#c5c6c7bf;margin-top:2rem}.privacy-page__content h2{color:#fff;margin-top:2rem;margin-bottom:1rem;font-family:Iceland,system-ui,sans-serif;font-size:1.5rem}.privacy-page__content p{margin-bottom:1rem;line-height:1.7}.privacy-page__content ul{margin-bottom:1rem;padding-left:2rem}.privacy-page__content ul li{line-height:1.7}.privacy-page__content a{color:#5488ff;text-decoration:underline}*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}body{color:#fff;background-color:#0b0c10;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{text-transform:uppercase;letter-spacing:1px;font-family:Iceland,system-ui,sans-serif}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}
