/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-d8haxom7jv] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-d8haxom7jv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
.page-header[b-hbo1mza5r0] {
    padding: 20px 24px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(8, 160, 134, 0.10), rgba(10, 198, 166, 0.03));
    border: 1px solid rgba(8, 160, 134, 0.18);
}

.page-title[b-hbo1mza5r0] {
    color: #212B2E;
    font-weight: 700;
}

.page-subtitle[b-hbo1mza5r0] {
    color: #575B5D;
    font-weight: 500;
    margin-top: 2px;
}

.filter-card[b-hbo1mza5r0],
.result-card[b-hbo1mza5r0] {
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
}

.result-card[b-hbo1mza5r0] {
    border-left: 4px solid transparent;
    transition: box-shadow 0.2s ease, border-left-color 0.2s ease, transform 0.2s ease;
    animation: fadeInUp-b-hbo1mza5r0 0.35s ease both;
}

.result-card:hover[b-hbo1mza5r0] {
    border-left-color: #08A086;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

@keyframes fadeInUp-b-hbo1mza5r0 {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.result-row[b-hbo1mza5r0] {
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-left: 4px solid transparent;
    border-radius: 10px;
    padding: 12px 16px;
    transition: box-shadow 0.2s ease, border-left-color 0.2s ease;
    animation: fadeInUp-b-hbo1mza5r0 0.35s ease both;
}

.result-row:hover[b-hbo1mza5r0] {
    border-left-color: #08A086;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.row-main[b-hbo1mza5r0] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.row-info[b-hbo1mza5r0] {
    flex: 1;
    min-width: 0;
}

.row-title-line[b-hbo1mza5r0] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

.row-detail-line[b-hbo1mza5r0] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    color: #575B5D;
    font-size: 0.8125rem;
}

.row-sep[b-hbo1mza5r0] {
    color: #D9D9D9;
}

.filter-title[b-hbo1mza5r0] {
    color: #08A086;
    font-weight: 700;
}

.filter-subtitle[b-hbo1mza5r0] {
    color: #8C8D8E;
}

.field-label[b-hbo1mza5r0] {
    color: #212B2E;
    font-weight: 700;
    font-size: 0.875rem;
    margin-bottom: 4px;
}

.field-input[b-hbo1mza5r0]  .mud-input-outlined-border {
    border-color: #D9D9D9;
    border-radius: 10px;
}

.field-input[b-hbo1mza5r0]  .mud-input-outlined:hover .mud-input-outlined-border {
    border-color: #0AC6A6;
}

.field-input[b-hbo1mza5r0]  .mud-input-outlined.mud-focused .mud-input-outlined-border {
    border-color: #08A086;
    border-width: 2px;
}

.search-button[b-hbo1mza5r0] {
    text-transform: none;
    font-weight: 700;
    border-radius: 8px;
}

.clear-button[b-hbo1mza5r0] {
    text-transform: none;
    font-weight: 600;
    color: #575B5D;
}

.icon-badge[b-hbo1mza5r0] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(8, 160, 134, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-badge-sm[b-hbo1mza5r0] {
    width: 36px;
    height: 36px;
}

.card-title[b-hbo1mza5r0] {
    color: #212B2E;
    font-weight: 700;
}

.detail-row[b-hbo1mza5r0] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.detail-row:last-child[b-hbo1mza5r0] {
    margin-bottom: 0;
}

.detail-icon[b-hbo1mza5r0] {
    flex-shrink: 0;
}

.detail-label[b-hbo1mza5r0] {
    color: #212B2E;
    font-weight: 700;
    min-width: 170px;
}

.detail-value[b-hbo1mza5r0] {
    color: #575B5D;
}

.chip-credenciado[b-hbo1mza5r0],
.chip-exercicio[b-hbo1mza5r0] {
    font-weight: 600;
}
