/* ===================================================================
   AERONA SPACE – GUIDE-SEITE (vorerst leer)
   Der alte Guide beschrieb die eingestellte Main App. Er liegt
   vollständig im Archiv auf discontinued.html?tab=archiv.
   =================================================================== */
.gd-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    padding: 8rem 1.5rem 6rem;
}

.gd-empty__inner {
    max-width: 640px;
    text-align: center;
}

.gd-empty__icon {
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: 1.6rem;
    opacity: 0.85;
}

.gd-empty h1 {
    color: white;
    font-size: clamp(1.9rem, 5vw, 2.7rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.2rem;
}

.gd-empty p {
    color: #94a3b8;
    font-size: 1.05rem;
    line-height: 1.85;
    margin-bottom: 2rem;
}

.gd-empty p strong {
    color: #cbd5e1;
}

/* Hinweis: Der alte Inhalt ist nicht weg */
.gd-empty__note {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    text-align: left;
    padding: 1.3rem 1.5rem;
    margin-bottom: 2.5rem;
    background: rgba(139, 92, 246, 0.07);
    border: 1px solid rgba(139, 92, 246, 0.22);
    border-radius: 14px;
    color: #94a3b8;
    font-size: 0.95rem;
    line-height: 1.8;
}

.gd-empty__note i {
    color: #a78bfa;
    font-size: 1.05rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.gd-empty__note strong {
    color: #cbd5e1;
}

/* ---------- Verweise ---------- */

.gd-empty__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: center;
}

.gd-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.7rem 1.3rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 11px;
    color: #cbd5e1;
    font-size: 0.93rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.gd-btn:hover {
    background: rgba(148, 163, 184, 0.12);
    color: white;
}

.gd-btn--primary {
    color: #ddd6fe;
    background: rgba(139, 92, 246, 0.16);
    border-color: rgba(139, 92, 246, 0.36);
}

.gd-btn--primary:hover {
    background: rgba(139, 92, 246, 0.3);
    color: white;
}

/* ---------- Mobil ---------- */

@media (max-width: 768px) {
    .gd-empty {
        padding: 6rem 1.1rem 4rem;
        min-height: 60vh;
    }

    .gd-empty__links {
        flex-direction: column;
    }

    .gd-btn {
        justify-content: center;
    }
}
