*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#FAF7F2;
line-height:1.55;
-webkit-font-smoothing:antialiased;
font-family:"Nunito Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
overflow-wrap:break-word;
color:#3D3120;
font-size:15px;
text-rendering:optimizeLegibility;
}
img{
max-width:100%;
display:block;
}
a{
color:inherit;
text-decoration:none;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
input{
font-family:inherit;
}
svg{
display:block;
}
h1,h2,h3,h4{
overflow-wrap:anywhere;
}
::-webkit-scrollbar{
width:8px;
height:8px;
}
::-webkit-scrollbar-thumb{
background:rgba(20, 14, 4, 0.68);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.mkd_shell-luj{
grid-template-columns:248px 1fr;
min-height:100vh;
display:grid;
}
.mkd_main-luj{
min-width:0;
}
.mkd_wrap-luj{
margin:0 auto;
width:100%;
max-width:1400px;
}
.mkd_container-luj{
padding:0 1rem;
margin:0 auto;
width:100%;
max-width:1400px;
}
@media(min-width:768px){
.mkd_container-luj{
padding:0 28px;
}
}
.mkd_section-luj{
padding:1.5rem 1.75rem;
}
.mkd_section_pt-luj{
padding-top:34px;
}
.mkd_band_soft-luj{
background:#FFFFFF;
}
.mkd_eyebrow-luj{
display:inline-block;
text-transform:uppercase;
font-family:"Nunito Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:10.5px;
letter-spacing:.14em;
color:#A07010;
line-height:1.4;
overflow-wrap:break-word;
font-weight:600;
}
.mkd_drawer_cb-luj{
display:none;
}
.mkd_overlay-luj{
display:none;
}
@media(max-width:1025px){
.mkd_shell-luj{
grid-template-columns:1fr;
}
.mkd_main-luj{
padding-bottom:78px;
}
.mkd_drawer_cb-luj:checked~.mkd_overlay-luj{
inset:0;
background:rgba(20, 14, 4, 0.68);
display:block;
position:fixed;
z-index:70;
}
}
@media(max-width:559px){
.mkd_section-luj{
padding:18px 1rem;
}
.mkd_section_pt-luj{
padding-top:24px;
}
}
@keyframes zm3-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
@keyframes zm3-marquee{
0%{
transform:translateX(0)}
100%{
transform:translateX(-50%)}
}
/* ---------- sidebar ---------- */
.mkd_side-luj{
padding:1.375rem 18px;
background:#F0EBE1;
gap:1.375rem;
display:flex;
top:0;
align-self:start;
overflow-y:auto;
border-right:1px solid rgba(26, 18, 8, 0.08);
position:sticky;
flex-direction:column;
height:100vh;
}
.mkd_brand-luj{
gap:0.625rem;
display:flex;
align-items:center;
}
.mkd_logo-luj{
letter-spacing:-.02em;
font-weight:700;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#1A1208;
font-size:21px;
}
.mkd_side_cta-luj{
border:1px solid rgba(26, 18, 8, 0.12);
padding:1rem;
background:rgba(160, 112, 16, 0.11);
border-radius:0.75rem;
}
.mkd_side_cta_h-luj{
line-height:1.15;
margin-bottom:0.375rem;
font-weight:700;
color:#1A1208;
font-size:1.063rem;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.mkd_side_cta_p-luj{
margin-bottom:12px;
line-height:1.45;
font-size:0.75rem;
color:#3D3120;
}
.mkd_nav-luj{
gap:3px;
flex-direction:column;
display:flex;
}
.mkd_nav_label-luj{
padding:0.375rem 10px;
font-size:0.594rem;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:uppercase;
letter-spacing:.14em;
color:#A8936E;
}
.mkd_nav_item-luj{
border-radius:8px;
padding:0.625rem;
gap:0.688rem;
color:#3D3120;
font-weight:500;
font-size:14px;
display:flex;
align-items:center;
}
.mkd_nav_item-luj svg{
height:1.063rem;
width:1.063rem;
}
.mkd_nav_item-luj:hover{
background:rgba(160, 112, 16, 0.11);
color:#1A1208;
}
.mkd_nav_item_on-luj{
background:rgba(160, 112, 16, 0.11);
color:#A07010;
font-weight:600;
}
.mkd_side_foot-luj{
background:#FFFFFF;
border:1px solid rgba(26, 18, 8, 0.12);
padding:12px;
border-radius:0.75rem;
margin-top:auto;
}
.mkd_side_foot-luj p{
font-size:12.5px;
color:#3D3120;
margin-top:0.25rem;
line-height:1.4;
}
/* ---------- topbar ---------- */
.mkd_top-luj{
padding:14px 1.75rem;
background:#F0EBE1;
gap:1rem;
border-bottom:1px solid rgba(26, 18, 8, 0.08);
z-index:40;
align-items:center;
display:flex;
position:sticky;
top:0;
}
.mkd_top_brand-luj{
gap:9px;
display:none;
align-items:center;
}
.mkd_search-luj{
padding:0.688rem 14px;
border:1px solid rgba(26, 18, 8, 0.12);
background:#FFFFFF;
border-radius:12px;
gap:10px;
flex:1;
font-size:0.844rem;
display:flex;
max-width:440px;
align-items:center;
color:#7A6748;
}
.mkd_search-luj svg{
flex:none;
width:16px;
height:1rem;
}
.mkd_top_actions-luj{
gap:0.75rem;
align-items:center;
display:flex;
margin-left:auto;
}
.mkd_lang-luj{
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:12px;
color:#3D3120;
}
.mkd_burger-luj{
border-radius:0.5rem;
border:1px solid rgba(26, 18, 8, 0.12);
background:#FFFFFF;
justify-content:center;
height:2.5rem;
width:40px;
color:#1A1208;
align-items:center;
display:none;
}
/* ---------- bottom-nav (mobile) ---------- */
.mkd_botnav-luj{
display:none;
}
@media(max-width:1023px){
.mkd_side-luj{
transition:transform .25s ease;
left:0;
height:100vh;
z-index:80;
transform:translateX(-100%);
position:fixed;
width:280px;
top:0;
}
.mkd_drawer_cb-luj:checked~.mkd_shell-luj .mkd_side-luj{
transform:translateX(0);
}
.mkd_top-luj{
gap:0.75rem;
padding:0.875rem 16px;
flex-wrap:wrap;
position:static;
}
.mkd_top_brand-luj{
display:flex;
}
.mkd_search-luj{
display:none;
}
.mkd_burger-luj{
display:flex;
}
.mkd_top_actions-luj{
gap:10px;
margin-left:0;
width:100%;
align-items:stretch;
}
.mkd_top_actions-luj .mkd_lang-luj{
display:none;
}
.mkd_top_actions-luj .mkd_btn-luj{
padding:11px 10px;
flex:1;
text-align:center;
}
.mkd_botnav-luj{
padding:8px 0.375rem calc(0.5rem + env(safe-area-inset-bottom));
grid-template-columns:repeat(3,1fr);
background:#F0EBE1;
z-index:65;
bottom:0;
right:0;
transform:translateZ(0);
border-top:1px solid rgba(26, 18, 8, 0.12);
display:grid;
position:fixed;
left:0;
}
.mkd_bn-luj{
gap:0.25rem;
padding:6px 2px 0;
font-weight:600;
align-items:center;
justify-content:flex-end;
flex-direction:column;
color:#3D3120;
font-size:10px;
min-width:0;
display:flex;
}
.mkd_bn-luj svg{
flex:none;
height:1.375rem;
width:22px;
}
.mkd_bn-luj span{
overflow:hidden;
max-width:100%;
white-space:nowrap;
text-overflow:ellipsis;
text-align:center;
}
.mkd_bn_on-luj{
color:#A07010;
}
.mkd_bn_center-luj{
position:relative;
}
.mkd_bn_fab-luj{
border-radius:50%;
background:#D4A017;
justify-content:center;
align-items:center;
top:-1.25rem;
display:flex;
position:absolute;
left:50%;
color:#1A1208;
box-shadow:0 0.5rem 2rem rgba(26, 18, 8, 0.14), 0 2px 8px rgba(26, 18, 8, 0.09);
height:3.125rem;
width:3.125rem;
transform:translateX(-50%);
}
.mkd_bn_fab-luj svg{
height:24px;
width:24px;
}
.mkd_bn_center-luj span{
color:#A07010;
}
}
.mkd_btn-luj{
padding:11px 1.375rem;
border-radius:8px;
transition:background-color 0.2s ease,color 0.2s ease;
gap:0.5rem;
font-size:14px;
display:inline-flex;
justify-content:center;
align-items:center;
font-weight:700;
cursor:pointer;
font-family:"Nunito Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.mkd_btn_pri-luj{
background:#D4A017;
color:#1A1208;
box-shadow:0 4px 18px rgba(212, 160, 23, 0.42), 0 1px 0.25rem rgba(212, 160, 23, 0.28);
}
.mkd_btn_pri-luj:hover{
background:#B88810;
}
.mkd_btn_ghost-luj{
background:rgba(160, 112, 16, 0.11);
font-weight:600;
color:#1A1208;
}
.mkd_btn_line-luj{
border:1px solid rgba(26, 18, 8, 0.22);
background:transparent;
color:#1A1208;
font-weight:600;
}
.mkd_btn_lg-luj{
padding:1rem 1.875rem;
border-radius:0.75rem;
font-size:0.938rem;
}
.mkd_band-luj .mkd_btn_line-luj{
border-color:rgba(255, 220, 120, 0.13);
color:#FAF3E0;
}
.mkd_band-luj .mkd_btn_ghost-luj{
background:rgba(255, 240, 180, 0.08);
color:#FAF3E0;
}
.mkd_link_m-luj{
gap:5px;
display:inline-flex;
text-decoration:none;
color:#A07010;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
align-items:center;
font-size:0.75rem;
cursor:pointer;
}
.mkd_link_m-luj svg{
width:0.875rem;
height:14px;
}
.mkd_band-luj .mkd_link_m-luj{
color:#F0C030;
}
.mkd_dot-luj{
background:#A07010;
border-radius:50%;
flex:none;
width:0.438rem;
height:0.438rem;
}
.mkd_dot_live-luj{
background:#D93025;
animation:zm3-pulse 1.4s infinite;
}
.mkd_stars-luj{
gap:2px;
display:inline-flex;
color:#A07010;
}
.mkd_stars-luj svg{
width:15px;
height:0.938rem;
}
.mkd_chip-luj{
background:#FFFFFF;
padding:7px 12px;
gap:0.375rem;
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:0.5rem;
color:#3D3120;
display:inline-flex;
font-size:0.688rem;
align-items:center;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.mkd_chip_on-luj{
background:rgba(160, 112, 16, 0.11);
border-color:transparent;
color:#A07010;
}
.mkd_gc-luj{
cursor:pointer;
color:inherit;
min-width:0;
display:block;
text-decoration:none;
}
.mkd_gc_thumb-luj{
overflow:hidden;
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:0.75rem;
position:relative;
display:block;
background-size:cover;
aspect-ratio:1;
background-position:center;
}
.mkd_gc_thumb_portrait-luj{
aspect-ratio:3/4;
}
.mkd_gc_thumb_wide-luj{
aspect-ratio:16/11;
}
.mkd_gc_cap-luj{
padding:0.563rem;
background:linear-gradient(transparent,rgba(20, 14, 4, 0.68));
position:absolute;
right:0;
bottom:0;
left:0;
}
.mkd_gc_name-luj{
font-size:12.5px;
color:#FAF3E0;
display:block;
font-weight:700;
}
.mkd_gc_meta-luj{
font-size:0.688rem;
color:#C8B48A;
}
.mkd_gc_badge-luj{
padding:2px 0.375rem;
background:#A07010;
border-radius:8px;
color:#1A1208;
position:absolute;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
top:0.5rem;
font-size:0.5rem;
right:0.5rem;
font-weight:700;
}
.mkd_gc_badge_hot-luj{
background:#D93025;
color:#FAF3E0;
}
.mkd_gc_badge_live-luj{
background:#D93025;
right:auto;
color:#FAF3E0;
left:0.5rem;
}
.mkd_gc_mult-luj{
inset:0;
justify-content:center;
color:#A07010;
position:absolute;
font-weight:700;
font-size:1.75rem;
display:flex;
align-items:center;
}
.mkd_pc-luj{
background:#FFFFFF;
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:12px;
color:#3D3120;
height:64px;
align-items:center;
font-weight:700;
display:flex;
justify-content:center;
font-size:0.875rem;
}
.mkd_rail-luj{
min-width:0;
}
.mkd_rail_scroll-luj{
gap:14px;
display:grid;
}
.mkd_rail_scroll-luj>*{
min-width:0;
}
.mkd_g6-luj{
grid-template-columns:repeat(6,1fr);
}
.mkd_g7-luj{
grid-template-columns:repeat(7,1fr);
}
.mkd_g4-luj{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1021px){
.mkd_g6-luj,.mkd_g7-luj{
grid-template-columns:none;
overflow-x:auto;
padding-bottom:6px;
grid-auto-columns:120px;
grid-auto-flow:column;
scroll-snap-type:x mandatory;
}
.mkd_g6-luj>*,.mkd_g7-luj>*{
scroll-snap-align:start;
}
.mkd_g4-luj{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:559px){
.mkd_g4-luj{
grid-template-columns:none;
grid-auto-flow:column;
overflow-x:auto;
grid-auto-columns:9.375rem;
}
}
.mkd_panel-luj{
background:#FFFFFF;
padding:28px 32px;
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:1.25rem;
}
.mkd_split-luj{
gap:2.25rem;
display:grid;
align-items:start;
}
.mkd_split-luj>*{
min-width:0;
}
.mkd_split_a-luj{
grid-template-columns:.85fr 1.15fr;
}
.mkd_split_b-luj{
grid-template-columns:1fr 1.1fr;
}
.mkd_split_c-luj{
grid-template-columns:1.1fr .9fr;
}
.mkd_pgrid-luj{
grid-template-columns:.9fr 1.1fr;
gap:40px;
align-items:center;
display:grid;
}
.mkd_pgrid-luj>*{
min-width:0;
}
.mkd_lead-luj{
line-height:1.65;
margin-bottom:0.875rem;
color:#3D3120;
font-size:0.938rem;
}
.mkd_feat-luj{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.mkd_feat-luj>*{
min-width:0;
}
.mkd_feat2-luj{
grid-template-columns:1fr 1fr;
}
.mkd_feat_card-luj{
padding:26px;
border-radius:1.25rem;
border:1px solid rgba(26, 18, 8, 0.12);
background:#FFFFFF;
}
.mkd_feat_card-luj svg{
margin-bottom:16px;
height:1.625rem;
color:#A07010;
width:26px;
}
.mkd_feat_card-luj h3{
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
margin-bottom:0.5rem;
color:#1A1208;
font-size:1.125rem;
}
.mkd_feat_card-luj p{
line-height:1.6;
color:#3D3120;
font-size:13px;
}
.mkd_feat_card-luj b{
color:#1A1208;
}
.mkd_big-luj{
gap:22px;
flex-wrap:wrap;
display:flex;
}
.mkd_big_n-luj{
font-weight:700;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1.625rem;
color:#A07010;
}
.mkd_big_l-luj{
color:#7A6748;
font-size:12px;
}
.mkd_person-luj{
border-radius:12px;
gap:0.875rem;
border:1px solid rgba(26, 18, 8, 0.12);
background:#FFFFFF;
padding:1rem 18px;
align-items:center;
display:flex;
}
.mkd_avatar-luj{
flex:none;
background:linear-gradient(135deg,#D4A017,#7A5208);
border-radius:50%;
height:44px;
width:2.75rem;
}
.mkd_person_name-luj{
color:#1A1208;
font-weight:700;
font-size:14px;
}
.mkd_person_role-luj{
font-size:0.75rem;
color:#7A6748;
}
.mkd_kv-luj{
border:1px solid rgba(26, 18, 8, 0.12);
background:rgba(26, 18, 8, 0.12);
border-radius:0.75rem;
overflow:hidden;
gap:1px;
grid-template-columns:1fr 1fr;
display:grid;
}
.mkd_kv-luj>div{
background:#FAF7F2;
padding:1rem 18px;
min-width:0;
}
.mkd_kv_k-luj{
text-transform:uppercase;
font-size:9.5px;
color:#A07010;
margin-bottom:5px;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.mkd_kv_v-luj{
color:#1A1208;
font-size:13.5px;
font-weight:700;
}
@media(max-width:1026px){
.mkd_split_a-luj,.mkd_split_b-luj,.mkd_split_c-luj,.mkd_pgrid-luj{
gap:24px;
grid-template-columns:1fr;
}
.mkd_feat-luj,.mkd_feat2-luj{
grid-template-columns:1fr;
}
.mkd_kv-luj{
grid-template-columns:1fr;
}
}
.mkd_sh-luj{
min-width:0;
margin-bottom:16px;
}
.mkd_sh_row-luj{
gap:12px;
display:flex;
align-items:flex-end;
flex-wrap:wrap;
justify-content:space-between;
}
.mkd_sh_row-luj .mkd_sh_l-luj{
gap:6px;
min-width:0;
display:flex;
flex-direction:column;
}
.mkd_sh_stack-luj{
gap:10px;
align-items:flex-start;
flex-direction:column;
display:flex;
}
.mkd_sh_center-luj{
gap:0.625rem;
text-align:center;
flex-direction:column;
align-items:center;
display:flex;
}
.mkd_sh_h2-luj{
gap:0.563rem;
font-size:20px;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
align-items:center;
display:flex;
font-weight:700;
color:#1A1208;
line-height:1.1;
overflow-wrap:break-word;
}
@media(min-width:771px){
.mkd_sh_h2-luj{
font-size:1.5rem;
}
}
.mkd_band-luj .mkd_sh_h2-luj{
color:#FAF3E0;
}
.mkd_eb_mono-luj{
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:none;
letter-spacing:.08em;
}
.mkd_eb_mono-luj::before{
content:"// ";
}
.mkd_eb_upper-luj{
letter-spacing:.14em;
text-transform:uppercase;
}
.mkd_eb_pill-luj{
padding:0.313rem 0.688rem;
border-radius:62.438rem;
background:rgba(160, 112, 16, 0.11);
text-transform:uppercase;
letter-spacing:.12em;
}
.mkd_eb_line-luj{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.mkd_eb_line-luj::before{
background:#A07010;
height:1px;
content:"";
display:inline-block;
width:24px;
}
.mkd_band-luj .mkd_eb_line-luj::before{
background:#F0C030;
}
.mkd_band-luj .mkd_eb_pill-luj{
background:rgba(255, 240, 180, 0.08);
}
.mkd_sh_link-luj{
transition:color 0.2s ease,border-color 0.2s ease;
gap:0.375rem;
white-space:nowrap;
display:inline-flex;
font-size:0.813rem;
font-weight:600;
padding-bottom:2px;
align-items:center;
border-bottom:1px solid #1A1208;
color:#1A1208;
}
.mkd_sh_link-luj:hover{
border-color:#A07010;
color:#A07010;
}
.mkd_sh_link-luj svg{
width:0.875rem;
height:14px;
}
.mkd_sh_link_chev-luj{
color:#A07010;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
padding-bottom:0;
border-bottom:0;
font-size:12px;
}
.mkd_sh_link_btn-luj{
border-radius:62.438rem;
padding:0.563rem 1.125rem;
background:#D4A017;
color:#1A1208;
border-bottom:0;
}
.mkd_sh_link_btn-luj:hover{
border-color:transparent;
background:#B88810;
}
.mkd_band-luj .mkd_sh_link-luj{
border-color:#FAF3E0;
color:#FAF3E0;
}
.mkd_band-luj .mkd_sh_link_chev-luj{
color:#F0C030;
}
.mkd_sh_rule-luj{
background:rgba(26, 18, 8, 0.12);
margin:-2px 0 1rem;
height:1px;
}
.mkd_band-luj .mkd_sh_rule-luj{
background:rgba(255, 220, 120, 0.13);
}
.mkd_seo_grid3-luj{
grid-template-columns:repeat(3,1fr);
gap:20px;
display:grid;
}
.mkd_seo_grid4-luj{
grid-template-columns:repeat(4,1fr);
gap:13px;
display:grid;
}
.mkd_seo_grid3-luj>*,.mkd_seo_grid4-luj>*{
min-width:0;
}
.mkd_seo_card-luj{
padding:1.5rem;
background:#FFFFFF;
border-radius:12px;
border:1px solid rgba(26, 18, 8, 0.12);
}
.mkd_seo_card-luj h3{
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1.125rem;
margin-bottom:8px;
color:#1A1208;
font-weight:700;
}
.mkd_seo_card-luj p{
font-size:0.813rem;
line-height:1.6;
color:#3D3120;
}
.mkd_seo_card_sm-luj{
padding:1.25rem;
}
.mkd_seo_card_sm-luj h3{
font-size:1rem;
}
.mkd_seo_card_sm-luj p{
line-height:1.55;
font-size:0.781rem;
}
.mkd_seo_rtp_row-luj{
gap:2.25rem;
grid-template-columns:1fr 1fr;
display:grid;
align-items:center;
margin-top:16px;
}
.mkd_rtp-luj{
gap:14px;
display:flex;
min-width:0;
}
.mkd_rtp-luj>div{
border-radius:0.75rem;
background:#FAF7F2;
flex:1;
padding:16px;
min-width:0;
text-align:center;
}
.mkd_rtp_n-luj{
white-space:nowrap;
font-size:26px;
font-weight:700;
color:#A07010;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.mkd_rtp_l-luj{
color:#7A6748;
font-size:11px;
margin-top:0.25rem;
}
.mkd_cmp-luj{
overflow:hidden;
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:12px;
max-width:760px;
}
.mkd_cmp_row-luj{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
font-size:0.813rem;
}
.mkd_cmp_row-luj>div{
padding:0.813rem 14px;
text-align:center;
min-width:0;
}
.mkd_cmp_row-luj>div:first-child{
font-weight:600;
text-align:left;
color:#1A1208;
padding-left:1.375rem;
}
.mkd_cmp_th-luj{
background:#FAF7F2;
font-size:0.781rem;
font-weight:700;
}
.mkd_cmp_row-luj:not(.mkd_cmp_th-luj){
background:#FFFFFF;
color:#3D3120;
border-top:1px solid rgba(26, 18, 8, 0.08);
}
.mkd_cmp_zebra-luj{
background:#F4F0E8;
}
.mkd_guide-luj{
background:#FFFFFF;
border:1px solid rgba(26, 18, 8, 0.12);
overflow:hidden;
border-radius:0.75rem;
cursor:pointer;
}
.mkd_guide_cover-luj{
height:130px;
}
.mkd_guide_body-luj{
padding:1.25rem;
}
.mkd_guide_body-luj h3{
margin:7px 0 0.563rem;
color:#1A1208;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
line-height:1.25;
font-size:16px;
}
.mkd_guide_meta-luj{
font-size:0.719rem;
color:#7A6748;
}
.mkd_hub-luj{
grid-template-columns:repeat(5,1fr);
gap:28px;
padding-top:28px;
display:grid;
border-top:1px solid rgba(26, 18, 8, 0.08);
}
.mkd_hub-luj>*{
min-width:0;
}
.mkd_hub-luj h4{
font-size:0.813rem;
color:#1A1208;
margin-bottom:0.688rem;
font-weight:700;
}
.mkd_hub_col-luj{
gap:8px;
font-size:0.813rem;
display:flex;
color:#3D3120;
flex-direction:column;
}
.mkd_hub_col-luj a{
cursor:pointer;
}
@media(max-width:1022px){
.mkd_seo_grid3-luj{
grid-template-columns:1fr;
}
.mkd_seo_grid4-luj{
grid-template-columns:repeat(2,1fr);
}
.mkd_seo_rtp_row-luj{
gap:20px;
grid-template-columns:1fr;
}
.mkd_hub-luj{
gap:1.375rem;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:563px){
.mkd_hub-luj{
grid-template-columns:1fr;
}
}
.mkd_hero-luj{
border-radius:1.25rem;
border:1px solid rgba(26, 18, 8, 0.12);
overflow:hidden;
padding:2.875rem 3rem;
background:linear-gradient(120deg,#1C1508,#0E1218);
position:relative;
color:#FAF3E0;
}
.mkd_hero_glow-luj{
background:radial-gradient(circle,rgba(212, 160, 23, 0.22),transparent 70%);
border-radius:50%;
position:absolute;
right:-3.75rem;
width:340px;
top:-3.75rem;
height:21.25rem;
}
.mkd_hero_in-luj{
position:relative;
max-width:600px;
}
.mkd_hero-luj .mkd_eyebrow-luj{
color:#F0C030;
}
.mkd_pill_row-luj{
background:rgba(255, 240, 180, 0.08);
gap:8px;
padding:0.375rem 0.813rem;
border:1px solid rgba(255, 220, 120, 0.13);
border-radius:999px;
align-items:center;
color:#F0C030;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:0.656rem;
margin-bottom:1.375rem;
text-transform:uppercase;
letter-spacing:.1em;
display:inline-flex;
}
.mkd_hero_h1-luj{
margin:18px 0;
line-height:1.02;
color:#FAF3E0;
letter-spacing:-.02em;
font-weight:700;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:54px;
overflow-wrap:break-word;
}
.mkd_hero_h1-luj em{
font-style:normal;
color:#F0C030;
}
.mkd_hero_sub-luj{
max-width:30rem;
font-size:17px;
margin-bottom:28px;
line-height:1.55;
color:#C8B48A;
}
.mkd_hero_cta-luj{
gap:0.875rem;
margin-bottom:26px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.mkd_hero_trust-luj{
gap:0.875rem;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.mkd_hero_rating_txt-luj{
font-size:0.813rem;
color:#C8B48A;
}
@media(max-width:1021px){
.mkd_hero-luj{
padding:32px 1.5rem;
}
.mkd_hero_h1-luj{
font-size:2.375rem;
}
}
@media(max-width:563px){
.mkd_hero_h1-luj{
font-size:30px;
}
}
.mkd_stat-luj{
grid-template-columns:repeat(4,1fr);
gap:0.875rem;
display:grid;
}
.mkd_stat-luj>*{
min-width:0;
}
.mkd_stat_item-luj{
background:#FFFFFF;
border-radius:0.75rem;
padding:1.125rem 20px;
border:1px solid rgba(26, 18, 8, 0.12);
}
.mkd_stat_k-luj{
color:#7A6748;
margin-bottom:7px;
font-size:9.5px;
letter-spacing:.12em;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:uppercase;
}
.mkd_stat_v-luj{
gap:0.5rem;
min-width:0;
align-items:center;
color:#1A1208;
overflow-wrap:anywhere;
font-size:1.5rem;
font-weight:700;
display:flex;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.mkd_stat_v_accent-luj{
color:#A07010;
}
@media(max-width:1021px){
.mkd_stat-luj{
grid-template-columns:repeat(2,1fr);
}
}
.mkd_wlc-luj{
border:1px solid rgba(26, 18, 8, 0.12);
grid-template-columns:1.2fr .8fr;
border-radius:20px;
background:linear-gradient(120deg,#1C1508,#0E1218);
padding:2.25rem 40px;
overflow:hidden;
gap:1.5rem;
display:grid;
position:relative;
color:#FAF3E0;
align-items:center;
}
.mkd_wlc-luj>*{
min-width:0;
}
.mkd_wlc-luj .mkd_eyebrow-luj{
color:#F0C030;
}
.mkd_wlc_glow-luj{
background:radial-gradient(circle,rgba(212, 160, 23, 0.22),transparent 70%);
border-radius:50%;
width:260px;
top:-40px;
right:-40px;
position:absolute;
height:260px;
}
.mkd_wlc_in-luj{
position:relative;
}
.mkd_wlc_h2-luj{
margin:0.625rem 0 8px;
line-height:1.03;
font-weight:700;
color:#FAF3E0;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:2.125rem;
overflow-wrap:break-word;
}
.mkd_wlc_h2-luj em{
color:#F0C030;
font-style:normal;
}
.mkd_wlc_sub-luj{
line-height:1.55;
margin-bottom:1.125rem;
color:#C8B48A;
font-size:0.875rem;
max-width:26.25rem;
}
.mkd_wlc_terms-luj{
gap:0.625rem;
flex-direction:column;
position:relative;
display:flex;
}
.mkd_term-luj{
background:rgba(255, 240, 180, 0.08);
gap:11px;
border:1px solid rgba(255, 220, 120, 0.13);
border-radius:12px;
padding:13px 0.938rem;
align-items:center;
display:flex;
}
.mkd_term-luj svg{
flex:none;
height:20px;
color:#F0C030;
width:20px;
}
.mkd_term_k-luj{
text-transform:uppercase;
font-size:0.594rem;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
letter-spacing:.1em;
color:#C8B48A;
}
.mkd_term_v-luj{
margin-top:2px;
font-weight:700;
color:#FAF3E0;
font-size:14px;
}
@media(max-width:1023px){
.mkd_wlc-luj{
grid-template-columns:1fr;
}
}
@media(max-width:563px){
.mkd_wlc_h2-luj{
font-size:26px;
}
}
.mkd_jp-luj{
gap:0.875rem;
grid-template-columns:1.5fr 1fr 1fr;
display:grid;
}
.mkd_jp-luj>*{
min-width:0;
}
.mkd_jp_hero-luj{
background:linear-gradient(135deg,#1C1508,#0E1218);
border:1px solid rgba(26, 18, 8, 0.12);
gap:14px;
overflow:hidden;
padding:1.625rem;
border-radius:1.25rem;
flex-direction:column;
min-height:11.25rem;
justify-content:space-between;
position:relative;
color:#FAF3E0;
display:flex;
}
.mkd_jp_glow-luj{
background:radial-gradient(circle,rgba(212, 160, 23, 0.22),transparent 70%);
border-radius:50%;
width:180px;
right:-2.5rem;
position:absolute;
top:-40px;
height:11.25rem;
}
.mkd_jp_k_row-luj{
gap:0.625rem;
justify-content:space-between;
align-items:center;
position:relative;
display:flex;
}
.mkd_jp_k-luj{
text-transform:uppercase;
letter-spacing:.12em;
color:#7A6748;
font-size:10px;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.mkd_jp_hero-luj .mkd_jp_k-luj{
color:#C8B48A;
}
.mkd_jp_amt-luj{
font-weight:700;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1;
color:#F0C030;
font-size:2.625rem;
position:relative;
}
.mkd_jp_sub-luj{
font-size:12px;
color:#C8B48A;
margin-top:0.313rem;
}
.mkd_jp_cell-luj{
padding:1.375rem;
border:1px solid rgba(26, 18, 8, 0.12);
background:#FFFFFF;
border-radius:1.25rem;
min-height:180px;
display:flex;
justify-content:space-between;
flex-direction:column;
}
.mkd_jp_cell-luj .mkd_jp_amt-luj{
font-size:1.875rem;
color:#1A1208;
}
.mkd_jp_cell-luj .mkd_jp_sub-luj{
color:#7A6748;
}
@media(max-width:1023px){
.mkd_jp-luj{
grid-template-columns:1fr;
}
}
@media(max-width:560px){
.mkd_jp_amt-luj{
font-size:2rem;
}
}
.mkd_supp-luj{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.mkd_supp-luj>*{
min-width:0;
}
.mkd_supp_card-luj{
background:#FFFFFF;
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:0.75rem;
padding:24px;
}
.mkd_supp_card-luj svg{
height:24px;
width:24px;
color:#A07010;
margin-bottom:14px;
}
.mkd_supp_card-luj h3{
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
font-size:16px;
margin-bottom:0.375rem;
color:#1A1208;
}
.mkd_supp_card-luj p{
color:#3D3120;
font-size:13px;
line-height:1.55;
}
@media(max-width:1025px){
.mkd_supp-luj{
grid-template-columns:1fr;
}
}
.mkd_pay_logos-luj{
gap:0.563rem;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.mkd_pay_logos-luj>*{
min-width:0;
}
.mkd_pay-luj{
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:0.5rem;
font-size:12px;
display:flex;
align-items:center;
color:#3D3120;
height:48px;
justify-content:center;
font-weight:700;
}
.mkd_table-luj{
border-radius:12px;
border:1px solid rgba(26, 18, 8, 0.12);
overflow:hidden;
}
.mkd_trow-luj{
grid-template-columns:1.3fr 1fr 1fr 1fr;
font-size:13px;
display:grid;
}
.mkd_trow-luj>div{
padding:13px 0.875rem;
min-width:0;
}
.mkd_trow-luj>div:first-child{
font-weight:700;
color:#1A1208;
padding-left:16px;
}
.mkd_trow_th-luj{
background:#FAF7F2;
color:#7A6748;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:uppercase;
letter-spacing:.06em;
font-size:9.5px;
}
.mkd_trow-luj:not(.mkd_trow_th-luj){
background:#FFFFFF;
border-top:1px solid rgba(26, 18, 8, 0.08);
color:#3D3120;
}
.mkd_trow_zebra-luj{
background:#F4F0E8;
}
.mkd_pos-luj{
color:#A07010;
font-weight:700;
}
@media(max-width:1027px){
.mkd_pay_logos-luj{
grid-template-columns:repeat(2,1fr);
}
}
.mkd_dw_h2-luj{
margin-bottom:10px;
color:#1A1208;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1.625rem;
font-weight:700;
line-height:1.08;
}
.mkd_steps_v-luj{
grid-template-columns:1fr;
gap:0.625rem;
}
.mkd_steps_v-luj .mkd_step-luj{
padding:1.125rem 1.25rem;
}
@media(max-width:561px){
.mkd_dw_h2-luj{
font-size:1.438rem;
}
}
.mkd_gm-luj{
gap:16px;
grid-template-columns:1.3fr 1fr;
display:grid;
}
.mkd_gm-luj>*{
min-width:0;
}
.mkd_gm_panel-luj{
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:1.25rem;
padding:1.75rem;
background:#FFFFFF;
}
.mkd_gm_h2-luj{
margin:10px 0 8px;
font-weight:700;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#1A1208;
font-size:1.5rem;
}
.mkd_gm_text-luj{
margin-bottom:20px;
color:#3D3120;
font-size:13.5px;
line-height:1.6;
max-width:27.5rem;
}
.mkd_gm_level-luj{
gap:0.875rem;
display:flex;
margin-bottom:1rem;
align-items:center;
}
.mkd_gm_lv-luj{
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:24px;
color:#A07010;
font-weight:700;
}
.mkd_gm_bar_wrap-luj{
flex:1;
min-width:0;
}
.mkd_gm_bar_meta-luj{
display:flex;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#7A6748;
font-size:10px;
justify-content:space-between;
margin-bottom:5px;
}
.mkd_bar-luj{
background:#FAF7F2;
border-radius:62.438rem;
overflow:hidden;
height:0.5rem;
}
.mkd_bar_fill-luj{
border-radius:999px;
background:linear-gradient(90deg,#D4A017,#7A5208);
height:100%;
display:block;
}
.mkd_gm_missions-luj{
gap:9px;
display:flex;
flex-wrap:wrap;
}
.mkd_gm_refer-luj{
background:linear-gradient(150deg,#1C1508,#0E1218);
border:1px solid rgba(26, 18, 8, 0.12);
padding:28px;
border-radius:1.25rem;
overflow:hidden;
flex-direction:column;
position:relative;
display:flex;
color:#FAF3E0;
justify-content:space-between;
}
.mkd_gm_refer-luj .mkd_eyebrow-luj{
color:#F0C030;
}
.mkd_gm_ref_h2-luj{
margin:10px 0 0.5rem;
color:#FAF3E0;
font-size:24px;
line-height:1.1;
font-weight:700;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.mkd_gm_ref_h2-luj em{
color:#F0C030;
font-style:normal;
}
.mkd_gm_ref_text-luj{
margin-bottom:1.125rem;
line-height:1.55;
font-size:0.813rem;
color:#C8B48A;
}
@media(max-width:1025px){
.mkd_gm-luj{
grid-template-columns:1fr;
}
}
.mkd_promo_grid-luj{
gap:1rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.mkd_promo_grid-luj>*{
min-width:0;
}
.mkd_promo-luj{
overflow:hidden;
border-radius:1.25rem;
border:1px solid rgba(26, 18, 8, 0.12);
background:#FFFFFF;
padding:24px;
min-height:9.375rem;
position:relative;
}
.mkd_promo_h-luj{
font-size:1.625rem;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#1A1208;
margin-top:0.375rem;
line-height:1.05;
font-weight:700;
}
.mkd_promo_h-luj em{
font-style:normal;
color:#A07010;
}
.mkd_promo_p-luj{
line-height:1.5;
color:#3D3120;
font-size:12.5px;
margin-top:0.5rem;
}
.mkd_promo_feat-luj{
background:linear-gradient(135deg,#1C1508,#0E1218);
border-color:rgba(26, 18, 8, 0.12);
}
.mkd_promo_feat-luj .mkd_promo_h-luj{
color:#FAF3E0;
}
.mkd_promo_feat-luj .mkd_promo_h-luj em{
color:#F0C030;
}
.mkd_promo_feat-luj .mkd_promo_p-luj{
color:#C8B48A;
}
.mkd_promo_feat-luj .mkd_eyebrow-luj{
color:#F0C030;
}
@media(max-width:1024px){
.mkd_promo_grid-luj{
grid-template-columns:1fr;
}
}
.mkd_tour-luj{
border:1px solid rgba(26, 18, 8, 0.12);
grid-template-columns:1.05fr 1fr;
overflow:hidden;
border-radius:1.25rem;
display:grid;
}
.mkd_tour-luj>*{
min-width:0;
}
.mkd_tour_l-luj{
background:linear-gradient(135deg,#1C1508,#0E1218);
padding:34px;
overflow:hidden;
position:relative;
color:#FAF3E0;
}
.mkd_tour_h2-luj{
margin:0.75rem 0 0.625rem;
font-weight:700;
line-height:1.05;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#FAF3E0;
font-size:30px;
}
.mkd_tour_h2-luj em{
font-style:normal;
color:#F0C030;
}
.mkd_tour_text-luj{
max-width:340px;
line-height:1.6;
margin-bottom:20px;
font-size:13.5px;
color:#C8B48A;
}
.mkd_tour_meta-luj{
gap:1.125rem;
margin-bottom:20px;
flex-wrap:wrap;
align-items:flex-end;
display:flex;
}
.mkd_tour_cap-luj{
font-size:0.594rem;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#C8B48A;
text-transform:uppercase;
margin-bottom:0.313rem;
}
.mkd_count-luj{
gap:6px;
display:flex;
}
.mkd_count-luj span{
border-radius:0.5rem;
background:rgba(255, 240, 180, 0.08);
border:1px solid rgba(255, 220, 120, 0.13);
padding:4px 9px;
font-weight:700;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:1.375rem;
}
.mkd_tour_units-luj{
font-size:0.625rem;
color:#C8B48A;
}
.mkd_board-luj{
padding:28px 30px;
background:#FFFFFF;
}
.mkd_board_head-luj{
margin-bottom:14px;
align-items:center;
display:flex;
justify-content:space-between;
}
.mkd_board_title-luj{
font-size:16px;
color:#1A1208;
font-weight:700;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.mkd_board_upd-luj{
color:#7A6748;
font-size:0.625rem;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:uppercase;
}
.mkd_board_list-luj{
gap:2px;
flex-direction:column;
display:flex;
}
.mkd_board_row-luj{
gap:12px;
border-radius:8px;
padding:10px 12px;
align-items:center;
display:flex;
}
.mkd_board_top1-luj{
background:rgba(160, 112, 16, 0.11);
}
.mkd_board_rk-luj{
width:1.25rem;
color:#7A6748;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:0.875rem;
font-weight:700;
}
.mkd_board_top1-luj .mkd_board_rk-luj{
color:#A07010;
}
.mkd_board_nm-luj{
flex:1;
font-size:13.5px;
font-weight:600;
min-width:0;
color:#3D3120;
}
.mkd_board_top1-luj .mkd_board_nm-luj{
color:#1A1208;
font-weight:700;
}
.mkd_board_pt-luj{
color:#3D3120;
font-size:0.781rem;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
@media(max-width:1023px){
.mkd_tour-luj{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.mkd_tour_h2-luj{
font-size:1.5rem;
}
}
.mkd_app-luj{
gap:2.25rem;
align-items:center;
flex-wrap:wrap;
display:flex;
justify-content:space-between;
}
.mkd_app_copy-luj{
max-width:32.5rem;
}
.mkd_app_h2-luj{
margin:0.75rem 0 10px;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.05;
font-size:1.75rem;
font-weight:700;
color:#1A1208;
}
.mkd_app_text-luj{
line-height:1.6;
margin-bottom:1.25rem;
font-size:14px;
color:#3D3120;
}
.mkd_app_btns-luj{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.mkd_store-luj{
background:#FAF7F2;
padding:0.688rem 1.125rem;
border-radius:12px;
gap:0.563rem;
border:1px solid rgba(26, 18, 8, 0.12);
font-size:0.813rem;
font-weight:700;
display:inline-flex;
color:#1A1208;
align-items:center;
cursor:pointer;
}
.mkd_store-luj svg{
height:16px;
width:1rem;
}
.mkd_app_qr_wrap-luj{
gap:1rem;
align-items:center;
display:flex;
}
.mkd_qr-luj{
padding:0.688rem;
grid-template-columns:repeat(5,1fr);
gap:3px;
background:#FAF7F2;
border-radius:12px;
grid-template-rows:repeat(5,1fr);
border:1px solid rgba(26, 18, 8, 0.12);
width:6.75rem;
height:6.75rem;
display:grid;
}
.mkd_qr-luj i{
background:transparent;
}
.mkd_qr_f-luj{
background:#A07010;
}
.mkd_app_qr_cap-luj{
font-size:12px;
max-width:5.25rem;
line-height:1.4;
color:#7A6748;
}
.mkd_steps-luj{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.mkd_steps-luj>*{
min-width:0;
}
.mkd_step-luj{
background:#FFFFFF;
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:0.75rem;
padding:1.5rem;
position:relative;
}
.mkd_step_num-luj{
background:#D4A017;
border-radius:0.5rem;
font-size:13px;
align-items:center;
justify-content:center;
display:flex;
color:#1A1208;
font-weight:700;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
width:30px;
height:1.875rem;
margin-bottom:14px;
}
.mkd_step_h-luj{
color:#1A1208;
margin-bottom:7px;
font-size:16px;
font-weight:700;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.mkd_step_p-luj{
font-size:0.813rem;
color:#3D3120;
line-height:1.55;
}
@media(max-width:1025px){
.mkd_steps-luj{
grid-template-columns:1fr;
}
}
.mkd_vip_head-luj{
gap:12px;
align-items:flex-end;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
margin-bottom:18px;
}
.mkd_vip_intro-luj{
color:#3D3120;
max-width:26.25rem;
font-size:0.813rem;
}
.mkd_vip-luj{
gap:12px;
grid-template-columns:repeat(5,1fr);
display:grid;
}
.mkd_vip-luj>*{
min-width:0;
}
.mkd_tier-luj{
background:#FFFFFF;
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:0.75rem;
padding:1.25rem;
}
.mkd_tier_on-luj{
border-color:#A07010;
background:rgba(160, 112, 16, 0.11);
}
.mkd_tier_medal-luj{
border-radius:0.5rem;
background:linear-gradient(135deg,#D4A017,#7A5208);
margin-bottom:14px;
height:30px;
width:30px;
}
.mkd_tier_name-luj{
margin-bottom:0.313rem;
color:#1A1208;
font-size:15px;
font-weight:700;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.mkd_tier_tx-luj{
font-size:0.719rem;
color:#7A6748;
line-height:1.5;
}
@media(max-width:1027px){
.mkd_vip-luj{
grid-template-columns:repeat(2,1fr);
}
}
.mkd_rv_head-luj{
gap:12px;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
margin-bottom:18px;
align-items:flex-end;
}
.mkd_rv_agg-luj{
gap:0.625rem;
align-items:center;
display:flex;
}
.mkd_rv_source-luj{
font-size:12.5px;
color:#7A6748;
}
.mkd_rv_grid-luj{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.mkd_rv_grid-luj>*{
min-width:0;
}
.mkd_review-luj{
border-radius:0.75rem;
border:1px solid rgba(26, 18, 8, 0.12);
padding:1.5rem;
background:#FFFFFF;
}
.mkd_review-luj .mkd_stars-luj{
margin-bottom:0.625rem;
}
.mkd_review-luj p{
font-size:0.906rem;
line-height:1.5;
font-weight:600;
color:#1A1208;
margin-bottom:0.875rem;
}
.mkd_review_by-luj{
color:#7A6748;
font-size:0.781rem;
}
@media(max-width:1024px){
.mkd_rv_grid-luj{
grid-template-columns:1fr;
}
}
.mkd_provs-luj{
grid-template-columns:repeat(6,1fr);
gap:0.75rem;
margin-bottom:1.75rem;
display:grid;
}
.mkd_provs-luj>*{
min-width:0;
}
.mkd_prov-luj{
padding:0.75rem;
background:#FFFFFF;
border-radius:0.75rem;
border:1px solid rgba(26, 18, 8, 0.12);
align-items:center;
height:4rem;
text-decoration:none;
justify-content:center;
display:flex;
}
.mkd_prov_img-luj{
max-width:100%;
object-fit:contain;
max-height:2rem;
}
.mkd_resp-luj{
background:#FFFFFF;
border:1px solid rgba(26, 18, 8, 0.12);
gap:1.5rem;
border-radius:0.75rem;
padding:1.625rem;
display:flex;
align-items:center;
flex-wrap:wrap;
justify-content:space-between;
}
.mkd_resp_in-luj{
max-width:560px;
}
.mkd_resp_h-luj{
font-weight:700;
color:#1A1208;
font-size:19px;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-bottom:8px;
}
.mkd_resp_p-luj{
line-height:1.6;
color:#3D3120;
font-size:0.844rem;
}
.mkd_resp_badges-luj{
gap:14px;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.mkd_age18-luj{
padding:4px 8px;
border-radius:8px;
border:1.5px solid #D93025;
color:#D93025;
font-size:13px;
font-weight:700;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.mkd_resp_org-luj{
color:#7A6748;
font-size:13px;
font-weight:600;
}
@media(max-width:1027px){
.mkd_provs-luj{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:558px){
.mkd_provs-luj{
grid-template-columns:repeat(2,1fr);
}
}
.mkd_rc-luj{
gap:2rem;
grid-template-columns:1fr 1fr 1fr;
display:grid;
}
.mkd_rc-luj>*{
min-width:0;
}
.mkd_rc_awards-luj{
gap:0.688rem;
flex-direction:column;
display:flex;
}
.mkd_award-luj{
gap:11px;
align-items:center;
display:flex;
}
.mkd_award-luj svg{
flex:none;
color:#E8B800;
height:18px;
width:18px;
}
.mkd_award_t-luj{
font-size:13.5px;
color:#1A1208;
font-weight:700;
}
.mkd_award_s-luj{
color:#7A6748;
font-size:0.719rem;
}
.mkd_rc_press-luj{
grid-template-columns:1fr 1fr;
gap:0.625rem;
display:grid;
}
.mkd_logo_cell-luj{
border-radius:0.5rem;
border:1px solid rgba(26, 18, 8, 0.12);
font-weight:700;
height:3rem;
display:flex;
color:#3D3120;
align-items:center;
font-size:0.813rem;
justify-content:center;
}
.mkd_rc_partner-luj{
border-radius:12px;
border:1px solid rgba(26, 18, 8, 0.12);
padding:20px;
background:#FFFFFF;
}
.mkd_rc_partner_name-luj{
font-size:1.125rem;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
color:#1A1208;
margin-bottom:0.375rem;
}
.mkd_rc_partner_text-luj{
line-height:1.55;
color:#3D3120;
font-size:12.5px;
}
@media(max-width:1025px){
.mkd_rc-luj{
gap:1.375rem;
grid-template-columns:1fr;
}
.mkd_rc_press-luj{
grid-template-columns:repeat(4,1fr);
}
}
.mkd_op_h2-luj{
margin:10px 0 0.5rem;
line-height:1.1;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:24px;
color:#1A1208;
font-weight:700;
}
.mkd_op_text-luj{
font-size:0.844rem;
color:#3D3120;
line-height:1.6;
}
@media(max-width:558px){
.mkd_op_h2-luj{
font-size:1.375rem;
}
}
.mkd_dispute-luj{
padding:1.625rem 1.875rem;
border:1px dashed rgba(26, 18, 8, 0.22);
border-radius:0.75rem;
gap:1.75rem;
align-items:center;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.mkd_dispute_in-luj{
max-width:660px;
}
.mkd_dispute_h2-luj{
font-size:1.375rem;
margin-bottom:0.5rem;
color:#1A1208;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
}
.mkd_dispute_text-luj{
line-height:1.6;
color:#3D3120;
font-size:0.844rem;
}
.mkd_gd_head-luj{
gap:0.75rem;
flex-wrap:wrap;
justify-content:space-between;
display:flex;
align-items:center;
margin-bottom:1rem;
}
.mkd_ab_h2-luj{
margin:14px 0 16px;
color:#1A1208;
font-weight:700;
line-height:1.08;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:32px;
}
.mkd_ab_body-luj{
margin-bottom:14px;
line-height:1.65;
color:#3D3120;
font-size:15px;
}
.mkd_ab_chips-luj{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
margin-top:0.5rem;
}
.mkd_faq-luj{
gap:10px;
flex-direction:column;
display:flex;
}
.mkd_faq_item-luj{
padding:1.125rem 1.375rem;
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:0.75rem;
background:#FFFFFF;
}
.mkd_faq_q-luj{
gap:16px;
list-style:none;
color:#1A1208;
cursor:pointer;
font-size:15.5px;
display:flex;
font-weight:600;
justify-content:space-between;
align-items:center;
}
.mkd_faq_q-luj::-webkit-details-marker{
display:none;
}
.mkd_faq_q_t-luj{
gap:10px;
display:flex;
}
.mkd_faq_q_i-luj{
color:#A07010;
font-style:normal;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.mkd_faq_pm-luj{
color:#A07010;
font-size:20px;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.mkd_faq_item-luj[open] .mkd_faq_pm-luj{
transform:rotate(45deg);
}
.mkd_faq_a-luj{
color:#3D3120;
font-size:13.5px;
line-height:1.6;
margin-top:0.75rem;
}
@media(max-width:561px){
.mkd_ab_h2-luj{
font-size:1.625rem;
}
}
.mkd_footer-luj{
padding:40px 1.75rem;
background:#1A1510;
border-top:1px solid rgba(26, 18, 8, 0.08);
}
.mkd_footer_grid-luj{
grid-template-columns:1.4fr 1fr 1fr 1fr;
gap:32px;
margin-left:auto;
margin-bottom:28px;
max-width:1400px;
display:grid;
margin-right:auto;
}
.mkd_footer_grid-luj>*{
min-width:0;
}
.mkd_footer_grid-luj h4{
text-transform:uppercase;
font-size:10px;
margin-bottom:13px;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#A8936E;
letter-spacing:.12em;
}
.mkd_fcol-luj{
gap:9px;
color:#3D3120;
font-size:13px;
display:flex;
flex-direction:column;
}
.mkd_fcol-luj a{
cursor:pointer;
}
.mkd_ft_about-luj{
line-height:1.6;
font-size:13px;
max-width:16.25rem;
color:#7A6748;
margin-top:0.75rem;
}
.mkd_ft_contact-luj{
font-size:12.5px;
color:#A07010;
overflow-wrap:anywhere;
margin-top:0.75rem;
font-family:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.mkd_footer_bottom-luj{
margin:0 auto;
gap:16px;
max-width:87.5rem;
padding-top:20px;
border-top:1px solid rgba(26, 18, 8, 0.08);
flex-wrap:wrap;
align-items:center;
display:flex;
justify-content:space-between;
}
.mkd_footer_bottom-luj p{
font-size:11px;
line-height:1.6;
max-width:45rem;
color:#A8936E;
}
@media(max-width:1025px){
.mkd_footer_grid-luj{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:561px){
.mkd_footer_grid-luj{
grid-template-columns:1fr;
}
}