:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#020617;color:#e2e8f0;-webkit-font-smoothing:antialiased}body{margin:0;min-height:100vh;background:radial-gradient(circle at 20% 20%,rgba(99,102,241,.25),transparent 55%),radial-gradient(circle at 80% 10%,rgba(14,165,233,.18),transparent 45%),radial-gradient(circle at 50% 80%,rgba(6,182,212,.2),transparent 55%),#020617}a,body{color:inherit}a{text-decoration:none}button{cursor:pointer}*{box-sizing:border-box}.progress-bar-animated{background-size:200% 100%;animation:progressPulse 1.4s linear infinite}@keyframes progressPulse{0%{background-position:0 50%}to{background-position:200% 50%}}