*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0F0B14;
line-height:1.55;
font-size:0.938rem;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
overflow-wrap:break-word;
text-rendering:optimizeLegibility;
color:#C4B8D6;
-webkit-font-smoothing:antialiased;
}
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:0.5rem;
width:8px;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(9, 6, 16, 0.72);
}
::-webkit-scrollbar-track{
background:transparent;
}
.egtshell_mdd{
grid-template-columns:248px 1fr;
min-height:100vh;
display:grid;
}
.egtmain_mdd{
min-width:0;
}
.egtwrap_mdd{
margin:0 auto;
width:100%;
max-width:1400px;
}
.egtcontainer_mdd{
margin:0 auto;
padding:0 16px;
width:100%;
max-width:87.5rem;
}
@media(min-width:771px){
.egtcontainer_mdd{
padding:0 28px;
}
}
.egtsection_mdd{
padding:24px 28px;
}
.egtsection_pt_mdd{
padding-top:2.125rem;
}
.egtband_soft_mdd{
background:#1A1422;
}
.egteyebrow_mdd{
line-height:1.4;
letter-spacing:.14em;
display:inline-block;
color:#E030C8;
font-size:10.5px;
overflow-wrap:break-word;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
font-weight:600;
text-transform:uppercase;
}
.egtdrawer_cb_mdd{
display:none;
}
.egtoverlay_mdd{
display:none;
}
@media(max-width:1025px){
.egtshell_mdd{
grid-template-columns:1fr;
}
.egtmain_mdd{
padding-bottom:4.875rem;
}
.egtdrawer_cb_mdd:checked~.egtoverlay_mdd{
inset:0;
background:rgba(9, 6, 16, 0.72);
display:block;
z-index:70;
position:fixed;
}
}
@media(max-width:558px){
.egtsection_mdd{
padding:1.125rem 16px;
}
.egtsection_pt_mdd{
padding-top:1.5rem;
}
}
@keyframes zm3-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
@keyframes zm3-marquee{
0%{
transform:translateX(0)}
100%{
transform:translateX(-50%)}
}
/* ---------- sidebar ---------- */
.egtside_mdd{
padding:1.375rem 1.125rem;
gap:1.375rem;
background:#130E1A;
position:sticky;
height:100vh;
top:0;
display:flex;
flex-direction:column;
border-right:1px solid #261D33;
align-self:start;
overflow-y:auto;
}
.egtbrand_mdd{
gap:10px;
align-items:center;
display:flex;
}
.egtlogo_mdd{
color:#F2ECF9;
letter-spacing:-.02em;
font-size:1.313rem;
font-weight:700;
font-family:"Sora", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.egtside_cta_mdd{
border:1px solid #342642;
background:rgba(224, 48, 200, 0.12);
border-radius:14px;
padding:1rem;
}
.egtside_cta_h_mdd{
font-family:"Sora", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#F2ECF9;
font-weight:700;
margin-bottom:0.375rem;
font-size:1.063rem;
line-height:1.15;
}
.egtside_cta_p_mdd{
font-size:0.75rem;
margin-bottom:12px;
line-height:1.45;
color:#C4B8D6;
}
.egtnav_mdd{
gap:3px;
display:flex;
flex-direction:column;
}
.egtnav_label_mdd{
padding:0.375rem 10px;
text-transform:uppercase;
letter-spacing:.14em;
font-size:0.594rem;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#5A4E6A;
}
.egtnav_item_mdd{
gap:0.688rem;
padding:0.625rem;
border-radius:8px;
font-weight:500;
display:flex;
font-size:14px;
color:#C4B8D6;
align-items:center;
}
.egtnav_item_mdd svg{
width:17px;
height:17px;
}
.egtnav_item_mdd:hover{
background:rgba(224, 48, 200, 0.12);
color:#F2ECF9;
}
.egtnav_item_on_mdd{
background:rgba(224, 48, 200, 0.12);
font-weight:600;
color:#E030C8;
}
.egtside_foot_mdd{
border-radius:14px;
background:#1A1422;
border:1px solid #342642;
padding:0.75rem;
margin-top:auto;
}
.egtside_foot_mdd p{
color:#C4B8D6;
margin-top:0.25rem;
line-height:1.4;
font-size:0.781rem;
}
/* ---------- topbar ---------- */
.egttop_mdd{
gap:16px;
background:#130E1A;
padding:0.875rem 1.75rem;
border-bottom:1px solid #261D33;
z-index:40;
position:sticky;
top:0;
display:flex;
align-items:center;
}
.egttop_brand_mdd{
gap:0.563rem;
display:none;
align-items:center;
}
.egtsearch_mdd{
border:1px solid #342642;
background:#1A1422;
border-radius:0.875rem;
padding:0.688rem 0.875rem;
gap:10px;
flex:1;
color:#8A7BA0;
max-width:27.5rem;
align-items:center;
font-size:0.844rem;
display:flex;
}
.egtsearch_mdd svg{
flex:none;
width:16px;
height:16px;
}
.egttop_actions_mdd{
gap:12px;
display:flex;
align-items:center;
margin-left:auto;
}
.egtlang_mdd{
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#C4B8D6;
font-size:0.75rem;
}
.egtburger_mdd{
background:#1A1422;
border:1px solid #342642;
border-radius:0.5rem;
height:40px;
justify-content:center;
align-items:center;
width:40px;
color:#F2ECF9;
display:none;
}
/* ---------- bottom-nav (mobile) ---------- */
.egtbotnav_mdd{
display:none;
}
@media(max-width:1025px){
.egtside_mdd{
transition:transform .25s ease;
width:17.5rem;
height:100vh;
z-index:80;
left:0;
top:0;
position:fixed;
transform:translateX(-100%);
}
.egtdrawer_cb_mdd:checked~.egtshell_mdd .egtside_mdd{
transform:translateX(0);
}
.egttop_mdd{
gap:0.75rem;
padding:0.875rem 1rem;
flex-wrap:wrap;
position:static;
}
.egttop_brand_mdd{
display:flex;
}
.egtsearch_mdd{
display:none;
}
.egtburger_mdd{
display:flex;
}
.egttop_actions_mdd{
gap:10px;
align-items:stretch;
width:100%;
margin-left:0;
}
.egttop_actions_mdd .egtlang_mdd{
display:none;
}
.egttop_actions_mdd .egtbtn_mdd{
padding:0.688rem 10px;
flex:1;
text-align:center;
}
.egtbotnav_mdd{
padding:8px 6px calc(8px + env(safe-area-inset-bottom));
grid-template-columns:repeat(3,1fr);
background:#130E1A;
border-top:1px solid #342642;
position:fixed;
z-index:65;
transform:translateZ(0);
left:0;
display:grid;
bottom:0;
right:0;
}
.egtbn_mdd{
padding:0.375rem 2px 0;
gap:0.25rem;
min-width:0;
display:flex;
align-items:center;
justify-content:flex-end;
color:#C4B8D6;
font-size:0.625rem;
flex-direction:column;
font-weight:600;
}
.egtbn_mdd svg{
flex:none;
height:1.375rem;
width:1.375rem;
}
.egtbn_mdd span{
overflow:hidden;
text-align:center;
white-space:nowrap;
max-width:100%;
text-overflow:ellipsis;
}
.egtbn_on_mdd{
color:#E030C8;
}
.egtbn_center_mdd{
position:relative;
}
.egtbn_fab_mdd{
background:#E030C8;
border-radius:50%;
display:flex;
transform:translateX(-50%);
color:#0F0B14;
box-shadow:0 0.5rem 2.5rem rgba(0, 0, 0, 0.64), 0 2px 8px rgba(224, 48, 200, 0.22);
align-items:center;
height:3.125rem;
width:3.125rem;
left:50%;
justify-content:center;
position:absolute;
top:-1.25rem;
}
.egtbn_fab_mdd svg{
height:1.5rem;
width:1.5rem;
}
.egtbn_center_mdd span{
color:#E030C8;
}
}
.egtbtn_mdd{
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;
gap:8px;
border-radius:8px;
padding:0.688rem 1.375rem;
font-size:14px;
display:inline-flex;
font-weight:700;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
align-items:center;
cursor:pointer;
justify-content:center;
}
.egtbtn_pri_mdd{
background:#E030C8;
color:#0F0B14;
box-shadow:0 0 18px rgba(224, 48, 200, 0.55), 0 4px 12px rgba(0, 0, 0, 0.40);
}
.egtbtn_pri_mdd:hover{
background:#C020AE;
}
.egtbtn_ghost_mdd{
background:rgba(224, 48, 200, 0.12);
font-weight:600;
color:#F2ECF9;
}
.egtbtn_line_mdd{
border:1px solid #4A3860;
background:transparent;
font-weight:600;
color:#F2ECF9;
}
.egtbtn_lg_mdd{
padding:1rem 1.875rem;
border-radius:14px;
font-size:0.938rem;
}
.egtband_mdd .egtbtn_line_mdd{
border-color:rgba(255, 255, 255, 0.13);
color:#F2ECF9;
}
.egtband_mdd .egtbtn_ghost_mdd{
background:rgba(255, 255, 255, 0.08);
color:#F2ECF9;
}
.egtlink_m_mdd{
gap:0.313rem;
font-size:0.75rem;
color:#E030C8;
text-decoration:none;
align-items:center;
display:inline-flex;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
cursor:pointer;
}
.egtlink_m_mdd svg{
height:0.875rem;
width:0.875rem;
}
.egtband_mdd .egtlink_m_mdd{
color:#F050D8;
}
.egtdot_mdd{
border-radius:50%;
background:#E030C8;
flex:none;
width:0.438rem;
height:7px;
}
.egtdot_live_mdd{
background:#E83030;
animation:zm3-pulse 1.4s infinite;
}
.egtstars_mdd{
gap:2px;
color:#E030C8;
display:inline-flex;
}
.egtstars_mdd svg{
width:15px;
height:0.938rem;
}
.egtchip_mdd{
border-radius:0.5rem;
gap:6px;
background:#1A1422;
padding:7px 12px;
border:1px solid #342642;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
display:inline-flex;
color:#C4B8D6;
align-items:center;
font-size:0.688rem;
}
.egtchip_on_mdd{
background:rgba(224, 48, 200, 0.12);
border-color:transparent;
color:#E030C8;
}
.egtgc_mdd{
min-width:0;
cursor:pointer;
text-decoration:none;
color:inherit;
display:block;
}
.egtgc_thumb_mdd{
border:1px solid #342642;
overflow:hidden;
border-radius:14px;
display:block;
position:relative;
background-size:cover;
aspect-ratio:1;
background-position:center;
}
.egtgc_thumb_portrait_mdd{
aspect-ratio:3/4;
}
.egtgc_thumb_wide_mdd{
aspect-ratio:16/11;
}
.egtgc_cap_mdd{
background:linear-gradient(transparent,rgba(9, 6, 16, 0.72));
padding:0.563rem;
right:0;
position:absolute;
bottom:0;
left:0;
}
.egtgc_name_mdd{
color:#F2ECF9;
font-size:0.781rem;
display:block;
font-weight:700;
}
.egtgc_meta_mdd{
color:#C4B8D6;
font-size:0.688rem;
}
.egtgc_badge_mdd{
background:#E030C8;
border-radius:0.5rem;
padding:2px 0.375rem;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
right:8px;
color:#0F0B14;
font-size:8px;
top:8px;
font-weight:700;
position:absolute;
}
.egtgc_badge_hot_mdd{
background:#E83030;
color:#F2ECF9;
}
.egtgc_badge_live_mdd{
background:#E83030;
color:#F2ECF9;
left:8px;
right:auto;
}
.egtgc_mult_mdd{
inset:0;
display:flex;
font-weight:700;
justify-content:center;
position:absolute;
font-size:1.75rem;
color:#E030C8;
align-items:center;
}
.egtpc_mdd{
border-radius:0.875rem;
border:1px solid #342642;
background:#1A1422;
font-size:14px;
align-items:center;
color:#C4B8D6;
justify-content:center;
font-weight:700;
display:flex;
height:4rem;
}
.egtrail_mdd{
min-width:0;
}
.egtrail_scroll_mdd{
gap:14px;
display:grid;
}
.egtrail_scroll_mdd>*{
min-width:0;
}
.egtg6_mdd{
grid-template-columns:repeat(6,1fr);
}
.egtg7_mdd{
grid-template-columns:repeat(7,1fr);
}
.egtg4_mdd{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1021px){
.egtg6_mdd,.egtg7_mdd{
grid-template-columns:none;
overflow-x:auto;
grid-auto-flow:column;
scroll-snap-type:x mandatory;
padding-bottom:0.375rem;
grid-auto-columns:7.5rem;
}
.egtg6_mdd>*,.egtg7_mdd>*{
scroll-snap-align:start;
}
.egtg4_mdd{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:560px){
.egtg4_mdd{
grid-template-columns:none;
overflow-x:auto;
grid-auto-flow:column;
grid-auto-columns:9.375rem;
}
}
.egtpanel_mdd{
border-radius:1.25rem;
border:1px solid #342642;
padding:1.75rem 2rem;
background:#1A1422;
}
.egtsplit_mdd{
gap:2.25rem;
align-items:start;
display:grid;
}
.egtsplit_mdd>*{
min-width:0;
}
.egtsplit_a_mdd{
grid-template-columns:.85fr 1.15fr;
}
.egtsplit_b_mdd{
grid-template-columns:1fr 1.1fr;
}
.egtsplit_c_mdd{
grid-template-columns:1.1fr .9fr;
}
.egtpgrid_mdd{
grid-template-columns:.9fr 1.1fr;
gap:2.5rem;
align-items:center;
display:grid;
}
.egtpgrid_mdd>*{
min-width:0;
}
.egtlead_mdd{
line-height:1.65;
color:#C4B8D6;
font-size:15px;
margin-bottom:0.875rem;
}
.egtfeat_mdd{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.egtfeat_mdd>*{
min-width:0;
}
.egtfeat2_mdd{
grid-template-columns:1fr 1fr;
}
.egtfeat_card_mdd{
background:#1A1422;
border-radius:20px;
padding:26px;
border:1px solid #342642;
}
.egtfeat_card_mdd svg{
width:26px;
margin-bottom:16px;
color:#E030C8;
height:26px;
}
.egtfeat_card_mdd h3{
margin-bottom:8px;
color:#F2ECF9;
font-weight:700;
font-family:"Sora", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.125rem;
}
.egtfeat_card_mdd p{
line-height:1.6;
color:#C4B8D6;
font-size:13px;
}
.egtfeat_card_mdd b{
color:#F2ECF9;
}
.egtbig_mdd{
gap:22px;
display:flex;
flex-wrap:wrap;
}
.egtbig_n_mdd{
color:#E030C8;
font-size:1.625rem;
font-weight:700;
font-family:"Sora", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.egtbig_l_mdd{
color:#8A7BA0;
font-size:12px;
}
.egtperson_mdd{
border:1px solid #342642;
padding:1rem 18px;
background:#1A1422;
border-radius:0.875rem;
gap:14px;
align-items:center;
display:flex;
}
.egtavatar_mdd{
background:linear-gradient(135deg,#E030C8,#A01890);
flex:none;
border-radius:50%;
height:2.75rem;
width:2.75rem;
}
.egtperson_name_mdd{
color:#F2ECF9;
font-size:14px;
font-weight:700;
}
.egtperson_role_mdd{
color:#8A7BA0;
font-size:0.75rem;
}
.egtkv_mdd{
gap:1px;
background:#342642;
border:1px solid #342642;
overflow:hidden;
border-radius:14px;
grid-template-columns:1fr 1fr;
display:grid;
}
.egtkv_mdd>div{
padding:1rem 1.125rem;
background:#0F0B14;
min-width:0;
}
.egtkv_k_mdd{
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:0.594rem;
text-transform:uppercase;
color:#E030C8;
margin-bottom:0.313rem;
}
.egtkv_v_mdd{
font-size:13.5px;
font-weight:700;
color:#F2ECF9;
}
@media(max-width:1024px){
.egtsplit_a_mdd,.egtsplit_b_mdd,.egtsplit_c_mdd,.egtpgrid_mdd{
grid-template-columns:1fr;
gap:24px;
}
.egtfeat_mdd,.egtfeat2_mdd{
grid-template-columns:1fr;
}
.egtkv_mdd{
grid-template-columns:1fr;
}
}
.egtsh_mdd{
margin-bottom:1rem;
min-width:0;
}
.egtsh_row_mdd{
gap:12px;
justify-content:space-between;
flex-wrap:wrap;
align-items:flex-end;
display:flex;
}
.egtsh_row_mdd .egtsh_l_mdd{
gap:0.375rem;
min-width:0;
display:flex;
flex-direction:column;
}
.egtsh_stack_mdd{
gap:10px;
flex-direction:column;
align-items:flex-start;
display:flex;
}
.egtsh_center_mdd{
gap:10px;
flex-direction:column;
text-align:center;
display:flex;
align-items:center;
}
.egtsh_h2_mdd{
gap:9px;
overflow-wrap:break-word;
align-items:center;
display:flex;
color:#F2ECF9;
font-family:"Sora", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:20px;
line-height:1.1;
font-weight:700;
}
@media(min-width:769px){
.egtsh_h2_mdd{
font-size:24px;
}
}
.egtband_mdd .egtsh_h2_mdd{
color:#F2ECF9;
}
.egteb_mono_mdd{
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:none;
letter-spacing:.08em;
}
.egteb_mono_mdd::before{
content:"// ";
}
.egteb_upper_mdd{
text-transform:uppercase;
letter-spacing:.14em;
}
.egteb_pill_mdd{
background:rgba(224, 48, 200, 0.12);
padding:5px 11px;
border-radius:999px;
text-transform:uppercase;
letter-spacing:.12em;
}
.egteb_line_mdd{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.egteb_line_mdd::before{
background:#E030C8;
display:inline-block;
content:"";
height:1px;
width:1.5rem;
}
.egtband_mdd .egteb_line_mdd::before{
background:#F050D8;
}
.egtband_mdd .egteb_pill_mdd{
background:rgba(255, 255, 255, 0.08);
}
.egtsh_link_mdd{
gap:0.375rem;
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;
align-items:center;
font-weight:600;
border-bottom:1px solid #F2ECF9;
display:inline-flex;
font-size:0.813rem;
padding-bottom:2px;
white-space:nowrap;
color:#F2ECF9;
}
.egtsh_link_mdd:hover{
border-color:#E030C8;
color:#E030C8;
}
.egtsh_link_mdd svg{
width:14px;
height:14px;
}
.egtsh_link_chev_mdd{
font-size:0.75rem;
color:#E030C8;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
border-bottom:0;
padding-bottom:0;
}
.egtsh_link_btn_mdd{
border-radius:999px;
background:#E030C8;
padding:0.563rem 18px;
color:#0F0B14;
border-bottom:0;
}
.egtsh_link_btn_mdd:hover{
border-color:transparent;
background:#C020AE;
}
.egtband_mdd .egtsh_link_mdd{
border-color:#F2ECF9;
color:#F2ECF9;
}
.egtband_mdd .egtsh_link_chev_mdd{
color:#F050D8;
}
.egtsh_rule_mdd{
background:#342642;
margin:-2px 0 16px;
height:1px;
}
.egtband_mdd .egtsh_rule_mdd{
background:rgba(255, 255, 255, 0.13);
}
.egtseo_grid3_mdd{
grid-template-columns:repeat(3,1fr);
gap:1.25rem;
display:grid;
}
.egtseo_grid4_mdd{
grid-template-columns:repeat(4,1fr);
gap:0.813rem;
display:grid;
}
.egtseo_grid3_mdd>*,.egtseo_grid4_mdd>*{
min-width:0;
}
.egtseo_card_mdd{
border:1px solid #342642;
padding:24px;
background:#1A1422;
border-radius:0.875rem;
}
.egtseo_card_mdd h3{
color:#F2ECF9;
font-family:"Sora", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
font-size:18px;
margin-bottom:8px;
}
.egtseo_card_mdd p{
font-size:13px;
line-height:1.6;
color:#C4B8D6;
}
.egtseo_card_sm_mdd{
padding:20px;
}
.egtseo_card_sm_mdd h3{
font-size:16px;
}
.egtseo_card_sm_mdd p{
line-height:1.55;
font-size:12.5px;
}
.egtseo_rtp_row_mdd{
gap:36px;
grid-template-columns:1fr 1fr;
display:grid;
margin-top:16px;
align-items:center;
}
.egtrtp_mdd{
gap:0.875rem;
display:flex;
min-width:0;
}
.egtrtp_mdd>div{
flex:1;
padding:1rem;
background:#0F0B14;
border-radius:0.875rem;
text-align:center;
min-width:0;
}
.egtrtp_n_mdd{
font-size:1.625rem;
font-weight:700;
white-space:nowrap;
font-family:"Sora", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#E030C8;
}
.egtrtp_l_mdd{
font-size:11px;
margin-top:0.25rem;
color:#8A7BA0;
}
.egtcmp_mdd{
border-radius:14px;
overflow:hidden;
border:1px solid #342642;
max-width:760px;
}
.egtcmp_row_mdd{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
font-size:13px;
}
.egtcmp_row_mdd>div{
padding:0.813rem 0.875rem;
min-width:0;
text-align:center;
}
.egtcmp_row_mdd>div:first-child{
font-weight:600;
color:#F2ECF9;
text-align:left;
padding-left:22px;
}
.egtcmp_th_mdd{
background:#0F0B14;
font-weight:700;
font-size:0.781rem;
}
.egtcmp_row_mdd:not(.egtcmp_th_mdd){
background:#1A1422;
border-top:1px solid #261D33;
color:#C4B8D6;
}
.egtcmp_zebra_mdd{
background:#15101C;
}
.egtguide_mdd{
border:1px solid #342642;
background:#1A1422;
overflow:hidden;
border-radius:0.875rem;
cursor:pointer;
}
.egtguide_cover_mdd{
height:130px;
}
.egtguide_body_mdd{
padding:1.25rem;
}
.egtguide_body_mdd h3{
margin:0.438rem 0 9px;
font-weight:700;
line-height:1.25;
color:#F2ECF9;
font-size:16px;
font-family:"Sora", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.egtguide_meta_mdd{
font-size:0.719rem;
color:#8A7BA0;
}
.egthub_mdd{
gap:28px;
grid-template-columns:repeat(5,1fr);
display:grid;
border-top:1px solid #261D33;
padding-top:1.75rem;
}
.egthub_mdd>*{
min-width:0;
}
.egthub_mdd h4{
margin-bottom:11px;
font-weight:700;
color:#F2ECF9;
font-size:13px;
}
.egthub_col_mdd{
gap:8px;
flex-direction:column;
display:flex;
font-size:13px;
color:#C4B8D6;
}
.egthub_col_mdd a{
cursor:pointer;
}
@media(max-width:1025px){
.egtseo_grid3_mdd{
grid-template-columns:1fr;
}
.egtseo_grid4_mdd{
grid-template-columns:repeat(2,1fr);
}
.egtseo_rtp_row_mdd{
grid-template-columns:1fr;
gap:20px;
}
.egthub_mdd{
gap:22px;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:560px){
.egthub_mdd{
grid-template-columns:1fr;
}
}
.egttk_mdd{
background:#090610;
overflow:hidden;
border-bottom:1px solid #261D33;
display:flex;
align-items:center;
}
.egttk_tag_mdd{
background:#1A1422;
gap:0.5rem;
padding:11px 18px;
flex:none;
align-items:center;
color:#E83030;
text-transform:uppercase;
font-weight:600;
display:flex;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
letter-spacing:.1em;
font-size:0.656rem;
border-right:1px solid #261D33;
}
.egttk_rail_mdd{
overflow:hidden;
flex:1;
}
.egttk_track_mdd{
animation:zm3-marquee 26s linear infinite;
padding:11px 14px;
gap:28px;
color:#C4B8D6;
font-size:0.75rem;
white-space:nowrap;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
display:flex;
width:max-content;
}
.egttk_track_mdd b{
color:#E030C8;
}
.egthero_mdd{
overflow:hidden;
padding:46px 3rem;
border:1px solid #342642;
border-radius:1.25rem;
background:linear-gradient(120deg,#1C0E2A,#0E0E24);
color:#F2ECF9;
position:relative;
}
.egthero_glow_mdd{
background:radial-gradient(circle,rgba(220, 40, 180, 0.22),transparent 70%);
border-radius:50%;
height:340px;
top:-3.75rem;
width:21.25rem;
right:-60px;
position:absolute;
}
.egthero_in_mdd{
position:relative;
max-width:37.5rem;
}
.egthero_mdd .egteyebrow_mdd{
color:#F050D8;
}
.egtpill_row_mdd{
gap:0.5rem;
padding:6px 13px;
border:1px solid rgba(255, 255, 255, 0.13);
background:rgba(255, 255, 255, 0.08);
border-radius:62.438rem;
text-transform:uppercase;
font-size:10.5px;
color:#F050D8;
letter-spacing:.1em;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
display:inline-flex;
margin-bottom:1.375rem;
align-items:center;
}
.egthero_h1_mdd{
margin:18px 0;
font-weight:700;
line-height:1.02;
overflow-wrap:break-word;
color:#F2ECF9;
letter-spacing:-.02em;
font-size:54px;
font-family:"Sora", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.egthero_h1_mdd em{
font-style:normal;
color:#F050D8;
}
.egthero_sub_mdd{
line-height:1.55;
max-width:30rem;
color:#C4B8D6;
margin-bottom:1.75rem;
font-size:17px;
}
.egthero_cta_mdd{
gap:0.875rem;
margin-bottom:1.625rem;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.egthero_trust_mdd{
gap:14px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.egthero_rating_txt_mdd{
font-size:13px;
color:#C4B8D6;
}
@media(max-width:1025px){
.egthero_mdd{
padding:32px 24px;
}
.egthero_h1_mdd{
font-size:38px;
}
}
@media(max-width:558px){
.egthero_h1_mdd{
font-size:1.875rem;
}
}
.egttabs_mdd{
gap:9px;
display:flex;
flex-wrap:wrap;
}
.egttab_mdd{
border-radius:8px;
padding:10px 18px;
border:1px solid #342642;
background:#1A1422;
color:#C4B8D6;
font-weight:600;
font-size:0.813rem;
cursor:pointer;
}
.egttab_on_mdd{
background:#E030C8;
border-color:transparent;
color:#0F0B14;
font-weight:700;
}
.egtstat_mdd{
gap:14px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.egtstat_mdd>*{
min-width:0;
}
.egtstat_item_mdd{
border:1px solid #342642;
padding:18px 20px;
border-radius:0.875rem;
background:#1A1422;
}
.egtstat_k_mdd{
font-size:0.594rem;
letter-spacing:.12em;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#8A7BA0;
text-transform:uppercase;
margin-bottom:0.438rem;
}
.egtstat_v_mdd{
gap:8px;
font-size:1.5rem;
align-items:center;
font-weight:700;
overflow-wrap:anywhere;
display:flex;
font-family:"Sora", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
min-width:0;
color:#F2ECF9;
}
.egtstat_v_accent_mdd{
color:#E030C8;
}
@media(max-width:1025px){
.egtstat_mdd{
grid-template-columns:repeat(2,1fr);
}
}
.egtwlc_mdd{
border-radius:1.25rem;
background:linear-gradient(120deg,#1C0E2A,#0E0E24);
border:1px solid #342642;
gap:24px;
padding:2.25rem 40px;
overflow:hidden;
grid-template-columns:1.2fr .8fr;
color:#F2ECF9;
position:relative;
display:grid;
align-items:center;
}
.egtwlc_mdd>*{
min-width:0;
}
.egtwlc_mdd .egteyebrow_mdd{
color:#F050D8;
}
.egtwlc_glow_mdd{
background:radial-gradient(circle,rgba(220, 40, 180, 0.22),transparent 70%);
border-radius:50%;
top:-2.5rem;
width:260px;
right:-2.5rem;
position:absolute;
height:260px;
}
.egtwlc_in_mdd{
position:relative;
}
.egtwlc_h2_mdd{
margin:0.625rem 0 0.5rem;
font-weight:700;
font-size:34px;
overflow-wrap:break-word;
font-family:"Sora", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.03;
color:#F2ECF9;
}
.egtwlc_h2_mdd em{
color:#F050D8;
font-style:normal;
}
.egtwlc_sub_mdd{
font-size:0.875rem;
color:#C4B8D6;
margin-bottom:1.125rem;
max-width:26.25rem;
line-height:1.55;
}
.egtwlc_terms_mdd{
gap:0.625rem;
position:relative;
display:flex;
flex-direction:column;
}
.egtterm_mdd{
gap:0.688rem;
background:rgba(255, 255, 255, 0.08);
border:1px solid rgba(255, 255, 255, 0.13);
padding:0.813rem 15px;
border-radius:0.875rem;
align-items:center;
display:flex;
}
.egtterm_mdd svg{
flex:none;
color:#F050D8;
width:1.25rem;
height:1.25rem;
}
.egtterm_k_mdd{
letter-spacing:.1em;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:uppercase;
font-size:0.594rem;
color:#C4B8D6;
}
.egtterm_v_mdd{
font-size:0.875rem;
color:#F2ECF9;
font-weight:700;
margin-top:2px;
}
@media(max-width:1025px){
.egtwlc_mdd{
grid-template-columns:1fr;
}
}
@media(max-width:563px){
.egtwlc_h2_mdd{
font-size:26px;
}
}
.egtjp_mdd{
gap:14px;
grid-template-columns:1.5fr 1fr 1fr;
display:grid;
}
.egtjp_mdd>*{
min-width:0;
}
.egtjp_hero_mdd{
background:linear-gradient(135deg,#1C0E2A,#0E0E24);
padding:26px;
gap:14px;
border-radius:20px;
border:1px solid #342642;
overflow:hidden;
min-height:180px;
display:flex;
position:relative;
justify-content:space-between;
flex-direction:column;
color:#F2ECF9;
}
.egtjp_glow_mdd{
background:radial-gradient(circle,rgba(220, 40, 180, 0.22),transparent 70%);
border-radius:50%;
right:-40px;
position:absolute;
height:180px;
width:11.25rem;
top:-2.5rem;
}
.egtjp_k_row_mdd{
gap:10px;
align-items:center;
justify-content:space-between;
position:relative;
display:flex;
}
.egtjp_k_mdd{
font-size:0.625rem;
letter-spacing:.12em;
text-transform:uppercase;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#8A7BA0;
}
.egtjp_hero_mdd .egtjp_k_mdd{
color:#C4B8D6;
}
.egtjp_amt_mdd{
color:#F050D8;
line-height:1;
position:relative;
font-weight:700;
font-family:"Sora", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:2.625rem;
}
.egtjp_sub_mdd{
font-size:0.75rem;
color:#C4B8D6;
margin-top:0.313rem;
}
.egtjp_cell_mdd{
border-radius:1.25rem;
background:#1A1422;
padding:22px;
border:1px solid #342642;
display:flex;
justify-content:space-between;
min-height:11.25rem;
flex-direction:column;
}
.egtjp_cell_mdd .egtjp_amt_mdd{
color:#F2ECF9;
font-size:30px;
}
.egtjp_cell_mdd .egtjp_sub_mdd{
color:#8A7BA0;
}
@media(max-width:1025px){
.egtjp_mdd{
grid-template-columns:1fr;
}
}
@media(max-width:563px){
.egtjp_amt_mdd{
font-size:2rem;
}
}
.egttour_mdd{
overflow:hidden;
border-radius:1.25rem;
border:1px solid #342642;
grid-template-columns:1.05fr 1fr;
display:grid;
}
.egttour_mdd>*{
min-width:0;
}
.egttour_l_mdd{
background:linear-gradient(135deg,#1C0E2A,#0E0E24);
overflow:hidden;
padding:2.125rem;
color:#F2ECF9;
position:relative;
}
.egttour_h2_mdd{
margin:12px 0 10px;
font-weight:700;
color:#F2ECF9;
font-family:"Sora", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.875rem;
line-height:1.05;
}
.egttour_h2_mdd em{
color:#F050D8;
font-style:normal;
}
.egttour_text_mdd{
font-size:13.5px;
color:#C4B8D6;
max-width:21.25rem;
margin-bottom:1.25rem;
line-height:1.6;
}
.egttour_meta_mdd{
gap:18px;
align-items:flex-end;
display:flex;
flex-wrap:wrap;
margin-bottom:20px;
}
.egttour_cap_mdd{
font-size:9.5px;
text-transform:uppercase;
margin-bottom:5px;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#C4B8D6;
}
.egtcount_mdd{
gap:0.375rem;
display:flex;
}
.egtcount_mdd span{
border:1px solid rgba(255, 255, 255, 0.13);
padding:0.25rem 0.563rem;
background:rgba(255, 255, 255, 0.08);
border-radius:0.5rem;
font-size:22px;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
font-weight:700;
}
.egttour_units_mdd{
color:#C4B8D6;
font-size:10px;
}
.egtboard_mdd{
background:#1A1422;
padding:1.75rem 1.875rem;
}
.egtboard_head_mdd{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:0.875rem;
}
.egtboard_title_mdd{
font-family:"Sora", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#F2ECF9;
font-weight:700;
font-size:16px;
}
.egtboard_upd_mdd{
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#8A7BA0;
text-transform:uppercase;
font-size:0.625rem;
}
.egtboard_list_mdd{
gap:2px;
flex-direction:column;
display:flex;
}
.egtboard_row_mdd{
gap:12px;
padding:10px 0.75rem;
border-radius:8px;
align-items:center;
display:flex;
}
.egtboard_top1_mdd{
background:rgba(224, 48, 200, 0.12);
}
.egtboard_rk_mdd{
font-weight:700;
font-size:0.875rem;
color:#8A7BA0;
width:20px;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.egtboard_top1_mdd .egtboard_rk_mdd{
color:#E030C8;
}
.egtboard_nm_mdd{
flex:1;
color:#C4B8D6;
min-width:0;
font-size:13.5px;
font-weight:600;
}
.egtboard_top1_mdd .egtboard_nm_mdd{
color:#F2ECF9;
font-weight:700;
}
.egtboard_pt_mdd{
color:#C4B8D6;
font-size:0.781rem;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
}
@media(max-width:1022px){
.egttour_mdd{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.egttour_h2_mdd{
font-size:24px;
}
}
.egtdw_h2_mdd{
margin-bottom:10px;
font-family:"Sora", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#F2ECF9;
font-size:26px;
line-height:1.08;
font-weight:700;
}
.egtsteps_v_mdd{
gap:0.625rem;
grid-template-columns:1fr;
}
.egtsteps_v_mdd .egtstep_mdd{
padding:1.125rem 20px;
}
@media(max-width:561px){
.egtdw_h2_mdd{
font-size:1.438rem;
}
}
.egtpay_logos_mdd{
gap:9px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.egtpay_logos_mdd>*{
min-width:0;
}
.egtpay_mdd{
border:1px solid #342642;
border-radius:0.5rem;
justify-content:center;
align-items:center;
font-weight:700;
color:#C4B8D6;
display:flex;
height:48px;
font-size:0.75rem;
}
.egttable_mdd{
overflow:hidden;
border:1px solid #342642;
border-radius:0.875rem;
}
.egttrow_mdd{
grid-template-columns:1.3fr 1fr 1fr 1fr;
font-size:13px;
display:grid;
}
.egttrow_mdd>div{
padding:0.813rem 0.875rem;
min-width:0;
}
.egttrow_mdd>div:first-child{
font-weight:700;
color:#F2ECF9;
padding-left:1rem;
}
.egttrow_th_mdd{
background:#0F0B14;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
letter-spacing:.06em;
text-transform:uppercase;
font-size:9.5px;
color:#8A7BA0;
}
.egttrow_mdd:not(.egttrow_th_mdd){
background:#1A1422;
border-top:1px solid #261D33;
color:#C4B8D6;
}
.egttrow_zebra_mdd{
background:#15101C;
}
.egtpos_mdd{
color:#E030C8;
font-weight:700;
}
@media(max-width:1026px){
.egtpay_logos_mdd{
grid-template-columns:repeat(2,1fr);
}
}
.egtsupp_mdd{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.egtsupp_mdd>*{
min-width:0;
}
.egtsupp_card_mdd{
padding:24px;
background:#1A1422;
border:1px solid #342642;
border-radius:14px;
}
.egtsupp_card_mdd svg{
width:1.5rem;
height:24px;
color:#E030C8;
margin-bottom:0.875rem;
}
.egtsupp_card_mdd h3{
font-size:16px;
font-family:"Sora", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#F2ECF9;
font-weight:700;
margin-bottom:0.375rem;
}
.egtsupp_card_mdd p{
line-height:1.55;
font-size:0.813rem;
color:#C4B8D6;
}
@media(max-width:1025px){
.egtsupp_mdd{
grid-template-columns:1fr;
}
}
.egtsteps_mdd{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.egtsteps_mdd>*{
min-width:0;
}
.egtstep_mdd{
border-radius:14px;
background:#1A1422;
padding:24px;
border:1px solid #342642;
position:relative;
}
.egtstep_num_mdd{
background:#E030C8;
border-radius:8px;
height:30px;
font-size:13px;
width:30px;
font-weight:700;
margin-bottom:14px;
align-items:center;
justify-content:center;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
display:flex;
color:#0F0B14;
}
.egtstep_h_mdd{
font-weight:700;
font-size:16px;
color:#F2ECF9;
margin-bottom:7px;
font-family:"Sora", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.egtstep_p_mdd{
font-size:13px;
color:#C4B8D6;
line-height:1.55;
}
@media(max-width:1025px){
.egtsteps_mdd{
grid-template-columns:1fr;
}
}
.egtvip_head_mdd{
gap:12px;
margin-bottom:1.125rem;
display:flex;
align-items:flex-end;
justify-content:space-between;
flex-wrap:wrap;
}
.egtvip_intro_mdd{
max-width:420px;
color:#C4B8D6;
font-size:0.813rem;
}
.egtvip_mdd{
gap:0.75rem;
grid-template-columns:repeat(5,1fr);
display:grid;
}
.egtvip_mdd>*{
min-width:0;
}
.egttier_mdd{
border-radius:0.875rem;
border:1px solid #342642;
padding:20px;
background:#1A1422;
}
.egttier_on_mdd{
border-color:#E030C8;
background:rgba(224, 48, 200, 0.12);
}
.egttier_medal_mdd{
border-radius:0.5rem;
background:linear-gradient(135deg,#E030C8,#A01890);
height:30px;
margin-bottom:0.875rem;
width:30px;
}
.egttier_name_mdd{
font-size:15px;
font-weight:700;
font-family:"Sora", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
margin-bottom:0.313rem;
color:#F2ECF9;
}
.egttier_tx_mdd{
line-height:1.5;
color:#8A7BA0;
font-size:11.5px;
}
@media(max-width:1022px){
.egtvip_mdd{
grid-template-columns:repeat(2,1fr);
}
}
.egtpromo_grid_mdd{
grid-template-columns:repeat(3,1fr);
gap:16px;
display:grid;
}
.egtpromo_grid_mdd>*{
min-width:0;
}
.egtpromo_mdd{
border:1px solid #342642;
border-radius:1.25rem;
overflow:hidden;
background:#1A1422;
padding:1.5rem;
min-height:150px;
position:relative;
}
.egtpromo_h_mdd{
font-family:"Sora", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.05;
font-size:26px;
margin-top:0.375rem;
color:#F2ECF9;
font-weight:700;
}
.egtpromo_h_mdd em{
font-style:normal;
color:#E030C8;
}
.egtpromo_p_mdd{
line-height:1.5;
font-size:12.5px;
margin-top:0.5rem;
color:#C4B8D6;
}
.egtpromo_feat_mdd{
border-color:#342642;
background:linear-gradient(135deg,#1C0E2A,#0E0E24);
}
.egtpromo_feat_mdd .egtpromo_h_mdd{
color:#F2ECF9;
}
.egtpromo_feat_mdd .egtpromo_h_mdd em{
color:#F050D8;
}
.egtpromo_feat_mdd .egtpromo_p_mdd{
color:#C4B8D6;
}
.egtpromo_feat_mdd .egteyebrow_mdd{
color:#F050D8;
}
@media(max-width:1022px){
.egtpromo_grid_mdd{
grid-template-columns:1fr;
}
}
.egtprovs_mdd{
gap:12px;
grid-template-columns:repeat(6,1fr);
margin-bottom:1.75rem;
display:grid;
}
.egtprovs_mdd>*{
min-width:0;
}
.egtprov_mdd{
border-radius:14px;
background:#1A1422;
border:1px solid #342642;
padding:12px;
align-items:center;
text-decoration:none;
display:flex;
justify-content:center;
height:64px;
}
.egtprov_img_mdd{
max-width:100%;
object-fit:contain;
max-height:2rem;
}
.egtresp_mdd{
padding:1.625rem;
background:#1A1422;
border-radius:0.875rem;
gap:1.5rem;
border:1px solid #342642;
flex-wrap:wrap;
justify-content:space-between;
display:flex;
align-items:center;
}
.egtresp_in_mdd{
max-width:560px;
}
.egtresp_h_mdd{
font-weight:700;
color:#F2ECF9;
font-size:1.188rem;
margin-bottom:8px;
font-family:"Sora", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.egtresp_p_mdd{
line-height:1.6;
color:#C4B8D6;
font-size:0.844rem;
}
.egtresp_badges_mdd{
gap:14px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.egtage18_mdd{
padding:4px 0.5rem;
border:1.5px solid #E83030;
border-radius:8px;
font-size:13px;
color:#E83030;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
font-weight:700;
}
.egtresp_org_mdd{
font-size:0.813rem;
font-weight:600;
color:#8A7BA0;
}
@media(max-width:1024px){
.egtprovs_mdd{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:562px){
.egtprovs_mdd{
grid-template-columns:repeat(2,1fr);
}
}
.egtdispute_mdd{
border:1px dashed #4A3860;
border-radius:0.875rem;
padding:26px 30px;
gap:28px;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.egtdispute_in_mdd{
max-width:41.25rem;
}
.egtdispute_h2_mdd{
font-size:1.375rem;
font-weight:700;
margin-bottom:8px;
font-family:"Sora", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#F2ECF9;
}
.egtdispute_text_mdd{
line-height:1.6;
color:#C4B8D6;
font-size:13.5px;
}
.egtop_h2_mdd{
margin:0.625rem 0 0.5rem;
font-size:1.5rem;
line-height:1.1;
font-family:"Sora", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
color:#F2ECF9;
}
.egtop_text_mdd{
color:#C4B8D6;
line-height:1.6;
font-size:13.5px;
}
@media(max-width:558px){
.egtop_h2_mdd{
font-size:22px;
}
}
.egtab_h2_mdd{
margin:14px 0 16px;
font-family:"Sora", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
line-height:1.08;
color:#F2ECF9;
font-size:2rem;
}
.egtab_body_mdd{
font-size:15px;
color:#C4B8D6;
margin-bottom:14px;
line-height:1.65;
}
.egtab_chips_mdd{
gap:10px;
flex-wrap:wrap;
margin-top:8px;
display:flex;
}
.egtfaq_mdd{
gap:10px;
display:flex;
flex-direction:column;
}
.egtfaq_item_mdd{
background:#1A1422;
padding:1.125rem 22px;
border:1px solid #342642;
border-radius:0.875rem;
}
.egtfaq_q_mdd{
list-style:none;
gap:16px;
display:flex;
color:#F2ECF9;
font-weight:600;
cursor:pointer;
font-size:0.969rem;
justify-content:space-between;
align-items:center;
}
.egtfaq_q_mdd::-webkit-details-marker{
display:none;
}
.egtfaq_q_t_mdd{
gap:10px;
display:flex;
}
.egtfaq_q_i_mdd{
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#E030C8;
font-style:normal;
}
.egtfaq_pm_mdd{
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#E030C8;
font-size:20px;
}
.egtfaq_item_mdd[open] .egtfaq_pm_mdd{
transform:rotate(45deg);
}
.egtfaq_a_mdd{
line-height:1.6;
font-size:0.844rem;
color:#C4B8D6;
margin-top:12px;
}
@media(max-width:559px){
.egtab_h2_mdd{
font-size:26px;
}
}
.egtgd_head_mdd{
gap:12px;
align-items:center;
flex-wrap:wrap;
margin-bottom:16px;
justify-content:space-between;
display:flex;
}
.egtfooter_mdd{
background:#090610;
padding:2.5rem 1.75rem;
border-top:1px solid #261D33;
}
.egtfooter_grid_mdd{
gap:2rem;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
margin-bottom:1.75rem;
margin-left:auto;
max-width:87.5rem;
margin-right:auto;
}
.egtfooter_grid_mdd>*{
min-width:0;
}
.egtfooter_grid_mdd h4{
font-size:10px;
text-transform:uppercase;
letter-spacing:.12em;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#5A4E6A;
margin-bottom:0.813rem;
}
.egtfcol_mdd{
gap:0.563rem;
display:flex;
flex-direction:column;
color:#C4B8D6;
font-size:0.813rem;
}
.egtfcol_mdd a{
cursor:pointer;
}
.egtft_about_mdd{
max-width:260px;
line-height:1.6;
color:#8A7BA0;
margin-top:12px;
font-size:13px;
}
.egtft_contact_mdd{
margin-top:12px;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#E030C8;
font-size:12.5px;
overflow-wrap:anywhere;
}
.egtfooter_bottom_mdd{
margin:0 auto;
gap:16px;
justify-content:space-between;
flex-wrap:wrap;
border-top:1px solid #261D33;
padding-top:1.25rem;
display:flex;
max-width:1400px;
align-items:center;
}
.egtfooter_bottom_mdd p{
color:#5A4E6A;
max-width:45rem;
font-size:11px;
line-height:1.6;
}
@media(max-width:1025px){
.egtfooter_grid_mdd{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:559px){
.egtfooter_grid_mdd{
grid-template-columns:1fr;
}
}