:root {
    --seven-bg: #0b0b0d;
    --seven-surface: #ffffff;
    --seven-surface-soft: #f7f8fb;
    --seven-border: rgba(15, 23, 42, 0.1);
    --seven-border-strong: rgba(15, 23, 42, 0.16);
    --seven-text: #101318;
    --seven-muted: #5b6577;
    --seven-muted-strong: #2b3342;
    --seven-accent-a: #ff4d7d;
    --seven-accent-b: #7c4dff;
    --seven-accent-c: #25d0c5;
    --seven-shadow: 0 24px 60px rgba(8, 10, 18, 0.14);
    --seven-radius-xl: 32px;
    --seven-radius-lg: 24px;
    --seven-radius-md: 18px;
}

body,
button,
input,
select,
textarea {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

html,
body,
a,
button,
input,
label,
textarea,
select {
    -webkit-tap-highlight-color: transparent;
}

.gh-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.gh-head-logo,
.gh-home-title,
.gh-home-feed-title,
.gh-foot-logo {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

body {
    background: var(--seven-surface);
    color: var(--seven-text);
}

a {
    transition: opacity 0.2s ease, color 0.2s ease, background-color 0.2s ease, transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-template {
    --container-width: 132rem;
    background: var(--seven-surface);
}

.home-template .gh-site {
    position: relative;
    overflow: visible;
    background: var(--seven-surface);
}

.gh-head-panel {
    display: contents;
}

body:not(.is-head-open).is-dropdown-loaded .gh-head-menu .nav > li,
.gh-head-menu .nav > li {
    opacity: 1 !important;
    transform: none !important;
}

.gh-site-logo-image {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 4rem;
}

.gh-head-logo img.gh-site-logo-image--header {
    width: auto !important;
    max-width: 10.2rem;
}

.gh-site-logo-image--header {
    max-height: 1.55rem;
}

.gh-site-logo-image--footer {
    max-height: 2.6rem;
}

.gh-site-logo-image--footer,
body:not(.home-template) .gh-site-logo-image--header {
    filter: invert(1);
}

body:not(.home-template) .gh-head {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid var(--seven-border);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

body:not(.home-template) .gh-head,
body:not(.home-template) .gh-head a,
body:not(.home-template) .gh-head .nav a,
body:not(.home-template) .gh-head-link,
body:not(.home-template) .gh-head-logo,
body:not(.home-template) .gh-search,
body:not(.home-template) .nav-more-toggle {
    color: var(--seven-text);
}

body:not(.home-template) .gh-burger:before,
body:not(.home-template) .gh-burger:after {
    background-color: var(--seven-text);
}

.gh-head .gh-search {
    display: none !important;
}

.gh-head {
    height: auto;
}

.gh-head-inner {
    min-height: 5.8rem;
}

.home-template .gh-head {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 20;
    background: transparent;
}

.home-template .gh-head-inner {
    border-bottom: 0;
}

.home-template .gh-head,
.home-template .gh-head a,
.home-template .gh-head .nav a,
.home-template .gh-head-link,
.home-template .gh-head-logo,
.home-template .gh-search,
.home-template .nav-more-toggle {
    color: #fff;
}

.home-template .gh-head-inner {
    border-bottom: 0 !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 1.2rem;
}

body:not(.home-template) .gh-head-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 1.2rem;
}

.home-template .gh-head .nav,
.home-template .gh-head-actions,
.home-template .gh-head-members {
    gap: 0.8rem;
}

body:not(.home-template) .gh-head .nav,
body:not(.home-template) .gh-head-actions,
body:not(.home-template) .gh-head-members {
    gap: 0.8rem;
}

.home-template .gh-head-brand {
    justify-self: start;
}

body:not(.home-template) .gh-head-brand {
    justify-self: start;
}

.home-template .gh-head-menu {
    display: flex;
    justify-content: center;
    min-width: 0;
    width: 100%;
}

body:not(.home-template) .gh-head-menu {
    display: flex;
    justify-content: center;
    min-width: 0;
    width: 100%;
}

.home-template .gh-head .nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 1.4rem;
    width: 100%;
    overflow: visible;
}

body:not(.home-template) .gh-head .nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 1.4rem;
    width: 100%;
    overflow: visible;
}

.gh-head .nav li {
    flex: 0 0 auto;
    display: block !important;
}

.gh-head .nav li a {
    display: inline-flex;
    align-items: center;
}

.gh-head .nav-more-toggle,
.gh-head .gh-dropdown {
    display: none !important;
}

.home-template .gh-head .nav a {
    font-size: 1.32rem;
    font-weight: 550;
}

body:not(.home-template) .gh-head .nav a {
    font-size: 1.32rem;
    font-weight: 550;
}

.home-template .gh-head-actions {
    justify-self: end;
}

body:not(.home-template) .gh-head-actions {
    justify-self: end;
}

.home-template .gh-head-link,
.home-template .gh-head-btn.gh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.7rem;
    min-width: 8rem;
    padding: 0 1.45rem;
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #111 !important;
    background: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 0.45rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

body:not(.home-template) .gh-head-link,
body:not(.home-template) .gh-head-btn.gh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.7rem;
    min-width: 8rem;
    padding: 0 1.45rem;
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #fff !important;
    background: #111 !important;
    border: 1px solid #111;
    border-radius: 0.45rem;
    box-shadow: none;
}

