*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0d1a0f;
color:#a8c4a0;
font-size:15px;
line-height:1.55;
overflow-wrap:break-word;
font-family:"Albert Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
text-rendering:optimizeLegibility;
-webkit-font-smoothing:antialiased;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
input{
font-family:inherit;
}
svg{
display:block;
}
h1,h2,h3,h4{
overflow-wrap:anywhere;
}
::-webkit-scrollbar{
width:0.5rem;
height:0.5rem;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(7, 14, 8, 0.72);
}
::-webkit-scrollbar-track{
background:transparent;
}
.ghqshell-yoh{
grid-template-columns:15.5rem 1fr;
min-height:100vh;
display:grid;
}
.ghqmain-yoh{
min-width:0;
}
.ghqwrap-yoh{
margin:0 auto;
width:100%;
max-width:1400px;
}
.ghqcontainer-yoh{
padding:0 16px;
margin:0 auto;
max-width:1400px;
width:100%;
}
@media(min-width:768px){
.ghqcontainer-yoh{
padding:0 1.75rem;
}
}
.ghqsection-yoh{
padding:24px 28px;
}
.ghqsection_pt-yoh{
padding-top:2.125rem;
}
.ghqband_soft-yoh{
background:#111f13;
}
.ghqeyebrow-yoh{
display:inline-block;
text-transform:uppercase;
font-size:0.656rem;
line-height:1.4;
letter-spacing:.14em;
font-family:"Albert Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#a3ff3c;
font-weight:600;
overflow-wrap:break-word;
}
.ghqdrawer_cb-yoh{
display:none;
}
.ghqoverlay-yoh{
display:none;
}
@media(max-width:1023px){
.ghqshell-yoh{
grid-template-columns:1fr;
}
.ghqmain-yoh{
padding-bottom:78px;
}
.ghqdrawer_cb-yoh:checked~.ghqoverlay-yoh{
inset:0;
background:rgba(7, 14, 8, 0.72);
z-index:70;
position:fixed;
display:block;
}
}
@media(max-width:561px){
.ghqsection-yoh{
padding:18px 1rem;
}
.ghqsection_pt-yoh{
padding-top:1.5rem;
}
}
@keyframes zm3-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
@keyframes zm3-marquee{
0%{
transform:translateX(0)}
100%{
transform:translateX(-50%)}
}
/* ---------- sidebar ---------- */
.ghqside-yoh{
background:#0f1d12;
gap:22px;
padding:1.375rem 18px;
top:0;
overflow-y:auto;
align-self:start;
display:flex;
border-right:1px solid #1c2e1d;
height:100vh;
position:sticky;
flex-direction:column;
}
.ghqbrand-yoh{
gap:0.625rem;
align-items:center;
display:flex;
}
.ghqlogo-yoh{
font-weight:700;
letter-spacing:-.02em;
color:#e8f5e2;
font-size:1.313rem;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
}
.ghqside_cta-yoh{
background:rgba(163, 255, 60, 0.11);
padding:16px;
border:1px solid #243826;
border-radius:0.813rem;
}
.ghqside_cta_h-yoh{
line-height:1.15;
font-weight:700;
color:#e8f5e2;
margin-bottom:6px;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
font-size:1.063rem;
}
.ghqside_cta_p-yoh{
line-height:1.45;
font-size:12px;
color:#a8c4a0;
margin-bottom:12px;
}
.ghqnav-yoh{
gap:3px;
display:flex;
flex-direction:column;
}
.ghqnav_label-yoh{
padding:6px 10px;
text-transform:uppercase;
font-size:9.5px;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
letter-spacing:.14em;
color:#3f5c3a;
}
.ghqnav_item-yoh{
border-radius:0.563rem;
padding:0.625rem;
gap:11px;
color:#a8c4a0;
font-size:14px;
display:flex;
font-weight:500;
align-items:center;
}
.ghqnav_item-yoh svg{
height:1.063rem;
width:17px;
}
.ghqnav_item-yoh:hover{
background:rgba(163, 255, 60, 0.11);
color:#e8f5e2;
}
.ghqnav_item_on-yoh{
background:rgba(163, 255, 60, 0.11);
color:#a3ff3c;
font-weight:600;
}
.ghqside_foot-yoh{
padding:12px;
background:#111f13;
border:1px solid #243826;
border-radius:13px;
margin-top:auto;
}
.ghqside_foot-yoh p{
font-size:0.781rem;
color:#a8c4a0;
line-height:1.4;
margin-top:0.25rem;
}
/* ---------- topbar ---------- */
.ghqtop-yoh{
gap:16px;
background:#0f1d12;
padding:0.875rem 1.75rem;
display:flex;
top:0;
z-index:40;
border-bottom:1px solid #1c2e1d;
position:sticky;
align-items:center;
}
.ghqtop_brand-yoh{
gap:9px;
display:none;
align-items:center;
}
.ghqsearch-yoh{
flex:1;
gap:0.625rem;
background:#111f13;
border-radius:13px;
border:1px solid #243826;
padding:0.688rem 14px;
display:flex;
max-width:440px;
color:#6d8f67;
align-items:center;
font-size:0.844rem;
}
.ghqsearch-yoh svg{
flex:none;
width:1rem;
height:1rem;
}
.ghqtop_actions-yoh{
gap:12px;
margin-left:auto;
display:flex;
align-items:center;
}
.ghqlang-yoh{
color:#a8c4a0;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.75rem;
}
.ghqburger-yoh{
border:1px solid #243826;
border-radius:9px;
background:#111f13;
width:2.5rem;
color:#e8f5e2;
height:40px;
display:none;
align-items:center;
justify-content:center;
}
/* ---------- bottom-nav (mobile) ---------- */
.ghqbotnav-yoh{
display:none;
}
@media(max-width:1025px){
.ghqside-yoh{
transition:transform .25s ease;
height:100vh;
left:0;
transform:translateX(-100%);
width:280px;
position:fixed;
z-index:80;
top:0;
}
.ghqdrawer_cb-yoh:checked~.ghqshell-yoh .ghqside-yoh{
transform:translateX(0);
}
.ghqtop-yoh{
gap:12px;
padding:14px 1rem;
flex-wrap:wrap;
position:static;
}
.ghqtop_brand-yoh{
display:flex;
}
.ghqsearch-yoh{
display:none;
}
.ghqburger-yoh{
display:flex;
}
.ghqtop_actions-yoh{
gap:0.625rem;
margin-left:0;
align-items:stretch;
width:100%;
}
.ghqtop_actions-yoh .ghqlang-yoh{
display:none;
}
.ghqtop_actions-yoh .ghqbtn-yoh{
flex:1;
padding:11px 0.625rem;
text-align:center;
}
.ghqbotnav-yoh{
padding:0.5rem 0.375rem calc(0.5rem + env(safe-area-inset-bottom));
background:#0f1d12;
grid-template-columns:repeat(3,1fr);
left:0;
border-top:1px solid #243826;
position:fixed;
transform:translateZ(0);
z-index:65;
display:grid;
right:0;
bottom:0;
}
.ghqbn-yoh{
gap:0.25rem;
padding:0.375rem 2px 0;
align-items:center;
justify-content:flex-end;
min-width:0;
font-size:10px;
flex-direction:column;
display:flex;
color:#a8c4a0;
font-weight:600;
}
.ghqbn-yoh svg{
flex:none;
height:22px;
width:22px;
}
.ghqbn-yoh span{
overflow:hidden;
max-width:100%;
white-space:nowrap;
text-align:center;
text-overflow:ellipsis;
}
.ghqbn_on-yoh{
color:#a3ff3c;
}
.ghqbn_center-yoh{
position:relative;
}
.ghqbn_fab-yoh{
border-radius:50%;
background:#a3ff3c;
width:50px;
justify-content:center;
display:flex;
transform:translateX(-50%);
height:3.125rem;
color:#0a1a04;
position:absolute;
box-shadow:0 8px 32px rgba(0, 0, 0, 0.65), 0 2px 8px rgba(163, 255, 60, 0.18);
align-items:center;
left:50%;
top:-1.25rem;
}
.ghqbn_fab-yoh svg{
width:24px;
height:24px;
}
.ghqbn_center-yoh span{
color:#a3ff3c;
}
}
.ghqbtn-yoh{
transition:background-color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease,color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease;
border-radius:9px;
padding:0.688rem 1.375rem;
gap:8px;
cursor:pointer;
font-weight:700;
align-items:center;
font-family:"Albert Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:0.875rem;
display:inline-flex;
justify-content:center;
}
.ghqbtn_pri-yoh{
background:#a3ff3c;
box-shadow:0 0 1.125rem rgba(163, 255, 60, 0.45), 0 4px 0.75rem rgba(0, 0, 0, 0.50);
color:#0a1a04;
}
.ghqbtn_pri-yoh:hover{
background:#8ce62a;
}
.ghqbtn_ghost-yoh{
background:rgba(163, 255, 60, 0.11);
font-weight:600;
color:#e8f5e2;
}
.ghqbtn_line-yoh{
background:transparent;
border:1px solid #2e4d30;
color:#e8f5e2;
font-weight:600;
}
.ghqbtn_lg-yoh{
padding:1rem 1.875rem;
border-radius:0.813rem;
font-size:15px;
}
.ghqband-yoh .ghqbtn_line-yoh{
border-color:rgba(255, 255, 255, 0.12);
color:#e8f5e2;
}
.ghqband-yoh .ghqbtn_ghost-yoh{
background:rgba(255, 255, 255, 0.07);
color:#e8f5e2;
}
.ghqlink_m-yoh{
gap:5px;
display:inline-flex;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
cursor:pointer;
color:#a3ff3c;
font-size:0.75rem;
align-items:center;
text-decoration:none;
}
.ghqlink_m-yoh svg{
width:0.875rem;
height:14px;
}
.ghqband-yoh .ghqlink_m-yoh{
color:#b8f542;
}
.ghqdot-yoh{
border-radius:50%;
background:#a3ff3c;
flex:none;
height:7px;
width:0.438rem;
}
.ghqdot_live-yoh{
background:#e83a3a;
animation:zm3-pulse 1.4s infinite;
}
.ghqstars-yoh{
gap:2px;
color:#a3ff3c;
display:inline-flex;
}
.ghqstars-yoh svg{
width:15px;
height:0.938rem;
}
.ghqchip-yoh{
gap:6px;
background:#111f13;
border:1px solid #243826;
border-radius:9px;
padding:7px 0.75rem;
color:#a8c4a0;
font-size:0.688rem;
align-items:center;
display:inline-flex;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
}
.ghqchip_on-yoh{
background:rgba(163, 255, 60, 0.11);
border-color:transparent;
color:#a3ff3c;
}
.ghqgc-yoh{
cursor:pointer;
text-decoration:none;
min-width:0;
color:inherit;
display:block;
}
.ghqgc_thumb-yoh{
overflow:hidden;
border-radius:13px;
border:1px solid #243826;
display:block;
background-size:cover;
background-position:center;
position:relative;
aspect-ratio:1;
}
.ghqgc_thumb_portrait-yoh{
aspect-ratio:3/4;
}
.ghqgc_thumb_wide-yoh{
aspect-ratio:16/11;
}
.ghqgc_cap-yoh{
background:linear-gradient(transparent,rgba(7, 14, 8, 0.72));
padding:9px;
bottom:0;
right:0;
left:0;
position:absolute;
}
.ghqgc_name-yoh{
font-size:0.781rem;
display:block;
color:#e8f5e2;
font-weight:700;
}
.ghqgc_meta-yoh{
color:#7aab6e;
font-size:11px;
}
.ghqgc_badge-yoh{
background:#a3ff3c;
padding:2px 6px;
border-radius:9px;
position:absolute;
right:8px;
font-size:8px;
top:0.5rem;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
font-weight:700;
color:#0a1a04;
}
.ghqgc_badge_hot-yoh{
background:#e83a3a;
color:#e8f5e2;
}
.ghqgc_badge_live-yoh{
background:#e83a3a;
right:auto;
color:#e8f5e2;
left:0.5rem;
}
.ghqgc_mult-yoh{
inset:0;
position:absolute;
justify-content:center;
color:#a3ff3c;
font-size:28px;
align-items:center;
font-weight:700;
display:flex;
}
.ghqpc-yoh{
background:#111f13;
border-radius:13px;
border:1px solid #243826;
align-items:center;
font-size:0.875rem;
color:#a8c4a0;
height:64px;
font-weight:700;
justify-content:center;
display:flex;
}
.ghqrail-yoh{
min-width:0;
}
.ghqrail_scroll-yoh{
gap:0.875rem;
display:grid;
}
.ghqrail_scroll-yoh>*{
min-width:0;
}
.ghqg6-yoh{
grid-template-columns:repeat(6,1fr);
}
.ghqg7-yoh{
grid-template-columns:repeat(7,1fr);
}
.ghqg4-yoh{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1026px){
.ghqg6-yoh,.ghqg7-yoh{
grid-template-columns:none;
grid-auto-flow:column;
grid-auto-columns:7.5rem;
padding-bottom:0.375rem;
overflow-x:auto;
scroll-snap-type:x mandatory;
}
.ghqg6-yoh>*,.ghqg7-yoh>*{
scroll-snap-align:start;
}
.ghqg4-yoh{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:563px){
.ghqg4-yoh{
grid-template-columns:none;
grid-auto-flow:column;
grid-auto-columns:9.375rem;
overflow-x:auto;
}
}
.ghqpanel-yoh{
border:1px solid #243826;
background:#111f13;
border-radius:1.25rem;
padding:1.75rem 32px;
}
.ghqsplit-yoh{
gap:36px;
display:grid;
align-items:start;
}
.ghqsplit-yoh>*{
min-width:0;
}
.ghqsplit_a-yoh{
grid-template-columns:.85fr 1.15fr;
}
.ghqsplit_b-yoh{
grid-template-columns:1fr 1.1fr;
}
.ghqsplit_c-yoh{
grid-template-columns:1.1fr .9fr;
}
.ghqpgrid-yoh{
gap:40px;
grid-template-columns:.9fr 1.1fr;
align-items:center;
display:grid;
}
.ghqpgrid-yoh>*{
min-width:0;
}
.ghqlead-yoh{
font-size:15px;
margin-bottom:0.875rem;
color:#a8c4a0;
line-height:1.65;
}
.ghqfeat-yoh{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.ghqfeat-yoh>*{
min-width:0;
}
.ghqfeat2-yoh{
grid-template-columns:1fr 1fr;
}
.ghqfeat_card-yoh{
background:#111f13;
border:1px solid #243826;
padding:1.625rem;
border-radius:1.25rem;
}
.ghqfeat_card-yoh svg{
width:26px;
height:1.625rem;
color:#a3ff3c;
margin-bottom:1rem;
}
.ghqfeat_card-yoh h3{
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
color:#e8f5e2;
margin-bottom:0.5rem;
font-weight:700;
font-size:18px;
}
.ghqfeat_card-yoh p{
font-size:0.813rem;
color:#a8c4a0;
line-height:1.6;
}
.ghqfeat_card-yoh b{
color:#e8f5e2;
}
.ghqbig-yoh{
gap:1.375rem;
flex-wrap:wrap;
display:flex;
}
.ghqbig_n-yoh{
font-size:26px;
color:#a3ff3c;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
}
.ghqbig_l-yoh{
font-size:12px;
color:#6d8f67;
}
.ghqperson-yoh{
border-radius:13px;
gap:0.875rem;
border:1px solid #243826;
background:#111f13;
padding:16px 18px;
align-items:center;
display:flex;
}
.ghqavatar-yoh{
background:linear-gradient(135deg,#a3ff3c,#6dbf1a);
flex:none;
border-radius:50%;
height:44px;
width:44px;
}
.ghqperson_name-yoh{
font-weight:700;
color:#e8f5e2;
font-size:0.875rem;
}
.ghqperson_role-yoh{
color:#6d8f67;
font-size:0.75rem;
}
.ghqkv-yoh{
border-radius:0.813rem;
overflow:hidden;
gap:1px;
grid-template-columns:1fr 1fr;
border:1px solid #243826;
background:#243826;
display:grid;
}
.ghqkv-yoh>div{
padding:1rem 1.125rem;
background:#0d1a0f;
min-width:0;
}
.ghqkv_k-yoh{
color:#a3ff3c;
text-transform:uppercase;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.594rem;
margin-bottom:0.313rem;
}
.ghqkv_v-yoh{
font-weight:700;
font-size:0.844rem;
color:#e8f5e2;
}
@media(max-width:1021px){
.ghqsplit_a-yoh,.ghqsplit_b-yoh,.ghqsplit_c-yoh,.ghqpgrid-yoh{
gap:24px;
grid-template-columns:1fr;
}
.ghqfeat-yoh,.ghqfeat2-yoh{
grid-template-columns:1fr;
}
.ghqkv-yoh{
grid-template-columns:1fr;
}
}
.ghqsh-yoh{
margin-bottom:16px;
min-width:0;
}
.ghqsh_row-yoh{
gap:12px;
flex-wrap:wrap;
align-items:flex-end;
display:flex;
justify-content:space-between;
}
.ghqsh_row-yoh .ghqsh_l-yoh{
gap:6px;
min-width:0;
flex-direction:column;
display:flex;
}
.ghqsh_stack-yoh{
gap:0.625rem;
align-items:flex-start;
display:flex;
flex-direction:column;
}
.ghqsh_center-yoh{
gap:10px;
text-align:center;
align-items:center;
flex-direction:column;
display:flex;
}
.ghqsh_h2-yoh{
gap:0.563rem;
font-size:20px;
color:#e8f5e2;
line-height:1.1;
overflow-wrap:break-word;
align-items:center;
display:flex;
font-weight:700;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
}
@media(min-width:769px){
.ghqsh_h2-yoh{
font-size:1.5rem;
}
}
.ghqband-yoh .ghqsh_h2-yoh{
color:#e8f5e2;
}
.ghqeb_mono-yoh{
text-transform:none;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
letter-spacing:.08em;
}
.ghqeb_mono-yoh::before{
content:"// ";
}
.ghqeb_upper-yoh{
letter-spacing:.14em;
text-transform:uppercase;
}
.ghqeb_pill-yoh{
border-radius:999px;
padding:0.313rem 0.688rem;
background:rgba(163, 255, 60, 0.11);
letter-spacing:.12em;
text-transform:uppercase;
}
.ghqeb_line-yoh{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.ghqeb_line-yoh::before{
background:#a3ff3c;
width:24px;
content:"";
display:inline-block;
height:1px;
}
.ghqband-yoh .ghqeb_line-yoh::before{
background:#b8f542;
}
.ghqband-yoh .ghqeb_pill-yoh{
background:rgba(255, 255, 255, 0.07);
}
.ghqsh_link-yoh{
gap:6px;
transition:color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease,border-color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease;
font-size:13px;
border-bottom:1px solid #e8f5e2;
display:inline-flex;
font-weight:600;
white-space:nowrap;
color:#e8f5e2;
padding-bottom:2px;
align-items:center;
}
.ghqsh_link-yoh:hover{
border-color:#a3ff3c;
color:#a3ff3c;
}
.ghqsh_link-yoh svg{
width:14px;
height:14px;
}
.ghqsh_link_chev-yoh{
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
padding-bottom:0;
border-bottom:0;
color:#a3ff3c;
font-size:0.75rem;
}
.ghqsh_link_btn-yoh{
padding:9px 18px;
background:#a3ff3c;
border-radius:999px;
color:#0a1a04;
border-bottom:0;
}
.ghqsh_link_btn-yoh:hover{
background:#8ce62a;
border-color:transparent;
}
.ghqband-yoh .ghqsh_link-yoh{
border-color:#e8f5e2;
color:#e8f5e2;
}
.ghqband-yoh .ghqsh_link_chev-yoh{
color:#b8f542;
}
.ghqsh_rule-yoh{
margin:-2px 0 1rem;
background:#243826;
height:1px;
}
.ghqband-yoh .ghqsh_rule-yoh{
background:rgba(255, 255, 255, 0.12);
}
.ghqseo_grid3-yoh{
gap:1.25rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.ghqseo_grid4-yoh{
gap:0.813rem;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.ghqseo_grid3-yoh>*,.ghqseo_grid4-yoh>*{
min-width:0;
}
.ghqseo_card-yoh{
border:1px solid #243826;
border-radius:13px;
background:#111f13;
padding:1.5rem;
}
.ghqseo_card-yoh h3{
color:#e8f5e2;
margin-bottom:0.5rem;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
font-size:18px;
font-weight:700;
}
.ghqseo_card-yoh p{
color:#a8c4a0;
line-height:1.6;
font-size:13px;
}
.ghqseo_card_sm-yoh{
padding:20px;
}
.ghqseo_card_sm-yoh h3{
font-size:16px;
}
.ghqseo_card_sm-yoh p{
font-size:12.5px;
line-height:1.55;
}
.ghqseo_rtp_row-yoh{
grid-template-columns:1fr 1fr;
gap:36px;
align-items:center;
margin-top:16px;
display:grid;
}
.ghqrtp-yoh{
gap:0.875rem;
min-width:0;
display:flex;
}
.ghqrtp-yoh>div{
padding:16px;
background:#0d1a0f;
border-radius:0.813rem;
flex:1;
min-width:0;
text-align:center;
}
.ghqrtp_n-yoh{
font-size:26px;
font-weight:700;
white-space:nowrap;
color:#a3ff3c;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
}
.ghqrtp_l-yoh{
margin-top:0.25rem;
font-size:11px;
color:#6d8f67;
}
.ghqcmp-yoh{
border:1px solid #243826;
overflow:hidden;
border-radius:0.813rem;
max-width:47.5rem;
}
.ghqcmp_row-yoh{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
font-size:13px;
}
.ghqcmp_row-yoh>div{
padding:0.813rem 0.875rem;
min-width:0;
text-align:center;
}
.ghqcmp_row-yoh>div:first-child{
font-weight:600;
padding-left:1.375rem;
color:#e8f5e2;
text-align:left;
}
.ghqcmp_th-yoh{
background:#0d1a0f;
font-weight:700;
font-size:0.781rem;
}
.ghqcmp_row-yoh:not(.ghqcmp_th-yoh){
background:#111f13;
border-top:1px solid #1c2e1d;
color:#a8c4a0;
}
.ghqcmp_zebra-yoh{
background:#0f1c11;
}
.ghqguide-yoh{
background:#111f13;
border:1px solid #243826;
border-radius:0.813rem;
overflow:hidden;
cursor:pointer;
}
.ghqguide_cover-yoh{
height:8.125rem;
}
.ghqguide_body-yoh{
padding:1.25rem;
}
.ghqguide_body-yoh h3{
margin:7px 0 9px;
font-size:16px;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
line-height:1.25;
font-weight:700;
color:#e8f5e2;
}
.ghqguide_meta-yoh{
color:#6d8f67;
font-size:0.719rem;
}
.ghqhub-yoh{
gap:1.75rem;
grid-template-columns:repeat(5,1fr);
padding-top:28px;
display:grid;
border-top:1px solid #1c2e1d;
}
.ghqhub-yoh>*{
min-width:0;
}
.ghqhub-yoh h4{
margin-bottom:0.688rem;
font-size:0.813rem;
color:#e8f5e2;
font-weight:700;
}
.ghqhub_col-yoh{
gap:0.5rem;
flex-direction:column;
font-size:0.813rem;
color:#a8c4a0;
display:flex;
}
.ghqhub_col-yoh a{
cursor:pointer;
}
@media(max-width:1025px){
.ghqseo_grid3-yoh{
grid-template-columns:1fr;
}
.ghqseo_grid4-yoh{
grid-template-columns:repeat(2,1fr);
}
.ghqseo_rtp_row-yoh{
gap:20px;
grid-template-columns:1fr;
}
.ghqhub-yoh{
gap:1.375rem;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:557px){
.ghqhub-yoh{
grid-template-columns:1fr;
}
}
.ghqtk-yoh{
background:#090f0a;
overflow:hidden;
display:flex;
align-items:center;
border-bottom:1px solid #1c2e1d;
}
.ghqtk_tag-yoh{
background:#111f13;
gap:0.5rem;
padding:11px 18px;
flex:none;
display:flex;
letter-spacing:.1em;
font-size:10.5px;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
text-transform:uppercase;
border-right:1px solid #1c2e1d;
align-items:center;
color:#e83a3a;
font-weight:600;
}
.ghqtk_rail-yoh{
overflow:hidden;
flex:1;
}
.ghqtk_track-yoh{
animation:zm3-marquee 26s linear infinite;
gap:1.75rem;
padding:0.688rem 14px;
white-space:nowrap;
display:flex;
color:#a8c4a0;
font-size:12px;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
width:max-content;
}
.ghqtk_track-yoh b{
color:#a3ff3c;
}
.ghqhero-yoh{
background:linear-gradient(120deg,#081009,#06101a);
overflow:hidden;
border-radius:20px;
padding:2.875rem 48px;
border:1px solid #243826;
position:relative;
color:#e8f5e2;
}
.ghqhero_glow-yoh{
border-radius:50%;
background:radial-gradient(circle,rgba(163, 255, 60, 0.22),transparent 70%);
position:absolute;
right:-3.75rem;
top:-3.75rem;
width:21.25rem;
height:340px;
}
.ghqhero_in-yoh{
position:relative;
max-width:37.5rem;
}
.ghqhero-yoh .ghqeyebrow-yoh{
color:#b8f542;
}
.ghqpill_row-yoh{
gap:0.5rem;
border:1px solid rgba(255, 255, 255, 0.12);
background:rgba(255, 255, 255, 0.07);
border-radius:999px;
padding:0.375rem 13px;
letter-spacing:.1em;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
color:#b8f542;
font-size:0.656rem;
display:inline-flex;
align-items:center;
margin-bottom:22px;
text-transform:uppercase;
}
.ghqhero_h1-yoh{
margin:18px 0;
color:#e8f5e2;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
line-height:1.02;
overflow-wrap:break-word;
font-size:54px;
letter-spacing:-.02em;
}
.ghqhero_h1-yoh em{
color:#b8f542;
font-style:normal;
}
.ghqhero_sub-yoh{
margin-bottom:28px;
max-width:30rem;
font-size:17px;
line-height:1.55;
color:#7aab6e;
}
.ghqhero_cta-yoh{
gap:14px;
align-items:center;
margin-bottom:26px;
display:flex;
flex-wrap:wrap;
}
.ghqhero_trust-yoh{
gap:14px;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.ghqhero_rating_txt-yoh{
font-size:0.813rem;
color:#7aab6e;
}
@media(max-width:1027px){
.ghqhero-yoh{
padding:32px 1.5rem;
}
.ghqhero_h1-yoh{
font-size:2.375rem;
}
}
@media(max-width:560px){
.ghqhero_h1-yoh{
font-size:1.875rem;
}
}
.ghqstat-yoh{
gap:14px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.ghqstat-yoh>*{
min-width:0;
}
.ghqstat_item-yoh{
border:1px solid #243826;
background:#111f13;
border-radius:13px;
padding:18px 1.25rem;
}
.ghqstat_k-yoh{
text-transform:uppercase;
color:#6d8f67;
letter-spacing:.12em;
margin-bottom:0.438rem;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
font-size:9.5px;
}
.ghqstat_v-yoh{
gap:0.5rem;
overflow-wrap:anywhere;
align-items:center;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
min-width:0;
font-size:1.5rem;
display:flex;
color:#e8f5e2;
}
.ghqstat_v_accent-yoh{
color:#a3ff3c;
}
@media(max-width:1026px){
.ghqstat-yoh{
grid-template-columns:repeat(2,1fr);
}
}
.ghqwlc-yoh{
background:linear-gradient(120deg,#081009,#06101a);
border-radius:1.25rem;
gap:24px;
overflow:hidden;
border:1px solid #243826;
grid-template-columns:1.2fr .8fr;
padding:36px 2.5rem;
color:#e8f5e2;
display:grid;
position:relative;
align-items:center;
}
.ghqwlc-yoh>*{
min-width:0;
}
.ghqwlc-yoh .ghqeyebrow-yoh{
color:#b8f542;
}
.ghqwlc_glow-yoh{
border-radius:50%;
background:radial-gradient(circle,rgba(163, 255, 60, 0.22),transparent 70%);
top:-40px;
width:16.25rem;
height:16.25rem;
right:-40px;
position:absolute;
}
.ghqwlc_in-yoh{
position:relative;
}
.ghqwlc_h2-yoh{
margin:10px 0 0.5rem;
line-height:1.03;
color:#e8f5e2;
font-size:34px;
overflow-wrap:break-word;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
}
.ghqwlc_h2-yoh em{
color:#b8f542;
font-style:normal;
}
.ghqwlc_sub-yoh{
margin-bottom:1.125rem;
max-width:420px;
color:#7aab6e;
line-height:1.55;
font-size:14px;
}
.ghqwlc_terms-yoh{
gap:10px;
position:relative;
flex-direction:column;
display:flex;
}
.ghqterm-yoh{
border-radius:13px;
background:rgba(255, 255, 255, 0.07);
gap:0.688rem;
border:1px solid rgba(255, 255, 255, 0.12);
padding:0.813rem 0.938rem;
align-items:center;
display:flex;
}
.ghqterm-yoh svg{
flex:none;
width:1.25rem;
height:1.25rem;
color:#b8f542;
}
.ghqterm_k-yoh{
font-size:9.5px;
letter-spacing:.1em;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
color:#7aab6e;
text-transform:uppercase;
}
.ghqterm_v-yoh{
margin-top:2px;
color:#e8f5e2;
font-weight:700;
font-size:0.875rem;
}
@media(max-width:1025px){
.ghqwlc-yoh{
grid-template-columns:1fr;
}
}
@media(max-width:562px){
.ghqwlc_h2-yoh{
font-size:26px;
}
}
.ghqjp-yoh{
grid-template-columns:1.5fr 1fr 1fr;
gap:14px;
display:grid;
}
.ghqjp-yoh>*{
min-width:0;
}
.ghqjp_hero-yoh{
border:1px solid #243826;
background:linear-gradient(135deg,#081009,#06101a);
border-radius:20px;
gap:14px;
padding:1.625rem;
overflow:hidden;
justify-content:space-between;
min-height:11.25rem;
display:flex;
color:#e8f5e2;
flex-direction:column;
position:relative;
}
.ghqjp_glow-yoh{
background:radial-gradient(circle,rgba(163, 255, 60, 0.22),transparent 70%);
border-radius:50%;
top:-40px;
width:180px;
height:11.25rem;
right:-2.5rem;
position:absolute;
}
.ghqjp_k_row-yoh{
gap:10px;
display:flex;
align-items:center;
justify-content:space-between;
position:relative;
}
.ghqjp_k-yoh{
text-transform:uppercase;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.625rem;
letter-spacing:.12em;
color:#6d8f67;
}
.ghqjp_hero-yoh .ghqjp_k-yoh{
color:#7aab6e;
}
.ghqjp_amt-yoh{
color:#b8f542;
line-height:1;
position:relative;
font-weight:700;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
font-size:42px;
}
.ghqjp_sub-yoh{
font-size:12px;
color:#7aab6e;
margin-top:5px;
}
.ghqjp_cell-yoh{
border:1px solid #243826;
border-radius:1.25rem;
background:#111f13;
padding:1.375rem;
min-height:11.25rem;
justify-content:space-between;
flex-direction:column;
display:flex;
}
.ghqjp_cell-yoh .ghqjp_amt-yoh{
font-size:1.875rem;
color:#e8f5e2;
}
.ghqjp_cell-yoh .ghqjp_sub-yoh{
color:#6d8f67;
}
@media(max-width:1022px){
.ghqjp-yoh{
grid-template-columns:1fr;
}
}
@media(max-width:563px){
.ghqjp_amt-yoh{
font-size:2rem;
}
}
.ghqpromo_grid-yoh{
gap:1rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.ghqpromo_grid-yoh>*{
min-width:0;
}
.ghqpromo-yoh{
overflow:hidden;
padding:24px;
background:#111f13;
border-radius:20px;
border:1px solid #243826;
min-height:9.375rem;
position:relative;
}
.ghqpromo_h-yoh{
margin-top:0.375rem;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
line-height:1.05;
color:#e8f5e2;
font-size:26px;
}
.ghqpromo_h-yoh em{
color:#a3ff3c;
font-style:normal;
}
.ghqpromo_p-yoh{
color:#a8c4a0;
margin-top:8px;
font-size:0.781rem;
line-height:1.5;
}
.ghqpromo_feat-yoh{
background:linear-gradient(135deg,#081009,#06101a);
border-color:#243826;
}
.ghqpromo_feat-yoh .ghqpromo_h-yoh{
color:#e8f5e2;
}
.ghqpromo_feat-yoh .ghqpromo_h-yoh em{
color:#b8f542;
}
.ghqpromo_feat-yoh .ghqpromo_p-yoh{
color:#7aab6e;
}
.ghqpromo_feat-yoh .ghqeyebrow-yoh{
color:#b8f542;
}
@media(max-width:1022px){
.ghqpromo_grid-yoh{
grid-template-columns:1fr;
}
}
.ghqsupp-yoh{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.ghqsupp-yoh>*{
min-width:0;
}
.ghqsupp_card-yoh{
background:#111f13;
border-radius:13px;
padding:24px;
border:1px solid #243826;
}
.ghqsupp_card-yoh svg{
margin-bottom:14px;
width:1.5rem;
height:1.5rem;
color:#a3ff3c;
}
.ghqsupp_card-yoh h3{
font-size:1rem;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
margin-bottom:6px;
font-weight:700;
color:#e8f5e2;
}
.ghqsupp_card-yoh p{
font-size:0.813rem;
color:#a8c4a0;
line-height:1.55;
}
@media(max-width:1027px){
.ghqsupp-yoh{
grid-template-columns:1fr;
}
}
.ghqvip_head-yoh{
gap:0.75rem;
margin-bottom:1.125rem;
justify-content:space-between;
align-items:flex-end;
display:flex;
flex-wrap:wrap;
}
.ghqvip_intro-yoh{
font-size:13px;
color:#a8c4a0;
max-width:420px;
}
.ghqvip-yoh{
gap:12px;
grid-template-columns:repeat(5,1fr);
display:grid;
}
.ghqvip-yoh>*{
min-width:0;
}
.ghqtier-yoh{
background:#111f13;
border-radius:0.813rem;
padding:1.25rem;
border:1px solid #243826;
}
.ghqtier_on-yoh{
border-color:#a3ff3c;
background:rgba(163, 255, 60, 0.11);
}
.ghqtier_medal-yoh{
border-radius:9px;
background:linear-gradient(135deg,#a3ff3c,#6dbf1a);
width:30px;
margin-bottom:0.875rem;
height:30px;
}
.ghqtier_name-yoh{
font-size:0.938rem;
color:#e8f5e2;
font-weight:700;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
margin-bottom:0.313rem;
}
.ghqtier_tx-yoh{
color:#6d8f67;
font-size:11.5px;
line-height:1.5;
}
@media(max-width:1026px){
.ghqvip-yoh{
grid-template-columns:repeat(2,1fr);
}
}
.ghqbanner-yoh{
overflow:hidden;
border:1px solid #243826;
padding:36px 2.5rem;
background:linear-gradient(115deg,#081009,#06101a);
border-radius:1.25rem;
gap:1.75rem;
flex-wrap:wrap;
color:#e8f5e2;
display:flex;
align-items:center;
justify-content:space-between;
position:relative;
}
.ghqbanner_glow-yoh{
background:radial-gradient(circle,rgba(163, 255, 60, 0.22),transparent 68%);
border-radius:50%;
width:12.5rem;
right:80px;
transform:translateY(-50%);
position:absolute;
top:50%;
height:12.5rem;
}
.ghqbanner_in-yoh{
max-width:35rem;
position:relative;
}
.ghqbanner-yoh .ghqeyebrow-yoh{
color:#b8f542;
}
.ghqbanner_h2-yoh{
margin:0.625rem 0;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
line-height:1.05;
font-size:30px;
font-weight:700;
color:#e8f5e2;
}
.ghqbanner_text-yoh{
color:#7aab6e;
line-height:1.6;
font-size:0.875rem;
}
@media(max-width:560px){
.ghqbanner_h2-yoh{
font-size:24px;
}
}
.ghqtour-yoh{
overflow:hidden;
border-radius:1.25rem;
grid-template-columns:1.05fr 1fr;
border:1px solid #243826;
display:grid;
}
.ghqtour-yoh>*{
min-width:0;
}
.ghqtour_l-yoh{
overflow:hidden;
background:linear-gradient(135deg,#081009,#06101a);
padding:2.125rem;
color:#e8f5e2;
position:relative;
}
.ghqtour_h2-yoh{
margin:0.75rem 0 0.625rem;
line-height:1.05;
font-size:30px;
font-weight:700;
color:#e8f5e2;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
}
.ghqtour_h2-yoh em{
color:#b8f542;
font-style:normal;
}
.ghqtour_text-yoh{
font-size:0.844rem;
line-height:1.6;
margin-bottom:1.25rem;
color:#7aab6e;
max-width:21.25rem;
}
.ghqtour_meta-yoh{
gap:18px;
flex-wrap:wrap;
display:flex;
align-items:flex-end;
margin-bottom:1.25rem;
}
.ghqtour_cap-yoh{
text-transform:uppercase;
color:#7aab6e;
margin-bottom:0.313rem;
font-size:0.594rem;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
}
.ghqcount-yoh{
gap:0.375rem;
display:flex;
}
.ghqcount-yoh span{
border-radius:9px;
padding:0.25rem 0.563rem;
background:rgba(255, 255, 255, 0.07);
border:1px solid rgba(255, 255, 255, 0.12);
font-size:1.375rem;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
font-weight:700;
}
.ghqtour_units-yoh{
color:#7aab6e;
font-size:0.625rem;
}
.ghqboard-yoh{
background:#111f13;
padding:1.75rem 30px;
}
.ghqboard_head-yoh{
justify-content:space-between;
align-items:center;
margin-bottom:14px;
display:flex;
}
.ghqboard_title-yoh{
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
color:#e8f5e2;
font-size:16px;
}
.ghqboard_upd-yoh{
color:#6d8f67;
text-transform:uppercase;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
font-size:10px;
}
.ghqboard_list-yoh{
gap:2px;
flex-direction:column;
display:flex;
}
.ghqboard_row-yoh{
gap:0.75rem;
padding:10px 0.75rem;
border-radius:9px;
align-items:center;
display:flex;
}
.ghqboard_top1-yoh{
background:rgba(163, 255, 60, 0.11);
}
.ghqboard_rk-yoh{
font-weight:700;
font-size:0.875rem;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
color:#6d8f67;
width:20px;
}
.ghqboard_top1-yoh .ghqboard_rk-yoh{
color:#a3ff3c;
}
.ghqboard_nm-yoh{
flex:1;
font-weight:600;
min-width:0;
color:#a8c4a0;
font-size:0.844rem;
}
.ghqboard_top1-yoh .ghqboard_nm-yoh{
color:#e8f5e2;
font-weight:700;
}
.ghqboard_pt-yoh{
color:#a8c4a0;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.781rem;
}
@media(max-width:1024px){
.ghqtour-yoh{
grid-template-columns:1fr;
}
}
@media(max-width:562px){
.ghqtour_h2-yoh{
font-size:1.5rem;
}
}
.ghqgm-yoh{
gap:16px;
grid-template-columns:1.3fr 1fr;
display:grid;
}
.ghqgm-yoh>*{
min-width:0;
}
.ghqgm_panel-yoh{
padding:1.75rem;
border-radius:20px;
background:#111f13;
border:1px solid #243826;
}
.ghqgm_h2-yoh{
margin:0.625rem 0 8px;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
font-size:24px;
font-weight:700;
color:#e8f5e2;
}
.ghqgm_text-yoh{
color:#a8c4a0;
margin-bottom:20px;
line-height:1.6;
font-size:13.5px;
max-width:27.5rem;
}
.ghqgm_level-yoh{
gap:14px;
margin-bottom:1rem;
display:flex;
align-items:center;
}
.ghqgm_lv-yoh{
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
color:#a3ff3c;
font-weight:700;
font-size:24px;
}
.ghqgm_bar_wrap-yoh{
flex:1;
min-width:0;
}
.ghqgm_bar_meta-yoh{
justify-content:space-between;
display:flex;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
color:#6d8f67;
font-size:10px;
margin-bottom:0.313rem;
}
.ghqbar-yoh{
overflow:hidden;
border-radius:999px;
background:#0d1a0f;
height:8px;
}
.ghqbar_fill-yoh{
border-radius:62.438rem;
background:linear-gradient(90deg,#a3ff3c,#6dbf1a);
height:100%;
display:block;
}
.ghqgm_missions-yoh{
gap:9px;
display:flex;
flex-wrap:wrap;
}
.ghqgm_refer-yoh{
overflow:hidden;
padding:28px;
border-radius:20px;
background:linear-gradient(150deg,#081009,#06101a);
border:1px solid #243826;
flex-direction:column;
color:#e8f5e2;
position:relative;
justify-content:space-between;
display:flex;
}
.ghqgm_refer-yoh .ghqeyebrow-yoh{
color:#b8f542;
}
.ghqgm_ref_h2-yoh{
margin:10px 0 0.5rem;
color:#e8f5e2;
line-height:1.1;
font-weight:700;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
font-size:1.5rem;
}
.ghqgm_ref_h2-yoh em{
color:#b8f542;
font-style:normal;
}
.ghqgm_ref_text-yoh{
color:#7aab6e;
font-size:13px;
line-height:1.55;
margin-bottom:18px;
}
@media(max-width:1021px){
.ghqgm-yoh{
grid-template-columns:1fr;
}
}
.ghqnews-yoh{
background:linear-gradient(135deg,#081009,#06101a);
padding:26px 32px;
border-radius:1.25rem;
gap:24px;
border:1px solid #243826;
color:#e8f5e2;
flex-wrap:wrap;
justify-content:space-between;
display:flex;
align-items:center;
}
.ghqnews_h3-yoh{
margin-bottom:4px;
font-size:1.25rem;
color:#e8f5e2;
font-weight:700;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
}
.ghqnews_text-yoh{
color:#7aab6e;
font-size:0.813rem;
}
.ghqnews_form-yoh{
gap:0.625rem;
flex:1;
display:flex;
min-width:0;
max-width:440px;
}
.ghqnews_form-yoh .ghqinput-yoh{
min-width:0;
}
@media(max-width:563px){
.ghqnews_form-yoh{
width:100%;
}
}
.ghqinput-yoh{
border-radius:9px;
background:rgba(255, 255, 255, 0.07);
flex:1;
border:1px solid rgba(255, 255, 255, 0.12);
padding:0.813rem 1rem;
color:#7aab6e;
font-size:13.5px;
}
.ghqsteps-yoh{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.ghqsteps-yoh>*{
min-width:0;
}
.ghqstep-yoh{
border-radius:0.813rem;
padding:1.5rem;
border:1px solid #243826;
background:#111f13;
position:relative;
}
.ghqstep_num-yoh{
border-radius:9px;
background:#a3ff3c;
font-weight:700;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
height:30px;
justify-content:center;
font-size:0.813rem;
margin-bottom:0.875rem;
width:30px;
align-items:center;
color:#0a1a04;
display:flex;
}
.ghqstep_h-yoh{
color:#e8f5e2;
font-weight:700;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
font-size:1rem;
margin-bottom:7px;
}
.ghqstep_p-yoh{
line-height:1.55;
font-size:13px;
color:#a8c4a0;
}
@media(max-width:1026px){
.ghqsteps-yoh{
grid-template-columns:1fr;
}
}
.ghqapp-yoh{
gap:36px;
display:flex;
align-items:center;
flex-wrap:wrap;
justify-content:space-between;
}
.ghqapp_copy-yoh{
max-width:32.5rem;
}
.ghqapp_h2-yoh{
margin:12px 0 0.625rem;
font-weight:700;
color:#e8f5e2;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
line-height:1.05;
font-size:1.75rem;
}
.ghqapp_text-yoh{
margin-bottom:20px;
color:#a8c4a0;
font-size:14px;
line-height:1.6;
}
.ghqapp_btns-yoh{
gap:12px;
flex-wrap:wrap;
display:flex;
}
.ghqstore-yoh{
border-radius:0.813rem;
background:#0d1a0f;
border:1px solid #243826;
padding:11px 18px;
gap:9px;
cursor:pointer;
display:inline-flex;
font-weight:700;
font-size:13px;
align-items:center;
color:#e8f5e2;
}
.ghqstore-yoh svg{
width:16px;
height:1rem;
}
.ghqapp_qr_wrap-yoh{
gap:16px;
align-items:center;
display:flex;
}
.ghqqr-yoh{
gap:3px;
grid-template-rows:repeat(5,1fr);
grid-template-columns:repeat(5,1fr);
border:1px solid #243826;
padding:0.688rem;
border-radius:0.813rem;
background:#0d1a0f;
height:108px;
width:6.75rem;
display:grid;
}
.ghqqr-yoh i{
background:transparent;
}
.ghqqr_f-yoh{
background:#a3ff3c;
}
.ghqapp_qr_cap-yoh{
max-width:84px;
line-height:1.4;
font-size:0.75rem;
color:#6d8f67;
}
.ghqdw_h2-yoh{
font-size:1.625rem;
margin-bottom:0.625rem;
line-height:1.08;
font-weight:700;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
color:#e8f5e2;
}
.ghqsteps_v-yoh{
grid-template-columns:1fr;
gap:10px;
}
.ghqsteps_v-yoh .ghqstep-yoh{
padding:1.125rem 1.25rem;
}
@media(max-width:561px){
.ghqdw_h2-yoh{
font-size:1.438rem;
}
}
.ghqpay_logos-yoh{
grid-template-columns:repeat(4,1fr);
gap:0.563rem;
display:grid;
}
.ghqpay_logos-yoh>*{
min-width:0;
}
.ghqpay-yoh{
border:1px solid #243826;
border-radius:9px;
display:flex;
font-size:0.75rem;
justify-content:center;
font-weight:700;
align-items:center;
color:#a8c4a0;
height:3rem;
}
.ghqtable-yoh{
border:1px solid #243826;
overflow:hidden;
border-radius:0.813rem;
}
.ghqtrow-yoh{
grid-template-columns:1.3fr 1fr 1fr 1fr;
display:grid;
font-size:13px;
}
.ghqtrow-yoh>div{
padding:13px 14px;
min-width:0;
}
.ghqtrow-yoh>div:first-child{
font-weight:700;
color:#e8f5e2;
padding-left:16px;
}
.ghqtrow_th-yoh{
background:#0d1a0f;
font-size:9.5px;
text-transform:uppercase;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
letter-spacing:.06em;
color:#6d8f67;
}
.ghqtrow-yoh:not(.ghqtrow_th-yoh){
background:#111f13;
border-top:1px solid #1c2e1d;
color:#a8c4a0;
}
.ghqtrow_zebra-yoh{
background:#0f1c11;
}
.ghqpos-yoh{
font-weight:700;
color:#a3ff3c;
}
@media(max-width:1022px){
.ghqpay_logos-yoh{
grid-template-columns:repeat(2,1fr);
}
}
.ghqgd_head-yoh{
gap:0.75rem;
display:flex;
margin-bottom:1rem;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}
.ghqprovs-yoh{
grid-template-columns:repeat(6,1fr);
gap:0.75rem;
display:grid;
margin-bottom:28px;
}
.ghqprovs-yoh>*{
min-width:0;
}
.ghqprov-yoh{
border:1px solid #243826;
background:#111f13;
border-radius:0.813rem;
padding:0.75rem;
align-items:center;
display:flex;
justify-content:center;
height:4rem;
text-decoration:none;
}
.ghqprov_img-yoh{
object-fit:contain;
max-height:32px;
max-width:100%;
}
.ghqresp-yoh{
padding:1.625rem;
border-radius:0.813rem;
background:#111f13;
border:1px solid #243826;
gap:24px;
align-items:center;
flex-wrap:wrap;
justify-content:space-between;
display:flex;
}
.ghqresp_in-yoh{
max-width:35rem;
}
.ghqresp_h-yoh{
margin-bottom:8px;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
font-size:19px;
font-weight:700;
color:#e8f5e2;
}
.ghqresp_p-yoh{
line-height:1.6;
color:#a8c4a0;
font-size:13.5px;
}
.ghqresp_badges-yoh{
gap:0.875rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.ghqage18-yoh{
border:1.5px solid #e83a3a;
padding:4px 0.5rem;
border-radius:9px;
font-size:13px;
font-weight:700;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
color:#e83a3a;
}
.ghqresp_org-yoh{
font-weight:600;
font-size:13px;
color:#6d8f67;
}
@media(max-width:1025px){
.ghqprovs-yoh{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:563px){
.ghqprovs-yoh{
grid-template-columns:repeat(2,1fr);
}
}
.ghqab_h2-yoh{
margin:0.875rem 0 16px;
line-height:1.08;
color:#e8f5e2;
font-size:2rem;
font-weight:700;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
}
.ghqab_body-yoh{
line-height:1.65;
font-size:0.938rem;
margin-bottom:14px;
color:#a8c4a0;
}
.ghqab_chips-yoh{
gap:10px;
display:flex;
flex-wrap:wrap;
margin-top:8px;
}
.ghqfaq-yoh{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.ghqfaq_item-yoh{
padding:1.125rem 1.375rem;
background:#111f13;
border:1px solid #243826;
border-radius:13px;
}
.ghqfaq_q-yoh{
list-style:none;
gap:16px;
color:#e8f5e2;
display:flex;
cursor:pointer;
justify-content:space-between;
align-items:center;
font-weight:600;
font-size:0.969rem;
}
.ghqfaq_q-yoh::-webkit-details-marker{
display:none;
}
.ghqfaq_q_t-yoh{
gap:10px;
display:flex;
}
.ghqfaq_q_i-yoh{
color:#a3ff3c;
font-style:normal;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
}
.ghqfaq_pm-yoh{
color:#a3ff3c;
font-size:20px;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
}
.ghqfaq_item-yoh[open] .ghqfaq_pm-yoh{
transform:rotate(45deg);
}
.ghqfaq_a-yoh{
line-height:1.6;
font-size:13.5px;
color:#a8c4a0;
margin-top:12px;
}
@media(max-width:558px){
.ghqab_h2-yoh{
font-size:1.625rem;
}
}
.ghqrv_head-yoh{
gap:0.75rem;
flex-wrap:wrap;
justify-content:space-between;
display:flex;
margin-bottom:1.125rem;
align-items:flex-end;
}
.ghqrv_agg-yoh{
gap:0.625rem;
display:flex;
align-items:center;
}
.ghqrv_source-yoh{
color:#6d8f67;
font-size:0.781rem;
}
.ghqrv_grid-yoh{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.ghqrv_grid-yoh>*{
min-width:0;
}
.ghqreview-yoh{
background:#111f13;
border:1px solid #243826;
border-radius:13px;
padding:24px;
}
.ghqreview-yoh .ghqstars-yoh{
margin-bottom:10px;
}
.ghqreview-yoh p{
color:#e8f5e2;
margin-bottom:14px;
font-size:14.5px;
font-weight:600;
line-height:1.5;
}
.ghqreview_by-yoh{
color:#6d8f67;
font-size:0.781rem;
}
@media(max-width:1026px){
.ghqrv_grid-yoh{
grid-template-columns:1fr;
}
}
.ghqop_h2-yoh{
margin:0.625rem 0 0.5rem;
font-size:1.5rem;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
line-height:1.1;
font-weight:700;
color:#e8f5e2;
}
.ghqop_text-yoh{
color:#a8c4a0;
font-size:13.5px;
line-height:1.6;
}
@media(max-width:559px){
.ghqop_h2-yoh{
font-size:1.375rem;
}
}
.ghqrc-yoh{
grid-template-columns:1fr 1fr 1fr;
gap:2rem;
display:grid;
}
.ghqrc-yoh>*{
min-width:0;
}
.ghqrc_awards-yoh{
gap:0.688rem;
display:flex;
flex-direction:column;
}
.ghqaward-yoh{
gap:11px;
display:flex;
align-items:center;
}
.ghqaward-yoh svg{
flex:none;
height:18px;
color:#f5c518;
width:1.125rem;
}
.ghqaward_t-yoh{
font-weight:700;
font-size:0.844rem;
color:#e8f5e2;
}
.ghqaward_s-yoh{
font-size:0.719rem;
color:#6d8f67;
}
.ghqrc_press-yoh{
grid-template-columns:1fr 1fr;
gap:0.625rem;
display:grid;
}
.ghqlogo_cell-yoh{
border-radius:0.563rem;
border:1px solid #243826;
font-weight:700;
font-size:13px;
align-items:center;
justify-content:center;
height:48px;
display:flex;
color:#a8c4a0;
}
.ghqrc_partner-yoh{
border:1px solid #243826;
border-radius:13px;
background:#111f13;
padding:1.25rem;
}
.ghqrc_partner_name-yoh{
font-size:18px;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
margin-bottom:0.375rem;
color:#e8f5e2;
}
.ghqrc_partner_text-yoh{
font-size:12.5px;
line-height:1.55;
color:#a8c4a0;
}
@media(max-width:1025px){
.ghqrc-yoh{
grid-template-columns:1fr;
gap:22px;
}
.ghqrc_press-yoh{
grid-template-columns:repeat(4,1fr);
}
}
.ghqfooter-yoh{
background:#090f0a;
padding:40px 28px;
border-top:1px solid #1c2e1d;
}
.ghqfooter_grid-yoh{
grid-template-columns:1.4fr 1fr 1fr 1fr;
gap:32px;
display:grid;
margin-bottom:1.75rem;
max-width:87.5rem;
margin-right:auto;
margin-left:auto;
}
.ghqfooter_grid-yoh>*{
min-width:0;
}
.ghqfooter_grid-yoh h4{
letter-spacing:.12em;
font-size:10px;
margin-bottom:0.813rem;
text-transform:uppercase;
color:#3f5c3a;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
}
.ghqfcol-yoh{
gap:9px;
flex-direction:column;
display:flex;
color:#a8c4a0;
font-size:0.813rem;
}
.ghqfcol-yoh a{
cursor:pointer;
}
.ghqft_about-yoh{
line-height:1.6;
font-size:0.813rem;
max-width:260px;
color:#6d8f67;
margin-top:0.75rem;
}
.ghqft_contact-yoh{
color:#a3ff3c;
overflow-wrap:anywhere;
font-family:"Red Hat Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.781rem;
margin-top:12px;
}
.ghqfooter_bottom-yoh{
margin:0 auto;
gap:16px;
max-width:1400px;
justify-content:space-between;
flex-wrap:wrap;
padding-top:20px;
align-items:center;
border-top:1px solid #1c2e1d;
display:flex;
}
.ghqfooter_bottom-yoh p{
color:#3f5c3a;
line-height:1.6;
max-width:45rem;
font-size:0.688rem;
}
@media(max-width:1021px){
.ghqfooter_grid-yoh{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:560px){
.ghqfooter_grid-yoh{
grid-template-columns:1fr;
}
}