.reports-page {
    max-width: 56rem;
    margin: 0 auto;
    padding: 3rem 1.5rem 4rem;
}

.reports-hero {
    margin-bottom: 2.5rem;
    text-align: center;
}

.reports-kicker {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #C8102E;
    margin-bottom: 0.5rem;
}

.reports-hero h1 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.reports-hero p {
    color: #4b5563;
    max-width: 36rem;
    margin: 0 auto;
}

.reports-search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 2rem;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}

.reports-search-field {
    flex: 1;
    min-width: 220px;
    position: relative;
}

.reports-search-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
}

.reports-search-input {
    width: 100%;
    padding: 0.75rem 2.25rem 0.75rem 2.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    font-size: 0.95rem;
    background: #fff;
}

.reports-search-input:focus {
    outline: none;
    border-color: #C8102E;
    box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.12);
}

.reports-search-clear {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    text-decoration: none;
}

.reports-search-clear:hover {
    color: #C8102E;
}

.reports-search-btn {
    padding: 0.75rem 1.25rem;
    background: #C8102E;
    color: #fff;
    border: none;
    border-radius: 0.5rem;
    font-weight: 700;
    cursor: pointer;
}

.reports-group {
    margin-bottom: 2.5rem;
}

.reports-group h2 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1A5C4A;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #fde68a;
}

.reports-doc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    gap: 1rem;
}

.reports-doc-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 1.25rem;
}

.reports-doc-year {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    background: #fef3c7;
    color: #92400e;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    margin-bottom: 0.5rem;
}

.reports-doc-card h3 {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.reports-doc-desc {
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 0.75rem;
}

.reports-doc-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #C8102E;
    text-decoration: none;
}

.reports-doc-link:hover { text-decoration: underline; }

.reports-empty {
    text-align: center;
    padding: 3rem 1.5rem;
    background: #fff;
    border-radius: 1rem;
    border: 1px dashed #d1d5db;
}

.reports-empty i {
    font-size: 2.5rem;
    color: #9ca3af;
    margin-bottom: 1rem;
}

.reports-empty-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}
