@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box}html,body{margin:0;font-family:Poppins,sans-serif;background-color:#1e1e2d;color:#1e1e2d;overflow-x:hidden;max-width:100vw}.main-content-wrapper{height:100vh;box-sizing:border-box}.floating-container{background-color:#f3f5f9;border-radius:40px;height:100%;overflow-y:auto;position:relative;box-shadow:-10px 0 30px #0000004d}@media(max-width:768px){body{overflow-y:auto}.floating-container{border-radius:0;box-shadow:none;height:auto;overflow:visible}}.glass-panel{background:#fff;border-radius:24px;box-shadow:0 4px 20px #00000005;border:1px solid rgba(255,255,255,.5)}.dark-card{background:#1e1e2d;color:#fff;border-radius:24px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .4s ease-out forwards}
