html,body{margin:0;padding:0;height:100vh;width:100vw;background:#ca9462;color:#f4f4f8;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overscroll-behavior:none;touch-action:none;overflow:hidden;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}#game-root{position:absolute;inset:52px 0 0;display:flex;align-items:center;justify-content:center}body[data-platform=vk] #game-root,body[data-platform=tg] #game-root{top:0}#game-root canvas{display:block;max-width:100%;max-height:100%}#orientation-hint{display:none;position:fixed;inset:0;background:#0b0d12f5;color:#f4f4f8;z-index:99;align-items:center;justify-content:center;pointer-events:auto;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}#orientation-hint .oh-card{text-align:center;padding:24px 32px;background:#1a2030;border:2px solid #6c8cff;border-radius:16px;max-width:320px}#orientation-hint .oh-icon{font-size:64px;line-height:1;margin-bottom:12px;animation:oh-rotate 1.6s ease-in-out infinite;display:inline-block}#orientation-hint .oh-title{font-size:22px;font-weight:700;margin-bottom:6px}#orientation-hint .oh-sub{font-size:14px;color:#9aa0aa}@keyframes oh-rotate{0%{transform:rotate(-90deg)}50%{transform:rotate(0)}to{transform:rotate(-90deg)}}@media (max-height: 480px) and (orientation: landscape){#orientation-hint{display:flex}}
