.se-container-129ae411 {
    width: 100%;
    margin: 0 auto;
    font-family: inherit;
}

.se-header-129ae411 {
    text-align: center;
    margin-bottom: 3rem;
}

.se-title-129ae411 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #111827;
}

.se-subtitle-129ae411 {
    font-size: 1.125rem;
    max-width: 600px;
    margin: 0 auto;
    color: #4b5563;
    line-height: 1.6;
}

.se-grid-129ae411 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.se-card-129ae411 {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.se-card-129ae411:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

.se-card-header-row-129ae411 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.se-card-icon-129ae411 {
    font-size: 2rem;
    color: #2563eb;
    display: flex;
    align-items: center;
}

.se-card-icon-129ae411 svg {
    width: 32px;
    height: 32px;
    fill: #2563eb;
}

.se-card-metric-129ae411 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #2563eb;
}

.se-card-title-129ae411 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #1f2937;
}

.se-card-desc-129ae411 {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.5;
}
