*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0a0f14;
color:#a8c4cc;
-webkit-font-smoothing:antialiased;
line-height:1.55;
overflow-wrap:break-word;
text-rendering:optimizeLegibility;
font-size:15px;
font-family:"Golos Text", 'Helvetica Neue', Arial, sans-serif;
}
img{
max-width:100%;
display:block;
}
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:8px;
width:8px;
}
::-webkit-scrollbar-thumb{
border-radius:8px;
background:rgba(6, 14, 20, 0.78);
}
::-webkit-scrollbar-track{
background:transparent;
}
.hotshell-dp3{
grid-template-columns:248px 1fr;
min-height:100vh;
display:grid;
}
.hotmain-dp3{
min-width:0;
}
.hotwrap-dp3{
margin:0 auto;
width:100%;
max-width:87.5rem;
}
.hotcontainer-dp3{
margin:0 auto;
padding:0 16px;
width:100%;
max-width:87.5rem;
}
@media(min-width:769px){
.hotcontainer-dp3{
padding:0 1.75rem;
}
}
.hotsection-dp3{
padding:1.5rem 1.75rem;
}
.hotsection_pt-dp3{
padding-top:2.125rem;
}
.hotband_soft-dp3{
background:#111820;
}
.hoteyebrow-dp3{
color:#00dff5;
letter-spacing:.14em;
line-height:1.4;
overflow-wrap:break-word;
font-weight:600;
display:inline-block;
text-transform:uppercase;
font-family:"Golos Text", 'Helvetica Neue', Arial, sans-serif;
font-size:0.656rem;
}
.hotdrawer_cb-dp3{
display:none;
}
.hotoverlay-dp3{
display:none;
}
@media(max-width:1021px){
.hotshell-dp3{
grid-template-columns:1fr;
}
.hotmain-dp3{
padding-bottom:78px;
}
.hotdrawer_cb-dp3:checked~.hotoverlay-dp3{
background:rgba(6, 14, 20, 0.78);
inset:0;
position:fixed;
z-index:70;
display:block;
}
}
@media(max-width:563px){
.hotsection-dp3{
padding:18px 1rem;
}
.hotsection_pt-dp3{
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 ---------- */
.hotside-dp3{
background:#0c1218;
padding:1.375rem 18px;
gap:22px;
position:sticky;
overflow-y:auto;
top:0;
height:100vh;
display:flex;
flex-direction:column;
align-self:start;
border-right:1px solid #1a2a32;
}
.hotbrand-dp3{
gap:0.625rem;
display:flex;
align-items:center;
}
.hotlogo-dp3{
font-size:21px;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
letter-spacing:-.02em;
color:#e8f4f8;
}
.hotside_cta-dp3{
background:rgba(0, 223, 245, 0.11);
border:1px solid #1f3340;
padding:16px;
border-radius:0.813rem;
}
.hotside_cta_h-dp3{
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.15;
color:#e8f4f8;
font-weight:700;
font-size:17px;
margin-bottom:0.375rem;
}
.hotside_cta_p-dp3{
margin-bottom:0.75rem;
line-height:1.45;
font-size:0.75rem;
color:#a8c4cc;
}
.hotnav-dp3{
gap:3px;
flex-direction:column;
display:flex;
}
.hotnav_label-dp3{
padding:0.375rem 0.625rem;
color:#3d5f6a;
font-size:0.594rem;
text-transform:uppercase;
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
letter-spacing:.14em;
}
.hotnav_item-dp3{
gap:0.688rem;
border-radius:0.5rem;
padding:0.625rem;
align-items:center;
font-weight:500;
display:flex;
font-size:14px;
color:#a8c4cc;
}
.hotnav_item-dp3 svg{
height:17px;
width:17px;
}
.hotnav_item-dp3:hover{
background:rgba(0, 223, 245, 0.11);
color:#e8f4f8;
}
.hotnav_item_on-dp3{
background:rgba(0, 223, 245, 0.11);
color:#00dff5;
font-weight:600;
}
.hotside_foot-dp3{
background:#111820;
border-radius:0.813rem;
padding:0.75rem;
border:1px solid #1f3340;
margin-top:auto;
}
.hotside_foot-dp3 p{
font-size:12.5px;
margin-top:4px;
color:#a8c4cc;
line-height:1.4;
}
/* ---------- topbar ---------- */
.hottop-dp3{
padding:0.875rem 1.75rem;
gap:1rem;
background:#0c1218;
display:flex;
align-items:center;
border-bottom:1px solid #1a2a32;
position:sticky;
top:0;
z-index:40;
}
.hottop_brand-dp3{
gap:9px;
display:none;
align-items:center;
}
.hotsearch-dp3{
padding:11px 14px;
background:#111820;
border:1px solid #1f3340;
gap:0.625rem;
flex:1;
border-radius:0.813rem;
color:#6a909a;
display:flex;
max-width:27.5rem;
align-items:center;
font-size:0.844rem;
}
.hotsearch-dp3 svg{
flex:none;
height:16px;
width:16px;
}
.hottop_actions-dp3{
gap:0.75rem;
display:flex;
margin-left:auto;
align-items:center;
}
.hotlang-dp3{
color:#a8c4cc;
font-size:0.75rem;
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.hotburger-dp3{
border-radius:0.5rem;
border:1px solid #1f3340;
background:#111820;
color:#e8f4f8;
height:40px;
width:40px;
justify-content:center;
display:none;
align-items:center;
}
/* ---------- bottom-nav (mobile) ---------- */
.hotbotnav-dp3{
display:none;
}
@media(max-width:1025px){
.hotside-dp3{
transition:transform .25s ease;
left:0;
width:280px;
z-index:80;
transform:translateX(-100%);
height:100vh;
position:fixed;
top:0;
}
.hotdrawer_cb-dp3:checked~.hotshell-dp3 .hotside-dp3{
transform:translateX(0);
}
.hottop-dp3{
padding:0.875rem 16px;
gap:12px;
flex-wrap:wrap;
position:static;
}
.hottop_brand-dp3{
display:flex;
}
.hotsearch-dp3{
display:none;
}
.hotburger-dp3{
display:flex;
}
.hottop_actions-dp3{
gap:0.625rem;
width:100%;
align-items:stretch;
margin-left:0;
}
.hottop_actions-dp3 .hotlang-dp3{
display:none;
}
.hottop_actions-dp3 .hotbtn-dp3{
padding:11px 0.625rem;
flex:1;
text-align:center;
}
.hotbotnav-dp3{
grid-template-columns:repeat(3,1fr);
padding:8px 0.375rem calc(0.5rem + env(safe-area-inset-bottom));
background:#0c1218;
z-index:65;
left:0;
transform:translateZ(0);
position:fixed;
display:grid;
border-top:1px solid #1f3340;
bottom:0;
right:0;
}
.hotbn-dp3{
padding:6px 2px 0;
gap:4px;
align-items:center;
flex-direction:column;
justify-content:flex-end;
font-size:0.625rem;
min-width:0;
display:flex;
font-weight:600;
color:#a8c4cc;
}
.hotbn-dp3 svg{
flex:none;
height:1.375rem;
width:1.375rem;
}
.hotbn-dp3 span{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
max-width:100%;
text-align:center;
}
.hotbn_on-dp3{
color:#00dff5;
}
.hotbn_center-dp3{
position:relative;
}
.hotbn_fab-dp3{
background:#00dff5;
border-radius:50%;
width:50px;
justify-content:center;
align-items:center;
display:flex;
position:absolute;
top:-20px;
color:#020e12;
left:50%;
height:50px;
transform:translateX(-50%);
box-shadow:0 0.5rem 2rem rgba(0, 0, 0, 0.65), 0 2px 8px rgba(0, 223, 245, 0.18);
}
.hotbn_fab-dp3 svg{
height:1.5rem;
width:24px;
}
.hotbn_center-dp3 span{
color:#00dff5;
}
}
.hotbtn-dp3{
transition:background-color 0.2s ease,color 0.2s ease;
padding:0.688rem 1.375rem;
gap:8px;
border-radius:8px;
justify-content:center;
display:inline-flex;
font-weight:700;
cursor:pointer;
font-size:0.875rem;
align-items:center;
font-family:"Golos Text", 'Helvetica Neue', Arial, sans-serif;
}
.hotbtn_pri-dp3{
background:#00dff5;
box-shadow:0 0 18px rgba(0, 223, 245, 0.45), 0 4px 0.625rem rgba(0, 0, 0, 0.40);
color:#020e12;
}
.hotbtn_pri-dp3:hover{
background:#00c4d8;
}
.hotbtn_ghost-dp3{
background:rgba(0, 223, 245, 0.11);
font-weight:600;
color:#e8f4f8;
}
.hotbtn_line-dp3{
background:transparent;
border:1px solid #2a4a5a;
color:#e8f4f8;
font-weight:600;
}
.hotbtn_lg-dp3{
padding:16px 1.875rem;
border-radius:13px;
font-size:0.938rem;
}
.hotband-dp3 .hotbtn_line-dp3{
border-color:rgba(255, 255, 255, 0.12);
color:#e8f4f8;
}
.hotband-dp3 .hotbtn_ghost-dp3{
background:rgba(255, 255, 255, 0.07);
color:#e8f4f8;
}
.hotlink_m-dp3{
gap:5px;
font-size:0.75rem;
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
display:inline-flex;
align-items:center;
color:#00dff5;
cursor:pointer;
text-decoration:none;
}
.hotlink_m-dp3 svg{
height:14px;
width:0.875rem;
}
.hotband-dp3 .hotlink_m-dp3{
color:#00dff5;
}
.hotdot-dp3{
background:#00dff5;
border-radius:50%;
flex:none;
height:7px;
width:0.438rem;
}
.hotdot_live-dp3{
background:#e8313a;
animation:zm3-pulse 1.4s infinite;
}
.hotstars-dp3{
gap:2px;
display:inline-flex;
color:#00dff5;
}
.hotstars-dp3 svg{
width:0.938rem;
height:0.938rem;
}
.hotchip-dp3{
border-radius:8px;
border:1px solid #1f3340;
padding:0.438rem 0.75rem;
gap:6px;
background:#111820;
color:#a8c4cc;
font-size:11px;
display:inline-flex;
align-items:center;
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.hotchip_on-dp3{
border-color:transparent;
background:rgba(0, 223, 245, 0.11);
color:#00dff5;
}
.hotgc-dp3{
cursor:pointer;
min-width:0;
text-decoration:none;
display:block;
color:inherit;
}
.hotgc_thumb-dp3{
border:1px solid #1f3340;
border-radius:13px;
overflow:hidden;
display:block;
background-size:cover;
background-position:center;
aspect-ratio:1;
position:relative;
}
.hotgc_thumb_portrait-dp3{
aspect-ratio:3/4;
}
.hotgc_thumb_wide-dp3{
aspect-ratio:16/11;
}
.hotgc_cap-dp3{
background:linear-gradient(transparent,rgba(6, 14, 20, 0.78));
padding:0.563rem;
right:0;
position:absolute;
left:0;
bottom:0;
}
.hotgc_name-dp3{
display:block;
color:#e8f4f8;
font-weight:700;
font-size:0.781rem;
}
.hotgc_meta-dp3{
font-size:0.688rem;
color:#7ab8c8;
}
.hotgc_badge-dp3{
border-radius:0.5rem;
background:#00dff5;
padding:2px 6px;
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-weight:700;
right:8px;
top:8px;
color:#020e12;
position:absolute;
font-size:8px;
}
.hotgc_badge_hot-dp3{
background:#e8313a;
color:#e8f4f8;
}
.hotgc_badge_live-dp3{
background:#e8313a;
right:auto;
left:8px;
color:#e8f4f8;
}
.hotgc_mult-dp3{
inset:0;
color:#00dff5;
display:flex;
align-items:center;
font-size:28px;
font-weight:700;
justify-content:center;
position:absolute;
}
.hotpc-dp3{
border-radius:13px;
border:1px solid #1f3340;
background:#111820;
font-size:14px;
justify-content:center;
height:64px;
color:#a8c4cc;
align-items:center;
display:flex;
font-weight:700;
}
.hotrail-dp3{
min-width:0;
}
.hotrail_scroll-dp3{
gap:14px;
display:grid;
}
.hotrail_scroll-dp3>*{
min-width:0;
}
.hotg6-dp3{
grid-template-columns:repeat(6,1fr);
}
.hotg7-dp3{
grid-template-columns:repeat(7,1fr);
}
.hotg4-dp3{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1027px){
.hotg6-dp3,.hotg7-dp3{
grid-template-columns:none;
scroll-snap-type:x mandatory;
grid-auto-columns:120px;
padding-bottom:0.375rem;
grid-auto-flow:column;
overflow-x:auto;
}
.hotg6-dp3>*,.hotg7-dp3>*{
scroll-snap-align:start;
}
.hotg4-dp3{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:559px){
.hotg4-dp3{
grid-template-columns:none;
overflow-x:auto;
grid-auto-flow:column;
grid-auto-columns:150px;
}
}
.hotpanel-dp3{
background:#111820;
border:1px solid #1f3340;
border-radius:1.25rem;
padding:28px 2rem;
}
.hotsplit-dp3{
gap:2.25rem;
align-items:start;
display:grid;
}
.hotsplit-dp3>*{
min-width:0;
}
.hotsplit_a-dp3{
grid-template-columns:.85fr 1.15fr;
}
.hotsplit_b-dp3{
grid-template-columns:1fr 1.1fr;
}
.hotsplit_c-dp3{
grid-template-columns:1.1fr .9fr;
}
.hotpgrid-dp3{
gap:40px;
grid-template-columns:.9fr 1.1fr;
display:grid;
align-items:center;
}
.hotpgrid-dp3>*{
min-width:0;
}
.hotlead-dp3{
margin-bottom:0.875rem;
color:#a8c4cc;
font-size:0.938rem;
line-height:1.65;
}
.hotfeat-dp3{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.hotfeat-dp3>*{
min-width:0;
}
.hotfeat2-dp3{
grid-template-columns:1fr 1fr;
}
.hotfeat_card-dp3{
background:#111820;
border-radius:1.25rem;
border:1px solid #1f3340;
padding:26px;
}
.hotfeat_card-dp3 svg{
height:26px;
color:#00dff5;
margin-bottom:1rem;
width:1.625rem;
}
.hotfeat_card-dp3 h3{
font-size:18px;
margin-bottom:0.5rem;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#e8f4f8;
font-weight:700;
}
.hotfeat_card-dp3 p{
color:#a8c4cc;
line-height:1.6;
font-size:13px;
}
.hotfeat_card-dp3 b{
color:#e8f4f8;
}
.hotbig-dp3{
gap:1.375rem;
flex-wrap:wrap;
display:flex;
}
.hotbig_n-dp3{
font-size:26px;
font-weight:700;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#00dff5;
}
.hotbig_l-dp3{
color:#6a909a;
font-size:0.75rem;
}
.hotperson-dp3{
border-radius:0.813rem;
gap:0.875rem;
padding:16px 18px;
border:1px solid #1f3340;
background:#111820;
display:flex;
align-items:center;
}
.hotavatar-dp3{
flex:none;
background:linear-gradient(135deg,#00dff5,#0098b0);
border-radius:50%;
width:44px;
height:44px;
}
.hotperson_name-dp3{
font-weight:700;
color:#e8f4f8;
font-size:14px;
}
.hotperson_role-dp3{
font-size:0.75rem;
color:#6a909a;
}
.hotkv-dp3{
border:1px solid #1f3340;
background:#1f3340;
overflow:hidden;
border-radius:0.813rem;
grid-template-columns:1fr 1fr;
gap:1px;
display:grid;
}
.hotkv-dp3>div{
background:#0a0f14;
padding:16px 1.125rem;
min-width:0;
}
.hotkv_k-dp3{
margin-bottom:0.313rem;
color:#00dff5;
font-size:0.594rem;
text-transform:uppercase;
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.hotkv_v-dp3{
color:#e8f4f8;
font-size:13.5px;
font-weight:700;
}
@media(max-width:1027px){
.hotsplit_a-dp3,.hotsplit_b-dp3,.hotsplit_c-dp3,.hotpgrid-dp3{
grid-template-columns:1fr;
gap:1.5rem;
}
.hotfeat-dp3,.hotfeat2-dp3{
grid-template-columns:1fr;
}
.hotkv-dp3{
grid-template-columns:1fr;
}
}
.hotsh-dp3{
margin-bottom:1rem;
min-width:0;
}
.hotsh_row-dp3{
gap:12px;
align-items:flex-end;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
.hotsh_row-dp3 .hotsh_l-dp3{
gap:6px;
min-width:0;
flex-direction:column;
display:flex;
}
.hotsh_stack-dp3{
gap:10px;
align-items:flex-start;
flex-direction:column;
display:flex;
}
.hotsh_center-dp3{
gap:0.625rem;
display:flex;
flex-direction:column;
align-items:center;
text-align:center;
}
.hotsh_h2-dp3{
gap:0.563rem;
overflow-wrap:break-word;
font-size:1.25rem;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
display:flex;
font-weight:700;
color:#e8f4f8;
line-height:1.1;
align-items:center;
}
@media(min-width:768px){
.hotsh_h2-dp3{
font-size:1.5rem;
}
}
.hotband-dp3 .hotsh_h2-dp3{
color:#e8f4f8;
}
.hoteb_mono-dp3{
text-transform:none;
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
letter-spacing:.08em;
}
.hoteb_mono-dp3::before{
content:"// ";
}
.hoteb_upper-dp3{
letter-spacing:.14em;
text-transform:uppercase;
}
.hoteb_pill-dp3{
padding:0.313rem 11px;
background:rgba(0, 223, 245, 0.11);
border-radius:999px;
text-transform:uppercase;
letter-spacing:.12em;
}
.hoteb_line-dp3{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.hoteb_line-dp3::before{
background:#00dff5;
height:1px;
width:24px;
display:inline-block;
content:"";
}
.hotband-dp3 .hoteb_line-dp3::before{
background:#00dff5;
}
.hotband-dp3 .hoteb_pill-dp3{
background:rgba(255, 255, 255, 0.07);
}
.hotsh_link-dp3{
gap:0.375rem;
transition:color 0.2s ease,border-color 0.2s ease;
align-items:center;
display:inline-flex;
color:#e8f4f8;
border-bottom:1px solid #e8f4f8;
font-weight:600;
white-space:nowrap;
padding-bottom:2px;
font-size:13px;
}
.hotsh_link-dp3:hover{
border-color:#00dff5;
color:#00dff5;
}
.hotsh_link-dp3 svg{
height:0.875rem;
width:0.875rem;
}
.hotsh_link_chev-dp3{
font-size:0.75rem;
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
padding-bottom:0;
border-bottom:0;
color:#00dff5;
}
.hotsh_link_btn-dp3{
padding:9px 1.125rem;
background:#00dff5;
border-radius:62.438rem;
border-bottom:0;
color:#020e12;
}
.hotsh_link_btn-dp3:hover{
border-color:transparent;
background:#00c4d8;
}
.hotband-dp3 .hotsh_link-dp3{
border-color:#e8f4f8;
color:#e8f4f8;
}
.hotband-dp3 .hotsh_link_chev-dp3{
color:#00dff5;
}
.hotsh_rule-dp3{
margin:-2px 0 1rem;
background:#1f3340;
height:1px;
}
.hotband-dp3 .hotsh_rule-dp3{
background:rgba(255, 255, 255, 0.12);
}
.hotseo_grid3-dp3{
gap:1.25rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.hotseo_grid4-dp3{
gap:13px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.hotseo_grid3-dp3>*,.hotseo_grid4-dp3>*{
min-width:0;
}
.hotseo_card-dp3{
background:#111820;
padding:24px;
border-radius:0.813rem;
border:1px solid #1f3340;
}
.hotseo_card-dp3 h3{
font-size:1.125rem;
font-weight:700;
margin-bottom:0.5rem;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#e8f4f8;
}
.hotseo_card-dp3 p{
color:#a8c4cc;
font-size:0.813rem;
line-height:1.6;
}
.hotseo_card_sm-dp3{
padding:20px;
}
.hotseo_card_sm-dp3 h3{
font-size:1rem;
}
.hotseo_card_sm-dp3 p{
font-size:0.781rem;
line-height:1.55;
}
.hotseo_rtp_row-dp3{
gap:36px;
grid-template-columns:1fr 1fr;
margin-top:16px;
align-items:center;
display:grid;
}
.hotrtp-dp3{
gap:14px;
display:flex;
min-width:0;
}
.hotrtp-dp3>div{
border-radius:13px;
padding:16px;
flex:1;
background:#0a0f14;
text-align:center;
min-width:0;
}
.hotrtp_n-dp3{
color:#00dff5;
font-size:1.625rem;
white-space:nowrap;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
}
.hotrtp_l-dp3{
margin-top:4px;
font-size:11px;
color:#6a909a;
}
.hotcmp-dp3{
border-radius:0.813rem;
overflow:hidden;
border:1px solid #1f3340;
max-width:47.5rem;
}
.hotcmp_row-dp3{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
font-size:0.813rem;
}
.hotcmp_row-dp3>div{
padding:13px 0.875rem;
text-align:center;
min-width:0;
}
.hotcmp_row-dp3>div:first-child{
text-align:left;
padding-left:1.375rem;
color:#e8f4f8;
font-weight:600;
}
.hotcmp_th-dp3{
background:#0a0f14;
font-weight:700;
font-size:0.781rem;
}
.hotcmp_row-dp3:not(.hotcmp_th-dp3){
background:#111820;
color:#a8c4cc;
border-top:1px solid #1a2a32;
}
.hotcmp_zebra-dp3{
background:#0d1319;
}
.hotguide-dp3{
border-radius:13px;
background:#111820;
overflow:hidden;
border:1px solid #1f3340;
cursor:pointer;
}
.hotguide_cover-dp3{
height:8.125rem;
}
.hotguide_body-dp3{
padding:20px;
}
.hotguide_body-dp3 h3{
margin:7px 0 9px;
font-weight:700;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1rem;
color:#e8f4f8;
line-height:1.25;
}
.hotguide_meta-dp3{
color:#6a909a;
font-size:11.5px;
}
.hothub-dp3{
grid-template-columns:repeat(5,1fr);
gap:1.75rem;
border-top:1px solid #1a2a32;
padding-top:28px;
display:grid;
}
.hothub-dp3>*{
min-width:0;
}
.hothub-dp3 h4{
font-size:0.813rem;
color:#e8f4f8;
margin-bottom:0.688rem;
font-weight:700;
}
.hothub_col-dp3{
gap:8px;
display:flex;
flex-direction:column;
font-size:0.813rem;
color:#a8c4cc;
}
.hothub_col-dp3 a{
cursor:pointer;
}
@media(max-width:1024px){
.hotseo_grid3-dp3{
grid-template-columns:1fr;
}
.hotseo_grid4-dp3{
grid-template-columns:repeat(2,1fr);
}
.hotseo_rtp_row-dp3{
gap:20px;
grid-template-columns:1fr;
}
.hothub-dp3{
grid-template-columns:repeat(2,1fr);
gap:1.375rem;
}
}
@media(max-width:563px){
.hothub-dp3{
grid-template-columns:1fr;
}
}
.hothero-dp3{
background:linear-gradient(120deg,#061018,#03090f);
border:1px solid #1f3340;
overflow:hidden;
border-radius:20px;
padding:46px 3rem;
position:relative;
color:#e8f4f8;
}
.hothero_glow-dp3{
background:radial-gradient(circle,rgba(0, 220, 255, 0.22),transparent 70%);
border-radius:50%;
height:340px;
position:absolute;
width:340px;
right:-60px;
top:-60px;
}
.hothero_in-dp3{
position:relative;
max-width:37.5rem;
}
.hothero-dp3 .hoteyebrow-dp3{
color:#00dff5;
}
.hotpill_row-dp3{
gap:8px;
border-radius:62.438rem;
padding:0.375rem 0.813rem;
border:1px solid rgba(255, 255, 255, 0.12);
background:rgba(255, 255, 255, 0.07);
font-size:10.5px;
color:#00dff5;
display:inline-flex;
align-items:center;
letter-spacing:.1em;
margin-bottom:1.375rem;
text-transform:uppercase;
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.hothero_h1-dp3{
margin:18px 0;
font-size:54px;
letter-spacing:-.02em;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.02;
color:#e8f4f8;
font-weight:700;
overflow-wrap:break-word;
}
.hothero_h1-dp3 em{
color:#00dff5;
font-style:normal;
}
.hothero_sub-dp3{
color:#7ab8c8;
margin-bottom:1.75rem;
font-size:1.063rem;
max-width:30rem;
line-height:1.55;
}
.hothero_cta-dp3{
gap:14px;
align-items:center;
margin-bottom:26px;
flex-wrap:wrap;
display:flex;
}
.hothero_trust-dp3{
gap:14px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.hothero_rating_txt-dp3{
color:#7ab8c8;
font-size:0.813rem;
}
@media(max-width:1026px){
.hothero-dp3{
padding:32px 1.5rem;
}
.hothero_h1-dp3{
font-size:2.375rem;
}
}
@media(max-width:557px){
.hothero_h1-dp3{
font-size:30px;
}
}
.hottabs-dp3{
gap:0.563rem;
flex-wrap:wrap;
display:flex;
}
.hottab-dp3{
background:#111820;
border:1px solid #1f3340;
border-radius:0.5rem;
padding:10px 18px;
font-weight:600;
cursor:pointer;
font-size:0.813rem;
color:#a8c4cc;
}
.hottab_on-dp3{
background:#00dff5;
border-color:transparent;
font-weight:700;
color:#020e12;
}
.hotstat-dp3{
grid-template-columns:repeat(4,1fr);
gap:14px;
display:grid;
}
.hotstat-dp3>*{
min-width:0;
}
.hotstat_item-dp3{
padding:18px 20px;
background:#111820;
border:1px solid #1f3340;
border-radius:13px;
}
.hotstat_k-dp3{
margin-bottom:0.438rem;
text-transform:uppercase;
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:9.5px;
letter-spacing:.12em;
color:#6a909a;
}
.hotstat_v-dp3{
gap:0.5rem;
min-width:0;
font-weight:700;
font-size:24px;
align-items:center;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
overflow-wrap:anywhere;
display:flex;
color:#e8f4f8;
}
.hotstat_v_accent-dp3{
color:#00dff5;
}
@media(max-width:1026px){
.hotstat-dp3{
grid-template-columns:repeat(2,1fr);
}
}
.hotwlc-dp3{
background:linear-gradient(120deg,#061018,#03090f);
border:1px solid #1f3340;
gap:1.5rem;
border-radius:20px;
grid-template-columns:1.2fr .8fr;
padding:36px 40px;
overflow:hidden;
align-items:center;
display:grid;
color:#e8f4f8;
position:relative;
}
.hotwlc-dp3>*{
min-width:0;
}
.hotwlc-dp3 .hoteyebrow-dp3{
color:#00dff5;
}
.hotwlc_glow-dp3{
background:radial-gradient(circle,rgba(0, 220, 255, 0.22),transparent 70%);
border-radius:50%;
width:260px;
top:-2.5rem;
position:absolute;
right:-2.5rem;
height:16.25rem;
}
.hotwlc_in-dp3{
position:relative;
}
.hotwlc_h2-dp3{
margin:0.625rem 0 0.5rem;
font-weight:700;
overflow-wrap:break-word;
color:#e8f4f8;
line-height:1.03;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:34px;
}
.hotwlc_h2-dp3 em{
color:#00dff5;
font-style:normal;
}
.hotwlc_sub-dp3{
margin-bottom:18px;
line-height:1.55;
max-width:420px;
font-size:14px;
color:#7ab8c8;
}
.hotwlc_terms-dp3{
gap:10px;
flex-direction:column;
position:relative;
display:flex;
}
.hotterm-dp3{
background:rgba(255, 255, 255, 0.07);
border-radius:0.813rem;
gap:11px;
padding:13px 15px;
border:1px solid rgba(255, 255, 255, 0.12);
align-items:center;
display:flex;
}
.hotterm-dp3 svg{
flex:none;
height:1.25rem;
color:#00dff5;
width:1.25rem;
}
.hotterm_k-dp3{
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:uppercase;
letter-spacing:.1em;
font-size:9.5px;
color:#7ab8c8;
}
.hotterm_v-dp3{
font-weight:700;
font-size:14px;
margin-top:2px;
color:#e8f4f8;
}
@media(max-width:1025px){
.hotwlc-dp3{
grid-template-columns:1fr;
}
}
@media(max-width:557px){
.hotwlc_h2-dp3{
font-size:1.625rem;
}
}
.hotjp-dp3{
gap:14px;
grid-template-columns:1.5fr 1fr 1fr;
display:grid;
}
.hotjp-dp3>*{
min-width:0;
}
.hotjp_hero-dp3{
gap:14px;
background:linear-gradient(135deg,#061018,#03090f);
border-radius:20px;
padding:1.625rem;
border:1px solid #1f3340;
overflow:hidden;
justify-content:space-between;
flex-direction:column;
color:#e8f4f8;
min-height:180px;
position:relative;
display:flex;
}
.hotjp_glow-dp3{
border-radius:50%;
background:radial-gradient(circle,rgba(0, 220, 255, 0.22),transparent 70%);
position:absolute;
top:-40px;
width:11.25rem;
right:-40px;
height:180px;
}
.hotjp_k_row-dp3{
gap:10px;
justify-content:space-between;
display:flex;
position:relative;
align-items:center;
}
.hotjp_k-dp3{
text-transform:uppercase;
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:10px;
letter-spacing:.12em;
color:#6a909a;
}
.hotjp_hero-dp3 .hotjp_k-dp3{
color:#7ab8c8;
}
.hotjp_amt-dp3{
font-weight:700;
font-size:42px;
position:relative;
color:#00dff5;
line-height:1;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.hotjp_sub-dp3{
margin-top:5px;
color:#7ab8c8;
font-size:0.75rem;
}
.hotjp_cell-dp3{
padding:22px;
border-radius:1.25rem;
background:#111820;
border:1px solid #1f3340;
display:flex;
min-height:11.25rem;
justify-content:space-between;
flex-direction:column;
}
.hotjp_cell-dp3 .hotjp_amt-dp3{
color:#e8f4f8;
font-size:30px;
}
.hotjp_cell-dp3 .hotjp_sub-dp3{
color:#6a909a;
}
@media(max-width:1026px){
.hotjp-dp3{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.hotjp_amt-dp3{
font-size:32px;
}
}
.hotsteps-dp3{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.hotsteps-dp3>*{
min-width:0;
}
.hotstep-dp3{
border-radius:13px;
background:#111820;
padding:1.5rem;
border:1px solid #1f3340;
position:relative;
}
.hotstep_num-dp3{
border-radius:0.5rem;
background:#00dff5;
height:30px;
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#020e12;
font-weight:700;
display:flex;
justify-content:center;
margin-bottom:14px;
font-size:13px;
align-items:center;
width:1.875rem;
}
.hotstep_h-dp3{
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#e8f4f8;
font-weight:700;
font-size:1rem;
margin-bottom:0.438rem;
}
.hotstep_p-dp3{
color:#a8c4cc;
line-height:1.55;
font-size:0.813rem;
}
@media(max-width:1023px){
.hotsteps-dp3{
grid-template-columns:1fr;
}
}
.hotbanner-dp3{
background:linear-gradient(115deg,#061018,#03090f);
border:1px solid #1f3340;
padding:36px 2.5rem;
overflow:hidden;
gap:28px;
border-radius:20px;
justify-content:space-between;
color:#e8f4f8;
display:flex;
position:relative;
flex-wrap:wrap;
align-items:center;
}
.hotbanner_glow-dp3{
border-radius:50%;
background:radial-gradient(circle,rgba(0, 220, 255, 0.22),transparent 68%);
position:absolute;
width:200px;
transform:translateY(-50%);
top:50%;
right:80px;
height:200px;
}
.hotbanner_in-dp3{
max-width:35rem;
position:relative;
}
.hotbanner-dp3 .hoteyebrow-dp3{
color:#00dff5;
}
.hotbanner_h2-dp3{
margin:0.625rem 0;
color:#e8f4f8;
font-weight:700;
line-height:1.05;
font-size:30px;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.hotbanner_text-dp3{
font-size:14px;
line-height:1.6;
color:#7ab8c8;
}
@media(max-width:560px){
.hotbanner_h2-dp3{
font-size:1.5rem;
}
}
.hotsupp-dp3{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.hotsupp-dp3>*{
min-width:0;
}
.hotsupp_card-dp3{
padding:24px;
border:1px solid #1f3340;
border-radius:0.813rem;
background:#111820;
}
.hotsupp_card-dp3 svg{
color:#00dff5;
width:1.5rem;
margin-bottom:0.875rem;
height:24px;
}
.hotsupp_card-dp3 h3{
font-size:1rem;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
color:#e8f4f8;
margin-bottom:6px;
}
.hotsupp_card-dp3 p{
line-height:1.55;
color:#a8c4cc;
font-size:13px;
}
@media(max-width:1022px){
.hotsupp-dp3{
grid-template-columns:1fr;
}
}
.hotdw_h2-dp3{
line-height:1.08;
margin-bottom:10px;
font-size:1.625rem;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
color:#e8f4f8;
}
.hotsteps_v-dp3{
gap:10px;
grid-template-columns:1fr;
}
.hotsteps_v-dp3 .hotstep-dp3{
padding:1.125rem 20px;
}
@media(max-width:560px){
.hotdw_h2-dp3{
font-size:1.438rem;
}
}
.hottour-dp3{
grid-template-columns:1.05fr 1fr;
border:1px solid #1f3340;
overflow:hidden;
border-radius:1.25rem;
display:grid;
}
.hottour-dp3>*{
min-width:0;
}
.hottour_l-dp3{
padding:2.125rem;
overflow:hidden;
background:linear-gradient(135deg,#061018,#03090f);
color:#e8f4f8;
position:relative;
}
.hottour_h2-dp3{
margin:12px 0 0.625rem;
font-weight:700;
line-height:1.05;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:30px;
color:#e8f4f8;
}
.hottour_h2-dp3 em{
color:#00dff5;
font-style:normal;
}
.hottour_text-dp3{
color:#7ab8c8;
font-size:13.5px;
line-height:1.6;
margin-bottom:1.25rem;
max-width:21.25rem;
}
.hottour_meta-dp3{
gap:1.125rem;
flex-wrap:wrap;
align-items:flex-end;
margin-bottom:1.25rem;
display:flex;
}
.hottour_cap-dp3{
margin-bottom:0.313rem;
text-transform:uppercase;
color:#7ab8c8;
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:0.594rem;
}
.hotcount-dp3{
gap:0.375rem;
display:flex;
}
.hotcount-dp3 span{
border:1px solid rgba(255, 255, 255, 0.12);
background:rgba(255, 255, 255, 0.07);
border-radius:0.5rem;
padding:0.25rem 9px;
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-weight:700;
font-size:22px;
}
.hottour_units-dp3{
font-size:0.625rem;
color:#7ab8c8;
}
.hotboard-dp3{
background:#111820;
padding:28px 30px;
}
.hotboard_head-dp3{
align-items:center;
margin-bottom:0.875rem;
justify-content:space-between;
display:flex;
}
.hotboard_title-dp3{
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#e8f4f8;
font-size:16px;
font-weight:700;
}
.hotboard_upd-dp3{
color:#6a909a;
font-size:0.625rem;
text-transform:uppercase;
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.hotboard_list-dp3{
gap:2px;
flex-direction:column;
display:flex;
}
.hotboard_row-dp3{
border-radius:0.5rem;
padding:0.625rem 12px;
gap:12px;
align-items:center;
display:flex;
}
.hotboard_top1-dp3{
background:rgba(0, 223, 245, 0.11);
}
.hotboard_rk-dp3{
font-weight:700;
width:1.25rem;
font-size:0.875rem;
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#6a909a;
}
.hotboard_top1-dp3 .hotboard_rk-dp3{
color:#00dff5;
}
.hotboard_nm-dp3{
flex:1;
font-size:13.5px;
color:#a8c4cc;
font-weight:600;
min-width:0;
}
.hotboard_top1-dp3 .hotboard_nm-dp3{
font-weight:700;
color:#e8f4f8;
}
.hotboard_pt-dp3{
color:#a8c4cc;
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:0.781rem;
}
@media(max-width:1025px){
.hottour-dp3{
grid-template-columns:1fr;
}
}
@media(max-width:559px){
.hottour_h2-dp3{
font-size:24px;
}
}
.hotnews-dp3{
padding:26px 32px;
background:linear-gradient(135deg,#061018,#03090f);
gap:1.5rem;
border-radius:20px;
border:1px solid #1f3340;
display:flex;
justify-content:space-between;
align-items:center;
color:#e8f4f8;
flex-wrap:wrap;
}
.hotnews_h3-dp3{
color:#e8f4f8;
font-size:1.25rem;
font-weight:700;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-bottom:4px;
}
.hotnews_text-dp3{
font-size:13px;
color:#7ab8c8;
}
.hotnews_form-dp3{
gap:10px;
flex:1;
max-width:440px;
display:flex;
min-width:0;
}
.hotnews_form-dp3 .hotinput-dp3{
min-width:0;
}
@media(max-width:557px){
.hotnews_form-dp3{
width:100%;
}
}
.hotinput-dp3{
background:rgba(255, 255, 255, 0.07);
flex:1;
border-radius:8px;
padding:0.813rem 1rem;
border:1px solid rgba(255, 255, 255, 0.12);
font-size:13.5px;
color:#7ab8c8;
}
.hotvip_head-dp3{
gap:12px;
display:flex;
justify-content:space-between;
margin-bottom:18px;
align-items:flex-end;
flex-wrap:wrap;
}
.hotvip_intro-dp3{
max-width:26.25rem;
font-size:0.813rem;
color:#a8c4cc;
}
.hotvip-dp3{
grid-template-columns:repeat(5,1fr);
gap:12px;
display:grid;
}
.hotvip-dp3>*{
min-width:0;
}
.hottier-dp3{
border-radius:13px;
border:1px solid #1f3340;
padding:1.25rem;
background:#111820;
}
.hottier_on-dp3{
background:rgba(0, 223, 245, 0.11);
border-color:#00dff5;
}
.hottier_medal-dp3{
background:linear-gradient(135deg,#00dff5,#0098b0);
border-radius:8px;
width:1.875rem;
height:30px;
margin-bottom:0.875rem;
}
.hottier_name-dp3{
font-weight:700;
color:#e8f4f8;
font-size:15px;
margin-bottom:0.313rem;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.hottier_tx-dp3{
color:#6a909a;
line-height:1.5;
font-size:0.719rem;
}
@media(max-width:1025px){
.hotvip-dp3{
grid-template-columns:repeat(2,1fr);
}
}
.hotpay_logos-dp3{
grid-template-columns:repeat(4,1fr);
gap:0.563rem;
display:grid;
}
.hotpay_logos-dp3>*{
min-width:0;
}
.hotpay-dp3{
border:1px solid #1f3340;
border-radius:0.5rem;
align-items:center;
display:flex;
height:3rem;
justify-content:center;
font-weight:700;
font-size:0.75rem;
color:#a8c4cc;
}
.hottable-dp3{
border:1px solid #1f3340;
overflow:hidden;
border-radius:13px;
}
.hottrow-dp3{
grid-template-columns:1.3fr 1fr 1fr 1fr;
font-size:13px;
display:grid;
}
.hottrow-dp3>div{
padding:0.813rem 14px;
min-width:0;
}
.hottrow-dp3>div:first-child{
font-weight:700;
padding-left:16px;
color:#e8f4f8;
}
.hottrow_th-dp3{
background:#0a0f14;
font-size:0.594rem;
letter-spacing:.06em;
text-transform:uppercase;
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#6a909a;
}
.hottrow-dp3:not(.hottrow_th-dp3){
background:#111820;
border-top:1px solid #1a2a32;
color:#a8c4cc;
}
.hottrow_zebra-dp3{
background:#0d1319;
}
.hotpos-dp3{
font-weight:700;
color:#00dff5;
}
@media(max-width:1021px){
.hotpay_logos-dp3{
grid-template-columns:repeat(2,1fr);
}
}
.hotpromo_grid-dp3{
gap:1rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.hotpromo_grid-dp3>*{
min-width:0;
}
.hotpromo-dp3{
border-radius:20px;
overflow:hidden;
padding:24px;
background:#111820;
border:1px solid #1f3340;
position:relative;
min-height:150px;
}
.hotpromo_h-dp3{
font-weight:700;
font-size:1.625rem;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-top:0.375rem;
line-height:1.05;
color:#e8f4f8;
}
.hotpromo_h-dp3 em{
font-style:normal;
color:#00dff5;
}
.hotpromo_p-dp3{
color:#a8c4cc;
font-size:12.5px;
line-height:1.5;
margin-top:8px;
}
.hotpromo_feat-dp3{
border-color:#1f3340;
background:linear-gradient(135deg,#061018,#03090f);
}
.hotpromo_feat-dp3 .hotpromo_h-dp3{
color:#e8f4f8;
}
.hotpromo_feat-dp3 .hotpromo_h-dp3 em{
color:#00dff5;
}
.hotpromo_feat-dp3 .hotpromo_p-dp3{
color:#7ab8c8;
}
.hotpromo_feat-dp3 .hoteyebrow-dp3{
color:#00dff5;
}
@media(max-width:1021px){
.hotpromo_grid-dp3{
grid-template-columns:1fr;
}
}
.hotrc-dp3{
grid-template-columns:1fr 1fr 1fr;
gap:2rem;
display:grid;
}
.hotrc-dp3>*{
min-width:0;
}
.hotrc_awards-dp3{
gap:0.688rem;
display:flex;
flex-direction:column;
}
.hotaward-dp3{
gap:0.688rem;
align-items:center;
display:flex;
}
.hotaward-dp3 svg{
flex:none;
height:1.125rem;
width:1.125rem;
color:#f0b429;
}
.hotaward_t-dp3{
font-size:0.844rem;
font-weight:700;
color:#e8f4f8;
}
.hotaward_s-dp3{
font-size:0.719rem;
color:#6a909a;
}
.hotrc_press-dp3{
grid-template-columns:1fr 1fr;
gap:10px;
display:grid;
}
.hotlogo_cell-dp3{
border-radius:8px;
border:1px solid #1f3340;
font-size:0.813rem;
height:3rem;
display:flex;
align-items:center;
color:#a8c4cc;
justify-content:center;
font-weight:700;
}
.hotrc_partner-dp3{
border:1px solid #1f3340;
border-radius:0.813rem;
padding:20px;
background:#111820;
}
.hotrc_partner_name-dp3{
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#e8f4f8;
font-size:18px;
font-weight:700;
margin-bottom:6px;
}
.hotrc_partner_text-dp3{
font-size:12.5px;
color:#a8c4cc;
line-height:1.55;
}
@media(max-width:1025px){
.hotrc-dp3{
grid-template-columns:1fr;
gap:1.375rem;
}
.hotrc_press-dp3{
grid-template-columns:repeat(4,1fr);
}
}
.hotab_h2-dp3{
margin:14px 0 1rem;
line-height:1.08;
color:#e8f4f8;
font-weight:700;
font-size:2rem;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.hotab_body-dp3{
line-height:1.65;
font-size:15px;
margin-bottom:14px;
color:#a8c4cc;
}
.hotab_chips-dp3{
gap:0.625rem;
flex-wrap:wrap;
margin-top:8px;
display:flex;
}
.hotfaq-dp3{
gap:10px;
display:flex;
flex-direction:column;
}
.hotfaq_item-dp3{
border:1px solid #1f3340;
border-radius:13px;
background:#111820;
padding:1.125rem 22px;
}
.hotfaq_q-dp3{
gap:16px;
list-style:none;
align-items:center;
color:#e8f4f8;
font-weight:600;
cursor:pointer;
justify-content:space-between;
display:flex;
font-size:15.5px;
}
.hotfaq_q-dp3::-webkit-details-marker{
display:none;
}
.hotfaq_q_t-dp3{
gap:0.625rem;
display:flex;
}
.hotfaq_q_i-dp3{
color:#00dff5;
font-style:normal;
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.hotfaq_pm-dp3{
color:#00dff5;
font-size:20px;
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.hotfaq_item-dp3[open] .hotfaq_pm-dp3{
transform:rotate(45deg);
}
.hotfaq_a-dp3{
color:#a8c4cc;
line-height:1.6;
font-size:0.844rem;
margin-top:12px;
}
@media(max-width:561px){
.hotab_h2-dp3{
font-size:1.625rem;
}
}
.hotop_h2-dp3{
margin:10px 0 0.5rem;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#e8f4f8;
font-weight:700;
font-size:1.5rem;
line-height:1.1;
}
.hotop_text-dp3{
font-size:13.5px;
color:#a8c4cc;
line-height:1.6;
}
@media(max-width:561px){
.hotop_h2-dp3{
font-size:1.375rem;
}
}
.hotrv_head-dp3{
gap:0.75rem;
margin-bottom:18px;
display:flex;
justify-content:space-between;
align-items:flex-end;
flex-wrap:wrap;
}
.hotrv_agg-dp3{
gap:0.625rem;
display:flex;
align-items:center;
}
.hotrv_source-dp3{
color:#6a909a;
font-size:12.5px;
}
.hotrv_grid-dp3{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.hotrv_grid-dp3>*{
min-width:0;
}
.hotreview-dp3{
border-radius:0.813rem;
padding:24px;
border:1px solid #1f3340;
background:#111820;
}
.hotreview-dp3 .hotstars-dp3{
margin-bottom:0.625rem;
}
.hotreview-dp3 p{
line-height:1.5;
margin-bottom:14px;
font-weight:600;
color:#e8f4f8;
font-size:14.5px;
}
.hotreview_by-dp3{
color:#6a909a;
font-size:0.781rem;
}
@media(max-width:1025px){
.hotrv_grid-dp3{
grid-template-columns:1fr;
}
}
.hotprovs-dp3{
gap:0.75rem;
grid-template-columns:repeat(6,1fr);
margin-bottom:1.75rem;
display:grid;
}
.hotprovs-dp3>*{
min-width:0;
}
.hotprov-dp3{
padding:12px;
border:1px solid #1f3340;
border-radius:0.813rem;
background:#111820;
text-decoration:none;
align-items:center;
display:flex;
height:64px;
justify-content:center;
}
.hotprov_img-dp3{
max-width:100%;
object-fit:contain;
max-height:2rem;
}
.hotresp-dp3{
background:#111820;
padding:26px;
border:1px solid #1f3340;
border-radius:13px;
gap:1.5rem;
display:flex;
align-items:center;
justify-content:space-between;
flex-wrap:wrap;
}
.hotresp_in-dp3{
max-width:35rem;
}
.hotresp_h-dp3{
margin-bottom:8px;
color:#e8f4f8;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
font-size:19px;
}
.hotresp_p-dp3{
font-size:13.5px;
color:#a8c4cc;
line-height:1.6;
}
.hotresp_badges-dp3{
gap:0.875rem;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.hotage18-dp3{
border-radius:0.5rem;
padding:4px 8px;
border:1.5px solid #e8313a;
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#e8313a;
font-weight:700;
font-size:0.813rem;
}
.hotresp_org-dp3{
font-weight:600;
color:#6a909a;
font-size:0.813rem;
}
@media(max-width:1024px){
.hotprovs-dp3{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:563px){
.hotprovs-dp3{
grid-template-columns:repeat(2,1fr);
}
}
.hotfooter-dp3{
padding:2.5rem 28px;
background:#070b0f;
border-top:1px solid #1a2a32;
}
.hotfooter_grid-dp3{
gap:2rem;
grid-template-columns:1.4fr 1fr 1fr 1fr;
margin-bottom:28px;
margin-right:auto;
display:grid;
margin-left:auto;
max-width:87.5rem;
}
.hotfooter_grid-dp3>*{
min-width:0;
}
.hotfooter_grid-dp3 h4{
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
margin-bottom:0.813rem;
font-size:0.625rem;
letter-spacing:.12em;
text-transform:uppercase;
color:#3d5f6a;
}
.hotfcol-dp3{
gap:0.563rem;
flex-direction:column;
font-size:13px;
display:flex;
color:#a8c4cc;
}
.hotfcol-dp3 a{
cursor:pointer;
}
.hotft_about-dp3{
color:#6a909a;
line-height:1.6;
max-width:16.25rem;
margin-top:12px;
font-size:13px;
}
.hotft_contact-dp3{
font-size:12.5px;
overflow-wrap:anywhere;
font-family:"Red Hat Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
margin-top:12px;
color:#00dff5;
}
.hotfooter_bottom-dp3{
margin:0 auto;
gap:1rem;
justify-content:space-between;
padding-top:1.25rem;
flex-wrap:wrap;
align-items:center;
max-width:1400px;
display:flex;
border-top:1px solid #1a2a32;
}
.hotfooter_bottom-dp3 p{
color:#3d5f6a;
font-size:0.688rem;
line-height:1.6;
max-width:45rem;
}
@media(max-width:1022px){
.hotfooter_grid-dp3{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:561px){
.hotfooter_grid-dp3{
grid-template-columns:1fr;
}
}