/* --- Hata Sayfası Stilleri (404, 500 vb.) --- */
.error-container {
    text-align: center;
    padding: 60px 20px;
    /* .empty-state stiline benzer */
    background-color: var(--bg-color);
    border-radius: 8px;
    border: 2px dashed var(--form-border-color);
}

.error-icon {
    font-size: 4em;
    color: var(--text-color);
    opacity: 0.3;
    margin-bottom: 20px;
}

.error-container h1 {
    margin-top: 0;
    font-size: 2em;
    color: var(--alert-danger-text);
}

.error-message {
    font-size: 1.1em;
    opacity: 0.8;
    max-width: 500px;
    margin: 0 auto 30px auto;
}

/* Ana "Eve Dön" butonu için 
  songs.css içindeki .button-primary stilini yeniden kullanıyoruz.
  (Bu CSS dosyası header'da zaten yüklü olduğu için çalışacaktır.)
*/