*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0F0C07;
overflow-wrap:break-word;
font-family:"Plus Jakarta Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:15px;
color:#C9B87A;
text-rendering:optimizeLegibility;
-webkit-font-smoothing:antialiased;
line-height:1.55;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
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:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(8, 5, 0, 0.72);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.nva_shell-ycc{
grid-template-columns:15.5rem 1fr;
min-height:100vh;
display:grid;
}
.nva_main-ycc{
min-width:0;
}
.nva_wrap-ycc{
margin:0 auto;
max-width:87.5rem;
width:100%;
}
.nva_container-ycc{
margin:0 auto;
padding:0 1rem;
max-width:1400px;
width:100%;
}
@media(min-width:769px){
.nva_container-ycc{
padding:0 28px;
}
}
.nva_section-ycc{
padding:1.5rem 1.75rem;
}
.nva_section_pt-ycc{
padding-top:2.125rem;
}
.nva_band_soft-ycc{
background:#1A1508;
}
.nva_eyebrow-ycc{
line-height:1.4;
font-weight:600;
display:inline-block;
color:#FFB800;
font-size:10.5px;
letter-spacing:.14em;
font-family:"Plus Jakarta Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
text-transform:uppercase;
overflow-wrap:break-word;
}
.nva_drawer_cb-ycc{
display:none;
}
.nva_overlay-ycc{
display:none;
}
@media(max-width:1021px){
.nva_shell-ycc{
grid-template-columns:1fr;
}
.nva_main-ycc{
padding-bottom:4.875rem;
}
.nva_drawer_cb-ycc:checked~.nva_overlay-ycc{
inset:0;
background:rgba(8, 5, 0, 0.72);
display:block;
position:fixed;
z-index:70;
}
}
@media(max-width:561px){
.nva_section-ycc{
padding:1.125rem 16px;
}
.nva_section_pt-ycc{
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 ---------- */
.nva_side-ycc{
background:#13100A;
padding:22px 1.125rem;
gap:22px;
top:0;
overflow-y:auto;
flex-direction:column;
align-self:start;
display:flex;
position:sticky;
border-right:1px solid #2A220A;
height:100vh;
}
.nva_brand-ycc{
gap:10px;
display:flex;
align-items:center;
}
.nva_logo-ycc{
font-weight:700;
font-family:"Space Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F5E8C0;
font-size:21px;
letter-spacing:-.02em;
}
.nva_side_cta-ycc{
background:rgba(255, 184, 0, 0.11);
padding:1rem;
border-radius:0.813rem;
border:1px solid #3A2E0F;
}
.nva_side_cta_h-ycc{
font-size:17px;
font-weight:700;
font-family:"Space Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.15;
margin-bottom:0.375rem;
color:#F5E8C0;
}
.nva_side_cta_p-ycc{
font-size:0.75rem;
color:#C9B87A;
margin-bottom:12px;
line-height:1.45;
}
.nva_nav-ycc{
gap:3px;
flex-direction:column;
display:flex;
}
.nva_nav_label-ycc{
padding:6px 10px;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:uppercase;
font-size:9.5px;
color:#564E32;
letter-spacing:.14em;
}
.nva_nav_item-ycc{
gap:0.688rem;
padding:10px;
border-radius:9px;
font-size:0.875rem;
font-weight:500;
display:flex;
color:#C9B87A;
align-items:center;
}
.nva_nav_item-ycc svg{
width:17px;
height:17px;
}
.nva_nav_item-ycc:hover{
background:rgba(255, 184, 0, 0.11);
color:#F5E8C0;
}
.nva_nav_item_on-ycc{
background:rgba(255, 184, 0, 0.11);
color:#FFB800;
font-weight:600;
}
.nva_side_foot-ycc{
border:1px solid #3A2E0F;
border-radius:13px;
background:#1A1508;
padding:0.75rem;
margin-top:auto;
}
.nva_side_foot-ycc p{
color:#C9B87A;
line-height:1.4;
font-size:0.781rem;
margin-top:0.25rem;
}
/* ---------- topbar ---------- */
.nva_top-ycc{
background:#13100A;
padding:0.875rem 28px;
gap:1rem;
z-index:40;
display:flex;
position:sticky;
border-bottom:1px solid #2A220A;
align-items:center;
top:0;
}
.nva_top_brand-ycc{
gap:9px;
display:none;
align-items:center;
}
.nva_search-ycc{
background:#1A1508;
border-radius:13px;
padding:11px 0.875rem;
flex:1;
gap:0.625rem;
border:1px solid #3A2E0F;
color:#8C7A4A;
font-size:0.844rem;
display:flex;
align-items:center;
max-width:440px;
}
.nva_search-ycc svg{
flex:none;
height:1rem;
width:1rem;
}
.nva_top_actions-ycc{
gap:0.75rem;
display:flex;
align-items:center;
margin-left:auto;
}
.nva_lang-ycc{
color:#C9B87A;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:12px;
}
.nva_burger-ycc{
border:1px solid #3A2E0F;
border-radius:9px;
background:#1A1508;
width:2.5rem;
height:2.5rem;
align-items:center;
justify-content:center;
color:#F5E8C0;
display:none;
}
/* ---------- bottom-nav (mobile) ---------- */
.nva_botnav-ycc{
display:none;
}
@media(max-width:1027px){
.nva_side-ycc{
transition:transform .25s ease;
width:17.5rem;
height:100vh;
left:0;
z-index:80;
position:fixed;
transform:translateX(-100%);
top:0;
}
.nva_drawer_cb-ycc:checked~.nva_shell-ycc .nva_side-ycc{
transform:translateX(0);
}
.nva_top-ycc{
gap:12px;
padding:14px 1rem;
flex-wrap:wrap;
position:static;
}
.nva_top_brand-ycc{
display:flex;
}
.nva_search-ycc{
display:none;
}
.nva_burger-ycc{
display:flex;
}
.nva_top_actions-ycc{
gap:10px;
margin-left:0;
width:100%;
align-items:stretch;
}
.nva_top_actions-ycc .nva_lang-ycc{
display:none;
}
.nva_top_actions-ycc .nva_btn-ycc{
flex:1;
padding:0.688rem 0.625rem;
text-align:center;
}
.nva_botnav-ycc{
grid-template-columns:repeat(3,1fr);
padding:0.5rem 0.375rem calc(0.5rem + env(safe-area-inset-bottom));
background:#13100A;
border-top:1px solid #3A2E0F;
right:0;
display:grid;
position:fixed;
bottom:0;
left:0;
z-index:65;
transform:translateZ(0);
}
.nva_bn-ycc{
padding:6px 2px 0;
gap:0.25rem;
display:flex;
justify-content:flex-end;
font-size:10px;
align-items:center;
color:#C9B87A;
font-weight:600;
flex-direction:column;
min-width:0;
}
.nva_bn-ycc svg{
flex:none;
height:22px;
width:22px;
}
.nva_bn-ycc span{
overflow:hidden;
text-align:center;
text-overflow:ellipsis;
max-width:100%;
white-space:nowrap;
}
.nva_bn_on-ycc{
color:#FFB800;
}
.nva_bn_center-ycc{
position:relative;
}
.nva_bn_fab-ycc{
border-radius:50%;
background:#FFB800;
top:-20px;
align-items:center;
transform:translateX(-50%);
justify-content:center;
width:3.125rem;
left:50%;
box-shadow:0 0.5rem 2.5rem rgba(0, 0, 0, 0.65), 0 2px 0.5rem rgba(255, 184, 0, 0.18);
height:3.125rem;
color:#1A0F00;
display:flex;
position:absolute;
}
.nva_bn_fab-ycc svg{
height:1.5rem;
width:1.5rem;
}
.nva_bn_center-ycc span{
color:#FFB800;
}
}
.nva_btn-ycc{
gap:0.5rem;
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;
border-radius:0.563rem;
padding:0.688rem 22px;
display:inline-flex;
cursor:pointer;
font-size:0.875rem;
justify-content:center;
font-family:"Plus Jakarta Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
align-items:center;
}
.nva_btn_pri-ycc{
background:#FFB800;
box-shadow:0 0 1.25rem rgba(255, 184, 0, 0.45), 0 4px 0.75rem rgba(255, 140, 0, 0.30);
color:#1A0F00;
}
.nva_btn_pri-ycc:hover{
background:#E6A600;
}
.nva_btn_ghost-ycc{
background:rgba(255, 184, 0, 0.11);
font-weight:600;
color:#F5E8C0;
}
.nva_btn_line-ycc{
background:transparent;
border:1px solid #5A4820;
color:#F5E8C0;
font-weight:600;
}
.nva_btn_lg-ycc{
border-radius:13px;
padding:1rem 30px;
font-size:0.938rem;
}
.nva_band-ycc .nva_btn_line-ycc{
border-color:rgba(255, 210, 100, 0.13);
color:#F5E8C0;
}
.nva_band-ycc .nva_btn_ghost-ycc{
background:rgba(255, 220, 120, 0.08);
color:#F5E8C0;
}
.nva_link_m-ycc{
gap:0.313rem;
cursor:pointer;
text-decoration:none;
font-size:12px;
align-items:center;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
display:inline-flex;
color:#FFB800;
}
.nva_link_m-ycc svg{
width:14px;
height:0.875rem;
}
.nva_band-ycc .nva_link_m-ycc{
color:#FFD046;
}
.nva_dot-ycc{
border-radius:50%;
flex:none;
background:#FFB800;
width:0.438rem;
height:0.438rem;
}
.nva_dot_live-ycc{
animation:zm3-pulse 1.4s infinite;
background:#E53935;
}
.nva_stars-ycc{
gap:2px;
display:inline-flex;
color:#FFB800;
}
.nva_stars-ycc svg{
width:0.938rem;
height:15px;
}
.nva_chip-ycc{
gap:6px;
border:1px solid #3A2E0F;
padding:0.438rem 0.75rem;
background:#1A1508;
border-radius:0.563rem;
color:#C9B87A;
align-items:center;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
display:inline-flex;
font-size:11px;
}
.nva_chip_on-ycc{
border-color:transparent;
background:rgba(255, 184, 0, 0.11);
color:#FFB800;
}
.nva_gc-ycc{
text-decoration:none;
color:inherit;
cursor:pointer;
min-width:0;
display:block;
}
.nva_gc_thumb-ycc{
border-radius:0.813rem;
overflow:hidden;
border:1px solid #3A2E0F;
background-position:center;
display:block;
position:relative;
aspect-ratio:1;
background-size:cover;
}
.nva_gc_thumb_portrait-ycc{
aspect-ratio:3/4;
}
.nva_gc_thumb_wide-ycc{
aspect-ratio:16/11;
}
.nva_gc_cap-ycc{
background:linear-gradient(transparent,rgba(8, 5, 0, 0.72));
padding:0.563rem;
bottom:0;
right:0;
position:absolute;
left:0;
}
.nva_gc_name-ycc{
font-weight:700;
font-size:12.5px;
display:block;
color:#F5E8C0;
}
.nva_gc_meta-ycc{
color:#B09A5C;
font-size:0.688rem;
}
.nva_gc_badge-ycc{
border-radius:0.563rem;
padding:2px 0.375rem;
background:#FFB800;
top:8px;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:0.5rem;
right:8px;
position:absolute;
color:#1A0F00;
font-weight:700;
}
.nva_gc_badge_hot-ycc{
background:#E53935;
color:#F5E8C0;
}
.nva_gc_badge_live-ycc{
background:#E53935;
right:auto;
color:#F5E8C0;
left:0.5rem;
}
.nva_gc_mult-ycc{
inset:0;
justify-content:center;
align-items:center;
position:absolute;
font-weight:700;
display:flex;
font-size:28px;
color:#FFB800;
}
.nva_pc-ycc{
background:#1A1508;
border-radius:0.813rem;
border:1px solid #3A2E0F;
color:#C9B87A;
height:64px;
font-size:0.875rem;
display:flex;
align-items:center;
font-weight:700;
justify-content:center;
}
.nva_rail-ycc{
min-width:0;
}
.nva_rail_scroll-ycc{
gap:0.875rem;
display:grid;
}
.nva_rail_scroll-ycc>*{
min-width:0;
}
.nva_g6-ycc{
grid-template-columns:repeat(6,1fr);
}
.nva_g7-ycc{
grid-template-columns:repeat(7,1fr);
}
.nva_g4-ycc{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1023px){
.nva_g6-ycc,.nva_g7-ycc{
grid-template-columns:none;
grid-auto-columns:7.5rem;
scroll-snap-type:x mandatory;
padding-bottom:0.375rem;
overflow-x:auto;
grid-auto-flow:column;
}
.nva_g6-ycc>*,.nva_g7-ycc>*{
scroll-snap-align:start;
}
.nva_g4-ycc{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:560px){
.nva_g4-ycc{
grid-template-columns:none;
grid-auto-flow:column;
grid-auto-columns:150px;
overflow-x:auto;
}
}
.nva_panel-ycc{
padding:1.75rem 2rem;
background:#1A1508;
border-radius:20px;
border:1px solid #3A2E0F;
}
.nva_split-ycc{
gap:36px;
display:grid;
align-items:start;
}
.nva_split-ycc>*{
min-width:0;
}
.nva_split_a-ycc{
grid-template-columns:.85fr 1.15fr;
}
.nva_split_b-ycc{
grid-template-columns:1fr 1.1fr;
}
.nva_split_c-ycc{
grid-template-columns:1.1fr .9fr;
}
.nva_pgrid-ycc{
grid-template-columns:.9fr 1.1fr;
gap:40px;
align-items:center;
display:grid;
}
.nva_pgrid-ycc>*{
min-width:0;
}
.nva_lead-ycc{
margin-bottom:0.875rem;
color:#C9B87A;
line-height:1.65;
font-size:0.938rem;
}
.nva_feat-ycc{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.nva_feat-ycc>*{
min-width:0;
}
.nva_feat2-ycc{
grid-template-columns:1fr 1fr;
}
.nva_feat_card-ycc{
padding:26px;
border:1px solid #3A2E0F;
background:#1A1508;
border-radius:1.25rem;
}
.nva_feat_card-ycc svg{
height:26px;
color:#FFB800;
width:26px;
margin-bottom:16px;
}
.nva_feat_card-ycc h3{
font-family:"Space Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
color:#F5E8C0;
font-size:18px;
margin-bottom:0.5rem;
}
.nva_feat_card-ycc p{
font-size:0.813rem;
color:#C9B87A;
line-height:1.6;
}
.nva_feat_card-ycc b{
color:#F5E8C0;
}
.nva_big-ycc{
gap:1.375rem;
flex-wrap:wrap;
display:flex;
}
.nva_big_n-ycc{
font-weight:700;
font-family:"Space Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#FFB800;
font-size:26px;
}
.nva_big_l-ycc{
font-size:0.75rem;
color:#8C7A4A;
}
.nva_person-ycc{
padding:1rem 18px;
border-radius:0.813rem;
background:#1A1508;
border:1px solid #3A2E0F;
gap:0.875rem;
display:flex;
align-items:center;
}
.nva_avatar-ycc{
background:linear-gradient(135deg,#FFB800,#CC8A00);
border-radius:50%;
flex:none;
height:44px;
width:2.75rem;
}
.nva_person_name-ycc{
font-weight:700;
color:#F5E8C0;
font-size:0.875rem;
}
.nva_person_role-ycc{
font-size:12px;
color:#8C7A4A;
}
.nva_kv-ycc{
background:#3A2E0F;
border:1px solid #3A2E0F;
grid-template-columns:1fr 1fr;
overflow:hidden;
gap:1px;
border-radius:13px;
display:grid;
}
.nva_kv-ycc>div{
background:#0F0C07;
padding:1rem 1.125rem;
min-width:0;
}
.nva_kv_k-ycc{
color:#FFB800;
text-transform:uppercase;
margin-bottom:0.313rem;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:0.594rem;
}
.nva_kv_v-ycc{
color:#F5E8C0;
font-weight:700;
font-size:0.844rem;
}
@media(max-width:1027px){
.nva_split_a-ycc,.nva_split_b-ycc,.nva_split_c-ycc,.nva_pgrid-ycc{
grid-template-columns:1fr;
gap:24px;
}
.nva_feat-ycc,.nva_feat2-ycc{
grid-template-columns:1fr;
}
.nva_kv-ycc{
grid-template-columns:1fr;
}
}
.nva_sh-ycc{
margin-bottom:1rem;
min-width:0;
}
.nva_sh_row-ycc{
gap:0.75rem;
align-items:flex-end;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.nva_sh_row-ycc .nva_sh_l-ycc{
gap:0.375rem;
display:flex;
min-width:0;
flex-direction:column;
}
.nva_sh_stack-ycc{
gap:0.625rem;
align-items:flex-start;
display:flex;
flex-direction:column;
}
.nva_sh_center-ycc{
gap:10px;
display:flex;
text-align:center;
align-items:center;
flex-direction:column;
}
.nva_sh_h2-ycc{
gap:9px;
font-family:"Space Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
overflow-wrap:break-word;
font-size:20px;
font-weight:700;
line-height:1.1;
display:flex;
color:#F5E8C0;
align-items:center;
}
@media(min-width:769px){
.nva_sh_h2-ycc{
font-size:1.5rem;
}
}
.nva_band-ycc .nva_sh_h2-ycc{
color:#F5E8C0;
}
.nva_eb_mono-ycc{
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
letter-spacing:.08em;
text-transform:none;
}
.nva_eb_mono-ycc::before{
content:"// ";
}
.nva_eb_upper-ycc{
letter-spacing:.14em;
text-transform:uppercase;
}
.nva_eb_pill-ycc{
border-radius:999px;
padding:0.313rem 11px;
background:rgba(255, 184, 0, 0.11);
letter-spacing:.12em;
text-transform:uppercase;
}
.nva_eb_line-ycc{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.nva_eb_line-ycc::before{
background:#FFB800;
display:inline-block;
width:24px;
height:1px;
content:"";
}
.nva_band-ycc .nva_eb_line-ycc::before{
background:#FFD046;
}
.nva_band-ycc .nva_eb_pill-ycc{
background:rgba(255, 220, 120, 0.08);
}
.nva_sh_link-ycc{
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;
font-size:13px;
padding-bottom:2px;
color:#F5E8C0;
border-bottom:1px solid #F5E8C0;
display:inline-flex;
white-space:nowrap;
font-weight:600;
align-items:center;
}
.nva_sh_link-ycc:hover{
border-color:#FFB800;
color:#FFB800;
}
.nva_sh_link-ycc svg{
height:0.875rem;
width:14px;
}
.nva_sh_link_chev-ycc{
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#FFB800;
font-size:12px;
padding-bottom:0;
border-bottom:0;
}
.nva_sh_link_btn-ycc{
border-radius:999px;
padding:9px 1.125rem;
background:#FFB800;
color:#1A0F00;
border-bottom:0;
}
.nva_sh_link_btn-ycc:hover{
background:#E6A600;
border-color:transparent;
}
.nva_band-ycc .nva_sh_link-ycc{
border-color:#F5E8C0;
color:#F5E8C0;
}
.nva_band-ycc .nva_sh_link_chev-ycc{
color:#FFD046;
}
.nva_sh_rule-ycc{
background:#3A2E0F;
margin:-2px 0 1rem;
height:1px;
}
.nva_band-ycc .nva_sh_rule-ycc{
background:rgba(255, 210, 100, 0.13);
}
.nva_seo_grid3-ycc{
gap:20px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.nva_seo_grid4-ycc{
grid-template-columns:repeat(4,1fr);
gap:0.813rem;
display:grid;
}
.nva_seo_grid3-ycc>*,.nva_seo_grid4-ycc>*{
min-width:0;
}
.nva_seo_card-ycc{
padding:24px;
border:1px solid #3A2E0F;
background:#1A1508;
border-radius:0.813rem;
}
.nva_seo_card-ycc h3{
font-weight:700;
font-family:"Space Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-bottom:8px;
font-size:1.125rem;
color:#F5E8C0;
}
.nva_seo_card-ycc p{
font-size:13px;
color:#C9B87A;
line-height:1.6;
}
.nva_seo_card_sm-ycc{
padding:1.25rem;
}
.nva_seo_card_sm-ycc h3{
font-size:1rem;
}
.nva_seo_card_sm-ycc p{
line-height:1.55;
font-size:12.5px;
}
.nva_seo_rtp_row-ycc{
gap:36px;
grid-template-columns:1fr 1fr;
display:grid;
margin-top:1rem;
align-items:center;
}
.nva_rtp-ycc{
gap:14px;
min-width:0;
display:flex;
}
.nva_rtp-ycc>div{
background:#0F0C07;
border-radius:0.813rem;
flex:1;
padding:16px;
text-align:center;
min-width:0;
}
.nva_rtp_n-ycc{
font-family:"Space Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
white-space:nowrap;
font-size:1.625rem;
color:#FFB800;
}
.nva_rtp_l-ycc{
margin-top:0.25rem;
color:#8C7A4A;
font-size:0.688rem;
}
.nva_cmp-ycc{
overflow:hidden;
border-radius:0.813rem;
border:1px solid #3A2E0F;
max-width:47.5rem;
}
.nva_cmp_row-ycc{
grid-template-columns:1.6fr 1fr 1fr;
font-size:0.813rem;
display:grid;
}
.nva_cmp_row-ycc>div{
padding:13px 0.875rem;
text-align:center;
min-width:0;
}
.nva_cmp_row-ycc>div:first-child{
text-align:left;
padding-left:1.375rem;
color:#F5E8C0;
font-weight:600;
}
.nva_cmp_th-ycc{
background:#0F0C07;
font-weight:700;
font-size:0.781rem;
}
.nva_cmp_row-ycc:not(.nva_cmp_th-ycc){
background:#1A1508;
border-top:1px solid #2A220A;
color:#C9B87A;
}
.nva_cmp_zebra-ycc{
background:#221C0A;
}
.nva_guide-ycc{
border:1px solid #3A2E0F;
border-radius:13px;
overflow:hidden;
background:#1A1508;
cursor:pointer;
}
.nva_guide_cover-ycc{
height:8.125rem;
}
.nva_guide_body-ycc{
padding:20px;
}
.nva_guide_body-ycc h3{
margin:7px 0 9px;
font-size:16px;
line-height:1.25;
font-family:"Space Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
color:#F5E8C0;
}
.nva_guide_meta-ycc{
color:#8C7A4A;
font-size:0.719rem;
}
.nva_hub-ycc{
gap:28px;
grid-template-columns:repeat(5,1fr);
display:grid;
padding-top:28px;
border-top:1px solid #2A220A;
}
.nva_hub-ycc>*{
min-width:0;
}
.nva_hub-ycc h4{
font-weight:700;
color:#F5E8C0;
font-size:0.813rem;
margin-bottom:11px;
}
.nva_hub_col-ycc{
gap:0.5rem;
display:flex;
flex-direction:column;
font-size:0.813rem;
color:#C9B87A;
}
.nva_hub_col-ycc a{
cursor:pointer;
}
@media(max-width:1022px){
.nva_seo_grid3-ycc{
grid-template-columns:1fr;
}
.nva_seo_grid4-ycc{
grid-template-columns:repeat(2,1fr);
}
.nva_seo_rtp_row-ycc{
grid-template-columns:1fr;
gap:1.25rem;
}
.nva_hub-ycc{
gap:22px;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:562px){
.nva_hub-ycc{
grid-template-columns:1fr;
}
}
.nva_tk-ycc{
background:#080600;
overflow:hidden;
align-items:center;
border-bottom:1px solid #2A220A;
display:flex;
}
.nva_tk_tag-ycc{
background:#1A1508;
gap:0.5rem;
padding:0.688rem 18px;
flex:none;
font-weight:600;
color:#E53935;
display:flex;
align-items:center;
font-size:0.656rem;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
letter-spacing:.1em;
border-right:1px solid #2A220A;
text-transform:uppercase;
}
.nva_tk_rail-ycc{
flex:1;
overflow:hidden;
}
.nva_tk_track-ycc{
animation:zm3-marquee 26s linear infinite;
padding:11px 0.875rem;
gap:1.75rem;
color:#C9B87A;
font-size:0.75rem;
width:max-content;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
white-space:nowrap;
display:flex;
}
.nva_tk_track-ycc b{
color:#FFB800;
}
.nva_hero-ycc{
padding:46px 48px;
border-radius:1.25rem;
border:1px solid #3A2E0F;
background:linear-gradient(120deg,#1C1400,#0D1220);
overflow:hidden;
color:#F5E8C0;
position:relative;
}
.nva_hero_glow-ycc{
background:radial-gradient(circle,rgba(255, 185, 30, 0.22),transparent 70%);
border-radius:50%;
height:340px;
right:-60px;
top:-3.75rem;
width:340px;
position:absolute;
}
.nva_hero_in-ycc{
position:relative;
max-width:600px;
}
.nva_hero-ycc .nva_eyebrow-ycc{
color:#FFD046;
}
.nva_pill_row-ycc{
padding:0.375rem 0.813rem;
gap:8px;
background:rgba(255, 220, 120, 0.08);
border:1px solid rgba(255, 210, 100, 0.13);
border-radius:999px;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
margin-bottom:22px;
align-items:center;
display:inline-flex;
text-transform:uppercase;
font-size:10.5px;
color:#FFD046;
letter-spacing:.1em;
}
.nva_hero_h1-ycc{
margin:18px 0;
letter-spacing:-.02em;
color:#F5E8C0;
overflow-wrap:break-word;
line-height:1.02;
font-family:"Space Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:3.375rem;
font-weight:700;
}
.nva_hero_h1-ycc em{
color:#FFD046;
font-style:normal;
}
.nva_hero_sub-ycc{
color:#B09A5C;
line-height:1.55;
margin-bottom:28px;
font-size:17px;
max-width:30rem;
}
.nva_hero_cta-ycc{
gap:0.875rem;
align-items:center;
flex-wrap:wrap;
display:flex;
margin-bottom:26px;
}
.nva_hero_trust-ycc{
gap:0.875rem;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.nva_hero_rating_txt-ycc{
font-size:0.813rem;
color:#B09A5C;
}
@media(max-width:1023px){
.nva_hero-ycc{
padding:2rem 24px;
}
.nva_hero_h1-ycc{
font-size:38px;
}
}
@media(max-width:561px){
.nva_hero_h1-ycc{
font-size:1.875rem;
}
}
.nva_tabs-ycc{
gap:9px;
flex-wrap:wrap;
display:flex;
}
.nva_tab-ycc{
background:#1A1508;
border:1px solid #3A2E0F;
padding:10px 1.125rem;
border-radius:9px;
color:#C9B87A;
font-weight:600;
font-size:13px;
cursor:pointer;
}
.nva_tab_on-ycc{
border-color:transparent;
background:#FFB800;
font-weight:700;
color:#1A0F00;
}
.nva_stat-ycc{
gap:0.875rem;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.nva_stat-ycc>*{
min-width:0;
}
.nva_stat_item-ycc{
border-radius:0.813rem;
background:#1A1508;
padding:1.125rem 20px;
border:1px solid #3A2E0F;
}
.nva_stat_k-ycc{
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
margin-bottom:0.438rem;
color:#8C7A4A;
text-transform:uppercase;
letter-spacing:.12em;
font-size:9.5px;
}
.nva_stat_v-ycc{
gap:8px;
color:#F5E8C0;
overflow-wrap:anywhere;
font-family:"Space Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
align-items:center;
min-width:0;
font-weight:700;
display:flex;
font-size:1.5rem;
}
.nva_stat_v_accent-ycc{
color:#FFB800;
}
@media(max-width:1023px){
.nva_stat-ycc{
grid-template-columns:repeat(2,1fr);
}
}
.nva_wlc-ycc{
border-radius:1.25rem;
border:1px solid #3A2E0F;
gap:1.5rem;
overflow:hidden;
grid-template-columns:1.2fr .8fr;
padding:36px 2.5rem;
background:linear-gradient(120deg,#1C1400,#0D1220);
display:grid;
position:relative;
color:#F5E8C0;
align-items:center;
}
.nva_wlc-ycc>*{
min-width:0;
}
.nva_wlc-ycc .nva_eyebrow-ycc{
color:#FFD046;
}
.nva_wlc_glow-ycc{
border-radius:50%;
background:radial-gradient(circle,rgba(255, 185, 30, 0.22),transparent 70%);
right:-2.5rem;
height:260px;
width:260px;
top:-2.5rem;
position:absolute;
}
.nva_wlc_in-ycc{
position:relative;
}
.nva_wlc_h2-ycc{
margin:10px 0 8px;
overflow-wrap:break-word;
line-height:1.03;
color:#F5E8C0;
font-size:34px;
font-family:"Space Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
}
.nva_wlc_h2-ycc em{
font-style:normal;
color:#FFD046;
}
.nva_wlc_sub-ycc{
color:#B09A5C;
margin-bottom:18px;
max-width:420px;
font-size:14px;
line-height:1.55;
}
.nva_wlc_terms-ycc{
gap:10px;
position:relative;
flex-direction:column;
display:flex;
}
.nva_term-ycc{
border-radius:0.813rem;
gap:0.688rem;
background:rgba(255, 220, 120, 0.08);
padding:0.813rem 15px;
border:1px solid rgba(255, 210, 100, 0.13);
align-items:center;
display:flex;
}
.nva_term-ycc svg{
flex:none;
color:#FFD046;
width:1.25rem;
height:20px;
}
.nva_term_k-ycc{
letter-spacing:.1em;
font-size:0.594rem;
color:#B09A5C;
text-transform:uppercase;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.nva_term_v-ycc{
margin-top:2px;
color:#F5E8C0;
font-weight:700;
font-size:0.875rem;
}
@media(max-width:1024px){
.nva_wlc-ycc{
grid-template-columns:1fr;
}
}
@media(max-width:558px){
.nva_wlc_h2-ycc{
font-size:1.625rem;
}
}
.nva_jp-ycc{
grid-template-columns:1.5fr 1fr 1fr;
gap:0.875rem;
display:grid;
}
.nva_jp-ycc>*{
min-width:0;
}
.nva_jp_hero-ycc{
padding:26px;
overflow:hidden;
border:1px solid #3A2E0F;
background:linear-gradient(135deg,#1C1400,#0D1220);
border-radius:20px;
gap:0.875rem;
position:relative;
display:flex;
flex-direction:column;
min-height:11.25rem;
justify-content:space-between;
color:#F5E8C0;
}
.nva_jp_glow-ycc{
border-radius:50%;
background:radial-gradient(circle,rgba(255, 185, 30, 0.22),transparent 70%);
height:11.25rem;
width:180px;
top:-40px;
position:absolute;
right:-2.5rem;
}
.nva_jp_k_row-ycc{
gap:0.625rem;
display:flex;
justify-content:space-between;
position:relative;
align-items:center;
}
.nva_jp_k-ycc{
font-size:10px;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#8C7A4A;
letter-spacing:.12em;
text-transform:uppercase;
}
.nva_jp_hero-ycc .nva_jp_k-ycc{
color:#B09A5C;
}
.nva_jp_amt-ycc{
font-size:42px;
font-weight:700;
font-family:"Space Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#FFD046;
position:relative;
line-height:1;
}
.nva_jp_sub-ycc{
margin-top:5px;
font-size:0.75rem;
color:#B09A5C;
}
.nva_jp_cell-ycc{
padding:22px;
background:#1A1508;
border:1px solid #3A2E0F;
border-radius:1.25rem;
display:flex;
min-height:11.25rem;
flex-direction:column;
justify-content:space-between;
}
.nva_jp_cell-ycc .nva_jp_amt-ycc{
font-size:1.875rem;
color:#F5E8C0;
}
.nva_jp_cell-ycc .nva_jp_sub-ycc{
color:#8C7A4A;
}
@media(max-width:1025px){
.nva_jp-ycc{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.nva_jp_amt-ycc{
font-size:2rem;
}
}
.nva_vip_head-ycc{
gap:12px;
margin-bottom:1.125rem;
align-items:flex-end;
flex-wrap:wrap;
display:flex;
justify-content:space-between;
}
.nva_vip_intro-ycc{
font-size:0.813rem;
max-width:420px;
color:#C9B87A;
}
.nva_vip-ycc{
grid-template-columns:repeat(5,1fr);
gap:0.75rem;
display:grid;
}
.nva_vip-ycc>*{
min-width:0;
}
.nva_tier-ycc{
border-radius:0.813rem;
border:1px solid #3A2E0F;
background:#1A1508;
padding:20px;
}
.nva_tier_on-ycc{
background:rgba(255, 184, 0, 0.11);
border-color:#FFB800;
}
.nva_tier_medal-ycc{
border-radius:9px;
background:linear-gradient(135deg,#FFB800,#CC8A00);
margin-bottom:0.875rem;
width:30px;
height:1.875rem;
}
.nva_tier_name-ycc{
font-family:"Space Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
margin-bottom:5px;
font-size:15px;
color:#F5E8C0;
}
.nva_tier_tx-ycc{
color:#8C7A4A;
line-height:1.5;
font-size:0.719rem;
}
@media(max-width:1025px){
.nva_vip-ycc{
grid-template-columns:repeat(2,1fr);
}
}
.nva_dw_h2-ycc{
color:#F5E8C0;
line-height:1.08;
font-family:"Space Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-bottom:0.625rem;
font-weight:700;
font-size:1.625rem;
}
.nva_steps_v-ycc{
gap:0.625rem;
grid-template-columns:1fr;
}
.nva_steps_v-ycc .nva_step-ycc{
padding:18px 1.25rem;
}
@media(max-width:559px){
.nva_dw_h2-ycc{
font-size:1.438rem;
}
}
.nva_steps-ycc{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.nva_steps-ycc>*{
min-width:0;
}
.nva_step-ycc{
background:#1A1508;
border-radius:13px;
padding:24px;
border:1px solid #3A2E0F;
position:relative;
}
.nva_step_num-ycc{
border-radius:9px;
background:#FFB800;
align-items:center;
height:30px;
color:#1A0F00;
margin-bottom:0.875rem;
font-size:0.813rem;
display:flex;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
justify-content:center;
width:1.875rem;
font-weight:700;
}
.nva_step_h-ycc{
color:#F5E8C0;
font-weight:700;
font-family:"Space Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1rem;
margin-bottom:7px;
}
.nva_step_p-ycc{
line-height:1.55;
font-size:13px;
color:#C9B87A;
}
@media(max-width:1022px){
.nva_steps-ycc{
grid-template-columns:1fr;
}
}
.nva_tour-ycc{
overflow:hidden;
border:1px solid #3A2E0F;
border-radius:1.25rem;
grid-template-columns:1.05fr 1fr;
display:grid;
}
.nva_tour-ycc>*{
min-width:0;
}
.nva_tour_l-ycc{
padding:34px;
background:linear-gradient(135deg,#1C1400,#0D1220);
overflow:hidden;
color:#F5E8C0;
position:relative;
}
.nva_tour_h2-ycc{
margin:12px 0 0.625rem;
font-weight:700;
line-height:1.05;
font-family:"Space Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1.875rem;
color:#F5E8C0;
}
.nva_tour_h2-ycc em{
font-style:normal;
color:#FFD046;
}
.nva_tour_text-ycc{
color:#B09A5C;
max-width:21.25rem;
line-height:1.6;
margin-bottom:20px;
font-size:13.5px;
}
.nva_tour_meta-ycc{
gap:18px;
align-items:flex-end;
display:flex;
flex-wrap:wrap;
margin-bottom:1.25rem;
}
.nva_tour_cap-ycc{
font-size:0.594rem;
margin-bottom:0.313rem;
text-transform:uppercase;
color:#B09A5C;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.nva_count-ycc{
gap:6px;
display:flex;
}
.nva_count-ycc span{
border-radius:9px;
border:1px solid rgba(255, 210, 100, 0.13);
padding:4px 0.563rem;
background:rgba(255, 220, 120, 0.08);
font-size:22px;
font-weight:700;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.nva_tour_units-ycc{
font-size:0.625rem;
color:#B09A5C;
}
.nva_board-ycc{
background:#1A1508;
padding:1.75rem 1.875rem;
}
.nva_board_head-ycc{
align-items:center;
display:flex;
margin-bottom:0.875rem;
justify-content:space-between;
}
.nva_board_title-ycc{
font-family:"Space Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F5E8C0;
font-size:1rem;
font-weight:700;
}
.nva_board_upd-ycc{
font-size:0.625rem;
text-transform:uppercase;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#8C7A4A;
}
.nva_board_list-ycc{
gap:2px;
display:flex;
flex-direction:column;
}
.nva_board_row-ycc{
border-radius:0.563rem;
padding:0.625rem 0.75rem;
gap:0.75rem;
align-items:center;
display:flex;
}
.nva_board_top1-ycc{
background:rgba(255, 184, 0, 0.11);
}
.nva_board_rk-ycc{
color:#8C7A4A;
font-size:0.875rem;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
width:20px;
font-weight:700;
}
.nva_board_top1-ycc .nva_board_rk-ycc{
color:#FFB800;
}
.nva_board_nm-ycc{
flex:1;
min-width:0;
color:#C9B87A;
font-weight:600;
font-size:0.844rem;
}
.nva_board_top1-ycc .nva_board_nm-ycc{
font-weight:700;
color:#F5E8C0;
}
.nva_board_pt-ycc{
color:#C9B87A;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:0.781rem;
}
@media(max-width:1025px){
.nva_tour-ycc{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.nva_tour_h2-ycc{
font-size:24px;
}
}
.nva_promo_grid-ycc{
gap:1rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.nva_promo_grid-ycc>*{
min-width:0;
}
.nva_promo-ycc{
background:#1A1508;
border-radius:20px;
border:1px solid #3A2E0F;
padding:24px;
overflow:hidden;
position:relative;
min-height:9.375rem;
}
.nva_promo_h-ycc{
font-size:1.625rem;
margin-top:0.375rem;
font-weight:700;
line-height:1.05;
color:#F5E8C0;
font-family:"Space Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.nva_promo_h-ycc em{
color:#FFB800;
font-style:normal;
}
.nva_promo_p-ycc{
color:#C9B87A;
font-size:12.5px;
line-height:1.5;
margin-top:8px;
}
.nva_promo_feat-ycc{
background:linear-gradient(135deg,#1C1400,#0D1220);
border-color:#3A2E0F;
}
.nva_promo_feat-ycc .nva_promo_h-ycc{
color:#F5E8C0;
}
.nva_promo_feat-ycc .nva_promo_h-ycc em{
color:#FFD046;
}
.nva_promo_feat-ycc .nva_promo_p-ycc{
color:#B09A5C;
}
.nva_promo_feat-ycc .nva_eyebrow-ycc{
color:#FFD046;
}
@media(max-width:1024px){
.nva_promo_grid-ycc{
grid-template-columns:1fr;
}
}
.nva_supp-ycc{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.nva_supp-ycc>*{
min-width:0;
}
.nva_supp_card-ycc{
padding:1.5rem;
background:#1A1508;
border:1px solid #3A2E0F;
border-radius:0.813rem;
}
.nva_supp_card-ycc svg{
width:24px;
height:24px;
margin-bottom:14px;
color:#FFB800;
}
.nva_supp_card-ycc h3{
font-size:1rem;
color:#F5E8C0;
font-family:"Space Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-bottom:0.375rem;
font-weight:700;
}
.nva_supp_card-ycc p{
font-size:13px;
color:#C9B87A;
line-height:1.55;
}
@media(max-width:1022px){
.nva_supp-ycc{
grid-template-columns:1fr;
}
}
.nva_pay_logos-ycc{
gap:9px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.nva_pay_logos-ycc>*{
min-width:0;
}
.nva_pay-ycc{
border-radius:0.563rem;
border:1px solid #3A2E0F;
display:flex;
align-items:center;
font-size:0.75rem;
color:#C9B87A;
font-weight:700;
justify-content:center;
height:48px;
}
.nva_table-ycc{
overflow:hidden;
border-radius:13px;
border:1px solid #3A2E0F;
}
.nva_trow-ycc{
grid-template-columns:1.3fr 1fr 1fr 1fr;
font-size:13px;
display:grid;
}
.nva_trow-ycc>div{
padding:0.813rem 14px;
min-width:0;
}
.nva_trow-ycc>div:first-child{
font-weight:700;
padding-left:16px;
color:#F5E8C0;
}
.nva_trow_th-ycc{
background:#0F0C07;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:uppercase;
font-size:9.5px;
color:#8C7A4A;
letter-spacing:.06em;
}
.nva_trow-ycc:not(.nva_trow_th-ycc){
background:#1A1508;
color:#C9B87A;
border-top:1px solid #2A220A;
}
.nva_trow_zebra-ycc{
background:#221C0A;
}
.nva_pos-ycc{
color:#FFB800;
font-weight:700;
}
@media(max-width:1021px){
.nva_pay_logos-ycc{
grid-template-columns:repeat(2,1fr);
}
}
.nva_ab_h2-ycc{
margin:14px 0 16px;
font-size:2rem;
font-weight:700;
line-height:1.08;
font-family:"Space Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F5E8C0;
}
.nva_ab_body-ycc{
margin-bottom:0.875rem;
font-size:15px;
line-height:1.65;
color:#C9B87A;
}
.nva_ab_chips-ycc{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
margin-top:0.5rem;
}
.nva_faq-ycc{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.nva_faq_item-ycc{
border-radius:0.813rem;
background:#1A1508;
padding:1.125rem 22px;
border:1px solid #3A2E0F;
}
.nva_faq_q-ycc{
gap:1rem;
list-style:none;
display:flex;
align-items:center;
color:#F5E8C0;
font-weight:600;
justify-content:space-between;
cursor:pointer;
font-size:15.5px;
}
.nva_faq_q-ycc::-webkit-details-marker{
display:none;
}
.nva_faq_q_t-ycc{
gap:0.625rem;
display:flex;
}
.nva_faq_q_i-ycc{
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#FFB800;
font-style:normal;
}
.nva_faq_pm-ycc{
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:1.25rem;
color:#FFB800;
}
.nva_faq_item-ycc[open] .nva_faq_pm-ycc{
transform:rotate(45deg);
}
.nva_faq_a-ycc{
color:#C9B87A;
font-size:0.844rem;
line-height:1.6;
margin-top:12px;
}
@media(max-width:563px){
.nva_ab_h2-ycc{
font-size:1.625rem;
}
}
.nva_dispute-ycc{
border:1px dashed #5A4820;
border-radius:13px;
padding:1.625rem 30px;
gap:28px;
align-items:center;
flex-wrap:wrap;
justify-content:space-between;
display:flex;
}
.nva_dispute_in-ycc{
max-width:660px;
}
.nva_dispute_h2-ycc{
margin-bottom:0.5rem;
font-family:"Space Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
color:#F5E8C0;
font-size:22px;
}
.nva_dispute_text-ycc{
line-height:1.6;
font-size:13.5px;
color:#C9B87A;
}
.nva_gd_head-ycc{
gap:0.75rem;
margin-bottom:1rem;
align-items:center;
justify-content:space-between;
display:flex;
flex-wrap:wrap;
}
.nva_provs-ycc{
gap:0.75rem;
grid-template-columns:repeat(6,1fr);
display:grid;
margin-bottom:1.75rem;
}
.nva_provs-ycc>*{
min-width:0;
}
.nva_prov-ycc{
border-radius:13px;
background:#1A1508;
padding:0.75rem;
border:1px solid #3A2E0F;
text-decoration:none;
height:64px;
display:flex;
align-items:center;
justify-content:center;
}
.nva_prov_img-ycc{
max-width:100%;
object-fit:contain;
max-height:2rem;
}
.nva_resp-ycc{
border:1px solid #3A2E0F;
gap:1.5rem;
background:#1A1508;
padding:1.625rem;
border-radius:13px;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.nva_resp_in-ycc{
max-width:35rem;
}
.nva_resp_h-ycc{
font-weight:700;
font-size:19px;
font-family:"Space Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-bottom:0.5rem;
color:#F5E8C0;
}
.nva_resp_p-ycc{
font-size:13.5px;
line-height:1.6;
color:#C9B87A;
}
.nva_resp_badges-ycc{
gap:0.875rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.nva_age18-ycc{
padding:0.25rem 0.5rem;
border-radius:0.563rem;
border:1.5px solid #E53935;
font-size:13px;
color:#E53935;
font-weight:700;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.nva_resp_org-ycc{
font-size:13px;
font-weight:600;
color:#8C7A4A;
}
@media(max-width:1025px){
.nva_provs-ycc{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:558px){
.nva_provs-ycc{
grid-template-columns:repeat(2,1fr);
}
}
.nva_op_h2-ycc{
margin:0.625rem 0 8px;
font-weight:700;
font-size:1.5rem;
color:#F5E8C0;
font-family:"Space Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.1;
}
.nva_op_text-ycc{
line-height:1.6;
font-size:0.844rem;
color:#C9B87A;
}
@media(max-width:557px){
.nva_op_h2-ycc{
font-size:22px;
}
}
.nva_footer-ycc{
padding:2.5rem 28px;
background:#080600;
border-top:1px solid #2A220A;
}
.nva_footer_grid-ycc{
gap:32px;
grid-template-columns:1.4fr 1fr 1fr 1fr;
max-width:1400px;
display:grid;
margin-right:auto;
margin-left:auto;
margin-bottom:28px;
}
.nva_footer_grid-ycc>*{
min-width:0;
}
.nva_footer_grid-ycc h4{
letter-spacing:.12em;
text-transform:uppercase;
font-size:0.625rem;
color:#564E32;
margin-bottom:0.813rem;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.nva_fcol-ycc{
gap:0.563rem;
display:flex;
font-size:0.813rem;
flex-direction:column;
color:#C9B87A;
}
.nva_fcol-ycc a{
cursor:pointer;
}
.nva_ft_about-ycc{
max-width:260px;
line-height:1.6;
margin-top:12px;
color:#8C7A4A;
font-size:0.813rem;
}
.nva_ft_contact-ycc{
font-size:12.5px;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#FFB800;
overflow-wrap:anywhere;
margin-top:0.75rem;
}
.nva_footer_bottom-ycc{
margin:0 auto;
gap:1rem;
padding-top:1.25rem;
display:flex;
border-top:1px solid #2A220A;
align-items:center;
justify-content:space-between;
flex-wrap:wrap;
max-width:87.5rem;
}
.nva_footer_bottom-ycc p{
line-height:1.6;
max-width:45rem;
font-size:11px;
color:#564E32;
}
@media(max-width:1024px){
.nva_footer_grid-ycc{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:561px){
.nva_footer_grid-ycc{
grid-template-columns:1fr;
}
}