body {
    background: linear-gradient(315deg, #0f172a, #1e1b4b, #312e81);
    color: #f8fafc;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.glass-panel {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
}

.text-muted-custom {
    color: #cbd5e1 !important;
}

.img-placeholder {
    background: rgba(0, 0, 0, 0.3);
    border: 1px dashed rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.5);
    border-radius: 1rem;
    aspect-ratio: 3 / 4;
    width: 100%;
}

.hero-section {
    padding-top: 8rem;
    padding-bottom: 5rem;
}
