:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow-x:hidden;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden;width:100%;background-color:#000;color:#fff}#root{width:100%;overflow-x:hidden;background-color:#000}.fixed-form{position:fixed;bottom:0;left:0;right:0;background:transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;z-index:1000;display:none;box-shadow:0 -2px 10px #0000001a}.container{max-width:1200px;width:100%;margin:0 auto;padding:.5rem 1rem 1rem;font-family:sans-serif;display:flex;flex-direction:column;align-items:center;overflow-x:hidden;background-color:#000}.content-section{width:100%;max-width:800px;display:flex;flex-direction:column;align-items:flex-start}.title{font-size:2.5rem;margin-bottom:1rem;margin-top:1.5rem;text-align:left;width:100%;color:#fff}.game-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;margin-bottom:1rem;width:100%}.release-date{font-size:1.2rem;font-weight:500;color:#ccc;margin-bottom:1rem;margin-top:0;text-align:left;width:100%}.tag{display:inline-block;padding:.4rem .8rem;background:#444;color:#fff;border-radius:20px;font-size:.9rem;font-weight:500;box-shadow:0 2px 8px #0003;transition:transform .2s ease,box-shadow .2s ease}.tag:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000004d}.screenshots-section{margin-bottom:1.5rem;width:100%;max-width:800px}.screenshots-container{position:relative;display:flex;align-items:center;width:100%;justify-content:center}.screenshots-grid{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem 0;width:100%;max-width:700px;scrollbar-width:none;-ms-overflow-style:none}.screenshots-grid::-webkit-scrollbar{display:none}.screenshot-item{width:240px;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease;flex-shrink:0}.screenshot-item:hover{transform:scale(1.05)}.scroll-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fffffff2;border:2px solid #e0e0e0;border-radius:50%;width:40px;height:40px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 12px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.scroll-btn:hover:not(.disabled){background:#fff;border-color:#007bff;box-shadow:0 6px 20px #007bff4d;transform:translateY(-50%) scale(1.1)}.scroll-btn.disabled{opacity:.4;cursor:not-allowed;background:#fff9}.scroll-btn:before{content:"";width:0;height:0;border-style:solid}.scroll-btn-left:before{border-width:6px 10px 6px 0;border-color:transparent #666 transparent transparent;margin-left:-2px}.scroll-btn-right:before{border-width:6px 0 6px 10px;border-color:transparent transparent transparent #666;margin-right:-2px}.scroll-btn:hover:not(.disabled):before{border-color:transparent #007bff transparent transparent}.scroll-btn-right:hover:not(.disabled):before{border-color:transparent transparent transparent #007bff}.scroll-btn.disabled:before{opacity:.5}.scroll-btn-left{left:10px}.scroll-btn-right{right:10px}@media (max-width: 1024px){.container{width:100%;padding:.5rem 1rem 1rem}.title{font-size:2.2rem;margin-bottom:1.25rem;margin-top:1.25rem}.release-date{font-size:1.1rem}.screenshots-section{margin-bottom:1rem}.description{margin-bottom:1.75rem}.scroll-btn-left{left:5px}.scroll-btn-right{right:5px}}@media (max-width: 768px){.fixed-form{display:flex;justify-content:center}.container{width:100%;padding:.5rem .75rem 120px}.title{font-size:2rem;margin-bottom:.75rem;margin-top:.75rem}.release-date{font-size:1rem}.screenshots-section{margin-bottom:.75rem}.description{margin-bottom:1.5rem;font-size:1rem}.screenshot-item{width:360px;height:640px}.screenshots-section,.screenshots-grid{max-width:100%}.scroll-btn{display:none}}@media (max-width: 480px){.container{width:100%;padding:.5rem .5rem 110px}.title{font-size:1.8rem;margin-bottom:.75rem;margin-top:.75rem}.release-date{font-size:.95rem}.screenshots-section{margin-bottom:.75rem}.description{margin-bottom:1.5rem;font-size:.95rem}.screenshot-item{width:280px;height:500px}.screenshots-grid{gap:.5rem}.scroll-btn{display:none}.fixed-form{padding:.75rem}.fixed-form .register-form{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:400px}.fixed-form .register-form input,.fixed-form .register-form button{width:100%}}.description{margin-bottom:2rem;text-align:left;width:100%;font-size:1.1rem;line-height:1.5;color:#fff}.register-form{display:flex;gap:.5rem;width:100%;max-width:400px;justify-content:center}.register-form input{flex:1;padding:.75rem;font-size:1rem;border:1px solid #ccc;border-radius:4px}.register-form button{padding:.75rem 1.5rem;font-size:1rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.register-form button:hover{background-color:#0056b3}
