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

body.c0f217f4444 > .wfec04d73b1,
body.c0f217f4444 > .ced902f6487,
body.c0f217f4444 > .w57e56681cd,
body.c0f217f4444 > div {
    float: none !important;
    clear: both;
}

.ced902f6487 {
    width: min(1200px, 100%);
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 2rem;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
    gap: 2rem;
    align-items: start;
}

body.c0f217f4444 .ced902f6487 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
    gap: 2rem;
}

.ced902f6487 {
    grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
}

body.c0f217f4444 .ced902f6487 {
    grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
}

.ced902f6487 .c68053279cb {
    min-width: 0;
}

.ced902f6487 .cbe4ad73e10 {
    min-width: 0;
    align-self: start;
}

.c68053279cb {
    background: var(--card-bg, #ffffff);
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.cd36787875a h1 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: var(--text-color, #1f2937);
}

.c4d54b26d41 {
    display: flex;
    gap: 1rem;
    color: var(--text-secondary, #6b7280);
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-color, #e5e7eb);
}

.c4d54b26d41 .c30306366dd {
    background: var(--color-primary, #2563eb);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    font-size: 0.75rem;
}

.c592daf8229 {
    background: var(--bg-color, #f9fafb);
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 2rem;
    font-size: 1.05rem;
    color: var(--text-secondary, #6b7280);
}

.c88aeebe4f7 {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-color, #1f2937);
}

.c88aeebe4f7 h2 {
    font-size: 1.35rem;
    margin: 2rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--color-primary, #2563eb);
}

.c88aeebe4f7 h3 {
    font-size: 1.15rem;
    margin: 1.5rem 0 0.75rem;
}

.c88aeebe4f7 p {
    margin-bottom: 1rem;
}

.cc1b72f514c {
    color: var(--color-primary, #2563eb);
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 500;
}

.cc1b72f514c:hover {
    opacity: 0.88;
}

.c51c0d14696 {
    margin-top: 1.25rem;
    padding-top: 0.75rem;
    border-top: 1px dashed var(--border-color, #e5e7eb);
    color: var(--text-secondary, #6b7280);
}

.c06edb4b9f3 {
    margin: 1.5rem 0 2rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.c06edb4b9f3 img {
    width: 100%;
    height: auto;
    display: block;
}

.c9b4ef8f3f5 {
    margin: 1.5rem 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.c9b4ef8f3f5 img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.c9b4ef8f3f5:hover img {
    transform: scale(1.02);
}

.c9b4ef8f3f5 figcaption {
    padding: 0.75rem 1rem;
    background: var(--bg-color, #f9fafb);
    font-size: 0.875rem;
    color: var(--text-secondary, #6b7280);
    text-align: center;
}

.cc4d48dee76 {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border-color, #e5e7eb);
}

.c6fd9f64893 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.c6fd9f64893 .c65bfb92e62 {
    background: var(--bg-color, #f9fafb);
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    font-size: 0.875rem;
    color: var(--text-secondary, #6b7280);
}

.c0d10f30443 {
    text-align: center;
}

.cf9c461c2e0 {
    display: inline-block;
    background: var(--color-primary, #2563eb);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.2s;
}

.cf9c461c2e0:hover {
    opacity: 0.9;
}

.cbe4ad73e10 {
    position: sticky;
    top: 5rem;
    height: fit-content;
}

.c4e36395506 {
    background: var(--card-bg, #ffffff);
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.c4e36395506 h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-color, #e5e7eb);
}

.c31e41e717a {
    list-style: none;
    padding: 0;
    margin: 0;
}

.c31e41e717a li {
    margin-bottom: 0.75rem;
}

.c31e41e717a a {
    color: var(--text-color, #1f2937);
    text-decoration: none;
    font-size: 0.875rem;
}

.c31e41e717a a:hover {
    color: var(--color-primary, #2563eb);
}

.c705910a0f9 {
    display: block;
    background: var(--color-primary, #2563eb);
    color: white;
    text-align: center;
    padding: 0.75rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
}

.c705910a0f9:hover {
    opacity: 0.9;
}

body.c0f217f4444 > .w57e56681cd {
    position: static !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    clear: both;
    float: none !important;
    display: block !important;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    align-self: stretch !important;
}

body.c0f217f4444 > .w57e56681cd {
    margin-top: 2rem;
    padding: 1.75rem 0 1.1rem;
    background: var(--card-bg, #ffffff);
    border-top: 1px solid var(--border-color, #e5e7eb);
    color: var(--text-color, #1f2937);
}

body.c0f217f4444 > .w57e56681cd > * {
    width: min(1200px, calc(100% - 2rem));
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

body.c0f217f4444 > .w57e56681cd > div:first-child {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem 1.25rem;
}

body.c0f217f4444 > .w57e56681cd > div:last-child {
    margin-top: 0.95rem;
    padding-top: 0.85rem;
    border-top: 1px solid var(--border-color, #e5e7eb);
    font-size: 0.88rem;
}

body.c0f217f4444 > .w57e56681cd h2,
body.c0f217f4444 > .w57e56681cd h3,
body.c0f217f4444 > .w57e56681cd h4 {
    margin: 0 0 0.65rem 0;
    font-size: 1rem;
    line-height: 1.4;
}

body.c0f217f4444 > .w57e56681cd p {
    margin: 0.38rem 0;
    line-height: 1.7;
}

body.c0f217f4444 > .w57e56681cd a {
    color: inherit;
    text-decoration: none;
}

body.c0f217f4444 > .w57e56681cd a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 768px) {
    body.c0f217f4444 .ced902f6487 {
        grid-template-columns: 1fr;
        padding: 0 1rem;
    }

    .cbe4ad73e10 {
        position: static;
    }

    .c68053279cb {
        padding: 1.5rem;
    }

    .cd36787875a h1 {
        font-size: 1.35rem;
    }
}
