:root{color-scheme:light}*{box-sizing:border-box}body,html{margin:0;width:100%;min-height:100%;background:#fff9ef}.prototype-shell{position:relative;width:100%;min-height:100vh}.prototype-frame{display:block;width:100%;min-height:100vh;height:100vh;border:0;background:#fff9ef}.dev-premium-button{position:fixed;right:18px;bottom:18px;z-index:20;border:1px solid rgba(255,255,255,.72);border-radius:999px;padding:10px 15px;background:#35245b;box-shadow:0 8px 24px rgba(36,21,67,.25);color:#fff;font:800 12px/1 system-ui,sans-serif;letter-spacing:.02em;cursor:pointer}.dev-premium-button:hover{transform:translateY(-1px);background:#4a3477}.dev-premium-button.active{background:#2f7d63}.dev-premium-button.active:hover{background:#9b3f57}.app-loader{position:fixed;inset:0;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#fff5f1,#fff9e7 45%,#e9f8fa);color:#35245b;font-family:Arial,sans-serif}.app-loader img{width:112px;height:112px;object-fit:contain;animation:hatchpals-rock 1.8s ease-in-out infinite}.app-loader strong{font-size:29px;line-height:1;font-weight:800}.app-loader span{font-size:16px;color:#756787}@keyframes hatchpals-rock{0%,to{transform:rotate(-5deg) translateY(0)}50%{transform:rotate(5deg) translateY(-7px)}}