*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0d1008;
font-size:0.938rem;
text-rendering:optimizeLegibility;
-webkit-font-smoothing:antialiased;
line-height:1.55;
overflow-wrap:break-word;
color:#b8c9a3;
font-family:"DM Sans", 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;
cursor:pointer;
font-family:inherit;
}
input{
font-family:inherit;
}
svg{
display:block;
}
h1,h2,h3,h4{
overflow-wrap:anywhere;
}
::-webkit-scrollbar{
width:0.5rem;
height:0.5rem;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(8, 14, 4, 0.74);
}
::-webkit-scrollbar-track{
background:transparent;
}
.rml-shell-b90{
grid-template-columns:15.5rem 1fr;
display:grid;
min-height:100vh;
}
.rml-main-b90{
min-width:0;
}
.rml-wrap-b90{
margin:0 auto;
max-width:1400px;
width:100%;
}
.rml-container-b90{
margin:0 auto;
padding:0 16px;
width:100%;
max-width:1400px;
}
@media(min-width:767px){
.rml-container-b90{
padding:0 1.75rem;
}
}
.rml-section-b90{
padding:24px 1.75rem;
}
.rml-section_pt-b90{
padding-top:2.125rem;
}
.rml-band_soft-b90{
background:#131a0e;
}
.rml-eyebrow-b90{
font-weight:600;
letter-spacing:.14em;
font-family:"DM Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
overflow-wrap:break-word;
line-height:1.4;
display:inline-block;
font-size:0.656rem;
text-transform:uppercase;
color:#a3e635;
}
.rml-drawer_cb-b90{
display:none;
}
.rml-overlay-b90{
display:none;
}
@media(max-width:1026px){
.rml-shell-b90{
grid-template-columns:1fr;
}
.rml-main-b90{
padding-bottom:4.875rem;
}
.rml-drawer_cb-b90:checked~.rml-overlay-b90{
inset:0;
background:rgba(8, 14, 4, 0.74);
display:block;
z-index:70;
position:fixed;
}
}
@media(max-width:557px){
.rml-section-b90{
padding:18px 1rem;
}
.rml-section_pt-b90{
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 ---------- */
.rml-side-b90{
padding:1.375rem 18px;
background:#111509;
gap:1.375rem;
display:flex;
overflow-y:auto;
flex-direction:column;
position:sticky;
border-right:1px solid #1e2a16;
top:0;
align-self:start;
height:100vh;
}
.rml-brand-b90{
gap:0.625rem;
align-items:center;
display:flex;
}
.rml-logo-b90{
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.313rem;
letter-spacing:-.02em;
color:#edf5e1;
font-weight:700;
}
.rml-side_cta-b90{
border-radius:0.813rem;
padding:16px;
background:rgba(163, 230, 53, 0.11);
border:1px solid #273a1a;
}
.rml-side_cta_h-b90{
font-weight:700;
margin-bottom:0.375rem;
font-size:17px;
line-height:1.15;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#edf5e1;
}
.rml-side_cta_p-b90{
font-size:12px;
margin-bottom:12px;
color:#b8c9a3;
line-height:1.45;
}
.rml-nav-b90{
gap:3px;
flex-direction:column;
display:flex;
}
.rml-nav_label-b90{
padding:6px 10px;
color:#4e6040;
font-size:0.594rem;
letter-spacing:.14em;
text-transform:uppercase;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
}
.rml-nav_item-b90{
gap:11px;
border-radius:9px;
padding:0.625rem;
font-size:14px;
color:#b8c9a3;
font-weight:500;
display:flex;
align-items:center;
}
.rml-nav_item-b90 svg{
width:17px;
height:17px;
}
.rml-nav_item-b90:hover{
background:rgba(163, 230, 53, 0.11);
color:#edf5e1;
}
.rml-nav_item_on-b90{
background:rgba(163, 230, 53, 0.11);
font-weight:600;
color:#a3e635;
}
.rml-side_foot-b90{
border:1px solid #273a1a;
padding:0.75rem;
background:#131a0e;
border-radius:13px;
margin-top:auto;
}
.rml-side_foot-b90 p{
font-size:12.5px;
line-height:1.4;
color:#b8c9a3;
margin-top:0.25rem;
}
/* ---------- topbar ---------- */
.rml-top-b90{
background:#111509;
gap:1rem;
padding:14px 1.75rem;
position:sticky;
z-index:40;
border-bottom:1px solid #1e2a16;
display:flex;
align-items:center;
top:0;
}
.rml-top_brand-b90{
gap:0.563rem;
display:none;
align-items:center;
}
.rml-search-b90{
flex:1;
border:1px solid #273a1a;
background:#131a0e;
gap:10px;
padding:11px 14px;
border-radius:13px;
align-items:center;
color:#7d9468;
max-width:27.5rem;
display:flex;
font-size:0.844rem;
}
.rml-search-b90 svg{
flex:none;
width:16px;
height:16px;
}
.rml-top_actions-b90{
gap:0.75rem;
display:flex;
margin-left:auto;
align-items:center;
}
.rml-lang-b90{
font-size:12px;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
color:#b8c9a3;
}
.rml-burger-b90{
border-radius:9px;
background:#131a0e;
border:1px solid #273a1a;
justify-content:center;
width:40px;
color:#edf5e1;
height:2.5rem;
display:none;
align-items:center;
}
/* ---------- bottom-nav (mobile) ---------- */
.rml-botnav-b90{
display:none;
}
@media(max-width:1025px){
.rml-side-b90{
transition:transform .25s ease;
top:0;
position:fixed;
z-index:80;
width:17.5rem;
height:100vh;
transform:translateX(-100%);
left:0;
}
.rml-drawer_cb-b90:checked~.rml-shell-b90 .rml-side-b90{
transform:translateX(0);
}
.rml-top-b90{
padding:14px 16px;
gap:12px;
position:static;
flex-wrap:wrap;
}
.rml-top_brand-b90{
display:flex;
}
.rml-search-b90{
display:none;
}
.rml-burger-b90{
display:flex;
}
.rml-top_actions-b90{
gap:0.625rem;
align-items:stretch;
margin-left:0;
width:100%;
}
.rml-top_actions-b90 .rml-lang-b90{
display:none;
}
.rml-top_actions-b90 .rml-btn-b90{
padding:0.688rem 10px;
flex:1;
text-align:center;
}
.rml-botnav-b90{
background:#111509;
padding:8px 0.375rem calc(0.5rem + env(safe-area-inset-bottom));
grid-template-columns:repeat(3,1fr);
transform:translateZ(0);
left:0;
z-index:65;
border-top:1px solid #273a1a;
display:grid;
bottom:0;
position:fixed;
right:0;
}
.rml-bn-b90{
gap:0.25rem;
padding:6px 2px 0;
display:flex;
font-size:10px;
justify-content:flex-end;
min-width:0;
font-weight:600;
flex-direction:column;
align-items:center;
color:#b8c9a3;
}
.rml-bn-b90 svg{
flex:none;
width:22px;
height:1.375rem;
}
.rml-bn-b90 span{
overflow:hidden;
text-align:center;
text-overflow:ellipsis;
white-space:nowrap;
max-width:100%;
}
.rml-bn_on-b90{
color:#a3e635;
}
.rml-bn_center-b90{
position:relative;
}
.rml-bn_fab-b90{
border-radius:50%;
background:#a3e635;
display:flex;
transform:translateX(-50%);
height:50px;
width:3.125rem;
box-shadow:0 8px 32px rgba(0, 0, 0, 0.65), 0 2px 0.5rem rgba(163, 230, 53, 0.18);
justify-content:center;
align-items:center;
top:-20px;
color:#0d1a00;
left:50%;
position:absolute;
}
.rml-bn_fab-b90 svg{
width:1.5rem;
height:1.5rem;
}
.rml-bn_center-b90 span{
color:#a3e635;
}
}
.rml-btn-b90{
padding:11px 1.375rem;
gap:0.5rem;
border-radius:0.563rem;
transition:background-color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease,color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
font-size:14px;
display:inline-flex;
cursor:pointer;
justify-content:center;
align-items:center;
font-weight:700;
font-family:"DM Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.rml-btn_pri-b90{
background:#a3e635;
color:#0d1a00;
box-shadow:0 0 18px rgba(163, 230, 53, 0.45), 0 4px 12px rgba(0, 0, 0, 0.40);
}
.rml-btn_pri-b90:hover{
background:#8fd120;
}
.rml-btn_ghost-b90{
background:rgba(163, 230, 53, 0.11);
font-weight:600;
color:#edf5e1;
}
.rml-btn_line-b90{
background:transparent;
border:1px solid #3a5424;
font-weight:600;
color:#edf5e1;
}
.rml-btn_lg-b90{
border-radius:13px;
padding:16px 30px;
font-size:15px;
}
.rml-band-b90 .rml-btn_line-b90{
border-color:rgba(255, 255, 255, 0.12);
color:#e8f5d0;
}
.rml-band-b90 .rml-btn_ghost-b90{
background:rgba(255, 255, 255, 0.07);
color:#e8f5d0;
}
.rml-link_m-b90{
gap:5px;
cursor:pointer;
font-size:0.75rem;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
display:inline-flex;
color:#a3e635;
text-decoration:none;
align-items:center;
}
.rml-link_m-b90 svg{
height:14px;
width:0.875rem;
}
.rml-band-b90 .rml-link_m-b90{
color:#b5f23a;
}
.rml-dot-b90{
border-radius:50%;
background:#a3e635;
flex:none;
width:7px;
height:0.438rem;
}
.rml-dot_live-b90{
background:#e8392a;
animation:zm3-pulse 1.4s infinite;
}
.rml-stars-b90{
gap:2px;
color:#a3e635;
display:inline-flex;
}
.rml-stars-b90 svg{
width:15px;
height:0.938rem;
}
.rml-chip-b90{
padding:0.438rem 12px;
border:1px solid #273a1a;
gap:6px;
background:#131a0e;
border-radius:9px;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.688rem;
color:#b8c9a3;
align-items:center;
display:inline-flex;
}
.rml-chip_on-b90{
border-color:transparent;
background:rgba(163, 230, 53, 0.11);
color:#a3e635;
}
.rml-gc-b90{
color:inherit;
display:block;
text-decoration:none;
cursor:pointer;
min-width:0;
}
.rml-gc_thumb-b90{
border-radius:0.813rem;
overflow:hidden;
border:1px solid #273a1a;
aspect-ratio:1;
display:block;
background-position:center;
background-size:cover;
position:relative;
}
.rml-gc_thumb_portrait-b90{
aspect-ratio:3/4;
}
.rml-gc_thumb_wide-b90{
aspect-ratio:16/11;
}
.rml-gc_cap-b90{
background:linear-gradient(transparent,rgba(8, 14, 4, 0.74));
padding:0.563rem;
position:absolute;
right:0;
bottom:0;
left:0;
}
.rml-gc_name-b90{
color:#e8f5d0;
display:block;
font-weight:700;
font-size:0.781rem;
}
.rml-gc_meta-b90{
font-size:0.688rem;
color:#9ab882;
}
.rml-gc_badge-b90{
border-radius:0.563rem;
padding:2px 0.375rem;
background:#a3e635;
right:0.5rem;
color:#0d1a00;
top:0.5rem;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
position:absolute;
font-size:0.5rem;
font-weight:700;
}
.rml-gc_badge_hot-b90{
background:#e8392a;
color:#e8f5d0;
}
.rml-gc_badge_live-b90{
background:#e8392a;
color:#e8f5d0;
left:0.5rem;
right:auto;
}
.rml-gc_mult-b90{
inset:0;
justify-content:center;
display:flex;
position:absolute;
font-weight:700;
align-items:center;
font-size:1.75rem;
color:#a3e635;
}
.rml-pc-b90{
background:#131a0e;
border:1px solid #273a1a;
border-radius:13px;
color:#b8c9a3;
font-weight:700;
align-items:center;
justify-content:center;
height:4rem;
display:flex;
font-size:0.875rem;
}
.rml-rail-b90{
min-width:0;
}
.rml-rail_scroll-b90{
gap:14px;
display:grid;
}
.rml-rail_scroll-b90>*{
min-width:0;
}
.rml-g6-b90{
grid-template-columns:repeat(6,1fr);
}
.rml-g7-b90{
grid-template-columns:repeat(7,1fr);
}
.rml-g4-b90{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1025px){
.rml-g6-b90,.rml-g7-b90{
grid-template-columns:none;
scroll-snap-type:x mandatory;
grid-auto-columns:7.5rem;
padding-bottom:6px;
overflow-x:auto;
grid-auto-flow:column;
}
.rml-g6-b90>*,.rml-g7-b90>*{
scroll-snap-align:start;
}
.rml-g4-b90{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:561px){
.rml-g4-b90{
grid-template-columns:none;
grid-auto-flow:column;
overflow-x:auto;
grid-auto-columns:150px;
}
}
.rml-panel-b90{
background:#131a0e;
border:1px solid #273a1a;
padding:28px 32px;
border-radius:1.25rem;
}
.rml-split-b90{
gap:2.25rem;
display:grid;
align-items:start;
}
.rml-split-b90>*{
min-width:0;
}
.rml-split_a-b90{
grid-template-columns:.85fr 1.15fr;
}
.rml-split_b-b90{
grid-template-columns:1fr 1.1fr;
}
.rml-split_c-b90{
grid-template-columns:1.1fr .9fr;
}
.rml-pgrid-b90{
grid-template-columns:.9fr 1.1fr;
gap:2.5rem;
align-items:center;
display:grid;
}
.rml-pgrid-b90>*{
min-width:0;
}
.rml-lead-b90{
line-height:1.65;
margin-bottom:0.875rem;
color:#b8c9a3;
font-size:15px;
}
.rml-feat-b90{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.rml-feat-b90>*{
min-width:0;
}
.rml-feat2-b90{
grid-template-columns:1fr 1fr;
}
.rml-feat_card-b90{
background:#131a0e;
border:1px solid #273a1a;
padding:1.625rem;
border-radius:20px;
}
.rml-feat_card-b90 svg{
margin-bottom:16px;
color:#a3e635;
width:26px;
height:1.625rem;
}
.rml-feat_card-b90 h3{
font-weight:700;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#edf5e1;
font-size:18px;
margin-bottom:0.5rem;
}
.rml-feat_card-b90 p{
line-height:1.6;
color:#b8c9a3;
font-size:0.813rem;
}
.rml-feat_card-b90 b{
color:#edf5e1;
}
.rml-big-b90{
gap:1.375rem;
display:flex;
flex-wrap:wrap;
}
.rml-big_n-b90{
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
font-size:1.625rem;
color:#a3e635;
}
.rml-big_l-b90{
color:#7d9468;
font-size:12px;
}
.rml-person-b90{
padding:16px 1.125rem;
gap:14px;
background:#131a0e;
border:1px solid #273a1a;
border-radius:0.813rem;
display:flex;
align-items:center;
}
.rml-avatar-b90{
background:linear-gradient(135deg,#a3e635,#6fb800);
border-radius:50%;
flex:none;
width:44px;
height:44px;
}
.rml-person_name-b90{
font-weight:700;
font-size:14px;
color:#edf5e1;
}
.rml-person_role-b90{
color:#7d9468;
font-size:0.75rem;
}
.rml-kv-b90{
background:#273a1a;
border-radius:0.813rem;
border:1px solid #273a1a;
gap:1px;
overflow:hidden;
grid-template-columns:1fr 1fr;
display:grid;
}
.rml-kv-b90>div{
padding:16px 1.125rem;
background:#0d1008;
min-width:0;
}
.rml-kv_k-b90{
color:#a3e635;
font-size:9.5px;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
margin-bottom:0.313rem;
text-transform:uppercase;
}
.rml-kv_v-b90{
font-size:0.844rem;
font-weight:700;
color:#edf5e1;
}
@media(max-width:1021px){
.rml-split_a-b90,.rml-split_b-b90,.rml-split_c-b90,.rml-pgrid-b90{
grid-template-columns:1fr;
gap:1.5rem;
}
.rml-feat-b90,.rml-feat2-b90{
grid-template-columns:1fr;
}
.rml-kv-b90{
grid-template-columns:1fr;
}
}
.rml-sh-b90{
margin-bottom:16px;
min-width:0;
}
.rml-sh_row-b90{
gap:0.75rem;
flex-wrap:wrap;
align-items:flex-end;
justify-content:space-between;
display:flex;
}
.rml-sh_row-b90 .rml-sh_l-b90{
gap:0.375rem;
display:flex;
min-width:0;
flex-direction:column;
}
.rml-sh_stack-b90{
gap:0.625rem;
flex-direction:column;
align-items:flex-start;
display:flex;
}
.rml-sh_center-b90{
gap:0.625rem;
display:flex;
align-items:center;
text-align:center;
flex-direction:column;
}
.rml-sh_h2-b90{
gap:9px;
align-items:center;
line-height:1.1;
font-weight:700;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
display:flex;
overflow-wrap:break-word;
color:#edf5e1;
font-size:1.25rem;
}
@media(min-width:770px){
.rml-sh_h2-b90{
font-size:24px;
}
}
.rml-band-b90 .rml-sh_h2-b90{
color:#e8f5d0;
}
.rml-eb_mono-b90{
letter-spacing:.08em;
text-transform:none;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
}
.rml-eb_mono-b90::before{
content:"// ";
}
.rml-eb_upper-b90{
text-transform:uppercase;
letter-spacing:.14em;
}
.rml-eb_pill-b90{
background:rgba(163, 230, 53, 0.11);
border-radius:999px;
padding:5px 11px;
text-transform:uppercase;
letter-spacing:.12em;
}
.rml-eb_line-b90{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.rml-eb_line-b90::before{
background:#a3e635;
height:1px;
content:"";
display:inline-block;
width:1.5rem;
}
.rml-band-b90 .rml-eb_line-b90::before{
background:#b5f23a;
}
.rml-band-b90 .rml-eb_pill-b90{
background:rgba(255, 255, 255, 0.07);
}
.rml-sh_link-b90{
transition:color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease,border-color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
gap:0.375rem;
color:#edf5e1;
font-size:0.813rem;
align-items:center;
font-weight:600;
white-space:nowrap;
border-bottom:1px solid #edf5e1;
padding-bottom:2px;
display:inline-flex;
}
.rml-sh_link-b90:hover{
border-color:#a3e635;
color:#a3e635;
}
.rml-sh_link-b90 svg{
width:14px;
height:14px;
}
.rml-sh_link_chev-b90{
color:#a3e635;
padding-bottom:0;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
border-bottom:0;
font-size:12px;
}
.rml-sh_link_btn-b90{
background:#a3e635;
padding:9px 18px;
border-radius:62.438rem;
color:#0d1a00;
border-bottom:0;
}
.rml-sh_link_btn-b90:hover{
background:#8fd120;
border-color:transparent;
}
.rml-band-b90 .rml-sh_link-b90{
border-color:#e8f5d0;
color:#e8f5d0;
}
.rml-band-b90 .rml-sh_link_chev-b90{
color:#b5f23a;
}
.rml-sh_rule-b90{
margin:-2px 0 1rem;
background:#273a1a;
height:1px;
}
.rml-band-b90 .rml-sh_rule-b90{
background:rgba(255, 255, 255, 0.12);
}
.rml-seo_grid3-b90{
grid-template-columns:repeat(3,1fr);
gap:1.25rem;
display:grid;
}
.rml-seo_grid4-b90{
grid-template-columns:repeat(4,1fr);
gap:0.813rem;
display:grid;
}
.rml-seo_grid3-b90>*,.rml-seo_grid4-b90>*{
min-width:0;
}
.rml-seo_card-b90{
padding:1.5rem;
border-radius:13px;
border:1px solid #273a1a;
background:#131a0e;
}
.rml-seo_card-b90 h3{
font-weight:700;
margin-bottom:0.5rem;
font-size:1.125rem;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#edf5e1;
}
.rml-seo_card-b90 p{
line-height:1.6;
color:#b8c9a3;
font-size:13px;
}
.rml-seo_card_sm-b90{
padding:20px;
}
.rml-seo_card_sm-b90 h3{
font-size:16px;
}
.rml-seo_card_sm-b90 p{
font-size:12.5px;
line-height:1.55;
}
.rml-seo_rtp_row-b90{
gap:36px;
grid-template-columns:1fr 1fr;
display:grid;
align-items:center;
margin-top:1rem;
}
.rml-rtp-b90{
gap:0.875rem;
display:flex;
min-width:0;
}
.rml-rtp-b90>div{
background:#0d1008;
border-radius:13px;
flex:1;
padding:1rem;
text-align:center;
min-width:0;
}
.rml-rtp_n-b90{
font-weight:700;
font-size:26px;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#a3e635;
white-space:nowrap;
}
.rml-rtp_l-b90{
color:#7d9468;
margin-top:0.25rem;
font-size:11px;
}
.rml-cmp-b90{
overflow:hidden;
border:1px solid #273a1a;
border-radius:13px;
max-width:47.5rem;
}
.rml-cmp_row-b90{
grid-template-columns:1.6fr 1fr 1fr;
font-size:13px;
display:grid;
}
.rml-cmp_row-b90>div{
padding:13px 0.875rem;
text-align:center;
min-width:0;
}
.rml-cmp_row-b90>div:first-child{
color:#edf5e1;
text-align:left;
font-weight:600;
padding-left:1.375rem;
}
.rml-cmp_th-b90{
background:#0d1008;
font-weight:700;
font-size:12.5px;
}
.rml-cmp_row-b90:not(.rml-cmp_th-b90){
background:#131a0e;
color:#b8c9a3;
border-top:1px solid #1e2a16;
}
.rml-cmp_zebra-b90{
background:#101409;
}
.rml-guide-b90{
border:1px solid #273a1a;
border-radius:13px;
background:#131a0e;
overflow:hidden;
cursor:pointer;
}
.rml-guide_cover-b90{
height:8.125rem;
}
.rml-guide_body-b90{
padding:1.25rem;
}
.rml-guide_body-b90 h3{
margin:7px 0 9px;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.25;
font-weight:700;
font-size:16px;
color:#edf5e1;
}
.rml-guide_meta-b90{
font-size:0.719rem;
color:#7d9468;
}
.rml-hub-b90{
grid-template-columns:repeat(5,1fr);
gap:28px;
display:grid;
border-top:1px solid #1e2a16;
padding-top:28px;
}
.rml-hub-b90>*{
min-width:0;
}
.rml-hub-b90 h4{
font-size:0.813rem;
color:#edf5e1;
margin-bottom:11px;
font-weight:700;
}
.rml-hub_col-b90{
gap:8px;
flex-direction:column;
display:flex;
color:#b8c9a3;
font-size:0.813rem;
}
.rml-hub_col-b90 a{
cursor:pointer;
}
@media(max-width:1025px){
.rml-seo_grid3-b90{
grid-template-columns:1fr;
}
.rml-seo_grid4-b90{
grid-template-columns:repeat(2,1fr);
}
.rml-seo_rtp_row-b90{
gap:1.25rem;
grid-template-columns:1fr;
}
.rml-hub-b90{
grid-template-columns:repeat(2,1fr);
gap:22px;
}
}
@media(max-width:558px){
.rml-hub-b90{
grid-template-columns:1fr;
}
}
.rml-hero-b90{
overflow:hidden;
border:1px solid #273a1a;
border-radius:20px;
padding:46px 48px;
background:linear-gradient(120deg,#0a1206,#061210);
color:#e8f5d0;
position:relative;
}
.rml-hero_glow-b90{
background:radial-gradient(circle,rgba(163, 230, 53, 0.22),transparent 70%);
border-radius:50%;
position:absolute;
height:21.25rem;
right:-3.75rem;
top:-3.75rem;
width:340px;
}
.rml-hero_in-b90{
position:relative;
max-width:600px;
}
.rml-hero-b90 .rml-eyebrow-b90{
color:#b5f23a;
}
.rml-pill_row-b90{
background:rgba(255, 255, 255, 0.07);
padding:6px 13px;
border-radius:999px;
gap:8px;
border:1px solid rgba(255, 255, 255, 0.12);
margin-bottom:22px;
text-transform:uppercase;
display:inline-flex;
letter-spacing:.1em;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
color:#b5f23a;
align-items:center;
font-size:0.656rem;
}
.rml-hero_h1-b90{
margin:1.125rem 0;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.02;
letter-spacing:-.02em;
font-size:54px;
overflow-wrap:break-word;
font-weight:700;
color:#e8f5d0;
}
.rml-hero_h1-b90 em{
font-style:normal;
color:#b5f23a;
}
.rml-hero_sub-b90{
font-size:17px;
color:#9ab882;
line-height:1.55;
max-width:30rem;
margin-bottom:1.75rem;
}
.rml-hero_cta-b90{
gap:14px;
flex-wrap:wrap;
display:flex;
margin-bottom:26px;
align-items:center;
}
.rml-hero_trust-b90{
gap:0.875rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.rml-hero_rating_txt-b90{
font-size:13px;
color:#9ab882;
}
@media(max-width:1023px){
.rml-hero-b90{
padding:32px 24px;
}
.rml-hero_h1-b90{
font-size:38px;
}
}
@media(max-width:561px){
.rml-hero_h1-b90{
font-size:30px;
}
}
.rml-tabs-b90{
gap:9px;
flex-wrap:wrap;
display:flex;
}
.rml-tab-b90{
padding:0.625rem 1.125rem;
border-radius:9px;
border:1px solid #273a1a;
background:#131a0e;
cursor:pointer;
font-size:0.813rem;
color:#b8c9a3;
font-weight:600;
}
.rml-tab_on-b90{
background:#a3e635;
border-color:transparent;
color:#0d1a00;
font-weight:700;
}
.rml-stat-b90{
gap:14px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.rml-stat-b90>*{
min-width:0;
}
.rml-stat_item-b90{
border:1px solid #273a1a;
border-radius:0.813rem;
background:#131a0e;
padding:18px 1.25rem;
}
.rml-stat_k-b90{
font-size:9.5px;
text-transform:uppercase;
margin-bottom:0.438rem;
letter-spacing:.12em;
color:#7d9468;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
}
.rml-stat_v-b90{
gap:0.5rem;
font-size:1.5rem;
overflow-wrap:anywhere;
color:#edf5e1;
min-width:0;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
align-items:center;
font-weight:700;
display:flex;
}
.rml-stat_v_accent-b90{
color:#a3e635;
}
@media(max-width:1027px){
.rml-stat-b90{
grid-template-columns:repeat(2,1fr);
}
}
.rml-wlc-b90{
gap:24px;
border:1px solid #273a1a;
grid-template-columns:1.2fr .8fr;
padding:36px 40px;
border-radius:1.25rem;
overflow:hidden;
background:linear-gradient(120deg,#0a1206,#061210);
align-items:center;
position:relative;
color:#e8f5d0;
display:grid;
}
.rml-wlc-b90>*{
min-width:0;
}
.rml-wlc-b90 .rml-eyebrow-b90{
color:#b5f23a;
}
.rml-wlc_glow-b90{
background:radial-gradient(circle,rgba(163, 230, 53, 0.22),transparent 70%);
border-radius:50%;
top:-2.5rem;
position:absolute;
width:16.25rem;
right:-2.5rem;
height:16.25rem;
}
.rml-wlc_in-b90{
position:relative;
}
.rml-wlc_h2-b90{
margin:10px 0 0.5rem;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
overflow-wrap:break-word;
color:#e8f5d0;
font-size:2.125rem;
line-height:1.03;
}
.rml-wlc_h2-b90 em{
color:#b5f23a;
font-style:normal;
}
.rml-wlc_sub-b90{
line-height:1.55;
margin-bottom:18px;
color:#9ab882;
max-width:420px;
font-size:14px;
}
.rml-wlc_terms-b90{
gap:0.625rem;
position:relative;
flex-direction:column;
display:flex;
}
.rml-term-b90{
gap:0.688rem;
border:1px solid rgba(255, 255, 255, 0.12);
background:rgba(255, 255, 255, 0.07);
border-radius:0.813rem;
padding:0.813rem 0.938rem;
align-items:center;
display:flex;
}
.rml-term-b90 svg{
flex:none;
color:#b5f23a;
width:1.25rem;
height:20px;
}
.rml-term_k-b90{
letter-spacing:.1em;
color:#9ab882;
font-size:0.594rem;
text-transform:uppercase;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
}
.rml-term_v-b90{
font-weight:700;
margin-top:2px;
font-size:0.875rem;
color:#e8f5d0;
}
@media(max-width:1026px){
.rml-wlc-b90{
grid-template-columns:1fr;
}
}
@media(max-width:563px){
.rml-wlc_h2-b90{
font-size:26px;
}
}
.rml-jp-b90{
grid-template-columns:1.5fr 1fr 1fr;
gap:0.875rem;
display:grid;
}
.rml-jp-b90>*{
min-width:0;
}
.rml-jp_hero-b90{
border:1px solid #273a1a;
padding:1.625rem;
overflow:hidden;
background:linear-gradient(135deg,#0a1206,#061210);
border-radius:20px;
gap:0.875rem;
min-height:11.25rem;
flex-direction:column;
position:relative;
display:flex;
justify-content:space-between;
color:#e8f5d0;
}
.rml-jp_glow-b90{
background:radial-gradient(circle,rgba(163, 230, 53, 0.22),transparent 70%);
border-radius:50%;
top:-2.5rem;
position:absolute;
height:11.25rem;
right:-40px;
width:180px;
}
.rml-jp_k_row-b90{
gap:10px;
position:relative;
display:flex;
justify-content:space-between;
align-items:center;
}
.rml-jp_k-b90{
text-transform:uppercase;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
font-size:10px;
color:#7d9468;
letter-spacing:.12em;
}
.rml-jp_hero-b90 .rml-jp_k-b90{
color:#9ab882;
}
.rml-jp_amt-b90{
font-weight:700;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:2.625rem;
color:#b5f23a;
line-height:1;
position:relative;
}
.rml-jp_sub-b90{
margin-top:5px;
font-size:12px;
color:#9ab882;
}
.rml-jp_cell-b90{
background:#131a0e;
border:1px solid #273a1a;
border-radius:20px;
padding:22px;
display:flex;
justify-content:space-between;
flex-direction:column;
min-height:11.25rem;
}
.rml-jp_cell-b90 .rml-jp_amt-b90{
color:#edf5e1;
font-size:30px;
}
.rml-jp_cell-b90 .rml-jp_sub-b90{
color:#7d9468;
}
@media(max-width:1022px){
.rml-jp-b90{
grid-template-columns:1fr;
}
}
@media(max-width:563px){
.rml-jp_amt-b90{
font-size:32px;
}
}
.rml-vip_head-b90{
gap:0.75rem;
margin-bottom:1.125rem;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
align-items:flex-end;
}
.rml-vip_intro-b90{
color:#b8c9a3;
font-size:13px;
max-width:26.25rem;
}
.rml-vip-b90{
grid-template-columns:repeat(5,1fr);
gap:0.75rem;
display:grid;
}
.rml-vip-b90>*{
min-width:0;
}
.rml-tier-b90{
padding:20px;
border:1px solid #273a1a;
border-radius:13px;
background:#131a0e;
}
.rml-tier_on-b90{
background:rgba(163, 230, 53, 0.11);
border-color:#a3e635;
}
.rml-tier_medal-b90{
background:linear-gradient(135deg,#a3e635,#6fb800);
border-radius:0.563rem;
height:1.875rem;
width:30px;
margin-bottom:14px;
}
.rml-tier_name-b90{
font-size:15px;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
margin-bottom:5px;
color:#edf5e1;
font-weight:700;
}
.rml-tier_tx-b90{
line-height:1.5;
color:#7d9468;
font-size:0.719rem;
}
@media(max-width:1022px){
.rml-vip-b90{
grid-template-columns:repeat(2,1fr);
}
}
.rml-pay_logos-b90{
gap:9px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.rml-pay_logos-b90>*{
min-width:0;
}
.rml-pay-b90{
border-radius:0.563rem;
border:1px solid #273a1a;
font-size:12px;
justify-content:center;
color:#b8c9a3;
align-items:center;
height:48px;
font-weight:700;
display:flex;
}
.rml-table-b90{
border-radius:13px;
overflow:hidden;
border:1px solid #273a1a;
}
.rml-trow-b90{
grid-template-columns:1.3fr 1fr 1fr 1fr;
display:grid;
font-size:13px;
}
.rml-trow-b90>div{
padding:0.813rem 0.875rem;
min-width:0;
}
.rml-trow-b90>div:first-child{
color:#edf5e1;
padding-left:1rem;
font-weight:700;
}
.rml-trow_th-b90{
background:#0d1008;
letter-spacing:.06em;
text-transform:uppercase;
color:#7d9468;
font-size:9.5px;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
}
.rml-trow-b90:not(.rml-trow_th-b90){
background:#131a0e;
color:#b8c9a3;
border-top:1px solid #1e2a16;
}
.rml-trow_zebra-b90{
background:#101409;
}
.rml-pos-b90{
font-weight:700;
color:#a3e635;
}
@media(max-width:1022px){
.rml-pay_logos-b90{
grid-template-columns:repeat(2,1fr);
}
}
.rml-promo_grid-b90{
grid-template-columns:repeat(3,1fr);
gap:16px;
display:grid;
}
.rml-promo_grid-b90>*{
min-width:0;
}
.rml-promo-b90{
overflow:hidden;
border-radius:20px;
border:1px solid #273a1a;
padding:24px;
background:#131a0e;
min-height:150px;
position:relative;
}
.rml-promo_h-b90{
line-height:1.05;
color:#edf5e1;
margin-top:0.375rem;
font-size:1.625rem;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
}
.rml-promo_h-b90 em{
font-style:normal;
color:#a3e635;
}
.rml-promo_p-b90{
line-height:1.5;
color:#b8c9a3;
font-size:12.5px;
margin-top:0.5rem;
}
.rml-promo_feat-b90{
background:linear-gradient(135deg,#0a1206,#061210);
border-color:#273a1a;
}
.rml-promo_feat-b90 .rml-promo_h-b90{
color:#e8f5d0;
}
.rml-promo_feat-b90 .rml-promo_h-b90 em{
color:#b5f23a;
}
.rml-promo_feat-b90 .rml-promo_p-b90{
color:#9ab882;
}
.rml-promo_feat-b90 .rml-eyebrow-b90{
color:#b5f23a;
}
@media(max-width:1021px){
.rml-promo_grid-b90{
grid-template-columns:1fr;
}
}
.rml-tour-b90{
border-radius:1.25rem;
overflow:hidden;
grid-template-columns:1.05fr 1fr;
border:1px solid #273a1a;
display:grid;
}
.rml-tour-b90>*{
min-width:0;
}
.rml-tour_l-b90{
padding:34px;
overflow:hidden;
background:linear-gradient(135deg,#0a1206,#061210);
color:#e8f5d0;
position:relative;
}
.rml-tour_h2-b90{
margin:12px 0 10px;
font-weight:700;
font-size:1.875rem;
color:#e8f5d0;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.05;
}
.rml-tour_h2-b90 em{
font-style:normal;
color:#b5f23a;
}
.rml-tour_text-b90{
max-width:21.25rem;
margin-bottom:20px;
font-size:0.844rem;
line-height:1.6;
color:#9ab882;
}
.rml-tour_meta-b90{
gap:1.125rem;
align-items:flex-end;
margin-bottom:20px;
flex-wrap:wrap;
display:flex;
}
.rml-tour_cap-b90{
margin-bottom:0.313rem;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.594rem;
text-transform:uppercase;
color:#9ab882;
}
.rml-count-b90{
gap:0.375rem;
display:flex;
}
.rml-count-b90 span{
border:1px solid rgba(255, 255, 255, 0.12);
border-radius:0.563rem;
padding:4px 9px;
background:rgba(255, 255, 255, 0.07);
font-size:22px;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
font-weight:700;
}
.rml-tour_units-b90{
color:#9ab882;
font-size:10px;
}
.rml-board-b90{
background:#131a0e;
padding:1.75rem 30px;
}
.rml-board_head-b90{
display:flex;
margin-bottom:0.875rem;
justify-content:space-between;
align-items:center;
}
.rml-board_title-b90{
color:#edf5e1;
font-weight:700;
font-size:16px;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.rml-board_upd-b90{
font-size:10px;
color:#7d9468;
text-transform:uppercase;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
}
.rml-board_list-b90{
gap:2px;
display:flex;
flex-direction:column;
}
.rml-board_row-b90{
padding:10px 0.75rem;
gap:12px;
border-radius:9px;
display:flex;
align-items:center;
}
.rml-board_top1-b90{
background:rgba(163, 230, 53, 0.11);
}
.rml-board_rk-b90{
font-size:0.875rem;
width:1.25rem;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
color:#7d9468;
font-weight:700;
}
.rml-board_top1-b90 .rml-board_rk-b90{
color:#a3e635;
}
.rml-board_nm-b90{
flex:1;
min-width:0;
font-weight:600;
font-size:0.844rem;
color:#b8c9a3;
}
.rml-board_top1-b90 .rml-board_nm-b90{
color:#edf5e1;
font-weight:700;
}
.rml-board_pt-b90{
font-size:0.781rem;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
color:#b8c9a3;
}
@media(max-width:1027px){
.rml-tour-b90{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.rml-tour_h2-b90{
font-size:1.5rem;
}
}
.rml-gm-b90{
gap:1rem;
grid-template-columns:1.3fr 1fr;
display:grid;
}
.rml-gm-b90>*{
min-width:0;
}
.rml-gm_panel-b90{
border-radius:1.25rem;
background:#131a0e;
border:1px solid #273a1a;
padding:1.75rem;
}
.rml-gm_h2-b90{
margin:10px 0 8px;
font-weight:700;
font-size:1.5rem;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#edf5e1;
}
.rml-gm_text-b90{
margin-bottom:20px;
line-height:1.6;
color:#b8c9a3;
max-width:440px;
font-size:0.844rem;
}
.rml-gm_level-b90{
gap:0.875rem;
margin-bottom:1rem;
display:flex;
align-items:center;
}
.rml-gm_lv-b90{
color:#a3e635;
font-weight:700;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.5rem;
}
.rml-gm_bar_wrap-b90{
flex:1;
min-width:0;
}
.rml-gm_bar_meta-b90{
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
color:#7d9468;
display:flex;
justify-content:space-between;
font-size:0.625rem;
margin-bottom:5px;
}
.rml-bar-b90{
border-radius:62.438rem;
overflow:hidden;
background:#0d1008;
height:0.5rem;
}
.rml-bar_fill-b90{
border-radius:62.438rem;
background:linear-gradient(90deg,#a3e635,#6fb800);
display:block;
height:100%;
}
.rml-gm_missions-b90{
gap:9px;
flex-wrap:wrap;
display:flex;
}
.rml-gm_refer-b90{
background:linear-gradient(150deg,#0a1206,#061210);
border-radius:20px;
border:1px solid #273a1a;
padding:28px;
overflow:hidden;
flex-direction:column;
display:flex;
justify-content:space-between;
color:#e8f5d0;
position:relative;
}
.rml-gm_refer-b90 .rml-eyebrow-b90{
color:#b5f23a;
}
.rml-gm_ref_h2-b90{
margin:0.625rem 0 8px;
font-weight:700;
color:#e8f5d0;
line-height:1.1;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:24px;
}
.rml-gm_ref_h2-b90 em{
font-style:normal;
color:#b5f23a;
}
.rml-gm_ref_text-b90{
margin-bottom:18px;
line-height:1.55;
color:#9ab882;
font-size:0.813rem;
}
@media(max-width:1027px){
.rml-gm-b90{
grid-template-columns:1fr;
}
}
.rml-steps-b90{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.rml-steps-b90>*{
min-width:0;
}
.rml-step-b90{
border:1px solid #273a1a;
border-radius:13px;
background:#131a0e;
padding:1.5rem;
position:relative;
}
.rml-step_num-b90{
background:#a3e635;
border-radius:0.563rem;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
font-weight:700;
justify-content:center;
align-items:center;
margin-bottom:14px;
width:1.875rem;
font-size:0.813rem;
color:#0d1a00;
display:flex;
height:1.875rem;
}
.rml-step_h-b90{
font-weight:700;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
margin-bottom:0.438rem;
font-size:1rem;
color:#edf5e1;
}
.rml-step_p-b90{
color:#b8c9a3;
font-size:0.813rem;
line-height:1.55;
}
@media(max-width:1023px){
.rml-steps-b90{
grid-template-columns:1fr;
}
}
.rml-banner-b90{
border:1px solid #273a1a;
gap:28px;
border-radius:20px;
overflow:hidden;
background:linear-gradient(115deg,#0a1206,#061210);
padding:36px 2.5rem;
justify-content:space-between;
position:relative;
flex-wrap:wrap;
align-items:center;
display:flex;
color:#e8f5d0;
}
.rml-banner_glow-b90{
background:radial-gradient(circle,rgba(163, 230, 53, 0.22),transparent 68%);
border-radius:50%;
width:12.5rem;
height:12.5rem;
top:50%;
transform:translateY(-50%);
position:absolute;
right:80px;
}
.rml-banner_in-b90{
max-width:35rem;
position:relative;
}
.rml-banner-b90 .rml-eyebrow-b90{
color:#b5f23a;
}
.rml-banner_h2-b90{
margin:10px 0;
line-height:1.05;
font-weight:700;
font-size:30px;
color:#e8f5d0;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.rml-banner_text-b90{
line-height:1.6;
font-size:0.875rem;
color:#9ab882;
}
@media(max-width:559px){
.rml-banner_h2-b90{
font-size:1.5rem;
}
}
.rml-dw_h2-b90{
font-size:1.625rem;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.08;
font-weight:700;
margin-bottom:10px;
color:#edf5e1;
}
.rml-steps_v-b90{
grid-template-columns:1fr;
gap:10px;
}
.rml-steps_v-b90 .rml-step-b90{
padding:18px 1.25rem;
}
@media(max-width:561px){
.rml-dw_h2-b90{
font-size:1.438rem;
}
}
.rml-supp-b90{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.rml-supp-b90>*{
min-width:0;
}
.rml-supp_card-b90{
border:1px solid #273a1a;
background:#131a0e;
padding:24px;
border-radius:0.813rem;
}
.rml-supp_card-b90 svg{
color:#a3e635;
width:1.5rem;
margin-bottom:0.875rem;
height:24px;
}
.rml-supp_card-b90 h3{
margin-bottom:0.375rem;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
color:#edf5e1;
font-size:1rem;
}
.rml-supp_card-b90 p{
line-height:1.55;
font-size:13px;
color:#b8c9a3;
}
@media(max-width:1027px){
.rml-supp-b90{
grid-template-columns:1fr;
}
}
.rml-news-b90{
border-radius:20px;
gap:24px;
border:1px solid #273a1a;
background:linear-gradient(135deg,#0a1206,#061210);
padding:1.625rem 2rem;
display:flex;
flex-wrap:wrap;
color:#e8f5d0;
justify-content:space-between;
align-items:center;
}
.rml-news_h3-b90{
font-weight:700;
color:#e8f5d0;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.25rem;
margin-bottom:4px;
}
.rml-news_text-b90{
color:#9ab882;
font-size:0.813rem;
}
.rml-news_form-b90{
gap:0.625rem;
flex:1;
max-width:440px;
display:flex;
min-width:0;
}
.rml-news_form-b90 .rml-input-b90{
min-width:0;
}
@media(max-width:558px){
.rml-news_form-b90{
width:100%;
}
}
.rml-input-b90{
border:1px solid rgba(255, 255, 255, 0.12);
background:rgba(255, 255, 255, 0.07);
border-radius:0.563rem;
padding:13px 1rem;
flex:1;
color:#9ab882;
font-size:13.5px;
}
.rml-ab_h2-b90{
margin:14px 0 16px;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
color:#edf5e1;
font-size:32px;
line-height:1.08;
}
.rml-ab_body-b90{
line-height:1.65;
margin-bottom:14px;
color:#b8c9a3;
font-size:0.938rem;
}
.rml-ab_chips-b90{
gap:10px;
display:flex;
flex-wrap:wrap;
margin-top:0.5rem;
}
.rml-faq-b90{
gap:10px;
display:flex;
flex-direction:column;
}
.rml-faq_item-b90{
border:1px solid #273a1a;
border-radius:0.813rem;
padding:18px 22px;
background:#131a0e;
}
.rml-faq_q-b90{
gap:16px;
list-style:none;
color:#edf5e1;
font-weight:600;
display:flex;
align-items:center;
justify-content:space-between;
cursor:pointer;
font-size:0.969rem;
}
.rml-faq_q-b90::-webkit-details-marker{
display:none;
}
.rml-faq_q_t-b90{
gap:0.625rem;
display:flex;
}
.rml-faq_q_i-b90{
font-style:normal;
color:#a3e635;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
}
.rml-faq_pm-b90{
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
color:#a3e635;
font-size:1.25rem;
}
.rml-faq_item-b90[open] .rml-faq_pm-b90{
transform:rotate(45deg);
}
.rml-faq_a-b90{
margin-top:12px;
color:#b8c9a3;
font-size:13.5px;
line-height:1.6;
}
@media(max-width:560px){
.rml-ab_h2-b90{
font-size:26px;
}
}
.rml-op_h2-b90{
margin:0.625rem 0 8px;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#edf5e1;
font-weight:700;
font-size:24px;
line-height:1.1;
}
.rml-op_text-b90{
color:#b8c9a3;
font-size:0.844rem;
line-height:1.6;
}
@media(max-width:561px){
.rml-op_h2-b90{
font-size:22px;
}
}
.rml-dispute-b90{
border:1px dashed #3a5424;
border-radius:13px;
gap:28px;
padding:1.625rem 30px;
justify-content:space-between;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.rml-dispute_in-b90{
max-width:41.25rem;
}
.rml-dispute_h2-b90{
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#edf5e1;
margin-bottom:0.5rem;
font-size:1.375rem;
font-weight:700;
}
.rml-dispute_text-b90{
font-size:13.5px;
line-height:1.6;
color:#b8c9a3;
}
.rml-provs-b90{
gap:12px;
grid-template-columns:repeat(6,1fr);
display:grid;
margin-bottom:1.75rem;
}
.rml-provs-b90>*{
min-width:0;
}
.rml-prov-b90{
background:#131a0e;
border-radius:13px;
border:1px solid #273a1a;
padding:0.75rem;
align-items:center;
display:flex;
justify-content:center;
height:64px;
text-decoration:none;
}
.rml-prov_img-b90{
object-fit:contain;
max-height:32px;
max-width:100%;
}
.rml-resp-b90{
gap:1.5rem;
border:1px solid #273a1a;
background:#131a0e;
border-radius:13px;
padding:26px;
flex-wrap:wrap;
align-items:center;
justify-content:space-between;
display:flex;
}
.rml-resp_in-b90{
max-width:35rem;
}
.rml-resp_h-b90{
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#edf5e1;
font-size:19px;
font-weight:700;
margin-bottom:8px;
}
.rml-resp_p-b90{
color:#b8c9a3;
line-height:1.6;
font-size:0.844rem;
}
.rml-resp_badges-b90{
gap:14px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.rml-age18-b90{
border-radius:0.563rem;
padding:4px 8px;
border:1.5px solid #e8392a;
font-weight:700;
font-size:13px;
color:#e8392a;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
}
.rml-resp_org-b90{
color:#7d9468;
font-size:13px;
font-weight:600;
}
@media(max-width:1027px){
.rml-provs-b90{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:558px){
.rml-provs-b90{
grid-template-columns:repeat(2,1fr);
}
}
.rml-et_h2-b90{
margin:10px 0 0.875rem;
color:#edf5e1;
line-height:1.08;
font-weight:700;
font-size:28px;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.rml-et_right-b90{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.rml-et_updated-b90{
gap:10px;
border-radius:13px;
background:#0d1008;
border:1px solid #273a1a;
padding:0.875rem 1.125rem;
align-items:center;
color:#b8c9a3;
display:flex;
font-size:0.75rem;
}
.rml-et_updated-b90 svg{
flex:none;
height:15px;
color:#a3e635;
width:0.938rem;
}
.rml-et_updated-b90 b{
color:#edf5e1;
}
@media(max-width:559px){
.rml-et_h2-b90{
font-size:1.5rem;
}
}
.rml-footer-b90{
padding:40px 1.75rem;
background:#090d05;
border-top:1px solid #1e2a16;
}
.rml-footer_grid-b90{
gap:2rem;
grid-template-columns:1.4fr 1fr 1fr 1fr;
margin-left:auto;
margin-right:auto;
margin-bottom:1.75rem;
max-width:1400px;
display:grid;
}
.rml-footer_grid-b90>*{
min-width:0;
}
.rml-footer_grid-b90 h4{
letter-spacing:.12em;
color:#4e6040;
text-transform:uppercase;
margin-bottom:13px;
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.625rem;
}
.rml-fcol-b90{
gap:9px;
display:flex;
color:#b8c9a3;
font-size:13px;
flex-direction:column;
}
.rml-fcol-b90 a{
cursor:pointer;
}
.rml-ft_about-b90{
color:#7d9468;
margin-top:12px;
line-height:1.6;
font-size:13px;
max-width:16.25rem;
}
.rml-ft_contact-b90{
font-family:"Martian Mono", Menlo, Monaco, Consolas, monospace;
color:#a3e635;
margin-top:0.75rem;
font-size:12.5px;
overflow-wrap:anywhere;
}
.rml-footer_bottom-b90{
gap:16px;
margin:0 auto;
border-top:1px solid #1e2a16;
max-width:1400px;
display:flex;
justify-content:space-between;
padding-top:1.25rem;
align-items:center;
flex-wrap:wrap;
}
.rml-footer_bottom-b90 p{
line-height:1.6;
font-size:11px;
color:#4e6040;
max-width:45rem;
}
@media(max-width:1024px){
.rml-footer_grid-b90{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:559px){
.rml-footer_grid-b90{
grid-template-columns:1fr;
}
}