body.cb8394b808e {
    margin: 0;
    width: 100%;
    min-height: 100vh;
    display: block !important;
    float: none !important;
    overflow-x: hidden;
}

body.cb8394b808e > .ccb757a1e55 {
    float: none !important;
    clear: both;
}

body.cb8394b808e > .ccb757a1e55 {
    width: min(1200px, 100%);
    max-width: 1200px;
    margin: 2rem auto;
}

.ced3f4d2c4b {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem;
}

.c3b7dc0f8f2 {
    margin-bottom: 1.5rem;
}

.c3b7dc0f8f2 h1 {
    margin: 0 0 0.5rem 0;
    font-size: 1.9rem;
}

.c3b7dc0f8f2 p {
    margin: 0;
    color: var(--text-secondary, #6b7280);
}

.ce2ba5ee640 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}

.cd4c0aa6eb0 {
    background: var(--card-bg, #ffffff);
    border: 1px solid var(--border-color, rgba(17,24,39,0.08));
    border-radius: 10px;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease;
}

.cd4c0aa6eb0:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(15,23,42,.08);
}

.c576911ee1e {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 0;
}

.c28eea3a657 {
    aspect-ratio: 16 / 9;
    background: #f3f4f6;
}

.c28eea3a657 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.c3dcf90d627 {
    padding: 1rem 1rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.cd4c0aa6eb0 h2 {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.45;
}

.cd4c0aa6eb0 .c6c2eb12f4d {
    margin: 0;
    color: var(--text-secondary, #6b7280);
    font-size: .92rem;
    line-height: 1.65;
    min-height: 4.8em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.c614ffc647c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    font-size: .82rem;
    color: var(--text-secondary, #6b7280);
}

.c614ffc647c .c70b479da9d {
    background: color-mix(in srgb, var(--color-primary, #2563eb) 12%, white);
    color: var(--color-primary, #2563eb);
    border-radius: 999px;
    padding: .2rem .55rem;
}

.cc25cfeacc7 {
    grid-column: 1 / -1;
    text-align: center;
    color: var(--text-secondary, #6b7280);
    padding: 2.2rem;
}

@media (max-width: 768px) {
    .ced3f4d2c4b { padding: 1rem; }
    .ce2ba5ee640 { grid-template-columns: 1fr; }
    .c3b7dc0f8f2 h1 { font-size: 1.5rem; }
    .c576911ee1e { grid-template-columns: 1fr; }
}
