.apoiador-project-details-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    background-color: var(--bg-color, #F9FAFB);
    box-sizing: border-box;
    overflow-x: hidden;
}

.main-container:has(.apoiador-project-details-wrapper) .main-content {
    padding: 0 !important;
    margin: 0 !important;
}

.main-container:has(.apoiador-project-details-wrapper) .top-header {
    display: none !important;
}

.apoiador-detail-banner-card {
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    margin: 40px 80px 12px 80px;
    overflow: hidden;
    box-sizing: border-box;
}

.apoiador-detail-banner-image-container {
    width: 100%;
    height: 320px;
    background-color: #111827;
}

.apoiador-detail-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.apoiador-detail-banner-info {
    padding: 24px 22px 36px 22px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.apoiador-detail-project-title {
    font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #111827;
    margin: 0;
}

.apoiador-detail-meta-row {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    color: #6B7280;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.meta-icon-svg {
    width: 14px;
    height: 14px;
}

.meta-divider {
    color: #D1D5DB;
}

.apoiador-detail-content-columns {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding: 20px 80px 48px 80px;
    box-sizing: border-box;
    width: 100%;
}

.apoiador-detail-left-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1 1 0;
    min-width: 0;
}

.apoiador-detail-tab-panel {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    overflow: hidden;
}

.apoiador-detail-tabs-bar {
    display: flex;
    gap: 4px;
    padding: 0 12px;
    margin-bottom: 0;
    border-bottom: 1px solid #E5E7EB;
}

.apoiador-tab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 12px;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    color: #6B7280;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
}

.apoiador-tab-btn:hover {
    color: #111827;
}

.apoiador-tab-btn.active {
    background: transparent;
    border-bottom-color: #0EA5E9;
    color: #0EA5E9;
    font-weight: 500;
}

.apoiador-tab-btn.active:hover {
    color: #0EA5E9;
}

.apoiador-detail-tab-content {
    display: flex;
    flex-direction: column;
    gap: 44px;
    padding: 32px;
    box-sizing: border-box;
}

.tab-section-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tab-section-block--media {
    gap: 18px;
}

.tab-section-title {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #111827;
    margin: 0;
}

.tab-section-paragraph {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #6B7280;
    margin: 0;
}

.tab-section-list {
    margin: 0;
    padding-left: 21px;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
}

.tab-section-list li {
    margin-bottom: 0;
}

.apoiador-detail-gallery {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
}

.gallery-featured {
    flex: 0 0 259px;
    align-self: stretch;
}

.gallery-featured img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    display: block;
}

.gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 12px;
    flex: 1 0 0;
    min-width: 0;
}

.gallery-thumb-item img {
    width: 100%;
    height: 131px;
    border-radius: 4px;
    object-fit: cover;
    cursor: pointer;
    transition: opacity 0.2s;
}

.gallery-thumb-item img:hover {
    opacity: 0.8;
}

.logistics-grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.logistics-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.logistics-label {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #6B7280;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.logistics-value {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #111827;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.apoiador-detail-video-thumbnail {
    position: relative;
    width: 100%;
    aspect-ratio: 693 / 268;
    border-radius: 6px;
    overflow: hidden;
    background: #111827;
}

.video-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.08), rgba(0,0,0,0.2));
}

.btn-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-size: 70px;
    cursor: pointer;
    z-index: 2;
    transition: transform 0.2s;
}

.btn-video-play:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-title-label {
    position: absolute;
    bottom: 16px;
    left: 16px;
    color: #FFFFFF;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 4px 4px rgba(0,0,0,0.25);
    z-index: 2;
}

.video-player-el {
    width: 100%;
    height: 100%;
    outline: none;
}

.video-metadata-probe {
    display: none;
}

.apoiador-detail-review-card {
    background: #F9FAFB;
    border-radius: 8px;
    padding: 12px;
    border: none;
}

.review-author-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.review-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.review-avatar-initials {
    width: 32px;
    height: 32px;
    background: #E5E7EB;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

.review-author-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.review-author-name {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #111827;
}

.review-badge {
    display: inline-flex;
    align-items: center;
    height: 18px;
    padding: 0 8px;
    border-radius: 12px;
    background: #F3F4F6;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    line-height: 14px;
    color: #374151;
    width: fit-content;
}

.review-quote-text {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #111827;
    font-style: normal;
    margin: 0;
}


.transparency-progress-success {
    background: #15803D;
}

.transparency-divider {
    height: 1px;
    width: 100%;
    background: #E5E7EB;
    border: none;
    margin: 0;
}

.transparency-section-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.transparency-section-header .tab-section-paragraph {
    font-size: 12px;
    line-height: 18px;
}

.transparency-category-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.transparency-category-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.transparency-category-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #6B7280;
}

