@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap");:root{--bg-color:#090d16;--bg-gradient:radial-gradient(circle at 10% 10%,rgba(99,102,241,.12) 0%,transparent 45%),radial-gradient(circle at 90% 90%,rgba(168,85,247,.08) 0%,transparent 45%),radial-gradient(circle at 50% 50%,rgba(14,165,233,.05) 0%,transparent 60%);--text-color:#f8fafc;--text-muted:#94a3b8;--card-bg:rgba(15,23,42,.7);--card-bg-hover:rgba(23,33,56,.85);--card-border:hsla(0,0%,100%,.07);--card-border-hover:rgba(99,102,241,.4);--card-shadow:0 12px 32px 0 rgba(0,0,0,.45);--accent:#6366f1;--accent-hover:#4f46e5;--accent-gradient:linear-gradient(135deg,#6366f1,#818cf8);--font-family:"Plus Jakarta Sans","Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--glass-blur:16px}*{box-sizing:border-box;margin:0;padding:0}html{color-scheme:dark}body,html{background-color:#090d16!important}body{background-image:var(--bg-gradient)!important;background-attachment:fixed!important;color:var(--text-color)!important;font-family:var(--font-family);min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;color:#fff;letter-spacing:-.02em}a{color:#38bdf8;text-decoration:none;transition:all .2s ease}a:hover{color:#7dd3fc}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-track{background:rgba(9,13,22,.9)}::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.12);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(99,102,241,.5)}