@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap');

body {
    font-family: 'Inter', sans-serif;
    background-color: #0b0f1a;
    color: #ffffff;
}

.glass {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.accent-gradient {
    background: linear-gradient(135deg, #3b82f6 0%, #2dd4bf 100%);
}

.progress-bar {
    transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
