/* Archive Styles */

.archive-main {
    padding-top: 8rem;
}

/* Header */
.archive-header-card {
    z-index: 10;
    padding: 3rem;
    margin-bottom: 3rem;
    text-align: center;
}

.archive-title {
    color: white;
    font-family: var(--font-sf-pro);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.archive-description {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--font-sf-pro);
    font-weight: var(--font-weight-semibold);
    font-size: 1.125rem;
}

.archive-count-wrapper {
    margin-top: 1rem;
}

.archive-count-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(168, 85, 247, 0.2);
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 9999px;
    color: rgb(196 181 253);
    font-size: 0.875rem;
    font-weight: var(--font-weight-semibold);
}

/* Grid */
.archive-grid {
    margin-bottom: 3rem;
}

/* News/Project Card (Overrides or Specifics) */
.news-link-wrapper {
    text-decoration: none;
}

.news-placeholder-image {
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 12rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.news-placeholder-emoji {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    opacity: 0.5;
}

.news-placeholder-text {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: bold;
    text-align: center;
    padding: 0 1rem;
}

.news-content-area {
    display: flex;
    flex-direction: column;
    height: 20rem;
    padding-bottom: 1rem;
}

.news-status-wrapper {
    margin-bottom: 0.75rem;
}

.news-status-badge {
    display: inline-block;
    padding: 0.2rem 0.75rem;
    border-radius: 9999px;
    color: white;
    font-weight: bold;
    font-size: 0.65rem;
    text-transform: uppercase;
}

.news-card-title {
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.news-title-link {
    color: inherit;
    text-decoration: none;
}

.news-date {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.news-excerpt-text {
    margin-bottom: 1rem;
}

.btn-read-more {
    margin-top: auto;
    margin-bottom: 1rem;
    width: 100%;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.875rem;
}

/* Pagination */
.archive-pagination {
    text-align: center;
    margin-bottom: 5rem;
}

.pagination-container {
    padding: 1.5rem;
    display: inline-block;
}

.pagination-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
}

.pagination-link {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.2s ease;
}

.pagination-link:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.pagination-current {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: linear-gradient(to right, rgb(168 85 247), rgb(37 99 235));
    border-radius: 0.5rem;
    color: white;
    font-weight: bold;
}

/* Empty State */
.archive-empty-card {
    padding: 3rem;
    text-align: center;
}

.archive-empty-title {
    color: white;
    font-family: var(--font-sfpro);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.archive-empty-text {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2rem;
}
