*{box-sizing:border-box}body,html{padding:0;margin:0;height:100%;font-family:Press Start\ 2P,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background:#000;color:#e6edf3;font-size:11px;line-height:1.6}a{color:inherit;text-decoration:none}.page{min-height:100vh;padding:40px 24px;max-width:1100px;margin:0 auto}.card{background:#000;border:1px solid #242b36;border-radius:12px;padding:20px;margin-bottom:20px}.button{background:#ff6b6b;color:#fff;border:2px solid #ff4757;padding:10px 16px;border-radius:4px;cursor:pointer;display:inline-block;font-weight:400;transition:all .15s ease;font-size:10px;text-transform:uppercase;box-shadow:0 4px 0 #d63031,0 4px 8px rgba(0,0,0,.3);position:relative;top:0}.button:hover{background:#ff5252;top:2px;box-shadow:0 2px 0 #d63031,0 2px 4px rgba(0,0,0,.3)}.button:active{top:4px;box-shadow:0 0 0 #d63031,0 0 2px rgba(0,0,0,.3)}.muted{color:#9aa4b2}code{background:hsla(0,0%,100%,.1);padding:2px 6px;border-radius:4px;font-family:Press Start\ 2P,Fira Code,Consolas,Monaco,monospace;font-size:.7em}pre code{background:none;padding:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#3b4453;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4b5563}.header{padding:12px 20px;background:#000;border-bottom:1px solid #242b36;justify-content:space-between;flex-wrap:wrap}.header,.header-logo{display:flex;align-items:center;gap:12px}.header-logo{flex-shrink:0}.header-stats{display:flex;gap:24px;align-items:center}.header-buttons{margin-left:auto}.header-buttons,.header-right{display:flex;gap:8px;align-items:center}.world-menu-container{position:relative}.world-menu{position:absolute;top:calc(100% + 8px);right:0;background:#0a0e14;border:1px solid #242b36;border-radius:8px;padding:8px;min-width:200px;z-index:100;display:flex;flex-direction:column;gap:4px;box-shadow:0 8px 32px rgba(0,0,0,.5)}.world-menu .button{width:100%;text-align:left;justify-content:flex-start}.header-user{display:flex;align-items:center;gap:8px}.header-email{font-size:12px;color:#9aa4b2}@media (max-width:1024px){.header{padding:10px 12px;gap:8px}.header-stats{gap:16px}.header-buttons{gap:6px}.header-buttons .button,.header-right .button{padding:6px 10px;font-size:9px}.header-email{display:none}}@media (max-width:768px){.header{padding:8px 10px}.header-stats{display:none}.header-buttons .button{padding:6px 8px;font-size:8px}.header-logo img{height:32px}.header-right .button{padding:6px 8px;font-size:8px}.world-menu{min-width:160px}.world-menu .button{padding:8px 10px;font-size:9px}}@media (max-width:480px){.header{padding:6px 8px}.header-buttons .button{padding:5px 6px;font-size:7px}.header-logo img{height:28px}}