@import"https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&family=Fredoka:wght@300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";html{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,0) rgba(0,0,0,0);transition:scrollbar-color .3s ease}html:active,html:focus,html:hover{scrollbar-color:rgba(var(--primary-rgb),.75) rgba(0,0,0,0)}html::-webkit-scrollbar{width:6px;height:6px}html::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:4px 0}html::-webkit-scrollbar-thumb{background:rgba(0,0,0,0);border-radius:6px;-webkit-transition:background .3s ease;transition:background .3s ease}html.scrolling::-webkit-scrollbar-thumb,html:active::-webkit-scrollbar-thumb,html:focus::-webkit-scrollbar-thumb,html:hover::-webkit-scrollbar-thumb{background:linear-gradient(45deg,var(--primary),var(--primary))}:root{--primary:#7c5cff;--primary-rgb:124,92,255;--primary-light:rgba(124,92,255,0.16);--primary-dark:#5b3fe6;--secondary:#4f8cff;--secondary-rgb:79,140,255;--success:#22c55e;--success-rgb:34,197,94;--success-light:rgba(34,197,94,0.1);--info:#3b82f6;--info-rgb:59,130,246;--info-light:rgba(59,130,246,0.1);--warning:#f59e0b;--warning-rgb:245,158,11;--warning-light:rgba(245,158,11,0.1);--error:#ef4444;--error-rgb:239,68,68;--error-light:rgba(239,68,68,0.1);--muted:#6b7280;--foreground-subtle:#777;--light-rgb:255,255,255;--dark-rgb:0,0,0}html[data-theme=light]{--background:linear-gradient(135deg,#ffffff,#f0f4f8);--foreground:#595959;--primary:#7c5cff;--secondary:#4f8cff;--primary-light:rgba(124,92,255,0.16);--primary-dark:#5b3fe6;--dark:#0f172a;--light:#f8fafc;--border-light:rgba(255,255,255,0.1);--border-dark:rgba(0,0,0,0.1);--primary-rgb:124,92,255;--secondary-rgb:79,140,255;--light-rgb:248,250,252;--dark-rgb:15,23,42;--error:#ef4444;--error-rgb:239,68,68}body{margin:0;font-family:Montserrat,Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:rgba(var(--primary-rgb),.2);color:var(--foreground)}h1,h2,h3,h4,h5,h6{margin:0}a{text-decoration:none;color:inherit}.container{max-width:1320px;margin:0 auto;padding:0 20px;position:relative}.flex{display:flex}.align-center{align-items:center}.justify-between{justify-content:space-between}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.p-20{padding:20px}