*{margin:0;padding:0;box-sizing:border-box}html,body{min-height:100dvh;height:100%;background:#000;display:flex;align-items:center;justify-content:center;font-family:Inter,system-ui,sans-serif}#app{width:100%;height:100dvh;display:flex;align-items:center;justify-content:center;background:#000}#phone-shell{width:390px;height:844px;background:#0f0f0f;border-radius:44px;overflow:hidden;position:relative;box-shadow:0 0 0 1px #222,0 32px 80px #000c,inset 0 0 0 1px #333;padding-bottom:env(safe-area-inset-bottom)}#phone-screen{width:100%;height:100%;overflow:hidden;position:relative;border-radius:44px}@media(max-width:430px){html,body{height:100dvh;overflow:hidden}#app{background:#0f0f0f;align-items:flex-start;height:100dvh}#phone-shell{width:100%;height:100dvh;border-radius:0;box-shadow:none}#phone-screen{border-radius:0}}
