*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}body{min-height:100vh;background:#130934;display:flex;align-items:center;justify-content:center;font-family:Albert Sans,system-ui,sans-serif}#root{width:100%;height:100vh;height:100dvh;display:flex;align-items:center;justify-content:center}.app-screen{width:100%;max-width:430px;height:100vh;height:100dvh;position:relative;overflow:hidden;flex-shrink:0}button{font-family:inherit}::-webkit-scrollbar{width:0;height:0}.material-symbols-rounded{font-family:Material Symbols Rounded;font-weight:400;font-style:normal;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}@keyframes slide-in-up{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes btn-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:btn-spin .8s linear infinite;display:inline-block;flex-shrink:0}.carousel-nav-btn{width:28px;height:28px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:linear-gradient(180deg,#ffffff1f,#ffffff0a);color:#c2b1ff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:0;outline:none}.carousel-nav-btn:hover:not(:disabled){background:linear-gradient(180deg,#fff3,#ffffff14);color:#fff;border-color:#ffffff4d;transform:scale(1.05)}.carousel-nav-btn:active:not(:disabled){transform:scale(.95)}.carousel-nav-btn:disabled{opacity:.2;cursor:default}.carousel-nav-btn .material-symbols-rounded{font-size:18px;width:18px;height:18px;line-height:18px;text-align:center;display:block}.mb-16{margin-bottom:4rem}.mb-4{margin-bottom:1rem}.p-3{padding:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.w-full{width:100%}.h-full{height:100%}.w-\[80px\]{width:80px}.h-\[80px\]{height:80px}.bg-linear-to-b{background:linear-gradient(to bottom,#ffffff1a,#ffffff05)}.rounded-3xl{border-radius:1.5rem}.rounded-2xl{border-radius:1rem}.grid{display:grid}.grid-cols-\[80px_1fr\]{grid-template-columns:80px 1fr}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gap-3{gap:.75rem}.flex{display:flex}.flex-col{flex-direction:column}.justify-between{justify-content:space-between}.text-white{color:#fff}.font-semibold{font-weight:600}.text-sm{font-size:.875rem}.leading-none{line-height:1}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:.5rem}
