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

body.c388e691e8b > .cf6765e75cb {
    float: none !important;
    clear: both;
}

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

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

.cc37eff9416 {
    margin-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ce5680c39f1 {
    grid-template-columns: 1fr;
}

.c78da604cd8 {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    align-items: stretch;
}

.cd26e74b082 {
    aspect-ratio: auto;
    min-height: 100%;
}

.cc78ae9e5de .c2e88197413 {
    min-height: 0;
}

@media (max-width: 768px) {
    .c2169e3671a { padding: 1rem; }
    .ce5680c39f1 { grid-template-columns: 1fr; }
    .cc37eff9416 h1 { font-size: 1.5rem; }
    .c78da604cd8 { grid-template-columns: 1fr; }
}
