:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#07090f;color:#f5f7ff}*{box-sizing:border-box}body{margin:0;min-height:100vh;overflow:hidden;background:#07090f}::-webkit-scrollbar{display:none}html{scrollbar-width:none;-ms-overflow-style:none}.page{min-height:100vh;display:flex;flex-direction:column}.navbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.2rem;border-bottom:1px solid rgba(255,255,255,.12);background:#07090fa6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;z-index:10}.studio-link{display:inline-flex;align-items:center;border-radius:.45rem;outline-offset:2px}.studio-logo{width:120px;height:auto;display:block}.game-logo{width:48px;height:48px;border-radius:.5rem;object-fit:contain;flex-shrink:0}.music-toggle{background:none;border:none;color:#f5f7ff;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;width:40px;height:40px;transition:opacity .2s ease;flex-shrink:0}.music-icon{width:24px;height:24px;stroke:currentColor;fill:currentColor}.music-icon.hidden{display:none}.music-toggle:hover{opacity:.6}.music-toggle:focus-visible{outline:2px solid #88a3ff;outline-offset:2px;border-radius:.25rem}.content{display:flex;align-items:center;justify-content:center;padding:1.25rem;background:transparent;flex:1;background-image:url(/assets/cover-COcopf78.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;z-index:1;width:100%}.cover{display:none}.footer{text-align:center;padding:.95rem 1rem 1.2rem;border-top:1px solid rgba(255,255,255,.1);color:#d2d8ea;font-size:.9rem;background:#07090f;flex-shrink:0;position:relative;z-index:5}@media (max-width: 640px){.studio-logo{width:96px}.game-logo{width:40px;height:40px}}
