@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700&display=swap";.public-root{--purple-primary: #8b5cf6;--blue-primary: #3b82f6;--bg-dark: #0a0a0a}body:not(.admin-route){margin:0;font-family:Inter,sans-serif;background-color:#0a0a0a;color:#fff}.public-root .navbar{position:fixed;top:0;width:100%;z-index:50;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;border-bottom:1px solid #333}.public-root .container{max-width:1200px;margin:0 auto;padding:0 2rem}.public-root section{padding-top:100px;display:flex;flex-direction:column;align-items:center}.public-root .hero-content{text-align:center;margin-bottom:2rem}.public-root h1{font-size:3.5rem;background:linear-gradient(to right,var(--purple-primary),var(--blue-primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}body.admin-route{font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;background-color:#f0f2f5!important;color:#2c3e50!important;line-height:1.5}body.admin-route *{box-sizing:border-box}body.admin-route ::-webkit-scrollbar{width:8px;height:8px}body.admin-route ::-webkit-scrollbar-track{background:#e4e7ed}body.admin-route ::-webkit-scrollbar-thumb{background:#c4c9d0;border-radius:4px}body.admin-route ::-webkit-scrollbar-thumb:hover{background:#5a6c7d}body.admin-route ::-moz-selection{background-color:#3f8cff4d;color:#2c3e50}body.admin-route ::selection{background-color:#3f8cff4d;color:#2c3e50}html{scroll-behavior:smooth}body:not(.admin-route) ::-webkit-scrollbar{width:10px}body:not(.admin-route) ::-webkit-scrollbar-track{background:#0a0a0a}body:not(.admin-route) ::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#8b5cf6,#3b82f6);border-radius:5px}body:not(.admin-route) ::-moz-selection{background-color:#8b5cf680;color:#fff}body:not(.admin-route) ::selection{background-color:#8b5cf680;color:#fff}
