*{margin:0;padding:0;box-sizing:border-box;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}html,body{width:100%;height:100%;overflow:hidden;background-color:#090a0f;font-family:Rajdhani,Segoe UI,system-ui,-apple-system,sans-serif;color:#fff;display:flex;justify-content:center;align-items:center;touch-action:none}#app-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}#game-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}canvas{display:block;box-shadow:0 0 30px #000c;border-radius:4px}#portrait-blocker{display:none;position:fixed;inset:0;z-index:999999;background:radial-gradient(circle at center,#1f0a10,#07080c);flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:24px;box-sizing:border-box;color:#fff}@media (orientation: portrait){#portrait-blocker{display:flex!important}}.rotate-phone-anim{position:relative;width:90px;height:90px;margin-bottom:24px;display:flex;justify-content:center;align-items:center}.phone-icon{width:44px;height:76px;border:3px solid #00e5ff;border-radius:10px;position:relative;background:#0d121d;box-shadow:0 0 24px #00e5ff80;animation:rotatePhone 2.2s cubic-bezier(.45,0,.55,1) infinite}.phone-screen{position:absolute;inset:6px 4px;background:linear-gradient(135deg,#00e5ff40,#ff2a5540);border-radius:4px}.rotate-arrow{position:absolute;font-size:26px;color:gold;top:-8px;right:-8px;animation:pulseArrow 2.2s infinite}@keyframes rotatePhone{0%,15%{transform:rotate(0)}50%,80%{transform:rotate(90deg)}to{transform:rotate(0)}}@keyframes pulseArrow{0%,to{opacity:.35;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}}#portrait-blocker h2{font-family:Cinzel,serif;font-size:clamp(1.4rem,5vw,1.85rem);font-weight:900;color:gold;margin-bottom:12px;letter-spacing:2px;text-shadow:0 0 16px rgba(255,215,0,.6)}#portrait-blocker p{font-family:Rajdhani,sans-serif;font-size:clamp(.95rem,3.5vw,1.15rem);font-weight:700;color:#b0bec5;max-width:360px;line-height:1.45}
