@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");:root{--color-primary:#a450f8;--color-primary-dark:#4a0a8a;--color-primary-light:#7d2ddd;--color-primary-lighter:#9d4ded;--color-secondary:#8a3ddd;--color-secondary-light:#aa5dfd;--color-accent-blue:#4a90e2;--color-accent-blue-light:#6ab0f2;--color-bg-dark:#000;--color-bg-darker:#1a1a1a;--color-bg-darkest:#0f0f0f;--color-text-primary:#fff;--color-text-secondary:rgba(255,255,255,0.9);--color-text-muted:rgba(255,255,255,0.6);--color-border-primary:var(--color-primary);--color-border-secondary:var(--color-secondary);--color-border-muted:rgba(255,255,255,0.1);--color-shadow-primary:rgba(93,13,173,0.3);--color-shadow-primary-light:rgba(93,13,173,0.5);--color-shadow-primary-dark:rgba(93,13,173,0.2)}html{scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:hidden}body{background:#09090c;font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}::selection{background:rgba(164,80,248,.35);color:#fff}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}