*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0a0f14;
text-rendering:optimizeLegibility;
font-size:15px;
line-height:1.55;
overflow-wrap:break-word;
color:#9cb8c8;
font-family:"Rubik", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
-webkit-font-smoothing:antialiased;
}
img{
display:block;
max-width:100%;
}
a{
text-decoration:none;
color:inherit;
}
button{
background:none;
border:none;
cursor:pointer;
font-family:inherit;
}
input{
font-family:inherit;
}
svg{
display:block;
}
h1,h2,h3,h4{
overflow-wrap:anywhere;
}
::-webkit-scrollbar{
height:0.5rem;
width:0.5rem;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(4, 14, 22, 0.78);
}
::-webkit-scrollbar-track{
background:transparent;
}
.ohzshell-lcy{
grid-template-columns:248px 1fr;
min-height:100vh;
display:grid;
}
.ohzmain-lcy{
min-width:0;
}
.ohzwrap-lcy{
margin:0 auto;
width:100%;
max-width:87.5rem;
}
.ohzcontainer-lcy{
padding:0 1rem;
margin:0 auto;
max-width:87.5rem;
width:100%;
}
@media(min-width:768px){
.ohzcontainer-lcy{
padding:0 28px;
}
}
.ohzsection-lcy{
padding:1.5rem 28px;
}
.ohzsection_pt-lcy{
padding-top:34px;
}
.ohzband_soft-lcy{
background:#111820;
}
.ohzeyebrow-lcy{
line-height:1.4;
overflow-wrap:break-word;
text-transform:uppercase;
display:inline-block;
font-weight:600;
font-family:"Rubik", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
letter-spacing:.14em;
color:#00cef0;
font-size:10.5px;
}
.ohzdrawer_cb-lcy{
display:none;
}
.ohzoverlay-lcy{
display:none;
}
@media(max-width:1024px){
.ohzshell-lcy{
grid-template-columns:1fr;
}
.ohzmain-lcy{
padding-bottom:4.875rem;
}
.ohzdrawer_cb-lcy:checked~.ohzoverlay-lcy{
inset:0;
background:rgba(4, 14, 22, 0.78);
z-index:70;
display:block;
position:fixed;
}
}
@media(max-width:557px){
.ohzsection-lcy{
padding:18px 16px;
}
.ohzsection_pt-lcy{
padding-top:24px;
}
}
@keyframes zm3-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
@keyframes zm3-marquee{
0%{
transform:translateX(0)}
100%{
transform:translateX(-50%)}
}
/* ---------- sidebar ---------- */
.ohzside-lcy{
gap:22px;
padding:22px 1.125rem;
background:#0c1219;
border-right:1px solid #182430;
align-self:start;
flex-direction:column;
height:100vh;
position:sticky;
overflow-y:auto;
top:0;
display:flex;
}
.ohzbrand-lcy{
gap:10px;
display:flex;
align-items:center;
}
.ohzlogo-lcy{
font-weight:700;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-size:1.313rem;
letter-spacing:-.02em;
color:#e8f4f8;
}
.ohzside_cta-lcy{
background:rgba(0, 206, 240, 0.11);
border:1px solid #1e2f3e;
border-radius:13px;
padding:16px;
}
.ohzside_cta_h-lcy{
line-height:1.15;
margin-bottom:6px;
font-weight:700;
color:#e8f4f8;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-size:1.063rem;
}
.ohzside_cta_p-lcy{
color:#9cb8c8;
font-size:12px;
line-height:1.45;
margin-bottom:0.75rem;
}
.ohznav-lcy{
gap:3px;
flex-direction:column;
display:flex;
}
.ohznav_label-lcy{
padding:0.375rem 0.625rem;
letter-spacing:.14em;
font-size:0.594rem;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#3a566a;
text-transform:uppercase;
}
.ohznav_item-lcy{
padding:10px;
border-radius:0.563rem;
gap:0.688rem;
font-size:14px;
font-weight:500;
align-items:center;
color:#9cb8c8;
display:flex;
}
.ohznav_item-lcy svg{
width:1.063rem;
height:1.063rem;
}
.ohznav_item-lcy:hover{
background:rgba(0, 206, 240, 0.11);
color:#e8f4f8;
}
.ohznav_item_on-lcy{
background:rgba(0, 206, 240, 0.11);
color:#00cef0;
font-weight:600;
}
.ohzside_foot-lcy{
background:#111820;
border-radius:13px;
border:1px solid #1e2f3e;
padding:0.75rem;
margin-top:auto;
}
.ohzside_foot-lcy p{
color:#9cb8c8;
margin-top:4px;
font-size:12.5px;
line-height:1.4;
}
/* ---------- topbar ---------- */
.ohztop-lcy{
padding:14px 1.75rem;
background:#0c1219;
gap:16px;
align-items:center;
position:sticky;
top:0;
border-bottom:1px solid #182430;
display:flex;
z-index:40;
}
.ohztop_brand-lcy{
gap:9px;
align-items:center;
display:none;
}
.ohzsearch-lcy{
border:1px solid #1e2f3e;
border-radius:13px;
flex:1;
gap:10px;
background:#111820;
padding:0.688rem 0.875rem;
max-width:440px;
font-size:13.5px;
color:#5e8299;
display:flex;
align-items:center;
}
.ohzsearch-lcy svg{
flex:none;
width:1rem;
height:16px;
}
.ohztop_actions-lcy{
gap:12px;
margin-left:auto;
align-items:center;
display:flex;
}
.ohzlang-lcy{
font-size:0.75rem;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#9cb8c8;
}
.ohzburger-lcy{
border-radius:9px;
background:#111820;
border:1px solid #1e2f3e;
justify-content:center;
height:40px;
align-items:center;
width:2.5rem;
color:#e8f4f8;
display:none;
}
/* ---------- bottom-nav (mobile) ---------- */
.ohzbotnav-lcy{
display:none;
}
@media(max-width:1023px){
.ohzside-lcy{
transition:transform .25s ease;
transform:translateX(-100%);
top:0;
position:fixed;
z-index:80;
left:0;
width:17.5rem;
height:100vh;
}
.ohzdrawer_cb-lcy:checked~.ohzshell-lcy .ohzside-lcy{
transform:translateX(0);
}
.ohztop-lcy{
gap:12px;
padding:0.875rem 16px;
position:static;
flex-wrap:wrap;
}
.ohztop_brand-lcy{
display:flex;
}
.ohzsearch-lcy{
display:none;
}
.ohzburger-lcy{
display:flex;
}
.ohztop_actions-lcy{
gap:10px;
margin-left:0;
align-items:stretch;
width:100%;
}
.ohztop_actions-lcy .ohzlang-lcy{
display:none;
}
.ohztop_actions-lcy .ohzbtn-lcy{
padding:11px 0.625rem;
flex:1;
text-align:center;
}
.ohzbotnav-lcy{
background:#0c1219;
grid-template-columns:repeat(3,1fr);
padding:8px 0.375rem calc(8px + env(safe-area-inset-bottom));
left:0;
bottom:0;
transform:translateZ(0);
position:fixed;
right:0;
border-top:1px solid #1e2f3e;
z-index:65;
display:grid;
}
.ohzbn-lcy{
gap:0.25rem;
padding:6px 2px 0;
flex-direction:column;
min-width:0;
align-items:center;
justify-content:flex-end;
font-size:10px;
font-weight:600;
color:#9cb8c8;
display:flex;
}
.ohzbn-lcy svg{
flex:none;
width:1.375rem;
height:1.375rem;
}
.ohzbn-lcy span{
overflow:hidden;
max-width:100%;
text-align:center;
text-overflow:ellipsis;
white-space:nowrap;
}
.ohzbn_on-lcy{
color:#00cef0;
}
.ohzbn_center-lcy{
position:relative;
}
.ohzbn_fab-lcy{
border-radius:50%;
background:#00deff;
transform:translateX(-50%);
width:3.125rem;
align-items:center;
position:absolute;
box-shadow:0 8px 2.5rem rgba(0, 0, 0, 0.65), 0 2px 8px rgba(0, 222, 255, 0.18);
justify-content:center;
height:3.125rem;
color:#04141c;
display:flex;
left:50%;
top:-1.25rem;
}
.ohzbn_fab-lcy svg{
width:1.5rem;
height:1.5rem;
}
.ohzbn_center-lcy span{
color:#00cef0;
}
}
.ohzbtn-lcy{
padding:0.688rem 22px;
gap:8px;
transition:background-color 0.2s ease,color 0.2s ease;
border-radius:0.563rem;
align-items:center;
font-family:"Rubik", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
display:inline-flex;
justify-content:center;
cursor:pointer;
font-size:14px;
font-weight:700;
}
.ohzbtn_pri-lcy{
background:#00deff;
box-shadow:0 0 18px rgba(0, 222, 255, 0.45), 0 4px 12px rgba(0, 0, 0, 0.35);
color:#04141c;
}
.ohzbtn_pri-lcy:hover{
background:#00c8e6;
}
.ohzbtn_ghost-lcy{
background:rgba(0, 206, 240, 0.11);
color:#e8f4f8;
font-weight:600;
}
.ohzbtn_line-lcy{
border:1px solid #2a4258;
background:transparent;
font-weight:600;
color:#e8f4f8;
}
.ohzbtn_lg-lcy{
border-radius:0.813rem;
padding:16px 1.875rem;
font-size:0.938rem;
}
.ohzband-lcy .ohzbtn_line-lcy{
border-color:rgba(255, 255, 255, 0.12);
color:#e8f4f8;
}
.ohzband-lcy .ohzbtn_ghost-lcy{
background:rgba(255, 255, 255, 0.07);
color:#e8f4f8;
}
.ohzlink_m-lcy{
gap:0.313rem;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
align-items:center;
cursor:pointer;
display:inline-flex;
text-decoration:none;
color:#00cef0;
font-size:12px;
}
.ohzlink_m-lcy svg{
height:0.875rem;
width:0.875rem;
}
.ohzband-lcy .ohzlink_m-lcy{
color:#00deff;
}
.ohzdot-lcy{
flex:none;
border-radius:50%;
background:#00cef0;
width:7px;
height:7px;
}
.ohzdot_live-lcy{
animation:zm3-pulse 1.4s infinite;
background:#e03a3a;
}
.ohzstars-lcy{
gap:2px;
color:#00cef0;
display:inline-flex;
}
.ohzstars-lcy svg{
height:0.938rem;
width:15px;
}
.ohzchip-lcy{
background:#111820;
padding:7px 12px;
gap:6px;
border:1px solid #1e2f3e;
border-radius:0.563rem;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
display:inline-flex;
font-size:11px;
color:#9cb8c8;
align-items:center;
}
.ohzchip_on-lcy{
border-color:transparent;
background:rgba(0, 206, 240, 0.11);
color:#00cef0;
}
.ohzgc-lcy{
text-decoration:none;
min-width:0;
cursor:pointer;
display:block;
color:inherit;
}
.ohzgc_thumb-lcy{
border-radius:0.813rem;
border:1px solid #1e2f3e;
overflow:hidden;
display:block;
position:relative;
background-position:center;
background-size:cover;
aspect-ratio:1;
}
.ohzgc_thumb_portrait-lcy{
aspect-ratio:3/4;
}
.ohzgc_thumb_wide-lcy{
aspect-ratio:16/11;
}
.ohzgc_cap-lcy{
background:linear-gradient(transparent,rgba(4, 14, 22, 0.78));
padding:9px;
position:absolute;
left:0;
right:0;
bottom:0;
}
.ohzgc_name-lcy{
font-size:0.781rem;
font-weight:700;
color:#e8f4f8;
display:block;
}
.ohzgc_meta-lcy{
font-size:11px;
color:#7aaec2;
}
.ohzgc_badge-lcy{
border-radius:0.563rem;
background:#00cef0;
padding:2px 0.375rem;
top:0.5rem;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
position:absolute;
color:#04141c;
font-size:8px;
right:8px;
font-weight:700;
}
.ohzgc_badge_hot-lcy{
background:#e03a3a;
color:#e8f4f8;
}
.ohzgc_badge_live-lcy{
background:#e03a3a;
left:8px;
right:auto;
color:#e8f4f8;
}
.ohzgc_mult-lcy{
inset:0;
font-size:1.75rem;
display:flex;
color:#00cef0;
align-items:center;
justify-content:center;
font-weight:700;
position:absolute;
}
.ohzpc-lcy{
border:1px solid #1e2f3e;
border-radius:13px;
background:#111820;
height:4rem;
color:#9cb8c8;
display:flex;
align-items:center;
font-size:0.875rem;
justify-content:center;
font-weight:700;
}
.ohzrail-lcy{
min-width:0;
}
.ohzrail_scroll-lcy{
gap:14px;
display:grid;
}
.ohzrail_scroll-lcy>*{
min-width:0;
}
.ohzg6-lcy{
grid-template-columns:repeat(6,1fr);
}
.ohzg7-lcy{
grid-template-columns:repeat(7,1fr);
}
.ohzg4-lcy{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1021px){
.ohzg6-lcy,.ohzg7-lcy{
grid-template-columns:none;
grid-auto-flow:column;
overflow-x:auto;
grid-auto-columns:120px;
scroll-snap-type:x mandatory;
padding-bottom:0.375rem;
}
.ohzg6-lcy>*,.ohzg7-lcy>*{
scroll-snap-align:start;
}
.ohzg4-lcy{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:558px){
.ohzg4-lcy{
grid-template-columns:none;
grid-auto-flow:column;
overflow-x:auto;
grid-auto-columns:150px;
}
}
.ohzpanel-lcy{
border:1px solid #1e2f3e;
background:#111820;
padding:28px 2rem;
border-radius:20px;
}
.ohzsplit-lcy{
gap:2.25rem;
display:grid;
align-items:start;
}
.ohzsplit-lcy>*{
min-width:0;
}
.ohzsplit_a-lcy{
grid-template-columns:.85fr 1.15fr;
}
.ohzsplit_b-lcy{
grid-template-columns:1fr 1.1fr;
}
.ohzsplit_c-lcy{
grid-template-columns:1.1fr .9fr;
}
.ohzpgrid-lcy{
gap:40px;
grid-template-columns:.9fr 1.1fr;
display:grid;
align-items:center;
}
.ohzpgrid-lcy>*{
min-width:0;
}
.ohzlead-lcy{
color:#9cb8c8;
line-height:1.65;
margin-bottom:14px;
font-size:15px;
}
.ohzfeat-lcy{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.ohzfeat-lcy>*{
min-width:0;
}
.ohzfeat2-lcy{
grid-template-columns:1fr 1fr;
}
.ohzfeat_card-lcy{
border:1px solid #1e2f3e;
padding:26px;
border-radius:20px;
background:#111820;
}
.ohzfeat_card-lcy svg{
margin-bottom:16px;
width:1.625rem;
height:1.625rem;
color:#00cef0;
}
.ohzfeat_card-lcy h3{
font-size:18px;
font-weight:700;
color:#e8f4f8;
margin-bottom:8px;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
}
.ohzfeat_card-lcy p{
font-size:0.813rem;
color:#9cb8c8;
line-height:1.6;
}
.ohzfeat_card-lcy b{
color:#e8f4f8;
}
.ohzbig-lcy{
gap:1.375rem;
flex-wrap:wrap;
display:flex;
}
.ohzbig_n-lcy{
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
font-size:26px;
color:#00cef0;
}
.ohzbig_l-lcy{
font-size:0.75rem;
color:#5e8299;
}
.ohzperson-lcy{
padding:1rem 1.125rem;
border:1px solid #1e2f3e;
background:#111820;
gap:0.875rem;
border-radius:13px;
display:flex;
align-items:center;
}
.ohzavatar-lcy{
flex:none;
background:linear-gradient(135deg,#00deff,#0090b8);
border-radius:50%;
width:44px;
height:2.75rem;
}
.ohzperson_name-lcy{
font-weight:700;
color:#e8f4f8;
font-size:0.875rem;
}
.ohzperson_role-lcy{
font-size:12px;
color:#5e8299;
}
.ohzkv-lcy{
border:1px solid #1e2f3e;
border-radius:13px;
gap:1px;
background:#1e2f3e;
grid-template-columns:1fr 1fr;
overflow:hidden;
display:grid;
}
.ohzkv-lcy>div{
background:#0a0f14;
padding:16px 18px;
min-width:0;
}
.ohzkv_k-lcy{
font-size:9.5px;
margin-bottom:0.313rem;
text-transform:uppercase;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#00cef0;
}
.ohzkv_v-lcy{
font-size:0.844rem;
color:#e8f4f8;
font-weight:700;
}
@media(max-width:1023px){
.ohzsplit_a-lcy,.ohzsplit_b-lcy,.ohzsplit_c-lcy,.ohzpgrid-lcy{
gap:24px;
grid-template-columns:1fr;
}
.ohzfeat-lcy,.ohzfeat2-lcy{
grid-template-columns:1fr;
}
.ohzkv-lcy{
grid-template-columns:1fr;
}
}
.ohzsh-lcy{
min-width:0;
margin-bottom:16px;
}
.ohzsh_row-lcy{
gap:0.75rem;
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-end;
display:flex;
}
.ohzsh_row-lcy .ohzsh_l-lcy{
gap:0.375rem;
display:flex;
min-width:0;
flex-direction:column;
}
.ohzsh_stack-lcy{
gap:10px;
display:flex;
flex-direction:column;
align-items:flex-start;
}
.ohzsh_center-lcy{
gap:0.625rem;
text-align:center;
align-items:center;
flex-direction:column;
display:flex;
}
.ohzsh_h2-lcy{
gap:9px;
line-height:1.1;
display:flex;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-size:20px;
align-items:center;
overflow-wrap:break-word;
font-weight:700;
color:#e8f4f8;
}
@media(min-width:769px){
.ohzsh_h2-lcy{
font-size:24px;
}
}
.ohzband-lcy .ohzsh_h2-lcy{
color:#e8f4f8;
}
.ohzeb_mono-lcy{
letter-spacing:.08em;
text-transform:none;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.ohzeb_mono-lcy::before{
content:"// ";
}
.ohzeb_upper-lcy{
text-transform:uppercase;
letter-spacing:.14em;
}
.ohzeb_pill-lcy{
padding:0.313rem 0.688rem;
background:rgba(0, 206, 240, 0.11);
border-radius:999px;
text-transform:uppercase;
letter-spacing:.12em;
}
.ohzeb_line-lcy{
gap:10px;
display:inline-flex;
align-items:center;
}
.ohzeb_line-lcy::before{
background:#00cef0;
content:"";
width:1.5rem;
height:1px;
display:inline-block;
}
.ohzband-lcy .ohzeb_line-lcy::before{
background:#00deff;
}
.ohzband-lcy .ohzeb_pill-lcy{
background:rgba(255, 255, 255, 0.07);
}
.ohzsh_link-lcy{
transition:color 0.2s ease,border-color 0.2s ease;
gap:0.375rem;
white-space:nowrap;
font-size:0.813rem;
color:#e8f4f8;
font-weight:600;
padding-bottom:2px;
display:inline-flex;
border-bottom:1px solid #e8f4f8;
align-items:center;
}
.ohzsh_link-lcy:hover{
border-color:#00cef0;
color:#00cef0;
}
.ohzsh_link-lcy svg{
width:0.875rem;
height:0.875rem;
}
.ohzsh_link_chev-lcy{
font-size:12px;
color:#00cef0;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
border-bottom:0;
padding-bottom:0;
}
.ohzsh_link_btn-lcy{
padding:0.563rem 18px;
background:#00deff;
border-radius:999px;
color:#04141c;
border-bottom:0;
}
.ohzsh_link_btn-lcy:hover{
border-color:transparent;
background:#00c8e6;
}
.ohzband-lcy .ohzsh_link-lcy{
border-color:#e8f4f8;
color:#e8f4f8;
}
.ohzband-lcy .ohzsh_link_chev-lcy{
color:#00deff;
}
.ohzsh_rule-lcy{
background:#1e2f3e;
margin:-2px 0 16px;
height:1px;
}
.ohzband-lcy .ohzsh_rule-lcy{
background:rgba(255, 255, 255, 0.12);
}
.ohzseo_grid3-lcy{
grid-template-columns:repeat(3,1fr);
gap:1.25rem;
display:grid;
}
.ohzseo_grid4-lcy{
grid-template-columns:repeat(4,1fr);
gap:13px;
display:grid;
}
.ohzseo_grid3-lcy>*,.ohzseo_grid4-lcy>*{
min-width:0;
}
.ohzseo_card-lcy{
border-radius:0.813rem;
border:1px solid #1e2f3e;
background:#111820;
padding:24px;
}
.ohzseo_card-lcy h3{
color:#e8f4f8;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-size:1.125rem;
font-weight:700;
margin-bottom:0.5rem;
}
.ohzseo_card-lcy p{
color:#9cb8c8;
line-height:1.6;
font-size:13px;
}
.ohzseo_card_sm-lcy{
padding:1.25rem;
}
.ohzseo_card_sm-lcy h3{
font-size:1rem;
}
.ohzseo_card_sm-lcy p{
font-size:12.5px;
line-height:1.55;
}
.ohzseo_rtp_row-lcy{
grid-template-columns:1fr 1fr;
gap:36px;
align-items:center;
margin-top:16px;
display:grid;
}
.ohzrtp-lcy{
gap:0.875rem;
min-width:0;
display:flex;
}
.ohzrtp-lcy>div{
padding:1rem;
border-radius:0.813rem;
background:#0a0f14;
flex:1;
text-align:center;
min-width:0;
}
.ohzrtp_n-lcy{
color:#00cef0;
white-space:nowrap;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
font-size:26px;
}
.ohzrtp_l-lcy{
margin-top:0.25rem;
font-size:11px;
color:#5e8299;
}
.ohzcmp-lcy{
border:1px solid #1e2f3e;
overflow:hidden;
border-radius:13px;
max-width:47.5rem;
}
.ohzcmp_row-lcy{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
font-size:0.813rem;
}
.ohzcmp_row-lcy>div{
padding:13px 0.875rem;
min-width:0;
text-align:center;
}
.ohzcmp_row-lcy>div:first-child{
color:#e8f4f8;
text-align:left;
padding-left:1.375rem;
font-weight:600;
}
.ohzcmp_th-lcy{
background:#0a0f14;
font-size:12.5px;
font-weight:700;
}
.ohzcmp_row-lcy:not(.ohzcmp_th-lcy){
background:#111820;
border-top:1px solid #182430;
color:#9cb8c8;
}
.ohzcmp_zebra-lcy{
background:#0e141b;
}
.ohzguide-lcy{
border-radius:13px;
border:1px solid #1e2f3e;
overflow:hidden;
background:#111820;
cursor:pointer;
}
.ohzguide_cover-lcy{
height:130px;
}
.ohzguide_body-lcy{
padding:20px;
}
.ohzguide_body-lcy h3{
margin:7px 0 0.563rem;
font-size:1rem;
color:#e8f4f8;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
line-height:1.25;
}
.ohzguide_meta-lcy{
font-size:11.5px;
color:#5e8299;
}
.ohzhub-lcy{
grid-template-columns:repeat(5,1fr);
gap:1.75rem;
padding-top:28px;
display:grid;
border-top:1px solid #182430;
}
.ohzhub-lcy>*{
min-width:0;
}
.ohzhub-lcy h4{
margin-bottom:0.688rem;
font-weight:700;
font-size:0.813rem;
color:#e8f4f8;
}
.ohzhub_col-lcy{
gap:8px;
flex-direction:column;
display:flex;
color:#9cb8c8;
font-size:13px;
}
.ohzhub_col-lcy a{
cursor:pointer;
}
@media(max-width:1021px){
.ohzseo_grid3-lcy{
grid-template-columns:1fr;
}
.ohzseo_grid4-lcy{
grid-template-columns:repeat(2,1fr);
}
.ohzseo_rtp_row-lcy{
gap:1.25rem;
grid-template-columns:1fr;
}
.ohzhub-lcy{
gap:1.375rem;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:561px){
.ohzhub-lcy{
grid-template-columns:1fr;
}
}
.ohzhero-lcy{
border:1px solid #1e2f3e;
padding:2.875rem 48px;
overflow:hidden;
border-radius:20px;
background:linear-gradient(120deg,#071018,#050d18);
position:relative;
color:#e8f4f8;
}
.ohzhero_glow-lcy{
background:radial-gradient(circle,rgba(0, 220, 255, 0.22),transparent 70%);
border-radius:50%;
width:340px;
top:-60px;
height:21.25rem;
position:absolute;
right:-3.75rem;
}
.ohzhero_in-lcy{
position:relative;
max-width:600px;
}
.ohzhero-lcy .ohzeyebrow-lcy{
color:#00deff;
}
.ohzpill_row-lcy{
padding:6px 0.813rem;
border-radius:62.438rem;
background:rgba(255, 255, 255, 0.07);
gap:0.5rem;
border:1px solid rgba(255, 255, 255, 0.12);
display:inline-flex;
margin-bottom:1.375rem;
text-transform:uppercase;
align-items:center;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
letter-spacing:.1em;
font-size:10.5px;
color:#00deff;
}
.ohzhero_h1-lcy{
margin:18px 0;
letter-spacing:-.02em;
font-size:54px;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
color:#e8f4f8;
overflow-wrap:break-word;
font-weight:700;
line-height:1.02;
}
.ohzhero_h1-lcy em{
font-style:normal;
color:#00deff;
}
.ohzhero_sub-lcy{
line-height:1.55;
margin-bottom:28px;
font-size:17px;
max-width:30rem;
color:#7aaec2;
}
.ohzhero_cta-lcy{
gap:0.875rem;
margin-bottom:1.625rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.ohzhero_trust-lcy{
gap:14px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.ohzhero_rating_txt-lcy{
color:#7aaec2;
font-size:0.813rem;
}
@media(max-width:1026px){
.ohzhero-lcy{
padding:2rem 24px;
}
.ohzhero_h1-lcy{
font-size:2.375rem;
}
}
@media(max-width:559px){
.ohzhero_h1-lcy{
font-size:1.875rem;
}
}
.ohzstat-lcy{
gap:14px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.ohzstat-lcy>*{
min-width:0;
}
.ohzstat_item-lcy{
border-radius:13px;
background:#111820;
border:1px solid #1e2f3e;
padding:18px 20px;
}
.ohzstat_k-lcy{
letter-spacing:.12em;
text-transform:uppercase;
font-size:9.5px;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#5e8299;
margin-bottom:0.438rem;
}
.ohzstat_v-lcy{
gap:0.5rem;
font-size:1.5rem;
overflow-wrap:anywhere;
display:flex;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
min-width:0;
align-items:center;
color:#e8f4f8;
}
.ohzstat_v_accent-lcy{
color:#00cef0;
}
@media(max-width:1023px){
.ohzstat-lcy{
grid-template-columns:repeat(2,1fr);
}
}
.ohzwlc-lcy{
overflow:hidden;
border-radius:1.25rem;
grid-template-columns:1.2fr .8fr;
gap:1.5rem;
background:linear-gradient(120deg,#071018,#050d18);
border:1px solid #1e2f3e;
padding:2.25rem 40px;
align-items:center;
display:grid;
position:relative;
color:#e8f4f8;
}
.ohzwlc-lcy>*{
min-width:0;
}
.ohzwlc-lcy .ohzeyebrow-lcy{
color:#00deff;
}
.ohzwlc_glow-lcy{
background:radial-gradient(circle,rgba(0, 220, 255, 0.22),transparent 70%);
border-radius:50%;
height:260px;
position:absolute;
right:-2.5rem;
width:16.25rem;
top:-40px;
}
.ohzwlc_in-lcy{
position:relative;
}
.ohzwlc_h2-lcy{
margin:10px 0 0.5rem;
font-size:34px;
line-height:1.03;
color:#e8f4f8;
font-weight:700;
overflow-wrap:break-word;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
}
.ohzwlc_h2-lcy em{
font-style:normal;
color:#00deff;
}
.ohzwlc_sub-lcy{
font-size:14px;
color:#7aaec2;
margin-bottom:18px;
max-width:420px;
line-height:1.55;
}
.ohzwlc_terms-lcy{
gap:0.625rem;
display:flex;
flex-direction:column;
position:relative;
}
.ohzterm-lcy{
padding:0.813rem 15px;
background:rgba(255, 255, 255, 0.07);
border-radius:13px;
border:1px solid rgba(255, 255, 255, 0.12);
gap:11px;
display:flex;
align-items:center;
}
.ohzterm-lcy svg{
flex:none;
color:#00deff;
width:20px;
height:20px;
}
.ohzterm_k-lcy{
color:#7aaec2;
font-size:0.594rem;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
letter-spacing:.1em;
text-transform:uppercase;
}
.ohzterm_v-lcy{
font-weight:700;
font-size:0.875rem;
margin-top:2px;
color:#e8f4f8;
}
@media(max-width:1021px){
.ohzwlc-lcy{
grid-template-columns:1fr;
}
}
@media(max-width:559px){
.ohzwlc_h2-lcy{
font-size:26px;
}
}
.ohzjp-lcy{
gap:0.875rem;
grid-template-columns:1.5fr 1fr 1fr;
display:grid;
}
.ohzjp-lcy>*{
min-width:0;
}
.ohzjp_hero-lcy{
border-radius:20px;
gap:0.875rem;
background:linear-gradient(135deg,#071018,#050d18);
overflow:hidden;
padding:1.625rem;
border:1px solid #1e2f3e;
color:#e8f4f8;
display:flex;
min-height:180px;
position:relative;
justify-content:space-between;
flex-direction:column;
}
.ohzjp_glow-lcy{
background:radial-gradient(circle,rgba(0, 220, 255, 0.22),transparent 70%);
border-radius:50%;
top:-2.5rem;
height:11.25rem;
right:-2.5rem;
width:11.25rem;
position:absolute;
}
.ohzjp_k_row-lcy{
gap:0.625rem;
align-items:center;
justify-content:space-between;
display:flex;
position:relative;
}
.ohzjp_k-lcy{
letter-spacing:.12em;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:0.625rem;
text-transform:uppercase;
color:#5e8299;
}
.ohzjp_hero-lcy .ohzjp_k-lcy{
color:#7aaec2;
}
.ohzjp_amt-lcy{
font-size:42px;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
line-height:1;
position:relative;
color:#00deff;
}
.ohzjp_sub-lcy{
color:#7aaec2;
font-size:0.75rem;
margin-top:5px;
}
.ohzjp_cell-lcy{
border:1px solid #1e2f3e;
padding:22px;
background:#111820;
border-radius:1.25rem;
justify-content:space-between;
display:flex;
flex-direction:column;
min-height:180px;
}
.ohzjp_cell-lcy .ohzjp_amt-lcy{
font-size:1.875rem;
color:#e8f4f8;
}
.ohzjp_cell-lcy .ohzjp_sub-lcy{
color:#5e8299;
}
@media(max-width:1026px){
.ohzjp-lcy{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.ohzjp_amt-lcy{
font-size:2rem;
}
}
.ohzsteps-lcy{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.ohzsteps-lcy>*{
min-width:0;
}
.ohzstep-lcy{
border-radius:0.813rem;
border:1px solid #1e2f3e;
background:#111820;
padding:24px;
position:relative;
}
.ohzstep_num-lcy{
background:#00deff;
border-radius:0.563rem;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:13px;
display:flex;
height:1.875rem;
font-weight:700;
width:1.875rem;
align-items:center;
color:#04141c;
margin-bottom:0.875rem;
justify-content:center;
}
.ohzstep_h-lcy{
color:#e8f4f8;
font-weight:700;
font-size:16px;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
margin-bottom:0.438rem;
}
.ohzstep_p-lcy{
color:#9cb8c8;
font-size:13px;
line-height:1.55;
}
@media(max-width:1023px){
.ohzsteps-lcy{
grid-template-columns:1fr;
}
}
.ohzsupp-lcy{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.ohzsupp-lcy>*{
min-width:0;
}
.ohzsupp_card-lcy{
border-radius:0.813rem;
background:#111820;
padding:1.5rem;
border:1px solid #1e2f3e;
}
.ohzsupp_card-lcy svg{
color:#00cef0;
height:1.5rem;
width:24px;
margin-bottom:0.875rem;
}
.ohzsupp_card-lcy h3{
font-weight:700;
color:#e8f4f8;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
margin-bottom:0.375rem;
font-size:16px;
}
.ohzsupp_card-lcy p{
line-height:1.55;
color:#9cb8c8;
font-size:13px;
}
@media(max-width:1022px){
.ohzsupp-lcy{
grid-template-columns:1fr;
}
}
.ohzbanner-lcy{
overflow:hidden;
border:1px solid #1e2f3e;
padding:36px 2.5rem;
background:linear-gradient(115deg,#071018,#050d18);
border-radius:1.25rem;
gap:1.75rem;
justify-content:space-between;
color:#e8f4f8;
display:flex;
flex-wrap:wrap;
align-items:center;
position:relative;
}
.ohzbanner_glow-lcy{
border-radius:50%;
background:radial-gradient(circle,rgba(0, 220, 255, 0.22),transparent 68%);
width:200px;
right:5rem;
top:50%;
height:12.5rem;
transform:translateY(-50%);
position:absolute;
}
.ohzbanner_in-lcy{
position:relative;
max-width:560px;
}
.ohzbanner-lcy .ohzeyebrow-lcy{
color:#00deff;
}
.ohzbanner_h2-lcy{
margin:0.625rem 0;
font-size:1.875rem;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
color:#e8f4f8;
line-height:1.05;
font-weight:700;
}
.ohzbanner_text-lcy{
font-size:0.875rem;
color:#7aaec2;
line-height:1.6;
}
@media(max-width:563px){
.ohzbanner_h2-lcy{
font-size:24px;
}
}
.ohzpromo_grid-lcy{
gap:1rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.ohzpromo_grid-lcy>*{
min-width:0;
}
.ohzpromo-lcy{
overflow:hidden;
background:#111820;
padding:24px;
border-radius:20px;
border:1px solid #1e2f3e;
position:relative;
min-height:9.375rem;
}
.ohzpromo_h-lcy{
line-height:1.05;
font-weight:700;
margin-top:6px;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
color:#e8f4f8;
font-size:1.625rem;
}
.ohzpromo_h-lcy em{
font-style:normal;
color:#00cef0;
}
.ohzpromo_p-lcy{
margin-top:8px;
font-size:12.5px;
color:#9cb8c8;
line-height:1.5;
}
.ohzpromo_feat-lcy{
border-color:#1e2f3e;
background:linear-gradient(135deg,#071018,#050d18);
}
.ohzpromo_feat-lcy .ohzpromo_h-lcy{
color:#e8f4f8;
}
.ohzpromo_feat-lcy .ohzpromo_h-lcy em{
color:#00deff;
}
.ohzpromo_feat-lcy .ohzpromo_p-lcy{
color:#7aaec2;
}
.ohzpromo_feat-lcy .ohzeyebrow-lcy{
color:#00deff;
}
@media(max-width:1025px){
.ohzpromo_grid-lcy{
grid-template-columns:1fr;
}
}
.ohzdw_h2-lcy{
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-size:26px;
margin-bottom:0.625rem;
color:#e8f4f8;
font-weight:700;
line-height:1.08;
}
.ohzsteps_v-lcy{
grid-template-columns:1fr;
gap:10px;
}
.ohzsteps_v-lcy .ohzstep-lcy{
padding:1.125rem 20px;
}
@media(max-width:559px){
.ohzdw_h2-lcy{
font-size:23px;
}
}
.ohznews-lcy{
gap:1.5rem;
padding:26px 32px;
border:1px solid #1e2f3e;
background:linear-gradient(135deg,#071018,#050d18);
border-radius:1.25rem;
align-items:center;
color:#e8f4f8;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
.ohznews_h3-lcy{
color:#e8f4f8;
margin-bottom:4px;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
font-size:20px;
}
.ohznews_text-lcy{
font-size:13px;
color:#7aaec2;
}
.ohznews_form-lcy{
flex:1;
gap:0.625rem;
min-width:0;
max-width:27.5rem;
display:flex;
}
.ohznews_form-lcy .ohzinput-lcy{
min-width:0;
}
@media(max-width:563px){
.ohznews_form-lcy{
width:100%;
}
}
.ohzinput-lcy{
border-radius:0.563rem;
padding:0.813rem 16px;
border:1px solid rgba(255, 255, 255, 0.12);
background:rgba(255, 255, 255, 0.07);
flex:1;
color:#7aaec2;
font-size:0.844rem;
}
.ohzvip_head-lcy{
gap:12px;
display:flex;
align-items:flex-end;
margin-bottom:1.125rem;
flex-wrap:wrap;
justify-content:space-between;
}
.ohzvip_intro-lcy{
font-size:0.813rem;
max-width:26.25rem;
color:#9cb8c8;
}
.ohzvip-lcy{
grid-template-columns:repeat(5,1fr);
gap:12px;
display:grid;
}
.ohzvip-lcy>*{
min-width:0;
}
.ohztier-lcy{
background:#111820;
border:1px solid #1e2f3e;
border-radius:0.813rem;
padding:20px;
}
.ohztier_on-lcy{
background:rgba(0, 206, 240, 0.11);
border-color:#00cef0;
}
.ohztier_medal-lcy{
background:linear-gradient(135deg,#00deff,#0090b8);
border-radius:9px;
height:1.875rem;
margin-bottom:0.875rem;
width:1.875rem;
}
.ohztier_name-lcy{
color:#e8f4f8;
font-size:0.938rem;
font-weight:700;
margin-bottom:5px;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
}
.ohztier_tx-lcy{
line-height:1.5;
font-size:0.719rem;
color:#5e8299;
}
@media(max-width:1025px){
.ohzvip-lcy{
grid-template-columns:repeat(2,1fr);
}
}
.ohzapp-lcy{
gap:2.25rem;
justify-content:space-between;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.ohzapp_copy-lcy{
max-width:32.5rem;
}
.ohzapp_h2-lcy{
margin:0.75rem 0 10px;
color:#e8f4f8;
font-size:1.75rem;
line-height:1.05;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
}
.ohzapp_text-lcy{
margin-bottom:1.25rem;
font-size:0.875rem;
line-height:1.6;
color:#9cb8c8;
}
.ohzapp_btns-lcy{
gap:12px;
flex-wrap:wrap;
display:flex;
}
.ohzstore-lcy{
gap:9px;
padding:11px 1.125rem;
border:1px solid #1e2f3e;
border-radius:13px;
background:#0a0f14;
display:inline-flex;
color:#e8f4f8;
font-weight:700;
cursor:pointer;
font-size:0.813rem;
align-items:center;
}
.ohzstore-lcy svg{
width:1rem;
height:16px;
}
.ohzapp_qr_wrap-lcy{
gap:16px;
align-items:center;
display:flex;
}
.ohzqr-lcy{
background:#0a0f14;
grid-template-columns:repeat(5,1fr);
grid-template-rows:repeat(5,1fr);
border:1px solid #1e2f3e;
border-radius:13px;
gap:3px;
padding:11px;
width:6.75rem;
height:6.75rem;
display:grid;
}
.ohzqr-lcy i{
background:transparent;
}
.ohzqr_f-lcy{
background:#00cef0;
}
.ohzapp_qr_cap-lcy{
color:#5e8299;
max-width:84px;
font-size:0.75rem;
line-height:1.4;
}
.ohzpay_logos-lcy{
grid-template-columns:repeat(4,1fr);
gap:9px;
display:grid;
}
.ohzpay_logos-lcy>*{
min-width:0;
}
.ohzpay-lcy{
border:1px solid #1e2f3e;
border-radius:0.563rem;
font-weight:700;
font-size:0.75rem;
justify-content:center;
display:flex;
align-items:center;
height:48px;
color:#9cb8c8;
}
.ohztable-lcy{
border:1px solid #1e2f3e;
border-radius:0.813rem;
overflow:hidden;
}
.ohztrow-lcy{
grid-template-columns:1.3fr 1fr 1fr 1fr;
display:grid;
font-size:13px;
}
.ohztrow-lcy>div{
padding:0.813rem 0.875rem;
min-width:0;
}
.ohztrow-lcy>div:first-child{
font-weight:700;
color:#e8f4f8;
padding-left:16px;
}
.ohztrow_th-lcy{
background:#0a0f14;
text-transform:uppercase;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#5e8299;
font-size:0.594rem;
letter-spacing:.06em;
}
.ohztrow-lcy:not(.ohztrow_th-lcy){
background:#111820;
color:#9cb8c8;
border-top:1px solid #182430;
}
.ohztrow_zebra-lcy{
background:#0e141b;
}
.ohzpos-lcy{
color:#00cef0;
font-weight:700;
}
@media(max-width:1026px){
.ohzpay_logos-lcy{
grid-template-columns:repeat(2,1fr);
}
}
.ohztour-lcy{
overflow:hidden;
border:1px solid #1e2f3e;
grid-template-columns:1.05fr 1fr;
border-radius:20px;
display:grid;
}
.ohztour-lcy>*{
min-width:0;
}
.ohztour_l-lcy{
background:linear-gradient(135deg,#071018,#050d18);
padding:34px;
overflow:hidden;
position:relative;
color:#e8f4f8;
}
.ohztour_h2-lcy{
margin:0.75rem 0 10px;
font-size:1.875rem;
font-weight:700;
color:#e8f4f8;
line-height:1.05;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
}
.ohztour_h2-lcy em{
font-style:normal;
color:#00deff;
}
.ohztour_text-lcy{
line-height:1.6;
max-width:21.25rem;
font-size:13.5px;
color:#7aaec2;
margin-bottom:20px;
}
.ohztour_meta-lcy{
gap:18px;
display:flex;
margin-bottom:20px;
align-items:flex-end;
flex-wrap:wrap;
}
.ohztour_cap-lcy{
text-transform:uppercase;
font-size:0.594rem;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#7aaec2;
margin-bottom:0.313rem;
}
.ohzcount-lcy{
gap:6px;
display:flex;
}
.ohzcount-lcy span{
background:rgba(255, 255, 255, 0.07);
border-radius:0.563rem;
border:1px solid rgba(255, 255, 255, 0.12);
padding:4px 0.563rem;
font-size:22px;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
font-weight:700;
}
.ohztour_units-lcy{
font-size:0.625rem;
color:#7aaec2;
}
.ohzboard-lcy{
background:#111820;
padding:28px 30px;
}
.ohzboard_head-lcy{
display:flex;
margin-bottom:0.875rem;
align-items:center;
justify-content:space-between;
}
.ohzboard_title-lcy{
color:#e8f4f8;
font-weight:700;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-size:1rem;
}
.ohzboard_upd-lcy{
text-transform:uppercase;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#5e8299;
font-size:0.625rem;
}
.ohzboard_list-lcy{
gap:2px;
flex-direction:column;
display:flex;
}
.ohzboard_row-lcy{
border-radius:9px;
gap:0.75rem;
padding:0.625rem 0.75rem;
display:flex;
align-items:center;
}
.ohzboard_top1-lcy{
background:rgba(0, 206, 240, 0.11);
}
.ohzboard_rk-lcy{
font-weight:700;
font-size:14px;
color:#5e8299;
width:1.25rem;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.ohzboard_top1-lcy .ohzboard_rk-lcy{
color:#00cef0;
}
.ohzboard_nm-lcy{
flex:1;
color:#9cb8c8;
font-size:0.844rem;
min-width:0;
font-weight:600;
}
.ohzboard_top1-lcy .ohzboard_nm-lcy{
color:#e8f4f8;
font-weight:700;
}
.ohzboard_pt-lcy{
font-size:12.5px;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#9cb8c8;
}
@media(max-width:1027px){
.ohztour-lcy{
grid-template-columns:1fr;
}
}
@media(max-width:559px){
.ohztour_h2-lcy{
font-size:24px;
}
}
.ohzgm-lcy{
grid-template-columns:1.3fr 1fr;
gap:16px;
display:grid;
}
.ohzgm-lcy>*{
min-width:0;
}
.ohzgm_panel-lcy{
background:#111820;
border:1px solid #1e2f3e;
border-radius:1.25rem;
padding:28px;
}
.ohzgm_h2-lcy{
margin:10px 0 0.5rem;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
color:#e8f4f8;
font-weight:700;
font-size:24px;
}
.ohzgm_text-lcy{
line-height:1.6;
color:#9cb8c8;
margin-bottom:1.25rem;
max-width:27.5rem;
font-size:0.844rem;
}
.ohzgm_level-lcy{
gap:0.875rem;
display:flex;
align-items:center;
margin-bottom:1rem;
}
.ohzgm_lv-lcy{
font-weight:700;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
color:#00cef0;
font-size:1.5rem;
}
.ohzgm_bar_wrap-lcy{
flex:1;
min-width:0;
}
.ohzgm_bar_meta-lcy{
font-size:10px;
margin-bottom:5px;
justify-content:space-between;
display:flex;
color:#5e8299;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.ohzbar-lcy{
overflow:hidden;
border-radius:62.438rem;
background:#0a0f14;
height:0.5rem;
}
.ohzbar_fill-lcy{
background:linear-gradient(90deg,#00deff,#0090b8);
border-radius:999px;
display:block;
height:100%;
}
.ohzgm_missions-lcy{
gap:0.563rem;
display:flex;
flex-wrap:wrap;
}
.ohzgm_refer-lcy{
border:1px solid #1e2f3e;
border-radius:1.25rem;
background:linear-gradient(150deg,#071018,#050d18);
padding:1.75rem;
overflow:hidden;
flex-direction:column;
justify-content:space-between;
color:#e8f4f8;
position:relative;
display:flex;
}
.ohzgm_refer-lcy .ohzeyebrow-lcy{
color:#00deff;
}
.ohzgm_ref_h2-lcy{
margin:0.625rem 0 0.5rem;
font-size:24px;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
color:#e8f4f8;
font-weight:700;
line-height:1.1;
}
.ohzgm_ref_h2-lcy em{
font-style:normal;
color:#00deff;
}
.ohzgm_ref_text-lcy{
color:#7aaec2;
font-size:0.813rem;
line-height:1.55;
margin-bottom:1.125rem;
}
@media(max-width:1027px){
.ohzgm-lcy{
grid-template-columns:1fr;
}
}
.ohzab_h2-lcy{
margin:0.875rem 0 1rem;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
color:#e8f4f8;
font-size:2rem;
line-height:1.08;
font-weight:700;
}
.ohzab_body-lcy{
font-size:15px;
color:#9cb8c8;
margin-bottom:0.875rem;
line-height:1.65;
}
.ohzab_chips-lcy{
gap:10px;
flex-wrap:wrap;
display:flex;
margin-top:0.5rem;
}
.ohzfaq-lcy{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.ohzfaq_item-lcy{
border-radius:0.813rem;
background:#111820;
border:1px solid #1e2f3e;
padding:18px 1.375rem;
}
.ohzfaq_q-lcy{
list-style:none;
gap:16px;
cursor:pointer;
color:#e8f4f8;
justify-content:space-between;
align-items:center;
font-weight:600;
display:flex;
font-size:0.969rem;
}
.ohzfaq_q-lcy::-webkit-details-marker{
display:none;
}
.ohzfaq_q_t-lcy{
gap:10px;
display:flex;
}
.ohzfaq_q_i-lcy{
font-style:normal;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#00cef0;
}
.ohzfaq_pm-lcy{
font-size:1.25rem;
color:#00cef0;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.ohzfaq_item-lcy[open] .ohzfaq_pm-lcy{
transform:rotate(45deg);
}
.ohzfaq_a-lcy{
line-height:1.6;
color:#9cb8c8;
margin-top:12px;
font-size:13.5px;
}
@media(max-width:562px){
.ohzab_h2-lcy{
font-size:26px;
}
}
.ohzrv_head-lcy{
gap:0.75rem;
flex-wrap:wrap;
margin-bottom:18px;
display:flex;
justify-content:space-between;
align-items:flex-end;
}
.ohzrv_agg-lcy{
gap:10px;
align-items:center;
display:flex;
}
.ohzrv_source-lcy{
font-size:0.781rem;
color:#5e8299;
}
.ohzrv_grid-lcy{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.ohzrv_grid-lcy>*{
min-width:0;
}
.ohzreview-lcy{
border-radius:0.813rem;
padding:24px;
background:#111820;
border:1px solid #1e2f3e;
}
.ohzreview-lcy .ohzstars-lcy{
margin-bottom:10px;
}
.ohzreview-lcy p{
font-weight:600;
line-height:1.5;
color:#e8f4f8;
margin-bottom:14px;
font-size:0.906rem;
}
.ohzreview_by-lcy{
color:#5e8299;
font-size:12.5px;
}
@media(max-width:1025px){
.ohzrv_grid-lcy{
grid-template-columns:1fr;
}
}
.ohzop_h2-lcy{
margin:0.625rem 0 0.5rem;
color:#e8f4f8;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
line-height:1.1;
font-weight:700;
font-size:1.5rem;
}
.ohzop_text-lcy{
color:#9cb8c8;
font-size:13.5px;
line-height:1.6;
}
@media(max-width:557px){
.ohzop_h2-lcy{
font-size:1.375rem;
}
}
.ohzprovs-lcy{
grid-template-columns:repeat(6,1fr);
gap:0.75rem;
display:grid;
margin-bottom:28px;
}
.ohzprovs-lcy>*{
min-width:0;
}
.ohzprov-lcy{
padding:0.75rem;
background:#111820;
border:1px solid #1e2f3e;
border-radius:0.813rem;
display:flex;
height:4rem;
justify-content:center;
text-decoration:none;
align-items:center;
}
.ohzprov_img-lcy{
max-width:100%;
max-height:2rem;
object-fit:contain;
}
.ohzresp-lcy{
gap:1.5rem;
padding:1.625rem;
border:1px solid #1e2f3e;
border-radius:0.813rem;
background:#111820;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.ohzresp_in-lcy{
max-width:35rem;
}
.ohzresp_h-lcy{
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
margin-bottom:8px;
font-weight:700;
font-size:19px;
color:#e8f4f8;
}
.ohzresp_p-lcy{
font-size:13.5px;
line-height:1.6;
color:#9cb8c8;
}
.ohzresp_badges-lcy{
gap:0.875rem;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.ohzage18-lcy{
border:1.5px solid #e03a3a;
padding:0.25rem 0.5rem;
border-radius:0.563rem;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#e03a3a;
font-size:13px;
font-weight:700;
}
.ohzresp_org-lcy{
font-weight:600;
color:#5e8299;
font-size:13px;
}
@media(max-width:1025px){
.ohzprovs-lcy{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:561px){
.ohzprovs-lcy{
grid-template-columns:repeat(2,1fr);
}
}
.ohzrc-lcy{
grid-template-columns:1fr 1fr 1fr;
gap:2rem;
display:grid;
}
.ohzrc-lcy>*{
min-width:0;
}
.ohzrc_awards-lcy{
gap:0.688rem;
display:flex;
flex-direction:column;
}
.ohzaward-lcy{
gap:11px;
display:flex;
align-items:center;
}
.ohzaward-lcy svg{
flex:none;
width:18px;
color:#f0b429;
height:18px;
}
.ohzaward_t-lcy{
font-size:0.844rem;
color:#e8f4f8;
font-weight:700;
}
.ohzaward_s-lcy{
font-size:11.5px;
color:#5e8299;
}
.ohzrc_press-lcy{
gap:0.625rem;
grid-template-columns:1fr 1fr;
display:grid;
}
.ohzlogo_cell-lcy{
border-radius:9px;
border:1px solid #1e2f3e;
display:flex;
justify-content:center;
color:#9cb8c8;
font-size:0.813rem;
align-items:center;
font-weight:700;
height:3rem;
}
.ohzrc_partner-lcy{
border:1px solid #1e2f3e;
background:#111820;
border-radius:13px;
padding:20px;
}
.ohzrc_partner_name-lcy{
font-weight:700;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
margin-bottom:6px;
color:#e8f4f8;
font-size:1.125rem;
}
.ohzrc_partner_text-lcy{
font-size:12.5px;
color:#9cb8c8;
line-height:1.55;
}
@media(max-width:1025px){
.ohzrc-lcy{
grid-template-columns:1fr;
gap:22px;
}
.ohzrc_press-lcy{
grid-template-columns:repeat(4,1fr);
}
}
.ohzdispute-lcy{
border-radius:0.813rem;
border:1px dashed #2a4258;
padding:1.625rem 30px;
gap:28px;
display:flex;
align-items:center;
justify-content:space-between;
flex-wrap:wrap;
}
.ohzdispute_in-lcy{
max-width:41.25rem;
}
.ohzdispute_h2-lcy{
margin-bottom:0.5rem;
font-weight:700;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
font-size:1.375rem;
color:#e8f4f8;
}
.ohzdispute_text-lcy{
color:#9cb8c8;
font-size:0.844rem;
line-height:1.6;
}
.ohzet_h2-lcy{
margin:0.625rem 0 14px;
font-size:1.75rem;
color:#e8f4f8;
line-height:1.08;
font-weight:700;
font-family:"Chivo", 'Helvetica Neue', Arial, sans-serif;
}
.ohzet_right-lcy{
gap:10px;
flex-direction:column;
display:flex;
}
.ohzet_updated-lcy{
border-radius:0.813rem;
gap:10px;
border:1px solid #1e2f3e;
padding:0.875rem 18px;
background:#0a0f14;
color:#9cb8c8;
font-size:12px;
align-items:center;
display:flex;
}
.ohzet_updated-lcy svg{
flex:none;
width:15px;
color:#00cef0;
height:0.938rem;
}
.ohzet_updated-lcy b{
color:#e8f4f8;
}
@media(max-width:561px){
.ohzet_h2-lcy{
font-size:1.5rem;
}
}
.ohzfooter-lcy{
padding:40px 1.75rem;
background:#070b0f;
border-top:1px solid #182430;
}
.ohzfooter_grid-lcy{
grid-template-columns:1.4fr 1fr 1fr 1fr;
gap:32px;
margin-right:auto;
display:grid;
max-width:87.5rem;
margin-left:auto;
margin-bottom:28px;
}
.ohzfooter_grid-lcy>*{
min-width:0;
}
.ohzfooter_grid-lcy h4{
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
letter-spacing:.12em;
text-transform:uppercase;
font-size:10px;
margin-bottom:0.813rem;
color:#3a566a;
}
.ohzfcol-lcy{
gap:0.563rem;
display:flex;
color:#9cb8c8;
flex-direction:column;
font-size:0.813rem;
}
.ohzfcol-lcy a{
cursor:pointer;
}
.ohzft_about-lcy{
line-height:1.6;
font-size:13px;
color:#5e8299;
margin-top:12px;
max-width:16.25rem;
}
.ohzft_contact-lcy{
color:#00cef0;
margin-top:0.75rem;
font-size:0.781rem;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
overflow-wrap:anywhere;
}
.ohzfooter_bottom-lcy{
gap:1rem;
margin:0 auto;
justify-content:space-between;
flex-wrap:wrap;
padding-top:1.25rem;
max-width:1400px;
display:flex;
align-items:center;
border-top:1px solid #182430;
}
.ohzfooter_bottom-lcy p{
line-height:1.6;
max-width:45rem;
font-size:11px;
color:#3a566a;
}
@media(max-width:1027px){
.ohzfooter_grid-lcy{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:563px){
.ohzfooter_grid-lcy{
grid-template-columns:1fr;
}
}