body.home-template.is-head-open #gh-head,
body.home-template.is-head-open #gh-head .gh-head-actions,
body.home-template.is-head-open #gh-head .gh-head-menu {
    background: linear-gradient(180deg, #09090c 0%, #0b0b10 100%);
}

body.home-template.is-head-open #gh-head .nav a,
body.home-template.is-head-open #gh-head .gh-head-link,
body.home-template.is-head-open #gh-head .gh-head-logo,
body.home-template.is-head-open #gh-head .gh-search,
body.home-template.is-head-open #gh-head .nav-more-toggle {
    color: #fff;
}

body.home-template.is-head-open #gh-head .gh-head-btn.gh-btn {
    color: #111 !important;
    background: rgba(255, 255, 255, 0.98) !important;
}

body.home-template.is-head-open .gh-burger:before,
body.home-template.is-head-open .gh-burger:after {
    background-color: #fff;
}

.home-template .gh-head-link:hover,
.home-template .gh-head-btn.gh-btn:hover {
    transform: translateY(-1px);
    opacity: 1;
}

.home-template .gh-search {
    display: none;
}

.home-template .gh-burger:before,
.home-template .gh-burger:after {
    background-color: #fff;
}

.gh-home-hero {
    position: relative;
    margin-top: -8.8rem;
    padding-top: 18.6rem;
    padding-bottom: 10rem;
    color: #fff;
    overflow: visible;
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.015) 26%, rgba(255, 255, 255, 0) 48%),
        radial-gradient(circle at center, rgba(4, 4, 6, 0) 24%, rgba(4, 4, 6, 0.22) 62%, rgba(4, 4, 6, 0.78) 100%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.075) 0, rgba(255, 255, 255, 0.075) 1px, transparent 1px, transparent 22px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 42%),
        linear-gradient(180deg, #09090c 0%, #0b0b10 100%);
    border-radius: 0;
}

.gh-home-hero::before,
.gh-home-hero::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.gh-home-hero::before {
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 32%, transparent 68%, rgba(255, 255, 255, 0.03));
}

.gh-home-hero::after {
    content: none;
}

.gh-home-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 108rem;
    text-align: center;
}

.gh-home-title {
    max-width: 14ch;
    margin: 0;
    font-size: clamp(3.7rem, 4.8vw, 6rem);
    font-weight: 590;
    line-height: 1.02;
    letter-spacing: -0.035em;
    color: #fff;
}

.gh-home-title span {
    background: linear-gradient(90deg, var(--seven-accent-a), var(--seven-accent-b) 55%, var(--seven-accent-c));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.gh-home-description {
    max-width: 66rem;
    margin: 3.45rem auto 0;
    font-size: clamp(1.65rem, 1.7vw, 1.95rem);
    line-height: 1.55;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.84);
}

.gh-home-signup {
    display: flex;
    align-items: stretch;
    width: min(100%, 41rem);
    margin-top: 3.05rem;
    padding: 0.5rem;
    background: linear-gradient(180deg, rgba(41, 37, 36, 0.98), rgba(28, 24, 23, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.7rem;
    box-sizing: border-box;
    box-shadow: var(--seven-shadow);
}

.gh-home-btn--subscribed {
    width: min(100%, 41rem);
}

.gh-home-signup input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 1.5rem;
    font-size: 1.5rem;
    color: #fff;
    background: transparent;
    border: 0;
    outline: none;
}

.gh-home-signup input::placeholder {
    color: rgba(255, 255, 255, 0.62);
}

.gh-home-signup input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgba(41, 37, 36, 0.98) inset;
    -webkit-text-fill-color: #ffffff;
}

.gh-home-btn {
    min-height: 4.2rem;
    width: 10rem;
    padding: 0 1.3rem;
    font-size: 1.35rem;
    font-weight: 600;
    color: #111;
    background: #fff;
    border: none;
    border-radius: 0.45rem;
    box-shadow: none;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
}

.gh-btn-label {
    display: inline-flex;
    align-items: center;
}

.gh-home-btn svg,
.gh-foot-btn svg {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
}

.gh-home-btn:hover {
    transform: translateY(-1px) scale(0.98);
}

