body {
    background-color: #0B0E14;
    font-family: 'Inter', sans-serif;
    color: #e2e8f0;
    overflow-x: hidden;
}

.nebula-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: radial-gradient(circle at 50% 50%, #1e1b4b 0%, #0B0E14 100%);
    pointer-events: none;
}

.glass-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.search-input:focus {
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.3);
    border-color: #6366f1;
}

h1,
h2,
h3,
.serif-font {
    font-family: 'Cinzel', serif;
}