:root{--pink:#c9716a;--pink2:#e8928b;--pink-l:#fdf0ef;--pink-ll:#fff8f7;--dark:#1a1a1a;--slate:#555;--gray:#999;--lg:#f7f3f0;--border:#ede8e5;--white:#fff;--amber:#f0a500;--green:#3daa6b;--green-l:#e8f7ef;--red:#d94040;--red-l:#feecec}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:#1a1a2e;justify-content:center;align-items:flex-start;min-height:100vh;padding:20px 0;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;display:flex}#root{justify-content:center;align-items:flex-start;width:100%;min-height:100%;display:flex}::-webkit-scrollbar{width:0;height:0}button,input,select,textarea{font-family:inherit}input:focus,textarea:focus,select:focus{outline:none}.app-shell{background:var(--lg);border-radius:24px;flex-direction:column;width:390px;height:calc(100vh - 40px);min-height:600px;max-height:844px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #0009}@supports (height:100dvh){body{min-height:100dvh}.app-shell{height:calc(100dvh - 40px)}}@media (width<=430px){body{padding:0}.app-shell{border-radius:0;width:100vw;height:100vh;min-height:100svh;max-height:none}}@supports (height:100dvh){@media (width<=430px){.app-shell{height:100dvh}}}
