:root {
    --color-base: #15171a;
    --color-blue: #3eb0ef;
    --color-yellow: #ffd400;
    --color-lime: #d1ff19;
    --color-green: #5dcf1f;
    --color-teal: #009c7e;
    --color-darkgrey: #343f44;
    --color-midgrey: #738a94;
    --color-lightgrey: #c5d2d9;
    --color-whitegrey: #e5eff5;
    --color-wash: #f1f2f3;
    --color-red: #f05230;
    --color-pink: #ff247d;
    --color-purple: #ad26b4;
    --color-success: #80b912;
    --color-error: #f05230;
    --font-sans-serif: "Inter", sans-serif;
    --font-serif: "STIX Two Text", serif;
    --font-mono: Menlo, Courier, monospace;
    --font-light: 100;
    --font-normal: 400;
    --font-bold: 700;
    --font-heavy: 800;
    --xlarge: 1680px;
    --large: 1280px;
    --medium: 980px;
    --small: 740px;
    --xsmall: 480px;
    --height: 4rem;
    --margin: 2rem;
    --radius: 0.5rem;
}
@supports (font-variation-settings: normal) {
    :root {
        --font-sans-serif: "Inter var", sans-serif;
    }
}
@media (max-width: 550px) {
    h1 {
        font-size: 2.7rem;
    }
}
@media (max-width: 550px) {
    h2 {
        font-size: 2.2rem;
    }
}
@media (max-width: 550px) {
    h3 {
        font-size: 1.8rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
.gh-input,
.gh-textarea {
    background: var(--color-bg);
    border: none;
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 0.6em;
    text-decoration: none;
    width: 100%;
}
.gh-input:focus {
    border-color: var(--color-primary);
}
.gh-select {
    height: var(--height);
    padding-right: var(--height);
    text-overflow: ellipsis;
}
.gh-select option {
    background: var(--color-bg);
    color: var(--color-primary);
}
.gh-select:focus::-ms-value {
    background-color: transparent;
}
.gh-select::-ms-expand {
    display: none;
}
.gh-input,
.gh-select {
    height: var(--height);
}
.gh-textarea {
    padding: 0.3em 0.6em;
    resize: vertical;
}
.gh-check {
    display: block;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1;
}
.gh-check + label {
    align-items: center;
    color: var(--color-base);
    cursor: pointer;
    display: flex;
    font-size: 1em;
    font-weight: var(--font-normal);
    padding-left: calc(var(--height) * 0.6 + 0.75em);
    padding-right: 2rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.gh-check + label:before {
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    content: "";
    display: inline-block;
    height: calc(var(--height) * 0.6);
    line-height: calc(var(--height) * 0.56);
    margin-right: 1rem;
    text-align: center;
    width: calc(var(--height) * 0.6);
}
.gh-check:checked + label:before {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-bg);
    content: "✓";
}
.gh-check:focus + label:before {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 1px var(--color-primary);
}
.gh-check + label:before {
    border-radius: var(--radius);
    border-radius: 100%;
}
.gh-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: var(--radius);
    cursor: pointer;
    display: inline-block;
    font-family: var(--font-sans-serif);
    font-size: 1.4rem;
    font-weight: var(--font-normal);
    height: var(--height);
    line-height: var(--height);
    min-width: 75px;
    padding: 0 2rem;
    text-align: center;
    text-decoration: none;
    transition: 0.4s ease;
    white-space: nowrap;
}
.gh-button.gh-button-fit {
    width: 100%;
}
.gh-button.gh-button-small {
    font-size: 1.2rem;
    height: calc(var(--height) * 0.9);
    line-height: calc(var(--height) * 0.9);
    padding: 0 1.5rem;
}
.gh-button.gh-button-large {
    font-size: 1.7rem;
    height: calc(var(--height) * 1.2);
    line-height: calc(var(--height) * 1.2);
    padding: 0 2.5rem;
}
.gh-button.gh-button-disabled,
.gh-button:disabled {
    opacity: 0.4;
    pointer-events: none;
}
.gh-button {
    background-color: transparent;
}
.gh-button,
.gh-button:hover {
    box-shadow: inset 0 0 0 2px var(--color-primary);
    color: var(--color-primary) !important;
}
.gh-button:hover {
    text-decoration: none;
    transition: 0.2s ease;
}
.gh-button.gh-button-primary {
    box-shadow: none;
    color: #fff !important;
}
.gh-button.gh-button-primary,
.gh-button.gh-button-primary:hover {
    background-color: var(--color-primary);
}
.gh-viewport > header {
    line-height: 1.5;
}
.gh-viewport > header a {
    transition: none;
}
.gh-viewport > header button {
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
.gh-canvas {
    display: grid;
    grid-template-columns:
        [full-start] minmax(4vw, auto) [wide-start] minmax(auto, 290px)
        [main-start] min(720px, calc(100% - 8vw)) [main-end] minmax(auto, 290px)
        [wide-end] minmax(4vw, auto) [full-end];
}
.gh-canvas > * {
    grid-column: main-start/main-end;
}
.kg-width-wide {
    grid-column: wide-start/wide-end;
    position: relative;
    z-index: 10;
}
.kg-width-full {
    grid-column: full-start/full-end;
    position: relative;
    z-index: 10;
}
.kg-width-full img {
    width: 100%;
}
.gh-content {
    position: relative;
}
.gh-content > * + * {
    margin-top: 3.2vmin;
}
.gh-content [id]:not(:first-child) {
    margin: 1.5em 0 0;
}
.gh-content > [id] + * {
    margin-top: 1.5rem;
}
.gh-content [id] + .kg-card,
.gh-content blockquote + .kg-card {
    margin-top: 6vmin;
}
.gh-canvas > blockquote:not([class]),
.gh-canvas > dl,
.gh-canvas > ol,
.gh-canvas > p,
.gh-canvas > ul {
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6em;
}
.gh-content .kg-callout-card .kg-callout-text,
.gh-content .kg-toggle-card .kg-toggle-content > ol,
.gh-content .kg-toggle-card .kg-toggle-content > p,
.gh-content .kg-toggle-card .kg-toggle-content > ul {
    font-family: var(--font-serif);
    font-size: 1.8rem;
    line-height: 1.5;
}
.gh-content .kg-product-card-description > dl,
.gh-content .kg-product-card-description > ol,
.gh-content .kg-product-card-description > ul,
.gh-content .kg-toggle-content > dl,
.gh-content .kg-toggle-content > ol,
.gh-content .kg-toggle-content > ul,
.gh-content > dl,
.gh-content > ol,
.gh-content > ul {
    padding-left: 1.9em;
}
.gh-content > ol ol,
.gh-content > ol ul,
.gh-content > ul ol,
.gh-content > ul ul {
    margin-top: 0.6em;
    padding-left: 1.3em;
}
.gh-content hr {
    margin-top: 6vmin;
}
.gh-content hr + * {
    margin-top: 6vmin !important;
}
.gh-content blockquote:not([class]) {
    color: var(--color-tag);
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.4em;
    position: relative;
}
.gh-content blockquote:before {
    background: var(--color-primary);
    bottom: 0;
    content: "";
    left: -1.5em;
    position: absolute;
    top: 0;
    width: 0.3rem;
}
@media (max-width: 650px) {
    .gh-canvas blockquote,
    .gh-canvas dl,
    .gh-canvas ol,
    .gh-canvas p,
    .gh-canvas ul {
        font-size: 1.9rem;
    }
    .gh-content blockquote:before {
        left: -4vmin;
    }
}
.gh-content .kg-card + :not(.kg-card),
.gh-content :not(.kg-card):not([id]) + .kg-card {
    margin-top: 6vmin;
}
figcaption {
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.4em;
    padding: 1.5rem 1.5rem 0;
    text-align: center;
}
figcaption strong {
    color: rgba(0, 0, 0, 0.8);
}
.gh-canvas :not(pre) code {
    background: #f0f6f9;
    border: 1px solid #e1eaef;
    border-radius: 0.25em;
    color: #dc0050;
    font-size: 0.9em;
    font-weight: 400 !important;
    line-height: 1em;
    padding: 0.15em 0.4em;
    vertical-align: middle;
}
.gh-canvas > pre {
    background: hsla(0, 0%, 100%, 0.8);
    border-radius: 5px;
    box-shadow:
        0 2px 6px -2px rgba(0, 0, 0, 0.1),
        0 0 1px rgba(0, 0, 0, 0.4);
    overflow: scroll;
    padding: 16px 20px;
}
.kg-embed-card {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.kg-image-card img {
    margin: auto;
}
.kg-card.kg-toggle-card .kg-toggle-heading-text {
    font-size: 1.8rem;
}
.kg-card.kg-header-card .kg-header-card-subheader,
blockquote.kg-blockquote-alt {
    font-family: var(--font-serif);
}
.kg-card.kg-button-card .kg-btn {
    font-size: 1.05em;
}
.kg-gallery-card + .kg-gallery-card {
    margin-top: 0.75em;
}
.kg-gallery-container {
    background: #fff;
    position: relative;
}
.kg-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.kg-gallery-image img {
    display: block;
    height: 100%;
    margin: 0;
    width: 100%;
}
.kg-gallery-row:not(:first-of-type) {
    margin: 0.75em 0 0;
}
.kg-gallery-image:not(:first-of-type) {
    margin: 0 0 0 0.75em;
}
.kg-bookmark-card,
.kg-bookmark-publisher {
    position: relative;
}
.kg-bookmark-container,
.kg-bookmark-container:hover {
    background: hsla(0, 0%, 100%, 0.6);
    border-radius: 5px;
    box-shadow:
        0 2px 6px -2px rgba(0, 0, 0, 0.1),
        0 0 1px rgba(0, 0, 0, 0.4);
    color: currentColor;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    font-family: var(--font-sans-serif);
    overflow: hidden;
    text-decoration: none;
}
.kg-bookmark-content {
    flex-basis: 0;
    flex-grow: 999;
    order: 1;
    padding: 20px;
}
.kg-bookmark-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3em;
}
.kg-bookmark-description {
    font-size: 1.4rem;
    line-height: 1.55em;
    margin: 0.5em 0 0;
    max-height: 45px;
    opacity: 0.8;
}
.kg-bookmark-metadata {
    align-items: center;
    display: flex;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.3em;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kg-bookmark-description {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}
.kg-bookmark-icon {
    display: inline-block;
    height: 16px;
    margin-right: 6px;
    width: 16px;
}
.kg-bookmark-thumbnail {
    display: flex;
    flex-basis: 24rem;
    flex-grow: 1;
    justify-content: flex-end;
    position: relative;
}
.kg-bookmark-thumbnail img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
}
.kg-bookmark-author {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kg-bookmark-publisher:before {
    content: "•";
    margin: 0 0.5em;
}
.kg-width-full.kg-card-hascaption {
    display: grid;
    grid-template-columns: inherit;
}
.kg-width-wide.kg-card-hascaption img {
    grid-column: wide-start/wide-end;
}
.kg-width-full.kg-card-hascaption img {
    grid-column: 1/-1;
}
.kg-width-full.kg-card-hascaption figcaption {
    grid-column: main-start/main-end;
}
.gh-content table {
    border-collapse: collapse;
    width: 100%;
}
.gh-content th {
    font-size: 0.75em;
    padding: 0.5em 0.8em;
    text-align: left;
    text-transform: uppercase;
}
.gh-content td {
    padding: 0.4em 0.7em;
}
.gh-content tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 1px;
}
.gh-content tbody tr:nth-child(2n + 2) td:last-child {
    box-shadow:
        inset 1px 0 rgba(0, 0, 0, 0.1),
        inset -1px 0 rgba(0, 0, 0, 0.1);
}
.gh-content tbody tr:nth-child(2n + 2) td {
    box-shadow: inset 1px 0 rgba(0, 0, 0, 0.1);
}
.gh-content tbody tr:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.gh-content-line {
    border-color: var(--color-base);
    display: block;
    grid-column: wide-start/wide-end;
    opacity: 0.1;
    width: 100%;
}
.gh-content-line-white {
    border-color: #fff;
}
.gh-content-side {
    bottom: 0;
    font-size: 1.4rem;
    grid-column: wide-start/main-start;
    grid-row-start: 1;
    margin: 0;
    padding: 0 8vmin 0 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.gh-sticky-sidebar {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 80px);
    position: sticky;
    top: 50px;
}
.gh-toc {
    align-self: stretch;
    overflow-y: scroll;
    padding: 1px 0 6vmin;
}
.gh-toc strong {
    align-items: center;
    display: flex;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 30px 10px 0;
}
.toc {
    font-size: 1.4rem;
    overflow-y: auto;
}
.toc > .toc-list {
    overflow: hidden;
    position: relative;
}

.toc-link::before {
    background-color: transparent !important;
}
.toc > .toc-list li {
    list-style: none;
}
.toc-list {
    margin: 0;
}
.toc-list-item,
a.toc-link {
    position: relative;
}
a.toc-link {
    color: var(--color-midgrey);
    display: inline-flex;
    font-weight: 400;
    height: 100%;
    line-height: 1.2em;
    padding: 6px 0;
}
a.toc-link:hover {
    color: var(--color-base);
}
.is-collapsible {
    font-size: 1.3rem;
    line-height: 1.3em;
    max-height: 1000px;
    overflow: hidden;
    padding: 0 20px;
    transition: all 0.3s ease-in-out;
}
.is-collapsible:not(.is-collapsed) {
    padding-bottom: 10px;
    transition: all 0.3s ease-in-out;
}
.is-collapsible a.toc-link {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: var(--color-darkgrey);
    display: -webkit-box;
    height: 28px;
    overflow: hidden;
    padding: 6px 35px;
}
.is-collapsed {
    max-height: 0;
    transition: all 0.3s ease-in-out;
}
.is-position-fixed {
    position: fixed !important;
    top: 0;
}
a.is-active-link {
    align-items: center;
    display: inline-flex;
    position: relative;
}
.is-collapsible a.is-active-link,
a.is-active-link {
    color: var(--color-base);
    font-weight: 500;
}
.gh-content > h2:before,
.gh-content > h3:before {
    content: " ";
    display: block;
    height: 100px;
    margin-top: -50px;
    visibility: hidden;
}
.gh-sidebar-cta {
    align-items: center;
    color: var(--color-gray);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 4vmin 0 0;
}
.gh-sidebar-cta .gh-button.gh-button-primary {
    padding: 0 6rem;
}
.gh-sidebar-cta .gh-cta-pretitle {
    margin: 3vmin 0 0.5em;
}
.gh-sidebar-cta p {
    font-size: 1.2rem;
    text-align: center;
}
@media (max-width: 1400px) {
    .gh-content-side {
        grid-column: main-start/main-end;
        margin: 0 0 6vmin;
        padding: 0;
        position: static;
    }
    a.toc-link-intro {
        display: none !important;
    }
    .gh-toc {
        background: #fff;
        border-radius: 6px;
        box-shadow:
            0 10px 50px rgba(25, 37, 52, 0.14),
            0 2px 5px rgb(25 37 52/3%);
        overflow-y: scroll;
        padding: 30px;
        width: 100%;
    }
    .gh-canvas .toc-list {
        font-size: 1.7rem;
    }
    a.toc-link {
        padding: 0.6em 0;
    }
}
@media (max-width: 768px) {
    .gh-toc {
        min-height: auto;
    }
    .gh-content {
        grid-row-start: 2;
    }
    .gh-content-side {
        grid-row-start: 1;
        margin-bottom: 6vmin;
    }
    .gh-sidebar-cta {
        margin-top: 6vmin;
    }
}
@media (max-width: 600px) {
    .gh-canvas .toc-list {
        font-size: 1.5rem;
    }
}
.gh-readmore {
    font-size: 2.6rem;
    padding: 8vmin 4vmin;
}
.gh-readmore-inner {
    grid-gap: 8vmin;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.gh-readmore-prev {
    justify-content: flex-end;
    text-align: right;
}
.gh-readmore a {
    color: currentColor;
    display: flex;
    text-decoration: none;
}
.gh-readmore h4 {
    font-size: inherit;
    width: 100%;
}
.gh-readmore svg {
    display: inline-block;
    height: 1em;
    margin: 0.15em 0 0;
    vertical-align: middle;
}
.gh-readmore h4 + svg,
.gh-readmore svg + h4 {
    margin-left: 2vmin;
}
@media (max-width: 700px) {
    .gh-readmore {
        font-size: 1.6rem;
    }
    .gh-readmore svg {
        margin: 0.1em 0 0;
    }
}
.gh-auth-form {
    margin: 0 auto 10vmin;
    max-width: 600px;
    text-align: center;
    width: 100%;
}
.gh-auth-title {
    font-size: 4.2rem;
    margin: 0 0 0.1em;
}
.gh-auth-form p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.7rem;
    margin: 10px 0 4vmin;
}
.gh-auth-form p small {
    display: inline-block;
    font-size: 1.4rem;
    margin: 15px 0 0;
}
.gh-auth-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 460px;
}
.gh-auth-box .gh-button {
    margin-left: 10px;
}
@media (max-width: 600px) {
    .gh-auth-box {
        flex-direction: column;
        max-width: 400px;
    }
    .gh-auth-box .gh-button {
        margin: 15px 0 0;
        width: 100%;
    }
}
form[data-members-form] .gh-button-loader,
form[data-members-form] .message-error,
form[data-members-form] .message-success {
    display: none;
}
.gh-button-content {
    min-width: 100px;
}
.message-error svg,
.message-success svg {
    height: 15px;
    margin-right: 5px;
    position: relative;
    top: -1px;
    width: 15px;
}
.message-success svg {
    fill: #fff;
}
.message-error svg {
    fill: var(--color-error);
}
form[data-members-form].error .message-error,
form[data-members-form].success .message-success {
    background: var(--color-base);
    border-radius: var(--radius);
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    left: 4vmin;
    line-height: 1.5em;
    margin: 0 auto;
    max-width: calc(1400px - 8vmin);
    padding: 10px 0;
    position: fixed;
    right: 4vmin;
    text-align: center;
    top: 20px;
    z-index: 9999;
}
form[data-members-form].success .message-success {
    background: var(--color-success);
}
form[data-members-form].error .message-error {
    background: #fff;
    box-shadow: var(--color-error) 0 0 0 1px;
    color: var(--color-error);
}
form[data-members-form] .gh-button {
    min-width: 120px;
    position: relative;
}
form[data-members-form].loading .gh-button-content {
    visibility: hidden;
}
form[data-members-form].loading .gh-button-loader {
    bottom: -30%;
    display: inline-block;
    left: 50%;
    margin: 0 0 0 -19px;
    position: absolute;
    transform: scale(0.6);
}
.gh-button-loader svg path,
.gh-button-loader svg rect {
    fill: #fff;
}
form[data-members-form].error .message-error,
form[data-members-form].success .message-success {
    display: block;
}
.gh-error {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 2vmin;
}
.gh-error-content {
    flex: 1 0 auto;
    text-align: center;
}
.gh-error-code {
    font-size: 14vmin;
    margin: 0;
}
.gh-error-description {
    font-size: 4vmin;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0 auto;
    max-width: 600px;
    opacity: 0.6;
    padding: 0 2rem;
}
.gh-error-link {
    display: block;
    font-size: 1.6rem;
    margin-top: 4vmin;
}
.gh-error-stack {
    margin: 0 auto;
    max-width: 600px;
    padding: 8vmin 0;
    text-align: left;
}
.gh-error-stack-list {
    font-size: 1.4rem;
    margin: 4vmin 0 0;
}
.gh-error-stack-list > li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 2rem 0;
}
.gh-error-stack-function {
    color: red;
    font-size: 1.8rem;
    margin: 0 0 0.5em;
}
[x-cloak] {
    display: none !important;
}
*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}
.sr-only {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    width: 1px;
}
.absolute,
.sr-only {
    position: absolute;
}
.relative {
    position: relative;
}
.inset-x-0 {
    left: 0;
    right: 0;
}
.left-1\/2 {
    left: 50%;
}
.top-0 {
    top: 0;
}
.z-50 {
    z-index: 50;
}
.-m-4 {
    margin: -1.6rem;
}
.-my-2 {
    margin-bottom: -0.8rem;
    margin-top: -0.8rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.-ml-4 {
    margin-left: -1.6rem;
}
.-mr-2 {
    margin-right: -0.8rem;
}
.ml-0 {
    margin-left: 0;
}
.ml-1 {
    margin-left: 0.4rem;
}
.ml-4 {
    margin-left: 1.6rem;
}
.mt-1 {
    margin-top: 0.4rem;
}
.mt-10 {
    margin-top: 4rem;
}
.mt-4 {
    margin-top: 1.6rem;
}
.mt-8 {
    margin-top: 3.2rem;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.h-4 {
    height: 1.6rem;
}
.h-5 {
    height: 2rem;
}
.w-4 {
    width: 1.6rem;
}
.w-5 {
    width: 2rem;
}
.w-full {
    width: 100%;
}
.w-screen {
    width: 100vw;
}
.max-w-2xl {
    max-width: 67.2rem;
}
.max-w-\[1300px\] {
    max-width: 1300px;
}
.max-w-none {
    max-width: none;
}
.max-w-xs {
    max-width: 32rem;
}
.shrink-0 {
    flex-shrink: 0;
}
.origin-top-right {
    transform-origin: top right;
}
.-translate-x-1\/2 {
    --tw-translate-x: -50%;
}
.-translate-x-1\/2,
.-translate-y-1 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1 {
    --tw-translate-y: -0.4rem;
}
.translate-y-0 {
    --tw-translate-y: 0px;
}
.transform,
.translate-y-0 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
    flex-direction: column;
}
.items-start {
    align-items: flex-start;
}
.items-center {
    align-items: center;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-2 {
    gap: 0.8rem;
}
.gap-6 {
    gap: 2.4rem;
}
.gap-7 {
    gap: 2.8rem;
}
.gap-x-2 {
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
}
.gap-x-2\.5 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}
.gap-x-8 {
    -moz-column-gap: 3.2rem;
    column-gap: 3.2rem;
}
.gap-y-1 {
    row-gap: 0.4rem;
}
.gap-y-4 {
    row-gap: 1.6rem;
}
.gap-y-7 {
    row-gap: 2.8rem;
}
.space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(4rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(4rem * var(--tw-space-x-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
    margin-top: calc(4rem * (1 - var(--tw-space-y-reverse)));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
    border-top-width: calc(2px * (1 - var(--tw-divide-y-reverse)));
}
.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(249 250 251 / var(--tw-divide-opacity));
}
.overflow-hidden {
    overflow: hidden;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.rounded-\[4px\] {
    border-radius: 4px;
}
.rounded-lg {
    border-radius: 0.8rem;
}
.rounded-md {
    border-radius: 0.6rem;
}
.border {
    border-width: 1px;
}
.border-transparent {
    border-color: transparent;
}
.bg-base {
    background-color: rgb(21 23 26 / var(--tw-bg-opacity));
}
.bg-base,
.bg-pink-900 {
    --tw-bg-opacity: 1;
}
.bg-pink-900 {
    background-color: rgb(255 36 125 / var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-2 {
    padding: 0.8rem;
}
.p-4 {
    padding: 1.6rem;
}
.px-1 {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}
.px-2 {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}
.px-4 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}
.px-5 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-0 {
    padding-bottom: 0;
    padding-top: 0;
}
.py-0\.5 {
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
}
.py-2 {
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
}
.py-6 {
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
}
.py-\[3vmin\] {
    padding-bottom: 3vmin;
    padding-top: 3vmin;
}
.pb-6 {
    padding-bottom: 2.4rem;
}
.pt-\[3vmin\] {
    padding-top: 3vmin;
}
.text-center {
    text-align: center;
}
.text-\[1rem\] {
    font-size: 1rem;
}
.text-lg {
    font-size: 1.8rem;
}
.text-md {
    font-size: 1.5rem;
}
.text-sm {
    font-size: 1.4rem;
}
.font-bold {
    font-weight: 700;
}
.font-medium {
    font-weight: 500;
}
.font-semibold {
    font-weight: 600;
}
.uppercase {
    text-transform: uppercase;
}
.leading-\[0\] {
    line-height: 0;
}
.tracking-\[-\.01em\] {
    letter-spacing: -0.01em;
}
.tracking-wide {
    letter-spacing: 0.025em;
}
.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-pink-900 {
    --tw-text-opacity: 1;
    color: rgb(255 36 125 / var(--tw-text-opacity));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0 {
    opacity: 0;
}
.opacity-100 {
    opacity: 1;
}
.shadow-lg {
    --tw-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored:
        0 10px 15px -3px var(--tw-shadow-color),
        0 4px 6px -4px var(--tw-shadow-color);
}
.shadow-lg,
.shadow-sm {
    box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
    --tw-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgb(0 0 0/3%);
    --tw-shadow-colored:
        0 0 1px var(--tw-shadow-color), 0 2px 6px var(--tw-shadow-color);
}
.ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow:
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 0 0/var(--tw-ring-opacity));
}
.ring-opacity-5 {
    --tw-ring-opacity: 0.05;
}
.transition {
    transition-property:
        color,
        background-color,
        border-color,
        text-decoration-color,
        fill,
        stroke,
        opacity,
        box-shadow,
        transform,
        filter,
        -webkit-backdrop-filter;
    transition-property:
        color, background-color, border-color, text-decoration-color, fill,
        stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property:
        color,
        background-color,
        border-color,
        text-decoration-color,
        fill,
        stroke,
        opacity,
        box-shadow,
        transform,
        filter,
        backdrop-filter,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-150,
.transition {
    transition-duration: 0.15s;
}
.duration-200 {
    transition-duration: 0.2s;
}
.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.gh-viewport,
html {
    background: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.gh-main {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}
.gh-page {
    padding: 0 4vmin;
}
.gh-article,
.gh-postfeed {
    padding: 8vmin 0;
}
.gh-postfeed {
    margin: 0 auto;
    max-width: 1000px;
}
.gh-container {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    padding: 0 4vmin;
}
.gh-outer {
    padding: 0 4vmin;
}
.hidden {
    display: none;
}
.super {
    padding: 16vmin 0;
}
.superhero {
    font-size: 14vmin;
    letter-spacing: -0.03em;
    line-height: 1em;
    text-indent: -0.03em;
}
.supersub {
    font-family: var(--font-serif);
    font-size: 3rem;
    line-height: 1.4em;
    margin: 1rem 0 0;
    max-width: 880px;
    opacity: 0.8;
}
.resource-section {
    grid-gap: 6vmin;
    border-top: 1px solid var(--color-whitegrey);
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 6vmin 0;
}
.resource-section img {
    width: 400px;
}
.resource-section p {
    font-family: var(--font-serif);
    font-size: 2.2rem;
    line-height: 1.35em;
    margin: 1rem 0 3rem;
    max-width: 740px;
    opacity: 0.7;
}
.resource-list-item {
    align-items: center;
    border-bottom: 1px solid var(--color-whitegrey);
    color: var(--color-base);
    display: flex;
    font-size: 1.6rem;
    justify-content: space-between;
    line-height: 1.15em;
    padding: 25px 0;
    text-decoration: none;
}
.resource-list-item:first-of-type {
    border-top: 1px solid var(--color-whitegrey);
}
.resource-list-item:hover {
    background: #f9fafa;
    color: var(--color-tag, var(--color-blue));
    padding: 25px 15px;
}
.resource-list-item-content p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: currentColor;
    display: -webkit-box;
    flex: 0 0 auto;
    margin: 0.5rem 0 0;
    opacity: 0.5;
    overflow: hidden;
    transition: all 0.2s ease;
}
.resource-list-item:hover p {
    /*color: var(--color-base);*/
        text-decoration: none;
    transition: 0.4s ease;
}
.resource-list-item-right {
    flex-shrink: 0;
    margin-left: 4vmin;
}
.resource-list-item-right > span {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    line-height: 1;
    opacity: 1;
    text-transform: uppercase;
    transition: 0.2s ease;
    transition: 0.05s ease;
}
.resource-list-item svg {
    height: 1.2rem;
    margin: 0 0 0 15px;
    width: 1.2rem;
}
.resource-section-coverlink {
    display: block;
}
.resource-section-morelink {
    color: var(--color-tag, var(--color-blue));
    display: block;
    font-weight: 600;
    padding: 20px 0 0;
}
.resource-section-morelink span {
    transition: 0.4s ease;
}
.resource-section-morelink:hover span {
    display: inline-block;
    margin: 0 0 0 5px;
    transition: 0.2s ease;
}
@media (max-width: 1000px) {
    .superhero {
        font-size: 15vmin;
    }
    .resource-section {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 600px) {
    .supersub {
        font-size: 2.5rem;
    }
    .resource-list-item:hover {
        box-shadow: var(--color-whitegrey) 0 -1px 0 0;
        margin: 0 -4vmin;
        padding-left: 4vmin;
        padding-right: 4vmin;
    }
    .resource-list-item > div > span {
        display: none;
    }
}
.search {
    border-top: 1px solid var(--color-whitegrey);
}
.search-active .search-input {
    border-bottom: 1px solid var(--color-whitegrey);
}
.search-input {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    position: relative;
}
.search-input input {
    border: none;
    font-family: var(--font-sans-serif);
    font-size: 2rem;
    font-weight: 400;
    height: 6.5rem;
    line-height: 1.4em;
    max-width: 100%;
    outline: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 0 28px;
    vertical-align: middle;
    width: 100%;
}
.search-input svg {
    cursor: pointer;
    height: 24px;
    left: inherit;
    opacity: 1;
    position: relative;
    top: inherit;
    transition: opacity 0.15s ease-in;
    width: 24px;
}
.search-input .search-icon {
    align-items: center;
    background-color: transparent !important;
    border-color: transparent;
    bottom: 0;
    cursor: default;
    display: flex;
    justify-content: center;
    left: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
}
.search-input .search-icon svg {
    stroke: #a9a9a9;
    height: 20px;
    width: 20px;
}
.search-input .search-remove {
    align-items: center;
    background-color: transparent !important;
    border-color: transparent;
    bottom: 0;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.search-input .search-remove svg {
    stroke: #373737;
    height: 12px;
    width: 12px;
}
.search-active .resource-section {
    display: none;
}
.search-results {
    padding: 0 0 6vmin;
}
.search-results-list {
    grid-gap: 0 4vmin;
    display: grid;
    grid-auto-rows: 160px;
    grid-template-columns: 1fr 1fr;
}
.search-results-list:not(.search-empty-results) {
    min-height: 600px;
}
.search-results-list li:nth-child(n + 3) {
    border-top: 1px solid var(--color-whitegrey);
}
.search-results-list li:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--color-whitegrey);
}
.search-result-link {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 25px 0;
}
.search-result-link span[class^="tag-"] {
    background: #fff;
    border: 1px solid;
    border-radius: 2rem;
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: -0.5px;
    line-height: 1.2em;
    margin-bottom: 1rem;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: capitalize;
}
.search-result-content mark {
    background-color: transparent;
    font-weight: 700;
}
.search-result-content span {
    color: var(--color-base);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.15em;
    text-decoration: none;
}
.search-result-content p {
    color: #30353c;
    font-size: 1.6rem;
}
.search-empty-results {
    color: var(--color-base);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.15em;
    margin: 0 auto;
    padding: 6vmin 0;
    text-align: center;
    text-decoration: none;
}
@media (max-width: 700px) {
    .search-input input {
        font-size: 1.8rem;
    }
    .search-results-list {
        grid-template-columns: 1fr;
    }
    .search-results-list li:nth-last-child(-n + 2) {
        border-bottom: none;
    }
    .search-results-list li:nth-child(n + 2) {
        border-top: 1px solid var(--color-whitegrey);
    }
    .search-results-list li:last-child {
        border-bottom: 1px solid var(--color-whitegrey);
    }
}
.gh-featuredposts {
    grid-gap: 4.5vmin;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 6vmin 0 0;
}
.gh-card-link {
    color: currentColor;
    display: flex;
    flex-direction: column;
}
.gh-card-image {
    border-radius: 8px;
    margin-bottom: 3vmin;
    max-height: 700px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.gh-card-meta {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.2em;
    margin: 0 0 1rem;
    opacity: 0.6;
    text-transform: uppercase;
}
.gh-card-content {
    font-size: 1.6rem;
    margin: 0 auto;
    max-width: 720px;
}
.gh-card-title {
    font-size: 2.6rem;
}
.gh-card-content p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    margin: 1.2rem 0;
    overflow: hidden;
    padding: 0;
}
.gh-card-content > strong {
    box-shadow: 0 -2px 0 0 inset var(--color-tag);
    color: var(--color-tag);
    display: inline-block;
    font-weight: 500;
    padding: 1px 0;
}
@media (max-width: 1100px) {
    .gh-featuredposts {
        grid-template-columns: 1fr 1fr;
    }
    .gh-featuredposts .gh-card:last-child {
        display: none;
    }
}
@media (max-width: 700px) {
    .gh-featuredposts {
        grid-gap: 8vmin;
        grid-template-columns: 1fr;
    }
    .gh-featuredposts .gh-card:last-child {
        display: block;
    }
}
.gh-page-head {
    margin: 0 auto;
    padding: 8vmin 0 4vmin;
    text-align: center;
}
.gh-page-image {
    margin: 4vmin 0 0;
}
.gh-page-head > p {
    font-size: 1.3em;
    line-height: 1.4em;
    margin: 0.3em auto 0;
    max-width: 720px;
    opacity: 0.5;
    padding: 0 6vmin;
}
@media (max-width: 700px) {
    .gh-page-head > p {
        font-size: 1.6rem;
    }
}
.gh-header {
    grid-column: wide-start/wide-end;
    padding: 4vmin 0 0;
    text-align: center;
}
.gh-header .gh-content-line {
    margin: 8vmin 0;
}
.gh-title {
    color: var(--color-base);
    font-size: 9vmin;
    grid-column: wide-start/wide-end;
    letter-spacing: -0.03em;
    line-height: 1em;
}
.gh-post-meta {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0 0 1.6rem;
    opacity: 0.8;
    text-transform: uppercase;
}
.gh-post-meta-crumb {
    color: var(--color-base);
}
.gh-post-meta-tag {
    color: var(--color-tag);
}
.gh-post-meta .bull {
    margin: 0 0.4rem;
}
.gh-header .gh-excerpt {
    font-size: 3rem;
    line-height: 1.4em;
    margin: 1em 0 0;
}
@media (max-width: 600px) {
    .gh-header .gh-excerpt {
        font-size: 2.4rem;
    }
}
.gh-feature-image {
    grid-column: wide-start/wide-end;
    margin: 8vmin 0 0;
    width: 100%;
}
.gh-post-footer {
    margin: 2rem 0;
}
.gh-read-next {
    align-items: flex-end;
    flex-direction: column;
    margin-top: -8vmin;
    padding: 0 6vmin;
    text-align: right;
}
.gh-read-next,
.gh-read-next-link {
    display: flex;
    justify-content: center;
}
.gh-read-next-link {
    align-items: center;
    padding: 4vmin 0;
}
.gh-read-next-link div {
    margin-right: 1.6rem;
}
.gh-read-next-link h6 {
    color: #30353c;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
}
.gh-read-next-link p {
    color: var(--color-tag, var(--color-base));
    font-family: var(--font-serif);
    font-size: 1.8rem;
    text-align: center;
}
.gh-read-next-link svg {
    height: 20px;
    width: 20px;
}
.gh-read-next-link svg path {
    fill: var(--color-lightgrey);
}
.gh-tag-head {
    align-items: flex-end;
    background-color: var(--color-base);
    background-position: 50%;
    background-size: cover;
    color: #fff;
    display: flex;
    margin: 0 0 4vmin;
    padding: 4vmin 4vmin 0;
}
.gh-tag-head-content {
    display: flex;
    margin: 6vmin 0 0;
}
.gh-tag-head-content > div {
    max-width: 600px;
}
.gh-tag-head-content h1 {
    color: #fff;
    font-size: 6rem;
    margin: 0 0 0.2em;
}
.gh-tag-head-content p {
    font-size: 2rem;
    line-height: 1.5em;
}
.gh-tag-head-content > div > span {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    line-height: 1;
    margin: 2rem 0 4vmin;
}
.gh-tag-head-content > div > span > a,
.gh-tag-head-content > div > span > span {
    border: 1px solid #fff;
    border-radius: 2rem;
    display: inline-block;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin: 0 1.6rem 0 0;
    padding: 7px 14px;
    text-decoration: none;
}
.gh-tag-head-content > div > span > span:first-of-type {
    background: #fff;
    color: var(--color-tag, var(--color-base));
}
.gh-tag-head-img {
    box-shadow: 0 10px 100px -50px rgba(0, 0, 0, 0.6);
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    margin: 0 6vmin -6vmin 0;
    max-width: 400px;
    width: 100%;
}
@media (max-width: 1000px) {
    .gh-tag-head-content {
        flex-direction: column;
        padding-bottom: 6vmin;
    }
    .gh-tag-head-img {
        margin: 0 0 6vmin;
    }
    .gh-tag-head-content p {
        font-size: 1.8rem;
    }
}
.gh-author-image {
    border-radius: 100%;
    height: 12vmin;
    margin: 0 auto 1.5em;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    width: 12vmin;
}
.gh-author-meta {
    font-size: 1.2em;
    margin: 2vmin 0 0;
}
.gh-author-links {
    align-items: center;
    display: flex;
    justify-content: center;
}
.gh-author-links a {
    align-items: center;
    display: inline-flex;
    margin: 0 0.75vmin;
    position: relative;
}
.gh-author-links a + a:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    height: 1em;
    margin: 0 1.25vmin 0 0;
    transform: rotate(20deg);
    width: 1px;
}
@media (max-width: 700px) {
    .gh-author-meta {
        font-size: 1.6rem;
    }
}
.gh-sub {
    align-items: center;
    background: var(--color-wash);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12vmin 6vmin;
    text-align: center;
}
.gh-sub p {
    font-size: 2rem;
    line-height: 1.5em;
    margin: 1.6rem 0 0;
    max-width: 600px;
    opacity: 0.7;
}
.gh-sub-form {
    margin-bottom: 1.5rem;
    margin-top: 4.5rem;
    max-width: 460px;
    position: relative;
    width: 100%;
}
.gh-sub-form input,
.gh-sub-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: var(--darker-gray-color);
    font-size: 1.6rem;
    height: 50px;
    outline: none;
    padding: 0 1.5rem;
    width: 100%;
}
.form-button {
    align-items: center;
    background-color: var(--ghost-accent-color);
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1.3rem;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    min-width: 110px;
    outline: none;
    padding: 0 15px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 5px;
}
.gh-sub-form .error,
.gh-sub-form .loader,
.gh-sub-form .success {
    display: none;
}
.gh-sub-form .loader .icon {
    height: 28px;
    width: 28px;
}
.gh-sub-form.error .default,
.gh-sub-form.error .loader,
.gh-sub-form.loading .default,
.gh-sub-form.success .default,
.gh-sub-form.success .loader {
    display: none;
}
.gh-sub-form.loading .loader {
    display: block;
    line-height: 0;
}
.gh-sub-form.error .error,
.gh-sub-form.success .success {
    align-items: center;
    display: flex;
}
@media (max-width: 700px) {
    .gh-sub h2 {
        font-size: 4.8vmin;
    }
    .gh-sub p {
        font-size: 1.6rem;
    }
}
.tweet-grid {
    grid-gap: 4vmin;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    margin-top: 10vmin;
}
.tweet {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #1c2022;
    display: flex;
    flex-direction: column;
    font:
        normal normal 16px/1.4 Helvetica,
        Roboto,
        Segoe UI,
        Calibri,
        sans-serif;
    padding: 20px;
    position: relative;
    text-align: left;
}
.tweet:hover {
    border-color: var(--color-lightgrey);
    text-decoration: none;
}
@media (max-width: 1000px) {
    .tweet-grid {
        grid-template-columns: 1fr 1fr;
    }
    .tweet-grid .tweet:last-child {
        display: none;
    }
}
@media (max-width: 700px) {
    .tweet-grid {
        grid-template-columns: 1fr;
    }
    .tweet-grid .tweet:first-child {
        display: none;
    }
}
.tweet svg {
    fill: #1d9bf0;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
}
.tweet-header {
    align-items: center;
    display: flex;
}
.tweet-header-image {
    flex: 0 0 auto;
    margin: 0 10px 0 0;
}
.tweet-header-image img {
    border-radius: 100%;
    display: block;
    height: 36px;
    overflow: hidden;
    width: 36px;
}
.tweet-header-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tweet-name {
    color: var(--color-base);
    font-size: 1.6rem;
    font-weight: var(--font-heavy);
    line-height: 1em;
}
.tweet-username {
    color: #697882;
    font-size: 1.4rem;
    line-height: 1em;
    margin: 3px 0 0;
}
.tweet-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-size: 1.5rem;
    justify-content: space-between;
    margin: 15px 0 0;
}
.tweet-date {
    color: #697882;
    display: block;
    font-size: 1.3rem;
    margin: 15px 0 0;
}
.tweet-link {
    color: #1b95e0;
}
@media (max-width: 1100px) {
    .tweet-content {
        font-size: 1.4rem;
    }
}
.gh-foot {
    background: var(--color-base);
    color: #fff;
    padding: 4vmin 0;
}
.gh-foot a {
    color: currentColor;
}
.gh-foot .gh-end {
    justify-content: space-between;
}
.gh-foot .gh-end,
.gh-foot-menu {
    align-items: center;
    display: flex;
}
.gh-foot-menu a {
    display: inline-block;
    padding: 10px 2vmin;
    transition: opacity 0.3s ease 0s;
}
.gh-foot-menu a:first-child {
    padding-left: 0;
}
.gh-foot-menu a:hover {
    color: var(--color-lime);
    opacity: 1;
}
.gh-series {
    background: var(--color-base);
    padding: 4vmin 4vmin 0;
}
.gh-series-tags {
    grid-gap: 4vmin;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gh-series-tags a {
    transition: all 0.4s ease;
}
.gh-series-tags a:hover {
    transform: scale(1.05);
    transition: all 0.2s ease;
}
@media (max-width: 800px) {
    .gh-series-tags {
        grid-template-columns: 1fr 1fr;
    }
}
.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.group:hover .group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
    .sm\:gap-7 {
        gap: 2.8rem;
    }
    .sm\:gap-8 {
        gap: 3.2rem;
    }
    .sm\:p-8 {
        padding: 3.2rem;
    }
    .sm\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .sm\:px-6 {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }
}
@media (min-width: 768px) {
    .md\:flex {
        display: flex;
    }
    .md\:hidden {
        display: none;
    }
    .md\:flex-1 {
        flex: 1 1 0%;
    }
    .md\:flex-col {
        flex-direction: column;
    }
    .md\:justify-start {
        justify-content: flex-start;
    }
    .md\:justify-between {
        justify-content: space-between;
    }
    .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(4rem * (1 - var(--tw-space-x-reverse)));
        margin-right: calc(4rem * var(--tw-space-x-reverse));
    }
}
@media (min-width: 1024px) {
    .lg\:left-1\/2 {
        left: 50%;
    }
    .lg\:ml-0 {
        margin-left: 0;
    }
    .lg\:w-0 {
        width: 0;
    }
    .lg\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y))
            rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
            skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
            scaleY(var(--tw-scale-y));
    }
}

