@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
body {
    font-family: 'Space Grotesk', sans-serif;
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
    color: white;
}
.gradient-text {
    background: linear-gradient(90deg, #3b82f6 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.particle-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.card-glass {
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    transition: all 0.3s ease;
}
.card-glass:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(59, 130, 246, 0.1), 0 10px 10px -5px rgba(59, 130, 246, 0.04);
}
.container {
    
    max-width: 500px;
    overflow: hidden;
    border-radius: 5px;
}
.card-title-list{
    min-height: 100px;
}
.card-glass{
    padding: 0 !important;
    margin: 0 !important;
}

.menu-mobile{
    display: block;
    width: 100%;
    position: fixed;
    top: 60px;
    z-index: 1000;
    padding: 10px;
}
.menu-mobile a{
    display: block;
    width: 100%;
    padding: 10px;
    font-weight: bold;
    text-align: center;

}
