﻿body {
    -webkit-font-smoothing: antialiased;
    font-family: var(--font-sans);
    min-height: 100vh;
    text-rendering: optimizespeed;
    background-color: #fff;
    color: #000;
    font-family: var(--font-sans);
    font-size: 1.6rem;
    line-height: 1.6;
}
main {
    display: block;
    unicode-bidi: isolate;
}
header {
    display: block;
    unicode-bidi: isolate;
}
.gh-site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.gh-head {
    background-color: #fff;
    height: 100px;
}
.gh-outer {
    padding-left: var(--gap);
    padding-right: var(--gap);
}
.is-head-left-logo .gh-head-inner {
    grid-template-columns: auto 1fr auto;
}
.gh-main {
    flex-grow: 1;
    padding-bottom: 8rem;
    padding-top: 8rem;
}
.gh-inner {
    margin: 0 auto;
    max-width: var(--container-width, 1200px);
}
.gh-head-inner {
    align-items: center;
    -moz-column-gap: var(--head-nav-gap);
    column-gap: var(--head-nav-gap);
    display: grid;
    grid-auto-flow: row dense;
    grid-template-columns: 1fr auto auto;
    height: 100%;
}
.gh-latest {
    margin-bottom: 12rem;
    margin-top: 4rem;
}
.gh-card {
    word-break: break-word;
}
.gh-article-meta {
    color: #999;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.gh-card-date {
    color: var(--ghost-accent-color);
}
.gh-article-title {
    font-size: 7.4rem;
    font-weight: 600;
    line-height: 1;
}
.gh-article-excerpt {
    color: black;
    font-size: 2.8rem;
    line-height: 1.35;
    margin-top: 1.6rem;
    max-width: 920px;
}
.gh-card-meta {
    align-items: center;
    color: var(--color-secondary-text);
    display: inline-flex;
    font-size: 1.2rem;
    font-weight: 500;
    gap: 6px;
    line-height: 1;
    margin-top: 2rem;
    text-transform: uppercase;
}
.gh-wrapper {
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
    display: grid;
    grid-template-columns: 4fr 2fr;
}
.gh-foot {
    color: var(--color-secondary-text);
    padding-bottom: 8rem;
    padding-top: 8rem;
    white-space: nowrap;
}
.no-menu .gh-foot-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.gh-powered-by {
    text-align: right;
}
.gh-site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.gh-head-brand {
    line-height: 1;
}
.gh-head-brand-wrapper {
    align-items: center;
    display: flex;
}
.gh-head-logo {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -.02em;
    position: relative;
    white-space: nowrap;
}
.gh-head-logo img {
    max-height: 60px;
}
img {
    height: auto;
    display: block;
    max-width: 100%;
}
.gh-head-brand .gh-search {
    display: none;
}
.gh-icon-btn svg {
    height: 20px;
    width: 20px;
}
.gh-icon-btn {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: var(--darker-gray-color);
    cursor: pointer;
    height: 30px;
    justify-content: center;
    outline: none;
    padding: 0;
    width: 30px;
}
.gh-search {
    margin-left: -6px;
}