/* ═══════════════════════════════════════════
   RESOURCE CATEGORY PAGE (resources-category.hbs)
   ═══════════════════════════════════════════ */

/* ── Hero / Tag Head ── */
.gh-tag-head {
    background: var(--color-tag, #15171a);
    background-size: cover !important;
    background-position: center !important;
    padding: 6vmin 0;
    margin-bottom: 0;
}

.gh-tag-head-content {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    color: #fff;
}

.gh-tag-head-img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
}

.gh-tag-head-content h1 {
    font-size: 3.2rem;
    font-weight: 700;
    margin: 0 0 4px;
    line-height: 1.2;
}

.gh-tag-head-content p {
    font-size: 1.5rem;
    opacity: 0.85;
    margin: 0 0 8px;
    line-height: 1.5;
}

.gh-tag-head-content > div > span {
    font-size: 1.3rem;
    opacity: 0.75;
}

.gh-tag-head-content > div > span a {
    color: inherit;
    text-decoration: underline;
    opacity: 0.9;
}

.gh-tag-head-content > div > span a:hover {
    opacity: 1;
}

/* ── Featured Posts Grid (3 columns) ── */
.gh-featuredposts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin: 40px 0;
}

.gh-card.post.featured {
    border-radius: 12px;
    overflow: hidden;
    background: var(--color-bg, #fff);
    border: 1px solid var(--color-border, #e5eff5);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.gh-card.post.featured:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

.gh-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.gh-card-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.gh-card-content {
    padding: 20px 24px 24px;
}

.gh-card-meta {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--color-tag, #3eb0ef);
    margin-bottom: 6px;
    display: block;
}

.gh-card-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 8px;
    color: var(--color-base, #15171a);
}

.gh-card-content p {
    font-size: 1.4rem;
    line-height: 1.5;
    color: var(--color-midgrey, #738a94);
    margin: 0 0 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gh-card-content strong {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--color-tag, #3eb0ef);
}

/* ── Post Feed (list style) ── */
.gh-postfeed {
    margin-top: 8px;
}

.resource-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 25px 0;
    border-bottom: 1px solid var(--color-border, #e5eff5);
    color: inherit;
    text-decoration: none;
    transition: background 0.4s ease, padding 0.4s ease, color 0.4s ease;
}

.resource-list-item:first-of-type {
    border-top: 1px solid var(--color-border, #e5eff5);
}

.resource-list-item:hover {
    background: #f9fafa;
    color: var(--color-tag, var(--color-blue));
    padding: 25px 15px;
    transition: background 0.2s ease, padding 0.2s ease, color 0.2s ease;
}

.resource-list-item-content {
    flex: 1;
    min-width: 0;
}

.resource-list-item-content strong {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    display: block;
    margin-bottom: 4px;
    color: var(--color-base, #15171a);
}

.resource-list-item-content p {
    font-size: 1.4rem;
    line-height: 1.5;
    color: var(--color-midgrey, #738a94);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.resource-list-item:hover .resource-list-item-content p {
    color: var(--color-base, #15171a);
}

.resource-list-item-right {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    font-size: 1.3rem;
    color: var(--color-midgrey, #738a94);
    white-space: nowrap;
}

.resource-list-item-right svg {
    width: 10px;
    height: 16px;
}

/* ── Pagination (hidden but observable for infinity scroll) ── */
.gh-category-pagination {
    visibility: hidden;
    height: 1px;
    overflow: hidden;
    margin: 20px 0;
}

/* ── Empty state ── */
.gh-postfeed .gh-feed > p {
    text-align: center;
    color: #9ca3af;
    padding: 4vmin 0;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .gh-featuredposts {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .gh-tag-head {
        padding: 8vmin 0;
    }

    .gh-tag-head-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .gh-tag-head-img {
        width: 64px;
        height: 64px;
    }

    .gh-featuredposts {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 24px 0;
    }

    .resource-list-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .resource-list-item-right {
        align-self: flex-end;
    }
}
