*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0F0D09;
font-size:15px;
-webkit-font-smoothing:antialiased;
line-height:1.55;
text-rendering:optimizeLegibility;
overflow-wrap:break-word;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#C8B99A;
}
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(9, 7, 3, 0.72);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.mry_shell-ljk{
grid-template-columns:248px 1fr;
display:grid;
min-height:100vh;
}
.mry_main-ljk{
min-width:0;
}
.mry_wrap-ljk{
margin:0 auto;
max-width:87.5rem;
width:100%;
}
.mry_container-ljk{
margin:0 auto;
padding:0 1rem;
width:100%;
max-width:1400px;
}
@media(min-width:768px){
.mry_container-ljk{
padding:0 1.75rem;
}
}
.mry_section-ljk{
padding:1.5rem 1.75rem;
}
.mry_section_pt-ljk{
padding-top:2.125rem;
}
.mry_band_soft-ljk{
background:#181410;
}
.mry_eyebrow-ljk{
font-size:0.656rem;
color:#FFB020;
letter-spacing:.14em;
display:inline-block;
line-height:1.4;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
text-transform:uppercase;
overflow-wrap:break-word;
font-weight:600;
}
.mry_drawer_cb-ljk{
display:none;
}
.mry_overlay-ljk{
display:none;
}
@media(max-width:1026px){
.mry_shell-ljk{
grid-template-columns:1fr;
}
.mry_main-ljk{
padding-bottom:4.875rem;
}
.mry_drawer_cb-ljk:checked~.mry_overlay-ljk{
background:rgba(9, 7, 3, 0.72);
inset:0;
z-index:70;
display:block;
position:fixed;
}
}
@media(max-width:561px){
.mry_section-ljk{
padding:18px 1rem;
}
.mry_section_pt-ljk{
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 ---------- */
.mry_side-ljk{
background:#13110D;
gap:22px;
padding:1.375rem 1.125rem;
display:flex;
height:100vh;
position:sticky;
overflow-y:auto;
flex-direction:column;
top:0;
align-self:start;
border-right:1px solid #2A2318;
}
.mry_brand-ljk{
gap:10px;
display:flex;
align-items:center;
}
.mry_logo-ljk{
letter-spacing:-.02em;
font-weight:700;
color:#F5EDDA;
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:21px;
}
.mry_side_cta-ljk{
background:rgba(255, 176, 32, 0.12);
border-radius:0.813rem;
padding:16px;
border:1px solid #36291A;
}
.mry_side_cta_h-ljk{
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-bottom:0.375rem;
font-weight:700;
font-size:17px;
line-height:1.15;
color:#F5EDDA;
}
.mry_side_cta_p-ljk{
color:#C8B99A;
font-size:12px;
margin-bottom:0.75rem;
line-height:1.45;
}
.mry_nav-ljk{
gap:3px;
display:flex;
flex-direction:column;
}
.mry_nav_label-ljk{
padding:0.375rem 0.625rem;
text-transform:uppercase;
letter-spacing:.14em;
color:#5A4F3E;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.594rem;
}
.mry_nav_item-ljk{
border-radius:0.5rem;
gap:11px;
padding:10px;
color:#C8B99A;
align-items:center;
font-weight:500;
font-size:14px;
display:flex;
}
.mry_nav_item-ljk svg{
height:1.063rem;
width:1.063rem;
}
.mry_nav_item-ljk:hover{
background:rgba(255, 176, 32, 0.12);
color:#F5EDDA;
}
.mry_nav_item_on-ljk{
background:rgba(255, 176, 32, 0.12);
color:#FFB020;
font-weight:600;
}
.mry_side_foot-ljk{
background:#181410;
padding:12px;
border:1px solid #36291A;
border-radius:13px;
margin-top:auto;
}
.mry_side_foot-ljk p{
color:#C8B99A;
margin-top:0.25rem;
line-height:1.4;
font-size:0.781rem;
}
/* ---------- topbar ---------- */
.mry_top-ljk{
background:#13110D;
padding:0.875rem 1.75rem;
gap:16px;
align-items:center;
border-bottom:1px solid #2A2318;
display:flex;
top:0;
position:sticky;
z-index:40;
}
.mry_top_brand-ljk{
gap:0.563rem;
display:none;
align-items:center;
}
.mry_search-ljk{
border:1px solid #36291A;
border-radius:0.813rem;
flex:1;
padding:11px 14px;
gap:0.625rem;
background:#181410;
display:flex;
color:#8C7D65;
font-size:13.5px;
max-width:27.5rem;
align-items:center;
}
.mry_search-ljk svg{
flex:none;
height:16px;
width:1rem;
}
.mry_top_actions-ljk{
gap:12px;
margin-left:auto;
display:flex;
align-items:center;
}
.mry_lang-ljk{
color:#C8B99A;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.75rem;
}
.mry_burger-ljk{
border:1px solid #36291A;
background:#181410;
border-radius:0.5rem;
justify-content:center;
display:none;
width:2.5rem;
color:#F5EDDA;
height:40px;
align-items:center;
}
/* ---------- bottom-nav (mobile) ---------- */
.mry_botnav-ljk{
display:none;
}
@media(max-width:1025px){
.mry_side-ljk{
transition:transform .25s ease;
z-index:80;
position:fixed;
top:0;
width:17.5rem;
transform:translateX(-100%);
left:0;
height:100vh;
}
.mry_drawer_cb-ljk:checked~.mry_shell-ljk .mry_side-ljk{
transform:translateX(0);
}
.mry_top-ljk{
padding:14px 16px;
gap:12px;
flex-wrap:wrap;
position:static;
}
.mry_top_brand-ljk{
display:flex;
}
.mry_search-ljk{
display:none;
}
.mry_burger-ljk{
display:flex;
}
.mry_top_actions-ljk{
gap:10px;
margin-left:0;
width:100%;
align-items:stretch;
}
.mry_top_actions-ljk .mry_lang-ljk{
display:none;
}
.mry_top_actions-ljk .mry_btn-ljk{
padding:0.688rem 10px;
flex:1;
text-align:center;
}
.mry_botnav-ljk{
padding:8px 0.375rem calc(0.5rem + env(safe-area-inset-bottom));
background:#13110D;
grid-template-columns:repeat(3,1fr);
z-index:65;
position:fixed;
bottom:0;
transform:translateZ(0);
display:grid;
right:0;
border-top:1px solid #36291A;
left:0;
}
.mry_bn-ljk{
padding:0.375rem 2px 0;
gap:0.25rem;
min-width:0;
font-size:0.625rem;
justify-content:flex-end;
display:flex;
align-items:center;
font-weight:600;
flex-direction:column;
color:#C8B99A;
}
.mry_bn-ljk svg{
flex:none;
width:22px;
height:22px;
}
.mry_bn-ljk span{
overflow:hidden;
text-overflow:ellipsis;
text-align:center;
white-space:nowrap;
max-width:100%;
}
.mry_bn_on-ljk{
color:#FFB020;
}
.mry_bn_center-ljk{
position:relative;
}
.mry_bn_fab-ljk{
background:#FFB020;
border-radius:50%;
height:3.125rem;
display:flex;
left:50%;
transform:translateX(-50%);
box-shadow:0 8px 2rem rgba(0, 0, 0, 0.70), 0 2px 8px rgba(255, 176, 32, 0.18);
top:-1.25rem;
position:absolute;
width:3.125rem;
align-items:center;
justify-content:center;
color:#120E05;
}
.mry_bn_fab-ljk svg{
height:1.5rem;
width:1.5rem;
}
.mry_bn_center-ljk span{
color:#FFB020;
}
}
.mry_btn-ljk{
gap:0.5rem;
border-radius:0.5rem;
padding:0.688rem 22px;
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:0.875rem;
align-items:center;
font-weight:700;
display:inline-flex;
justify-content:center;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
cursor:pointer;
}
.mry_btn_pri-ljk{
background:#FFB020;
box-shadow:0 0 1.125rem rgba(255, 176, 32, 0.45), 0 0.25rem 0.75rem rgba(0, 0, 0, 0.50);
color:#120E05;
}
.mry_btn_pri-ljk:hover{
background:#E09A0A;
}
.mry_btn_ghost-ljk{
background:rgba(255, 176, 32, 0.12);
color:#F5EDDA;
font-weight:600;
}
.mry_btn_line-ljk{
background:transparent;
border:1px solid #4D3A20;
font-weight:600;
color:#F5EDDA;
}
.mry_btn_lg-ljk{
border-radius:0.813rem;
padding:16px 1.875rem;
font-size:0.938rem;
}
.mry_band-ljk .mry_btn_line-ljk{
border-color:rgba(255, 255, 255, 0.13);
color:#F5EDDA;
}
.mry_band-ljk .mry_btn_ghost-ljk{
background:rgba(255, 255, 255, 0.08);
color:#F5EDDA;
}
.mry_link_m-ljk{
gap:5px;
display:inline-flex;
font-size:0.75rem;
text-decoration:none;
color:#FFB020;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
align-items:center;
cursor:pointer;
}
.mry_link_m-ljk svg{
width:0.875rem;
height:0.875rem;
}
.mry_band-ljk .mry_link_m-ljk{
color:#FFB020;
}
.mry_dot-ljk{
background:#FFB020;
flex:none;
border-radius:50%;
height:0.438rem;
width:7px;
}
.mry_dot_live-ljk{
animation:zm3-pulse 1.4s infinite;
background:#E8392A;
}
.mry_stars-ljk{
gap:2px;
color:#FFB020;
display:inline-flex;
}
.mry_stars-ljk svg{
height:15px;
width:0.938rem;
}
.mry_chip-ljk{
border-radius:0.5rem;
gap:6px;
padding:0.438rem 0.75rem;
border:1px solid #36291A;
background:#181410;
color:#C8B99A;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.688rem;
align-items:center;
display:inline-flex;
}
.mry_chip_on-ljk{
background:rgba(255, 176, 32, 0.12);
border-color:transparent;
color:#FFB020;
}
.mry_gc-ljk{
min-width:0;
text-decoration:none;
cursor:pointer;
display:block;
color:inherit;
}
.mry_gc_thumb-ljk{
border-radius:0.813rem;
border:1px solid #36291A;
overflow:hidden;
display:block;
background-size:cover;
background-position:center;
position:relative;
aspect-ratio:1;
}
.mry_gc_thumb_portrait-ljk{
aspect-ratio:3/4;
}
.mry_gc_thumb_wide-ljk{
aspect-ratio:16/11;
}
.mry_gc_cap-ljk{
background:linear-gradient(transparent,rgba(9, 7, 3, 0.72));
padding:0.563rem;
position:absolute;
left:0;
bottom:0;
right:0;
}
.mry_gc_name-ljk{
font-size:12.5px;
display:block;
font-weight:700;
color:#F5EDDA;
}
.mry_gc_meta-ljk{
color:#A89474;
font-size:0.688rem;
}
.mry_gc_badge-ljk{
padding:2px 6px;
border-radius:8px;
background:#FFB020;
color:#120E05;
top:0.5rem;
font-size:8px;
position:absolute;
font-weight:700;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
right:0.5rem;
}
.mry_gc_badge_hot-ljk{
background:#E8392A;
color:#F5EDDA;
}
.mry_gc_badge_live-ljk{
background:#E8392A;
color:#F5EDDA;
right:auto;
left:0.5rem;
}
.mry_gc_mult-ljk{
inset:0;
display:flex;
align-items:center;
color:#FFB020;
position:absolute;
justify-content:center;
font-weight:700;
font-size:1.75rem;
}
.mry_pc-ljk{
background:#181410;
border:1px solid #36291A;
border-radius:0.813rem;
height:64px;
align-items:center;
color:#C8B99A;
display:flex;
justify-content:center;
font-weight:700;
font-size:14px;
}
.mry_rail-ljk{
min-width:0;
}
.mry_rail_scroll-ljk{
gap:0.875rem;
display:grid;
}
.mry_rail_scroll-ljk>*{
min-width:0;
}
.mry_g6-ljk{
grid-template-columns:repeat(6,1fr);
}
.mry_g7-ljk{
grid-template-columns:repeat(7,1fr);
}
.mry_g4-ljk{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1026px){
.mry_g6-ljk,.mry_g7-ljk{
grid-template-columns:none;
grid-auto-columns:7.5rem;
overflow-x:auto;
padding-bottom:6px;
scroll-snap-type:x mandatory;
grid-auto-flow:column;
}
.mry_g6-ljk>*,.mry_g7-ljk>*{
scroll-snap-align:start;
}
.mry_g4-ljk{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:563px){
.mry_g4-ljk{
grid-template-columns:none;
overflow-x:auto;
grid-auto-columns:9.375rem;
grid-auto-flow:column;
}
}
.mry_panel-ljk{
border:1px solid #36291A;
background:#181410;
border-radius:1.25rem;
padding:28px 32px;
}
.mry_split-ljk{
gap:36px;
display:grid;
align-items:start;
}
.mry_split-ljk>*{
min-width:0;
}
.mry_split_a-ljk{
grid-template-columns:.85fr 1.15fr;
}
.mry_split_b-ljk{
grid-template-columns:1fr 1.1fr;
}
.mry_split_c-ljk{
grid-template-columns:1.1fr .9fr;
}
.mry_pgrid-ljk{
gap:2.5rem;
grid-template-columns:.9fr 1.1fr;
display:grid;
align-items:center;
}
.mry_pgrid-ljk>*{
min-width:0;
}
.mry_lead-ljk{
color:#C8B99A;
margin-bottom:14px;
line-height:1.65;
font-size:0.938rem;
}
.mry_feat-ljk{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.mry_feat-ljk>*{
min-width:0;
}
.mry_feat2-ljk{
grid-template-columns:1fr 1fr;
}
.mry_feat_card-ljk{
background:#181410;
border:1px solid #36291A;
padding:1.625rem;
border-radius:20px;
}
.mry_feat_card-ljk svg{
height:26px;
margin-bottom:16px;
color:#FFB020;
width:26px;
}
.mry_feat_card-ljk h3{
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
color:#F5EDDA;
margin-bottom:8px;
font-size:1.125rem;
}
.mry_feat_card-ljk p{
font-size:13px;
color:#C8B99A;
line-height:1.6;
}
.mry_feat_card-ljk b{
color:#F5EDDA;
}
.mry_big-ljk{
gap:1.375rem;
flex-wrap:wrap;
display:flex;
}
.mry_big_n-ljk{
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
font-size:26px;
color:#FFB020;
}
.mry_big_l-ljk{
color:#8C7D65;
font-size:0.75rem;
}
.mry_person-ljk{
background:#181410;
gap:0.875rem;
border:1px solid #36291A;
padding:1rem 18px;
border-radius:13px;
align-items:center;
display:flex;
}
.mry_avatar-ljk{
flex:none;
border-radius:50%;
background:linear-gradient(135deg,#FFB020,#C97D00);
width:44px;
height:2.75rem;
}
.mry_person_name-ljk{
font-weight:700;
color:#F5EDDA;
font-size:14px;
}
.mry_person_role-ljk{
font-size:0.75rem;
color:#8C7D65;
}
.mry_kv-ljk{
background:#36291A;
border-radius:0.813rem;
border:1px solid #36291A;
overflow:hidden;
grid-template-columns:1fr 1fr;
gap:1px;
display:grid;
}
.mry_kv-ljk>div{
padding:1rem 18px;
background:#0F0D09;
min-width:0;
}
.mry_kv_k-ljk{
text-transform:uppercase;
font-size:9.5px;
margin-bottom:5px;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
color:#FFB020;
}
.mry_kv_v-ljk{
font-weight:700;
color:#F5EDDA;
font-size:0.844rem;
}
@media(max-width:1023px){
.mry_split_a-ljk,.mry_split_b-ljk,.mry_split_c-ljk,.mry_pgrid-ljk{
grid-template-columns:1fr;
gap:1.5rem;
}
.mry_feat-ljk,.mry_feat2-ljk{
grid-template-columns:1fr;
}
.mry_kv-ljk{
grid-template-columns:1fr;
}
}
.mry_sh-ljk{
margin-bottom:1rem;
min-width:0;
}
.mry_sh_row-ljk{
gap:0.75rem;
justify-content:space-between;
align-items:flex-end;
display:flex;
flex-wrap:wrap;
}
.mry_sh_row-ljk .mry_sh_l-ljk{
gap:6px;
display:flex;
flex-direction:column;
min-width:0;
}
.mry_sh_stack-ljk{
gap:0.625rem;
align-items:flex-start;
flex-direction:column;
display:flex;
}
.mry_sh_center-ljk{
gap:10px;
flex-direction:column;
display:flex;
align-items:center;
text-align:center;
}
.mry_sh_h2-ljk{
gap:0.563rem;
align-items:center;
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F5EDDA;
overflow-wrap:break-word;
font-weight:700;
line-height:1.1;
display:flex;
font-size:1.25rem;
}
@media(min-width:766px){
.mry_sh_h2-ljk{
font-size:1.5rem;
}
}
.mry_band-ljk .mry_sh_h2-ljk{
color:#F5EDDA;
}
.mry_eb_mono-ljk{
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
letter-spacing:.08em;
text-transform:none;
}
.mry_eb_mono-ljk::before{
content:"// ";
}
.mry_eb_upper-ljk{
letter-spacing:.14em;
text-transform:uppercase;
}
.mry_eb_pill-ljk{
padding:5px 11px;
background:rgba(255, 176, 32, 0.12);
border-radius:62.438rem;
text-transform:uppercase;
letter-spacing:.12em;
}
.mry_eb_line-ljk{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.mry_eb_line-ljk::before{
background:#FFB020;
content:"";
display:inline-block;
width:24px;
height:1px;
}
.mry_band-ljk .mry_eb_line-ljk::before{
background:#FFB020;
}
.mry_band-ljk .mry_eb_pill-ljk{
background:rgba(255, 255, 255, 0.08);
}
.mry_sh_link-ljk{
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;
padding-bottom:2px;
color:#F5EDDA;
display:inline-flex;
border-bottom:1px solid #F5EDDA;
font-size:0.813rem;
white-space:nowrap;
align-items:center;
font-weight:600;
}
.mry_sh_link-ljk:hover{
border-color:#FFB020;
color:#FFB020;
}
.mry_sh_link-ljk svg{
height:14px;
width:0.875rem;
}
.mry_sh_link_chev-ljk{
color:#FFB020;
border-bottom:0;
font-size:12px;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
padding-bottom:0;
}
.mry_sh_link_btn-ljk{
border-radius:62.438rem;
background:#FFB020;
padding:9px 1.125rem;
border-bottom:0;
color:#120E05;
}
.mry_sh_link_btn-ljk:hover{
border-color:transparent;
background:#E09A0A;
}
.mry_band-ljk .mry_sh_link-ljk{
border-color:#F5EDDA;
color:#F5EDDA;
}
.mry_band-ljk .mry_sh_link_chev-ljk{
color:#FFB020;
}
.mry_sh_rule-ljk{
margin:-2px 0 1rem;
background:#36291A;
height:1px;
}
.mry_band-ljk .mry_sh_rule-ljk{
background:rgba(255, 255, 255, 0.13);
}
.mry_seo_grid3-ljk{
grid-template-columns:repeat(3,1fr);
gap:1.25rem;
display:grid;
}
.mry_seo_grid4-ljk{
gap:0.813rem;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.mry_seo_grid3-ljk>*,.mry_seo_grid4-ljk>*{
min-width:0;
}
.mry_seo_card-ljk{
border-radius:13px;
border:1px solid #36291A;
padding:24px;
background:#181410;
}
.mry_seo_card-ljk h3{
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F5EDDA;
font-size:18px;
margin-bottom:0.5rem;
font-weight:700;
}
.mry_seo_card-ljk p{
font-size:13px;
color:#C8B99A;
line-height:1.6;
}
.mry_seo_card_sm-ljk{
padding:20px;
}
.mry_seo_card_sm-ljk h3{
font-size:1rem;
}
.mry_seo_card_sm-ljk p{
font-size:0.781rem;
line-height:1.55;
}
.mry_seo_rtp_row-ljk{
grid-template-columns:1fr 1fr;
gap:2.25rem;
align-items:center;
margin-top:16px;
display:grid;
}
.mry_rtp-ljk{
gap:14px;
display:flex;
min-width:0;
}
.mry_rtp-ljk>div{
padding:16px;
border-radius:0.813rem;
flex:1;
background:#0F0D09;
min-width:0;
text-align:center;
}
.mry_rtp_n-ljk{
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
white-space:nowrap;
font-weight:700;
color:#FFB020;
font-size:26px;
}
.mry_rtp_l-ljk{
font-size:0.688rem;
margin-top:4px;
color:#8C7D65;
}
.mry_cmp-ljk{
border:1px solid #36291A;
overflow:hidden;
border-radius:13px;
max-width:47.5rem;
}
.mry_cmp_row-ljk{
grid-template-columns:1.6fr 1fr 1fr;
font-size:13px;
display:grid;
}
.mry_cmp_row-ljk>div{
padding:0.813rem 0.875rem;
min-width:0;
text-align:center;
}
.mry_cmp_row-ljk>div:first-child{
color:#F5EDDA;
padding-left:22px;
text-align:left;
font-weight:600;
}
.mry_cmp_th-ljk{
background:#0F0D09;
font-size:0.781rem;
font-weight:700;
}
.mry_cmp_row-ljk:not(.mry_cmp_th-ljk){
background:#181410;
border-top:1px solid #2A2318;
color:#C8B99A;
}
.mry_cmp_zebra-ljk{
background:#1E1913;
}
.mry_guide-ljk{
background:#181410;
border:1px solid #36291A;
overflow:hidden;
border-radius:0.813rem;
cursor:pointer;
}
.mry_guide_cover-ljk{
height:130px;
}
.mry_guide_body-ljk{
padding:1.25rem;
}
.mry_guide_body-ljk h3{
margin:0.438rem 0 0.563rem;
line-height:1.25;
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F5EDDA;
font-weight:700;
font-size:16px;
}
.mry_guide_meta-ljk{
font-size:11.5px;
color:#8C7D65;
}
.mry_hub-ljk{
grid-template-columns:repeat(5,1fr);
gap:1.75rem;
border-top:1px solid #2A2318;
display:grid;
padding-top:28px;
}
.mry_hub-ljk>*{
min-width:0;
}
.mry_hub-ljk h4{
color:#F5EDDA;
margin-bottom:0.688rem;
font-weight:700;
font-size:13px;
}
.mry_hub_col-ljk{
gap:0.5rem;
display:flex;
color:#C8B99A;
flex-direction:column;
font-size:0.813rem;
}
.mry_hub_col-ljk a{
cursor:pointer;
}
@media(max-width:1024px){
.mry_seo_grid3-ljk{
grid-template-columns:1fr;
}
.mry_seo_grid4-ljk{
grid-template-columns:repeat(2,1fr);
}
.mry_seo_rtp_row-ljk{
grid-template-columns:1fr;
gap:20px;
}
.mry_hub-ljk{
grid-template-columns:repeat(2,1fr);
gap:22px;
}
}
@media(max-width:561px){
.mry_hub-ljk{
grid-template-columns:1fr;
}
}
.mry_tk-ljk{
background:#090805;
overflow:hidden;
align-items:center;
display:flex;
border-bottom:1px solid #2A2318;
}
.mry_tk_tag-ljk{
gap:8px;
flex:none;
background:#181410;
padding:11px 18px;
font-size:0.656rem;
border-right:1px solid #2A2318;
display:flex;
letter-spacing:.1em;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
color:#E8392A;
align-items:center;
text-transform:uppercase;
font-weight:600;
}
.mry_tk_rail-ljk{
flex:1;
overflow:hidden;
}
.mry_tk_track-ljk{
padding:0.688rem 14px;
animation:zm3-marquee 26s linear infinite;
gap:1.75rem;
display:flex;
white-space:nowrap;
width:max-content;
color:#C8B99A;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.75rem;
}
.mry_tk_track-ljk b{
color:#FFB020;
}
.mry_hero-ljk{
border-radius:20px;
overflow:hidden;
background:linear-gradient(120deg,#110E08,#0D0E14);
padding:2.875rem 3rem;
border:1px solid #36291A;
color:#F5EDDA;
position:relative;
}
.mry_hero_glow-ljk{
background:radial-gradient(circle,rgba(255, 176, 32, 0.22),transparent 70%);
border-radius:50%;
position:absolute;
right:-60px;
height:21.25rem;
width:340px;
top:-3.75rem;
}
.mry_hero_in-ljk{
position:relative;
max-width:37.5rem;
}
.mry_hero-ljk .mry_eyebrow-ljk{
color:#FFB020;
}
.mry_pill_row-ljk{
border-radius:999px;
padding:0.375rem 13px;
gap:0.5rem;
background:rgba(255, 255, 255, 0.08);
border:1px solid rgba(255, 255, 255, 0.13);
letter-spacing:.1em;
margin-bottom:1.375rem;
color:#FFB020;
text-transform:uppercase;
align-items:center;
display:inline-flex;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.656rem;
}
.mry_hero_h1-ljk{
margin:18px 0;
font-size:54px;
overflow-wrap:break-word;
font-weight:700;
line-height:1.02;
letter-spacing:-.02em;
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F5EDDA;
}
.mry_hero_h1-ljk em{
color:#FFB020;
font-style:normal;
}
.mry_hero_sub-ljk{
margin-bottom:1.75rem;
line-height:1.55;
font-size:1.063rem;
max-width:480px;
color:#A89474;
}
.mry_hero_cta-ljk{
gap:0.875rem;
flex-wrap:wrap;
margin-bottom:1.625rem;
display:flex;
align-items:center;
}
.mry_hero_trust-ljk{
gap:0.875rem;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.mry_hero_rating_txt-ljk{
font-size:13px;
color:#A89474;
}
@media(max-width:1021px){
.mry_hero-ljk{
padding:32px 24px;
}
.mry_hero_h1-ljk{
font-size:2.375rem;
}
}
@media(max-width:562px){
.mry_hero_h1-ljk{
font-size:30px;
}
}
.mry_stat-ljk{
gap:0.875rem;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.mry_stat-ljk>*{
min-width:0;
}
.mry_stat_item-ljk{
border-radius:0.813rem;
border:1px solid #36291A;
background:#181410;
padding:1.125rem 20px;
}
.mry_stat_k-ljk{
color:#8C7D65;
letter-spacing:.12em;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
margin-bottom:7px;
text-transform:uppercase;
font-size:9.5px;
}
.mry_stat_v-ljk{
gap:8px;
overflow-wrap:anywhere;
align-items:center;
min-width:0;
color:#F5EDDA;
font-size:24px;
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
display:flex;
font-weight:700;
}
.mry_stat_v_accent-ljk{
color:#FFB020;
}
@media(max-width:1022px){
.mry_stat-ljk{
grid-template-columns:repeat(2,1fr);
}
}
.mry_wlc-ljk{
background:linear-gradient(120deg,#110E08,#0D0E14);
grid-template-columns:1.2fr .8fr;
gap:24px;
padding:36px 40px;
overflow:hidden;
border:1px solid #36291A;
border-radius:20px;
color:#F5EDDA;
position:relative;
align-items:center;
display:grid;
}
.mry_wlc-ljk>*{
min-width:0;
}
.mry_wlc-ljk .mry_eyebrow-ljk{
color:#FFB020;
}
.mry_wlc_glow-ljk{
background:radial-gradient(circle,rgba(255, 176, 32, 0.22),transparent 70%);
border-radius:50%;
width:260px;
position:absolute;
top:-2.5rem;
right:-40px;
height:16.25rem;
}
.mry_wlc_in-ljk{
position:relative;
}
.mry_wlc_h2-ljk{
margin:0.625rem 0 0.5rem;
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
color:#F5EDDA;
font-size:2.125rem;
overflow-wrap:break-word;
line-height:1.03;
}
.mry_wlc_h2-ljk em{
color:#FFB020;
font-style:normal;
}
.mry_wlc_sub-ljk{
font-size:14px;
line-height:1.55;
max-width:26.25rem;
color:#A89474;
margin-bottom:1.125rem;
}
.mry_wlc_terms-ljk{
gap:0.625rem;
position:relative;
display:flex;
flex-direction:column;
}
.mry_term-ljk{
padding:0.813rem 15px;
border:1px solid rgba(255, 255, 255, 0.13);
border-radius:13px;
gap:0.688rem;
background:rgba(255, 255, 255, 0.08);
align-items:center;
display:flex;
}
.mry_term-ljk svg{
flex:none;
height:1.25rem;
color:#FFB020;
width:1.25rem;
}
.mry_term_k-ljk{
font-size:0.594rem;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
text-transform:uppercase;
letter-spacing:.1em;
color:#A89474;
}
.mry_term_v-ljk{
color:#F5EDDA;
margin-top:2px;
font-weight:700;
font-size:14px;
}
@media(max-width:1027px){
.mry_wlc-ljk{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.mry_wlc_h2-ljk{
font-size:1.625rem;
}
}
.mry_jp-ljk{
grid-template-columns:1.5fr 1fr 1fr;
gap:0.875rem;
display:grid;
}
.mry_jp-ljk>*{
min-width:0;
}
.mry_jp_hero-ljk{
background:linear-gradient(135deg,#110E08,#0D0E14);
padding:1.625rem;
gap:0.875rem;
border-radius:1.25rem;
overflow:hidden;
border:1px solid #36291A;
justify-content:space-between;
color:#F5EDDA;
display:flex;
min-height:180px;
flex-direction:column;
position:relative;
}
.mry_jp_glow-ljk{
background:radial-gradient(circle,rgba(255, 176, 32, 0.22),transparent 70%);
border-radius:50%;
width:180px;
top:-2.5rem;
height:11.25rem;
position:absolute;
right:-40px;
}
.mry_jp_k_row-ljk{
gap:10px;
justify-content:space-between;
position:relative;
display:flex;
align-items:center;
}
.mry_jp_k-ljk{
text-transform:uppercase;
font-size:10px;
letter-spacing:.12em;
color:#8C7D65;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
}
.mry_jp_hero-ljk .mry_jp_k-ljk{
color:#A89474;
}
.mry_jp_amt-ljk{
position:relative;
font-weight:700;
font-size:42px;
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#FFB020;
line-height:1;
}
.mry_jp_sub-ljk{
font-size:12px;
color:#A89474;
margin-top:5px;
}
.mry_jp_cell-ljk{
border-radius:1.25rem;
border:1px solid #36291A;
background:#181410;
padding:1.375rem;
flex-direction:column;
display:flex;
justify-content:space-between;
min-height:180px;
}
.mry_jp_cell-ljk .mry_jp_amt-ljk{
color:#F5EDDA;
font-size:30px;
}
.mry_jp_cell-ljk .mry_jp_sub-ljk{
color:#8C7D65;
}
@media(max-width:1027px){
.mry_jp-ljk{
grid-template-columns:1fr;
}
}
@media(max-width:560px){
.mry_jp_amt-ljk{
font-size:2rem;
}
}
.mry_gm-ljk{
grid-template-columns:1.3fr 1fr;
gap:16px;
display:grid;
}
.mry_gm-ljk>*{
min-width:0;
}
.mry_gm_panel-ljk{
border-radius:1.25rem;
border:1px solid #36291A;
background:#181410;
padding:1.75rem;
}
.mry_gm_h2-ljk{
margin:10px 0 0.5rem;
color:#F5EDDA;
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
font-size:1.5rem;
}
.mry_gm_text-ljk{
margin-bottom:20px;
max-width:27.5rem;
line-height:1.6;
font-size:0.844rem;
color:#C8B99A;
}
.mry_gm_level-ljk{
gap:0.875rem;
margin-bottom:16px;
display:flex;
align-items:center;
}
.mry_gm_lv-ljk{
font-weight:700;
color:#FFB020;
font-size:24px;
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.mry_gm_bar_wrap-ljk{
flex:1;
min-width:0;
}
.mry_gm_bar_meta-ljk{
justify-content:space-between;
margin-bottom:5px;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
color:#8C7D65;
display:flex;
font-size:10px;
}
.mry_bar-ljk{
background:#0F0D09;
border-radius:999px;
overflow:hidden;
height:0.5rem;
}
.mry_bar_fill-ljk{
background:linear-gradient(90deg,#FFB020,#C97D00);
border-radius:999px;
display:block;
height:100%;
}
.mry_gm_missions-ljk{
gap:0.563rem;
flex-wrap:wrap;
display:flex;
}
.mry_gm_refer-ljk{
padding:28px;
overflow:hidden;
background:linear-gradient(150deg,#110E08,#0D0E14);
border-radius:20px;
border:1px solid #36291A;
color:#F5EDDA;
justify-content:space-between;
position:relative;
flex-direction:column;
display:flex;
}
.mry_gm_refer-ljk .mry_eyebrow-ljk{
color:#FFB020;
}
.mry_gm_ref_h2-ljk{
margin:0.625rem 0 0.5rem;
color:#F5EDDA;
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
font-size:24px;
line-height:1.1;
}
.mry_gm_ref_h2-ljk em{
color:#FFB020;
font-style:normal;
}
.mry_gm_ref_text-ljk{
color:#A89474;
font-size:13px;
line-height:1.55;
margin-bottom:1.125rem;
}
@media(max-width:1023px){
.mry_gm-ljk{
grid-template-columns:1fr;
}
}
.mry_pay_logos-ljk{
gap:9px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.mry_pay_logos-ljk>*{
min-width:0;
}
.mry_pay-ljk{
border:1px solid #36291A;
border-radius:0.5rem;
font-size:0.75rem;
display:flex;
align-items:center;
color:#C8B99A;
font-weight:700;
height:3rem;
justify-content:center;
}
.mry_table-ljk{
border-radius:0.813rem;
overflow:hidden;
border:1px solid #36291A;
}
.mry_trow-ljk{
grid-template-columns:1.3fr 1fr 1fr 1fr;
display:grid;
font-size:0.813rem;
}
.mry_trow-ljk>div{
padding:13px 14px;
min-width:0;
}
.mry_trow-ljk>div:first-child{
padding-left:16px;
font-weight:700;
color:#F5EDDA;
}
.mry_trow_th-ljk{
background:#0F0D09;
color:#8C7D65;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
letter-spacing:.06em;
font-size:0.594rem;
text-transform:uppercase;
}
.mry_trow-ljk:not(.mry_trow_th-ljk){
background:#181410;
border-top:1px solid #2A2318;
color:#C8B99A;
}
.mry_trow_zebra-ljk{
background:#1E1913;
}
.mry_pos-ljk{
color:#FFB020;
font-weight:700;
}
@media(max-width:1025px){
.mry_pay_logos-ljk{
grid-template-columns:repeat(2,1fr);
}
}
.mry_app-ljk{
gap:2.25rem;
justify-content:space-between;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.mry_app_copy-ljk{
max-width:520px;
}
.mry_app_h2-ljk{
margin:0.75rem 0 10px;
font-size:1.75rem;
color:#F5EDDA;
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
line-height:1.05;
}
.mry_app_text-ljk{
line-height:1.6;
font-size:14px;
color:#C8B99A;
margin-bottom:20px;
}
.mry_app_btns-ljk{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.mry_store-ljk{
padding:0.688rem 18px;
border:1px solid #36291A;
background:#0F0D09;
border-radius:13px;
gap:9px;
font-size:13px;
align-items:center;
font-weight:700;
color:#F5EDDA;
display:inline-flex;
cursor:pointer;
}
.mry_store-ljk svg{
height:16px;
width:16px;
}
.mry_app_qr_wrap-ljk{
gap:16px;
align-items:center;
display:flex;
}
.mry_qr-ljk{
gap:3px;
padding:0.688rem;
border:1px solid #36291A;
grid-template-rows:repeat(5,1fr);
background:#0F0D09;
border-radius:13px;
grid-template-columns:repeat(5,1fr);
display:grid;
width:6.75rem;
height:6.75rem;
}
.mry_qr-ljk i{
background:transparent;
}
.mry_qr_f-ljk{
background:#FFB020;
}
.mry_app_qr_cap-ljk{
font-size:12px;
line-height:1.4;
max-width:5.25rem;
color:#8C7D65;
}
.mry_vip_head-ljk{
gap:12px;
display:flex;
margin-bottom:1.125rem;
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-end;
}
.mry_vip_intro-ljk{
color:#C8B99A;
font-size:13px;
max-width:420px;
}
.mry_vip-ljk{
gap:12px;
grid-template-columns:repeat(5,1fr);
display:grid;
}
.mry_vip-ljk>*{
min-width:0;
}
.mry_tier-ljk{
border:1px solid #36291A;
border-radius:13px;
padding:1.25rem;
background:#181410;
}
.mry_tier_on-ljk{
background:rgba(255, 176, 32, 0.12);
border-color:#FFB020;
}
.mry_tier_medal-ljk{
background:linear-gradient(135deg,#FFB020,#C97D00);
border-radius:0.5rem;
width:1.875rem;
height:30px;
margin-bottom:0.875rem;
}
.mry_tier_name-ljk{
color:#F5EDDA;
font-size:0.938rem;
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
margin-bottom:0.313rem;
}
.mry_tier_tx-ljk{
color:#8C7D65;
font-size:0.719rem;
line-height:1.5;
}
@media(max-width:1026px){
.mry_vip-ljk{
grid-template-columns:repeat(2,1fr);
}
}
.mry_tour-ljk{
grid-template-columns:1.05fr 1fr;
border:1px solid #36291A;
border-radius:20px;
overflow:hidden;
display:grid;
}
.mry_tour-ljk>*{
min-width:0;
}
.mry_tour_l-ljk{
padding:2.125rem;
background:linear-gradient(135deg,#110E08,#0D0E14);
overflow:hidden;
position:relative;
color:#F5EDDA;
}
.mry_tour_h2-ljk{
margin:0.75rem 0 0.625rem;
font-weight:700;
color:#F5EDDA;
line-height:1.05;
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:30px;
}
.mry_tour_h2-ljk em{
color:#FFB020;
font-style:normal;
}
.mry_tour_text-ljk{
font-size:13.5px;
line-height:1.6;
margin-bottom:20px;
max-width:340px;
color:#A89474;
}
.mry_tour_meta-ljk{
gap:18px;
display:flex;
align-items:flex-end;
flex-wrap:wrap;
margin-bottom:20px;
}
.mry_tour_cap-ljk{
color:#A89474;
text-transform:uppercase;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
font-size:9.5px;
margin-bottom:5px;
}
.mry_count-ljk{
gap:6px;
display:flex;
}
.mry_count-ljk span{
background:rgba(255, 255, 255, 0.08);
border:1px solid rgba(255, 255, 255, 0.13);
padding:0.25rem 0.563rem;
border-radius:0.5rem;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
font-weight:700;
font-size:1.375rem;
}
.mry_tour_units-ljk{
font-size:10px;
color:#A89474;
}
.mry_board-ljk{
background:#181410;
padding:28px 30px;
}
.mry_board_head-ljk{
align-items:center;
justify-content:space-between;
margin-bottom:0.875rem;
display:flex;
}
.mry_board_title-ljk{
font-size:16px;
color:#F5EDDA;
font-weight:700;
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.mry_board_upd-ljk{
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
color:#8C7D65;
font-size:10px;
text-transform:uppercase;
}
.mry_board_list-ljk{
gap:2px;
flex-direction:column;
display:flex;
}
.mry_board_row-ljk{
gap:12px;
padding:0.625rem 0.75rem;
border-radius:0.5rem;
display:flex;
align-items:center;
}
.mry_board_top1-ljk{
background:rgba(255, 176, 32, 0.12);
}
.mry_board_rk-ljk{
color:#8C7D65;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
font-weight:700;
font-size:0.875rem;
width:1.25rem;
}
.mry_board_top1-ljk .mry_board_rk-ljk{
color:#FFB020;
}
.mry_board_nm-ljk{
flex:1;
min-width:0;
color:#C8B99A;
font-weight:600;
font-size:13.5px;
}
.mry_board_top1-ljk .mry_board_nm-ljk{
color:#F5EDDA;
font-weight:700;
}
.mry_board_pt-ljk{
font-size:0.781rem;
color:#C8B99A;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
}
@media(max-width:1022px){
.mry_tour-ljk{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.mry_tour_h2-ljk{
font-size:24px;
}
}
.mry_steps-ljk{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.mry_steps-ljk>*{
min-width:0;
}
.mry_step-ljk{
border:1px solid #36291A;
background:#181410;
padding:1.5rem;
border-radius:0.813rem;
position:relative;
}
.mry_step_num-ljk{
background:#FFB020;
border-radius:8px;
width:30px;
height:1.875rem;
color:#120E05;
font-size:13px;
margin-bottom:0.875rem;
align-items:center;
font-weight:700;
display:flex;
justify-content:center;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
}
.mry_step_h-ljk{
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F5EDDA;
font-size:16px;
font-weight:700;
margin-bottom:0.438rem;
}
.mry_step_p-ljk{
line-height:1.55;
font-size:0.813rem;
color:#C8B99A;
}
@media(max-width:1025px){
.mry_steps-ljk{
grid-template-columns:1fr;
}
}
.mry_dw_h2-ljk{
color:#F5EDDA;
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-bottom:0.625rem;
font-weight:700;
font-size:26px;
line-height:1.08;
}
.mry_steps_v-ljk{
gap:10px;
grid-template-columns:1fr;
}
.mry_steps_v-ljk .mry_step-ljk{
padding:18px 1.25rem;
}
@media(max-width:562px){
.mry_dw_h2-ljk{
font-size:23px;
}
}
.mry_promo_grid-ljk{
gap:1rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.mry_promo_grid-ljk>*{
min-width:0;
}
.mry_promo-ljk{
background:#181410;
border:1px solid #36291A;
padding:1.5rem;
overflow:hidden;
border-radius:1.25rem;
position:relative;
min-height:150px;
}
.mry_promo_h-ljk{
line-height:1.05;
font-weight:700;
font-size:26px;
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F5EDDA;
margin-top:0.375rem;
}
.mry_promo_h-ljk em{
color:#FFB020;
font-style:normal;
}
.mry_promo_p-ljk{
font-size:0.781rem;
color:#C8B99A;
line-height:1.5;
margin-top:0.5rem;
}
.mry_promo_feat-ljk{
border-color:#36291A;
background:linear-gradient(135deg,#110E08,#0D0E14);
}
.mry_promo_feat-ljk .mry_promo_h-ljk{
color:#F5EDDA;
}
.mry_promo_feat-ljk .mry_promo_h-ljk em{
color:#FFB020;
}
.mry_promo_feat-ljk .mry_promo_p-ljk{
color:#A89474;
}
.mry_promo_feat-ljk .mry_eyebrow-ljk{
color:#FFB020;
}
@media(max-width:1025px){
.mry_promo_grid-ljk{
grid-template-columns:1fr;
}
}
.mry_supp-ljk{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.mry_supp-ljk>*{
min-width:0;
}
.mry_supp_card-ljk{
background:#181410;
padding:1.5rem;
border-radius:0.813rem;
border:1px solid #36291A;
}
.mry_supp_card-ljk svg{
width:24px;
height:24px;
color:#FFB020;
margin-bottom:0.875rem;
}
.mry_supp_card-ljk h3{
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:16px;
font-weight:700;
margin-bottom:0.375rem;
color:#F5EDDA;
}
.mry_supp_card-ljk p{
line-height:1.55;
color:#C8B99A;
font-size:0.813rem;
}
@media(max-width:1022px){
.mry_supp-ljk{
grid-template-columns:1fr;
}
}
.mry_provs-ljk{
gap:12px;
grid-template-columns:repeat(6,1fr);
margin-bottom:1.75rem;
display:grid;
}
.mry_provs-ljk>*{
min-width:0;
}
.mry_prov-ljk{
padding:12px;
background:#181410;
border:1px solid #36291A;
border-radius:0.813rem;
height:64px;
justify-content:center;
text-decoration:none;
align-items:center;
display:flex;
}
.mry_prov_img-ljk{
max-height:32px;
object-fit:contain;
max-width:100%;
}
.mry_resp-ljk{
background:#181410;
border-radius:0.813rem;
gap:1.5rem;
border:1px solid #36291A;
padding:26px;
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}
.mry_resp_in-ljk{
max-width:35rem;
}
.mry_resp_h-ljk{
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
margin-bottom:0.5rem;
color:#F5EDDA;
font-size:1.188rem;
}
.mry_resp_p-ljk{
color:#C8B99A;
line-height:1.6;
font-size:0.844rem;
}
.mry_resp_badges-ljk{
gap:0.875rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.mry_age18-ljk{
border:1.5px solid #E8392A;
border-radius:0.5rem;
padding:4px 8px;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
color:#E8392A;
font-size:0.813rem;
font-weight:700;
}
.mry_resp_org-ljk{
font-size:13px;
font-weight:600;
color:#8C7D65;
}
@media(max-width:1022px){
.mry_provs-ljk{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:559px){
.mry_provs-ljk{
grid-template-columns:repeat(2,1fr);
}
}
.mry_rc-ljk{
grid-template-columns:1fr 1fr 1fr;
gap:32px;
display:grid;
}
.mry_rc-ljk>*{
min-width:0;
}
.mry_rc_awards-ljk{
gap:0.688rem;
flex-direction:column;
display:flex;
}
.mry_award-ljk{
gap:0.688rem;
align-items:center;
display:flex;
}
.mry_award-ljk svg{
flex:none;
width:1.125rem;
color:#F5C842;
height:18px;
}
.mry_award_t-ljk{
font-size:13.5px;
color:#F5EDDA;
font-weight:700;
}
.mry_award_s-ljk{
font-size:11.5px;
color:#8C7D65;
}
.mry_rc_press-ljk{
gap:10px;
grid-template-columns:1fr 1fr;
display:grid;
}
.mry_logo_cell-ljk{
border:1px solid #36291A;
border-radius:8px;
font-weight:700;
justify-content:center;
align-items:center;
height:3rem;
display:flex;
color:#C8B99A;
font-size:0.813rem;
}
.mry_rc_partner-ljk{
border:1px solid #36291A;
background:#181410;
border-radius:0.813rem;
padding:1.25rem;
}
.mry_rc_partner_name-ljk{
font-size:1.125rem;
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F5EDDA;
margin-bottom:0.375rem;
font-weight:700;
}
.mry_rc_partner_text-ljk{
line-height:1.55;
font-size:0.781rem;
color:#C8B99A;
}
@media(max-width:1025px){
.mry_rc-ljk{
grid-template-columns:1fr;
gap:22px;
}
.mry_rc_press-ljk{
grid-template-columns:repeat(4,1fr);
}
}
.mry_op_h2-ljk{
margin:0.625rem 0 8px;
color:#F5EDDA;
font-weight:700;
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1.5rem;
line-height:1.1;
}
.mry_op_text-ljk{
color:#C8B99A;
font-size:13.5px;
line-height:1.6;
}
@media(max-width:561px){
.mry_op_h2-ljk{
font-size:1.375rem;
}
}
.mry_rv_head-ljk{
gap:0.75rem;
margin-bottom:18px;
flex-wrap:wrap;
display:flex;
align-items:flex-end;
justify-content:space-between;
}
.mry_rv_agg-ljk{
gap:10px;
align-items:center;
display:flex;
}
.mry_rv_source-ljk{
color:#8C7D65;
font-size:12.5px;
}
.mry_rv_grid-ljk{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.mry_rv_grid-ljk>*{
min-width:0;
}
.mry_review-ljk{
border:1px solid #36291A;
padding:1.5rem;
border-radius:13px;
background:#181410;
}
.mry_review-ljk .mry_stars-ljk{
margin-bottom:0.625rem;
}
.mry_review-ljk p{
font-weight:600;
color:#F5EDDA;
font-size:0.906rem;
margin-bottom:14px;
line-height:1.5;
}
.mry_review_by-ljk{
font-size:0.781rem;
color:#8C7D65;
}
@media(max-width:1021px){
.mry_rv_grid-ljk{
grid-template-columns:1fr;
}
}
.mry_ab_h2-ljk{
margin:0.875rem 0 16px;
line-height:1.08;
font-size:32px;
font-weight:700;
color:#F5EDDA;
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.mry_ab_body-ljk{
color:#C8B99A;
margin-bottom:0.875rem;
font-size:15px;
line-height:1.65;
}
.mry_ab_chips-ljk{
gap:0.625rem;
display:flex;
margin-top:8px;
flex-wrap:wrap;
}
.mry_faq-ljk{
gap:10px;
flex-direction:column;
display:flex;
}
.mry_faq_item-ljk{
background:#181410;
border:1px solid #36291A;
border-radius:0.813rem;
padding:18px 22px;
}
.mry_faq_q-ljk{
gap:1rem;
list-style:none;
display:flex;
justify-content:space-between;
font-size:0.969rem;
color:#F5EDDA;
cursor:pointer;
align-items:center;
font-weight:600;
}
.mry_faq_q-ljk::-webkit-details-marker{
display:none;
}
.mry_faq_q_t-ljk{
gap:10px;
display:flex;
}
.mry_faq_q_i-ljk{
font-style:normal;
color:#FFB020;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
}
.mry_faq_pm-ljk{
color:#FFB020;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
font-size:20px;
}
.mry_faq_item-ljk[open] .mry_faq_pm-ljk{
transform:rotate(45deg);
}
.mry_faq_a-ljk{
margin-top:12px;
line-height:1.6;
font-size:13.5px;
color:#C8B99A;
}
@media(max-width:563px){
.mry_ab_h2-ljk{
font-size:26px;
}
}
.mry_gd_head-ljk{
gap:12px;
margin-bottom:1rem;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.mry_et_h2-ljk{
margin:0.625rem 0 14px;
font-weight:700;
color:#F5EDDA;
font-family:"Sora", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:28px;
line-height:1.08;
}
.mry_et_right-ljk{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.mry_et_updated-ljk{
background:#0F0D09;
gap:0.625rem;
border:1px solid #36291A;
border-radius:0.813rem;
padding:0.875rem 18px;
display:flex;
color:#C8B99A;
align-items:center;
font-size:12px;
}
.mry_et_updated-ljk svg{
flex:none;
height:15px;
color:#FFB020;
width:0.938rem;
}
.mry_et_updated-ljk b{
color:#F5EDDA;
}
@media(max-width:561px){
.mry_et_h2-ljk{
font-size:1.5rem;
}
}
.mry_footer-ljk{
padding:40px 28px;
background:#090805;
border-top:1px solid #2A2318;
}
.mry_footer_grid-ljk{
grid-template-columns:1.4fr 1fr 1fr 1fr;
gap:2rem;
display:grid;
margin-right:auto;
max-width:87.5rem;
margin-left:auto;
margin-bottom:1.75rem;
}
.mry_footer_grid-ljk>*{
min-width:0;
}
.mry_footer_grid-ljk h4{
margin-bottom:13px;
letter-spacing:.12em;
font-size:10px;
color:#5A4F3E;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
text-transform:uppercase;
}
.mry_fcol-ljk{
gap:9px;
font-size:13px;
color:#C8B99A;
display:flex;
flex-direction:column;
}
.mry_fcol-ljk a{
cursor:pointer;
}
.mry_ft_about-ljk{
color:#8C7D65;
max-width:260px;
margin-top:12px;
line-height:1.6;
font-size:0.813rem;
}
.mry_ft_contact-ljk{
font-size:12.5px;
overflow-wrap:anywhere;
color:#FFB020;
margin-top:12px;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
}
.mry_footer_bottom-ljk{
gap:1rem;
margin:0 auto;
justify-content:space-between;
border-top:1px solid #2A2318;
padding-top:1.25rem;
max-width:1400px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.mry_footer_bottom-ljk p{
max-width:720px;
color:#5A4F3E;
font-size:11px;
line-height:1.6;
}
@media(max-width:1023px){
.mry_footer_grid-ljk{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:563px){
.mry_footer_grid-ljk{
grid-template-columns:1fr;
}
}