*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0F0D0A;
color:#C9B99A;
text-rendering:optimizeLegibility;
-webkit-font-smoothing:antialiased;
font-size:0.938rem;
line-height:1.55;
overflow-wrap:break-word;
font-family:"Inter", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
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:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(10, 8, 6, 0.72);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.knm_shell-muh{
grid-template-columns:248px 1fr;
min-height:100vh;
display:grid;
}
.knm_main-muh{
min-width:0;
}
.knm_wrap-muh{
margin:0 auto;
max-width:1400px;
width:100%;
}
.knm_container-muh{
padding:0 1rem;
margin:0 auto;
width:100%;
max-width:87.5rem;
}
@media(min-width:771px){
.knm_container-muh{
padding:0 1.75rem;
}
}
.knm_section-muh{
padding:24px 28px;
}
.knm_section_pt-muh{
padding-top:34px;
}
.knm_band_soft-muh{
background:#1A1610;
}
.knm_eyebrow-muh{
font-weight:600;
display:inline-block;
font-size:0.656rem;
line-height:1.4;
letter-spacing:.14em;
color:#FBB03B;
font-family:"Inter", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
overflow-wrap:break-word;
text-transform:uppercase;
}
.knm_drawer_cb-muh{
display:none;
}
.knm_overlay-muh{
display:none;
}
@media(max-width:1026px){
.knm_shell-muh{
grid-template-columns:1fr;
}
.knm_main-muh{
padding-bottom:78px;
}
.knm_drawer_cb-muh:checked~.knm_overlay-muh{
inset:0;
background:rgba(10, 8, 6, 0.72);
display:block;
z-index:70;
position:fixed;
}
}
@media(max-width:562px){
.knm_section-muh{
padding:1.125rem 1rem;
}
.knm_section_pt-muh{
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 ---------- */
.knm_side-muh{
background:#130F0C;
padding:1.375rem 1.125rem;
gap:1.375rem;
position:sticky;
flex-direction:column;
display:flex;
top:0;
border-right:1px solid #252018;
align-self:start;
overflow-y:auto;
height:100vh;
}
.knm_brand-muh{
gap:0.625rem;
align-items:center;
display:flex;
}
.knm_logo-muh{
color:#F5EDD8;
letter-spacing:-.02em;
font-weight:700;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.313rem;
}
.knm_side_cta-muh{
border:1px solid #332C20;
background:rgba(251, 176, 59, 0.11);
padding:1rem;
border-radius:0.813rem;
}
.knm_side_cta_h-muh{
font-size:1.063rem;
font-weight:700;
margin-bottom:6px;
line-height:1.15;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#F5EDD8;
}
.knm_side_cta_p-muh{
line-height:1.45;
margin-bottom:0.75rem;
color:#C9B99A;
font-size:12px;
}
.knm_nav-muh{
gap:3px;
flex-direction:column;
display:flex;
}
.knm_nav_label-muh{
padding:6px 10px;
font-size:0.594rem;
letter-spacing:.14em;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#5A4E3C;
text-transform:uppercase;
}
.knm_nav_item-muh{
gap:0.688rem;
padding:0.625rem;
border-radius:9px;
font-size:14px;
color:#C9B99A;
align-items:center;
font-weight:500;
display:flex;
}
.knm_nav_item-muh svg{
width:1.063rem;
height:1.063rem;
}
.knm_nav_item-muh:hover{
background:rgba(251, 176, 59, 0.11);
color:#F5EDD8;
}
.knm_nav_item_on-muh{
background:rgba(251, 176, 59, 0.11);
color:#FBB03B;
font-weight:600;
}
.knm_side_foot-muh{
border-radius:13px;
background:#1A1610;
border:1px solid #332C20;
padding:0.75rem;
margin-top:auto;
}
.knm_side_foot-muh p{
font-size:12.5px;
margin-top:4px;
line-height:1.4;
color:#C9B99A;
}
/* ---------- topbar ---------- */
.knm_top-muh{
padding:0.875rem 1.75rem;
background:#130F0C;
gap:16px;
z-index:40;
position:sticky;
display:flex;
align-items:center;
top:0;
border-bottom:1px solid #252018;
}
.knm_top_brand-muh{
gap:0.563rem;
display:none;
align-items:center;
}
.knm_search-muh{
border-radius:13px;
border:1px solid #332C20;
gap:0.625rem;
background:#1A1610;
flex:1;
padding:0.688rem 0.875rem;
font-size:13.5px;
align-items:center;
color:#8A7A62;
display:flex;
max-width:27.5rem;
}
.knm_search-muh svg{
flex:none;
width:16px;
height:1rem;
}
.knm_top_actions-muh{
gap:12px;
display:flex;
margin-left:auto;
align-items:center;
}
.knm_lang-muh{
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:12px;
color:#C9B99A;
}
.knm_burger-muh{
border:1px solid #332C20;
background:#1A1610;
border-radius:9px;
display:none;
color:#F5EDD8;
align-items:center;
justify-content:center;
height:2.5rem;
width:40px;
}
/* ---------- bottom-nav (mobile) ---------- */
.knm_botnav-muh{
display:none;
}
@media(max-width:1023px){
.knm_side-muh{
transition:transform .25s ease;
transform:translateX(-100%);
height:100vh;
width:17.5rem;
top:0;
left:0;
position:fixed;
z-index:80;
}
.knm_drawer_cb-muh:checked~.knm_shell-muh .knm_side-muh{
transform:translateX(0);
}
.knm_top-muh{
padding:14px 16px;
gap:0.75rem;
position:static;
flex-wrap:wrap;
}
.knm_top_brand-muh{
display:flex;
}
.knm_search-muh{
display:none;
}
.knm_burger-muh{
display:flex;
}
.knm_top_actions-muh{
gap:10px;
width:100%;
align-items:stretch;
margin-left:0;
}
.knm_top_actions-muh .knm_lang-muh{
display:none;
}
.knm_top_actions-muh .knm_btn-muh{
flex:1;
padding:0.688rem 10px;
text-align:center;
}
.knm_botnav-muh{
padding:0.5rem 6px calc(8px + env(safe-area-inset-bottom));
background:#130F0C;
grid-template-columns:repeat(3,1fr);
border-top:1px solid #332C20;
left:0;
position:fixed;
bottom:0;
z-index:65;
display:grid;
transform:translateZ(0);
right:0;
}
.knm_bn-muh{
gap:4px;
padding:6px 2px 0;
min-width:0;
justify-content:flex-end;
color:#C9B99A;
font-weight:600;
flex-direction:column;
align-items:center;
display:flex;
font-size:10px;
}
.knm_bn-muh svg{
flex:none;
width:1.375rem;
height:22px;
}
.knm_bn-muh span{
overflow:hidden;
text-align:center;
text-overflow:ellipsis;
white-space:nowrap;
max-width:100%;
}
.knm_bn_on-muh{
color:#FBB03B;
}
.knm_bn_center-muh{
position:relative;
}
.knm_bn_fab-muh{
border-radius:50%;
background:#FBB03B;
top:-20px;
color:#1A0F00;
align-items:center;
justify-content:center;
width:50px;
left:50%;
display:flex;
box-shadow:0 0.5rem 2rem rgba(0, 0, 0, 0.65), 0 2px 0.5rem rgba(251, 176, 59, 0.18);
transform:translateX(-50%);
position:absolute;
height:50px;
}
.knm_bn_fab-muh svg{
width:1.5rem;
height:1.5rem;
}
.knm_bn_center-muh span{
color:#FBB03B;
}
}
.knm_btn-muh{
padding:0.688rem 1.375rem;
transition:background-color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease,color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
border-radius:0.563rem;
gap:0.5rem;
display:inline-flex;
cursor:pointer;
align-items:center;
font-weight:700;
font-size:14px;
font-family:"Inter", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
justify-content:center;
}
.knm_btn_pri-muh{
background:#FBB03B;
color:#1A0F00;
box-shadow:0 4px 18px rgba(251, 176, 59, 0.42), 0 2px 0.375rem rgba(251, 176, 59, 0.24);
}
.knm_btn_pri-muh:hover{
background:#E09B26;
}
.knm_btn_ghost-muh{
background:rgba(251, 176, 59, 0.11);
font-weight:600;
color:#F5EDD8;
}
.knm_btn_line-muh{
background:transparent;
border:1px solid #4A3F2C;
color:#F5EDD8;
font-weight:600;
}
.knm_btn_lg-muh{
padding:16px 30px;
border-radius:0.813rem;
font-size:0.938rem;
}
.knm_band-muh .knm_btn_line-muh{
border-color:rgba(255, 210, 120, 0.13);
color:#F5EDD8;
}
.knm_band-muh .knm_btn_ghost-muh{
background:rgba(255, 210, 120, 0.08);
color:#F5EDD8;
}
.knm_link_m-muh{
gap:5px;
font-size:0.75rem;
display:inline-flex;
align-items:center;
text-decoration:none;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#FBB03B;
cursor:pointer;
}
.knm_link_m-muh svg{
width:14px;
height:14px;
}
.knm_band-muh .knm_link_m-muh{
color:#FBB03B;
}
.knm_dot-muh{
border-radius:50%;
flex:none;
background:#FBB03B;
width:0.438rem;
height:0.438rem;
}
.knm_dot_live-muh{
animation:zm3-pulse 1.4s infinite;
background:#E03A2F;
}
.knm_stars-muh{
gap:2px;
color:#FBB03B;
display:inline-flex;
}
.knm_stars-muh svg{
height:0.938rem;
width:0.938rem;
}
.knm_chip-muh{
gap:0.375rem;
background:#1A1610;
border:1px solid #332C20;
border-radius:9px;
padding:7px 12px;
color:#C9B99A;
display:inline-flex;
font-size:0.688rem;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
align-items:center;
}
.knm_chip_on-muh{
border-color:transparent;
background:rgba(251, 176, 59, 0.11);
color:#FBB03B;
}
.knm_gc-muh{
display:block;
min-width:0;
text-decoration:none;
color:inherit;
cursor:pointer;
}
.knm_gc_thumb-muh{
border:1px solid #332C20;
border-radius:13px;
overflow:hidden;
background-size:cover;
aspect-ratio:1;
background-position:center;
display:block;
position:relative;
}
.knm_gc_thumb_portrait-muh{
aspect-ratio:3/4;
}
.knm_gc_thumb_wide-muh{
aspect-ratio:16/11;
}
.knm_gc_cap-muh{
background:linear-gradient(transparent,rgba(10, 8, 6, 0.72));
padding:0.563rem;
right:0;
left:0;
bottom:0;
position:absolute;
}
.knm_gc_name-muh{
font-size:12.5px;
display:block;
color:#F5EDD8;
font-weight:700;
}
.knm_gc_meta-muh{
font-size:0.688rem;
color:#B89E7A;
}
.knm_gc_badge-muh{
border-radius:9px;
padding:2px 6px;
background:#FBB03B;
top:8px;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#1A0F00;
font-weight:700;
right:0.5rem;
font-size:0.5rem;
position:absolute;
}
.knm_gc_badge_hot-muh{
background:#E03A2F;
color:#F5EDD8;
}
.knm_gc_badge_live-muh{
background:#E03A2F;
left:0.5rem;
right:auto;
color:#F5EDD8;
}
.knm_gc_mult-muh{
inset:0;
justify-content:center;
font-weight:700;
color:#FBB03B;
position:absolute;
align-items:center;
display:flex;
font-size:28px;
}
.knm_pc-muh{
border:1px solid #332C20;
border-radius:13px;
background:#1A1610;
color:#C9B99A;
align-items:center;
justify-content:center;
font-weight:700;
height:64px;
display:flex;
font-size:14px;
}
.knm_rail-muh{
min-width:0;
}
.knm_rail_scroll-muh{
gap:14px;
display:grid;
}
.knm_rail_scroll-muh>*{
min-width:0;
}
.knm_g6-muh{
grid-template-columns:repeat(6,1fr);
}
.knm_g7-muh{
grid-template-columns:repeat(7,1fr);
}
.knm_g4-muh{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1025px){
.knm_g6-muh,.knm_g7-muh{
grid-template-columns:none;
grid-auto-flow:column;
overflow-x:auto;
grid-auto-columns:7.5rem;
scroll-snap-type:x mandatory;
padding-bottom:0.375rem;
}
.knm_g6-muh>*,.knm_g7-muh>*{
scroll-snap-align:start;
}
.knm_g4-muh{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:557px){
.knm_g4-muh{
grid-template-columns:none;
overflow-x:auto;
grid-auto-flow:column;
grid-auto-columns:150px;
}
}
.knm_panel-muh{
padding:28px 2rem;
border:1px solid #332C20;
border-radius:1.25rem;
background:#1A1610;
}
.knm_split-muh{
gap:2.25rem;
align-items:start;
display:grid;
}
.knm_split-muh>*{
min-width:0;
}
.knm_split_a-muh{
grid-template-columns:.85fr 1.15fr;
}
.knm_split_b-muh{
grid-template-columns:1fr 1.1fr;
}
.knm_split_c-muh{
grid-template-columns:1.1fr .9fr;
}
.knm_pgrid-muh{
grid-template-columns:.9fr 1.1fr;
gap:40px;
display:grid;
align-items:center;
}
.knm_pgrid-muh>*{
min-width:0;
}
.knm_lead-muh{
color:#C9B99A;
font-size:15px;
line-height:1.65;
margin-bottom:14px;
}
.knm_feat-muh{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.knm_feat-muh>*{
min-width:0;
}
.knm_feat2-muh{
grid-template-columns:1fr 1fr;
}
.knm_feat_card-muh{
border:1px solid #332C20;
padding:1.625rem;
border-radius:20px;
background:#1A1610;
}
.knm_feat_card-muh svg{
height:1.625rem;
color:#FBB03B;
margin-bottom:1rem;
width:26px;
}
.knm_feat_card-muh h3{
font-size:18px;
margin-bottom:8px;
font-weight:700;
color:#F5EDD8;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.knm_feat_card-muh p{
font-size:13px;
color:#C9B99A;
line-height:1.6;
}
.knm_feat_card-muh b{
color:#F5EDD8;
}
.knm_big-muh{
gap:22px;
flex-wrap:wrap;
display:flex;
}
.knm_big_n-muh{
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
font-size:26px;
color:#FBB03B;
}
.knm_big_l-muh{
font-size:0.75rem;
color:#8A7A62;
}
.knm_person-muh{
gap:14px;
background:#1A1610;
border-radius:13px;
border:1px solid #332C20;
padding:16px 18px;
align-items:center;
display:flex;
}
.knm_avatar-muh{
flex:none;
border-radius:50%;
background:linear-gradient(135deg,#FBB03B,#C47D0A);
width:2.75rem;
height:2.75rem;
}
.knm_person_name-muh{
font-weight:700;
color:#F5EDD8;
font-size:0.875rem;
}
.knm_person_role-muh{
font-size:0.75rem;
color:#8A7A62;
}
.knm_kv-muh{
gap:1px;
border:1px solid #332C20;
border-radius:13px;
grid-template-columns:1fr 1fr;
overflow:hidden;
background:#332C20;
display:grid;
}
.knm_kv-muh>div{
padding:1rem 18px;
background:#0F0D0A;
min-width:0;
}
.knm_kv_k-muh{
margin-bottom:5px;
font-size:0.594rem;
color:#FBB03B;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
text-transform:uppercase;
}
.knm_kv_v-muh{
font-weight:700;
color:#F5EDD8;
font-size:0.844rem;
}
@media(max-width:1027px){
.knm_split_a-muh,.knm_split_b-muh,.knm_split_c-muh,.knm_pgrid-muh{
grid-template-columns:1fr;
gap:1.5rem;
}
.knm_feat-muh,.knm_feat2-muh{
grid-template-columns:1fr;
}
.knm_kv-muh{
grid-template-columns:1fr;
}
}
.knm_sh-muh{
min-width:0;
margin-bottom:1rem;
}
.knm_sh_row-muh{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
align-items:flex-end;
justify-content:space-between;
}
.knm_sh_row-muh .knm_sh_l-muh{
gap:0.375rem;
min-width:0;
display:flex;
flex-direction:column;
}
.knm_sh_stack-muh{
gap:0.625rem;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.knm_sh_center-muh{
gap:0.625rem;
text-align:center;
align-items:center;
flex-direction:column;
display:flex;
}
.knm_sh_h2-muh{
gap:0.563rem;
font-weight:700;
overflow-wrap:break-word;
align-items:center;
color:#F5EDD8;
line-height:1.1;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.25rem;
display:flex;
}
@media(min-width:765px){
.knm_sh_h2-muh{
font-size:1.5rem;
}
}
.knm_band-muh .knm_sh_h2-muh{
color:#F5EDD8;
}
.knm_eb_mono-muh{
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
text-transform:none;
letter-spacing:.08em;
}
.knm_eb_mono-muh::before{
content:"// ";
}
.knm_eb_upper-muh{
text-transform:uppercase;
letter-spacing:.14em;
}
.knm_eb_pill-muh{
background:rgba(251, 176, 59, 0.11);
padding:5px 11px;
border-radius:999px;
text-transform:uppercase;
letter-spacing:.12em;
}
.knm_eb_line-muh{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.knm_eb_line-muh::before{
background:#FBB03B;
height:1px;
display:inline-block;
content:"";
width:1.5rem;
}
.knm_band-muh .knm_eb_line-muh::before{
background:#FBB03B;
}
.knm_band-muh .knm_eb_pill-muh{
background:rgba(255, 210, 120, 0.08);
}
.knm_sh_link-muh{
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;
font-weight:600;
color:#F5EDD8;
font-size:0.813rem;
align-items:center;
border-bottom:1px solid #F5EDD8;
padding-bottom:2px;
white-space:nowrap;
display:inline-flex;
}
.knm_sh_link-muh:hover{
border-color:#FBB03B;
color:#FBB03B;
}
.knm_sh_link-muh svg{
height:0.875rem;
width:0.875rem;
}
.knm_sh_link_chev-muh{
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
padding-bottom:0;
border-bottom:0;
color:#FBB03B;
font-size:0.75rem;
}
.knm_sh_link_btn-muh{
background:#FBB03B;
padding:9px 18px;
border-radius:999px;
border-bottom:0;
color:#1A0F00;
}
.knm_sh_link_btn-muh:hover{
border-color:transparent;
background:#E09B26;
}
.knm_band-muh .knm_sh_link-muh{
border-color:#F5EDD8;
color:#F5EDD8;
}
.knm_band-muh .knm_sh_link_chev-muh{
color:#FBB03B;
}
.knm_sh_rule-muh{
margin:-2px 0 16px;
background:#332C20;
height:1px;
}
.knm_band-muh .knm_sh_rule-muh{
background:rgba(255, 210, 120, 0.13);
}
.knm_seo_grid3-muh{
gap:1.25rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.knm_seo_grid4-muh{
gap:0.813rem;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.knm_seo_grid3-muh>*,.knm_seo_grid4-muh>*{
min-width:0;
}
.knm_seo_card-muh{
padding:24px;
border-radius:0.813rem;
border:1px solid #332C20;
background:#1A1610;
}
.knm_seo_card-muh h3{
margin-bottom:8px;
font-size:18px;
color:#F5EDD8;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
}
.knm_seo_card-muh p{
color:#C9B99A;
line-height:1.6;
font-size:0.813rem;
}
.knm_seo_card_sm-muh{
padding:1.25rem;
}
.knm_seo_card_sm-muh h3{
font-size:1rem;
}
.knm_seo_card_sm-muh p{
line-height:1.55;
font-size:0.781rem;
}
.knm_seo_rtp_row-muh{
grid-template-columns:1fr 1fr;
gap:2.25rem;
align-items:center;
margin-top:16px;
display:grid;
}
.knm_rtp-muh{
gap:14px;
display:flex;
min-width:0;
}
.knm_rtp-muh>div{
flex:1;
background:#0F0D0A;
padding:1rem;
border-radius:13px;
min-width:0;
text-align:center;
}
.knm_rtp_n-muh{
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
color:#FBB03B;
white-space:nowrap;
font-size:1.625rem;
}
.knm_rtp_l-muh{
color:#8A7A62;
font-size:0.688rem;
margin-top:4px;
}
.knm_cmp-muh{
border:1px solid #332C20;
overflow:hidden;
border-radius:13px;
max-width:760px;
}
.knm_cmp_row-muh{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
font-size:0.813rem;
}
.knm_cmp_row-muh>div{
padding:13px 0.875rem;
text-align:center;
min-width:0;
}
.knm_cmp_row-muh>div:first-child{
font-weight:600;
color:#F5EDD8;
text-align:left;
padding-left:22px;
}
.knm_cmp_th-muh{
background:#0F0D0A;
font-weight:700;
font-size:0.781rem;
}
.knm_cmp_row-muh:not(.knm_cmp_th-muh){
background:#1A1610;
color:#C9B99A;
border-top:1px solid #252018;
}
.knm_cmp_zebra-muh{
background:#141109;
}
.knm_guide-muh{
border-radius:13px;
border:1px solid #332C20;
background:#1A1610;
overflow:hidden;
cursor:pointer;
}
.knm_guide_cover-muh{
height:8.125rem;
}
.knm_guide_body-muh{
padding:1.25rem;
}
.knm_guide_body-muh h3{
margin:0.438rem 0 9px;
font-size:16px;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#F5EDD8;
font-weight:700;
line-height:1.25;
}
.knm_guide_meta-muh{
color:#8A7A62;
font-size:0.719rem;
}
.knm_hub-muh{
gap:28px;
grid-template-columns:repeat(5,1fr);
display:grid;
padding-top:28px;
border-top:1px solid #252018;
}
.knm_hub-muh>*{
min-width:0;
}
.knm_hub-muh h4{
color:#F5EDD8;
margin-bottom:11px;
font-size:0.813rem;
font-weight:700;
}
.knm_hub_col-muh{
gap:0.5rem;
font-size:13px;
flex-direction:column;
color:#C9B99A;
display:flex;
}
.knm_hub_col-muh a{
cursor:pointer;
}
@media(max-width:1021px){
.knm_seo_grid3-muh{
grid-template-columns:1fr;
}
.knm_seo_grid4-muh{
grid-template-columns:repeat(2,1fr);
}
.knm_seo_rtp_row-muh{
grid-template-columns:1fr;
gap:1.25rem;
}
.knm_hub-muh{
gap:22px;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:562px){
.knm_hub-muh{
grid-template-columns:1fr;
}
}
.knm_tk-muh{
overflow:hidden;
background:#0A0806;
border-bottom:1px solid #252018;
align-items:center;
display:flex;
}
.knm_tk_tag-muh{
background:#1A1610;
padding:0.688rem 18px;
flex:none;
gap:0.5rem;
color:#E03A2F;
font-size:0.656rem;
letter-spacing:.1em;
font-weight:600;
text-transform:uppercase;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
align-items:center;
border-right:1px solid #252018;
display:flex;
}
.knm_tk_rail-muh{
overflow:hidden;
flex:1;
}
.knm_tk_track-muh{
padding:11px 0.875rem;
animation:zm3-marquee 26s linear infinite;
gap:1.75rem;
display:flex;
white-space:nowrap;
color:#C9B99A;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
width:max-content;
font-size:0.75rem;
}
.knm_tk_track-muh b{
color:#FBB03B;
}
.knm_hero-muh{
background:linear-gradient(120deg,#1C1408,#0E1420);
border-radius:20px;
padding:46px 48px;
border:1px solid #332C20;
overflow:hidden;
color:#F5EDD8;
position:relative;
}
.knm_hero_glow-muh{
border-radius:50%;
background:radial-gradient(circle,rgba(251, 176, 59, 0.22),transparent 70%);
height:21.25rem;
top:-60px;
right:-3.75rem;
width:340px;
position:absolute;
}
.knm_hero_in-muh{
position:relative;
max-width:600px;
}
.knm_hero-muh .knm_eyebrow-muh{
color:#FBB03B;
}
.knm_pill_row-muh{
padding:6px 13px;
border:1px solid rgba(255, 210, 120, 0.13);
background:rgba(255, 210, 120, 0.08);
gap:0.5rem;
border-radius:62.438rem;
display:inline-flex;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
align-items:center;
margin-bottom:22px;
color:#FBB03B;
letter-spacing:.1em;
font-size:0.656rem;
text-transform:uppercase;
}
.knm_hero_h1-muh{
margin:1.125rem 0;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
letter-spacing:-.02em;
font-size:54px;
overflow-wrap:break-word;
line-height:1.02;
color:#F5EDD8;
}
.knm_hero_h1-muh em{
color:#FBB03B;
font-style:normal;
}
.knm_hero_sub-muh{
font-size:17px;
line-height:1.55;
max-width:480px;
color:#B89E7A;
margin-bottom:1.75rem;
}
.knm_hero_cta-muh{
gap:0.875rem;
flex-wrap:wrap;
display:flex;
margin-bottom:26px;
align-items:center;
}
.knm_hero_trust-muh{
gap:14px;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.knm_hero_rating_txt-muh{
font-size:0.813rem;
color:#B89E7A;
}
@media(max-width:1021px){
.knm_hero-muh{
padding:2rem 1.5rem;
}
.knm_hero_h1-muh{
font-size:2.375rem;
}
}
@media(max-width:558px){
.knm_hero_h1-muh{
font-size:1.875rem;
}
}
.knm_stat-muh{
grid-template-columns:repeat(4,1fr);
gap:0.875rem;
display:grid;
}
.knm_stat-muh>*{
min-width:0;
}
.knm_stat_item-muh{
border-radius:0.813rem;
border:1px solid #332C20;
padding:1.125rem 20px;
background:#1A1610;
}
.knm_stat_k-muh{
font-size:9.5px;
margin-bottom:7px;
letter-spacing:.12em;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#8A7A62;
text-transform:uppercase;
}
.knm_stat_v-muh{
gap:8px;
font-weight:700;
align-items:center;
font-size:24px;
display:flex;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
overflow-wrap:anywhere;
min-width:0;
color:#F5EDD8;
}
.knm_stat_v_accent-muh{
color:#FBB03B;
}
@media(max-width:1021px){
.knm_stat-muh{
grid-template-columns:repeat(2,1fr);
}
}
.knm_wlc-muh{
gap:1.5rem;
padding:36px 40px;
grid-template-columns:1.2fr .8fr;
border-radius:1.25rem;
border:1px solid #332C20;
background:linear-gradient(120deg,#1C1408,#0E1420);
overflow:hidden;
display:grid;
position:relative;
align-items:center;
color:#F5EDD8;
}
.knm_wlc-muh>*{
min-width:0;
}
.knm_wlc-muh .knm_eyebrow-muh{
color:#FBB03B;
}
.knm_wlc_glow-muh{
border-radius:50%;
background:radial-gradient(circle,rgba(251, 176, 59, 0.22),transparent 70%);
right:-40px;
position:absolute;
top:-40px;
width:260px;
height:260px;
}
.knm_wlc_in-muh{
position:relative;
}
.knm_wlc_h2-muh{
margin:10px 0 0.5rem;
overflow-wrap:break-word;
font-weight:700;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.03;
font-size:2.125rem;
color:#F5EDD8;
}
.knm_wlc_h2-muh em{
font-style:normal;
color:#FBB03B;
}
.knm_wlc_sub-muh{
font-size:14px;
max-width:26.25rem;
line-height:1.55;
color:#B89E7A;
margin-bottom:18px;
}
.knm_wlc_terms-muh{
gap:0.625rem;
flex-direction:column;
display:flex;
position:relative;
}
.knm_term-muh{
border:1px solid rgba(255, 210, 120, 0.13);
gap:0.688rem;
padding:13px 0.938rem;
background:rgba(255, 210, 120, 0.08);
border-radius:13px;
display:flex;
align-items:center;
}
.knm_term-muh svg{
flex:none;
color:#FBB03B;
height:20px;
width:1.25rem;
}
.knm_term_k-muh{
font-size:0.594rem;
text-transform:uppercase;
letter-spacing:.1em;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#B89E7A;
}
.knm_term_v-muh{
font-weight:700;
margin-top:2px;
font-size:14px;
color:#F5EDD8;
}
@media(max-width:1022px){
.knm_wlc-muh{
grid-template-columns:1fr;
}
}
@media(max-width:563px){
.knm_wlc_h2-muh{
font-size:1.625rem;
}
}
.knm_jp-muh{
gap:0.875rem;
grid-template-columns:1.5fr 1fr 1fr;
display:grid;
}
.knm_jp-muh>*{
min-width:0;
}
.knm_jp_hero-muh{
background:linear-gradient(135deg,#1C1408,#0E1420);
gap:14px;
padding:26px;
border-radius:20px;
border:1px solid #332C20;
overflow:hidden;
display:flex;
flex-direction:column;
min-height:180px;
position:relative;
color:#F5EDD8;
justify-content:space-between;
}
.knm_jp_glow-muh{
background:radial-gradient(circle,rgba(251, 176, 59, 0.22),transparent 70%);
border-radius:50%;
right:-2.5rem;
position:absolute;
height:180px;
top:-2.5rem;
width:180px;
}
.knm_jp_k_row-muh{
gap:0.625rem;
position:relative;
align-items:center;
justify-content:space-between;
display:flex;
}
.knm_jp_k-muh{
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
letter-spacing:.12em;
color:#8A7A62;
font-size:0.625rem;
text-transform:uppercase;
}
.knm_jp_hero-muh .knm_jp_k-muh{
color:#B89E7A;
}
.knm_jp_amt-muh{
position:relative;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1;
font-size:2.625rem;
font-weight:700;
color:#FBB03B;
}
.knm_jp_sub-muh{
margin-top:5px;
font-size:0.75rem;
color:#B89E7A;
}
.knm_jp_cell-muh{
padding:22px;
background:#1A1610;
border-radius:20px;
border:1px solid #332C20;
flex-direction:column;
justify-content:space-between;
min-height:180px;
display:flex;
}
.knm_jp_cell-muh .knm_jp_amt-muh{
color:#F5EDD8;
font-size:1.875rem;
}
.knm_jp_cell-muh .knm_jp_sub-muh{
color:#8A7A62;
}
@media(max-width:1022px){
.knm_jp-muh{
grid-template-columns:1fr;
}
}
@media(max-width:559px){
.knm_jp_amt-muh{
font-size:32px;
}
}
.knm_tour-muh{
overflow:hidden;
border:1px solid #332C20;
border-radius:20px;
grid-template-columns:1.05fr 1fr;
display:grid;
}
.knm_tour-muh>*{
min-width:0;
}
.knm_tour_l-muh{
overflow:hidden;
background:linear-gradient(135deg,#1C1408,#0E1420);
padding:34px;
color:#F5EDD8;
position:relative;
}
.knm_tour_h2-muh{
margin:12px 0 0.625rem;
color:#F5EDD8;
font-weight:700;
font-size:30px;
line-height:1.05;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.knm_tour_h2-muh em{
font-style:normal;
color:#FBB03B;
}
.knm_tour_text-muh{
font-size:0.844rem;
margin-bottom:20px;
max-width:340px;
color:#B89E7A;
line-height:1.6;
}
.knm_tour_meta-muh{
gap:18px;
display:flex;
flex-wrap:wrap;
align-items:flex-end;
margin-bottom:1.25rem;
}
.knm_tour_cap-muh{
font-size:9.5px;
text-transform:uppercase;
color:#B89E7A;
margin-bottom:5px;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.knm_count-muh{
gap:6px;
display:flex;
}
.knm_count-muh span{
border:1px solid rgba(255, 210, 120, 0.13);
border-radius:9px;
background:rgba(255, 210, 120, 0.08);
padding:0.25rem 9px;
font-weight:700;
font-size:22px;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.knm_tour_units-muh{
color:#B89E7A;
font-size:0.625rem;
}
.knm_board-muh{
padding:28px 1.875rem;
background:#1A1610;
}
.knm_board_head-muh{
margin-bottom:0.875rem;
align-items:center;
justify-content:space-between;
display:flex;
}
.knm_board_title-muh{
font-weight:700;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#F5EDD8;
font-size:16px;
}
.knm_board_upd-muh{
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#8A7A62;
font-size:10px;
text-transform:uppercase;
}
.knm_board_list-muh{
gap:2px;
display:flex;
flex-direction:column;
}
.knm_board_row-muh{
gap:0.75rem;
padding:10px 12px;
border-radius:0.563rem;
display:flex;
align-items:center;
}
.knm_board_top1-muh{
background:rgba(251, 176, 59, 0.11);
}
.knm_board_rk-muh{
font-size:0.875rem;
color:#8A7A62;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
width:1.25rem;
font-weight:700;
}
.knm_board_top1-muh .knm_board_rk-muh{
color:#FBB03B;
}
.knm_board_nm-muh{
flex:1;
color:#C9B99A;
font-size:13.5px;
font-weight:600;
min-width:0;
}
.knm_board_top1-muh .knm_board_nm-muh{
color:#F5EDD8;
font-weight:700;
}
.knm_board_pt-muh{
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:0.781rem;
color:#C9B99A;
}
@media(max-width:1025px){
.knm_tour-muh{
grid-template-columns:1fr;
}
}
@media(max-width:558px){
.knm_tour_h2-muh{
font-size:1.5rem;
}
}
.knm_pay_logos-muh{
grid-template-columns:repeat(4,1fr);
gap:0.563rem;
display:grid;
}
.knm_pay_logos-muh>*{
min-width:0;
}
.knm_pay-muh{
border:1px solid #332C20;
border-radius:9px;
align-items:center;
color:#C9B99A;
font-size:12px;
height:3rem;
display:flex;
justify-content:center;
font-weight:700;
}
.knm_table-muh{
overflow:hidden;
border:1px solid #332C20;
border-radius:0.813rem;
}
.knm_trow-muh{
grid-template-columns:1.3fr 1fr 1fr 1fr;
font-size:13px;
display:grid;
}
.knm_trow-muh>div{
padding:13px 14px;
min-width:0;
}
.knm_trow-muh>div:first-child{
padding-left:16px;
font-weight:700;
color:#F5EDD8;
}
.knm_trow_th-muh{
background:#0F0D0A;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
letter-spacing:.06em;
font-size:9.5px;
text-transform:uppercase;
color:#8A7A62;
}
.knm_trow-muh:not(.knm_trow_th-muh){
background:#1A1610;
border-top:1px solid #252018;
color:#C9B99A;
}
.knm_trow_zebra-muh{
background:#141109;
}
.knm_pos-muh{
font-weight:700;
color:#FBB03B;
}
@media(max-width:1024px){
.knm_pay_logos-muh{
grid-template-columns:repeat(2,1fr);
}
}
.knm_banner-muh{
border:1px solid #332C20;
padding:2.25rem 2.5rem;
overflow:hidden;
gap:28px;
background:linear-gradient(115deg,#1C1408,#0E1420);
border-radius:20px;
align-items:center;
color:#F5EDD8;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
position:relative;
}
.knm_banner_glow-muh{
border-radius:50%;
background:radial-gradient(circle,rgba(251, 176, 59, 0.22),transparent 68%);
width:12.5rem;
transform:translateY(-50%);
position:absolute;
height:200px;
right:80px;
top:50%;
}
.knm_banner_in-muh{
max-width:560px;
position:relative;
}
.knm_banner-muh .knm_eyebrow-muh{
color:#FBB03B;
}
.knm_banner_h2-muh{
margin:0.625rem 0;
font-size:30px;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.05;
color:#F5EDD8;
font-weight:700;
}
.knm_banner_text-muh{
color:#B89E7A;
font-size:0.875rem;
line-height:1.6;
}
@media(max-width:560px){
.knm_banner_h2-muh{
font-size:1.5rem;
}
}
.knm_gm-muh{
gap:16px;
grid-template-columns:1.3fr 1fr;
display:grid;
}
.knm_gm-muh>*{
min-width:0;
}
.knm_gm_panel-muh{
padding:28px;
background:#1A1610;
border-radius:20px;
border:1px solid #332C20;
}
.knm_gm_h2-muh{
margin:10px 0 0.5rem;
font-weight:700;
font-size:24px;
color:#F5EDD8;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.knm_gm_text-muh{
line-height:1.6;
margin-bottom:1.25rem;
max-width:440px;
color:#C9B99A;
font-size:13.5px;
}
.knm_gm_level-muh{
gap:0.875rem;
margin-bottom:1rem;
display:flex;
align-items:center;
}
.knm_gm_lv-muh{
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#FBB03B;
font-weight:700;
font-size:1.5rem;
}
.knm_gm_bar_wrap-muh{
flex:1;
min-width:0;
}
.knm_gm_bar_meta-muh{
font-size:0.625rem;
display:flex;
color:#8A7A62;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
justify-content:space-between;
margin-bottom:5px;
}
.knm_bar-muh{
overflow:hidden;
background:#0F0D0A;
border-radius:62.438rem;
height:0.5rem;
}
.knm_bar_fill-muh{
background:linear-gradient(90deg,#FBB03B,#C47D0A);
border-radius:62.438rem;
height:100%;
display:block;
}
.knm_gm_missions-muh{
gap:0.563rem;
flex-wrap:wrap;
display:flex;
}
.knm_gm_refer-muh{
padding:1.75rem;
overflow:hidden;
background:linear-gradient(150deg,#1C1408,#0E1420);
border:1px solid #332C20;
border-radius:1.25rem;
display:flex;
flex-direction:column;
position:relative;
justify-content:space-between;
color:#F5EDD8;
}
.knm_gm_refer-muh .knm_eyebrow-muh{
color:#FBB03B;
}
.knm_gm_ref_h2-muh{
margin:10px 0 0.5rem;
font-size:1.5rem;
color:#F5EDD8;
line-height:1.1;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
}
.knm_gm_ref_h2-muh em{
color:#FBB03B;
font-style:normal;
}
.knm_gm_ref_text-muh{
color:#B89E7A;
margin-bottom:1.125rem;
line-height:1.55;
font-size:13px;
}
@media(max-width:1021px){
.knm_gm-muh{
grid-template-columns:1fr;
}
}
.knm_app-muh{
gap:36px;
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:space-between;
}
.knm_app_copy-muh{
max-width:32.5rem;
}
.knm_app_h2-muh{
margin:12px 0 10px;
line-height:1.05;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
font-size:28px;
color:#F5EDD8;
}
.knm_app_text-muh{
line-height:1.6;
font-size:14px;
margin-bottom:20px;
color:#C9B99A;
}
.knm_app_btns-muh{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.knm_store-muh{
padding:0.688rem 1.125rem;
gap:9px;
border:1px solid #332C20;
border-radius:13px;
background:#0F0D0A;
display:inline-flex;
align-items:center;
font-size:0.813rem;
color:#F5EDD8;
font-weight:700;
cursor:pointer;
}
.knm_store-muh svg{
height:16px;
width:16px;
}
.knm_app_qr_wrap-muh{
gap:16px;
align-items:center;
display:flex;
}
.knm_qr-muh{
padding:11px;
border:1px solid #332C20;
gap:3px;
background:#0F0D0A;
grid-template-rows:repeat(5,1fr);
border-radius:13px;
grid-template-columns:repeat(5,1fr);
width:108px;
height:6.75rem;
display:grid;
}
.knm_qr-muh i{
background:transparent;
}
.knm_qr_f-muh{
background:#FBB03B;
}
.knm_app_qr_cap-muh{
color:#8A7A62;
font-size:0.75rem;
line-height:1.4;
max-width:84px;
}
.knm_dw_h2-muh{
line-height:1.08;
font-weight:700;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
margin-bottom:0.625rem;
font-size:1.625rem;
color:#F5EDD8;
}
.knm_steps_v-muh{
gap:0.625rem;
grid-template-columns:1fr;
}
.knm_steps_v-muh .knm_step-muh{
padding:1.125rem 1.25rem;
}
@media(max-width:559px){
.knm_dw_h2-muh{
font-size:1.438rem;
}
}
.knm_vip_head-muh{
gap:12px;
align-items:flex-end;
flex-wrap:wrap;
display:flex;
justify-content:space-between;
margin-bottom:18px;
}
.knm_vip_intro-muh{
font-size:13px;
max-width:26.25rem;
color:#C9B99A;
}
.knm_vip-muh{
gap:0.75rem;
grid-template-columns:repeat(5,1fr);
display:grid;
}
.knm_vip-muh>*{
min-width:0;
}
.knm_tier-muh{
border:1px solid #332C20;
background:#1A1610;
padding:1.25rem;
border-radius:0.813rem;
}
.knm_tier_on-muh{
background:rgba(251, 176, 59, 0.11);
border-color:#FBB03B;
}
.knm_tier_medal-muh{
border-radius:9px;
background:linear-gradient(135deg,#FBB03B,#C47D0A);
height:30px;
width:1.875rem;
margin-bottom:14px;
}
.knm_tier_name-muh{
color:#F5EDD8;
margin-bottom:5px;
font-weight:700;
font-size:0.938rem;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.knm_tier_tx-muh{
line-height:1.5;
color:#8A7A62;
font-size:0.719rem;
}
@media(max-width:1021px){
.knm_vip-muh{
grid-template-columns:repeat(2,1fr);
}
}
.knm_promo_grid-muh{
gap:1rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.knm_promo_grid-muh>*{
min-width:0;
}
.knm_promo-muh{
background:#1A1610;
overflow:hidden;
padding:1.5rem;
border-radius:20px;
border:1px solid #332C20;
min-height:9.375rem;
position:relative;
}
.knm_promo_h-muh{
font-size:1.625rem;
color:#F5EDD8;
line-height:1.05;
margin-top:6px;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
}
.knm_promo_h-muh em{
color:#FBB03B;
font-style:normal;
}
.knm_promo_p-muh{
line-height:1.5;
margin-top:8px;
color:#C9B99A;
font-size:0.781rem;
}
.knm_promo_feat-muh{
border-color:#332C20;
background:linear-gradient(135deg,#1C1408,#0E1420);
}
.knm_promo_feat-muh .knm_promo_h-muh{
color:#F5EDD8;
}
.knm_promo_feat-muh .knm_promo_h-muh em{
color:#FBB03B;
}
.knm_promo_feat-muh .knm_promo_p-muh{
color:#B89E7A;
}
.knm_promo_feat-muh .knm_eyebrow-muh{
color:#FBB03B;
}
@media(max-width:1024px){
.knm_promo_grid-muh{
grid-template-columns:1fr;
}
}
.knm_steps-muh{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.knm_steps-muh>*{
min-width:0;
}
.knm_step-muh{
border:1px solid #332C20;
border-radius:0.813rem;
background:#1A1610;
padding:1.5rem;
position:relative;
}
.knm_step_num-muh{
border-radius:0.563rem;
background:#FBB03B;
margin-bottom:0.875rem;
font-weight:700;
display:flex;
justify-content:center;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#1A0F00;
height:1.875rem;
font-size:13px;
width:30px;
align-items:center;
}
.knm_step_h-muh{
font-weight:700;
font-size:16px;
margin-bottom:0.438rem;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#F5EDD8;
}
.knm_step_p-muh{
color:#C9B99A;
font-size:13px;
line-height:1.55;
}
@media(max-width:1025px){
.knm_steps-muh{
grid-template-columns:1fr;
}
}
.knm_supp-muh{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.knm_supp-muh>*{
min-width:0;
}
.knm_supp_card-muh{
background:#1A1610;
border-radius:13px;
padding:1.5rem;
border:1px solid #332C20;
}
.knm_supp_card-muh svg{
color:#FBB03B;
margin-bottom:14px;
height:24px;
width:1.5rem;
}
.knm_supp_card-muh h3{
margin-bottom:6px;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
font-size:16px;
color:#F5EDD8;
}
.knm_supp_card-muh p{
color:#C9B99A;
line-height:1.55;
font-size:0.813rem;
}
@media(max-width:1024px){
.knm_supp-muh{
grid-template-columns:1fr;
}
}
.knm_rc-muh{
gap:2rem;
grid-template-columns:1fr 1fr 1fr;
display:grid;
}
.knm_rc-muh>*{
min-width:0;
}
.knm_rc_awards-muh{
gap:11px;
display:flex;
flex-direction:column;
}
.knm_award-muh{
gap:11px;
display:flex;
align-items:center;
}
.knm_award-muh svg{
flex:none;
width:18px;
height:1.125rem;
color:#F0C040;
}
.knm_award_t-muh{
font-weight:700;
color:#F5EDD8;
font-size:0.844rem;
}
.knm_award_s-muh{
color:#8A7A62;
font-size:11.5px;
}
.knm_rc_press-muh{
gap:0.625rem;
grid-template-columns:1fr 1fr;
display:grid;
}
.knm_logo_cell-muh{
border:1px solid #332C20;
border-radius:0.563rem;
font-size:0.813rem;
font-weight:700;
color:#C9B99A;
align-items:center;
justify-content:center;
display:flex;
height:3rem;
}
.knm_rc_partner-muh{
background:#1A1610;
padding:20px;
border:1px solid #332C20;
border-radius:13px;
}
.knm_rc_partner_name-muh{
color:#F5EDD8;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
font-size:18px;
margin-bottom:0.375rem;
}
.knm_rc_partner_text-muh{
line-height:1.55;
color:#C9B99A;
font-size:0.781rem;
}
@media(max-width:1025px){
.knm_rc-muh{
gap:1.375rem;
grid-template-columns:1fr;
}
.knm_rc_press-muh{
grid-template-columns:repeat(4,1fr);
}
}
.knm_et_h2-muh{
margin:0.625rem 0 0.875rem;
font-size:28px;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#F5EDD8;
font-weight:700;
line-height:1.08;
}
.knm_et_right-muh{
gap:10px;
flex-direction:column;
display:flex;
}
.knm_et_updated-muh{
gap:0.625rem;
border:1px solid #332C20;
padding:14px 1.125rem;
background:#0F0D0A;
border-radius:13px;
font-size:0.75rem;
display:flex;
color:#C9B99A;
align-items:center;
}
.knm_et_updated-muh svg{
flex:none;
height:15px;
color:#FBB03B;
width:0.938rem;
}
.knm_et_updated-muh b{
color:#F5EDD8;
}
@media(max-width:562px){
.knm_et_h2-muh{
font-size:1.5rem;
}
}
.knm_provs-muh{
gap:12px;
grid-template-columns:repeat(6,1fr);
display:grid;
margin-bottom:28px;
}
.knm_provs-muh>*{
min-width:0;
}
.knm_prov-muh{
border:1px solid #332C20;
background:#1A1610;
padding:12px;
border-radius:13px;
display:flex;
text-decoration:none;
height:4rem;
justify-content:center;
align-items:center;
}
.knm_prov_img-muh{
max-height:32px;
object-fit:contain;
max-width:100%;
}
.knm_resp-muh{
background:#1A1610;
gap:1.5rem;
padding:26px;
border-radius:0.813rem;
border:1px solid #332C20;
flex-wrap:wrap;
display:flex;
justify-content:space-between;
align-items:center;
}
.knm_resp_in-muh{
max-width:560px;
}
.knm_resp_h-muh{
margin-bottom:0.5rem;
color:#F5EDD8;
font-size:1.188rem;
font-weight:700;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.knm_resp_p-muh{
font-size:0.844rem;
line-height:1.6;
color:#C9B99A;
}
.knm_resp_badges-muh{
gap:0.875rem;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.knm_age18-muh{
border-radius:0.563rem;
padding:0.25rem 0.5rem;
border:1.5px solid #E03A2F;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:13px;
color:#E03A2F;
font-weight:700;
}
.knm_resp_org-muh{
font-weight:600;
color:#8A7A62;
font-size:0.813rem;
}
@media(max-width:1022px){
.knm_provs-muh{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:563px){
.knm_provs-muh{
grid-template-columns:repeat(2,1fr);
}
}
.knm_ab_h2-muh{
margin:0.875rem 0 1rem;
font-size:32px;
font-weight:700;
line-height:1.08;
color:#F5EDD8;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.knm_ab_body-muh{
margin-bottom:14px;
color:#C9B99A;
line-height:1.65;
font-size:0.938rem;
}
.knm_ab_chips-muh{
gap:10px;
flex-wrap:wrap;
margin-top:0.5rem;
display:flex;
}
.knm_faq-muh{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.knm_faq_item-muh{
background:#1A1610;
border:1px solid #332C20;
padding:1.125rem 22px;
border-radius:0.813rem;
}
.knm_faq_q-muh{
list-style:none;
gap:1rem;
font-size:0.969rem;
justify-content:space-between;
display:flex;
align-items:center;
cursor:pointer;
color:#F5EDD8;
font-weight:600;
}
.knm_faq_q-muh::-webkit-details-marker{
display:none;
}
.knm_faq_q_t-muh{
gap:0.625rem;
display:flex;
}
.knm_faq_q_i-muh{
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#FBB03B;
font-style:normal;
}
.knm_faq_pm-muh{
font-size:1.25rem;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#FBB03B;
}
.knm_faq_item-muh[open] .knm_faq_pm-muh{
transform:rotate(45deg);
}
.knm_faq_a-muh{
line-height:1.6;
margin-top:12px;
color:#C9B99A;
font-size:13.5px;
}
@media(max-width:561px){
.knm_ab_h2-muh{
font-size:1.625rem;
}
}
.knm_op_h2-muh{
margin:0.625rem 0 0.5rem;
font-weight:700;
font-size:24px;
color:#F5EDD8;
font-family:"Inter", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.1;
}
.knm_op_text-muh{
line-height:1.6;
color:#C9B99A;
font-size:0.844rem;
}
@media(max-width:563px){
.knm_op_h2-muh{
font-size:22px;
}
}
.knm_footer-muh{
padding:2.5rem 28px;
background:#0A0806;
border-top:1px solid #252018;
}
.knm_footer_grid-muh{
gap:2rem;
grid-template-columns:1.4fr 1fr 1fr 1fr;
margin-bottom:28px;
display:grid;
margin-left:auto;
margin-right:auto;
max-width:87.5rem;
}
.knm_footer_grid-muh>*{
min-width:0;
}
.knm_footer_grid-muh h4{
text-transform:uppercase;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
letter-spacing:.12em;
margin-bottom:13px;
font-size:10px;
color:#5A4E3C;
}
.knm_fcol-muh{
gap:9px;
color:#C9B99A;
display:flex;
font-size:0.813rem;
flex-direction:column;
}
.knm_fcol-muh a{
cursor:pointer;
}
.knm_ft_about-muh{
margin-top:0.75rem;
font-size:0.813rem;
line-height:1.6;
color:#8A7A62;
max-width:16.25rem;
}
.knm_ft_contact-muh{
font-size:12.5px;
overflow-wrap:anywhere;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#FBB03B;
margin-top:12px;
}
.knm_footer_bottom-muh{
margin:0 auto;
gap:1rem;
align-items:center;
max-width:1400px;
flex-wrap:wrap;
display:flex;
border-top:1px solid #252018;
justify-content:space-between;
padding-top:1.25rem;
}
.knm_footer_bottom-muh p{
line-height:1.6;
font-size:0.688rem;
color:#5A4E3C;
max-width:45rem;
}
@media(max-width:1021px){
.knm_footer_grid-muh{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:557px){
.knm_footer_grid-muh{
grid-template-columns:1fr;
}
}