@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--gradient-primary: linear-gradient(90deg, #4f9eff, #6e42f5);--gradient-background: linear-gradient(135deg, #151c2e 0%, #0c1221 100%);--color-background: #0c1221;--color-paper: #151c2e;--color-primary: #4f9eff;--color-secondary: #6e42f5;--shadow-card: 0 8px 24px rgba(0, 0, 0, .12);--shadow-button: 0 4px 14px rgba(0, 0, 0, .25)}body{margin:0;font-family:Inter,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-background);color:#e0eaff;overflow-x:hidden}#root{display:flex;flex-direction:column;min-height:100vh}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#0c1221cc}::-webkit-scrollbar-thumb{background:#4f9eff4d;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#4f9eff80}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.card-hover-effect{transition:all .3s ease}.card-hover-effect:hover{transform:translateY(-5px);box-shadow:0 12px 28px #0003}
