/* ===================================================================
   AERONA SPACE – NIE ERSCHIENEN: Tabs & Archiv
   Ausgelagert aus discontinued.css (300-Zeilen-Regel).
   =================================================================== */

/* ===================================================================
   TAB-LEISTE: PROJEKTE / ARCHIV
   Nichts geht verloren – eingestellte Inhalte bleiben unter "Archiv"
   nachlesbar, statt einfach von der Webseite zu verschwinden.
   =================================================================== */

.dc-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 3rem;
}

.dc-tab {
    font-family: inherit;
    font-size: 0.92rem;
    font-weight: 600;
    color: #94a3b8;
    background: rgba(148, 163, 184, 0.07);
    border: 1px solid rgba(148, 163, 184, 0.16);
    padding: 0.6rem 1.3rem;
    border-radius: 999px;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.dc-tab:hover {
    color: white;
    background: rgba(139, 92, 246, 0.14);
    border-color: rgba(139, 92, 246, 0.3);
}

.dc-tab.is-active {
    color: white;
    background: rgba(139, 92, 246, 0.22);
    border-color: rgba(139, 92, 246, 0.5);
}

.dc-panel[hidden] {
    display: none;
}

/* Hinweis über einem archivierten Inhalt */
.dc-archiv-hinweis {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.3rem 1.5rem;
    margin-bottom: 2.5rem;
    background: rgba(148, 163, 184, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-left: 3px solid #8b5cf6;
    border-radius: 14px;
    color: #94a3b8;
    font-size: 0.95rem;
    line-height: 1.8;
}

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

.dc-archiv-hinweis strong {
    color: #cbd5e1;
}

/* Der archivierte Guide wird gedämpft dargestellt – er gilt nicht mehr */
.dc-archiv-inhalt {
    opacity: 0.85;
}

.dc-archiv-inhalt .guide-actions {
    display: none;
}

/* ===================================================================
   HISTORIE EINER EINGESTELLTEN APP
   Alles, was es zu ihr gab – als Nachschlagewerk, nicht als Werbung.
   =================================================================== */

/* Karte wird anklickbar */
.dc-card--link {
    text-decoration: none;
    cursor: pointer;
}

.dc-card__more {
    margin-left: auto;
    color: #93c5fd;
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
}

.dc-card--link:hover .dc-card__more {
    color: #bfdbfe;
}
/* ---------- Kopf der Historie ---------- */

.dc-hist__head {
    text-align: center;
    margin-bottom: 2.5rem;
}

.dc-hist__icon {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 1rem;
    filter: grayscale(0.6);
}

.dc-hist__head h2 {
    color: white;
    font-size: clamp(1.9rem, 5vw, 2.6rem);
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.dc-hist__head p {
    color: #64748b;
    font-size: 1rem;
    font-weight: 500;
}
/* ---------- Abschnitte ---------- */

.dc-hist__block {
    margin-bottom: 2.8rem;
}

.dc-hist__block h3 {
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.13);
}

.dc-hist__text {
    color: #94a3b8;
    font-size: 0.99rem;
    line-height: 1.85;
}

.dc-hist__text strong {
    color: #cbd5e1;
}

/* Zitat des alten Versprechens */
.dc-quote {
    margin: 0 0 1.3rem;
    padding: 1.3rem 1.6rem;
    background: rgba(148, 163, 184, 0.05);
    border-left: 3px solid rgba(148, 163, 184, 0.35);
    border-radius: 0 12px 12px 0;
    color: #cbd5e1;
    font-size: 1.05rem;
    font-style: italic;
    line-height: 1.8;
}
/* ---------- Versionsliste ---------- */

.dc-hist__logs {
    display: grid;
    gap: 0.6rem;
}

.dc-log {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.2rem;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 12px;
}

.dc-log__ver {
    font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
    font-size: 0.86rem;
    font-weight: 700;
    color: #a78bfa;
    text-align: center;
    padding: 4px 0;
    background: rgba(139, 92, 246, 0.12);
    border: 1px solid rgba(139, 92, 246, 0.25);
    border-radius: 7px;
}

.dc-log__name {
    color: #e2e8f0;
    font-size: 0.97rem;
    font-weight: 600;
}

.dc-log__note {
    color: #64748b;
    font-size: 0.86rem;
    line-height: 1.6;
    margin-top: 0.2rem;
}

@media (max-width: 768px) {
    .dc-log {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .dc-log__ver {
        justify-self: start;
        padding: 4px 12px;
    }

    .dc-card__more {
        margin-left: 0;
        width: 100%;
        margin-top: 0.4rem;
    }
}
/* ---------- Kennzahlen der eingestellten App ---------- */

.dc-fakten {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.7rem;
}

.dc-fakt {
    text-align: center;
    padding: 1.3rem 0.9rem;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(148, 163, 184, 0.13);
    border-radius: 13px;
}

.dc-fakt__wert {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.4rem;
    font-variant-numeric: tabular-nums;
    color: #a78bfa;
}

.dc-fakt__label {
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.45;
}
/* ---------- Was drin steckte ---------- */

.dc-hist__zwei {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin-top: 1.3rem;
}

.dc-liste {
    padding: 1.3rem 1.4rem;
    background: rgba(255, 255, 255, 0.022);
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 14px;
}

.dc-liste h4 {
    color: #cbd5e1;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}

.dc-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.dc-chips span {
    font-size: 0.83rem;
    font-weight: 500;
    color: #94a3b8;
    background: rgba(148, 163, 184, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.15);
    padding: 4px 10px;
    border-radius: 7px;
}
