@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");:root{--font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body,html{scrollbar-color:var(--color-accent,#7F5AF0) var(--color-background,#191A2A);scrollbar-width:thin}body{color:var(--color-text);background:var(--color-background);line-height:1.6}a{color:inherit;text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-accent)}@media (max-width:768px){.app-header nav{flex-direction:column;gap:1rem}.app-header nav>div:first-child{order:1}.app-header nav>div:last-child{order:2}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-background)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-accent)}a:focus-visible,button:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}