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

body.ce06be4df37 > .ca26ac8a1fe {
    float: none !important;
    clear: both;
}

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

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

.c3ea6205a9e {
    margin-bottom: 1.5rem;
}

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

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

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

.cb1d6d14ad5 {
    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;
}

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

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

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

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

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

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

.cb1d6d14ad5 .c66e51501e6 {
    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;
}

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

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

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

@media (max-width: 768px) {
    .c1673a5e456 { padding: 1rem; }
    .c6107f06124 { grid-template-columns: 1fr; }
    .c3ea6205a9e h1 { font-size: 1.5rem; }
    .cefa4330eec { grid-template-columns: 1fr; }
}