.gh-home-btn:active {
    transform: scale(0.94);
}

.gh-home-proof {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    margin-top: 5.4rem;
}

.gh-home-proof-label {
    font-size: 1.5rem;
    font-weight: 550;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.86);
}

.gh-home-proof-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(100%, 56.8rem);
}

.gh-home-proof-strip {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.9;
}

.gh-home-proof-strip--mobile {
    display: none;
}

.gh-home-main {
    position: relative;
    z-index: 2;
    margin-top: -0.6rem;
    padding-top: 11.4rem;
    padding-bottom: 8rem;
    background: var(--seven-surface);
    border-radius: 0.9rem 0.9rem 0 0;
    box-shadow: 0 -16px 36px rgba(16, 24, 40, 0.08);
}

.gh-home-feed-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2.8rem;
    text-align: center;
}

.gh-home-feed-title {
    margin: 0;
    font-size: clamp(2.8rem, 3vw, 4rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.045em;
    color: var(--seven-text);
}

.gh-home-feed-description {
    max-width: 60rem;
    margin-top: 0.4rem;
    margin-inline: auto;
    font-size: 1.65rem;
    line-height: 1.55;
    color: var(--seven-muted);
}

.gh-home-section {
    margin-top: 7rem;
}

.gh-home-section:first-of-type {
    margin-top: 0;
}

.gh-home-section-head {
    display: block;
    margin-bottom: 2.8rem;
    text-align: center;
}

.gh-home-section-copy {
    max-width: 88rem;
    margin: 0 auto;
}

.gh-home-section-title {
    margin: 0;
    font-size: clamp(3rem, 3.2vw, 4.6rem);
    font-weight: 630;
    line-height: 1.02;
    letter-spacing: -0.045em;
    color: var(--seven-text);
}

.gh-home-section-description {
    max-width: 70rem;
    margin: 1.35rem auto 0;
    font-size: 1.68rem;
    line-height: 1.6;
    font-weight: 450;
    color: var(--seven-muted);
}

.gh-home-section-copy > .gh-filter-bar {
    margin-top: 2.2rem;
}

.gh-browser-toolbar {
    display: grid;
    justify-items: center;
    gap: 1.8rem;
    margin-top: 2.2rem;
}

.gh-browser-search {
    position: relative;
    display: flex;
    align-items: center;
    width: min(100%, 68rem);
    min-height: 5.8rem;
    padding: 0 1.8rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 1.2rem;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.gh-browser-search svg {
    width: 1.9rem;
    height: 1.9rem;
    color: #667085;
    flex-shrink: 0;
}

.gh-browser-search input {
    width: 100%;
    min-width: 0;
    margin-left: 1.2rem;
    font-size: 1.7rem;
    color: var(--seven-text);
    background: transparent;
    border: 0;
    outline: none;
}

.gh-browser-search input::placeholder {
    color: #98a2b3;
}

.gh-filter-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9rem;
}

.gh-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    min-height: 4.8rem;
    padding: 0 1.55rem;
    font-size: 1.45rem;
    font-weight: 600;
    color: var(--seven-text);
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.18);
    border-radius: 1rem;
    box-shadow: none;
}

.gh-filter-chip:not(.gh-filter-chip--icon) {
    gap: 0;
}

.gh-filter-chip:not(.gh-filter-chip--icon) .gh-filter-icon {
    display: none;
}

.gh-filter-chip svg {
    width: 1.55rem;
    height: 1.55rem;
    flex-shrink: 0;
}

.gh-filter-chip--icon .gh-filter-icon {
    display: none;
}

.gh-filter-chip .gh-filter-icon {
    width: 1rem;
    height: 1rem;
    border-radius: 999px;
    background: #98a2b3;
    flex-shrink: 0;
}

