:root{--bg-color: #0d1117;--canvas-bg: #1a1c1e;--accent-color: #58a6ff;--shadow-color: rgba(0, 0, 0, .6);--font-main: "Outfit", "Microsoft YaHei", sans-serif}*{margin:0;padding:0;box-sizing:border-box;-webkit-user-select:none;user-select:none;touch-action:none;pointer-events:auto}html,body{width:100%;height:100%;background-color:#000;overflow:hidden;font-family:var(--font-main);color:#e6edf3;overscroll-behavior:none;-webkit-overflow-scrolling:touch;min-height:100vh;min-height:-webkit-fill-available}body{display:flex;justify-content:center;align-items:center;padding:0;margin:0}#game-container{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;background:#000;overflow:hidden}#game-container:hover{box-shadow:none}#game-canvas{display:block;width:100%;height:100%;object-fit:contain;image-rendering:auto;background-color:#000}#rotate-overlay{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background:#0d1117;z-index:99999;justify-content:center;align-items:center;flex-direction:column}.rotate-content{text-align:center;color:#e6edf3;font-family:Outfit,Microsoft YaHei,sans-serif}.rotate-icon{font-size:64px;animation:rotatePhone 1.5s ease-in-out infinite;margin-bottom:24px}.rotate-content p{font-size:20px;font-weight:600;margin:0;letter-spacing:1px}.rotate-sub{font-size:14px!important;font-weight:300!important;color:#8b949e;margin-top:8px!important}@keyframes rotatePhone{0%,to{transform:rotate(0)}25%{transform:rotate(90deg)}50%,75%{transform:rotate(90deg)}}@media screen and (orientation: portrait) and (max-width: 1024px){#rotate-overlay{display:flex}#game-container{display:none}}@media screen and (orientation: landscape){#rotate-overlay{display:none!important}#game-container{display:flex}}
