.checagem-event-hero {
    position: relative;
    isolation: isolate;
    min-height: clamp(220px, 20vw, 300px);
    display: flex;
    align-items: center;
    width: 100%;
    overflow: visible;
    color: #fff;
    background: #f8f9fa;
}

.checagem-event-hero__backdrop {
    display: none;
}

.checagem-event-hero__image {
    position: absolute;
    inset: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.06) contrast(1.03);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 58%, rgba(0, 0, 0, .92) 68%, rgba(0, 0, 0, .52) 84%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 58%, rgba(0, 0, 0, .92) 68%, rgba(0, 0, 0, .52) 84%, transparent 100%);
}

.checagem-event-hero__shade {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(7, 13, 32, .94) 0%, rgba(7, 13, 32, .72) 42%, rgba(7, 13, 32, .30) 76%, rgba(7, 13, 32, .48) 100%),
        linear-gradient(180deg, rgba(7, 13, 32, .20) 0%, rgba(7, 13, 32, .05) 55%, rgba(7, 13, 32, .34) 100%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 56%, rgba(0, 0, 0, .78) 72%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 56%, rgba(0, 0, 0, .78) 72%, transparent 100%);
}

.checagem-event-hero__fade {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    inset-inline: 0;
    bottom: -64px;
    height: 230px;
    background: linear-gradient(to bottom, transparent 0%, rgba(248, 249, 250, .12) 24%, rgba(248, 249, 250, .58) 56%, rgba(248, 249, 250, .94) 80%, #f8f9fa 100%);
}

.checagem-event-hero__content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 36px 24px 58px;
    position: relative;
    z-index: 1;
}

.checagem-event-hero__title {
    max-width: 900px;
    font-family: 'Saira Condensed', 'Inter', sans-serif;
    font-style: italic;
    font-weight: 800;
    letter-spacing: .005em;
    line-height: .98;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .45);
}

.checagem-event-hero .font-brand {
    font-family: 'Saira Condensed', 'Inter', sans-serif;
    font-style: italic;
    font-weight: 800;
    letter-spacing: .005em;
}

.checagem-section-title {
    font-family: 'Saira Condensed', 'Inter', sans-serif;
    font-style: italic;
    font-weight: 800;
    letter-spacing: .005em;
    line-height: .98;
}

.checagem-filter-card {
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 22px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 22px 70px rgba(15, 5, 52, .24);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.checagem-public-main {
    position: relative;
    z-index: 20;
    width: calc(100% - 32px);
    max-width: 1280px;
    margin: -48px auto 0;
    padding-bottom: 64px;
}

.checagem-controls-card {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    padding: 22px;
    margin-bottom: 28px;
}

.checagem-view-tabs {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    box-sizing: border-box;
    max-width: 100%;
    padding: 5px;
    border: 1px solid #e8eaf0;
    border-radius: 13px;
    background: #f4f5f9;
}

.checagem-view-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    min-height: 40px;
    padding: 9px 16px;
    border-radius: 9px;
    color: #667085;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .045em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

.checagem-view-tab .material-icons { font-size: 18px; }
.checagem-view-tab:hover { color: #3000f0; }

.checagem-view-tab.is-active {
    color: #fff;
    background: linear-gradient(135deg, #3000f0, #5529ff);
    box-shadow: 0 7px 20px rgba(48, 0, 240, .22);
}

.checagem-search-panel {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #eceef4;
}

.checagem-control-label {
    display: block;
    margin-bottom: 6px;
    color: #667085;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.checagem-control-input,
.checagem-control-select {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    border: 1px solid #e1e5ec;
    border-radius: 9px;
    outline: none;
    color: #344054;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.checagem-control-input::placeholder { color: #98a2b3; }
.checagem-control-select { padding: 10px 13px; }

.checagem-control-input:focus,
.checagem-control-select:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .1);
}

.checagem-list-card {
    border: 1px solid #e7e9ef;
    border-radius: 20px;
    box-shadow: 0 12px 38px rgba(15, 23, 42, .08);
}

@media (max-width: 767px) {
    .checagem-filter-card { border-radius: 18px; }
    .checagem-public-main { width: calc(100% - 24px); margin-top: -38px; padding-bottom: 44px; }
    .checagem-controls-card { padding: 15px; margin-bottom: 20px; }
    .checagem-view-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; overflow: hidden; }
    .checagem-view-tab { gap: 4px; padding-inline: 5px; font-size: 9px; white-space: normal; text-align: center; }
    .checagem-view-tab .material-icons { font-size: 16px; }
    .checagem-search-panel { margin-top: 15px; padding-top: 15px; }
    .checagem-list-card { border-radius: 18px; }
}

@media (max-width: 767px) {
    .checagem-event-hero { min-height: 210px; }
    .checagem-event-hero__content { padding: 30px 18px 52px; text-align: center; }
    .checagem-event-hero__title { margin-inline: auto; }
    .checagem-event-hero__shade {
        background: linear-gradient(180deg, rgba(7, 13, 32, .62) 0%, rgba(7, 13, 32, .42) 48%, rgba(7, 13, 32, .30) 100%);
    }
}