.gh-filter-chip[data-chip-tone="all"] .gh-filter-icon { background: #111; }
.gh-filter-chip[data-chip-tone="articles"] .gh-filter-icon { background: #667085; }
.gh-filter-chip[data-chip-tone="ai-security"] .gh-filter-icon { background: #3b82f6; }
.gh-filter-chip[data-chip-tone="threat-intelligence"] .gh-filter-icon { background: #7c3aed; }
.gh-filter-chip[data-chip-tone="breaches"] .gh-filter-icon { background: #ef4444; }
.gh-filter-chip[data-chip-tone="policy"] .gh-filter-icon { background: #f59e0b; }
.gh-filter-chip[data-chip-tone="tools"] .gh-filter-icon { background: #06b6d4; }
.gh-filter-chip[data-chip-tone="identity-security"] .gh-filter-icon { background: #14b8a6; }
.gh-filter-chip[data-chip-tone="cloud-security"] .gh-filter-icon { background: #0ea5e9; }
.gh-filter-chip[data-chip-tone="appsec"] .gh-filter-icon { background: #8b5cf6; }
.gh-filter-chip[data-chip-tone="incident-response"] .gh-filter-icon { background: #f97316; }
.gh-filter-chip[data-chip-tone="awareness"] .gh-filter-icon { background: #22c55e; }
.gh-filter-chip[data-chip-tone="siem"] .gh-filter-icon { background: #6366f1; }
.gh-filter-chip[data-chip-tone="edr-xdr"] .gh-filter-icon { background: #0f766e; }
.gh-filter-chip[data-chip-tone="iam"] .gh-filter-icon { background: #ec4899; }
.gh-filter-chip[data-chip-tone="cspm"] .gh-filter-icon { background: #f59e0b; }

.gh-filter-chip.is-active,
.gh-filter-chip[aria-pressed="true"] {
    color: #fff;
    background: #111;
    border-color: #111;
}

.gh-filter-chip.is-active .gh-filter-icon,
.gh-filter-chip[aria-pressed="true"] .gh-filter-icon {
    background: #fff;
}

.gh-home-latest-feed {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-rows: minmax(0, 1fr);
    gap: 1.8rem;
    align-items: start;
}

.gh-home-latest-feed .gh-home-section-item.is-featured {
    grid-row: 1 / span 2;
}

.gh-home-latest-feed .gh-home-section-item {
    display: flex;
    min-width: 0;
}

.gh-home-latest-feed .gh-home-section-item .gh-news-card {
    width: 100%;
}

.gh-home-section-item.is-hidden {
    display: none;
}

.gh-resource-feed {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.8rem;
}

.gh-home-section-actions {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.gh-home-section-actions--link {
    margin-top: 3.4rem;
}

.gh-home-section--latest + .gh-resource-section {
    margin-top: 12.4rem;
}

.gh-resource-section + .gh-resource-section {
    margin-top: 12.4rem;
}

.gh-home-section-btn.gh-btn {
    min-height: 4.6rem;
    min-width: 16rem;
    padding: 0 2rem;
    font-size: 1.45rem;
    font-weight: 650;
    color: #fff;
    background: #111;
    border: 1px solid #111;
    border-radius: 0.85rem;
    box-shadow: none;
}

.gh-home-section-btn--light.gh-btn {
    color: var(--seven-text);
    background: #fff;
    border-color: rgba(15, 23, 42, 0.14);
}

.gh-home-section-btn.gh-btn:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.gh-home-section-empty,
.gh-section-empty {
    padding: 2.4rem;
    background: linear-gradient(180deg, #fbfcfe 0%, #f4f7fb 100%);
    border: 1px dashed rgba(15, 23, 42, 0.16);
    border-radius: 1.6rem;
}

.gh-home-section-empty h3,
.gh-section-empty h2 {
    margin: 0;
    font-size: 2rem;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--seven-text);
}

.gh-home-section-empty p,
.gh-section-empty p {
    margin: 0.8rem 0 0;
    font-size: 1.5rem;
    line-height: 1.6;
    color: var(--seven-muted);
}

.gh-news-feed {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.6rem;
}

.gh-news-card {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--seven-border);
    border-radius: 1rem;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.gh-news-card:hover {
    transform: translateY(-4px);
    border-color: rgba(15, 23, 42, 0.16);
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.12);
}

.gh-news-card .gh-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.gh-card-tag {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    max-width: calc(100% - 2rem);
    min-height: 2.4rem;
    padding: 0 0.72rem;
    overflow: hidden;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #111;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 0.35rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.gh-home-latest-feed .gh-news-card {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.gh-home-latest-feed .gh-news-card:hover {
    border-color: transparent;
    box-shadow: none;
}

.gh-home-latest-feed .gh-home-section-item:not(.is-featured) .gh-card-image,
.gh-home-latest-feed .gh-home-section-item.is-featured .gh-card-image {
    border-radius: 0.9rem;
}

.gh-news-card .gh-card-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    margin: 0;
    overflow: hidden;
    background: #e9edf3;
}

.gh-news-card .gh-card-image::before {
    content: none;
}

.gh-news-card .gh-card-image img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.gh-news-card .gh-card-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 1rem;
    padding: 1.45rem 1.45rem 1.6rem;
}

.gh-news-card .gh-card-title {
    font-size: 1.85rem;
    font-weight: 620;
    line-height: 1.25;
    letter-spacing: -0.035em;
    color: var(--seven-text);
}

.gh-news-card .gh-card-excerpt {
    display: -webkit-box;
    overflow: hidden;
    font-size: 1.45rem;
    line-height: 1.55;
    color: var(--seven-muted);
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.gh-news-card .gh-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
    font-size: 1.15rem;
    font-weight: 700;
    color: #617086;
    text-transform: none;
}

.gh-card-author {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
}

.gh-card-author-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 50%;
    background: #e8edf5;
}

.gh-card-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gh-card-author-avatar-placeholder svg {
    width: 1.8rem;
    height: 1.8rem;
    color: #667085;
}

.gh-card-date {
    flex-shrink: 0;
    white-space: nowrap;
}

.gh-news-card .gh-card-link:hover {
    opacity: 1;
}

.gh-news-card .gh-card-link:hover .gh-card-title {
    color: #000;
}

.gh-news-card .gh-card-link:hover .gh-card-image img {
    transform: scale(1.02);
}

.gh-home-latest-feed .gh-home-section-item:not(.is-featured) .gh-card-excerpt {
    display: none;
}

.gh-home-latest-feed .gh-home-section-item:not(.is-featured) .gh-card-wrapper {
    gap: 0.8rem;
    padding: 1.1rem 1.15rem 1.2rem;
}

.gh-home-latest-feed .gh-home-section-item:not(.is-featured) .gh-card-title {
    font-size: 1.65rem;
}

.gh-home-latest-feed .gh-home-section-item:not(.is-featured) .gh-card-footer {
    font-size: 1.05rem;
}

.gh-home-latest-feed .gh-home-section-item:not(.is-featured) .gh-card-image {
    aspect-ratio: 16 / 8.75;
}

.gh-home-latest-feed .gh-home-section-item.is-featured .gh-card-image {
    aspect-ratio: 16 / 8.85;
}

.gh-home-latest-feed .gh-home-section-item.is-featured .gh-card-title {
    font-size: clamp(2.75rem, 2.95vw, 3.9rem);
    line-height: 1.08;
}

.gh-home-latest-feed .gh-home-section-item.is-featured .gh-card-excerpt {
    -webkit-line-clamp: 1;
    font-size: 1.55rem;
}

.gh-section-main {
    padding-top: 5.6rem;
    padding-bottom: 8rem;
}

.gh-section-hero {
    max-width: 84rem;
    margin: 0 auto 3.1rem;
    text-align: center;
}

.gh-section-eyebrow {
    margin: 0 0 1.2rem;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6a7282;
}

.gh-section-title {
    margin: 0;
    font-size: clamp(3rem, 4.3vw, 5rem);
    font-weight: 620;
    line-height: 1.02;
    letter-spacing: -0.05em;
    color: var(--seven-text);
}

.gh-section-description {
    max-width: 68rem;
    margin: 1.35rem auto 0;
    font-size: 1.72rem;
    line-height: 1.65;
    font-weight: 450;
    color: var(--seven-muted);
}

.gh-section-hero .gh-browser-toolbar {
    margin-top: 2.2rem;
}

.gh-section-feed {
    margin-top: 0;
}

.gh-section-feed--articles {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem;
}

.gh-foot {
    position: relative;
    z-index: 1;
    margin-top: 0;
    padding-top: 5.8rem;
    padding-bottom: 4.8rem;
    color: var(--seven-text);
    background: var(--seven-surface);
    border-radius: 0;
    box-shadow: 0 -8px 24px rgba(16, 24, 40, 0.04);
}

.gh-foot,
.gh-foot a,
.gh-foot a:hover {
    color: var(--seven-text);
}

.gh-foot-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 4.8rem 5.2rem;
    align-items: start;
}

.gh-foot-brand {
    max-width: 58rem;
}

.gh-foot-logo {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.gh-foot-logo img {
    max-height: 4rem;
}

.gh-foot-description {
    margin-top: 1.6rem;
    max-width: 58rem;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 450;
    color: var(--seven-muted);
}

.gh-foot-signup {
    display: flex;
    align-items: stretch;
    max-width: 42rem;
    margin-top: 2.6rem;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: none;
    gap: 0.8rem;
}

.gh-foot-input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 1.5rem;
    font-size: 1.5rem;
    color: var(--seven-text);
    background: #fff;
    border: 1px solid var(--seven-border);
    border-radius: 0.55rem;
    outline: none;
    min-height: 4.4rem;
}

.gh-foot-input::placeholder {
    color: #8a95a7;
}

.gh-foot-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
    -webkit-text-fill-color: #101318;
}

.gh-foot-btn {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 4.4rem;
    min-width: 12.2rem;
    width: auto;
    padding: 0 1.4rem;
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    color: #fff;
    background: #111;
    border: 1px solid #111;
    border-radius: 0.45rem;
    gap: 0.7rem;
    box-sizing: border-box;
}

.gh-foot-btn--subscribed {
    color: #111;
    background: #fff;
    border-color: var(--seven-border);
}

.gh-foot-columns {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2.8rem;
}

.gh-foot-heading {
    margin-bottom: 1.4rem;
    font-size: 1.7rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--seven-text);
}

.gh-foot-menu {
    width: 100%;
}

.gh-foot-menu .nav {
    display: grid;
    gap: 1rem;
    justify-content: start;
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 600;
}

.gh-foot-menu .nav li + li::before {
    display: none;
}

.gh-foot-links {
    display: grid;
    gap: 1rem;
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 600;
}

.gh-foot-links a {
    color: var(--seven-muted);
}

.gh-foot-links a:hover {
    color: var(--seven-text);
    opacity: 1;
}

.gh-foot-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 4.4rem;
    padding-top: 2rem;
    border-top: 1px solid var(--seven-border);
}

.gh-copyright {
    margin-top: 0;
    font-size: 1.4rem;
    color: #667085;
    white-space: normal;
}

.gh-foot-social {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.gh-foot-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.8rem;
    height: 3.8rem;
    color: var(--seven-text);
    background: #fff;
    border: 1px solid var(--seven-border);
    border-radius: 1rem;
}

.gh-foot-social-link svg {
    width: 1.8rem;
    height: 1.8rem;
}

.gh-foot-social-link:hover {
    transform: translateY(-2px);
    border-color: var(--seven-border-strong);
    box-shadow: 0 8px 18px rgba(16, 24, 40, 0.08);
    opacity: 1;
}

#ghost-portal-root iframe[title="portal-trigger"],
iframe[title="portal-trigger"],
.gh-portal-triggerbtn-iframe,
[data-testid="portal-trigger-frame"],
.gh-portal-triggerbtn-wrapper,
.gh-portal-triggerbtn-container {
    display: none !important;
}

.gh-foot-btn:hover {
    transform: translateY(-1px) scale(0.98);
}

.gh-foot-btn:active {
    transform: scale(0.94);
}

@media (max-width: 1199px) {
    .gh-news-feed {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .gh-home-main {
        margin-top: -3rem;
        padding-top: 5rem;
    }

    .gh-news-feed {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-template .gh-head-inner,
    body:not(.home-template) .gh-head-inner {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .gh-foot-inner {
        grid-template-columns: 1fr;
    }

    .gh-foot-columns {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .home-template .gh-head {
        position: fixed;
        inset: 0 0 auto 0;
        background: transparent;
        transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, backdrop-filter 0.22s ease;
    }

    body.home-template.is-mobile-head-visible:not(.is-head-open) .gh-head {
        background: #0b0b0d;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    }

    .home-template .gh-head-inner,
    body:not(.home-template) .gh-head-inner {
        grid-template-columns: 1fr;
        column-gap: 0;
        min-height: 5.8rem;
    }

    #gh-head .gh-head-inner {
        gap: 0;
        grid-template-rows: auto;
    }

    #gh-head .gh-head-brand {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        column-gap: 1.2rem;
        height: 5.7rem;
        width: 100%;
        justify-self: stretch;
    }

    #gh-head .gh-head-brand-wrapper {
        min-width: 0;
    }

    #gh-head .gh-burger {
        justify-self: end;
        margin-right: 0;
    }

    .gh-site-logo-image--header {
        max-height: 1.24rem;
        max-width: 8.6rem;
    }

    .home-template .gh-head-link,
    .home-template .gh-head-btn.gh-btn,
    body:not(.home-template) .gh-head-link,
    body:not(.home-template) .gh-head-btn.gh-btn {
        min-height: 4.4rem;
        min-width: 0;
        padding: 0 1.2rem;
        font-size: 1.25rem;
        border-radius: 0.7rem;
    }

    #gh-head .gh-head-panel {
        display: none;
    }

    body.is-head-open {
        overflow: hidden;
        height: 100dvh;
    }

    body.is-head-open #gh-head {
        position: fixed;
        inset: 0 !important;
        height: 100dvh !important;
        overflow: hidden !important;
        overflow-x: hidden !important;
        background: linear-gradient(180deg, #19181c 0%, #2a292d 100%) !important;
        z-index: 200;
    }

    body.is-head-open #gh-head .gh-head-inner {
        height: 100%;
        grid-template-rows: auto 1fr;
        overflow-x: hidden;
    }

    body.is-head-open #gh-head .gh-head-panel {
        position: static;
        display: grid;
        grid-template-rows: auto auto;
        align-content: start;
        gap: 1.8rem;
        padding: 1.4rem 0 2rem;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        overflow-y: auto;
        overflow-x: hidden;
        transform: translateX(2rem);
        opacity: 0;
        transition: transform 0.24s ease, opacity 0.24s ease;
    }

    body.is-head-open #gh-head .gh-head-menu,
    body.is-head-open #gh-head .gh-head-actions {
        position: static !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: transparent !important;
        text-align: left;
        width: 100%;
    }

    body.is-head-open #gh-head .gh-head-panel {
        transform: translateX(0);
        opacity: 1;
    }

    body.is-head-open #gh-head .gh-head-menu {
        transform: none !important;
        align-self: start;
        justify-content: flex-start !important;
        padding-top: 0.2rem;
    }

    body.is-head-open #gh-head .nav {
        display: grid;
        gap: 0;
        align-content: start;
        justify-content: stretch;
        width: 100%;
        max-width: none;
    }

    body.is-head-open #gh-head .nav li {
        position: relative;
        width: 100%;
    }

    body.is-head-open #gh-head .nav li::after {
        position: absolute;
        right: calc(50% - 50vw);
        bottom: 0;
        left: calc(50% - 50vw);
        height: 1px;
        content: "";
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.12));
    }

    body.is-head-open #gh-head .nav li:last-child::after {
        display: none;
    }

    body.is-head-open #gh-head .nav a {
        display: block;
        margin: 0;
        padding: 1.45rem 0;
        font-size: 1.58rem;
        font-weight: 600;
        line-height: 1.35;
        color: #fff !important;
        background: transparent;
        border: 0;
        border-radius: 0;
    }

    body.is-head-open #gh-head .gh-head-actions {
        display: block !important;
        margin-top: 0;
        padding-top: 0.8rem;
        padding-bottom: 0;
        border-top: 0;
        border-bottom: 0;
        background: transparent !important;
        box-shadow: none;
        outline: 0;
    }

    body.is-head-open #gh-head .gh-head-actions::before,
    body.is-head-open #gh-head .gh-head-actions::after,
    body.is-head-open #gh-head .gh-head-members::before,
    body.is-head-open #gh-head .gh-head-members::after {
        content: none !important;
        display: none !important;
    }

    body.is-head-open #gh-head .gh-head-members {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        padding-bottom: 0;
        border-bottom: 0;
    }

    body.is-head-open #gh-head .gh-head-link,
    body.is-head-open #gh-head .gh-head-btn.gh-btn {
        width: 100%;
        min-width: 0;
        min-height: 4.8rem;
        justify-content: center;
        font-size: 1.42rem;
        font-weight: 700;
        color: #111 !important;
        background: #fff !important;
        border: 1px solid #fff;
        border-radius: 0.75rem;
    }

    .gh-home-hero {
        margin-top: -6.4rem;
        padding-top: 6.4rem;
        padding-bottom: 0;
        min-height: calc(100svh + 10.2rem);
        min-height: calc(100dvh + 10.2rem);
        display: flex;
        align-items: stretch;
    }

    .gh-home-hero-inner {
        width: 100%;
        min-height: calc(100svh + 1.8rem);
        min-height: calc(100dvh + 1.8rem);
        padding-top: 6.8rem;
        padding-bottom: 7.2rem;
        justify-content: center;
    }

    .gh-home-title {
        max-width: none;
        font-size: clamp(2.9rem, 9.2vw, 4.3rem);
        font-weight: 620;
        line-height: 1.08;
    }

    .gh-home-description {
        max-width: 31rem;
        margin-top: 2.6rem;
        font-size: 1.45rem;
        line-height: 1.45;
    }

    .gh-home-signup,
    .gh-foot-signup {
        flex-direction: column;
        gap: 0.8rem;
        width: 100%;
    }

    .gh-home-signup input,
    .gh-foot-signup input {
        min-width: 0;
        min-height: 5.2rem;
        border-radius: 0.9rem;
    }

    .gh-home-btn,
    .gh-foot-btn {
        width: 100%;
        flex: 0 0 auto;
        min-height: 5.2rem;
        border-radius: 0.9rem;
    }

    .gh-home-proof {
        margin-top: 3.8rem;
        padding-top: 0;
    }

    .gh-home-proof-label {
        font-size: 1.32rem;
    }

    .gh-home-proof-list {
        width: min(100%, 33rem);
    }

    .gh-home-proof-strip {
        width: 100%;
    }

    .gh-home-proof-strip--desktop {
        display: none;
    }

    .gh-home-proof-strip--mobile {
        display: block;
    }

    .gh-home-main {
        margin-top: -1.6rem;
        padding-top: 6rem;
        padding-bottom: 6.4rem;
        border-radius: 0.9rem 0.9rem 0 0;
    }

    .gh-home-section--latest + .gh-resource-section {
        margin-top: 6.8rem;
    }

    .gh-resource-section + .gh-resource-section {
        margin-top: 6.8rem;
    }

    .gh-home-section--latest + .gh-resource-section {
        margin-top: 6.4rem;
    }

    .gh-section-search {
        width: 100%;
        min-height: 4.8rem;
        margin-top: 1.6rem;
        font-size: 1.42rem;
        border-radius: 1.2rem;
    }

    .gh-news-feed {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }

    .gh-home-feed-head {
        margin-bottom: 2.2rem;
    }

    .gh-home-feed-title {
        font-size: clamp(2.35rem, 8vw, 3.3rem);
    }

    .gh-home-feed-description,
    .gh-home-section-description,
    .gh-section-description {
        font-size: 1.45rem;
    }

    .gh-browser-search {
        min-height: 5.1rem;
        padding: 0 1.4rem;
        border-radius: 1rem;
    }

    .gh-browser-search input {
        font-size: 1.5rem;
    }

    .gh-filter-bar {
        gap: 0.7rem;
    }

    .gh-filter-chip {
        min-height: 3.8rem;
        padding: 0 1rem;
        font-size: 1.16rem;
        border-radius: 0.8rem;
    }

    .gh-home-section {
        margin-top: 4rem;
    }

    .gh-home-section-head {
        margin-bottom: 1.6rem;
    }

    .gh-home-section-title {
        font-size: 2.35rem;
    }

    .gh-home-latest-feed,
    .gh-resource-feed {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 1.4rem;
    }

    .gh-section-feed--articles {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }

    .gh-home-latest-feed .gh-home-section-item.is-featured {
        grid-row: auto;
    }

    .gh-home-latest-feed .gh-home-section-item:not(.is-featured) .gh-card-link {
        display: grid;
        grid-template-columns: 12.6rem minmax(0, 1fr);
        align-items: stretch;
        min-height: 12.6rem;
    }

    .gh-home-latest-feed .gh-home-section-item:not(.is-featured) .gh-card-image {
        height: 100%;
        aspect-ratio: auto;
    }

    .gh-home-latest-feed .gh-home-section-item:not(.is-featured) .gh-card-wrapper {
        justify-content: center;
        padding: 1.05rem 1.15rem;
    }

    .gh-home-latest-feed .gh-home-section-item:not(.is-featured) .gh-card-title {
        font-size: 1.42rem;
        line-height: 1.3;
    }

    .gh-home-latest-feed .gh-home-section-item:not(.is-featured) .gh-card-footer {
        margin-top: 0.5rem;
    }

    .gh-home-latest-feed .gh-home-section-item:not(.is-featured) .gh-card-tag {
        top: 0.7rem;
        left: 0.7rem;
        max-width: calc(12.6rem - 1.4rem);
    }

    .gh-section-feed--articles > [data-card-item] .gh-card-link {
        display: grid;
        grid-template-columns: 12.6rem minmax(0, 1fr);
        align-items: stretch;
        min-height: 12.6rem;
    }

    .gh-section-feed--articles > [data-card-item] .gh-card-image {
        height: 100%;
        aspect-ratio: auto;
    }

    .gh-section-feed--articles > [data-card-item] .gh-card-wrapper {
        justify-content: center;
        padding: 1.05rem 1.15rem;
    }

    .gh-section-feed--articles > [data-card-item] .gh-card-excerpt {
        display: none;
    }

    .gh-section-feed--articles > [data-card-item] .gh-card-title {
        font-size: 1.42rem;
        line-height: 1.3;
    }

    .gh-section-feed--articles > [data-card-item] .gh-card-footer {
        margin-top: 0.5rem;
    }

    .gh-home-section-btn.gh-btn {
        min-width: 12.8rem;
        border-radius: 0.7rem;
    }

    .gh-news-card {
        border-radius: 1.2rem;
    }

    .gh-card-tag {
        top: 0.8rem;
        left: 0.8rem;
        min-height: 2.5rem;
        padding: 0 0.8rem;
        font-size: 1.05rem;
    }

    .gh-news-card .gh-card-wrapper {
        gap: 0.8rem;
        padding: 1.25rem 1.25rem 1.35rem;
    }

    .gh-news-card .gh-card-title {
        font-size: 1.58rem;
    }

    .gh-news-card .gh-card-excerpt {
        font-size: 1.34rem;
        line-height: 1.5;
    }

    .gh-news-card .gh-card-footer {
        font-size: 1.05rem;
    }

    .gh-section-main {
        padding-top: 4.2rem;
        padding-bottom: 6.4rem;
    }

    .gh-browser-toolbar {
        gap: 1.2rem;
        margin-top: 2rem;
    }

    .gh-section-hero {
        margin-bottom: 2.6rem;
    }

    .gh-foot {
        padding-top: 4rem;
        padding-bottom: 4.8rem;
        border-radius: 0;
    }

    .gh-foot-brand {
        max-width: none;
    }

    .gh-foot-signup {
        max-width: none;
        margin-top: 0;
    }

    .gh-foot-columns {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .gh-foot-heading {
        margin-bottom: 1rem;
        font-size: 1.55rem;
    }

    .gh-foot-bottom {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 2.8rem;
    }
}