body {
    font-family: 'DM Sans', -apple-system, sans-serif;
    color: #1a1a2e;
    line-height: 1.6;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}
.gh-viewport { min-height: 100vh; }
.gh-head {
    background: rgba(20, 28, 58, 0.95);
    padding: 0 clamp(20px, 5vw, 48px);
    height: 60px;
    display: flex;
    align-items: center;
}
.gh-head-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.gh-head-logo {
    font-family: 'Source Serif 4', serif;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
.gh-head-menu { display: flex; gap: 24px; }
.gh-head-menu a {
    color: rgba(255,255,255,0.4);
    text-decoration: none;
    font-size: 14px;
}
.gh-head-menu a:hover { color: rgba(255,255,255,0.85); }
.gh-article {
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 20px;
}
.gh-article-title {
    font-family: 'Source Serif 4', serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 16px;
}
.gh-article-meta {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 32px;
}
.gh-content { font-size: 17px; line-height: 1.8; color: #374151; }
.gh-content h2 { font-family: 'Source Serif 4', serif; font-size: 28px; margin: 48px 0 16px; }
.gh-content h3 { font-family: 'Source Serif 4', serif; font-size: 22px; margin: 36px 0 12px; }
.gh-content p { margin-bottom: 24px; }
.gh-content img { max-width: 100%; border-radius: 8px; }
.gh-content a { color: #c9a961; }
.gh-article-image { margin-bottom: 32px; }
.gh-article-image img { width: 100%; border-radius: 8px; }
.gh-foot { background: #0d1429; padding: 36px 20px; text-align: center; }
.gh-copyright { font-size: 13px; color: rgba(255,255,255,0.25); }
.gh-container { max-width: 720px; margin: 0 auto; padding: 60px 20px; }
.gh-header { margin-bottom: 48px; }
.gh-header h1 { font-family: 'Source Serif 4', serif; font-size: 36px; }
.gh-card { margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid #e5e7eb; }
.gh-card-link { text-decoration: none; color: inherit; }
.gh-card-title { font-family: 'Source Serif 4', serif; font-size: 24px; margin-bottom: 8px; }
.gh-card-excerpt { color: #6b7280; font-size: 16px; }
.gh-card-meta { font-size: 13px; color: #6b7280; margin-top: 8px; }

/* Ghost Koenig editor required classes */
.kg-width-wide {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}
.kg-width-full {
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.kg-width-wide img,
.kg-width-full img {
    width: 100%;
}
