*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0F0A14;
-webkit-font-smoothing:antialiased;
font-size:15px;
line-height:1.55;
text-rendering:optimizeLegibility;
font-family:"Nunito Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#C2AEDE;
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{
width:8px;
height:8px;
}
::-webkit-scrollbar-thumb{
border-radius:8px;
background:rgba(9, 4, 18, 0.74);
}
::-webkit-scrollbar-track{
background:transparent;
}
.yijshell_ahw{
grid-template-columns:15.5rem 1fr;
display:grid;
min-height:100vh;
}
.yijmain_ahw{
min-width:0;
}
.yijwrap_ahw{
margin:0 auto;
width:100%;
max-width:87.5rem;
}
.yijcontainer_ahw{
padding:0 1rem;
margin:0 auto;
width:100%;
max-width:87.5rem;
}
@media(min-width:771px){
.yijcontainer_ahw{
padding:0 28px;
}
}
.yijsection_ahw{
padding:1.5rem 1.75rem;
}
.yijsection_pt_ahw{
padding-top:34px;
}
.yijband_soft_ahw{
background:#17101F;
}
.yijeyebrow_ahw{
line-height:1.4;
letter-spacing:.14em;
color:#E030B8;
font-family:"Nunito Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
overflow-wrap:break-word;
text-transform:uppercase;
font-weight:600;
font-size:0.656rem;
display:inline-block;
}
.yijdrawer_cb_ahw{
display:none;
}
.yijoverlay_ahw{
display:none;
}
@media(max-width:1022px){
.yijshell_ahw{
grid-template-columns:1fr;
}
.yijmain_ahw{
padding-bottom:78px;
}
.yijdrawer_cb_ahw:checked~.yijoverlay_ahw{
background:rgba(9, 4, 18, 0.74);
inset:0;
z-index:70;
display:block;
position:fixed;
}
}
@media(max-width:560px){
.yijsection_ahw{
padding:18px 1rem;
}
.yijsection_pt_ahw{
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 ---------- */
.yijside_ahw{
background:#130D1A;
gap:1.375rem;
padding:22px 1.125rem;
flex-direction:column;
align-self:start;
border-right:1px solid #261838;
top:0;
overflow-y:auto;
position:sticky;
display:flex;
height:100vh;
}
.yijbrand_ahw{
gap:0.625rem;
display:flex;
align-items:center;
}
.yijlogo_ahw{
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
letter-spacing:-.02em;
font-weight:700;
font-size:21px;
color:#F0E8FA;
}
.yijside_cta_ahw{
border-radius:0.813rem;
background:rgba(224, 48, 184, 0.11);
border:1px solid #33204A;
padding:16px;
}
.yijside_cta_h_ahw{
font-size:1.063rem;
margin-bottom:6px;
color:#F0E8FA;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.15;
font-weight:700;
}
.yijside_cta_p_ahw{
color:#C2AEDE;
font-size:0.75rem;
margin-bottom:12px;
line-height:1.45;
}
.yijnav_ahw{
gap:3px;
display:flex;
flex-direction:column;
}
.yijnav_label_ahw{
padding:6px 10px;
letter-spacing:.14em;
text-transform:uppercase;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#5A4572;
font-size:9.5px;
}
.yijnav_item_ahw{
padding:10px;
border-radius:8px;
gap:0.688rem;
font-weight:500;
display:flex;
font-size:0.875rem;
color:#C2AEDE;
align-items:center;
}
.yijnav_item_ahw svg{
width:1.063rem;
height:17px;
}
.yijnav_item_ahw:hover{
background:rgba(224, 48, 184, 0.11);
color:#F0E8FA;
}
.yijnav_item_on_ahw{
background:rgba(224, 48, 184, 0.11);
font-weight:600;
color:#E030B8;
}
.yijside_foot_ahw{
background:#17101F;
border-radius:13px;
padding:0.75rem;
border:1px solid #33204A;
margin-top:auto;
}
.yijside_foot_ahw p{
font-size:0.781rem;
margin-top:0.25rem;
color:#C2AEDE;
line-height:1.4;
}
/* ---------- topbar ---------- */
.yijtop_ahw{
padding:14px 28px;
gap:16px;
background:#130D1A;
border-bottom:1px solid #261838;
position:sticky;
top:0;
z-index:40;
display:flex;
align-items:center;
}
.yijtop_brand_ahw{
gap:9px;
display:none;
align-items:center;
}
.yijsearch_ahw{
border-radius:0.813rem;
border:1px solid #33204A;
flex:1;
padding:11px 14px;
background:#17101F;
gap:0.625rem;
font-size:0.844rem;
color:#8B74A8;
display:flex;
max-width:440px;
align-items:center;
}
.yijsearch_ahw svg{
flex:none;
height:1rem;
width:1rem;
}
.yijtop_actions_ahw{
gap:12px;
align-items:center;
display:flex;
margin-left:auto;
}
.yijlang_ahw{
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:12px;
color:#C2AEDE;
}
.yijburger_ahw{
background:#17101F;
border-radius:8px;
border:1px solid #33204A;
display:none;
justify-content:center;
align-items:center;
width:40px;
color:#F0E8FA;
height:40px;
}
/* ---------- bottom-nav (mobile) ---------- */
.yijbotnav_ahw{
display:none;
}
@media(max-width:1022px){
.yijside_ahw{
transition:transform .25s ease;
left:0;
transform:translateX(-100%);
position:fixed;
top:0;
width:280px;
z-index:80;
height:100vh;
}
.yijdrawer_cb_ahw:checked~.yijshell_ahw .yijside_ahw{
transform:translateX(0);
}
.yijtop_ahw{
padding:0.875rem 1rem;
gap:0.75rem;
flex-wrap:wrap;
position:static;
}
.yijtop_brand_ahw{
display:flex;
}
.yijsearch_ahw{
display:none;
}
.yijburger_ahw{
display:flex;
}
.yijtop_actions_ahw{
gap:0.625rem;
align-items:stretch;
margin-left:0;
width:100%;
}
.yijtop_actions_ahw .yijlang_ahw{
display:none;
}
.yijtop_actions_ahw .yijbtn_ahw{
flex:1;
padding:11px 0.625rem;
text-align:center;
}
.yijbotnav_ahw{
background:#130D1A;
grid-template-columns:repeat(3,1fr);
padding:0.5rem 0.375rem calc(0.5rem + env(safe-area-inset-bottom));
left:0;
transform:translateZ(0);
bottom:0;
right:0;
display:grid;
z-index:65;
position:fixed;
border-top:1px solid #33204A;
}
.yijbn_ahw{
gap:4px;
padding:0.375rem 2px 0;
font-size:10px;
font-weight:600;
align-items:center;
display:flex;
justify-content:flex-end;
flex-direction:column;
min-width:0;
color:#C2AEDE;
}
.yijbn_ahw svg{
flex:none;
height:1.375rem;
width:1.375rem;
}
.yijbn_ahw span{
overflow:hidden;
white-space:nowrap;
max-width:100%;
text-align:center;
text-overflow:ellipsis;
}
.yijbn_on_ahw{
color:#E030B8;
}
.yijbn_center_ahw{
position:relative;
}
.yijbn_fab_ahw{
background:#F040C8;
border-radius:50%;
position:absolute;
transform:translateX(-50%);
height:3.125rem;
display:flex;
top:-1.25rem;
width:3.125rem;
justify-content:center;
align-items:center;
color:#1A0030;
left:50%;
box-shadow:0 0.5rem 40px rgba(0, 0, 0, 0.64), 0 2px 0.75rem rgba(220, 50, 180, 0.18);
}
.yijbn_fab_ahw svg{
width:24px;
height:24px;
}
.yijbn_center_ahw span{
color:#E030B8;
}
}
.yijbtn_ahw{
padding:0.688rem 22px;
border-radius:8px;
gap:8px;
transition:background-color 0.2s ease,color 0.2s ease;
font-family:"Nunito Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:0.875rem;
cursor:pointer;
align-items:center;
justify-content:center;
display:inline-flex;
font-weight:700;
}
.yijbtn_pri_ahw{
background:#F040C8;
box-shadow:0 0.25rem 1.5rem rgba(240, 64, 200, 0.44), 0 1px 0.375rem rgba(240, 64, 200, 0.28);
color:#1A0030;
}
.yijbtn_pri_ahw:hover{
background:#C82EAA;
}
.yijbtn_ghost_ahw{
background:rgba(224, 48, 184, 0.11);
color:#F0E8FA;
font-weight:600;
}
.yijbtn_line_ahw{
border:1px solid #4A2E6A;
background:transparent;
color:#F0E8FA;
font-weight:600;
}
.yijbtn_lg_ahw{
padding:16px 30px;
border-radius:13px;
font-size:0.938rem;
}
.yijband_ahw .yijbtn_line_ahw{
border-color:rgba(255, 255, 255, 0.12);
color:#F5EEFF;
}
.yijband_ahw .yijbtn_ghost_ahw{
background:rgba(255, 255, 255, 0.07);
color:#F5EEFF;
}
.yijlink_m_ahw{
gap:0.313rem;
cursor:pointer;
text-decoration:none;
font-size:0.75rem;
display:inline-flex;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#E030B8;
align-items:center;
}
.yijlink_m_ahw svg{
height:14px;
width:14px;
}
.yijband_ahw .yijlink_m_ahw{
color:#F040C8;
}
.yijdot_ahw{
border-radius:50%;
flex:none;
background:#E030B8;
height:7px;
width:0.438rem;
}
.yijdot_live_ahw{
background:#E83040;
animation:zm3-pulse 1.4s infinite;
}
.yijstars_ahw{
gap:2px;
color:#E030B8;
display:inline-flex;
}
.yijstars_ahw svg{
height:15px;
width:15px;
}
.yijchip_ahw{
border:1px solid #33204A;
border-radius:8px;
padding:7px 12px;
background:#17101F;
gap:0.375rem;
align-items:center;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
display:inline-flex;
color:#C2AEDE;
font-size:11px;
}
.yijchip_on_ahw{
border-color:transparent;
background:rgba(224, 48, 184, 0.11);
color:#E030B8;
}
.yijgc_ahw{
min-width:0;
text-decoration:none;
cursor:pointer;
color:inherit;
display:block;
}
.yijgc_thumb_ahw{
border-radius:13px;
border:1px solid #33204A;
overflow:hidden;
background-size:cover;
background-position:center;
position:relative;
aspect-ratio:1;
display:block;
}
.yijgc_thumb_portrait_ahw{
aspect-ratio:3/4;
}
.yijgc_thumb_wide_ahw{
aspect-ratio:16/11;
}
.yijgc_cap_ahw{
background:linear-gradient(transparent,rgba(9, 4, 18, 0.74));
padding:0.563rem;
left:0;
bottom:0;
position:absolute;
right:0;
}
.yijgc_name_ahw{
color:#F5EEFF;
font-size:12.5px;
display:block;
font-weight:700;
}
.yijgc_meta_ahw{
color:#B89DD4;
font-size:11px;
}
.yijgc_badge_ahw{
border-radius:8px;
background:#E030B8;
padding:2px 0.375rem;
top:8px;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
position:absolute;
font-size:0.5rem;
color:#1A0030;
font-weight:700;
right:0.5rem;
}
.yijgc_badge_hot_ahw{
background:#E83040;
color:#F5EEFF;
}
.yijgc_badge_live_ahw{
background:#E83040;
left:0.5rem;
right:auto;
color:#F5EEFF;
}
.yijgc_mult_ahw{
inset:0;
justify-content:center;
display:flex;
font-size:28px;
font-weight:700;
position:absolute;
align-items:center;
color:#E030B8;
}
.yijpc_ahw{
border:1px solid #33204A;
border-radius:13px;
background:#17101F;
font-weight:700;
align-items:center;
justify-content:center;
height:64px;
display:flex;
font-size:14px;
color:#C2AEDE;
}
.yijrail_ahw{
min-width:0;
}
.yijrail_scroll_ahw{
gap:14px;
display:grid;
}
.yijrail_scroll_ahw>*{
min-width:0;
}
.yijg6_ahw{
grid-template-columns:repeat(6,1fr);
}
.yijg7_ahw{
grid-template-columns:repeat(7,1fr);
}
.yijg4_ahw{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1021px){
.yijg6_ahw,.yijg7_ahw{
grid-template-columns:none;
scroll-snap-type:x mandatory;
grid-auto-flow:column;
padding-bottom:0.375rem;
grid-auto-columns:120px;
overflow-x:auto;
}
.yijg6_ahw>*,.yijg7_ahw>*{
scroll-snap-align:start;
}
.yijg4_ahw{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:558px){
.yijg4_ahw{
grid-template-columns:none;
grid-auto-flow:column;
grid-auto-columns:150px;
overflow-x:auto;
}
}
.yijpanel_ahw{
background:#17101F;
padding:28px 32px;
border-radius:20px;
border:1px solid #33204A;
}
.yijsplit_ahw{
gap:2.25rem;
align-items:start;
display:grid;
}
.yijsplit_ahw>*{
min-width:0;
}
.yijsplit_a_ahw{
grid-template-columns:.85fr 1.15fr;
}
.yijsplit_b_ahw{
grid-template-columns:1fr 1.1fr;
}
.yijsplit_c_ahw{
grid-template-columns:1.1fr .9fr;
}
.yijpgrid_ahw{
gap:2.5rem;
grid-template-columns:.9fr 1.1fr;
align-items:center;
display:grid;
}
.yijpgrid_ahw>*{
min-width:0;
}
.yijlead_ahw{
line-height:1.65;
font-size:15px;
margin-bottom:14px;
color:#C2AEDE;
}
.yijfeat_ahw{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.yijfeat_ahw>*{
min-width:0;
}
.yijfeat2_ahw{
grid-template-columns:1fr 1fr;
}
.yijfeat_card_ahw{
border:1px solid #33204A;
padding:26px;
border-radius:1.25rem;
background:#17101F;
}
.yijfeat_card_ahw svg{
height:1.625rem;
color:#E030B8;
width:26px;
margin-bottom:1rem;
}
.yijfeat_card_ahw h3{
font-weight:700;
margin-bottom:8px;
font-size:18px;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F0E8FA;
}
.yijfeat_card_ahw p{
font-size:0.813rem;
line-height:1.6;
color:#C2AEDE;
}
.yijfeat_card_ahw b{
color:#F0E8FA;
}
.yijbig_ahw{
gap:22px;
display:flex;
flex-wrap:wrap;
}
.yijbig_n_ahw{
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1.625rem;
font-weight:700;
color:#E030B8;
}
.yijbig_l_ahw{
font-size:0.75rem;
color:#8B74A8;
}
.yijperson_ahw{
border:1px solid #33204A;
background:#17101F;
border-radius:13px;
padding:16px 18px;
gap:0.875rem;
display:flex;
align-items:center;
}
.yijavatar_ahw{
background:linear-gradient(135deg,#F040C8,#A01880);
flex:none;
border-radius:50%;
width:44px;
height:44px;
}
.yijperson_name_ahw{
color:#F0E8FA;
font-size:14px;
font-weight:700;
}
.yijperson_role_ahw{
color:#8B74A8;
font-size:0.75rem;
}
.yijkv_ahw{
border:1px solid #33204A;
gap:1px;
background:#33204A;
border-radius:13px;
grid-template-columns:1fr 1fr;
overflow:hidden;
display:grid;
}
.yijkv_ahw>div{
background:#0F0A14;
padding:16px 1.125rem;
min-width:0;
}
.yijkv_k_ahw{
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:uppercase;
font-size:9.5px;
margin-bottom:5px;
color:#E030B8;
}
.yijkv_v_ahw{
font-size:13.5px;
font-weight:700;
color:#F0E8FA;
}
@media(max-width:1021px){
.yijsplit_a_ahw,.yijsplit_b_ahw,.yijsplit_c_ahw,.yijpgrid_ahw{
gap:1.5rem;
grid-template-columns:1fr;
}
.yijfeat_ahw,.yijfeat2_ahw{
grid-template-columns:1fr;
}
.yijkv_ahw{
grid-template-columns:1fr;
}
}
.yijsh_ahw{
min-width:0;
margin-bottom:1rem;
}
.yijsh_row_ahw{
gap:0.75rem;
flex-wrap:wrap;
align-items:flex-end;
justify-content:space-between;
display:flex;
}
.yijsh_row_ahw .yijsh_l_ahw{
gap:0.375rem;
min-width:0;
display:flex;
flex-direction:column;
}
.yijsh_stack_ahw{
gap:0.625rem;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.yijsh_center_ahw{
gap:10px;
text-align:center;
flex-direction:column;
align-items:center;
display:flex;
}
.yijsh_h2_ahw{
gap:0.563rem;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F0E8FA;
font-size:20px;
overflow-wrap:break-word;
line-height:1.1;
display:flex;
align-items:center;
font-weight:700;
}
@media(min-width:766px){
.yijsh_h2_ahw{
font-size:24px;
}
}
.yijband_ahw .yijsh_h2_ahw{
color:#F5EEFF;
}
.yijeb_mono_ahw{
letter-spacing:.08em;
text-transform:none;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.yijeb_mono_ahw::before{
content:"// ";
}
.yijeb_upper_ahw{
text-transform:uppercase;
letter-spacing:.14em;
}
.yijeb_pill_ahw{
background:rgba(224, 48, 184, 0.11);
border-radius:62.438rem;
padding:5px 0.688rem;
letter-spacing:.12em;
text-transform:uppercase;
}
.yijeb_line_ahw{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.yijeb_line_ahw::before{
background:#E030B8;
width:1.5rem;
content:"";
height:1px;
display:inline-block;
}
.yijband_ahw .yijeb_line_ahw::before{
background:#F040C8;
}
.yijband_ahw .yijeb_pill_ahw{
background:rgba(255, 255, 255, 0.07);
}
.yijsh_link_ahw{
transition:color 0.2s ease,border-color 0.2s ease;
gap:6px;
white-space:nowrap;
display:inline-flex;
color:#F0E8FA;
font-weight:600;
padding-bottom:2px;
align-items:center;
border-bottom:1px solid #F0E8FA;
font-size:13px;
}
.yijsh_link_ahw:hover{
border-color:#E030B8;
color:#E030B8;
}
.yijsh_link_ahw svg{
height:0.875rem;
width:0.875rem;
}
.yijsh_link_chev_ahw{
border-bottom:0;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:12px;
color:#E030B8;
padding-bottom:0;
}
.yijsh_link_btn_ahw{
background:#F040C8;
padding:0.563rem 1.125rem;
border-radius:999px;
color:#1A0030;
border-bottom:0;
}
.yijsh_link_btn_ahw:hover{
background:#C82EAA;
border-color:transparent;
}
.yijband_ahw .yijsh_link_ahw{
border-color:#F5EEFF;
color:#F5EEFF;
}
.yijband_ahw .yijsh_link_chev_ahw{
color:#F040C8;
}
.yijsh_rule_ahw{
margin:-2px 0 1rem;
background:#33204A;
height:1px;
}
.yijband_ahw .yijsh_rule_ahw{
background:rgba(255, 255, 255, 0.12);
}
.yijseo_grid3_ahw{
gap:1.25rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.yijseo_grid4_ahw{
gap:13px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.yijseo_grid3_ahw>*,.yijseo_grid4_ahw>*{
min-width:0;
}
.yijseo_card_ahw{
background:#17101F;
padding:1.5rem;
border-radius:13px;
border:1px solid #33204A;
}
.yijseo_card_ahw h3{
margin-bottom:0.5rem;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
color:#F0E8FA;
font-size:1.125rem;
}
.yijseo_card_ahw p{
line-height:1.6;
color:#C2AEDE;
font-size:0.813rem;
}
.yijseo_card_sm_ahw{
padding:20px;
}
.yijseo_card_sm_ahw h3{
font-size:1rem;
}
.yijseo_card_sm_ahw p{
font-size:12.5px;
line-height:1.55;
}
.yijseo_rtp_row_ahw{
gap:36px;
grid-template-columns:1fr 1fr;
margin-top:1rem;
display:grid;
align-items:center;
}
.yijrtp_ahw{
gap:14px;
display:flex;
min-width:0;
}
.yijrtp_ahw>div{
flex:1;
padding:16px;
border-radius:0.813rem;
background:#0F0A14;
min-width:0;
text-align:center;
}
.yijrtp_n_ahw{
font-size:26px;
color:#E030B8;
white-space:nowrap;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
}
.yijrtp_l_ahw{
margin-top:4px;
font-size:11px;
color:#8B74A8;
}
.yijcmp_ahw{
border-radius:13px;
border:1px solid #33204A;
overflow:hidden;
max-width:47.5rem;
}
.yijcmp_row_ahw{
grid-template-columns:1.6fr 1fr 1fr;
font-size:0.813rem;
display:grid;
}
.yijcmp_row_ahw>div{
padding:13px 14px;
text-align:center;
min-width:0;
}
.yijcmp_row_ahw>div:first-child{
padding-left:22px;
font-weight:600;
color:#F0E8FA;
text-align:left;
}
.yijcmp_th_ahw{
background:#0F0A14;
font-size:12.5px;
font-weight:700;
}
.yijcmp_row_ahw:not(.yijcmp_th_ahw){
background:#17101F;
border-top:1px solid #261838;
color:#C2AEDE;
}
.yijcmp_zebra_ahw{
background:#1C1528;
}
.yijguide_ahw{
background:#17101F;
border:1px solid #33204A;
border-radius:0.813rem;
overflow:hidden;
cursor:pointer;
}
.yijguide_cover_ahw{
height:8.125rem;
}
.yijguide_body_ahw{
padding:1.25rem;
}
.yijguide_body_ahw h3{
margin:7px 0 9px;
font-weight:700;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:16px;
color:#F0E8FA;
line-height:1.25;
}
.yijguide_meta_ahw{
color:#8B74A8;
font-size:11.5px;
}
.yijhub_ahw{
gap:1.75rem;
grid-template-columns:repeat(5,1fr);
display:grid;
border-top:1px solid #261838;
padding-top:1.75rem;
}
.yijhub_ahw>*{
min-width:0;
}
.yijhub_ahw h4{
font-weight:700;
margin-bottom:11px;
color:#F0E8FA;
font-size:0.813rem;
}
.yijhub_col_ahw{
gap:8px;
font-size:0.813rem;
display:flex;
color:#C2AEDE;
flex-direction:column;
}
.yijhub_col_ahw a{
cursor:pointer;
}
@media(max-width:1024px){
.yijseo_grid3_ahw{
grid-template-columns:1fr;
}
.yijseo_grid4_ahw{
grid-template-columns:repeat(2,1fr);
}
.yijseo_rtp_row_ahw{
gap:20px;
grid-template-columns:1fr;
}
.yijhub_ahw{
gap:1.375rem;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:562px){
.yijhub_ahw{
grid-template-columns:1fr;
}
}
.yijhero_ahw{
background:linear-gradient(120deg,#1A0D22,#0E0C1E);
padding:46px 48px;
overflow:hidden;
border:1px solid #33204A;
border-radius:1.25rem;
color:#F5EEFF;
position:relative;
}
.yijhero_glow_ahw{
background:radial-gradient(circle,rgba(220, 50, 180, 0.22),transparent 70%);
border-radius:50%;
width:340px;
right:-3.75rem;
top:-60px;
height:21.25rem;
position:absolute;
}
.yijhero_in_ahw{
position:relative;
max-width:37.5rem;
}
.yijhero_ahw .yijeyebrow_ahw{
color:#F040C8;
}
.yijpill_row_ahw{
background:rgba(255, 255, 255, 0.07);
border:1px solid rgba(255, 255, 255, 0.12);
border-radius:62.438rem;
padding:6px 0.813rem;
gap:8px;
font-size:0.656rem;
margin-bottom:1.375rem;
text-transform:uppercase;
align-items:center;
color:#F040C8;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
letter-spacing:.1em;
display:inline-flex;
}
.yijhero_h1_ahw{
margin:18px 0;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
overflow-wrap:break-word;
font-size:54px;
font-weight:700;
letter-spacing:-.02em;
color:#F5EEFF;
line-height:1.02;
}
.yijhero_h1_ahw em{
color:#F040C8;
font-style:normal;
}
.yijhero_sub_ahw{
margin-bottom:28px;
font-size:17px;
line-height:1.55;
max-width:30rem;
color:#B89DD4;
}
.yijhero_cta_ahw{
gap:14px;
display:flex;
flex-wrap:wrap;
margin-bottom:1.625rem;
align-items:center;
}
.yijhero_trust_ahw{
gap:0.875rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.yijhero_rating_txt_ahw{
color:#B89DD4;
font-size:0.813rem;
}
@media(max-width:1022px){
.yijhero_ahw{
padding:32px 1.5rem;
}
.yijhero_h1_ahw{
font-size:38px;
}
}
@media(max-width:562px){
.yijhero_h1_ahw{
font-size:1.875rem;
}
}
.yijstat_ahw{
grid-template-columns:repeat(4,1fr);
gap:0.875rem;
display:grid;
}
.yijstat_ahw>*{
min-width:0;
}
.yijstat_item_ahw{
background:#17101F;
border:1px solid #33204A;
border-radius:13px;
padding:1.125rem 1.25rem;
}
.yijstat_k_ahw{
letter-spacing:.12em;
margin-bottom:0.438rem;
font-size:0.594rem;
text-transform:uppercase;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#8B74A8;
}
.yijstat_v_ahw{
gap:0.5rem;
align-items:center;
font-weight:700;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
overflow-wrap:anywhere;
display:flex;
color:#F0E8FA;
min-width:0;
font-size:24px;
}
.yijstat_v_accent_ahw{
color:#E030B8;
}
@media(max-width:1025px){
.yijstat_ahw{
grid-template-columns:repeat(2,1fr);
}
}
.yijwlc_ahw{
border:1px solid #33204A;
gap:24px;
background:linear-gradient(120deg,#1A0D22,#0E0C1E);
grid-template-columns:1.2fr .8fr;
border-radius:1.25rem;
padding:2.25rem 2.5rem;
overflow:hidden;
color:#F5EEFF;
position:relative;
display:grid;
align-items:center;
}
.yijwlc_ahw>*{
min-width:0;
}
.yijwlc_ahw .yijeyebrow_ahw{
color:#F040C8;
}
.yijwlc_glow_ahw{
border-radius:50%;
background:radial-gradient(circle,rgba(220, 50, 180, 0.22),transparent 70%);
position:absolute;
top:-40px;
height:16.25rem;
width:16.25rem;
right:-2.5rem;
}
.yijwlc_in_ahw{
position:relative;
}
.yijwlc_h2_ahw{
margin:10px 0 0.5rem;
overflow-wrap:break-word;
font-size:2.125rem;
line-height:1.03;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F5EEFF;
font-weight:700;
}
.yijwlc_h2_ahw em{
color:#F040C8;
font-style:normal;
}
.yijwlc_sub_ahw{
color:#B89DD4;
line-height:1.55;
max-width:26.25rem;
font-size:0.875rem;
margin-bottom:18px;
}
.yijwlc_terms_ahw{
gap:0.625rem;
display:flex;
position:relative;
flex-direction:column;
}
.yijterm_ahw{
background:rgba(255, 255, 255, 0.07);
padding:13px 15px;
gap:11px;
border:1px solid rgba(255, 255, 255, 0.12);
border-radius:13px;
align-items:center;
display:flex;
}
.yijterm_ahw svg{
flex:none;
color:#F040C8;
width:20px;
height:1.25rem;
}
.yijterm_k_ahw{
letter-spacing:.1em;
color:#B89DD4;
font-size:9.5px;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:uppercase;
}
.yijterm_v_ahw{
color:#F5EEFF;
font-size:0.875rem;
margin-top:2px;
font-weight:700;
}
@media(max-width:1023px){
.yijwlc_ahw{
grid-template-columns:1fr;
}
}
@media(max-width:559px){
.yijwlc_h2_ahw{
font-size:1.625rem;
}
}
.yijjp_ahw{
gap:14px;
grid-template-columns:1.5fr 1fr 1fr;
display:grid;
}
.yijjp_ahw>*{
min-width:0;
}
.yijjp_hero_ahw{
border:1px solid #33204A;
gap:14px;
border-radius:20px;
padding:26px;
overflow:hidden;
background:linear-gradient(135deg,#1A0D22,#0E0C1E);
justify-content:space-between;
flex-direction:column;
min-height:180px;
color:#F5EEFF;
display:flex;
position:relative;
}
.yijjp_glow_ahw{
border-radius:50%;
background:radial-gradient(circle,rgba(220, 50, 180, 0.22),transparent 70%);
position:absolute;
width:180px;
height:180px;
top:-40px;
right:-2.5rem;
}
.yijjp_k_row_ahw{
gap:0.625rem;
position:relative;
display:flex;
justify-content:space-between;
align-items:center;
}
.yijjp_k_ahw{
color:#8B74A8;
letter-spacing:.12em;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:uppercase;
font-size:10px;
}
.yijjp_hero_ahw .yijjp_k_ahw{
color:#B89DD4;
}
.yijjp_amt_ahw{
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:42px;
font-weight:700;
color:#F040C8;
line-height:1;
position:relative;
}
.yijjp_sub_ahw{
font-size:0.75rem;
color:#B89DD4;
margin-top:5px;
}
.yijjp_cell_ahw{
border-radius:1.25rem;
border:1px solid #33204A;
background:#17101F;
padding:22px;
display:flex;
min-height:11.25rem;
justify-content:space-between;
flex-direction:column;
}
.yijjp_cell_ahw .yijjp_amt_ahw{
font-size:30px;
color:#F0E8FA;
}
.yijjp_cell_ahw .yijjp_sub_ahw{
color:#8B74A8;
}
@media(max-width:1023px){
.yijjp_ahw{
grid-template-columns:1fr;
}
}
@media(max-width:557px){
.yijjp_amt_ahw{
font-size:2rem;
}
}
.yijtour_ahw{
border-radius:20px;
border:1px solid #33204A;
overflow:hidden;
grid-template-columns:1.05fr 1fr;
display:grid;
}
.yijtour_ahw>*{
min-width:0;
}
.yijtour_l_ahw{
overflow:hidden;
padding:2.125rem;
background:linear-gradient(135deg,#1A0D22,#0E0C1E);
position:relative;
color:#F5EEFF;
}
.yijtour_h2_ahw{
margin:0.75rem 0 10px;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F5EEFF;
font-size:30px;
font-weight:700;
line-height:1.05;
}
.yijtour_h2_ahw em{
font-style:normal;
color:#F040C8;
}
.yijtour_text_ahw{
color:#B89DD4;
font-size:13.5px;
max-width:340px;
margin-bottom:1.25rem;
line-height:1.6;
}
.yijtour_meta_ahw{
gap:18px;
flex-wrap:wrap;
margin-bottom:20px;
align-items:flex-end;
display:flex;
}
.yijtour_cap_ahw{
text-transform:uppercase;
color:#B89DD4;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
margin-bottom:0.313rem;
font-size:9.5px;
}
.yijcount_ahw{
gap:0.375rem;
display:flex;
}
.yijcount_ahw span{
border-radius:8px;
border:1px solid rgba(255, 255, 255, 0.12);
padding:0.25rem 0.563rem;
background:rgba(255, 255, 255, 0.07);
font-size:22px;
font-weight:700;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.yijtour_units_ahw{
color:#B89DD4;
font-size:0.625rem;
}
.yijboard_ahw{
padding:28px 30px;
background:#17101F;
}
.yijboard_head_ahw{
align-items:center;
margin-bottom:0.875rem;
display:flex;
justify-content:space-between;
}
.yijboard_title_ahw{
font-size:16px;
font-weight:700;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F0E8FA;
}
.yijboard_upd_ahw{
color:#8B74A8;
text-transform:uppercase;
font-size:10px;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.yijboard_list_ahw{
gap:2px;
flex-direction:column;
display:flex;
}
.yijboard_row_ahw{
padding:0.625rem 0.75rem;
border-radius:8px;
gap:0.75rem;
align-items:center;
display:flex;
}
.yijboard_top1_ahw{
background:rgba(224, 48, 184, 0.11);
}
.yijboard_rk_ahw{
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-weight:700;
color:#8B74A8;
width:20px;
font-size:14px;
}
.yijboard_top1_ahw .yijboard_rk_ahw{
color:#E030B8;
}
.yijboard_nm_ahw{
flex:1;
font-size:0.844rem;
font-weight:600;
min-width:0;
color:#C2AEDE;
}
.yijboard_top1_ahw .yijboard_nm_ahw{
font-weight:700;
color:#F0E8FA;
}
.yijboard_pt_ahw{
color:#C2AEDE;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:0.781rem;
}
@media(max-width:1021px){
.yijtour_ahw{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.yijtour_h2_ahw{
font-size:1.5rem;
}
}
.yijsteps_ahw{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.yijsteps_ahw>*{
min-width:0;
}
.yijstep_ahw{
border-radius:0.813rem;
background:#17101F;
padding:24px;
border:1px solid #33204A;
position:relative;
}
.yijstep_num_ahw{
background:#F040C8;
border-radius:0.5rem;
color:#1A0030;
display:flex;
width:1.875rem;
font-weight:700;
justify-content:center;
margin-bottom:0.875rem;
font-size:0.813rem;
align-items:center;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
height:1.875rem;
}
.yijstep_h_ahw{
margin-bottom:7px;
color:#F0E8FA;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1rem;
font-weight:700;
}
.yijstep_p_ahw{
line-height:1.55;
font-size:13px;
color:#C2AEDE;
}
@media(max-width:1023px){
.yijsteps_ahw{
grid-template-columns:1fr;
}
}
.yijpay_logos_ahw{
grid-template-columns:repeat(4,1fr);
gap:0.563rem;
display:grid;
}
.yijpay_logos_ahw>*{
min-width:0;
}
.yijpay_ahw{
border-radius:8px;
border:1px solid #33204A;
display:flex;
font-weight:700;
justify-content:center;
height:3rem;
font-size:0.75rem;
color:#C2AEDE;
align-items:center;
}
.yijtable_ahw{
border:1px solid #33204A;
border-radius:13px;
overflow:hidden;
}
.yijtrow_ahw{
grid-template-columns:1.3fr 1fr 1fr 1fr;
font-size:0.813rem;
display:grid;
}
.yijtrow_ahw>div{
padding:13px 14px;
min-width:0;
}
.yijtrow_ahw>div:first-child{
padding-left:16px;
font-weight:700;
color:#F0E8FA;
}
.yijtrow_th_ahw{
background:#0F0A14;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#8B74A8;
text-transform:uppercase;
letter-spacing:.06em;
font-size:0.594rem;
}
.yijtrow_ahw:not(.yijtrow_th_ahw){
background:#17101F;
color:#C2AEDE;
border-top:1px solid #261838;
}
.yijtrow_zebra_ahw{
background:#1C1528;
}
.yijpos_ahw{
font-weight:700;
color:#E030B8;
}
@media(max-width:1025px){
.yijpay_logos_ahw{
grid-template-columns:repeat(2,1fr);
}
}
.yijvip_head_ahw{
gap:12px;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-end;
margin-bottom:18px;
}
.yijvip_intro_ahw{
color:#C2AEDE;
font-size:13px;
max-width:26.25rem;
}
.yijvip_ahw{
grid-template-columns:repeat(5,1fr);
gap:12px;
display:grid;
}
.yijvip_ahw>*{
min-width:0;
}
.yijtier_ahw{
border:1px solid #33204A;
background:#17101F;
padding:20px;
border-radius:0.813rem;
}
.yijtier_on_ahw{
border-color:#E030B8;
background:rgba(224, 48, 184, 0.11);
}
.yijtier_medal_ahw{
background:linear-gradient(135deg,#F040C8,#A01880);
border-radius:0.5rem;
width:1.875rem;
height:30px;
margin-bottom:0.875rem;
}
.yijtier_name_ahw{
margin-bottom:5px;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:0.938rem;
color:#F0E8FA;
font-weight:700;
}
.yijtier_tx_ahw{
color:#8B74A8;
font-size:0.719rem;
line-height:1.5;
}
@media(max-width:1025px){
.yijvip_ahw{
grid-template-columns:repeat(2,1fr);
}
}
.yijbanner_ahw{
padding:2.25rem 40px;
border-radius:20px;
overflow:hidden;
border:1px solid #33204A;
background:linear-gradient(115deg,#1A0D22,#0E0C1E);
gap:1.75rem;
align-items:center;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
position:relative;
color:#F5EEFF;
}
.yijbanner_glow_ahw{
background:radial-gradient(circle,rgba(220, 50, 180, 0.22),transparent 68%);
border-radius:50%;
width:200px;
right:80px;
top:50%;
position:absolute;
height:200px;
transform:translateY(-50%);
}
.yijbanner_in_ahw{
position:relative;
max-width:35rem;
}
.yijbanner_ahw .yijeyebrow_ahw{
color:#F040C8;
}
.yijbanner_h2_ahw{
margin:0.625rem 0;
color:#F5EEFF;
font-size:30px;
font-weight:700;
line-height:1.05;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.yijbanner_text_ahw{
line-height:1.6;
font-size:14px;
color:#B89DD4;
}
@media(max-width:557px){
.yijbanner_h2_ahw{
font-size:1.5rem;
}
}
.yijdw_h2_ahw{
margin-bottom:10px;
font-size:1.625rem;
color:#F0E8FA;
line-height:1.08;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
}
.yijsteps_v_ahw{
grid-template-columns:1fr;
gap:0.625rem;
}
.yijsteps_v_ahw .yijstep_ahw{
padding:1.125rem 1.25rem;
}
@media(max-width:558px){
.yijdw_h2_ahw{
font-size:23px;
}
}
.yijsupp_ahw{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.yijsupp_ahw>*{
min-width:0;
}
.yijsupp_card_ahw{
border:1px solid #33204A;
border-radius:13px;
padding:24px;
background:#17101F;
}
.yijsupp_card_ahw svg{
color:#E030B8;
height:24px;
width:24px;
margin-bottom:14px;
}
.yijsupp_card_ahw h3{
font-size:16px;
margin-bottom:6px;
color:#F0E8FA;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
}
.yijsupp_card_ahw p{
color:#C2AEDE;
font-size:13px;
line-height:1.55;
}
@media(max-width:1026px){
.yijsupp_ahw{
grid-template-columns:1fr;
}
}
.yijgm_ahw{
grid-template-columns:1.3fr 1fr;
gap:16px;
display:grid;
}
.yijgm_ahw>*{
min-width:0;
}
.yijgm_panel_ahw{
background:#17101F;
border:1px solid #33204A;
padding:1.75rem;
border-radius:20px;
}
.yijgm_h2_ahw{
margin:10px 0 0.5rem;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F0E8FA;
font-size:1.5rem;
font-weight:700;
}
.yijgm_text_ahw{
max-width:27.5rem;
line-height:1.6;
color:#C2AEDE;
margin-bottom:20px;
font-size:0.844rem;
}
.yijgm_level_ahw{
gap:0.875rem;
margin-bottom:16px;
display:flex;
align-items:center;
}
.yijgm_lv_ahw{
font-size:1.5rem;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#E030B8;
font-weight:700;
}
.yijgm_bar_wrap_ahw{
flex:1;
min-width:0;
}
.yijgm_bar_meta_ahw{
display:flex;
justify-content:space-between;
margin-bottom:0.313rem;
font-size:10px;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#8B74A8;
}
.yijbar_ahw{
border-radius:62.438rem;
overflow:hidden;
background:#0F0A14;
height:8px;
}
.yijbar_fill_ahw{
background:linear-gradient(90deg,#F040C8,#A01880);
border-radius:62.438rem;
display:block;
height:100%;
}
.yijgm_missions_ahw{
gap:0.563rem;
display:flex;
flex-wrap:wrap;
}
.yijgm_refer_ahw{
border-radius:1.25rem;
border:1px solid #33204A;
background:linear-gradient(150deg,#1A0D22,#0E0C1E);
padding:28px;
overflow:hidden;
display:flex;
color:#F5EEFF;
justify-content:space-between;
flex-direction:column;
position:relative;
}
.yijgm_refer_ahw .yijeyebrow_ahw{
color:#F040C8;
}
.yijgm_ref_h2_ahw{
margin:0.625rem 0 8px;
font-size:24px;
line-height:1.1;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F5EEFF;
font-weight:700;
}
.yijgm_ref_h2_ahw em{
color:#F040C8;
font-style:normal;
}
.yijgm_ref_text_ahw{
line-height:1.55;
color:#B89DD4;
font-size:0.813rem;
margin-bottom:1.125rem;
}
@media(max-width:1027px){
.yijgm_ahw{
grid-template-columns:1fr;
}
}
.yijpromo_grid_ahw{
grid-template-columns:repeat(3,1fr);
gap:1rem;
display:grid;
}
.yijpromo_grid_ahw>*{
min-width:0;
}
.yijpromo_ahw{
border:1px solid #33204A;
border-radius:1.25rem;
background:#17101F;
padding:24px;
overflow:hidden;
position:relative;
min-height:150px;
}
.yijpromo_h_ahw{
line-height:1.05;
color:#F0E8FA;
margin-top:6px;
font-size:26px;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
}
.yijpromo_h_ahw em{
font-style:normal;
color:#E030B8;
}
.yijpromo_p_ahw{
line-height:1.5;
color:#C2AEDE;
font-size:12.5px;
margin-top:0.5rem;
}
.yijpromo_feat_ahw{
background:linear-gradient(135deg,#1A0D22,#0E0C1E);
border-color:#33204A;
}
.yijpromo_feat_ahw .yijpromo_h_ahw{
color:#F5EEFF;
}
.yijpromo_feat_ahw .yijpromo_h_ahw em{
color:#F040C8;
}
.yijpromo_feat_ahw .yijpromo_p_ahw{
color:#B89DD4;
}
.yijpromo_feat_ahw .yijeyebrow_ahw{
color:#F040C8;
}
@media(max-width:1021px){
.yijpromo_grid_ahw{
grid-template-columns:1fr;
}
}
.yijab_h2_ahw{
margin:14px 0 16px;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
font-size:2rem;
color:#F0E8FA;
line-height:1.08;
}
.yijab_body_ahw{
margin-bottom:0.875rem;
color:#C2AEDE;
line-height:1.65;
font-size:0.938rem;
}
.yijab_chips_ahw{
gap:0.625rem;
margin-top:0.5rem;
display:flex;
flex-wrap:wrap;
}
.yijfaq_ahw{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.yijfaq_item_ahw{
border-radius:13px;
padding:1.125rem 1.375rem;
background:#17101F;
border:1px solid #33204A;
}
.yijfaq_q_ahw{
list-style:none;
gap:16px;
align-items:center;
font-size:15.5px;
display:flex;
font-weight:600;
cursor:pointer;
justify-content:space-between;
color:#F0E8FA;
}
.yijfaq_q_ahw::-webkit-details-marker{
display:none;
}
.yijfaq_q_t_ahw{
gap:10px;
display:flex;
}
.yijfaq_q_i_ahw{
font-style:normal;
color:#E030B8;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.yijfaq_pm_ahw{
font-size:1.25rem;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#E030B8;
}
.yijfaq_item_ahw[open] .yijfaq_pm_ahw{
transform:rotate(45deg);
}
.yijfaq_a_ahw{
line-height:1.6;
color:#C2AEDE;
margin-top:12px;
font-size:13.5px;
}
@media(max-width:561px){
.yijab_h2_ahw{
font-size:1.625rem;
}
}
.yijop_h2_ahw{
margin:0.625rem 0 0.5rem;
line-height:1.1;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
color:#F0E8FA;
font-size:24px;
}
.yijop_text_ahw{
color:#C2AEDE;
line-height:1.6;
font-size:13.5px;
}
@media(max-width:561px){
.yijop_h2_ahw{
font-size:22px;
}
}
.yijprovs_ahw{
grid-template-columns:repeat(6,1fr);
gap:0.75rem;
margin-bottom:28px;
display:grid;
}
.yijprovs_ahw>*{
min-width:0;
}
.yijprov_ahw{
background:#17101F;
border-radius:13px;
border:1px solid #33204A;
padding:12px;
display:flex;
align-items:center;
justify-content:center;
height:64px;
text-decoration:none;
}
.yijprov_img_ahw{
max-height:2rem;
max-width:100%;
object-fit:contain;
}
.yijresp_ahw{
border:1px solid #33204A;
gap:24px;
border-radius:13px;
background:#17101F;
padding:1.625rem;
align-items:center;
justify-content:space-between;
display:flex;
flex-wrap:wrap;
}
.yijresp_in_ahw{
max-width:560px;
}
.yijresp_h_ahw{
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F0E8FA;
font-size:1.188rem;
font-weight:700;
margin-bottom:8px;
}
.yijresp_p_ahw{
line-height:1.6;
color:#C2AEDE;
font-size:0.844rem;
}
.yijresp_badges_ahw{
gap:14px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.yijage18_ahw{
border-radius:0.5rem;
border:1.5px solid #E83040;
padding:0.25rem 0.5rem;
font-size:13px;
font-weight:700;
color:#E83040;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.yijresp_org_ahw{
font-size:13px;
color:#8B74A8;
font-weight:600;
}
@media(max-width:1025px){
.yijprovs_ahw{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:557px){
.yijprovs_ahw{
grid-template-columns:repeat(2,1fr);
}
}
.yijdispute_ahw{
padding:26px 1.875rem;
border-radius:0.813rem;
border:1px dashed #4A2E6A;
gap:1.75rem;
justify-content:space-between;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.yijdispute_in_ahw{
max-width:41.25rem;
}
.yijdispute_h2_ahw{
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1.375rem;
color:#F0E8FA;
margin-bottom:8px;
font-weight:700;
}
.yijdispute_text_ahw{
line-height:1.6;
color:#C2AEDE;
font-size:0.844rem;
}
.yijfooter_ahw{
background:#09060D;
padding:2.5rem 28px;
border-top:1px solid #261838;
}
.yijfooter_grid_ahw{
gap:2rem;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
margin-right:auto;
max-width:1400px;
margin-left:auto;
margin-bottom:28px;
}
.yijfooter_grid_ahw>*{
min-width:0;
}
.yijfooter_grid_ahw h4{
font-size:10px;
letter-spacing:.12em;
text-transform:uppercase;
color:#5A4572;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
margin-bottom:13px;
}
.yijfcol_ahw{
gap:0.563rem;
flex-direction:column;
font-size:0.813rem;
display:flex;
color:#C2AEDE;
}
.yijfcol_ahw a{
cursor:pointer;
}
.yijft_about_ahw{
margin-top:12px;
max-width:16.25rem;
font-size:0.813rem;
line-height:1.6;
color:#8B74A8;
}
.yijft_contact_ahw{
margin-top:12px;
overflow-wrap:anywhere;
font-size:0.781rem;
color:#E030B8;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.yijfooter_bottom_ahw{
margin:0 auto;
gap:16px;
flex-wrap:wrap;
padding-top:1.25rem;
max-width:87.5rem;
display:flex;
border-top:1px solid #261838;
justify-content:space-between;
align-items:center;
}
.yijfooter_bottom_ahw p{
font-size:0.688rem;
line-height:1.6;
max-width:720px;
color:#5A4572;
}
@media(max-width:1024px){
.yijfooter_grid_ahw{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:563px){
.yijfooter_grid_ahw{
grid-template-columns:1fr;
}
}