*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0E0B14;
-webkit-font-smoothing:antialiased;
color:#B8AFCF;
font-size:15px;
text-rendering:optimizeLegibility;
line-height:1.55;
overflow-wrap:break-word;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
img{
max-width:100%;
display:block;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
font-family:inherit;
cursor:pointer;
}
input{
font-family:inherit;
}
svg{
display:block;
}
h1,h2,h3,h4{
overflow-wrap:anywhere;
}
::-webkit-scrollbar{
height:8px;
width:8px;
}
::-webkit-scrollbar-thumb{
background:rgba(8, 6, 16, 0.72);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.cwy_shell-cml{
grid-template-columns:248px 1fr;
min-height:100vh;
display:grid;
}
.cwy_main-cml{
min-width:0;
}
.cwy_wrap-cml{
margin:0 auto;
width:100%;
max-width:1400px;
}
.cwy_container-cml{
margin:0 auto;
padding:0 1rem;
width:100%;
max-width:1400px;
}
@media(min-width:770px){
.cwy_container-cml{
padding:0 1.75rem;
}
}
.cwy_section-cml{
padding:24px 1.75rem;
}
.cwy_section_pt-cml{
padding-top:34px;
}
.cwy_band_soft-cml{
background:#151020;
}
.cwy_eyebrow-cml{
text-transform:uppercase;
overflow-wrap:break-word;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.4;
font-size:10.5px;
letter-spacing:.14em;
display:inline-block;
font-weight:600;
color:#A855F7;
}
.cwy_drawer_cb-cml{
display:none;
}
.cwy_overlay-cml{
display:none;
}
@media(max-width:1023px){
.cwy_shell-cml{
grid-template-columns:1fr;
}
.cwy_main-cml{
padding-bottom:4.875rem;
}
.cwy_drawer_cb-cml:checked~.cwy_overlay-cml{
inset:0;
background:rgba(8, 6, 16, 0.72);
position:fixed;
display:block;
z-index:70;
}
}
@media(max-width:557px){
.cwy_section-cml{
padding:18px 16px;
}
.cwy_section_pt-cml{
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 ---------- */
.cwy_side-cml{
padding:1.375rem 1.125rem;
gap:22px;
background:#120E1C;
position:sticky;
overflow-y:auto;
top:0;
align-self:start;
height:100vh;
display:flex;
border-right:1px solid #221A33;
flex-direction:column;
}
.cwy_brand-cml{
gap:0.625rem;
align-items:center;
display:flex;
}
.cwy_logo-cml{
letter-spacing:-.02em;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:21px;
font-weight:700;
color:#F0ECFC;
}
.cwy_side_cta-cml{
border:1px solid #2E2447;
background:rgba(168, 85, 247, 0.12);
padding:16px;
border-radius:12px;
}
.cwy_side_cta_h-cml{
line-height:1.15;
color:#F0ECFC;
font-weight:700;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:17px;
margin-bottom:0.375rem;
}
.cwy_side_cta_p-cml{
line-height:1.45;
margin-bottom:12px;
color:#B8AFCF;
font-size:12px;
}
.cwy_nav-cml{
gap:3px;
flex-direction:column;
display:flex;
}
.cwy_nav_label-cml{
padding:0.375rem 10px;
color:#4E4660;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
letter-spacing:.14em;
text-transform:uppercase;
font-size:9.5px;
}
.cwy_nav_item-cml{
gap:0.688rem;
padding:0.625rem;
border-radius:8px;
font-size:0.875rem;
align-items:center;
display:flex;
font-weight:500;
color:#B8AFCF;
}
.cwy_nav_item-cml svg{
width:1.063rem;
height:17px;
}
.cwy_nav_item-cml:hover{
background:rgba(168, 85, 247, 0.12);
color:#F0ECFC;
}
.cwy_nav_item_on-cml{
background:rgba(168, 85, 247, 0.12);
color:#A855F7;
font-weight:600;
}
.cwy_side_foot-cml{
background:#151020;
border:1px solid #2E2447;
border-radius:0.75rem;
padding:0.75rem;
margin-top:auto;
}
.cwy_side_foot-cml p{
font-size:0.781rem;
line-height:1.4;
color:#B8AFCF;
margin-top:0.25rem;
}
/* ---------- topbar ---------- */
.cwy_top-cml{
gap:1rem;
background:#120E1C;
padding:14px 1.75rem;
z-index:40;
align-items:center;
display:flex;
top:0;
border-bottom:1px solid #221A33;
position:sticky;
}
.cwy_top_brand-cml{
gap:0.563rem;
align-items:center;
display:none;
}
.cwy_search-cml{
gap:10px;
background:#151020;
padding:0.688rem 0.875rem;
border:1px solid #2E2447;
flex:1;
border-radius:12px;
display:flex;
max-width:440px;
align-items:center;
font-size:13.5px;
color:#7D728F;
}
.cwy_search-cml svg{
flex:none;
height:16px;
width:16px;
}
.cwy_top_actions-cml{
gap:12px;
align-items:center;
display:flex;
margin-left:auto;
}
.cwy_lang-cml{
font-size:12px;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
color:#B8AFCF;
}
.cwy_burger-cml{
border:1px solid #2E2447;
background:#151020;
border-radius:0.5rem;
align-items:center;
display:none;
width:2.5rem;
color:#F0ECFC;
justify-content:center;
height:2.5rem;
}
/* ---------- bottom-nav (mobile) ---------- */
.cwy_botnav-cml{
display:none;
}
@media(max-width:1024px){
.cwy_side-cml{
transition:transform .25s ease;
height:100vh;
left:0;
z-index:80;
transform:translateX(-100%);
top:0;
position:fixed;
width:280px;
}
.cwy_drawer_cb-cml:checked~.cwy_shell-cml .cwy_side-cml{
transform:translateX(0);
}
.cwy_top-cml{
gap:0.75rem;
padding:14px 1rem;
flex-wrap:wrap;
position:static;
}
.cwy_top_brand-cml{
display:flex;
}
.cwy_search-cml{
display:none;
}
.cwy_burger-cml{
display:flex;
}
.cwy_top_actions-cml{
gap:0.625rem;
margin-left:0;
align-items:stretch;
width:100%;
}
.cwy_top_actions-cml .cwy_lang-cml{
display:none;
}
.cwy_top_actions-cml .cwy_btn-cml{
flex:1;
padding:0.688rem 10px;
text-align:center;
}
.cwy_botnav-cml{
grid-template-columns:repeat(3,1fr);
background:#120E1C;
padding:0.5rem 6px calc(8px + env(safe-area-inset-bottom));
z-index:65;
left:0;
display:grid;
border-top:1px solid #2E2447;
right:0;
position:fixed;
bottom:0;
transform:translateZ(0);
}
.cwy_bn-cml{
padding:6px 2px 0;
gap:0.25rem;
font-size:0.625rem;
font-weight:600;
color:#B8AFCF;
flex-direction:column;
align-items:center;
display:flex;
justify-content:flex-end;
min-width:0;
}
.cwy_bn-cml svg{
flex:none;
height:22px;
width:1.375rem;
}
.cwy_bn-cml span{
overflow:hidden;
white-space:nowrap;
text-align:center;
text-overflow:ellipsis;
max-width:100%;
}
.cwy_bn_on-cml{
color:#A855F7;
}
.cwy_bn_center-cml{
position:relative;
}
.cwy_bn_fab-cml{
border-radius:50%;
background:#A855F7;
height:3.125rem;
top:-20px;
left:50%;
display:flex;
color:#FFFFFF;
position:absolute;
width:3.125rem;
align-items:center;
transform:translateX(-50%);
box-shadow:0 8px 40px rgba(8, 6, 16, 0.72), 0 2px 0.75rem rgba(168, 85, 247, 0.18);
justify-content:center;
}
.cwy_bn_fab-cml svg{
height:1.5rem;
width:24px;
}
.cwy_bn_center-cml span{
color:#A855F7;
}
}
.cwy_btn-cml{
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;
padding:0.688rem 1.375rem;
gap:0.5rem;
display:inline-flex;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
justify-content:center;
align-items:center;
font-size:14px;
cursor:pointer;
font-weight:700;
}
.cwy_btn_pri-cml{
background:#A855F7;
color:#FFFFFF;
box-shadow:0 4px 20px rgba(168, 85, 247, 0.45), 0 1px 0.375rem rgba(168, 85, 247, 0.30);
}
.cwy_btn_pri-cml:hover{
background:#9333EA;
}
.cwy_btn_ghost-cml{
background:rgba(168, 85, 247, 0.12);
color:#F0ECFC;
font-weight:600;
}
.cwy_btn_line-cml{
border:1px solid #3D3160;
background:transparent;
font-weight:600;
color:#F0ECFC;
}
.cwy_btn_lg-cml{
border-radius:12px;
padding:1rem 30px;
font-size:15px;
}
.cwy_band-cml .cwy_btn_line-cml{
border-color:rgba(255, 255, 255, 0.12);
color:#F0ECFC;
}
.cwy_band-cml .cwy_btn_ghost-cml{
background:rgba(255, 255, 255, 0.08);
color:#F0ECFC;
}
.cwy_link_m-cml{
gap:0.313rem;
color:#A855F7;
text-decoration:none;
align-items:center;
font-size:0.75rem;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
display:inline-flex;
cursor:pointer;
}
.cwy_link_m-cml svg{
width:0.875rem;
height:14px;
}
.cwy_band-cml .cwy_link_m-cml{
color:#C084FC;
}
.cwy_dot-cml{
background:#A855F7;
flex:none;
border-radius:50%;
width:7px;
height:7px;
}
.cwy_dot_live-cml{
animation:zm3-pulse 1.4s infinite;
background:#E53935;
}
.cwy_stars-cml{
gap:2px;
display:inline-flex;
color:#A855F7;
}
.cwy_stars-cml svg{
height:0.938rem;
width:0.938rem;
}
.cwy_chip-cml{
border:1px solid #2E2447;
padding:7px 12px;
border-radius:0.5rem;
gap:0.375rem;
background:#151020;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.688rem;
display:inline-flex;
color:#B8AFCF;
align-items:center;
}
.cwy_chip_on-cml{
border-color:transparent;
background:rgba(168, 85, 247, 0.12);
color:#A855F7;
}
.cwy_gc-cml{
cursor:pointer;
text-decoration:none;
display:block;
color:inherit;
min-width:0;
}
.cwy_gc_thumb-cml{
overflow:hidden;
border:1px solid #2E2447;
border-radius:12px;
background-size:cover;
aspect-ratio:1;
display:block;
background-position:center;
position:relative;
}
.cwy_gc_thumb_portrait-cml{
aspect-ratio:3/4;
}
.cwy_gc_thumb_wide-cml{
aspect-ratio:16/11;
}
.cwy_gc_cap-cml{
background:linear-gradient(transparent,rgba(8, 6, 16, 0.72));
padding:0.563rem;
bottom:0;
position:absolute;
right:0;
left:0;
}
.cwy_gc_name-cml{
color:#F0ECFC;
font-weight:700;
font-size:0.781rem;
display:block;
}
.cwy_gc_meta-cml{
color:#9E96B8;
font-size:11px;
}
.cwy_gc_badge-cml{
background:#A855F7;
padding:2px 0.375rem;
border-radius:0.5rem;
font-size:0.5rem;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
right:0.5rem;
font-weight:700;
color:#FFFFFF;
position:absolute;
top:8px;
}
.cwy_gc_badge_hot-cml{
background:#E53935;
color:#F0ECFC;
}
.cwy_gc_badge_live-cml{
background:#E53935;
right:auto;
left:0.5rem;
color:#F0ECFC;
}
.cwy_gc_mult-cml{
inset:0;
font-weight:700;
color:#A855F7;
justify-content:center;
position:absolute;
align-items:center;
font-size:1.75rem;
display:flex;
}
.cwy_pc-cml{
border:1px solid #2E2447;
background:#151020;
border-radius:0.75rem;
justify-content:center;
height:4rem;
font-weight:700;
font-size:14px;
color:#B8AFCF;
align-items:center;
display:flex;
}
.cwy_rail-cml{
min-width:0;
}
.cwy_rail_scroll-cml{
gap:14px;
display:grid;
}
.cwy_rail_scroll-cml>*{
min-width:0;
}
.cwy_g6-cml{
grid-template-columns:repeat(6,1fr);
}
.cwy_g7-cml{
grid-template-columns:repeat(7,1fr);
}
.cwy_g4-cml{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1025px){
.cwy_g6-cml,.cwy_g7-cml{
grid-template-columns:none;
grid-auto-columns:7.5rem;
overflow-x:auto;
grid-auto-flow:column;
scroll-snap-type:x mandatory;
padding-bottom:0.375rem;
}
.cwy_g6-cml>*,.cwy_g7-cml>*{
scroll-snap-align:start;
}
.cwy_g4-cml{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:561px){
.cwy_g4-cml{
grid-template-columns:none;
grid-auto-flow:column;
grid-auto-columns:9.375rem;
overflow-x:auto;
}
}
.cwy_panel-cml{
border-radius:1.25rem;
padding:28px 32px;
border:1px solid #2E2447;
background:#151020;
}
.cwy_split-cml{
gap:2.25rem;
display:grid;
align-items:start;
}
.cwy_split-cml>*{
min-width:0;
}
.cwy_split_a-cml{
grid-template-columns:.85fr 1.15fr;
}
.cwy_split_b-cml{
grid-template-columns:1fr 1.1fr;
}
.cwy_split_c-cml{
grid-template-columns:1.1fr .9fr;
}
.cwy_pgrid-cml{
gap:2.5rem;
grid-template-columns:.9fr 1.1fr;
align-items:center;
display:grid;
}
.cwy_pgrid-cml>*{
min-width:0;
}
.cwy_lead-cml{
font-size:0.938rem;
line-height:1.65;
color:#B8AFCF;
margin-bottom:14px;
}
.cwy_feat-cml{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.cwy_feat-cml>*{
min-width:0;
}
.cwy_feat2-cml{
grid-template-columns:1fr 1fr;
}
.cwy_feat_card-cml{
border:1px solid #2E2447;
border-radius:20px;
background:#151020;
padding:26px;
}
.cwy_feat_card-cml svg{
margin-bottom:1rem;
height:1.625rem;
width:1.625rem;
color:#A855F7;
}
.cwy_feat_card-cml h3{
margin-bottom:0.5rem;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#F0ECFC;
font-weight:700;
font-size:18px;
}
.cwy_feat_card-cml p{
line-height:1.6;
font-size:0.813rem;
color:#B8AFCF;
}
.cwy_feat_card-cml b{
color:#F0ECFC;
}
.cwy_big-cml{
gap:22px;
flex-wrap:wrap;
display:flex;
}
.cwy_big_n-cml{
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
color:#A855F7;
font-size:26px;
}
.cwy_big_l-cml{
color:#7D728F;
font-size:0.75rem;
}
.cwy_person-cml{
gap:14px;
padding:1rem 18px;
border-radius:12px;
background:#151020;
border:1px solid #2E2447;
align-items:center;
display:flex;
}
.cwy_avatar-cml{
border-radius:50%;
background:linear-gradient(135deg,#A855F7,#7C22C2);
flex:none;
height:2.75rem;
width:2.75rem;
}
.cwy_person_name-cml{
color:#F0ECFC;
font-size:0.875rem;
font-weight:700;
}
.cwy_person_role-cml{
font-size:0.75rem;
color:#7D728F;
}
.cwy_kv-cml{
gap:1px;
background:#2E2447;
grid-template-columns:1fr 1fr;
border-radius:12px;
overflow:hidden;
border:1px solid #2E2447;
display:grid;
}
.cwy_kv-cml>div{
background:#0E0B14;
padding:1rem 18px;
min-width:0;
}
.cwy_kv_k-cml{
margin-bottom:5px;
font-size:0.594rem;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
color:#A855F7;
text-transform:uppercase;
}
.cwy_kv_v-cml{
font-weight:700;
color:#F0ECFC;
font-size:0.844rem;
}
@media(max-width:1024px){
.cwy_split_a-cml,.cwy_split_b-cml,.cwy_split_c-cml,.cwy_pgrid-cml{
gap:24px;
grid-template-columns:1fr;
}
.cwy_feat-cml,.cwy_feat2-cml{
grid-template-columns:1fr;
}
.cwy_kv-cml{
grid-template-columns:1fr;
}
}
.cwy_sh-cml{
margin-bottom:16px;
min-width:0;
}
.cwy_sh_row-cml{
gap:0.75rem;
display:flex;
align-items:flex-end;
flex-wrap:wrap;
justify-content:space-between;
}
.cwy_sh_row-cml .cwy_sh_l-cml{
gap:6px;
min-width:0;
flex-direction:column;
display:flex;
}
.cwy_sh_stack-cml{
gap:0.625rem;
align-items:flex-start;
flex-direction:column;
display:flex;
}
.cwy_sh_center-cml{
gap:10px;
text-align:center;
display:flex;
flex-direction:column;
align-items:center;
}
.cwy_sh_h2-cml{
gap:9px;
overflow-wrap:break-word;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#F0ECFC;
font-weight:700;
font-size:20px;
align-items:center;
line-height:1.1;
display:flex;
}
@media(min-width:771px){
.cwy_sh_h2-cml{
font-size:1.5rem;
}
}
.cwy_band-cml .cwy_sh_h2-cml{
color:#F0ECFC;
}
.cwy_eb_mono-cml{
letter-spacing:.08em;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
text-transform:none;
}
.cwy_eb_mono-cml::before{
content:"// ";
}
.cwy_eb_upper-cml{
letter-spacing:.14em;
text-transform:uppercase;
}
.cwy_eb_pill-cml{
padding:0.313rem 11px;
border-radius:999px;
background:rgba(168, 85, 247, 0.12);
letter-spacing:.12em;
text-transform:uppercase;
}
.cwy_eb_line-cml{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.cwy_eb_line-cml::before{
background:#A855F7;
height:1px;
display:inline-block;
width:24px;
content:"";
}
.cwy_band-cml .cwy_eb_line-cml::before{
background:#C084FC;
}
.cwy_band-cml .cwy_eb_pill-cml{
background:rgba(255, 255, 255, 0.08);
}
.cwy_sh_link-cml{
gap:6px;
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;
white-space:nowrap;
font-weight:600;
color:#F0ECFC;
padding-bottom:2px;
border-bottom:1px solid #F0ECFC;
font-size:13px;
display:inline-flex;
}
.cwy_sh_link-cml:hover{
border-color:#A855F7;
color:#A855F7;
}
.cwy_sh_link-cml svg{
width:14px;
height:14px;
}
.cwy_sh_link_chev-cml{
padding-bottom:0;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.75rem;
color:#A855F7;
border-bottom:0;
}
.cwy_sh_link_btn-cml{
border-radius:62.438rem;
background:#A855F7;
padding:0.563rem 18px;
border-bottom:0;
color:#FFFFFF;
}
.cwy_sh_link_btn-cml:hover{
border-color:transparent;
background:#9333EA;
}
.cwy_band-cml .cwy_sh_link-cml{
border-color:#F0ECFC;
color:#F0ECFC;
}
.cwy_band-cml .cwy_sh_link_chev-cml{
color:#C084FC;
}
.cwy_sh_rule-cml{
background:#2E2447;
margin:-2px 0 1rem;
height:1px;
}
.cwy_band-cml .cwy_sh_rule-cml{
background:rgba(255, 255, 255, 0.12);
}
.cwy_seo_grid3-cml{
gap:20px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.cwy_seo_grid4-cml{
grid-template-columns:repeat(4,1fr);
gap:13px;
display:grid;
}
.cwy_seo_grid3-cml>*,.cwy_seo_grid4-cml>*{
min-width:0;
}
.cwy_seo_card-cml{
padding:1.5rem;
border:1px solid #2E2447;
background:#151020;
border-radius:12px;
}
.cwy_seo_card-cml h3{
font-weight:700;
margin-bottom:0.5rem;
font-size:1.125rem;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#F0ECFC;
}
.cwy_seo_card-cml p{
line-height:1.6;
font-size:0.813rem;
color:#B8AFCF;
}
.cwy_seo_card_sm-cml{
padding:20px;
}
.cwy_seo_card_sm-cml h3{
font-size:1rem;
}
.cwy_seo_card_sm-cml p{
font-size:0.781rem;
line-height:1.55;
}
.cwy_seo_rtp_row-cml{
grid-template-columns:1fr 1fr;
gap:36px;
align-items:center;
margin-top:1rem;
display:grid;
}
.cwy_rtp-cml{
gap:0.875rem;
min-width:0;
display:flex;
}
.cwy_rtp-cml>div{
border-radius:0.75rem;
background:#0E0B14;
padding:1rem;
flex:1;
text-align:center;
min-width:0;
}
.cwy_rtp_n-cml{
font-size:1.625rem;
color:#A855F7;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
white-space:nowrap;
}
.cwy_rtp_l-cml{
margin-top:4px;
color:#7D728F;
font-size:11px;
}
.cwy_cmp-cml{
overflow:hidden;
border-radius:12px;
border:1px solid #2E2447;
max-width:760px;
}
.cwy_cmp_row-cml{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
font-size:0.813rem;
}
.cwy_cmp_row-cml>div{
padding:13px 14px;
text-align:center;
min-width:0;
}
.cwy_cmp_row-cml>div:first-child{
padding-left:1.375rem;
font-weight:600;
text-align:left;
color:#F0ECFC;
}
.cwy_cmp_th-cml{
background:#0E0B14;
font-size:12.5px;
font-weight:700;
}
.cwy_cmp_row-cml:not(.cwy_cmp_th-cml){
background:#151020;
color:#B8AFCF;
border-top:1px solid #221A33;
}
.cwy_cmp_zebra-cml{
background:#1A1428;
}
.cwy_guide-cml{
border-radius:0.75rem;
background:#151020;
overflow:hidden;
border:1px solid #2E2447;
cursor:pointer;
}
.cwy_guide_cover-cml{
height:8.125rem;
}
.cwy_guide_body-cml{
padding:20px;
}
.cwy_guide_body-cml h3{
margin:7px 0 9px;
font-size:16px;
line-height:1.25;
color:#F0ECFC;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
}
.cwy_guide_meta-cml{
color:#7D728F;
font-size:0.719rem;
}
.cwy_hub-cml{
grid-template-columns:repeat(5,1fr);
gap:28px;
border-top:1px solid #221A33;
padding-top:1.75rem;
display:grid;
}
.cwy_hub-cml>*{
min-width:0;
}
.cwy_hub-cml h4{
color:#F0ECFC;
margin-bottom:11px;
font-weight:700;
font-size:0.813rem;
}
.cwy_hub_col-cml{
gap:0.5rem;
font-size:13px;
display:flex;
flex-direction:column;
color:#B8AFCF;
}
.cwy_hub_col-cml a{
cursor:pointer;
}
@media(max-width:1027px){
.cwy_seo_grid3-cml{
grid-template-columns:1fr;
}
.cwy_seo_grid4-cml{
grid-template-columns:repeat(2,1fr);
}
.cwy_seo_rtp_row-cml{
gap:20px;
grid-template-columns:1fr;
}
.cwy_hub-cml{
grid-template-columns:repeat(2,1fr);
gap:22px;
}
}
@media(max-width:561px){
.cwy_hub-cml{
grid-template-columns:1fr;
}
}
.cwy_tk-cml{
background:#080610;
overflow:hidden;
align-items:center;
display:flex;
border-bottom:1px solid #221A33;
}
.cwy_tk_tag-cml{
background:#151020;
padding:11px 18px;
gap:0.5rem;
flex:none;
font-weight:600;
color:#E53935;
display:flex;
letter-spacing:.1em;
align-items:center;
font-size:0.656rem;
text-transform:uppercase;
border-right:1px solid #221A33;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
}
.cwy_tk_rail-cml{
overflow:hidden;
flex:1;
}
.cwy_tk_track-cml{
padding:0.688rem 14px;
animation:zm3-marquee 26s linear infinite;
gap:28px;
width:max-content;
display:flex;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
white-space:nowrap;
color:#B8AFCF;
font-size:0.75rem;
}
.cwy_tk_track-cml b{
color:#A855F7;
}
.cwy_hero-cml{
background:linear-gradient(120deg,#110D1E,#0A0B1C);
border:1px solid #2E2447;
overflow:hidden;
border-radius:20px;
padding:46px 48px;
position:relative;
color:#F0ECFC;
}
.cwy_hero_glow-cml{
border-radius:50%;
background:radial-gradient(circle,rgba(149, 76, 255, 0.22),transparent 70%);
right:-3.75rem;
height:21.25rem;
position:absolute;
top:-60px;
width:340px;
}
.cwy_hero_in-cml{
position:relative;
max-width:37.5rem;
}
.cwy_hero-cml .cwy_eyebrow-cml{
color:#C084FC;
}
.cwy_pill_row-cml{
background:rgba(255, 255, 255, 0.08);
gap:0.5rem;
padding:0.375rem 13px;
border:1px solid rgba(255, 255, 255, 0.12);
border-radius:999px;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
color:#C084FC;
align-items:center;
margin-bottom:1.375rem;
letter-spacing:.1em;
text-transform:uppercase;
display:inline-flex;
font-size:0.656rem;
}
.cwy_hero_h1-cml{
margin:1.125rem 0;
font-weight:700;
overflow-wrap:break-word;
color:#F0ECFC;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
letter-spacing:-.02em;
line-height:1.02;
font-size:54px;
}
.cwy_hero_h1-cml em{
color:#C084FC;
font-style:normal;
}
.cwy_hero_sub-cml{
color:#9E96B8;
line-height:1.55;
max-width:480px;
margin-bottom:28px;
font-size:17px;
}
.cwy_hero_cta-cml{
gap:14px;
margin-bottom:26px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.cwy_hero_trust-cml{
gap:0.875rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.cwy_hero_rating_txt-cml{
color:#9E96B8;
font-size:0.813rem;
}
@media(max-width:1027px){
.cwy_hero-cml{
padding:2rem 1.5rem;
}
.cwy_hero_h1-cml{
font-size:38px;
}
}
@media(max-width:560px){
.cwy_hero_h1-cml{
font-size:1.875rem;
}
}
.cwy_stat-cml{
gap:14px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.cwy_stat-cml>*{
min-width:0;
}
.cwy_stat_item-cml{
border:1px solid #2E2447;
background:#151020;
border-radius:0.75rem;
padding:1.125rem 20px;
}
.cwy_stat_k-cml{
letter-spacing:.12em;
font-size:9.5px;
margin-bottom:7px;
text-transform:uppercase;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
color:#7D728F;
}
.cwy_stat_v-cml{
gap:8px;
overflow-wrap:anywhere;
align-items:center;
font-weight:700;
display:flex;
font-size:1.5rem;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#F0ECFC;
min-width:0;
}
.cwy_stat_v_accent-cml{
color:#A855F7;
}
@media(max-width:1025px){
.cwy_stat-cml{
grid-template-columns:repeat(2,1fr);
}
}
.cwy_wlc-cml{
overflow:hidden;
gap:24px;
background:linear-gradient(120deg,#110D1E,#0A0B1C);
padding:36px 40px;
grid-template-columns:1.2fr .8fr;
border:1px solid #2E2447;
border-radius:20px;
display:grid;
align-items:center;
position:relative;
color:#F0ECFC;
}
.cwy_wlc-cml>*{
min-width:0;
}
.cwy_wlc-cml .cwy_eyebrow-cml{
color:#C084FC;
}
.cwy_wlc_glow-cml{
border-radius:50%;
background:radial-gradient(circle,rgba(149, 76, 255, 0.22),transparent 70%);
width:16.25rem;
height:260px;
right:-2.5rem;
position:absolute;
top:-40px;
}
.cwy_wlc_in-cml{
position:relative;
}
.cwy_wlc_h2-cml{
margin:10px 0 8px;
line-height:1.03;
font-size:34px;
font-weight:700;
color:#F0ECFC;
overflow-wrap:break-word;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.cwy_wlc_h2-cml em{
font-style:normal;
color:#C084FC;
}
.cwy_wlc_sub-cml{
margin-bottom:18px;
font-size:14px;
line-height:1.55;
max-width:420px;
color:#9E96B8;
}
.cwy_wlc_terms-cml{
gap:10px;
flex-direction:column;
position:relative;
display:flex;
}
.cwy_term-cml{
background:rgba(255, 255, 255, 0.08);
padding:0.813rem 15px;
gap:11px;
border-radius:0.75rem;
border:1px solid rgba(255, 255, 255, 0.12);
display:flex;
align-items:center;
}
.cwy_term-cml svg{
flex:none;
height:1.25rem;
width:20px;
color:#C084FC;
}
.cwy_term_k-cml{
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
letter-spacing:.1em;
font-size:9.5px;
text-transform:uppercase;
color:#9E96B8;
}
.cwy_term_v-cml{
font-size:14px;
font-weight:700;
margin-top:2px;
color:#F0ECFC;
}
@media(max-width:1025px){
.cwy_wlc-cml{
grid-template-columns:1fr;
}
}
@media(max-width:563px){
.cwy_wlc_h2-cml{
font-size:1.625rem;
}
}
.cwy_jp-cml{
grid-template-columns:1.5fr 1fr 1fr;
gap:14px;
display:grid;
}
.cwy_jp-cml>*{
min-width:0;
}
.cwy_jp_hero-cml{
border:1px solid #2E2447;
background:linear-gradient(135deg,#110D1E,#0A0B1C);
border-radius:20px;
padding:26px;
overflow:hidden;
gap:14px;
position:relative;
flex-direction:column;
color:#F0ECFC;
min-height:180px;
justify-content:space-between;
display:flex;
}
.cwy_jp_glow-cml{
background:radial-gradient(circle,rgba(149, 76, 255, 0.22),transparent 70%);
border-radius:50%;
position:absolute;
top:-2.5rem;
width:11.25rem;
right:-40px;
height:11.25rem;
}
.cwy_jp_k_row-cml{
gap:10px;
justify-content:space-between;
display:flex;
position:relative;
align-items:center;
}
.cwy_jp_k-cml{
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
color:#7D728F;
font-size:0.625rem;
letter-spacing:.12em;
text-transform:uppercase;
}
.cwy_jp_hero-cml .cwy_jp_k-cml{
color:#9E96B8;
}
.cwy_jp_amt-cml{
font-weight:700;
font-size:42px;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1;
position:relative;
color:#C084FC;
}
.cwy_jp_sub-cml{
margin-top:5px;
color:#9E96B8;
font-size:12px;
}
.cwy_jp_cell-cml{
padding:1.375rem;
border-radius:1.25rem;
background:#151020;
border:1px solid #2E2447;
display:flex;
justify-content:space-between;
min-height:11.25rem;
flex-direction:column;
}
.cwy_jp_cell-cml .cwy_jp_amt-cml{
font-size:1.875rem;
color:#F0ECFC;
}
.cwy_jp_cell-cml .cwy_jp_sub-cml{
color:#7D728F;
}
@media(max-width:1025px){
.cwy_jp-cml{
grid-template-columns:1fr;
}
}
@media(max-width:558px){
.cwy_jp_amt-cml{
font-size:2rem;
}
}
.cwy_gm-cml{
gap:16px;
grid-template-columns:1.3fr 1fr;
display:grid;
}
.cwy_gm-cml>*{
min-width:0;
}
.cwy_gm_panel-cml{
border-radius:20px;
border:1px solid #2E2447;
background:#151020;
padding:1.75rem;
}
.cwy_gm_h2-cml{
margin:10px 0 8px;
font-weight:700;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#F0ECFC;
font-size:24px;
}
.cwy_gm_text-cml{
line-height:1.6;
color:#B8AFCF;
margin-bottom:20px;
max-width:440px;
font-size:0.844rem;
}
.cwy_gm_level-cml{
gap:14px;
display:flex;
align-items:center;
margin-bottom:1rem;
}
.cwy_gm_lv-cml{
font-weight:700;
font-size:24px;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#A855F7;
}
.cwy_gm_bar_wrap-cml{
flex:1;
min-width:0;
}
.cwy_gm_bar_meta-cml{
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.625rem;
margin-bottom:0.313rem;
justify-content:space-between;
color:#7D728F;
display:flex;
}
.cwy_bar-cml{
overflow:hidden;
background:#0E0B14;
border-radius:999px;
height:8px;
}
.cwy_bar_fill-cml{
border-radius:999px;
background:linear-gradient(90deg,#A855F7,#7C22C2);
height:100%;
display:block;
}
.cwy_gm_missions-cml{
gap:9px;
display:flex;
flex-wrap:wrap;
}
.cwy_gm_refer-cml{
border:1px solid #2E2447;
padding:28px;
overflow:hidden;
background:linear-gradient(150deg,#110D1E,#0A0B1C);
border-radius:20px;
color:#F0ECFC;
position:relative;
justify-content:space-between;
flex-direction:column;
display:flex;
}
.cwy_gm_refer-cml .cwy_eyebrow-cml{
color:#C084FC;
}
.cwy_gm_ref_h2-cml{
margin:10px 0 8px;
font-size:1.5rem;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.1;
font-weight:700;
color:#F0ECFC;
}
.cwy_gm_ref_h2-cml em{
font-style:normal;
color:#C084FC;
}
.cwy_gm_ref_text-cml{
font-size:13px;
margin-bottom:18px;
line-height:1.55;
color:#9E96B8;
}
@media(max-width:1021px){
.cwy_gm-cml{
grid-template-columns:1fr;
}
}
.cwy_steps-cml{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.cwy_steps-cml>*{
min-width:0;
}
.cwy_step-cml{
border-radius:0.75rem;
background:#151020;
padding:24px;
border:1px solid #2E2447;
position:relative;
}
.cwy_step_num-cml{
background:#A855F7;
border-radius:0.5rem;
width:1.875rem;
margin-bottom:0.875rem;
height:30px;
align-items:center;
color:#FFFFFF;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
display:flex;
font-size:13px;
font-weight:700;
justify-content:center;
}
.cwy_step_h-cml{
font-size:16px;
color:#F0ECFC;
margin-bottom:7px;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
}
.cwy_step_p-cml{
line-height:1.55;
color:#B8AFCF;
font-size:13px;
}
@media(max-width:1025px){
.cwy_steps-cml{
grid-template-columns:1fr;
}
}
.cwy_dw_h2-cml{
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
color:#F0ECFC;
margin-bottom:10px;
font-size:26px;
line-height:1.08;
}
.cwy_steps_v-cml{
grid-template-columns:1fr;
gap:0.625rem;
}
.cwy_steps_v-cml .cwy_step-cml{
padding:1.125rem 20px;
}
@media(max-width:557px){
.cwy_dw_h2-cml{
font-size:23px;
}
}
.cwy_pay_logos-cml{
grid-template-columns:repeat(4,1fr);
gap:0.563rem;
display:grid;
}
.cwy_pay_logos-cml>*{
min-width:0;
}
.cwy_pay-cml{
border:1px solid #2E2447;
border-radius:0.5rem;
height:3rem;
font-size:12px;
color:#B8AFCF;
font-weight:700;
align-items:center;
display:flex;
justify-content:center;
}
.cwy_table-cml{
border-radius:12px;
border:1px solid #2E2447;
overflow:hidden;
}
.cwy_trow-cml{
grid-template-columns:1.3fr 1fr 1fr 1fr;
display:grid;
font-size:13px;
}
.cwy_trow-cml>div{
padding:13px 0.875rem;
min-width:0;
}
.cwy_trow-cml>div:first-child{
color:#F0ECFC;
padding-left:16px;
font-weight:700;
}
.cwy_trow_th-cml{
background:#0E0B14;
color:#7D728F;
text-transform:uppercase;
font-size:9.5px;
letter-spacing:.06em;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
}
.cwy_trow-cml:not(.cwy_trow_th-cml){
background:#151020;
color:#B8AFCF;
border-top:1px solid #221A33;
}
.cwy_trow_zebra-cml{
background:#1A1428;
}
.cwy_pos-cml{
color:#A855F7;
font-weight:700;
}
@media(max-width:1023px){
.cwy_pay_logos-cml{
grid-template-columns:repeat(2,1fr);
}
}
.cwy_vip_head-cml{
gap:12px;
margin-bottom:18px;
align-items:flex-end;
flex-wrap:wrap;
display:flex;
justify-content:space-between;
}
.cwy_vip_intro-cml{
max-width:26.25rem;
color:#B8AFCF;
font-size:0.813rem;
}
.cwy_vip-cml{
grid-template-columns:repeat(5,1fr);
gap:0.75rem;
display:grid;
}
.cwy_vip-cml>*{
min-width:0;
}
.cwy_tier-cml{
border:1px solid #2E2447;
background:#151020;
padding:20px;
border-radius:12px;
}
.cwy_tier_on-cml{
background:rgba(168, 85, 247, 0.12);
border-color:#A855F7;
}
.cwy_tier_medal-cml{
border-radius:8px;
background:linear-gradient(135deg,#A855F7,#7C22C2);
height:1.875rem;
width:1.875rem;
margin-bottom:14px;
}
.cwy_tier_name-cml{
font-size:15px;
margin-bottom:5px;
font-weight:700;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#F0ECFC;
}
.cwy_tier_tx-cml{
color:#7D728F;
font-size:0.719rem;
line-height:1.5;
}
@media(max-width:1022px){
.cwy_vip-cml{
grid-template-columns:repeat(2,1fr);
}
}
.cwy_app-cml{
gap:2.25rem;
align-items:center;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.cwy_app_copy-cml{
max-width:520px;
}
.cwy_app_h2-cml{
margin:0.75rem 0 0.625rem;
color:#F0ECFC;
font-weight:700;
font-size:1.75rem;
line-height:1.05;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.cwy_app_text-cml{
color:#B8AFCF;
margin-bottom:20px;
line-height:1.6;
font-size:14px;
}
.cwy_app_btns-cml{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.cwy_store-cml{
border-radius:0.75rem;
gap:0.563rem;
border:1px solid #2E2447;
padding:0.688rem 1.125rem;
background:#0E0B14;
display:inline-flex;
cursor:pointer;
font-size:13px;
font-weight:700;
color:#F0ECFC;
align-items:center;
}
.cwy_store-cml svg{
height:16px;
width:16px;
}
.cwy_app_qr_wrap-cml{
gap:16px;
align-items:center;
display:flex;
}
.cwy_qr-cml{
border:1px solid #2E2447;
gap:3px;
border-radius:0.75rem;
grid-template-columns:repeat(5,1fr);
background:#0E0B14;
grid-template-rows:repeat(5,1fr);
padding:0.688rem;
height:108px;
display:grid;
width:108px;
}
.cwy_qr-cml i{
background:transparent;
}
.cwy_qr_f-cml{
background:#A855F7;
}
.cwy_app_qr_cap-cml{
line-height:1.4;
font-size:12px;
color:#7D728F;
max-width:5.25rem;
}
.cwy_supp-cml{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.cwy_supp-cml>*{
min-width:0;
}
.cwy_supp_card-cml{
background:#151020;
border-radius:12px;
border:1px solid #2E2447;
padding:24px;
}
.cwy_supp_card-cml svg{
color:#A855F7;
margin-bottom:0.875rem;
height:1.5rem;
width:1.5rem;
}
.cwy_supp_card-cml h3{
font-size:16px;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
margin-bottom:6px;
color:#F0ECFC;
}
.cwy_supp_card-cml p{
color:#B8AFCF;
line-height:1.55;
font-size:0.813rem;
}
@media(max-width:1021px){
.cwy_supp-cml{
grid-template-columns:1fr;
}
}
.cwy_tour-cml{
border:1px solid #2E2447;
overflow:hidden;
grid-template-columns:1.05fr 1fr;
border-radius:1.25rem;
display:grid;
}
.cwy_tour-cml>*{
min-width:0;
}
.cwy_tour_l-cml{
padding:34px;
overflow:hidden;
background:linear-gradient(135deg,#110D1E,#0A0B1C);
color:#F0ECFC;
position:relative;
}
.cwy_tour_h2-cml{
margin:12px 0 0.625rem;
font-weight:700;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.05;
font-size:1.875rem;
color:#F0ECFC;
}
.cwy_tour_h2-cml em{
color:#C084FC;
font-style:normal;
}
.cwy_tour_text-cml{
font-size:13.5px;
margin-bottom:20px;
max-width:21.25rem;
color:#9E96B8;
line-height:1.6;
}
.cwy_tour_meta-cml{
gap:18px;
align-items:flex-end;
margin-bottom:20px;
display:flex;
flex-wrap:wrap;
}
.cwy_tour_cap-cml{
font-size:0.594rem;
color:#9E96B8;
text-transform:uppercase;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
margin-bottom:0.313rem;
}
.cwy_count-cml{
gap:0.375rem;
display:flex;
}
.cwy_count-cml span{
padding:0.25rem 0.563rem;
background:rgba(255, 255, 255, 0.08);
border-radius:0.5rem;
border:1px solid rgba(255, 255, 255, 0.12);
font-size:22px;
font-weight:700;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
}
.cwy_tour_units-cml{
color:#9E96B8;
font-size:10px;
}
.cwy_board-cml{
padding:28px 30px;
background:#151020;
}
.cwy_board_head-cml{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:14px;
}
.cwy_board_title-cml{
color:#F0ECFC;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
font-size:1rem;
}
.cwy_board_upd-cml{
text-transform:uppercase;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.625rem;
color:#7D728F;
}
.cwy_board_list-cml{
gap:2px;
display:flex;
flex-direction:column;
}
.cwy_board_row-cml{
gap:12px;
border-radius:0.5rem;
padding:0.625rem 12px;
display:flex;
align-items:center;
}
.cwy_board_top1-cml{
background:rgba(168, 85, 247, 0.12);
}
.cwy_board_rk-cml{
width:20px;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
font-weight:700;
color:#7D728F;
font-size:14px;
}
.cwy_board_top1-cml .cwy_board_rk-cml{
color:#A855F7;
}
.cwy_board_nm-cml{
flex:1;
min-width:0;
font-weight:600;
font-size:0.844rem;
color:#B8AFCF;
}
.cwy_board_top1-cml .cwy_board_nm-cml{
color:#F0ECFC;
font-weight:700;
}
.cwy_board_pt-cml{
font-size:0.781rem;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
color:#B8AFCF;
}
@media(max-width:1024px){
.cwy_tour-cml{
grid-template-columns:1fr;
}
}
@media(max-width:559px){
.cwy_tour_h2-cml{
font-size:24px;
}
}
.cwy_promo_grid-cml{
gap:1rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.cwy_promo_grid-cml>*{
min-width:0;
}
.cwy_promo-cml{
overflow:hidden;
border-radius:1.25rem;
padding:1.5rem;
background:#151020;
border:1px solid #2E2447;
position:relative;
min-height:150px;
}
.cwy_promo_h-cml{
line-height:1.05;
font-weight:700;
font-size:26px;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#F0ECFC;
margin-top:6px;
}
.cwy_promo_h-cml em{
color:#A855F7;
font-style:normal;
}
.cwy_promo_p-cml{
color:#B8AFCF;
margin-top:8px;
font-size:12.5px;
line-height:1.5;
}
.cwy_promo_feat-cml{
background:linear-gradient(135deg,#110D1E,#0A0B1C);
border-color:#2E2447;
}
.cwy_promo_feat-cml .cwy_promo_h-cml{
color:#F0ECFC;
}
.cwy_promo_feat-cml .cwy_promo_h-cml em{
color:#C084FC;
}
.cwy_promo_feat-cml .cwy_promo_p-cml{
color:#9E96B8;
}
.cwy_promo_feat-cml .cwy_eyebrow-cml{
color:#C084FC;
}
@media(max-width:1024px){
.cwy_promo_grid-cml{
grid-template-columns:1fr;
}
}
.cwy_op_h2-cml{
margin:10px 0 0.5rem;
line-height:1.1;
font-weight:700;
color:#F0ECFC;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.5rem;
}
.cwy_op_text-cml{
line-height:1.6;
color:#B8AFCF;
font-size:0.844rem;
}
@media(max-width:561px){
.cwy_op_h2-cml{
font-size:1.375rem;
}
}
.cwy_rv_head-cml{
gap:12px;
justify-content:space-between;
margin-bottom:1.125rem;
align-items:flex-end;
display:flex;
flex-wrap:wrap;
}
.cwy_rv_agg-cml{
gap:0.625rem;
align-items:center;
display:flex;
}
.cwy_rv_source-cml{
color:#7D728F;
font-size:12.5px;
}
.cwy_rv_grid-cml{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.cwy_rv_grid-cml>*{
min-width:0;
}
.cwy_review-cml{
border-radius:12px;
border:1px solid #2E2447;
padding:24px;
background:#151020;
}
.cwy_review-cml .cwy_stars-cml{
margin-bottom:10px;
}
.cwy_review-cml p{
font-size:0.906rem;
line-height:1.5;
font-weight:600;
color:#F0ECFC;
margin-bottom:14px;
}
.cwy_review_by-cml{
font-size:0.781rem;
color:#7D728F;
}
@media(max-width:1021px){
.cwy_rv_grid-cml{
grid-template-columns:1fr;
}
}
.cwy_dispute-cml{
border:1px dashed #3D3160;
border-radius:12px;
gap:1.75rem;
padding:1.625rem 1.875rem;
flex-wrap:wrap;
align-items:center;
justify-content:space-between;
display:flex;
}
.cwy_dispute_in-cml{
max-width:41.25rem;
}
.cwy_dispute_h2-cml{
color:#F0ECFC;
font-size:1.375rem;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
margin-bottom:0.5rem;
}
.cwy_dispute_text-cml{
font-size:0.844rem;
line-height:1.6;
color:#B8AFCF;
}
.cwy_provs-cml{
grid-template-columns:repeat(6,1fr);
gap:0.75rem;
margin-bottom:1.75rem;
display:grid;
}
.cwy_provs-cml>*{
min-width:0;
}
.cwy_prov-cml{
padding:0.75rem;
border:1px solid #2E2447;
border-radius:12px;
background:#151020;
text-decoration:none;
justify-content:center;
height:64px;
align-items:center;
display:flex;
}
.cwy_prov_img-cml{
max-height:32px;
object-fit:contain;
max-width:100%;
}
.cwy_resp-cml{
padding:26px;
border:1px solid #2E2447;
border-radius:12px;
background:#151020;
gap:24px;
flex-wrap:wrap;
align-items:center;
display:flex;
justify-content:space-between;
}
.cwy_resp_in-cml{
max-width:35rem;
}
.cwy_resp_h-cml{
color:#F0ECFC;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.188rem;
font-weight:700;
margin-bottom:0.5rem;
}
.cwy_resp_p-cml{
color:#B8AFCF;
font-size:13.5px;
line-height:1.6;
}
.cwy_resp_badges-cml{
gap:14px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.cwy_age18-cml{
border:1.5px solid #E53935;
border-radius:8px;
padding:0.25rem 8px;
font-weight:700;
color:#E53935;
font-size:13px;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
}
.cwy_resp_org-cml{
font-size:0.813rem;
font-weight:600;
color:#7D728F;
}
@media(max-width:1025px){
.cwy_provs-cml{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:557px){
.cwy_provs-cml{
grid-template-columns:repeat(2,1fr);
}
}
.cwy_gd_head-cml{
gap:12px;
display:flex;
justify-content:space-between;
margin-bottom:16px;
align-items:center;
flex-wrap:wrap;
}
.cwy_ab_h2-cml{
margin:0.875rem 0 16px;
font-weight:700;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:2rem;
color:#F0ECFC;
line-height:1.08;
}
.cwy_ab_body-cml{
color:#B8AFCF;
font-size:0.938rem;
line-height:1.65;
margin-bottom:14px;
}
.cwy_ab_chips-cml{
gap:10px;
flex-wrap:wrap;
margin-top:0.5rem;
display:flex;
}
.cwy_faq-cml{
gap:10px;
flex-direction:column;
display:flex;
}
.cwy_faq_item-cml{
background:#151020;
border:1px solid #2E2447;
padding:18px 1.375rem;
border-radius:0.75rem;
}
.cwy_faq_q-cml{
gap:16px;
list-style:none;
display:flex;
cursor:pointer;
color:#F0ECFC;
font-weight:600;
align-items:center;
font-size:0.969rem;
justify-content:space-between;
}
.cwy_faq_q-cml::-webkit-details-marker{
display:none;
}
.cwy_faq_q_t-cml{
gap:0.625rem;
display:flex;
}
.cwy_faq_q_i-cml{
color:#A855F7;
font-style:normal;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
}
.cwy_faq_pm-cml{
font-size:20px;
color:#A855F7;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
}
.cwy_faq_item-cml[open] .cwy_faq_pm-cml{
transform:rotate(45deg);
}
.cwy_faq_a-cml{
color:#B8AFCF;
margin-top:0.75rem;
line-height:1.6;
font-size:13.5px;
}
@media(max-width:561px){
.cwy_ab_h2-cml{
font-size:1.625rem;
}
}
.cwy_footer-cml{
padding:2.5rem 28px;
background:#080610;
border-top:1px solid #221A33;
}
.cwy_footer_grid-cml{
gap:32px;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
margin-right:auto;
margin-left:auto;
margin-bottom:28px;
max-width:87.5rem;
}
.cwy_footer_grid-cml>*{
min-width:0;
}
.cwy_footer_grid-cml h4{
font-size:0.625rem;
color:#4E4660;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
margin-bottom:0.813rem;
text-transform:uppercase;
letter-spacing:.12em;
}
.cwy_fcol-cml{
gap:0.563rem;
display:flex;
color:#B8AFCF;
flex-direction:column;
font-size:13px;
}
.cwy_fcol-cml a{
cursor:pointer;
}
.cwy_ft_about-cml{
margin-top:12px;
font-size:13px;
color:#7D728F;
line-height:1.6;
max-width:260px;
}
.cwy_ft_contact-cml{
margin-top:0.75rem;
font-size:0.781rem;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
overflow-wrap:anywhere;
color:#A855F7;
}
.cwy_footer_bottom-cml{
margin:0 auto;
gap:16px;
max-width:1400px;
padding-top:1.25rem;
display:flex;
flex-wrap:wrap;
align-items:center;
border-top:1px solid #221A33;
justify-content:space-between;
}
.cwy_footer_bottom-cml p{
font-size:0.688rem;
max-width:720px;
line-height:1.6;
color:#4E4660;
}
@media(max-width:1025px){
.cwy_footer_grid-cml{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:560px){
.cwy_footer_grid-cml{
grid-template-columns:1fr;
}
}