.other-sites-page {
    max-width: 1120px;
    margin: 0 auto;
    padding: 1.75rem 1rem 3.5rem;
}

.other-sites-intro {
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #e7eaee;
}

.other-sites-kicker {
    margin: 0 0 0.35rem;
    color: #59636f;
    font-size: 0.9rem;
    font-weight: 700;
}

.other-sites-intro h1 {
    margin: 0 0 0.75rem;
    color: #1f2933;
    font-size: 2.25rem;
    line-height: 1.15;
}

.other-sites-intro p {
    max-width: 760px;
    margin: 0;
    color: #4e5965;
    font-size: 1.05rem;
    line-height: 1.65;
}

.other-sites-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
}

.other-site-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 1.1rem;
    min-height: auto;
    padding: 1rem 1.1rem;
    border: 1px solid #dfe4ea;
    border-radius: 8px;
    background: #ffffff;
    color: #1f2933;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(31, 41, 51, 0.06);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

a.other-site-card:hover,
a.other-site-card:focus {
    border-color: #0d6efd;
    color: #1f2933;
    box-shadow: 0 12px 26px rgba(13, 110, 253, 0.12);
    text-decoration: none;
    transform: translateY(-1px);
}

a.other-site-card:focus-visible {
    outline: 0.18rem solid rgba(37, 140, 251, 0.35);
    outline-offset: 0.2rem;
}

.other-site-card-upcoming {
    background: #fbfcfd;
}

.other-site-icon {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e6ec;
    border-radius: 8px;
    background: #f6f8fb;
}

.other-site-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.other-site-icon i {
    color: #0d6efd;
    font-size: 2rem;
    line-height: 1;
}

.other-site-icon img.other-site-entropy-logo {
    width: 58px;
    height: 58px;
}

.other-site-icon img.other-site-lidi-logo {
    width: 58px;
    height: 58px;
    border-radius: 8px;
}

.other-site-card-entropy .other-site-icon {
    background: #102a44;
    border-color: #1f3d5a;
}

.other-site-card-uga .other-site-icon {
    background: #071a2f;
    border-color: #5ec9ff;
}

.other-site-card-david .other-site-icon {
    background: #edf4ff;
    border-color: #cdddf5;
}

.other-site-card-lidi .other-site-icon {
    background: #fff4df;
    border-color: #ffb347;
}

.other-site-card-lidi .other-site-icon i {
    color: #198754;
}

.other-site-card-visualarchitect .other-site-icon {
    background: #f7f3ff;
    border-color: #ded2f5;
}

.other-site-card-visualarchitect .other-site-icon i {
    color: #6f42c1;
}

.other-site-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.other-site-title-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.other-site-domain {
    color: #111827;
    font-size: 1.1rem;
    font-weight: 700;
}

.other-site-tag {
    display: inline-flex;
    align-items: center;
    min-height: 1.6rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: #eef2f6;
    color: #44515f;
    font-size: 0.82rem;
    font-weight: 700;
}

.other-site-description {
    color: #4b5563;
    line-height: 1.55;
}

.other-site-link-label {
    color: #0d6efd;
    font-weight: 700;
}

.other-site-link-label i {
    margin-left: 0.25rem;
}

.other-site-link-label-muted {
    color: #6b7280;
}

.other-sites-separator {
    margin: 1.75rem 0;
    border: 0;
    border-top: 1px solid #dfe4ea;
}

.other-sites-archive-panel {
    padding: 1.1rem;
    border: 1px solid #dfe4ea;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(31, 41, 51, 0.05);
}

.other-sites-archive-head {
    margin-bottom: 0.9rem;
}

.other-sites-archive-head h2 {
    margin: 0 0 0.45rem;
    color: #1f2933;
    font-size: 1.45rem;
    line-height: 1.2;
}

.other-sites-archive-head p:last-child {
    max-width: 760px;
    margin: 0;
    color: #4e5965;
    line-height: 1.55;
}

.abandoned-sites-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.abandoned-domain {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.3rem 0.65rem;
    border: 1px solid #e1e6ec;
    border-radius: 999px;
    background: #f7f8fa;
    color: #374151;
    font-size: 0.92rem;
    font-weight: 600;
}

@media (max-width: 575.98px) {
    .other-sites-page {
        padding-right: 0.25rem;
        padding-left: 0.25rem;
    }

    .other-sites-intro h1 {
        font-size: 1.9rem;
    }

    .other-site-card {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 0.8rem;
    }

    .other-site-icon {
        width: 48px;
        height: 48px;
    }

    .other-site-icon img,
    .other-site-icon img.other-site-entropy-logo,
    .other-site-icon img.other-site-lidi-logo {
        width: 30px;
        height: 30px;
    }

    .other-site-icon i {
        font-size: 1.45rem;
    }

    .other-sites-archive-panel {
        padding: 0.9rem;
    }
}
