/* Quest Sprout — Android emulator shell (added Sep 15 2026; wraps the original app untouched on screens >= 700px) */
[hidden]{display:none !important}
html.droid-mode,html.droid-mode body{height:100%;overflow:hidden;background:radial-gradient(1200px 700px at 30% 0%,#22303a 0%,#0b0d10 60%) fixed}
.droid-stage{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;gap:34px;padding:16px}
.droid-device{position:relative;width:404px;height:860px;max-height:96vh;background:#0e0f12;border-radius:46px;box-shadow:0 0 0 2px #2a2d33,0 0 0 9px #14161a,0 0 0 10px #3a3d44,0 30px 80px rgba(0,0,0,.65),inset 0 0 0 1px #000;display:flex;flex-direction:column;overflow:hidden}
.droid-device:before{content:"";position:absolute;right:-14px;top:190px;width:4px;height:120px;background:#3a3d44;border-radius:2px}
.droid-device:after{content:"";position:absolute;right:-14px;top:330px;width:4px;height:60px;background:#3a3d44;border-radius:2px}
.droid-status{height:40px;flex:0 0 40px;display:flex;align-items:center;justify-content:space-between;padding:0 22px 0 26px;color:#f4f6f8;font:600 13px/1 'Inter',system-ui,sans-serif;background:var(--bg,#0b0d10);position:relative;z-index:3}
.droid-status .cam{position:absolute;left:50%;top:9px;width:22px;height:22px;margin-left:-11px;border-radius:50%;background:#000;box-shadow:inset 0 0 0 3px #15171b,inset 0 0 6px #2b6cff44}
.droid-status .right{display:flex;align-items:center;gap:6px}
.droid-status svg{width:16px;height:16px;fill:#f4f6f8}
.droid-screen{flex:1;position:relative;overflow:hidden;transform:translateZ(0);background:var(--bg,#0b0d10)}
.droid-scroll{position:absolute;inset:0;overflow:auto;overscroll-behavior:contain;scrollbar-width:none}
.droid-scroll::-webkit-scrollbar{display:none}
.droid-screen .app-shell{min-height:100%}
.droid-screen>.timer-overlay,.droid-screen>.levelup-overlay{position:absolute;inset:0}
.droid-screen>.toast{position:absolute}
.droid-nav{height:48px;flex:0 0 48px;display:flex;align-items:center;justify-content:center;gap:56px;background:var(--bg,#0b0d10);border-top:1px solid rgba(255,255,255,.06);z-index:3}
.droid-nav button{background:none;border:0;color:#cfd5dd;width:44px;height:36px;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center}
.droid-nav button:hover{background:rgba(255,255,255,.08)}
.droid-nav svg{width:20px;height:20px;fill:none;stroke:#cfd5dd;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.droid-nav .home svg{fill:#cfd5dd;stroke:none}
.droid-side{max-width:300px;color:#9aa4b2;font:14px/1.55 'Inter',system-ui,sans-serif}
.droid-side h3{margin:0 0 6px;color:#f4f6f8;font-size:18px}
.droid-side .chip{display:inline-block;margin:10px 6px 0 0;padding:5px 10px;border-radius:999px;background:#14171c;border:1px solid rgba(255,255,255,.14);font-size:12px;color:#f4f6f8}
.droid-side .live{display:inline-flex;align-items:center;gap:6px;margin-top:12px;color:#37d67a;font-weight:700;font-size:12px;letter-spacing:.08em}
.droid-side .live i{width:8px;height:8px;border-radius:50%;background:#37d67a;box-shadow:0 0 10px #37d67a;animation:droidpulse 1.4s infinite}
@keyframes droidpulse{50%{opacity:.35}}
@media (max-width:1040px){.droid-side{display:none}}
