<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&amp;display=swap";body{background-color:#fafcff;color:#262d40;font-family:Poppins,sans-serif}button.primary{background:linear-gradient(to right,#9b5de5,#7768e5);color:#fff;border:none;padding:10px 20px;border-radius:6px;box-shadow:0 10px 15px #0000001a;transition:all .3s ease}button.primary:hover{box-shadow:0 20px 25px #00000026}.card{background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsl(225,25%,90%);box-shadow:0 10px 15px #0000001a;transition:box-shadow .3s}.card:hover{background:linear-gradient(to bottom right,#f3e7ff,#f0f2ff);box-shadow:0 20px 25px #00000026}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}@media (min-width: 1400px){.container{max-width:1320px}}@media screen and (max-width: 500px){.container{padding-left:0;padding-right:0}}.stats-section{width:100%;padding:4rem 1rem}.stats-section .container{width:100%;margin:0 auto}.stats-section .stats-box{border-radius:1rem;overflow:hidden;box-shadow:0 6px 24px #0000001a;width:80%;margin:auto}.stats-section .stats-content{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-evenly;gap:4rem;background:linear-gradient(to right,#9b5de5,#7768e5);padding:2rem}.stats-section .stat-item{text-align:center;color:#fff;animation:fadeInUp .6s ease forwards}.stats-section .stat-item .icon{font-size:2.25rem;margin-bottom:1rem;opacity:.9}.stats-section .stat-item .stat-value{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stats-section .stat-item .stat-label{font-size:.9rem;letter-spacing:1px;font-weight:500;opacity:.8;text-transform:uppercase}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
</pre></body></html>