@import "https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&family=DM+Sans:opsz,wght@9..40,300;400;500;600&display=swap";:root{--bg:#080b12;--ac:#00e5a0;--tx:#e8edf5}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--tx);font-family:DM Sans,sans-serif;overflow-x:hidden}.loading-screen{color:#00e5a0;background:#080b12;flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex}.spinner{border:4px solid #00e5a01a;border-top-color:#00e5a0;border-radius:50%;width:40px;height:40px;margin-bottom:16px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
