*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0E0B16;
font-family:"Onest", 'Helvetica Neue', Arial, sans-serif;
line-height:1.55;
color:#C4BADF;
font-size:15px;
-webkit-font-smoothing:antialiased;
text-rendering:optimizeLegibility;
overflow-wrap:break-word;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
border:none;
background: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:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(9, 7, 18, 0.74);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.dor_shell-hzy{
grid-template-columns:15.5rem 1fr;
display:grid;
min-height:100vh;
}
.dor_main-hzy{
min-width:0;
}
.dor_wrap-hzy{
margin:0 auto;
width:100%;
max-width:87.5rem;
}
.dor_container-hzy{
margin:0 auto;
padding:0 16px;
max-width:87.5rem;
width:100%;
}
@media(min-width:768px){
.dor_container-hzy{
padding:0 28px;
}
}
.dor_section-hzy{
padding:1.5rem 1.75rem;
}
.dor_section_pt-hzy{
padding-top:34px;
}
.dor_band_soft-hzy{
background:#151020;
}
.dor_eyebrow-hzy{
font-weight:600;
font-size:10.5px;
letter-spacing:.14em;
font-family:"Onest", 'Helvetica Neue', Arial, sans-serif;
display:inline-block;
text-transform:uppercase;
line-height:1.4;
overflow-wrap:break-word;
color:#9B5CF6;
}
.dor_drawer_cb-hzy{
display:none;
}
.dor_overlay-hzy{
display:none;
}
@media(max-width:1021px){
.dor_shell-hzy{
grid-template-columns:1fr;
}
.dor_main-hzy{
padding-bottom:4.875rem;
}
.dor_drawer_cb-hzy:checked~.dor_overlay-hzy{
inset:0;
background:rgba(9, 7, 18, 0.74);
z-index:70;
position:fixed;
display:block;
}
}
@media(max-width:557px){
.dor_section-hzy{
padding:18px 16px;
}
.dor_section_pt-hzy{
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 ---------- */
.dor_side-hzy{
padding:1.375rem 1.125rem;
gap:1.375rem;
background:#120E1C;
overflow-y:auto;
top:0;
display:flex;
border-right:1px solid #231B38;
position:sticky;
align-self:start;
flex-direction:column;
height:100vh;
}
.dor_brand-hzy{
gap:10px;
align-items:center;
display:flex;
}
.dor_logo-hzy{
font-weight:700;
color:#F0ECFF;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
letter-spacing:-.02em;
font-size:21px;
}
.dor_side_cta-hzy{
padding:16px;
background:rgba(155, 92, 246, 0.11);
border:1px solid #2E2448;
border-radius:0.75rem;
}
.dor_side_cta_h-hzy{
font-size:1.063rem;
line-height:1.15;
color:#F0ECFF;
font-weight:700;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
margin-bottom:0.375rem;
}
.dor_side_cta_p-hzy{
font-size:0.75rem;
line-height:1.45;
color:#C4BADF;
margin-bottom:0.75rem;
}
.dor_nav-hzy{
gap:3px;
flex-direction:column;
display:flex;
}
.dor_nav_label-hzy{
padding:6px 10px;
letter-spacing:.14em;
text-transform:uppercase;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
color:#554E6E;
font-size:0.594rem;
}
.dor_nav_item-hzy{
padding:10px;
border-radius:8px;
gap:11px;
font-weight:500;
font-size:0.875rem;
align-items:center;
color:#C4BADF;
display:flex;
}
.dor_nav_item-hzy svg{
width:1.063rem;
height:1.063rem;
}
.dor_nav_item-hzy:hover{
background:rgba(155, 92, 246, 0.11);
color:#F0ECFF;
}
.dor_nav_item_on-hzy{
background:rgba(155, 92, 246, 0.11);
color:#9B5CF6;
font-weight:600;
}
.dor_side_foot-hzy{
border:1px solid #2E2448;
padding:12px;
background:#151020;
border-radius:0.75rem;
margin-top:auto;
}
.dor_side_foot-hzy p{
font-size:12.5px;
margin-top:0.25rem;
line-height:1.4;
color:#C4BADF;
}
/* ---------- topbar ---------- */
.dor_top-hzy{
gap:16px;
background:#120E1C;
padding:0.875rem 1.75rem;
border-bottom:1px solid #231B38;
align-items:center;
position:sticky;
top:0;
display:flex;
z-index:40;
}
.dor_top_brand-hzy{
gap:0.563rem;
display:none;
align-items:center;
}
.dor_search-hzy{
gap:10px;
border:1px solid #2E2448;
border-radius:12px;
background:#151020;
padding:0.688rem 0.875rem;
flex:1;
display:flex;
color:#8A7FAA;
align-items:center;
font-size:13.5px;
max-width:27.5rem;
}
.dor_search-hzy svg{
flex:none;
width:1rem;
height:1rem;
}
.dor_top_actions-hzy{
gap:12px;
margin-left:auto;
display:flex;
align-items:center;
}
.dor_lang-hzy{
color:#C4BADF;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
font-size:0.75rem;
}
.dor_burger-hzy{
background:#151020;
border:1px solid #2E2448;
border-radius:0.5rem;
align-items:center;
width:2.5rem;
height:40px;
justify-content:center;
color:#F0ECFF;
display:none;
}
/* ---------- bottom-nav (mobile) ---------- */
.dor_botnav-hzy{
display:none;
}
@media(max-width:1022px){
.dor_side-hzy{
transition:transform .25s ease;
z-index:80;
top:0;
transform:translateX(-100%);
height:100vh;
position:fixed;
left:0;
width:17.5rem;
}
.dor_drawer_cb-hzy:checked~.dor_shell-hzy .dor_side-hzy{
transform:translateX(0);
}
.dor_top-hzy{
padding:14px 1rem;
gap:12px;
position:static;
flex-wrap:wrap;
}
.dor_top_brand-hzy{
display:flex;
}
.dor_search-hzy{
display:none;
}
.dor_burger-hzy{
display:flex;
}
.dor_top_actions-hzy{
gap:10px;
align-items:stretch;
width:100%;
margin-left:0;
}
.dor_top_actions-hzy .dor_lang-hzy{
display:none;
}
.dor_top_actions-hzy .dor_btn-hzy{
padding:11px 10px;
flex:1;
text-align:center;
}
.dor_botnav-hzy{
grid-template-columns:repeat(3,1fr);
padding:8px 6px calc(8px + env(safe-area-inset-bottom));
background:#120E1C;
display:grid;
left:0;
z-index:65;
position:fixed;
border-top:1px solid #2E2448;
right:0;
bottom:0;
transform:translateZ(0);
}
.dor_bn-hzy{
padding:6px 2px 0;
gap:0.25rem;
flex-direction:column;
justify-content:flex-end;
min-width:0;
display:flex;
color:#C4BADF;
align-items:center;
font-weight:600;
font-size:0.625rem;
}
.dor_bn-hzy svg{
flex:none;
width:22px;
height:22px;
}
.dor_bn-hzy span{
overflow:hidden;
max-width:100%;
text-align:center;
text-overflow:ellipsis;
white-space:nowrap;
}
.dor_bn_on-hzy{
color:#9B5CF6;
}
.dor_bn_center-hzy{
position:relative;
}
.dor_bn_fab-hzy{
border-radius:50%;
background:#9B5CF6;
height:50px;
position:absolute;
display:flex;
transform:translateX(-50%);
top:-20px;
color:#FFFFFF;
align-items:center;
left:50%;
box-shadow:0 8px 40px rgba(0, 0, 0, 0.60), 0 2px 12px rgba(155, 92, 246, 0.22);
justify-content:center;
width:50px;
}
.dor_bn_fab-hzy svg{
height:24px;
width:24px;
}
.dor_bn_center-hzy span{
color:#9B5CF6;
}
}
.dor_btn-hzy{
padding:11px 22px;
gap:8px;
border-radius:8px;
transition:background-color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease,color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
font-size:0.875rem;
cursor:pointer;
justify-content:center;
font-family:"Onest", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
align-items:center;
display:inline-flex;
}
.dor_btn_pri-hzy{
background:#9B5CF6;
color:#FFFFFF;
box-shadow:0 0.25rem 20px rgba(155, 92, 246, 0.45), 0 1px 0.375rem rgba(155, 92, 246, 0.28);
}
.dor_btn_pri-hzy:hover{
background:#8344E8;
}
.dor_btn_ghost-hzy{
background:rgba(155, 92, 246, 0.11);
color:#F0ECFF;
font-weight:600;
}
.dor_btn_line-hzy{
border:1px solid #3D3160;
background:transparent;
font-weight:600;
color:#F0ECFF;
}
.dor_btn_lg-hzy{
border-radius:0.75rem;
padding:16px 1.875rem;
font-size:0.938rem;
}
.dor_band-hzy .dor_btn_line-hzy{
border-color:rgba(255, 255, 255, 0.12);
color:#F0ECFF;
}
.dor_band-hzy .dor_btn_ghost-hzy{
background:rgba(255, 255, 255, 0.07);
color:#F0ECFF;
}
.dor_link_m-hzy{
gap:5px;
display:inline-flex;
font-size:0.75rem;
text-decoration:none;
color:#9B5CF6;
align-items:center;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
cursor:pointer;
}
.dor_link_m-hzy svg{
width:0.875rem;
height:14px;
}
.dor_band-hzy .dor_link_m-hzy{
color:#C084FC;
}
.dor_dot-hzy{
background:#9B5CF6;
border-radius:50%;
flex:none;
height:0.438rem;
width:0.438rem;
}
.dor_dot_live-hzy{
animation:zm3-pulse 1.4s infinite;
background:#EF4444;
}
.dor_stars-hzy{
gap:2px;
display:inline-flex;
color:#9B5CF6;
}
.dor_stars-hzy svg{
width:0.938rem;
height:0.938rem;
}
.dor_chip-hzy{
padding:0.438rem 12px;
gap:0.375rem;
border:1px solid #2E2448;
background:#151020;
border-radius:8px;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
font-size:11px;
display:inline-flex;
align-items:center;
color:#C4BADF;
}
.dor_chip_on-hzy{
border-color:transparent;
background:rgba(155, 92, 246, 0.11);
color:#9B5CF6;
}
.dor_gc-hzy{
cursor:pointer;
text-decoration:none;
color:inherit;
min-width:0;
display:block;
}
.dor_gc_thumb-hzy{
border:1px solid #2E2448;
border-radius:12px;
overflow:hidden;
display:block;
aspect-ratio:1;
position:relative;
background-position:center;
background-size:cover;
}
.dor_gc_thumb_portrait-hzy{
aspect-ratio:3/4;
}
.dor_gc_thumb_wide-hzy{
aspect-ratio:16/11;
}
.dor_gc_cap-hzy{
background:linear-gradient(transparent,rgba(9, 7, 18, 0.74));
padding:0.563rem;
right:0;
position:absolute;
left:0;
bottom:0;
}
.dor_gc_name-hzy{
display:block;
font-weight:700;
color:#F0ECFF;
font-size:12.5px;
}
.dor_gc_meta-hzy{
color:#9D93BF;
font-size:11px;
}
.dor_gc_badge-hzy{
background:#9B5CF6;
border-radius:8px;
padding:2px 6px;
top:0.5rem;
font-weight:700;
font-size:0.5rem;
right:8px;
position:absolute;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
color:#FFFFFF;
}
.dor_gc_badge_hot-hzy{
background:#EF4444;
color:#F0ECFF;
}
.dor_gc_badge_live-hzy{
background:#EF4444;
color:#F0ECFF;
left:0.5rem;
right:auto;
}
.dor_gc_mult-hzy{
inset:0;
display:flex;
font-weight:700;
color:#9B5CF6;
align-items:center;
font-size:1.75rem;
justify-content:center;
position:absolute;
}
.dor_pc-hzy{
background:#151020;
border-radius:12px;
border:1px solid #2E2448;
display:flex;
font-size:14px;
align-items:center;
height:64px;
color:#C4BADF;
justify-content:center;
font-weight:700;
}
.dor_rail-hzy{
min-width:0;
}
.dor_rail_scroll-hzy{
gap:0.875rem;
display:grid;
}
.dor_rail_scroll-hzy>*{
min-width:0;
}
.dor_g6-hzy{
grid-template-columns:repeat(6,1fr);
}
.dor_g7-hzy{
grid-template-columns:repeat(7,1fr);
}
.dor_g4-hzy{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1025px){
.dor_g6-hzy,.dor_g7-hzy{
grid-template-columns:none;
overflow-x:auto;
grid-auto-columns:120px;
grid-auto-flow:column;
scroll-snap-type:x mandatory;
padding-bottom:6px;
}
.dor_g6-hzy>*,.dor_g7-hzy>*{
scroll-snap-align:start;
}
.dor_g4-hzy{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:561px){
.dor_g4-hzy{
grid-template-columns:none;
grid-auto-columns:9.375rem;
overflow-x:auto;
grid-auto-flow:column;
}
}
.dor_panel-hzy{
border:1px solid #2E2448;
padding:1.75rem 32px;
border-radius:20px;
background:#151020;
}
.dor_split-hzy{
gap:36px;
display:grid;
align-items:start;
}
.dor_split-hzy>*{
min-width:0;
}
.dor_split_a-hzy{
grid-template-columns:.85fr 1.15fr;
}
.dor_split_b-hzy{
grid-template-columns:1fr 1.1fr;
}
.dor_split_c-hzy{
grid-template-columns:1.1fr .9fr;
}
.dor_pgrid-hzy{
gap:2.5rem;
grid-template-columns:.9fr 1.1fr;
display:grid;
align-items:center;
}
.dor_pgrid-hzy>*{
min-width:0;
}
.dor_lead-hzy{
line-height:1.65;
margin-bottom:0.875rem;
font-size:0.938rem;
color:#C4BADF;
}
.dor_feat-hzy{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.dor_feat-hzy>*{
min-width:0;
}
.dor_feat2-hzy{
grid-template-columns:1fr 1fr;
}
.dor_feat_card-hzy{
border:1px solid #2E2448;
padding:1.625rem;
background:#151020;
border-radius:20px;
}
.dor_feat_card-hzy svg{
color:#9B5CF6;
width:1.625rem;
height:26px;
margin-bottom:16px;
}
.dor_feat_card-hzy h3{
font-weight:700;
color:#F0ECFF;
font-size:1.125rem;
margin-bottom:8px;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
}
.dor_feat_card-hzy p{
color:#C4BADF;
font-size:0.813rem;
line-height:1.6;
}
.dor_feat_card-hzy b{
color:#F0ECFF;
}
.dor_big-hzy{
gap:1.375rem;
display:flex;
flex-wrap:wrap;
}
.dor_big_n-hzy{
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
color:#9B5CF6;
font-size:26px;
font-weight:700;
}
.dor_big_l-hzy{
font-size:12px;
color:#8A7FAA;
}
.dor_person-hzy{
background:#151020;
border:1px solid #2E2448;
gap:0.875rem;
border-radius:0.75rem;
padding:1rem 18px;
display:flex;
align-items:center;
}
.dor_avatar-hzy{
flex:none;
background:linear-gradient(135deg,#9B5CF6,#6D28D9);
border-radius:50%;
height:2.75rem;
width:44px;
}
.dor_person_name-hzy{
font-size:14px;
color:#F0ECFF;
font-weight:700;
}
.dor_person_role-hzy{
color:#8A7FAA;
font-size:0.75rem;
}
.dor_kv-hzy{
overflow:hidden;
background:#2E2448;
grid-template-columns:1fr 1fr;
border-radius:12px;
gap:1px;
border:1px solid #2E2448;
display:grid;
}
.dor_kv-hzy>div{
background:#0E0B16;
padding:1rem 18px;
min-width:0;
}
.dor_kv_k-hzy{
font-size:9.5px;
text-transform:uppercase;
color:#9B5CF6;
margin-bottom:5px;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
}
.dor_kv_v-hzy{
font-weight:700;
color:#F0ECFF;
font-size:0.844rem;
}
@media(max-width:1023px){
.dor_split_a-hzy,.dor_split_b-hzy,.dor_split_c-hzy,.dor_pgrid-hzy{
gap:1.5rem;
grid-template-columns:1fr;
}
.dor_feat-hzy,.dor_feat2-hzy{
grid-template-columns:1fr;
}
.dor_kv-hzy{
grid-template-columns:1fr;
}
}
.dor_sh-hzy{
margin-bottom:16px;
min-width:0;
}
.dor_sh_row-hzy{
gap:0.75rem;
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-end;
display:flex;
}
.dor_sh_row-hzy .dor_sh_l-hzy{
gap:0.375rem;
min-width:0;
display:flex;
flex-direction:column;
}
.dor_sh_stack-hzy{
gap:0.625rem;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.dor_sh_center-hzy{
gap:0.625rem;
align-items:center;
text-align:center;
display:flex;
flex-direction:column;
}
.dor_sh_h2-hzy{
gap:9px;
align-items:center;
overflow-wrap:break-word;
color:#F0ECFF;
font-size:1.25rem;
line-height:1.1;
display:flex;
font-weight:700;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
}
@media(min-width:770px){
.dor_sh_h2-hzy{
font-size:24px;
}
}
.dor_band-hzy .dor_sh_h2-hzy{
color:#F0ECFF;
}
.dor_eb_mono-hzy{
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
letter-spacing:.08em;
text-transform:none;
}
.dor_eb_mono-hzy::before{
content:"// ";
}
.dor_eb_upper-hzy{
letter-spacing:.14em;
text-transform:uppercase;
}
.dor_eb_pill-hzy{
border-radius:62.438rem;
padding:5px 0.688rem;
background:rgba(155, 92, 246, 0.11);
text-transform:uppercase;
letter-spacing:.12em;
}
.dor_eb_line-hzy{
gap:10px;
display:inline-flex;
align-items:center;
}
.dor_eb_line-hzy::before{
background:#9B5CF6;
height:1px;
width:24px;
display:inline-block;
content:"";
}
.dor_band-hzy .dor_eb_line-hzy::before{
background:#C084FC;
}
.dor_band-hzy .dor_eb_pill-hzy{
background:rgba(255, 255, 255, 0.07);
}
.dor_sh_link-hzy{
transition:color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease,border-color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
gap:6px;
padding-bottom:2px;
font-size:0.813rem;
font-weight:600;
align-items:center;
display:inline-flex;
white-space:nowrap;
color:#F0ECFF;
border-bottom:1px solid #F0ECFF;
}
.dor_sh_link-hzy:hover{
border-color:#9B5CF6;
color:#9B5CF6;
}
.dor_sh_link-hzy svg{
width:14px;
height:14px;
}
.dor_sh_link_chev-hzy{
padding-bottom:0;
color:#9B5CF6;
font-size:0.75rem;
border-bottom:0;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
}
.dor_sh_link_btn-hzy{
border-radius:62.438rem;
background:#9B5CF6;
padding:9px 18px;
border-bottom:0;
color:#FFFFFF;
}
.dor_sh_link_btn-hzy:hover{
border-color:transparent;
background:#8344E8;
}
.dor_band-hzy .dor_sh_link-hzy{
border-color:#F0ECFF;
color:#F0ECFF;
}
.dor_band-hzy .dor_sh_link_chev-hzy{
color:#C084FC;
}
.dor_sh_rule-hzy{
margin:-2px 0 16px;
background:#2E2448;
height:1px;
}
.dor_band-hzy .dor_sh_rule-hzy{
background:rgba(255, 255, 255, 0.12);
}
.dor_seo_grid3-hzy{
grid-template-columns:repeat(3,1fr);
gap:20px;
display:grid;
}
.dor_seo_grid4-hzy{
grid-template-columns:repeat(4,1fr);
gap:0.813rem;
display:grid;
}
.dor_seo_grid3-hzy>*,.dor_seo_grid4-hzy>*{
min-width:0;
}
.dor_seo_card-hzy{
background:#151020;
padding:1.5rem;
border-radius:12px;
border:1px solid #2E2448;
}
.dor_seo_card-hzy h3{
margin-bottom:0.5rem;
color:#F0ECFF;
font-size:18px;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
}
.dor_seo_card-hzy p{
line-height:1.6;
font-size:0.813rem;
color:#C4BADF;
}
.dor_seo_card_sm-hzy{
padding:1.25rem;
}
.dor_seo_card_sm-hzy h3{
font-size:1rem;
}
.dor_seo_card_sm-hzy p{
font-size:12.5px;
line-height:1.55;
}
.dor_seo_rtp_row-hzy{
grid-template-columns:1fr 1fr;
gap:36px;
align-items:center;
display:grid;
margin-top:1rem;
}
.dor_rtp-hzy{
gap:14px;
min-width:0;
display:flex;
}
.dor_rtp-hzy>div{
border-radius:0.75rem;
padding:1rem;
flex:1;
background:#0E0B16;
text-align:center;
min-width:0;
}
.dor_rtp_n-hzy{
font-size:1.625rem;
color:#9B5CF6;
white-space:nowrap;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
}
.dor_rtp_l-hzy{
margin-top:0.25rem;
font-size:11px;
color:#8A7FAA;
}
.dor_cmp-hzy{
overflow:hidden;
border:1px solid #2E2448;
border-radius:12px;
max-width:760px;
}
.dor_cmp_row-hzy{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
font-size:0.813rem;
}
.dor_cmp_row-hzy>div{
padding:0.813rem 0.875rem;
min-width:0;
text-align:center;
}
.dor_cmp_row-hzy>div:first-child{
text-align:left;
color:#F0ECFF;
padding-left:22px;
font-weight:600;
}
.dor_cmp_th-hzy{
background:#0E0B16;
font-weight:700;
font-size:0.781rem;
}
.dor_cmp_row-hzy:not(.dor_cmp_th-hzy){
background:#151020;
border-top:1px solid #231B38;
color:#C4BADF;
}
.dor_cmp_zebra-hzy{
background:#1A142A;
}
.dor_guide-hzy{
overflow:hidden;
background:#151020;
border:1px solid #2E2448;
border-radius:12px;
cursor:pointer;
}
.dor_guide_cover-hzy{
height:130px;
}
.dor_guide_body-hzy{
padding:1.25rem;
}
.dor_guide_body-hzy h3{
margin:0.438rem 0 0.563rem;
font-weight:700;
font-size:16px;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
line-height:1.25;
color:#F0ECFF;
}
.dor_guide_meta-hzy{
color:#8A7FAA;
font-size:11.5px;
}
.dor_hub-hzy{
grid-template-columns:repeat(5,1fr);
gap:28px;
display:grid;
padding-top:28px;
border-top:1px solid #231B38;
}
.dor_hub-hzy>*{
min-width:0;
}
.dor_hub-hzy h4{
color:#F0ECFF;
font-size:13px;
margin-bottom:11px;
font-weight:700;
}
.dor_hub_col-hzy{
gap:8px;
color:#C4BADF;
display:flex;
font-size:13px;
flex-direction:column;
}
.dor_hub_col-hzy a{
cursor:pointer;
}
@media(max-width:1021px){
.dor_seo_grid3-hzy{
grid-template-columns:1fr;
}
.dor_seo_grid4-hzy{
grid-template-columns:repeat(2,1fr);
}
.dor_seo_rtp_row-hzy{
gap:1.25rem;
grid-template-columns:1fr;
}
.dor_hub-hzy{
gap:22px;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:561px){
.dor_hub-hzy{
grid-template-columns:1fr;
}
}
.dor_tk-hzy{
overflow:hidden;
background:#090712;
align-items:center;
border-bottom:1px solid #231B38;
display:flex;
}
.dor_tk_tag-hzy{
gap:8px;
padding:0.688rem 18px;
background:#151020;
flex:none;
color:#EF4444;
align-items:center;
display:flex;
letter-spacing:.1em;
font-weight:600;
text-transform:uppercase;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
font-size:0.656rem;
border-right:1px solid #231B38;
}
.dor_tk_rail-hzy{
overflow:hidden;
flex:1;
}
.dor_tk_track-hzy{
padding:0.688rem 0.875rem;
animation:zm3-marquee 26s linear infinite;
gap:28px;
display:flex;
width:max-content;
white-space:nowrap;
color:#C4BADF;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
font-size:0.75rem;
}
.dor_tk_track-hzy b{
color:#9B5CF6;
}
.dor_hero-hzy{
border-radius:1.25rem;
background:linear-gradient(120deg,#110D1F,#0A0915);
overflow:hidden;
border:1px solid #2E2448;
padding:2.875rem 48px;
position:relative;
color:#F0ECFF;
}
.dor_hero_glow-hzy{
border-radius:50%;
background:radial-gradient(circle,rgba(139, 92, 246, 0.22),transparent 70%);
width:340px;
top:-60px;
right:-3.75rem;
position:absolute;
height:340px;
}
.dor_hero_in-hzy{
max-width:37.5rem;
position:relative;
}
.dor_hero-hzy .dor_eyebrow-hzy{
color:#C084FC;
}
.dor_pill_row-hzy{
border:1px solid rgba(255, 255, 255, 0.12);
gap:0.5rem;
padding:0.375rem 13px;
background:rgba(255, 255, 255, 0.07);
border-radius:999px;
font-size:0.656rem;
display:inline-flex;
text-transform:uppercase;
letter-spacing:.1em;
align-items:center;
color:#C084FC;
margin-bottom:1.375rem;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
}
.dor_hero_h1-hzy{
margin:1.125rem 0;
font-weight:700;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
line-height:1.02;
font-size:54px;
overflow-wrap:break-word;
color:#F0ECFF;
letter-spacing:-.02em;
}
.dor_hero_h1-hzy em{
color:#C084FC;
font-style:normal;
}
.dor_hero_sub-hzy{
margin-bottom:1.75rem;
font-size:1.063rem;
line-height:1.55;
max-width:480px;
color:#9D93BF;
}
.dor_hero_cta-hzy{
gap:14px;
align-items:center;
display:flex;
margin-bottom:1.625rem;
flex-wrap:wrap;
}
.dor_hero_trust-hzy{
gap:14px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.dor_hero_rating_txt-hzy{
font-size:13px;
color:#9D93BF;
}
@media(max-width:1025px){
.dor_hero-hzy{
padding:32px 24px;
}
.dor_hero_h1-hzy{
font-size:38px;
}
}
@media(max-width:560px){
.dor_hero_h1-hzy{
font-size:1.875rem;
}
}
.dor_stat-hzy{
grid-template-columns:repeat(4,1fr);
gap:0.875rem;
display:grid;
}
.dor_stat-hzy>*{
min-width:0;
}
.dor_stat_item-hzy{
padding:1.125rem 1.25rem;
border-radius:0.75rem;
border:1px solid #2E2448;
background:#151020;
}
.dor_stat_k-hzy{
color:#8A7FAA;
letter-spacing:.12em;
font-size:0.594rem;
text-transform:uppercase;
margin-bottom:0.438rem;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
}
.dor_stat_v-hzy{
gap:0.5rem;
font-weight:700;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
min-width:0;
display:flex;
font-size:24px;
overflow-wrap:anywhere;
color:#F0ECFF;
align-items:center;
}
.dor_stat_v_accent-hzy{
color:#9B5CF6;
}
@media(max-width:1026px){
.dor_stat-hzy{
grid-template-columns:repeat(2,1fr);
}
}
.dor_wlc-hzy{
padding:36px 40px;
background:linear-gradient(120deg,#110D1F,#0A0915);
border-radius:1.25rem;
grid-template-columns:1.2fr .8fr;
overflow:hidden;
gap:24px;
border:1px solid #2E2448;
position:relative;
display:grid;
align-items:center;
color:#F0ECFF;
}
.dor_wlc-hzy>*{
min-width:0;
}
.dor_wlc-hzy .dor_eyebrow-hzy{
color:#C084FC;
}
.dor_wlc_glow-hzy{
border-radius:50%;
background:radial-gradient(circle,rgba(139, 92, 246, 0.22),transparent 70%);
position:absolute;
top:-2.5rem;
width:16.25rem;
height:16.25rem;
right:-2.5rem;
}
.dor_wlc_in-hzy{
position:relative;
}
.dor_wlc_h2-hzy{
margin:10px 0 8px;
overflow-wrap:break-word;
line-height:1.03;
font-weight:700;
font-size:2.125rem;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
color:#F0ECFF;
}
.dor_wlc_h2-hzy em{
color:#C084FC;
font-style:normal;
}
.dor_wlc_sub-hzy{
margin-bottom:18px;
color:#9D93BF;
line-height:1.55;
font-size:0.875rem;
max-width:420px;
}
.dor_wlc_terms-hzy{
gap:0.625rem;
flex-direction:column;
position:relative;
display:flex;
}
.dor_term-hzy{
border:1px solid rgba(255, 255, 255, 0.12);
border-radius:0.75rem;
background:rgba(255, 255, 255, 0.07);
padding:13px 0.938rem;
gap:11px;
align-items:center;
display:flex;
}
.dor_term-hzy svg{
flex:none;
color:#C084FC;
height:20px;
width:1.25rem;
}
.dor_term_k-hzy{
letter-spacing:.1em;
font-size:0.594rem;
color:#9D93BF;
text-transform:uppercase;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
}
.dor_term_v-hzy{
font-size:0.875rem;
margin-top:2px;
font-weight:700;
color:#F0ECFF;
}
@media(max-width:1027px){
.dor_wlc-hzy{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.dor_wlc_h2-hzy{
font-size:26px;
}
}
.dor_jp-hzy{
gap:14px;
grid-template-columns:1.5fr 1fr 1fr;
display:grid;
}
.dor_jp-hzy>*{
min-width:0;
}
.dor_jp_hero-hzy{
overflow:hidden;
background:linear-gradient(135deg,#110D1F,#0A0915);
gap:14px;
padding:26px;
border-radius:1.25rem;
border:1px solid #2E2448;
display:flex;
min-height:11.25rem;
justify-content:space-between;
position:relative;
color:#F0ECFF;
flex-direction:column;
}
.dor_jp_glow-hzy{
border-radius:50%;
background:radial-gradient(circle,rgba(139, 92, 246, 0.22),transparent 70%);
position:absolute;
width:11.25rem;
height:180px;
top:-2.5rem;
right:-40px;
}
.dor_jp_k_row-hzy{
gap:10px;
display:flex;
justify-content:space-between;
position:relative;
align-items:center;
}
.dor_jp_k-hzy{
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
text-transform:uppercase;
font-size:10px;
letter-spacing:.12em;
color:#8A7FAA;
}
.dor_jp_hero-hzy .dor_jp_k-hzy{
color:#9D93BF;
}
.dor_jp_amt-hzy{
line-height:1;
position:relative;
color:#C084FC;
font-weight:700;
font-size:42px;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
}
.dor_jp_sub-hzy{
font-size:12px;
color:#9D93BF;
margin-top:0.313rem;
}
.dor_jp_cell-hzy{
border:1px solid #2E2448;
background:#151020;
border-radius:20px;
padding:1.375rem;
justify-content:space-between;
flex-direction:column;
min-height:11.25rem;
display:flex;
}
.dor_jp_cell-hzy .dor_jp_amt-hzy{
color:#F0ECFF;
font-size:1.875rem;
}
.dor_jp_cell-hzy .dor_jp_sub-hzy{
color:#8A7FAA;
}
@media(max-width:1021px){
.dor_jp-hzy{
grid-template-columns:1fr;
}
}
@media(max-width:563px){
.dor_jp_amt-hzy{
font-size:2rem;
}
}
.dor_tour-hzy{
grid-template-columns:1.05fr 1fr;
border:1px solid #2E2448;
overflow:hidden;
border-radius:1.25rem;
display:grid;
}
.dor_tour-hzy>*{
min-width:0;
}
.dor_tour_l-hzy{
padding:2.125rem;
overflow:hidden;
background:linear-gradient(135deg,#110D1F,#0A0915);
color:#F0ECFF;
position:relative;
}
.dor_tour_h2-hzy{
margin:0.75rem 0 0.625rem;
font-weight:700;
line-height:1.05;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
color:#F0ECFF;
font-size:1.875rem;
}
.dor_tour_h2-hzy em{
color:#C084FC;
font-style:normal;
}
.dor_tour_text-hzy{
max-width:21.25rem;
color:#9D93BF;
margin-bottom:1.25rem;
font-size:13.5px;
line-height:1.6;
}
.dor_tour_meta-hzy{
gap:1.125rem;
display:flex;
flex-wrap:wrap;
align-items:flex-end;
margin-bottom:1.25rem;
}
.dor_tour_cap-hzy{
margin-bottom:5px;
font-size:0.594rem;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
text-transform:uppercase;
color:#9D93BF;
}
.dor_count-hzy{
gap:0.375rem;
display:flex;
}
.dor_count-hzy span{
padding:0.25rem 0.563rem;
border-radius:0.5rem;
border:1px solid rgba(255, 255, 255, 0.12);
background:rgba(255, 255, 255, 0.07);
font-weight:700;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
font-size:1.375rem;
}
.dor_tour_units-hzy{
color:#9D93BF;
font-size:0.625rem;
}
.dor_board-hzy{
padding:28px 30px;
background:#151020;
}
.dor_board_head-hzy{
margin-bottom:0.875rem;
justify-content:space-between;
display:flex;
align-items:center;
}
.dor_board_title-hzy{
font-size:1rem;
font-weight:700;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
color:#F0ECFF;
}
.dor_board_upd-hzy{
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
font-size:0.625rem;
color:#8A7FAA;
text-transform:uppercase;
}
.dor_board_list-hzy{
gap:2px;
display:flex;
flex-direction:column;
}
.dor_board_row-hzy{
border-radius:8px;
padding:10px 0.75rem;
gap:0.75rem;
display:flex;
align-items:center;
}
.dor_board_top1-hzy{
background:rgba(155, 92, 246, 0.11);
}
.dor_board_rk-hzy{
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
font-weight:700;
width:1.25rem;
font-size:14px;
color:#8A7FAA;
}
.dor_board_top1-hzy .dor_board_rk-hzy{
color:#9B5CF6;
}
.dor_board_nm-hzy{
flex:1;
font-weight:600;
color:#C4BADF;
font-size:13.5px;
min-width:0;
}
.dor_board_top1-hzy .dor_board_nm-hzy{
color:#F0ECFF;
font-weight:700;
}
.dor_board_pt-hzy{
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
font-size:12.5px;
color:#C4BADF;
}
@media(max-width:1023px){
.dor_tour-hzy{
grid-template-columns:1fr;
}
}
@media(max-width:559px){
.dor_tour_h2-hzy{
font-size:1.5rem;
}
}
.dor_gm-hzy{
grid-template-columns:1.3fr 1fr;
gap:16px;
display:grid;
}
.dor_gm-hzy>*{
min-width:0;
}
.dor_gm_panel-hzy{
background:#151020;
padding:1.75rem;
border:1px solid #2E2448;
border-radius:1.25rem;
}
.dor_gm_h2-hzy{
margin:0.625rem 0 8px;
font-size:1.5rem;
color:#F0ECFF;
font-weight:700;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
}
.dor_gm_text-hzy{
margin-bottom:1.25rem;
font-size:13.5px;
color:#C4BADF;
max-width:27.5rem;
line-height:1.6;
}
.dor_gm_level-hzy{
gap:14px;
align-items:center;
display:flex;
margin-bottom:16px;
}
.dor_gm_lv-hzy{
color:#9B5CF6;
font-size:24px;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
}
.dor_gm_bar_wrap-hzy{
flex:1;
min-width:0;
}
.dor_gm_bar_meta-hzy{
display:flex;
font-size:10px;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
margin-bottom:0.313rem;
justify-content:space-between;
color:#8A7FAA;
}
.dor_bar-hzy{
overflow:hidden;
border-radius:999px;
background:#0E0B16;
height:0.5rem;
}
.dor_bar_fill-hzy{
background:linear-gradient(90deg,#9B5CF6,#6D28D9);
border-radius:62.438rem;
display:block;
height:100%;
}
.dor_gm_missions-hzy{
gap:9px;
flex-wrap:wrap;
display:flex;
}
.dor_gm_refer-hzy{
background:linear-gradient(150deg,#110D1F,#0A0915);
border-radius:20px;
overflow:hidden;
padding:1.75rem;
border:1px solid #2E2448;
position:relative;
justify-content:space-between;
flex-direction:column;
color:#F0ECFF;
display:flex;
}
.dor_gm_refer-hzy .dor_eyebrow-hzy{
color:#C084FC;
}
.dor_gm_ref_h2-hzy{
margin:10px 0 0.5rem;
font-size:24px;
color:#F0ECFF;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
line-height:1.1;
}
.dor_gm_ref_h2-hzy em{
font-style:normal;
color:#C084FC;
}
.dor_gm_ref_text-hzy{
font-size:13px;
line-height:1.55;
margin-bottom:18px;
color:#9D93BF;
}
@media(max-width:1022px){
.dor_gm-hzy{
grid-template-columns:1fr;
}
}
.dor_vip_head-hzy{
gap:12px;
align-items:flex-end;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
margin-bottom:1.125rem;
}
.dor_vip_intro-hzy{
color:#C4BADF;
font-size:13px;
max-width:420px;
}
.dor_vip-hzy{
grid-template-columns:repeat(5,1fr);
gap:0.75rem;
display:grid;
}
.dor_vip-hzy>*{
min-width:0;
}
.dor_tier-hzy{
border-radius:12px;
border:1px solid #2E2448;
background:#151020;
padding:1.25rem;
}
.dor_tier_on-hzy{
border-color:#9B5CF6;
background:rgba(155, 92, 246, 0.11);
}
.dor_tier_medal-hzy{
background:linear-gradient(135deg,#9B5CF6,#6D28D9);
border-radius:0.5rem;
height:1.875rem;
width:1.875rem;
margin-bottom:0.875rem;
}
.dor_tier_name-hzy{
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
margin-bottom:5px;
font-size:0.938rem;
color:#F0ECFF;
}
.dor_tier_tx-hzy{
color:#8A7FAA;
font-size:11.5px;
line-height:1.5;
}
@media(max-width:1025px){
.dor_vip-hzy{
grid-template-columns:repeat(2,1fr);
}
}
.dor_pay_logos-hzy{
gap:0.563rem;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.dor_pay_logos-hzy>*{
min-width:0;
}
.dor_pay-hzy{
border-radius:0.5rem;
border:1px solid #2E2448;
height:48px;
color:#C4BADF;
align-items:center;
justify-content:center;
display:flex;
font-size:0.75rem;
font-weight:700;
}
.dor_table-hzy{
overflow:hidden;
border-radius:12px;
border:1px solid #2E2448;
}
.dor_trow-hzy{
grid-template-columns:1.3fr 1fr 1fr 1fr;
display:grid;
font-size:0.813rem;
}
.dor_trow-hzy>div{
padding:13px 0.875rem;
min-width:0;
}
.dor_trow-hzy>div:first-child{
color:#F0ECFF;
font-weight:700;
padding-left:1rem;
}
.dor_trow_th-hzy{
background:#0E0B16;
letter-spacing:.06em;
text-transform:uppercase;
font-size:0.594rem;
color:#8A7FAA;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
}
.dor_trow-hzy:not(.dor_trow_th-hzy){
background:#151020;
border-top:1px solid #231B38;
color:#C4BADF;
}
.dor_trow_zebra-hzy{
background:#1A142A;
}
.dor_pos-hzy{
color:#9B5CF6;
font-weight:700;
}
@media(max-width:1024px){
.dor_pay_logos-hzy{
grid-template-columns:repeat(2,1fr);
}
}
.dor_steps-hzy{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.dor_steps-hzy>*{
min-width:0;
}
.dor_step-hzy{
background:#151020;
border:1px solid #2E2448;
padding:1.5rem;
border-radius:0.75rem;
position:relative;
}
.dor_step_num-hzy{
background:#9B5CF6;
border-radius:0.5rem;
margin-bottom:0.875rem;
align-items:center;
color:#FFFFFF;
font-weight:700;
height:30px;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
display:flex;
width:1.875rem;
font-size:0.813rem;
justify-content:center;
}
.dor_step_h-hzy{
color:#F0ECFF;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
font-size:1rem;
margin-bottom:0.438rem;
}
.dor_step_p-hzy{
color:#C4BADF;
line-height:1.55;
font-size:0.813rem;
}
@media(max-width:1024px){
.dor_steps-hzy{
grid-template-columns:1fr;
}
}
.dor_app-hzy{
gap:2.25rem;
flex-wrap:wrap;
align-items:center;
justify-content:space-between;
display:flex;
}
.dor_app_copy-hzy{
max-width:520px;
}
.dor_app_h2-hzy{
margin:0.75rem 0 0.625rem;
line-height:1.05;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
font-size:1.75rem;
color:#F0ECFF;
font-weight:700;
}
.dor_app_text-hzy{
font-size:0.875rem;
margin-bottom:20px;
color:#C4BADF;
line-height:1.6;
}
.dor_app_btns-hzy{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.dor_store-hzy{
background:#0E0B16;
padding:11px 1.125rem;
border:1px solid #2E2448;
gap:0.563rem;
border-radius:12px;
color:#F0ECFF;
display:inline-flex;
cursor:pointer;
font-size:13px;
font-weight:700;
align-items:center;
}
.dor_store-hzy svg{
width:1rem;
height:16px;
}
.dor_app_qr_wrap-hzy{
gap:16px;
align-items:center;
display:flex;
}
.dor_qr-hzy{
border:1px solid #2E2448;
padding:0.688rem;
grid-template-columns:repeat(5,1fr);
background:#0E0B16;
border-radius:12px;
gap:3px;
grid-template-rows:repeat(5,1fr);
display:grid;
height:6.75rem;
width:6.75rem;
}
.dor_qr-hzy i{
background:transparent;
}
.dor_qr_f-hzy{
background:#9B5CF6;
}
.dor_app_qr_cap-hzy{
max-width:84px;
font-size:0.75rem;
line-height:1.4;
color:#8A7FAA;
}
.dor_dw_h2-hzy{
color:#F0ECFF;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
line-height:1.08;
font-weight:700;
margin-bottom:0.625rem;
font-size:1.625rem;
}
.dor_steps_v-hzy{
gap:10px;
grid-template-columns:1fr;
}
.dor_steps_v-hzy .dor_step-hzy{
padding:18px 20px;
}
@media(max-width:562px){
.dor_dw_h2-hzy{
font-size:1.438rem;
}
}
.dor_promo_grid-hzy{
gap:1rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.dor_promo_grid-hzy>*{
min-width:0;
}
.dor_promo-hzy{
background:#151020;
border-radius:1.25rem;
overflow:hidden;
border:1px solid #2E2448;
padding:24px;
position:relative;
min-height:150px;
}
.dor_promo_h-hzy{
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
line-height:1.05;
font-size:26px;
font-weight:700;
color:#F0ECFF;
margin-top:6px;
}
.dor_promo_h-hzy em{
color:#9B5CF6;
font-style:normal;
}
.dor_promo_p-hzy{
font-size:12.5px;
line-height:1.5;
margin-top:8px;
color:#C4BADF;
}
.dor_promo_feat-hzy{
border-color:#2E2448;
background:linear-gradient(135deg,#110D1F,#0A0915);
}
.dor_promo_feat-hzy .dor_promo_h-hzy{
color:#F0ECFF;
}
.dor_promo_feat-hzy .dor_promo_h-hzy em{
color:#C084FC;
}
.dor_promo_feat-hzy .dor_promo_p-hzy{
color:#9D93BF;
}
.dor_promo_feat-hzy .dor_eyebrow-hzy{
color:#C084FC;
}
@media(max-width:1022px){
.dor_promo_grid-hzy{
grid-template-columns:1fr;
}
}
.dor_supp-hzy{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.dor_supp-hzy>*{
min-width:0;
}
.dor_supp_card-hzy{
border:1px solid #2E2448;
padding:1.5rem;
border-radius:12px;
background:#151020;
}
.dor_supp_card-hzy svg{
width:1.5rem;
height:1.5rem;
color:#9B5CF6;
margin-bottom:0.875rem;
}
.dor_supp_card-hzy h3{
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
color:#F0ECFF;
margin-bottom:0.375rem;
font-size:1rem;
font-weight:700;
}
.dor_supp_card-hzy p{
line-height:1.55;
color:#C4BADF;
font-size:13px;
}
@media(max-width:1021px){
.dor_supp-hzy{
grid-template-columns:1fr;
}
}
.dor_provs-hzy{
gap:12px;
grid-template-columns:repeat(6,1fr);
display:grid;
margin-bottom:28px;
}
.dor_provs-hzy>*{
min-width:0;
}
.dor_prov-hzy{
border:1px solid #2E2448;
border-radius:12px;
padding:12px;
background:#151020;
justify-content:center;
align-items:center;
height:64px;
text-decoration:none;
display:flex;
}
.dor_prov_img-hzy{
max-height:2rem;
object-fit:contain;
max-width:100%;
}
.dor_resp-hzy{
gap:24px;
padding:26px;
border:1px solid #2E2448;
background:#151020;
border-radius:0.75rem;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.dor_resp_in-hzy{
max-width:35rem;
}
.dor_resp_h-hzy{
margin-bottom:0.5rem;
font-weight:700;
color:#F0ECFF;
font-size:1.188rem;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
}
.dor_resp_p-hzy{
color:#C4BADF;
font-size:0.844rem;
line-height:1.6;
}
.dor_resp_badges-hzy{
gap:14px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.dor_age18-hzy{
border:1.5px solid #EF4444;
border-radius:0.5rem;
padding:4px 8px;
color:#EF4444;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
font-weight:700;
font-size:0.813rem;
}
.dor_resp_org-hzy{
color:#8A7FAA;
font-size:0.813rem;
font-weight:600;
}
@media(max-width:1027px){
.dor_provs-hzy{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:562px){
.dor_provs-hzy{
grid-template-columns:repeat(2,1fr);
}
}
.dor_gd_head-hzy{
gap:12px;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
display:flex;
margin-bottom:16px;
}
.dor_rv_head-hzy{
gap:0.75rem;
flex-wrap:wrap;
align-items:flex-end;
justify-content:space-between;
margin-bottom:18px;
display:flex;
}
.dor_rv_agg-hzy{
gap:10px;
display:flex;
align-items:center;
}
.dor_rv_source-hzy{
font-size:0.781rem;
color:#8A7FAA;
}
.dor_rv_grid-hzy{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.dor_rv_grid-hzy>*{
min-width:0;
}
.dor_review-hzy{
border:1px solid #2E2448;
background:#151020;
border-radius:12px;
padding:24px;
}
.dor_review-hzy .dor_stars-hzy{
margin-bottom:0.625rem;
}
.dor_review-hzy p{
margin-bottom:0.875rem;
font-weight:600;
font-size:0.906rem;
line-height:1.5;
color:#F0ECFF;
}
.dor_review_by-hzy{
color:#8A7FAA;
font-size:0.781rem;
}
@media(max-width:1026px){
.dor_rv_grid-hzy{
grid-template-columns:1fr;
}
}
.dor_op_h2-hzy{
margin:0.625rem 0 8px;
color:#F0ECFF;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
line-height:1.1;
font-size:1.5rem;
font-weight:700;
}
.dor_op_text-hzy{
color:#C4BADF;
font-size:0.844rem;
line-height:1.6;
}
@media(max-width:557px){
.dor_op_h2-hzy{
font-size:22px;
}
}
.dor_ab_h2-hzy{
margin:14px 0 16px;
line-height:1.08;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
color:#F0ECFF;
font-size:32px;
font-weight:700;
}
.dor_ab_body-hzy{
color:#C4BADF;
line-height:1.65;
font-size:15px;
margin-bottom:0.875rem;
}
.dor_ab_chips-hzy{
gap:0.625rem;
margin-top:8px;
flex-wrap:wrap;
display:flex;
}
.dor_faq-hzy{
gap:10px;
flex-direction:column;
display:flex;
}
.dor_faq_item-hzy{
padding:1.125rem 22px;
background:#151020;
border:1px solid #2E2448;
border-radius:12px;
}
.dor_faq_q-hzy{
gap:16px;
list-style:none;
cursor:pointer;
justify-content:space-between;
font-size:0.969rem;
font-weight:600;
color:#F0ECFF;
align-items:center;
display:flex;
}
.dor_faq_q-hzy::-webkit-details-marker{
display:none;
}
.dor_faq_q_t-hzy{
gap:0.625rem;
display:flex;
}
.dor_faq_q_i-hzy{
color:#9B5CF6;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
font-style:normal;
}
.dor_faq_pm-hzy{
font-size:20px;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
color:#9B5CF6;
}
.dor_faq_item-hzy[open] .dor_faq_pm-hzy{
transform:rotate(45deg);
}
.dor_faq_a-hzy{
line-height:1.6;
font-size:13.5px;
margin-top:0.75rem;
color:#C4BADF;
}
@media(max-width:561px){
.dor_ab_h2-hzy{
font-size:1.625rem;
}
}
.dor_dispute-hzy{
gap:1.75rem;
border:1px dashed #3D3160;
padding:26px 1.875rem;
border-radius:12px;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
display:flex;
}
.dor_dispute_in-hzy{
max-width:660px;
}
.dor_dispute_h2-hzy{
font-size:22px;
color:#F0ECFF;
font-weight:700;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
margin-bottom:8px;
}
.dor_dispute_text-hzy{
color:#C4BADF;
line-height:1.6;
font-size:13.5px;
}
.dor_et_h2-hzy{
margin:0.625rem 0 14px;
color:#F0ECFF;
font-weight:700;
line-height:1.08;
font-size:1.75rem;
font-family:"Hanken Grotesk", 'Helvetica Neue', Arial, sans-serif;
}
.dor_et_right-hzy{
gap:10px;
display:flex;
flex-direction:column;
}
.dor_et_updated-hzy{
padding:14px 18px;
border:1px solid #2E2448;
background:#0E0B16;
gap:10px;
border-radius:0.75rem;
align-items:center;
color:#C4BADF;
font-size:12px;
display:flex;
}
.dor_et_updated-hzy svg{
flex:none;
color:#9B5CF6;
height:0.938rem;
width:0.938rem;
}
.dor_et_updated-hzy b{
color:#F0ECFF;
}
@media(max-width:557px){
.dor_et_h2-hzy{
font-size:1.5rem;
}
}
.dor_footer-hzy{
background:#090712;
padding:2.5rem 28px;
border-top:1px solid #231B38;
}
.dor_footer_grid-hzy{
grid-template-columns:1.4fr 1fr 1fr 1fr;
gap:32px;
margin-right:auto;
display:grid;
max-width:87.5rem;
margin-bottom:28px;
margin-left:auto;
}
.dor_footer_grid-hzy>*{
min-width:0;
}
.dor_footer_grid-hzy h4{
color:#554E6E;
font-size:0.625rem;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
text-transform:uppercase;
margin-bottom:0.813rem;
letter-spacing:.12em;
}
.dor_fcol-hzy{
gap:0.563rem;
display:flex;
color:#C4BADF;
font-size:13px;
flex-direction:column;
}
.dor_fcol-hzy a{
cursor:pointer;
}
.dor_ft_about-hzy{
color:#8A7FAA;
line-height:1.6;
font-size:13px;
max-width:16.25rem;
margin-top:0.75rem;
}
.dor_ft_contact-hzy{
font-size:0.781rem;
color:#9B5CF6;
margin-top:12px;
overflow-wrap:anywhere;
font-family:"Fira Code", Menlo, Monaco, Consolas, monospace;
}
.dor_footer_bottom-hzy{
margin:0 auto;
gap:1rem;
flex-wrap:wrap;
justify-content:space-between;
display:flex;
padding-top:1.25rem;
max-width:87.5rem;
border-top:1px solid #231B38;
align-items:center;
}
.dor_footer_bottom-hzy p{
line-height:1.6;
max-width:720px;
color:#554E6E;
font-size:11px;
}
@media(max-width:1022px){
.dor_footer_grid-hzy{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:558px){
.dor_footer_grid-hzy{
grid-template-columns:1fr;
}
}