*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Inter,sans-serif;
    background:linear-gradient(145deg,#7baee0,#71c3fa);
    min-height:100vh;display:flex;justify-content:center;
    align-items:center;padding:16px}#root
    {width:100%;max-width:1300px;background:#39effc;
        backdrop-filter:blur(16px);-webkit-backdrop-filter:
        blur(16px);border-radius:48px;box-shadow:0 30px 70px -20px #00143240;
        overflow:hidden;border:1px solid rgba(255,255,255,.5)}@media 
        (max-width: 640px){#root{border-radius:28px}body{padding:10px}}::-webkit-scrollbar
        {width:6px}::-webkit-scrollbar-track{background:#eef2f6}::-webkit-scrollbar-thumb
        {background:#6ef8ca;border-radius:12px}@keyframes softGlow{0%{
            box-shadow:0 0 #2563eb33}70%{box-shadow:0 0 0 12px #2563eb00}
            to{box-shadow:0 0 #2563eb00}}