.transparency-category-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.transparency-category-dot-0 { background: #0EA5E9; }
.transparency-category-dot-1 { background: #F59E0B; }
.transparency-category-dot-2 { background: #DC2626; }
.transparency-category-dot-3 { background: #16A34A; }
.transparency-category-dot-4 { background: #8B5CF6; }
.transparency-category-dot-5 { background: #EC4899; }

.transparency-category-value {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #6B7280;
}

.transparency-documents-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.transparency-document-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
}

.transparency-document-info {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.transparency-document-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.transparency-document-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.transparency-document-name {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #111827;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.transparency-document-date {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #6B7280;
}

.transparency-document-download {
    width: 38px;
    height: 38px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.updates-feed-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.updates-feed-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.feed-update-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feed-update-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.feed-update-header-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.feed-update-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.feed-update-avatar-initials {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F3F4F6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #374151;
}

.feed-update-author-texts {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.feed-update-author-name {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}

.feed-update-author-meta {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #6B7280;
}

.feed-update-more-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #9CA3AF;
    padding: 4px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.feed-update-more-btn:hover {
    background: #F3F4F6;
    color: #374151;
}

.feed-update-image-wrapper {
    width: 100%;
    height: 334px;
    border-radius: 12px;
    overflow: hidden;
    background: lightgray;
}

.feed-update-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.feed-update-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feed-update-title {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.feed-update-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #4B5563;
    margin: 0;
}

.feed-update-footer {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-top: 16px;
    border-top: 1px solid #E5E7EB;
}

.feed-update-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #6B7280;
    font-weight: 400;
    padding: 0;
    transition: color 0.2s;
}

.feed-update-action-btn:hover {
    color: #111827;
}

.feed-update-action-btn img {
    width: 16px;
    height: 16px;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.feed-update-action-btn:hover img {
    opacity: 1;
}

.apoiador-detail-right-col {
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 283px;
    flex-shrink: 0;
    box-sizing: border-box;
}

.sidebar-arrecadado-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 16px 18px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-sizing: border-box;
}

.arrecadado-summary-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.arrecadado-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.arrecadado-title {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #6B7280;
    font-weight: 400;
}

.arrecadado-values {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.arrecadado-current {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #111827;
}

.arrecadado-target {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #6B7280;
}

.sidebar-progress-bar-bg {
    width: 100%;
    height: 9px;
    background: #F3F4F6;
    border-radius: 8px;
    overflow: hidden;
    margin: 0;
}

.sidebar-progress-bar-fill {
    height: 100%;
    background: #0EA5E9;
    border-radius: 8px;
}

.sidebar-progress-bar-fill.pct-0 { width: 0%; }
.sidebar-progress-bar-fill.pct-5 { width: 5%; }
.sidebar-progress-bar-fill.pct-10 { width: 10%; }
.sidebar-progress-bar-fill.pct-15 { width: 15%; }
.sidebar-progress-bar-fill.pct-20 { width: 20%; }
.sidebar-progress-bar-fill.pct-25 { width: 25%; }
.sidebar-progress-bar-fill.pct-30 { width: 30%; }
.sidebar-progress-bar-fill.pct-35 { width: 35%; }
.sidebar-progress-bar-fill.pct-40 { width: 40%; }
.sidebar-progress-bar-fill.pct-45 { width: 45%; }
.sidebar-progress-bar-fill.pct-50 { width: 50%; }
.sidebar-progress-bar-fill.pct-55 { width: 55%; }
.sidebar-progress-bar-fill.pct-60 { width: 60%; }
.sidebar-progress-bar-fill.pct-65 { width: 65%; }
.sidebar-progress-bar-fill.pct-70 { width: 70%; }
.sidebar-progress-bar-fill.pct-75 { width: 75%; }
.sidebar-progress-bar-fill.pct-80 { width: 80%; }
.sidebar-progress-bar-fill.pct-85 { width: 85%; }
.sidebar-progress-bar-fill.pct-90 { width: 90%; }
.sidebar-progress-bar-fill.pct-95 { width: 95%; }
.sidebar-progress-bar-fill.pct-100 { width: 100%; }

.apoiadores-recentes-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.apoiadores-avatars {
    display: flex;
    align-items: center;
}

.avatar-sm {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    object-fit: cover;
}

.avatar-overlap {
    margin-left: -8px;
}

.avatar-more {
    background: #F3F4F6;
    color: #374151;
    font-family: 'Work Sans', sans-serif;
    font-size: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apoiadores-text {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #6B7280;
}

.btn-apoiar-agora {
    width: 100%;
    height: 34px;
    background: #0EA5E9;
    color: #FFFFFF;
    border: 1px solid #F0F9FF;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 0;
}

.btn-apoiar-agora:hover {
    background: #0284C7;
}

.sidebar-divider-line {
    border: none;
    border-top: 1px solid #E5E7EB;
    width: 100%;
    margin: 0;
}

.transparency-dashboard-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.transparency-dashboard-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.transparency-section-header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.transparency-section-title {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.transparency-section-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #6B7280;
    margin: 0;
}

.transparency-meta-badge {
    display: inline-flex;
    align-items: center;
    height: 18px;
    padding: 2px 12px;
    border-radius: 1000px;
    background: #F0FDF4;
    color: #15803D;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.transparency-meta-values {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.transparency-meta-current {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #111827;
}

.transparency-meta-target {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #6B7280;
}

.transparency-progress-bar-bg {
    width: 100%;
    height: 9px;
    background: #F3F4F6;
    border-radius: 8px;
    overflow: hidden;
}

.transparency-progress-bar-fill {
    height: 100%;
    background: #15803D;
    border-radius: 8px;
}

.transparency-progress-bar-fill.pct-0 { width: 0%; }
.transparency-progress-bar-fill.pct-5 { width: 5%; }
.transparency-progress-bar-fill.pct-10 { width: 10%; }
.transparency-progress-bar-fill.pct-15 { width: 15%; }
.transparency-progress-bar-fill.pct-20 { width: 20%; }
.transparency-progress-bar-fill.pct-25 { width: 25%; }
.transparency-progress-bar-fill.pct-30 { width: 30%; }
.transparency-progress-bar-fill.pct-35 { width: 35%; }
.transparency-progress-bar-fill.pct-40 { width: 40%; }
.transparency-progress-bar-fill.pct-45 { width: 45%; }
.transparency-progress-bar-fill.pct-50 { width: 50%; }
.transparency-progress-bar-fill.pct-55 { width: 55%; }
.transparency-progress-bar-fill.pct-60 { width: 60%; }
.transparency-progress-bar-fill.pct-65 { width: 65%; }
.transparency-progress-bar-fill.pct-70 { width: 70%; }
.transparency-progress-bar-fill.pct-75 { width: 75%; }
.transparency-progress-bar-fill.pct-80 { width: 80%; }
.transparency-progress-bar-fill.pct-85 { width: 85%; }
.transparency-progress-bar-fill.pct-90 { width: 90%; }
.transparency-progress-bar-fill.pct-95 { width: 95%; }
.transparency-progress-bar-fill.pct-100 { width: 100%; }

.transparency-meta-status-text {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #15803D;
    font-weight: 500;
}

.transparency-meta-status-text img {
    width: 16px;
    height: 16px;
}

.transparency-dashboard-divider {
    border: none;
    border-top: 1px solid #E5E7EB;
    width: 100%;
    margin: 0;
}

.transparency-warning-banner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #EF4444;
}

.transparency-warning-banner img {
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.transparency-chart-row {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    width: 100%;
    height: 140px;
    margin-top: 12px;
    margin-bottom: 24px;
}

.transparency-chart-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex: 1 0 0;
    height: 100%;
    gap: 8px;
}

.transparency-chart-bar-bg {
    width: 100%;
    height: 97px;
    background: #F3F4F6;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    position: relative;
    box-sizing: border-box;
}

.transparency-chart-bar-fill {
    width: 100%;
    border-radius: 0 0 8px 8px;
}

.transparency-chart-bar-fill.bar-success { background: #16A34A; }
.transparency-chart-bar-fill.bar-warning { background: #FFB900; }
.transparency-chart-bar-fill.bar-danger  { background: #DC2626; }

.transparency-chart-bar-fill.pct-0 { height: 0%; }
.transparency-chart-bar-fill.pct-5 { height: 5%; }
.transparency-chart-bar-fill.pct-10 { height: 10%; }
.transparency-chart-bar-fill.pct-15 { height: 15%; }
.transparency-chart-bar-fill.pct-20 { height: 20%; }
.transparency-chart-bar-fill.pct-25 { height: 25%; }
.transparency-chart-bar-fill.pct-30 { height: 30%; }
.transparency-chart-bar-fill.pct-35 { height: 35%; }
.transparency-chart-bar-fill.pct-40 { height: 40%; }
.transparency-chart-bar-fill.pct-45 { height: 45%; }
.transparency-chart-bar-fill.pct-50 { height: 50%; }
.transparency-chart-bar-fill.pct-55 { height: 55%; }
.transparency-chart-bar-fill.pct-60 { height: 60%; }
.transparency-chart-bar-fill.pct-65 { height: 65%; }
.transparency-chart-bar-fill.pct-70 { height: 70%; }
.transparency-chart-bar-fill.pct-75 { height: 75%; }
.transparency-chart-bar-fill.pct-80 { height: 80%; }
.transparency-chart-bar-fill.pct-85 { height: 85%; }
.transparency-chart-bar-fill.pct-90 { height: 90%; }
.transparency-chart-bar-fill.pct-95 { height: 95%; }
.transparency-chart-bar-fill.pct-100 { height: 100%; }

.transparency-chart-threshold-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 36%;
    height: 1px;
    background: #DC2626;
    pointer-events: none;
}

.transparency-chart-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.transparency-chart-label .chart-month { color: #6B7280; font-weight: 400; }
.transparency-chart-label .chart-pct { font-weight: 600; }
.transparency-chart-label.text-success .chart-pct { color: #16A34A; }
.transparency-chart-label.text-warning .chart-pct { color: #FFB900; }
.transparency-chart-label.text-danger  .chart-pct { color: #DC2626; }

.transparency-financial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.financial-grid-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.financial-grid-label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #6B7280;
}

.financial-grid-value {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.transparency-destinations-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
}

.destination-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.destination-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.destination-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.destination-name {
    color: #4B5563;
}

.destination-right {
    display: flex;
    align-items: center;
    gap: 4px;
}

.destination-value {
    color: #6B7280;
}

.destination-pct {
    font-weight: 600;
    color: #111827;
}

.transparency-destinations-bar {
    display: flex;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 16px;
}

.dest-bar-segment {
    height: 100%;
}

.transparency-documents-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.accountability-doc-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
}

.doc-card-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.doc-icon {
    width: 24px;
    height: 24px;
    opacity: 0.8;
}

.doc-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.doc-name {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
}

.doc-date {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #6B7280;
}

.doc-download-btn {
    background: transparent;
    border: 1px solid #E5E7EB;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.doc-download-btn:hover {
    background: #F3F4F6;
}

.doc-download-btn img {
    width: 16px;
    height: 16px;
}

.sidebar-support-info-card {
    background: #F3F4F6;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
}

.support-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.support-info-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 24px;
    padding: 0 8px;
    border-radius: 12px;
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #374151;
}

.support-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #4B5563;
}

.sidebar-icon-svg {
    width: 12px;
    height: 12px;
}

.support-info-value {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2px;
    font-weight: 400;
    color: #6B7280;
}

@media (max-width: 900px) {
    .apoiador-detail-content-columns {
        flex-direction: column-reverse;
        padding: 24px;
    }

    .apoiador-detail-right-col {
        width: 100%;
    }

    .apoiador-detail-left-col {
        width: 100%;
    }

    .apoiador-detail-banner-card {
        margin: 24px 24px 12px 24px;
    }

    .apoiador-detail-banner-info {
        padding: 24px;
    }

    .apoiador-detail-gallery {
        flex-direction: column;
    }

    .gallery-featured {
        flex-basis: auto;
        width: 100%;
        height: 220px;
    }

    .gallery-thumbs {
        grid-template-columns: repeat(2, 1fr);
    }

    .logistics-grid {
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 640px) {
    .apoiador-detail-banner-image-container {
        height: 200px;
    }

    .apoiador-detail-project-title {
        font-size: 20px;
        line-height: 24px;
    }

    .apoiador-detail-tabs-bar {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
    }

    .apoiador-detail-tab-content {
        padding: 20px 16px;
        gap: 28px;
    }

    .gallery-featured {
        height: 180px;
    }

    .gallery-thumb-item img {
        height: 100px;
    }

    .feed-update-card {
        padding: 16px;
    }

    .feed-update-image-wrapper {
        height: 220px;
    }

    .apoiador-tab-btn {
        flex-shrink: 0;
    }

    .transparency-chart-row {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
    }

    .transparency-chart-col {
        min-width: 38px;
    }

    .transparency-section-header-flex {
        flex-wrap: wrap;
        gap: 8px;
    }

    .destination-row {
        flex-wrap: wrap;
        row-gap: 4px;
    }

    .accountability-doc-card {
        padding: 12px;
    }

    .doc-card-left {
        gap: 12px;
        min-width: 0;
    }

    .doc-info {
        min-width: 0;
    }

    .doc-name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    .transparency-dashboard-wrapper {
        gap: 24px;
    }

    .transparency-financial-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .financial-grid-item {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

    .transparency-chart-row {
        gap: 6px;
    }

    .transparency-chart-label {
        font-size: 10px;
    }
}
