html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;background:#2e1b45;background-image:radial-gradient(circle at 20% 20%,rgba(245,143,176,.1) 0,transparent 40%),radial-gradient(circle at 80% 80%,rgba(89,184,232,.1) 0,transparent 40%),repeating-linear-gradient(45deg,rgba(255,255,255,.025) 0 6px,transparent 6px 24px);font-family:Trebuchet MS,Verdana,Segoe UI,sans-serif;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}#game{width:100%;height:100%;display:flex;align-items:center;justify-content:center}#game canvas{border-radius:14px;box-shadow:0 18px 60px #00000073,0 0 0 6px #1d1030,0 0 0 10px #4b2e6b;image-rendering:auto}@media(max-width:900px){#game canvas{border-radius:0;box-shadow:none}}#rotate{display:none;position:fixed;inset:0;background:#fbf1dc;z-index:100;align-items:center;justify-content:center;text-align:center;color:#2b2622}.rotate-card{padding:28px 34px;border:5px solid #2b2622;border-radius:26px;background:#f2b63a;box-shadow:8px 8px #2b2622;transform:rotate(-3deg)}.rotate-phone{width:46px;height:84px;margin:0 auto 18px;border:5px solid #2b2622;border-radius:10px;background:#59b8e8;animation:rot 1.6s ease-in-out infinite}@keyframes rot{0%,25%{transform:rotate(0)}60%,to{transform:rotate(90deg)}}.rotate-text{font-family:Impact,Arial Black,sans-serif;font-size:32px;letter-spacing:1px}.rotate-sub{margin-top:6px;font-size:15px;font-weight:700;opacity:.8}@media(orientation:portrait)and (max-width:900px){#rotate{display:flex}}