button, input, select, textarea {
    font: inherit;
}
.gh-head-brand .gh-search {
    margin-right: 8px;
}
.gh-burger {
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: none;
    height: 30px;
    margin-right: -3px;
    padding: 0;
    position: relative;
    width: 30px;
}
.is-head-left-logo .gh-head-menu {
    margin-left: 16px;
    margin-right: 64px;
}
.gh-head-actions {
    align-items: center;
    display: flex;
    gap: var(--head-nav-gap);
    justify-content: flex-end;
}
.gh-head-actions, .gh-head-menu {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: .01em;
    text-transform: uppercase;
}
.gh-head .nav, .gh-head-menu {
    align-items: center;
    gap: var(--head-nav-gap);
}
.gh-head .nav {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.gh-card-link:link {
    text-decoration: none;
}

.gh-card-link:visited {
    text-decoration: none;
}

.gh-card-link:hover {
    text-decoration: none;
    color: black;
}

.gh-card-link:active {
    text-decoration: none;
}
a {
    color: black;
    text-decoration: none;
}
a:link {
    text-decoration: none;
    color: black;
}
a:visited {
    text-decoration: none;
    color: black;
}
a:hover {
    text-decoration: none;
    color: black;
}
a:active {
    text-decoration: none;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}
*, :after, :before {
    box-sizing: border-box;
}
.gh-card {
    word-break: break-word;
}
.gh-latest {
    margin-bottom: 12rem;
    margin-top: 4rem;
}
.gh-card-link {
    color: #000;
    display: block;
}
.gh-card-link:hover{
    color: black;
}
.gh-article-title {
    font-size: 7.4rem;
    font-weight: 600;
    line-height: 1;
}
.gh-card-title {
    word-break: break-word;
}
.gh-article-excerpt {
    color: #000;
    font-size: 2.8rem;
    line-height: 1.35;
    margin-top: 1.6rem;
    max-width: 920px;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.gh-latest .gh-card-meta {
    margin-top: 2.4rem;
}
article {
    display: block;
    unicode-bidi: isolate;
}
:root {
    --font-sans: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    --font-serif: Lora, Times, serif;
    --color-primary-text: #000(--color-black);
    --color-darker-gray: #000(--color-black);
    --head-nav-gap: 3.2rem;
    --color-secondary-text: #999;
    --color-white: #fff;
    --color-lighter-gray: #f6f6f6;
    --color-light-gray: #e6e6e6;
    --color-mid-gray: #ccc;
    --color-dark-gray: #444;
    --color-black: #000;
    --font-mono: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
    --h1-size: 4.6rem;
    --gap: 3.6rem;
    --header-spacing: 80px;
    --ghost-accent-color: #1775a0;
}
.gh-section {
    max-width: 720px;
}
.gh-section-title {
    align-items: center;
    display: flex;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: .01em;
    margin-bottom: 2.4rem;
    text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    letter-spacing: -.02em;
}
blockquote, body, dd, dl, figure, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}
h2 {
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.gh-section-title:after {
    background-color: #e6e6e6;
    content: "";
    flex-grow: 1;
    height: 1px;
    margin-left: 1.6rem;
}
.gh-article-excerpt {
    color: #000;
    font-size: 2.8rem;
    line-height: 1.35;
    margin-top: 1.6rem;
    max-width: 920px;
}
.gh-card-excerpt {
    font-size: 1.8rem;
    letter-spacing: -.01em;
    line-height: 1.5;
    margin-top: 1.2rem;
    word-break: break-word;
}
.gh-card-excerpt:hover{
    color: black;
}
.gh-card:hover {
    color: black;
}
.gh-card-meta {
    align-items: center;
    color: var(--color-secondary-text);
    display: inline-flex;
    font-size: 1.2rem;
    font-weight: 500;
    gap: 6px;
    line-height: 1;
    margin-top: 2rem;
    text-transform: uppercase;
}
.gh-card-meta > * {
    align-items: center;
    display: flex;
    gap: 6px;
}
 .gh-card-meta > * + :not(script):before {
    background-color: var(--color-secondary-text);
    border-radius: 50%;
    content: "";
    height: 2px;
    width: 2px;
 }
.gh-card + .gh-card {
    margin-top: 8rem;
}
.gh-loadmore {
    background-color: transparent;
    border: 1px solid #e6e6e6;
    color: #000;
    font-weight: 600;
    letter-spacing: -.02em;
    margin-top: 8rem;
    padding-bottom: 1.4rem;
    padding-top: 1.4rem;
    width: 100%;
}
.gh-sidebar {
    font-size: 1.4rem;
    height: max-content;
    padding-left: 4rem;
    position: sticky;
    top: 4.8rem;
}
aside {
    display: block;
    unicode-bidi: isolate;
}
section {
    display: block;
    unicode-bidi: isolate;
}
.gh-section-title {
    align-items: center;
    display: flex;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: .01em;
    margin-bottom: 2.4rem;
    text-transform: uppercase;
}
.gh-section-title:after {
    background-color: var(--color-light-gray);
    content: "";
    flex-grow: 1;
    height: 1px;
    margin-left: 1.6rem;
}
.gh-about {
    display: flex;
}
.gh-about-icon {
    height: 64px;
    margin-right: 2rem;
    width: 64px;
}
.gh-about-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gh-about-description {
    line-height: 1.55;
    margin-top: .4rem;
}
.gh-sidebar .gh-section + .gh-section {
    margin-top: 8rem;
}
h3 {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
html {
    font-size: 62.5%;
}
.gh-topic-name {
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0;
}
.gh-topic-item {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.gh-topic-count {
    border: 1px solid #e6e6e6;
    border-radius: 32px;
    font-size: 1.3rem;
    line-height: 1;
    padding: .4rem .8rem;
}