::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#fffaeb;border-radius:10px}::-webkit-scrollbar-thumb{background:#fff;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#fff}*{scrollbar-width:thin;scrollbar-color:#FFFFFF #FFFAEB}:root{--primary-color: #FA057B;--bg-color: #FFFAEB}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Afacad,sans-serif;background-color:var(--bg-color);width:100%;min-height:100vh}#root{width:100%;min-height:100vh}.splash-screen{position:fixed;top:0;left:0;width:100%;height:100vh;background:#000;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:10000;overflow:hidden}.splash-logo{width:250px;height:250px;object-fit:contain;animation:fadeIn 1.5s ease}.splash-footer{position:absolute;bottom:75px;text-align:center;animation:fadeIn 2s ease}.splash-developed{font-size:14px;color:#fffaeb;font-weight:400}.splash-brand{margin-top:2px;font-size:18px;color:#fa057b;letter-spacing:3px;font-weight:500}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
