:root{--gc-background:#ffffff;--gc-surface:#f5f8ff;--gc-surface-muted:#eef4fb;--gc-border:#dce5ef;--gc-text-primary:#1c1d22;--gc-text-secondary:#5f6977;--gc-accent:#0078d4;--gc-accent-hover:#0c6eb9;--gc-success:#15803d;--gc-warning:#b45309;--gc-danger:#b91c1c;--gc-blue:var(--gc-accent);--gc-blue-dark:var(--gc-accent-hover)}html[class~=dark]{--gc-background:#08152c;--gc-surface:#10233f;--gc-surface-muted:#132a49;--gc-border:#2b4260;--gc-text-primary:#f5f8ff;--gc-text-secondary:#b9c7d8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;font-family:Inter,Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}pre,table{max-width:100%}pre{overflow-x:auto}.nextra-content table{display:block;overflow-x:auto}a,button,input{transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .16s ease}:focus-visible{outline:3px solid color-mix(in srgb,var(--gc-blue) 55%,transparent);outline-offset:3px}.help-logo{display:inline-flex;align-items:center;gap:.7rem;white-space:nowrap}.help-logo img{width:150px;height:auto}.help-logo__dark,html[class~=dark] .help-logo__light{display:none}html[class~=dark] .help-logo__dark{display:block}.help-logo>span{border-left:1px solid color-mix(in srgb,currentColor 18%,transparent);padding-left:.7rem;color:color-mix(in srgb,currentColor 70%,transparent);font-size:.82rem;font-weight:650}.help-navbar-link{border-radius:9px;background:var(--gc-blue);padding:.5rem .75rem;color:white!important;font-size:.875rem;font-weight:700;text-decoration:none}.help-navbar-link:hover{background:var(--gc-blue-dark)}.help-footer{justify-content:space-between}.help-footer,.help-footer>span:last-child{display:flex;gap:1rem}.help-home{width:100%}.help-hero{position:relative;display:grid;min-height:430px;place-items:center;align-content:center;overflow:hidden;padding:5rem 1.5rem 6rem;background:radial-gradient(circle at 14% 0,rgb(0 120 212/22%),transparent 35%),radial-gradient(circle at 86% 100%,rgb(103 177 255/18%),transparent 38%),linear-gradient(180deg,#eef7ff,#f8fbff);text-align:center}html[class~=dark] .help-hero{background:radial-gradient(circle at 14% 0,rgb(0 120 212/32%),transparent 38%),radial-gradient(circle at 86% 100%,rgb(30 98 171/25%),transparent 38%),linear-gradient(180deg,#091a34,#08152c)}.help-contact>div>span,.help-hero__eyebrow,.help-section-heading span{color:var(--gc-blue);font-size:.78rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.help-hero h1{max-width:780px;margin:.8rem 0 0;font-size:clamp(2.4rem,6vw,4.6rem);font-weight:760;letter-spacing:-.045em;line-height:1.02}.help-hero p{max-width:650px;margin:1rem auto 1.7rem;color:color-mix(in srgb,currentColor 66%,transparent);font-size:clamp(1rem,2vw,1.2rem)}.help-hero__search{width:min(680px,calc(100vw - 3rem))}.help-hero__search input{width:100%;min-height:58px;border-radius:16px;background:white;box-shadow:0 18px 55px rgb(31 74 120/14%);font-size:1rem}html[class~=dark] .help-hero__search input{background:#10233f;box-shadow:0 18px 55px rgb(0 0 0/22%)}.help-contact,.help-home__section{width:min(1180px,calc(100% - 3rem));margin:0 auto}.help-home__section{padding:4.5rem 0 0}.help-contact h2,.help-section-heading h2{margin:.35rem 0 0;font-size:clamp(1.6rem,3vw,2.15rem);letter-spacing:-.025em}.help-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.75rem}.help-category-card{display:grid;min-height:195px;align-content:space-between;border:1px solid color-mix(in srgb,currentColor 10%,transparent);border-radius:20px;background:color-mix(in srgb,currentColor 2%,transparent);padding:1.2rem;color:inherit;text-decoration:none}.help-category-card:hover{border-color:color-mix(in srgb,var(--gc-blue) 55%,transparent);transform:translateY(-3px)}.help-category-card__icon{display:grid;width:2.55rem;height:2.55rem;place-items:center;border-radius:12px;background:color-mix(in srgb,var(--gc-blue) 12%,transparent);color:var(--gc-blue);font-size:1.25rem;font-weight:800}.help-category-card small,.help-category-card strong{display:block}.help-category-card strong{margin-bottom:.3rem;font-size:1.05rem}.help-category-card small,.help-category-card__count,.help-link-list span{color:color-mix(in srgb,currentColor 62%,transparent)}.help-category-card__count{font-size:.78rem}.help-home__split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem}.help-link-list{display:grid;gap:.6rem;margin-top:1.4rem}.category-article-list a,.help-link-list a{display:grid;gap:.22rem;border-bottom:1px solid color-mix(in srgb,currentColor 10%,transparent);padding:.8rem 0;color:inherit;text-decoration:none}.category-article-list a:hover strong,.help-link-list a:hover strong{color:var(--gc-blue)}.category-article-list span,.help-link-list span{font-size:.875rem}.category-article-list{display:grid;gap:.2rem;margin:1.5rem 0}.help-contact{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-top:5rem;margin-bottom:4rem;border-radius:24px;background:linear-gradient(135deg,#e7f4ff,#f5f9ff);padding:2rem}html[class~=dark] .help-contact{background:linear-gradient(135deg,#102c50,#10213a)}.help-contact p{margin:.5rem 0 0;color:color-mix(in srgb,currentColor 65%,transparent)}.help-contact>a{flex:0 0 auto;border-radius:11px;background:var(--gc-blue);padding:.8rem 1rem;color:white;font-weight:750;text-decoration:none}.help-not-found{display:grid;justify-items:center;width:min(100% - 2rem,680px);margin:6rem auto;text-align:center}.help-not-found>span{color:var(--gc-blue);font-size:.82rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.help-not-found h1{margin:.65rem 0 0;font-size:clamp(2rem,6vw,3.5rem)}.help-not-found p{color:color-mix(in srgb,currentColor 65%,transparent)}.help-not-found>div{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1rem}.help-not-found a{border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:11px;padding:.75rem 1rem;color:inherit;font-weight:700;text-decoration:none}.help-not-found a:first-child{border-color:var(--gc-blue);background:var(--gc-blue);color:white}@media (max-width:900px){.help-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.help-home__split{gap:2rem}}@media (max-width:640px){.help-logo img{width:118px}.help-logo>span,.help-navbar-link{display:none}.help-hero{min-height:365px;padding:4rem 1rem 4.5rem}.help-category-grid,.help-home__split{grid-template-columns:1fr}.help-category-card{min-height:160px}.help-contact,.help-home__section{width:min(100% - 2rem,1180px)}.help-contact,.help-footer{align-items:flex-start;flex-direction:column}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}