@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);:root{--bg-color:#050505;--text-primary:#fff;--text-secondary:#a1a1aa;--accent-color:#3b82f6;--accent-glow:rgba(59,130,246,0.25);--card-bg:hsla(0,0%,100%,0.03);--card-border:hsla(0,0%,100%,0.1);--header-bg:rgba(5,5,5,0.7)}body,html{padding:0;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:var(--bg-color);color:var(--text-primary);line-height:1.6}a{color:inherit;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease}a:hover{color:var(--text-primary)}*{-webkit-box-sizing:border-box;box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2}p{color:var(--text-secondary)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}