/* Grabby Modern Knowledgebase — approved Support visual language */
.ghkb-page{--gmk-navy:#17263b;--gmk-navy-2:#223653;--gmk-orange:#ff7a1a;--gmk-soft:#f5f7fb;--gmk-border:#e4e9f1;--gmk-text:#182236;--gmk-muted:#667085;width:100%;padding:34px 36px 56px;color:var(--gmk-text);box-sizing:border-box}.ghkb-page *{box-sizing:border-box}

/* Hero and quick support */
.ghkb-hero-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(330px,.72fr);gap:24px;margin-bottom:28px}.ghkb-hero{position:relative;display:flex;align-items:center;min-height:280px;padding:42px 44px;overflow:hidden;color:#fff;background:linear-gradient(135deg,var(--gmk-navy),var(--gmk-navy-2));border-radius:26px;box-shadow:0 14px 38px rgba(23,38,59,.10)}.ghkb-hero:after{content:"";position:absolute;top:-100px;right:-80px;width:260px;height:260px;background:rgba(255,122,26,.18);border-radius:50%;pointer-events:none}.ghkb-hero__content{position:relative;z-index:1;width:100%;max-width:720px}.ghkb-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--gmk-orange);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.ghkb-hero .ghkb-eyebrow{color:#ffd6b4}.ghkb-hero h1{margin:15px 0 14px;color:#fff!important;font-size:42px;line-height:1.1}.ghkb-hero p{max-width:680px;margin:0 0 25px;color:rgba(255,255,255,.78)!important;font-size:16px;line-height:1.75}
.ghkb-search{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;max-width:650px;overflow:hidden;background:#fff;border:1px solid rgba(255,255,255,.32);border-radius:13px;box-shadow:0 10px 28px rgba(7,16,31,.16)}.ghkb-search__icon{display:grid;place-items:center;color:var(--gmk-muted)}.ghkb-search .form-control{height:50px;min-width:0;padding:0 8px;color:var(--gmk-text)!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important}.ghkb-search .form-control::placeholder{color:#98a2b3}.ghkb-search__button{align-self:stretch;min-width:105px;color:#fff!important;background:var(--gmk-orange)!important;border:0!important;border-radius:0!important;font-weight:800}.ghkb-search__button:hover{background:#e96508!important}
.ghkb-quick-card{padding:28px;background:#fff;border:1px solid var(--gmk-border);border-radius:26px;box-shadow:0 12px 34px rgba(23,38,59,.05)}.ghkb-quick-card__header{display:grid;gap:14px;margin-bottom:17px}.ghkb-account-button{display:grid;grid-template-columns:24px minmax(0,1fr) 14px;align-items:center;gap:9px;padding:12px 14px;color:var(--gmk-text)!important;background:var(--gmk-soft);border:1px solid var(--gmk-border);border-radius:12px;text-decoration:none!important}.ghkb-quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ghkb-quick-link{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;min-height:78px;padding:13px;color:var(--gmk-text)!important;background:#fff;border:1px solid var(--gmk-border);border-radius:14px;text-decoration:none!important;transition:.2s ease}.ghkb-quick-link:hover{background:#fff7f0;border-color:rgba(255,122,26,.3);transform:translateY(-1px)}.ghkb-quick-link__icon{display:grid;width:38px;height:38px;place-items:center;color:var(--gmk-orange);background:#fff1e8;border-radius:11px}.ghkb-quick-link strong,.ghkb-quick-link small{display:block}.ghkb-quick-link strong{font-size:13px}.ghkb-quick-link small{margin-top:3px;color:var(--gmk-muted);font-size:10px}

/* Shared content surfaces */
.ghkb-section{margin-bottom:28px;padding:30px;background:#fff;border:1px solid var(--gmk-border);border-radius:22px;box-shadow:0 12px 35px rgba(23,38,59,.04)}.ghkb-section__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.ghkb-section__heading h2{margin:5px 0 3px;color:var(--gmk-text)!important;font-size:27px}.ghkb-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ghkb-category-card,.ghkb-article-row{position:relative;min-width:0}.ghkb-category-card__link{display:grid;grid-template-columns:50px minmax(0,1fr) auto 14px;align-items:center;gap:14px;min-height:112px;padding:18px;color:var(--gmk-text)!important;background:var(--gmk-soft);border:1px solid var(--gmk-border);border-radius:16px;text-decoration:none!important;transition:.2s ease}.ghkb-category-card__link:hover{background:#fff8f2;border-color:rgba(255,122,26,.32);transform:translateY(-1px)}.ghkb-category-card__icon{display:grid;width:50px;height:50px;place-items:center;color:var(--gmk-orange);background:#fff1e8;border-radius:14px;font-size:19px}.ghkb-category-card__content,.ghkb-category-card__title,.ghkb-category-card__description{display:block;min-width:0}.ghkb-category-card__title{color:var(--gmk-text)!important;font-size:16px;font-weight:800}.ghkb-category-card__description{display:-webkit-box;margin-top:5px;overflow:hidden;color:var(--gmk-muted)!important;font-size:12px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ghkb-category-card__meta{padding:6px 9px;color:#9a420b;background:#ffe9d7;border-radius:999px;font-size:10px;font-weight:800;white-space:nowrap}.ghkb-category-card__arrow{color:var(--gmk-muted)}
.ghkb-article-list{display:grid;gap:10px}.ghkb-article-row__link{display:grid;grid-template-columns:44px minmax(0,1fr) 14px;align-items:center;gap:13px;padding:16px 18px;color:var(--gmk-text)!important;background:var(--gmk-soft);border:1px solid var(--gmk-border);border-radius:14px;text-decoration:none!important;transition:.2s ease}.ghkb-article-row__link:hover{background:#fff8f2;border-color:rgba(255,122,26,.3);transform:translateX(2px)}.ghkb-article-row__icon{display:grid;width:44px;height:44px;place-items:center;color:var(--gmk-orange);background:#fff1e8;border-radius:12px}.ghkb-article-row__content,.ghkb-article-row__title,.ghkb-article-row__excerpt{display:block;min-width:0}.ghkb-article-row__title{color:var(--gmk-text)!important;font-size:14px;font-weight:800}.ghkb-article-row__excerpt{margin-top:4px;overflow:hidden;color:var(--gmk-muted)!important;font-size:11px;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.ghkb-article-row__arrow{color:var(--gmk-muted)}.ghkb-edit-button{position:absolute;right:12px;bottom:9px;z-index:2;color:var(--gmk-navy)!important;background:#fff!important;border:1px solid var(--gmk-border)!important;border-radius:9px!important}
.ghkb-empty-state{display:flex;min-height:260px;margin-bottom:28px;padding:35px;flex-direction:column;align-items:center;justify-content:center;color:var(--gmk-muted);background:#fff;border:1px solid var(--gmk-border);border-radius:22px;text-align:center}.ghkb-empty-state>i{margin-bottom:14px;color:var(--gmk-orange);font-size:34px}.ghkb-empty-state h2{color:var(--gmk-text)!important}.ghkb-empty-state p{color:var(--gmk-muted)!important}.ghkb-empty-state--small{min-height:170px;background:var(--gmk-soft);border-radius:14px}

/* Warm support CTA */
.ghkb-support-card{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:20px;padding:26px 30px;background:linear-gradient(135deg,#fff5ed,#fff);border:1px solid #ffe0c7;border-radius:22px;box-shadow:0 12px 35px rgba(23,38,59,.04)}.ghkb-support-card__icon{display:grid;width:58px;height:58px;place-items:center;color:#fff;background:var(--gmk-orange);border-radius:16px;font-size:21px}.ghkb-support-card h2{margin:4px 0;color:var(--gmk-text)!important;font-size:22px}.ghkb-support-card p{margin:0;color:var(--gmk-muted)!important}.ghkb-support-card__button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 17px;color:#fff!important;background:var(--gmk-navy)!important;border-color:var(--gmk-navy)!important;border-radius:12px!important;font-weight:800}.ghkb-page-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.ghkb-secondary-button{color:#344054!important;background:#fff!important;border:1px solid #d8dee8!important;border-radius:11px!important}

/* Article reading experience */
.ghkb-article-card{overflow:hidden;background:#fff;border:1px solid var(--gmk-border);border-radius:26px;box-shadow:0 14px 40px rgba(23,38,59,.06)}.ghkb-article-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:22px;min-height:245px;padding:42px 44px;overflow:hidden;color:#fff;background:linear-gradient(135deg,var(--gmk-navy),var(--gmk-navy-2))}.ghkb-article-header:after{content:"";position:absolute;top:-105px;right:-75px;width:260px;height:260px;background:rgba(255,122,26,.18);border-radius:50%;pointer-events:none}.ghkb-article-header>*{position:relative;z-index:1}.ghkb-article-header h1{max-width:820px;margin:15px 0;color:#fff!important;font-size:40px;line-height:1.18}.ghkb-article-meta{display:flex;flex-wrap:wrap;gap:8px}.ghkb-article-meta>span,.ghkb-tag{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;color:rgba(255,255,255,.82)!important;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:999px;font-size:11px}.ghkb-print-button{color:var(--gmk-navy)!important;background:#fff!important;border:0!important;border-radius:11px!important;font-weight:800}.ghkb-article-content{padding:42px 44px;color:#344054!important;background:#fff!important;font-size:15px;line-height:1.8}.ghkb-article-content h1,.ghkb-article-content h2,.ghkb-article-content h3,.ghkb-article-content h4{color:var(--gmk-text)!important}.ghkb-article-content a{color:#d85f0b}.ghkb-article-content img{max-width:100%;height:auto;border-radius:14px}.ghkb-article-content pre{padding:18px;overflow:auto;color:#edf3fa;background:#101b2a;border-radius:12px}.ghkb-article-content table{width:100%;margin:20px 0;border-collapse:collapse}.ghkb-article-content th,.ghkb-article-content td{padding:12px;border:1px solid var(--gmk-border)}.ghkb-article-content th{color:var(--gmk-text);background:var(--gmk-soft)}
.ghkb-helpful{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 30px 30px;padding:24px 26px;background:linear-gradient(135deg,#fff5ed,#fff);border:1px solid #ffe0c7;border-radius:18px}.ghkb-helpful h2{margin:5px 0;color:var(--gmk-text)!important;font-size:21px}.ghkb-helpful p{margin:0;color:var(--gmk-muted)!important}.ghkb-helpful__actions{display:flex;gap:9px}.ghkb-vote-button{min-width:92px;color:var(--gmk-navy)!important;background:#fff!important;border:1px solid #d8dee8!important;border-radius:11px!important;font-weight:800}.ghkb-vote-button:hover{color:#fff!important;background:var(--gmk-navy)!important;border-color:var(--gmk-navy)!important}.ghkb-vote-success{display:flex;align-items:center;gap:10px;margin-bottom:18px;padding:15px 18px;color:#08734e;background:#e8fff5;border:1px solid #b9efd9;border-radius:13px;font-weight:700}

/* Light cards stay readable when the global dark-mode canvas is enabled. */
body.gh-dark-mode .ghkb-page{color:var(--gmk-text)}body.gh-dark-mode .ghkb-quick-card,body.gh-dark-mode .ghkb-section,body.gh-dark-mode .ghkb-article-card,body.gh-dark-mode .ghkb-article-content{color:var(--gmk-text)!important;background:#fff!important}body.gh-dark-mode .ghkb-quick-card h1,body.gh-dark-mode .ghkb-quick-card h2,body.gh-dark-mode .ghkb-section h1,body.gh-dark-mode .ghkb-section h2,body.gh-dark-mode .ghkb-section h3,body.gh-dark-mode .ghkb-article-content h1,body.gh-dark-mode .ghkb-article-content h2,body.gh-dark-mode .ghkb-article-content h3,body.gh-dark-mode .ghkb-support-card h2{color:var(--gmk-text)!important}

@media(max-width:1100px){.ghkb-hero-grid{grid-template-columns:1fr}.ghkb-quick-card{min-height:auto}}@media(max-width:767px){.ghkb-page{padding:22px 16px 42px}.ghkb-hero{min-height:auto;padding:31px 24px;border-radius:20px}.ghkb-hero h1{font-size:32px}.ghkb-search{grid-template-columns:40px minmax(0,1fr)}.ghkb-search__button{grid-column:1/-1;min-height:44px}.ghkb-quick-card,.ghkb-section{padding:22px;border-radius:19px}.ghkb-quick-grid,.ghkb-category-grid{grid-template-columns:1fr}.ghkb-category-card__link{grid-template-columns:44px minmax(0,1fr) 14px}.ghkb-category-card__icon{width:44px;height:44px}.ghkb-category-card__meta{display:none}.ghkb-article-row__excerpt{white-space:normal}.ghkb-support-card{grid-template-columns:52px minmax(0,1fr);padding:22px}.ghkb-support-card__icon{width:52px;height:52px}.ghkb-support-card__button{grid-column:2;justify-self:start}.ghkb-article-header{min-height:auto;padding:32px 24px;flex-direction:column}.ghkb-article-header h1{font-size:32px}.ghkb-article-content{padding:28px 22px}.ghkb-helpful{align-items:flex-start;margin:0 18px 18px;padding:21px;flex-direction:column}.ghkb-helpful__actions{width:100%}.ghkb-vote-button{flex:1}.ghkb-page-actions{align-items:stretch;flex-direction:column}.ghkb-page-actions .btn{width:100%}}

@media print{.ghkb-article-header{min-height:auto;padding:20px;color:#000;background:#fff}.ghkb-article-header h1{color:#000!important}.ghkb-print-button,.ghkb-helpful,.ghkb-related,.ghkb-page-actions{display:none!important}.ghkb-article-card{border:0;box-shadow:none}.ghkb-article-content{padding:20px 0}}

/* Knowledgebase sidebar — same approved light/dark treatment as Support. */
body.gm-knowledgebase-page .gm-kb-sidebar-column{isolation:isolate;color:#182236!important;background:linear-gradient(180deg,#fff 0%,#f3f6fb 100%)!important;border-right:1px solid #e4e9f1!important;box-shadow:18px 0 48px rgba(23,38,59,.08)!important;transition:background-color .28s ease,color .28s ease,box-shadow .28s ease}
body.gm-knowledgebase-page .gm-kb-sidebar-column:before,body.gm-knowledgebase-page .gm-kb-sidebar-column:after{content:""!important;position:absolute!important;z-index:-1!important;top:auto!important;display:block!important;border-radius:50%!important;pointer-events:none!important}
body.gm-knowledgebase-page .gm-kb-sidebar-column:before{bottom:-70px!important;left:-105px!important;width:240px!important;height:240px!important;background:rgba(255,122,26,.10)!important}
body.gm-knowledgebase-page .gm-kb-sidebar-column:after{bottom:65px!important;left:-82px!important;width:145px!important;height:145px!important;background:rgba(23,38,59,.055)!important}
body.gm-knowledgebase-page .gm-kb-sidebar-toggle,body.gm-knowledgebase-page .gm-kb-sidebar-content{position:relative;z-index:1}
body.gm-knowledgebase-page .gm-kb-sidebar-toggle{color:#475467!important;background:rgba(255,255,255,.62)!important;border-bottom-color:#e4e9f1!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
body.gm-knowledgebase-page .gm-kb-sidebar-toggle:hover,body.gm-knowledgebase-page .gm-kb-sidebar-toggle:focus{color:#17263b!important;background:rgba(255,122,26,.09)!important}
body.gm-knowledgebase-page .gm-kb-sidebar-secondary{border-top-color:rgba(23,38,59,.09)!important}
body.gm-knowledgebase-page .gm-kb-sidebar-panel .card-header,body.gm-knowledgebase-page .gm-kb-sidebar-panel .card-header *,body.gm-knowledgebase-page .gm-kb-sidebar-panel .panel-heading,body.gm-knowledgebase-page .gm-kb-sidebar-panel .panel-heading *,body.gm-knowledgebase-page .gm-kb-sidebar-panel .card-title,body.gm-knowledgebase-page .gm-kb-sidebar-panel .panel-title{color:#344054!important}
body.gm-knowledgebase-page .gm-kb-sidebar-panel .card-header i,body.gm-knowledgebase-page .gm-kb-sidebar-panel .panel-heading i,body.gm-knowledgebase-page .gm-kb-sidebar-panel .list-group-item i{color:#ff7a1a!important}
body.gm-knowledgebase-page .gm-kb-sidebar-panel .list-group-item{color:#475467!important;background:rgba(255,255,255,.58)!important;border-color:rgba(23,38,59,.10)!important;box-shadow:0 5px 14px rgba(23,38,59,.025)!important;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}
body.gm-knowledgebase-page .gm-kb-sidebar-panel .list-group-item:hover,body.gm-knowledgebase-page .gm-kb-sidebar-panel .list-group-item:focus{color:#17263b!important;background:#fff7f0!important;border-color:rgba(255,122,26,.28)!important;box-shadow:0 8px 20px rgba(23,38,59,.07)!important;transform:translateX(2px)}
body.gm-knowledgebase-page .gm-kb-sidebar-panel .list-group-item.active{color:#17263b!important;background:linear-gradient(135deg,rgba(23,38,59,.14),rgba(34,54,83,.07))!important;border-color:rgba(23,38,59,.25)!important;box-shadow:0 9px 22px rgba(23,38,59,.10)!important}
body.gm-knowledgebase-page .gm-kb-sidebar-panel .list-group-item .badge,body.gm-knowledgebase-page .gm-kb-sidebar-panel .list-group-item .badge-info{color:#17263b!important;background:#fff!important;border:1px solid rgba(23,38,59,.12)!important}

body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-column{color:#fff!important;background:linear-gradient(180deg,#17263b 0%,#223653 100%)!important;border-right-color:rgba(255,255,255,.08)!important;box-shadow:18px 0 50px rgba(10,20,35,.24)!important}
body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-column:before{background:rgba(255,122,26,.16)!important}
body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-column:after{background:rgba(255,255,255,.055)!important}
body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-toggle{color:rgba(255,255,255,.78)!important;background:rgba(255,255,255,.035)!important;border-bottom-color:rgba(255,255,255,.09)!important}
body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-toggle:hover,body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-toggle:focus{color:#fff!important;background:rgba(255,122,26,.12)!important}
body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-secondary{border-top-color:rgba(255,255,255,.09)!important}
body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .card-header,body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .card-header *,body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .panel-heading,body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .panel-heading *,body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .card-title,body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .panel-title{color:rgba(255,255,255,.94)!important}
body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .list-group-item{color:rgba(255,255,255,.76)!important;background:rgba(255,255,255,.035)!important;border-color:rgba(255,255,255,.09)!important;box-shadow:none!important}
body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .list-group-item:hover,body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .list-group-item:focus{color:#fff!important;background:rgba(255,122,26,.14)!important;border-color:rgba(255,122,26,.34)!important;box-shadow:0 8px 24px rgba(7,16,31,.16)!important}
body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .list-group-item.active{color:#fff!important;background:linear-gradient(135deg,rgba(7,16,31,.38),rgba(23,38,59,.22))!important;border-color:rgba(255,255,255,.18)!important;box-shadow:0 8px 24px rgba(7,16,31,.20)!important}
body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .list-group-item .badge,body.gm-knowledgebase-page.gh-dark-mode .gm-kb-sidebar-panel .list-group-item .badge-info{color:#17263b!important;background:#fff!important;border-color:rgba(255,255,255,.2)!important}

/* Functional sidebar search and account card. Markup is rendered by header.tpl. */
body.gm-knowledgebase-page .gm-announcements-sidebar-search{position:relative;display:flex;align-items:center;margin:0 0 16px;color:#667085}
body.gm-knowledgebase-page .gm-announcements-sidebar-search>i{position:absolute;left:13px;z-index:1;font-size:13px;pointer-events:none}
body.gm-knowledgebase-page .gm-announcements-sidebar-search input{width:100%;height:42px;padding:0 38px 0 36px;color:#182236;background:rgba(255,255,255,.82);border:1px solid rgba(23,38,59,.13);border-radius:12px;outline:none}
body.gm-knowledgebase-page .gm-announcements-sidebar-search input:focus{background:#fff;border-color:rgba(23,38,59,.38);box-shadow:0 0 0 3px rgba(23,38,59,.08)}
body.gm-knowledgebase-page .gm-announcements-sidebar-search input::-webkit-search-cancel-button,body.gm-knowledgebase-page .gm-announcements-sidebar-search input::-webkit-search-decoration{display:none;-webkit-appearance:none}
body.gm-knowledgebase-page .gm-announcements-sidebar-search input::-ms-clear,body.gm-knowledgebase-page .gm-announcements-sidebar-search input::-ms-reveal{display:none;width:0;height:0}
body.gm-knowledgebase-page .gm-announcements-sidebar-search button{position:absolute;right:7px;display:none;width:28px;height:28px;padding:0;color:#667085;background:transparent;border:0;border-radius:8px}body.gm-knowledgebase-page .gm-announcements-sidebar-search button.is-visible{display:block}
body.gm-knowledgebase-page .gm-announcements-search-results{position:absolute;top:calc(100% + 8px);left:0;z-index:80;width:100%;max-width:100%;max-height:430px;padding:8px;overflow-y:auto;background:#fff;border:1px solid #e4e9f1;border-radius:14px;box-shadow:0 18px 50px rgba(23,38,59,.18)}
body.gm-knowledgebase-page .gm-announcements-account-card{display:grid;gap:12px;margin-top:18px;padding-top:18px;border-top:1px solid rgba(23,38,59,.09)}body.gm-knowledgebase-page .gm-announcements-account-card__intro{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:11px;padding:13px;background:rgba(23,38,59,.045);border:1px solid rgba(23,38,59,.10);border-radius:14px}body.gm-knowledgebase-page .gm-announcements-account-card__icon{display:grid;width:42px;height:42px;place-items:center;color:#d85f0b;background:#fff4e8;border:1px solid rgba(216,95,11,.18);border-radius:12px}body.gm-knowledgebase-page .gm-announcements-account-card__intro strong{display:block;color:#17263b;font-size:14px}body.gm-knowledgebase-page .gm-announcements-account-card__intro small{display:block;margin-top:4px;color:#667085;font-size:11px;line-height:1.55}body.gm-knowledgebase-page .gm-announcements-account-action,body.gm-knowledgebase-page .gm-announcements-account-login{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:11px 13px;border-radius:11px;font-size:13px;font-weight:800;text-decoration:none!important}body.gm-knowledgebase-page .gm-announcements-account-login{color:#17263b!important;background:#fff;border:1px solid rgba(23,38,59,.16)}body.gm-knowledgebase-page .gm-announcements-account-action{color:#fff!important;background:linear-gradient(135deg,#17263b,#223653)}body.gm-knowledgebase-page .gm-announcements-account-action--orange{color:#17263b!important;background:#ff970f}
body.gm-knowledgebase-page.gh-dark-mode .gm-announcements-sidebar-search{color:rgba(255,255,255,.55)}body.gm-knowledgebase-page.gh-dark-mode .gm-announcements-sidebar-search input{color:#fff;background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.12)}body.gm-knowledgebase-page.gh-dark-mode .gm-announcements-sidebar-search input::placeholder{color:rgba(255,255,255,.48)}body.gm-knowledgebase-page.gh-dark-mode .gm-announcements-sidebar-search input:focus{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.28);box-shadow:0 0 0 3px rgba(255,255,255,.06)}body.gm-knowledgebase-page.gh-dark-mode .gm-announcements-account-card{border-top-color:rgba(255,255,255,.10)}body.gm-knowledgebase-page.gh-dark-mode .gm-announcements-account-card__intro{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.12)}body.gm-knowledgebase-page.gh-dark-mode .gm-announcements-account-card__intro strong{color:#fff}body.gm-knowledgebase-page.gh-dark-mode .gm-announcements-account-card__intro small{color:rgba(255,255,255,.65)}

/* Authoritative Knowledgebase layer.
   whmcs.css contains legacy high-specificity Knowledgebase experiments; these
   page-scoped declarations intentionally define the approved Support match. */
body.gm-knowledgebase-page .gm-kb-primary-content>.ghkb-page{width:100%!important;max-width:none!important;margin:0!important;padding:34px 36px 56px!important}
body.gm-knowledgebase-page .ghkb-hero-grid{display:grid!important;grid-template-columns:minmax(0,1.4fr) minmax(330px,.72fr)!important;align-items:stretch!important;gap:24px!important;width:100%!important;max-width:none!important;margin:0 0 28px!important}
body.gm-knowledgebase-page .ghkb-hero-grid .ghkb-hero{min-height:280px!important;margin:0!important;padding:42px 44px!important;color:#fff!important;background:linear-gradient(135deg,#17263b,#223653)!important;border:0!important;border-radius:26px!important;box-shadow:0 14px 38px rgba(23,38,59,.10)!important}
body.gm-knowledgebase-page .ghkb-hero-grid .ghkb-hero:after{top:-100px!important;right:-80px!important;bottom:auto!important;width:260px!important;height:260px!important;background:rgba(255,122,26,.18)!important;border:0!important;border-radius:50%!important;box-shadow:none!important}
body.gm-knowledgebase-page .ghkb-hero h1{margin:15px 0 14px!important;color:#fff!important;font-size:42px!important;line-height:1.1!important}body.gm-knowledgebase-page .ghkb-hero p{margin:0 0 25px!important;color:rgba(255,255,255,.78)!important;font-size:16px!important;line-height:1.75!important}
body.gm-knowledgebase-page .ghkb-search{position:relative!important;display:grid!important;grid-template-columns:44px minmax(0,1fr) auto!important;align-items:center!important;width:100%!important;max-width:650px!important;padding:0!important;overflow:hidden!important;background:#fff!important;border:1px solid rgba(255,255,255,.32)!important;border-radius:13px!important;box-shadow:0 10px 28px rgba(7,16,31,.16)!important}body.gm-knowledgebase-page .ghkb-search__icon{position:static!important;display:grid!important;place-items:center!important;color:#667085!important}body.gm-knowledgebase-page .ghkb-search .form-control{display:block!important;width:100%!important;height:50px!important;min-width:0!important;padding:0 8px!important;color:#182236!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important}body.gm-knowledgebase-page .ghkb-search__button{align-self:stretch!important;width:auto!important;min-width:105px!important;height:auto!important;margin:0!important;padding:0 20px!important;color:#fff!important;background:#ff7a1a!important;border:0!important;border-radius:0!important;font-weight:800!important}
body.gm-knowledgebase-page .ghkb-quick-card{position:relative!important;min-height:280px!important;padding:28px!important;overflow:hidden!important;color:#182236!important;background:#fff!important;border:1px solid #e4e9f1!important;border-radius:26px!important;box-shadow:0 12px 34px rgba(23,38,59,.05)!important}body.gm-knowledgebase-page .ghkb-quick-card:before,body.gm-knowledgebase-page .ghkb-quick-card:after{display:none!important}body.gm-knowledgebase-page .ghkb-quick-card__header,body.gm-knowledgebase-page .ghkb-quick-grid{position:relative!important;z-index:1!important}body.gm-knowledgebase-page .ghkb-quick-card .ghkb-eyebrow{color:#ff7a1a!important}
body.gm-knowledgebase-page .ghkb-account-button{display:grid!important;grid-template-columns:24px minmax(0,1fr) 14px!important;align-items:center!important;gap:9px!important;padding:12px 14px!important;color:#182236!important;background:#f5f7fb!important;border:1px solid #e4e9f1!important;border-radius:12px!important;text-decoration:none!important}body.gm-knowledgebase-page .ghkb-account-button i,body.gm-knowledgebase-page .ghkb-account-button span{color:#182236!important}
body.gm-knowledgebase-page .ghkb-quick-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}body.gm-knowledgebase-page .ghkb-quick-link{display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;min-height:78px!important;padding:13px!important;color:#182236!important;background:#fff!important;border:1px solid #e4e9f1!important;border-radius:14px!important;box-shadow:none!important;text-decoration:none!important}body.gm-knowledgebase-page .ghkb-quick-link:hover{color:#182236!important;background:#fff7f0!important;border-color:rgba(255,122,26,.3)!important}body.gm-knowledgebase-page .ghkb-quick-link__icon{display:grid!important;width:38px!important;height:38px!important;place-items:center!important;color:#ff7a1a!important;background:#fff1e8!important;border-radius:11px!important}body.gm-knowledgebase-page .ghkb-quick-link strong{color:#182236!important}body.gm-knowledgebase-page .ghkb-quick-link small{color:#667085!important}
body.gm-knowledgebase-page .ghkb-page>.ghkb-section{width:100%!important;max-width:none!important;margin:0 0 28px!important;padding:30px!important;background:#fff!important;border:1px solid #e4e9f1!important;border-radius:22px!important;box-shadow:0 12px 35px rgba(23,38,59,.04)!important}body.gm-knowledgebase-page .ghkb-category-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr))!important;gap:14px!important;width:100%!important;max-width:none!important}body.gm-knowledgebase-page .ghkb-category-card,body.gm-knowledgebase-page .ghkb-article-row{width:100%!important;min-width:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}body.gm-knowledgebase-page .ghkb-category-card__link{min-height:112px!important;padding:18px!important;background:#f5f7fb!important;border:1px solid #e4e9f1!important;border-radius:16px!important;box-shadow:none!important}body.gm-knowledgebase-page .ghkb-article-row__link{min-height:76px!important;padding:16px 18px!important;background:#f5f7fb!important;border:1px solid #e4e9f1!important;border-radius:14px!important;box-shadow:none!important}
body.gm-knowledgebase-page .ghkb-edit-button{position:absolute!important;top:10px!important;right:10px!important;bottom:auto!important;z-index:4!important;display:inline-flex!important;align-items:center!important;width:auto!important;max-width:82px!important;min-height:34px!important;padding:7px 10px!important;color:#17263b!important;background:#fff!important;border:1px solid #e4e9f1!important;border-radius:9px!important;box-shadow:0 4px 12px rgba(23,38,59,.08)!important;font-size:11px!important}
body.gm-knowledgebase-page .ghkb-page>.ghkb-support-card{width:100%!important;max-width:none!important;margin:0!important;padding:26px 30px!important;color:#182236!important;background:linear-gradient(135deg,#fff5ed,#fff)!important;border:1px solid #ffe0c7!important;border-radius:22px!important;box-shadow:0 12px 35px rgba(23,38,59,.04)!important}body.gm-knowledgebase-page .ghkb-support-card__icon{color:#fff!important;background:#ff7a1a!important}body.gm-knowledgebase-page .ghkb-support-card h2{color:#182236!important}body.gm-knowledgebase-page .ghkb-support-card p{color:#667085!important}body.gm-knowledgebase-page .ghkb-support-card__button{color:#fff!important;background:#17263b!important;border-color:#17263b!important}

@media(max-width:1100px){body.gm-knowledgebase-page .ghkb-hero-grid{grid-template-columns:1fr!important}body.gm-knowledgebase-page .ghkb-quick-card{min-height:auto!important}}@media(max-width:767px){body.gm-knowledgebase-page .gm-kb-primary-content>.ghkb-page{padding:22px 16px 42px!important}body.gm-knowledgebase-page .ghkb-hero-grid .ghkb-hero{min-height:auto!important;padding:31px 24px!important;border-radius:20px!important}body.gm-knowledgebase-page .ghkb-hero h1{font-size:32px!important}body.gm-knowledgebase-page .ghkb-search{grid-template-columns:40px minmax(0,1fr)!important}body.gm-knowledgebase-page .ghkb-search__button{grid-column:1/-1!important;min-height:44px!important}body.gm-knowledgebase-page .ghkb-quick-grid{grid-template-columns:1fr!important}body.gm-knowledgebase-page .ghkb-page>.ghkb-section{padding:22px!important}body.gm-knowledgebase-page .ghkb-page>.ghkb-support-card{grid-template-columns:52px minmax(0,1fr)!important;padding:22px!important}body.gm-knowledgebase-page .ghkb-support-card__button{grid-column:2!important;justify-self:start!important;width:auto!important}}

/* Knowledgebase 2026 — full-width only on the sidebar-free Knowledgebase.
   Dashboard, account, announcements, downloads and support pages all carry
   .gm-modern-sidebar-layout and must retain the shared two-column grid. */
body.gm-knowledgebase-page:not(.gm-modern-sidebar-layout) #main-body.gm-kb-main-body,body.gm-knowledgebase-page:not(.gm-modern-sidebar-layout) #main-body.gm-kb-main-body>.gm-kb-shell{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
body.gm-knowledgebase-page:not(.gm-modern-sidebar-layout) .gm-kb-shell>.gm-kb-layout{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
body.gm-knowledgebase-page:not(.gm-modern-sidebar-layout) .gm-kb-primary-content--full{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
body.gm-knowledgebase-page .gm-kb-primary-content>.ghkb-home-v2{width:100%!important;max-width:none!important;margin:0!important;padding:0 0 64px!important;color:#0b234b;background:linear-gradient(180deg,#f8fbff,#eef6fc)!important;font-family:var(--gh-font-family)}
.ghkb-home-v2 *{box-sizing:border-box}.ghkb-home-v2 :is(h1,h2,h3){font-family:var(--gh-font-heading)}
.ghkb-v2-hero{position:relative;overflow:hidden;padding:42px 0 36px;color:#fff;background:radial-gradient(circle at 5% 5%,rgba(255,130,13,.18),transparent 28%),radial-gradient(circle at 93% 92%,rgba(92,148,232,.2),transparent 26%),linear-gradient(118deg,#071a38 0%,#092958 58%,#102449 100%)}
.ghkb-v2-orb{position:absolute;border-radius:50%;pointer-events:none}.ghkb-v2-orb--one{width:260px;height:260px;top:-170px;right:2%;border:1px solid rgba(255,255,255,.1);box-shadow:0 0 0 45px rgba(255,255,255,.025)}.ghkb-v2-orb--two{width:190px;height:190px;left:-105px;bottom:-115px;background:rgba(255,130,13,.1)}
.ghkb-v2-hero__grid,.ghkb-v2-content{width:85%;max-width:1760px;margin-inline:auto}.ghkb-v2-hero__grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(390px,.65fr);align-items:center;gap:clamp(55px,8vw,130px)}
.ghkb-v2-hero__copy{max-width:850px}.ghkb-home-v2 .ghkb-eyebrow{font-size:var(--gh-type-label);font-weight:700;letter-spacing:.08em}.ghkb-v2-hero__copy h1{margin:15px 0 11px;color:#fff!important;font-size:clamp(3rem,4.25vw,4.65rem);font-weight:600;line-height:1.08;letter-spacing:-.04em}.ghkb-v2-hero__copy>p{max-width:720px;margin:0;color:#cbd8e9!important;font-size:var(--gh-type-body);line-height:var(--gh-reading-leading)}
body.gm-knowledgebase-page .ghkb-home-v2 .ghkb-v2-search{display:grid!important;grid-template-columns:48px minmax(0,1fr) auto!important;width:100%!important;max-width:760px!important;margin-top:26px!important;border:1px solid rgba(255,255,255,.35)!important;border-radius:14px!important;box-shadow:0 16px 36px rgba(1,12,35,.22)!important}.ghkb-v2-search .form-control{height:58px!important;font-size:var(--gh-type-small)!important}.ghkb-v2-search .ghkb-search__button{min-width:132px!important;margin:4px!important;border-radius:10px!important;font-size:var(--gh-type-small)!important}.ghkb-v2-search .ghkb-search__button i{margin-left:7px}
.ghkb-v2-popular{display:flex;flex-wrap:wrap;gap:9px;align-items:center;margin-top:17px}.ghkb-v2-popular>span{color:#c7d4e6;font-size:var(--gh-type-meta)}.ghkb-v2-popular a{padding:6px 11px;color:#e7eef8!important;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.06);font-size:var(--gh-type-label);text-decoration:none!important}
.ghkb-v2-quick{padding:22px;border:1px solid rgba(255,255,255,.65);border-radius:18px;color:#10284b;background:rgba(255,255,255,.97);box-shadow:0 24px 60px rgba(1,13,36,.3)}.ghkb-v2-quick>header{display:flex;gap:13px;align-items:center;margin-bottom:12px}.ghkb-v2-quick>header>span{display:grid;width:46px;height:46px;place-items:center;border-radius:13px;color:#f97316;background:#fff0e4}.ghkb-v2-quick h2,.ghkb-v2-quick p{margin:0}.ghkb-v2-quick h2{color:#10284b;font-size:var(--gh-type-card-title)}.ghkb-v2-quick header p{color:#64748b!important;font-size:var(--gh-type-meta);line-height:1.45}.ghkb-v2-quick__links{display:grid;gap:8px}.ghkb-v2-quick__links>a{display:grid;grid-template-columns:42px minmax(0,1fr) 14px;gap:12px;align-items:center;padding:11px 13px;color:#10284b!important;border:1px solid #e2eaf3;border-radius:12px;background:#fff;text-decoration:none!important;transition:.18s ease}.ghkb-v2-quick__links>a:hover{transform:translateX(3px);border-color:#cbd9ea;box-shadow:0 8px 20px rgba(15,38,73,.07)}.ghkb-v2-quick__links>a>span{display:grid;width:42px;height:42px;place-items:center;border-radius:11px}.ghkb-v2-quick .is-blue{color:#2563eb;background:#eaf2ff}.ghkb-v2-quick .is-orange{color:#f97316;background:#fff1e5}.ghkb-v2-quick .is-green{color:#059669;background:#e7faf2}.ghkb-v2-quick .is-purple{color:#7c3aed;background:#f1ebff}.ghkb-v2-quick__links b,.ghkb-v2-quick__links small{display:block}.ghkb-v2-quick__links b{font-size:var(--gh-type-meta)}.ghkb-v2-quick__links small{margin-top:2px;color:#64748b;font-size:var(--gh-type-label)}.ghkb-v2-quick__links>a>i{color:#8ca0b9}.ghkb-v2-quick>footer{margin-top:12px;padding-top:12px;color:#64748b;border-top:1px solid #e5edf5;font-size:var(--gh-type-label);text-align:center}.ghkb-v2-quick>footer a{color:#1265dd;font-weight:700}
.ghkb-v2-content{display:grid;gap:28px;padding-top:38px}.ghkb-v2-section,.ghkb-v2-resources{padding:30px;border:1px solid #dfe8f2;border-radius:20px;background:#fff;box-shadow:0 14px 36px rgba(15,38,73,.05)}.ghkb-v2-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:22px}.ghkb-v2-heading span{display:block;margin-bottom:5px;color:#f0780b;font-size:var(--gh-type-label);font-weight:700;letter-spacing:.07em;text-transform:uppercase}.ghkb-v2-heading h2{margin:0;color:#0b234b;font-size:var(--gh-type-h2);font-weight:600;line-height:1.18;letter-spacing:-.035em}.ghkb-v2-heading p{margin:6px 0 0;color:#64748b!important;font-size:var(--gh-type-card-copy);line-height:var(--gh-card-leading)}
.ghkb-v2-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.ghkb-v2-category-card{position:relative}.ghkb-v2-category-card>a{display:grid;grid-template-columns:56px minmax(0,1fr) 16px;gap:16px;align-items:start;min-height:150px;padding:22px;color:#10284b!important;border:1px solid #e2eaf3;border-radius:16px;background:linear-gradient(145deg,#fff,#f8fbff);text-decoration:none!important;transition:.18s ease}.ghkb-v2-category-card>a:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--kb-accent) 28%,#dfe8f2);box-shadow:0 14px 28px rgba(15,38,73,.08)}.ghkb-v2-category-card__icon{display:grid;width:56px;height:56px;place-items:center;border-radius:16px;color:var(--kb-accent);background:var(--kb-tint);font-size:21px}.ghkb-v2-category-card h3{margin:2px 0 5px;color:#10284b;font-size:var(--gh-type-card-title)}.ghkb-v2-category-card p{display:-webkit-box;margin:0;overflow:hidden;color:#64748b!important;font-size:var(--gh-type-card-copy);line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ghkb-v2-category-card small{display:inline-block;margin-top:12px;color:var(--kb-accent);font-size:var(--gh-type-label);font-weight:700}.ghkb-v2-category-card>a>i{align-self:center;color:#8ca0b9}.ghkb-v2-category-card.is-palette-1{--kb-accent:#f97316;--kb-tint:#fff1e5}.ghkb-v2-category-card.is-palette-2{--kb-accent:#059669;--kb-tint:#e7faf2}.ghkb-v2-category-card.is-palette-3{--kb-accent:#2563eb;--kb-tint:#eaf2ff}.ghkb-v2-category-card.is-palette-4{--kb-accent:#7c3aed;--kb-tint:#f1ebff}.ghkb-v2-category-card.is-palette-5{--kb-accent:#d97706;--kb-tint:#fff4df}.ghkb-v2-category-card.is-palette-0{--kb-accent:#dc3545;--kb-tint:#fff0f2}
.ghkb-v2-empty{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:18px;align-items:center;padding:24px;border:1px dashed #cbd9e8;border-radius:16px;background:#f8fbff}.ghkb-v2-empty>span{display:grid;width:58px;height:58px;place-items:center;border-radius:16px;color:#2563eb;background:#eaf2ff;font-size:22px}.ghkb-v2-empty h3,.ghkb-v2-empty p{margin:0}.ghkb-v2-empty h3{color:#10284b;font-size:var(--gh-type-card-title)}.ghkb-v2-empty p{margin-top:5px;color:#64748b!important;font-size:var(--gh-type-card-copy);line-height:1.55}.ghkb-v2-empty>a{display:inline-flex;min-height:46px;align-items:center;gap:8px;padding:0 17px;color:#fff!important;border-radius:11px;background:#ff820d;font-size:var(--gh-type-small);font-weight:700;text-decoration:none!important}
.ghkb-v2-popular-section{background:linear-gradient(135deg,#f5f9ff,#fff)!important}.ghkb-v2-article-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.ghkb-v2-article-grid>article{position:relative}.ghkb-v2-article-grid>article>a{display:grid;grid-template-columns:46px minmax(0,1fr);gap:13px;min-height:190px;padding:20px;color:#10284b!important;border:1px solid #e2eaf3;border-radius:15px;background:#fff;text-decoration:none!important;transition:.18s ease}.ghkb-v2-article-grid>article>a:hover{transform:translateY(-2px);box-shadow:0 13px 28px rgba(15,38,73,.08)}.ghkb-v2-article-grid>article>a>span{display:grid;width:46px;height:46px;place-items:center;border-radius:13px;color:#2563eb;background:#eaf2ff}.ghkb-v2-article-grid>article:nth-child(4n+2)>a>span{color:#7c3aed;background:#f1ebff}.ghkb-v2-article-grid>article:nth-child(4n+3)>a>span{color:#059669;background:#e7faf2}.ghkb-v2-article-grid>article:nth-child(4n)>a>span{color:#f97316;background:#fff1e5}.ghkb-v2-article-grid h3{margin:1px 0 6px;color:#10284b;font-size:var(--gh-type-small);line-height:1.35}.ghkb-v2-article-grid p{display:-webkit-box;margin:0;overflow:hidden;color:#64748b!important;font-size:var(--gh-type-meta);line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}.ghkb-v2-article-grid small{display:block;margin-top:13px;color:#1265dd;font-size:var(--gh-type-label);font-weight:700}
.ghkb-v2-shortcut-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.ghkb-v2-shortcut-grid>a{--shortcut:#2563eb;--shortcut-tint:#eaf2ff;display:flex;min-height:220px;flex-direction:column;padding:22px;color:#10284b!important;border:1px solid #e2eaf3;border-radius:16px;background:#fff;text-decoration:none!important;transition:.18s ease}.ghkb-v2-shortcut-grid>a:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--shortcut) 28%,#e2eaf3);box-shadow:0 14px 28px rgba(15,38,73,.07)}.ghkb-v2-shortcut-grid>a>span{display:grid;width:48px;height:48px;place-items:center;border-radius:13px;color:var(--shortcut);background:var(--shortcut-tint);font-size:19px}.ghkb-v2-shortcut-grid h3{margin:16px 0 5px;color:#10284b;font-size:var(--gh-type-card-title)}.ghkb-v2-shortcut-grid p{margin:0 0 18px;color:#64748b!important;font-size:var(--gh-type-card-copy);line-height:1.55}.ghkb-v2-shortcut-grid b{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:auto;padding:10px;border-radius:9px;color:var(--shortcut);background:var(--shortcut-tint);font-size:var(--gh-type-label)}.ghkb-v2-shortcut-grid .is-orange{--shortcut:#e86b00;--shortcut-tint:#fff0e2}.ghkb-v2-shortcut-grid .is-purple{--shortcut:#7c3aed;--shortcut-tint:#f1ebff}.ghkb-v2-shortcut-grid .is-green{--shortcut:#059669;--shortcut-tint:#e7faf2}.ghkb-v2-shortcut-grid .is-teal{--shortcut:#078a9e;--shortcut-tint:#e6f9fb}.ghkb-v2-shortcut-grid .is-navy{--shortcut:#0b3c78;--shortcut-tint:#eaf2fb}
.ghkb-v2-resources>header{display:flex;align-items:center;gap:14px;margin-bottom:18px}.ghkb-v2-resources>header>span{display:grid;width:46px;height:46px;place-items:center;border-radius:13px;color:#f97316;background:#fff1e5}.ghkb-v2-resources h2,.ghkb-v2-resources p{margin:0}.ghkb-v2-resources h2{color:#10284b;font-size:var(--gh-type-card-title)}.ghkb-v2-resources header p{margin-top:3px;color:#64748b!important;font-size:var(--gh-type-meta)}.ghkb-v2-resources>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ghkb-v2-resources>div>a{display:grid;grid-template-columns:42px minmax(0,1fr) 14px;align-items:center;gap:12px;padding:16px;color:#10284b!important;border:1px solid #e2eaf3;border-radius:13px;background:#f9fbfe;text-decoration:none!important}.ghkb-v2-resources>div>a>span{display:grid;width:42px;height:42px;place-items:center;border-radius:11px}.ghkb-v2-resources .is-orange{color:#f97316;background:#fff1e5}.ghkb-v2-resources .is-purple{color:#7c3aed;background:#f1ebff}.ghkb-v2-resources .is-green{color:#059669;background:#e7faf2}.ghkb-v2-resources h3{margin:0;color:#10284b;font-size:var(--gh-type-small)}.ghkb-v2-resources>div p{margin-top:3px;color:#64748b!important;font-size:var(--gh-type-label);line-height:1.45}.ghkb-v2-resources>div>a>i{color:#8ca0b9}
.ghkb-v2-support{display:grid;position:relative;grid-template-columns:minmax(0,1fr) auto 170px;align-items:center;gap:28px;overflow:hidden;padding:34px 40px;border-radius:20px;color:#fff;background:radial-gradient(circle at 88% 0,rgba(37,99,235,.32),transparent 26%),linear-gradient(110deg,#071831,#0b2a57);box-shadow:0 20px 48px rgba(9,30,62,.17)}.ghkb-v2-support>div:first-child{position:relative;z-index:2}.ghkb-v2-support>div:first-child>span{color:#ff9a23;font-size:var(--gh-type-label);font-weight:700;letter-spacing:.07em;text-transform:uppercase}.ghkb-v2-support h2{margin:7px 0 4px;color:#fff;font-size:clamp(1.65rem,2.2vw,2.25rem)}.ghkb-v2-support p{margin:0;color:#c7d5e8!important;font-size:var(--gh-type-card-copy)}.ghkb-v2-support>a{display:inline-flex;position:relative;z-index:2;min-height:50px;align-items:center;gap:9px;padding:0 20px;color:#fff!important;border-radius:11px;background:linear-gradient(135deg,#ff941f,#ff7600);font-size:var(--gh-type-small);font-weight:700;text-decoration:none!important}.ghkb-v2-support__art{position:relative;height:90px}.ghkb-v2-support__art>i{display:grid;position:absolute;right:20px;bottom:0;width:76px;height:66px;place-items:center;border-radius:18px;color:#176be0;background:#eaf3ff;font-size:29px;transform:rotate(-3deg)}.ghkb-v2-support__art>span{position:absolute;top:0;right:0;color:#ff820d;font-size:25px;transform:rotate(-18deg)}
body.gm-knowledgebase-page.gh-dark-mode .ghkb-home-v2{background:#071426!important}.gh-dark-mode .ghkb-home-v2 :is(.ghkb-v2-section,.ghkb-v2-resources,.ghkb-v2-category-card>a,.ghkb-v2-article-grid>article>a,.ghkb-v2-shortcut-grid>a,.ghkb-v2-resources>div>a){background:#0d2038!important;border-color:rgba(148,163,184,.2)!important}.gh-dark-mode .ghkb-home-v2 :is(.ghkb-v2-heading h2,.ghkb-v2-category-card h3,.ghkb-v2-article-grid h3,.ghkb-v2-shortcut-grid h3,.ghkb-v2-resources h2,.ghkb-v2-resources h3){color:#edf5ff}.gh-dark-mode .ghkb-home-v2 :is(.ghkb-v2-heading p,.ghkb-v2-category-card p,.ghkb-v2-article-grid p,.ghkb-v2-shortcut-grid p,.ghkb-v2-resources p){color:#aebdd0!important}
@media(max-width:1199.98px){.ghkb-v2-hero__grid{grid-template-columns:minmax(0,1fr) minmax(350px,.68fr);gap:45px}.ghkb-v2-category-grid,.ghkb-v2-shortcut-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ghkb-v2-article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:991.98px){.ghkb-v2-hero__grid{grid-template-columns:1fr}.ghkb-v2-quick{width:min(680px,100%)}.ghkb-v2-resources>div{grid-template-columns:1fr}.ghkb-v2-support{grid-template-columns:1fr auto}.ghkb-v2-support__art{display:none}}
@media(max-width:767.98px){.ghkb-v2-hero__grid,.ghkb-v2-content{width:calc(100% - 32px)}.ghkb-v2-hero{padding:46px 0 30px}.ghkb-v2-hero__copy h1{font-size:clamp(2.65rem,12vw,3.55rem)}body.gm-knowledgebase-page .ghkb-home-v2 .ghkb-v2-search{grid-template-columns:42px minmax(0,1fr)!important}.ghkb-v2-search .ghkb-search__button{grid-column:1/-1!important;min-height:48px!important;margin:0!important;border-radius:0!important}.ghkb-v2-section,.ghkb-v2-resources{padding:22px 18px}.ghkb-v2-category-grid,.ghkb-v2-shortcut-grid{grid-template-columns:1fr}.ghkb-v2-empty{grid-template-columns:52px minmax(0,1fr)}.ghkb-v2-empty>a{grid-column:2;justify-self:start}.ghkb-v2-support{grid-template-columns:1fr;padding:28px 22px}.ghkb-v2-support>a{justify-self:start}.ghkb-v2-heading h2{font-size:clamp(1.75rem,8vw,2.35rem)}}
@media(max-width:520px){.ghkb-v2-quick{padding:17px}.ghkb-v2-quick__links>a{grid-template-columns:39px minmax(0,1fr) 12px;padding:10px}.ghkb-v2-quick__links>a>span{width:39px;height:39px}.ghkb-v2-category-card>a{grid-template-columns:48px minmax(0,1fr);padding:18px}.ghkb-v2-category-card__icon{width:48px;height:48px}.ghkb-v2-category-card>a>i{display:none}.ghkb-v2-article-grid{grid-template-columns:1fr}.ghkb-v2-article-grid>article>a{min-height:0}.ghkb-v2-shortcut-grid>a{min-height:0}.ghkb-v2-empty{grid-template-columns:1fr}.ghkb-v2-empty>a{grid-column:auto}.ghkb-v2-resources>header{align-items:flex-start}}
