*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#FAF7FB;
overflow-wrap:break-word;
color:#3D2550;
line-height:1.55;
font-size:0.938rem;
text-rendering:optimizeLegibility;
font-family:"Work Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
-webkit-font-smoothing:antialiased;
}
img{
display:block;
max-width:100%;
}
a{
text-decoration:none;
color:inherit;
}
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(20, 8, 30, 0.72);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.kanshell-bwe{
grid-template-columns:15.5rem 1fr;
display:grid;
min-height:100vh;
}
.kanmain-bwe{
min-width:0;
}
.kanwrap-bwe{
margin:0 auto;
max-width:1400px;
width:100%;
}
.kancontainer-bwe{
margin:0 auto;
padding:0 16px;
max-width:87.5rem;
width:100%;
}
@media(min-width:765px){
.kancontainer-bwe{
padding:0 28px;
}
}
.kansection-bwe{
padding:1.5rem 28px;
}
.kansection_pt-bwe{
padding-top:2.125rem;
}
.kanband_soft-bwe{
background:#F3EEF5;
}
.kaneyebrow-bwe{
display:inline-block;
line-height:1.4;
color:#A8148A;
letter-spacing:.14em;
overflow-wrap:break-word;
text-transform:uppercase;
font-family:"Work Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:10.5px;
font-weight:600;
}
.kandrawer_cb-bwe{
display:none;
}
.kanoverlay-bwe{
display:none;
}
@media(max-width:1024px){
.kanshell-bwe{
grid-template-columns:1fr;
}
.kanmain-bwe{
padding-bottom:78px;
}
.kandrawer_cb-bwe:checked~.kanoverlay-bwe{
inset:0;
background:rgba(20, 8, 30, 0.72);
position:fixed;
z-index:70;
display:block;
}
}
@media(max-width:561px){
.kansection-bwe{
padding:1.125rem 16px;
}
.kansection_pt-bwe{
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 ---------- */
.kanside-bwe{
padding:22px 1.125rem;
gap:1.375rem;
background:#F0EAF3;
overflow-y:auto;
flex-direction:column;
border-right:1px solid rgba(26, 13, 34, 0.08);
display:flex;
position:sticky;
height:100vh;
align-self:start;
top:0;
}
.kanbrand-bwe{
gap:0.625rem;
align-items:center;
display:flex;
}
.kanlogo-bwe{
font-weight:700;
letter-spacing:-.02em;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#1A0D22;
font-size:1.313rem;
}
.kanside_cta-bwe{
border:1px solid rgba(26, 13, 34, 0.12);
background:rgba(168, 20, 138, 0.11);
border-radius:0.813rem;
padding:16px;
}
.kanside_cta_h-bwe{
margin-bottom:6px;
font-weight:700;
color:#1A0D22;
line-height:1.15;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1.063rem;
}
.kanside_cta_p-bwe{
margin-bottom:12px;
line-height:1.45;
font-size:0.75rem;
color:#3D2550;
}
.kannav-bwe{
gap:3px;
flex-direction:column;
display:flex;
}
.kannav_label-bwe{
padding:6px 0.625rem;
font-size:0.594rem;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:uppercase;
letter-spacing:.14em;
color:#B099C0;
}
.kannav_item-bwe{
padding:10px;
gap:11px;
border-radius:0.563rem;
font-size:14px;
align-items:center;
color:#3D2550;
font-weight:500;
display:flex;
}
.kannav_item-bwe svg{
width:1.063rem;
height:1.063rem;
}
.kannav_item-bwe:hover{
background:rgba(168, 20, 138, 0.11);
color:#1A0D22;
}
.kannav_item_on-bwe{
background:rgba(168, 20, 138, 0.11);
color:#A8148A;
font-weight:600;
}
.kanside_foot-bwe{
border-radius:13px;
padding:0.75rem;
border:1px solid rgba(26, 13, 34, 0.12);
background:#F3EEF5;
margin-top:auto;
}
.kanside_foot-bwe p{
margin-top:0.25rem;
font-size:0.781rem;
line-height:1.4;
color:#3D2550;
}
/* ---------- topbar ---------- */
.kantop-bwe{
gap:1rem;
padding:14px 28px;
background:#F0EAF3;
z-index:40;
border-bottom:1px solid rgba(26, 13, 34, 0.08);
align-items:center;
display:flex;
position:sticky;
top:0;
}
.kantop_brand-bwe{
gap:9px;
display:none;
align-items:center;
}
.kansearch-bwe{
border-radius:13px;
background:#F3EEF5;
border:1px solid rgba(26, 13, 34, 0.12);
gap:10px;
flex:1;
padding:11px 0.875rem;
font-size:13.5px;
color:#7A5A90;
display:flex;
align-items:center;
max-width:27.5rem;
}
.kansearch-bwe svg{
flex:none;
width:16px;
height:1rem;
}
.kantop_actions-bwe{
gap:0.75rem;
align-items:center;
display:flex;
margin-left:auto;
}
.kanlang-bwe{
color:#3D2550;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:12px;
}
.kanburger-bwe{
background:#F3EEF5;
border:1px solid rgba(26, 13, 34, 0.12);
border-radius:0.563rem;
align-items:center;
color:#1A0D22;
height:40px;
width:40px;
justify-content:center;
display:none;
}
/* ---------- bottom-nav (mobile) ---------- */
.kanbotnav-bwe{
display:none;
}
@media(max-width:1021px){
.kanside-bwe{
transition:transform .25s ease;
width:280px;
height:100vh;
left:0;
transform:translateX(-100%);
z-index:80;
top:0;
position:fixed;
}
.kandrawer_cb-bwe:checked~.kanshell-bwe .kanside-bwe{
transform:translateX(0);
}
.kantop-bwe{
padding:14px 16px;
gap:0.75rem;
position:static;
flex-wrap:wrap;
}
.kantop_brand-bwe{
display:flex;
}
.kansearch-bwe{
display:none;
}
.kanburger-bwe{
display:flex;
}
.kantop_actions-bwe{
gap:10px;
align-items:stretch;
width:100%;
margin-left:0;
}
.kantop_actions-bwe .kanlang-bwe{
display:none;
}
.kantop_actions-bwe .kanbtn-bwe{
flex:1;
padding:11px 10px;
text-align:center;
}
.kanbotnav-bwe{
padding:8px 6px calc(8px + env(safe-area-inset-bottom));
grid-template-columns:repeat(3,1fr);
background:#F0EAF3;
display:grid;
left:0;
right:0;
z-index:65;
border-top:1px solid rgba(26, 13, 34, 0.12);
bottom:0;
position:fixed;
transform:translateZ(0);
}
.kanbn-bwe{
gap:0.25rem;
padding:6px 2px 0;
min-width:0;
flex-direction:column;
color:#3D2550;
display:flex;
align-items:center;
justify-content:flex-end;
font-size:10px;
font-weight:600;
}
.kanbn-bwe svg{
flex:none;
width:1.375rem;
height:1.375rem;
}
.kanbn-bwe span{
overflow:hidden;
text-overflow:ellipsis;
text-align:center;
white-space:nowrap;
max-width:100%;
}
.kanbn_on-bwe{
color:#A8148A;
}
.kanbn_center-bwe{
position:relative;
}
.kanbn_fab-bwe{
background:#D4189C;
border-radius:50%;
display:flex;
align-items:center;
top:-1.25rem;
color:#FFFFFF;
height:50px;
position:absolute;
box-shadow:0 8px 32px rgba(26, 13, 34, 0.16), 0 2px 8px rgba(26, 13, 34, 0.10);
justify-content:center;
width:50px;
left:50%;
transform:translateX(-50%);
}
.kanbn_fab-bwe svg{
height:24px;
width:1.5rem;
}
.kanbn_center-bwe span{
color:#A8148A;
}
}
.kanbtn-bwe{
padding:0.688rem 22px;
gap:8px;
border-radius:0.563rem;
transition:background-color 0.2s ease,color 0.2s ease;
cursor:pointer;
font-family:"Work Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
display:inline-flex;
font-size:14px;
font-weight:700;
justify-content:center;
align-items:center;
}
.kanbtn_pri-bwe{
background:#D4189C;
box-shadow:0 0.25rem 1.125rem rgba(212, 24, 156, 0.42), 0 1px 4px rgba(212, 24, 156, 0.24);
color:#FFFFFF;
}
.kanbtn_pri-bwe:hover{
background:#B8127F;
}
.kanbtn_ghost-bwe{
background:rgba(168, 20, 138, 0.11);
font-weight:600;
color:#1A0D22;
}
.kanbtn_line-bwe{
border:1px solid rgba(26, 13, 34, 0.22);
background:transparent;
color:#1A0D22;
font-weight:600;
}
.kanbtn_lg-bwe{
border-radius:0.813rem;
padding:1rem 30px;
font-size:15px;
}
.kanband-bwe .kanbtn_line-bwe{
border-color:rgba(255, 255, 255, 0.13);
color:#F9F0FF;
}
.kanband-bwe .kanbtn_ghost-bwe{
background:rgba(255, 255, 255, 0.08);
color:#F9F0FF;
}
.kanlink_m-bwe{
gap:0.313rem;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-decoration:none;
font-size:12px;
color:#A8148A;
align-items:center;
cursor:pointer;
display:inline-flex;
}
.kanlink_m-bwe svg{
height:0.875rem;
width:14px;
}
.kanband-bwe .kanlink_m-bwe{
color:#F060CC;
}
.kandot-bwe{
background:#A8148A;
flex:none;
border-radius:50%;
width:0.438rem;
height:0.438rem;
}
.kandot_live-bwe{
background:#D62828;
animation:zm3-pulse 1.4s infinite;
}
.kanstars-bwe{
gap:2px;
color:#A8148A;
display:inline-flex;
}
.kanstars-bwe svg{
width:15px;
height:0.938rem;
}
.kanchip-bwe{
gap:0.375rem;
border:1px solid rgba(26, 13, 34, 0.12);
padding:0.438rem 0.75rem;
border-radius:0.563rem;
background:#F3EEF5;
align-items:center;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#3D2550;
font-size:11px;
display:inline-flex;
}
.kanchip_on-bwe{
border-color:transparent;
background:rgba(168, 20, 138, 0.11);
color:#A8148A;
}
.kangc-bwe{
min-width:0;
color:inherit;
cursor:pointer;
text-decoration:none;
display:block;
}
.kangc_thumb-bwe{
overflow:hidden;
border-radius:0.813rem;
border:1px solid rgba(26, 13, 34, 0.12);
position:relative;
background-size:cover;
aspect-ratio:1;
background-position:center;
display:block;
}
.kangc_thumb_portrait-bwe{
aspect-ratio:3/4;
}
.kangc_thumb_wide-bwe{
aspect-ratio:16/11;
}
.kangc_cap-bwe{
padding:0.563rem;
background:linear-gradient(transparent,rgba(20, 8, 30, 0.72));
position:absolute;
bottom:0;
left:0;
right:0;
}
.kangc_name-bwe{
display:block;
color:#F9F0FF;
font-weight:700;
font-size:12.5px;
}
.kangc_meta-bwe{
font-size:11px;
color:#C9A8E0;
}
.kangc_badge-bwe{
border-radius:9px;
padding:2px 6px;
background:#A8148A;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
top:0.5rem;
font-size:8px;
position:absolute;
font-weight:700;
color:#FFFFFF;
right:8px;
}
.kangc_badge_hot-bwe{
background:#D62828;
color:#F9F0FF;
}
.kangc_badge_live-bwe{
background:#D62828;
color:#F9F0FF;
right:auto;
left:8px;
}
.kangc_mult-bwe{
inset:0;
position:absolute;
justify-content:center;
color:#A8148A;
align-items:center;
display:flex;
font-size:1.75rem;
font-weight:700;
}
.kanpc-bwe{
border:1px solid rgba(26, 13, 34, 0.12);
border-radius:13px;
background:#F3EEF5;
height:4rem;
color:#3D2550;
display:flex;
align-items:center;
font-weight:700;
justify-content:center;
font-size:14px;
}
.kanrail-bwe{
min-width:0;
}
.kanrail_scroll-bwe{
gap:0.875rem;
display:grid;
}
.kanrail_scroll-bwe>*{
min-width:0;
}
.kang6-bwe{
grid-template-columns:repeat(6,1fr);
}
.kang7-bwe{
grid-template-columns:repeat(7,1fr);
}
.kang4-bwe{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1026px){
.kang6-bwe,.kang7-bwe{
grid-template-columns:none;
padding-bottom:0.375rem;
grid-auto-columns:120px;
grid-auto-flow:column;
scroll-snap-type:x mandatory;
overflow-x:auto;
}
.kang6-bwe>*,.kang7-bwe>*{
scroll-snap-align:start;
}
.kang4-bwe{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:558px){
.kang4-bwe{
grid-template-columns:none;
grid-auto-flow:column;
overflow-x:auto;
grid-auto-columns:9.375rem;
}
}
.kanpanel-bwe{
border-radius:20px;
background:#F3EEF5;
border:1px solid rgba(26, 13, 34, 0.12);
padding:28px 32px;
}
.kansplit-bwe{
gap:36px;
display:grid;
align-items:start;
}
.kansplit-bwe>*{
min-width:0;
}
.kansplit_a-bwe{
grid-template-columns:.85fr 1.15fr;
}
.kansplit_b-bwe{
grid-template-columns:1fr 1.1fr;
}
.kansplit_c-bwe{
grid-template-columns:1.1fr .9fr;
}
.kanpgrid-bwe{
grid-template-columns:.9fr 1.1fr;
gap:40px;
align-items:center;
display:grid;
}
.kanpgrid-bwe>*{
min-width:0;
}
.kanlead-bwe{
font-size:15px;
color:#3D2550;
line-height:1.65;
margin-bottom:0.875rem;
}
.kanfeat-bwe{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.kanfeat-bwe>*{
min-width:0;
}
.kanfeat2-bwe{
grid-template-columns:1fr 1fr;
}
.kanfeat_card-bwe{
border-radius:1.25rem;
padding:26px;
border:1px solid rgba(26, 13, 34, 0.12);
background:#F3EEF5;
}
.kanfeat_card-bwe svg{
color:#A8148A;
height:1.625rem;
width:1.625rem;
margin-bottom:1rem;
}
.kanfeat_card-bwe h3{
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1.125rem;
color:#1A0D22;
margin-bottom:8px;
font-weight:700;
}
.kanfeat_card-bwe p{
color:#3D2550;
line-height:1.6;
font-size:13px;
}
.kanfeat_card-bwe b{
color:#1A0D22;
}
.kanbig-bwe{
gap:1.375rem;
display:flex;
flex-wrap:wrap;
}
.kanbig_n-bwe{
color:#A8148A;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1.625rem;
font-weight:700;
}
.kanbig_l-bwe{
color:#7A5A90;
font-size:12px;
}
.kanperson-bwe{
border:1px solid rgba(26, 13, 34, 0.12);
border-radius:13px;
gap:0.875rem;
padding:1rem 18px;
background:#F3EEF5;
display:flex;
align-items:center;
}
.kanavatar-bwe{
background:linear-gradient(135deg,#D4189C,#6E0A5C);
flex:none;
border-radius:50%;
height:2.75rem;
width:44px;
}
.kanperson_name-bwe{
color:#1A0D22;
font-weight:700;
font-size:14px;
}
.kanperson_role-bwe{
color:#7A5A90;
font-size:12px;
}
.kankv-bwe{
grid-template-columns:1fr 1fr;
gap:1px;
border:1px solid rgba(26, 13, 34, 0.12);
overflow:hidden;
border-radius:0.813rem;
background:rgba(26, 13, 34, 0.12);
display:grid;
}
.kankv-bwe>div{
background:#FAF7FB;
padding:1rem 18px;
min-width:0;
}
.kankv_k-bwe{
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#A8148A;
margin-bottom:5px;
text-transform:uppercase;
font-size:0.594rem;
}
.kankv_v-bwe{
font-weight:700;
color:#1A0D22;
font-size:0.844rem;
}
@media(max-width:1027px){
.kansplit_a-bwe,.kansplit_b-bwe,.kansplit_c-bwe,.kanpgrid-bwe{
grid-template-columns:1fr;
gap:1.5rem;
}
.kanfeat-bwe,.kanfeat2-bwe{
grid-template-columns:1fr;
}
.kankv-bwe{
grid-template-columns:1fr;
}
}
.kansh-bwe{
margin-bottom:1rem;
min-width:0;
}
.kansh_row-bwe{
gap:0.75rem;
align-items:flex-end;
justify-content:space-between;
display:flex;
flex-wrap:wrap;
}
.kansh_row-bwe .kansh_l-bwe{
gap:0.375rem;
flex-direction:column;
display:flex;
min-width:0;
}
.kansh_stack-bwe{
gap:10px;
align-items:flex-start;
flex-direction:column;
display:flex;
}
.kansh_center-bwe{
gap:10px;
align-items:center;
flex-direction:column;
display:flex;
text-align:center;
}
.kansh_h2-bwe{
gap:0.563rem;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
align-items:center;
font-size:20px;
color:#1A0D22;
line-height:1.1;
display:flex;
overflow-wrap:break-word;
font-weight:700;
}
@media(min-width:771px){
.kansh_h2-bwe{
font-size:1.5rem;
}
}
.kanband-bwe .kansh_h2-bwe{
color:#F9F0FF;
}
.kaneb_mono-bwe{
text-transform:none;
letter-spacing:.08em;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.kaneb_mono-bwe::before{
content:"// ";
}
.kaneb_upper-bwe{
text-transform:uppercase;
letter-spacing:.14em;
}
.kaneb_pill-bwe{
padding:0.313rem 11px;
background:rgba(168, 20, 138, 0.11);
border-radius:62.438rem;
text-transform:uppercase;
letter-spacing:.12em;
}
.kaneb_line-bwe{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.kaneb_line-bwe::before{
background:#A8148A;
content:"";
display:inline-block;
width:1.5rem;
height:1px;
}
.kanband-bwe .kaneb_line-bwe::before{
background:#F060CC;
}
.kanband-bwe .kaneb_pill-bwe{
background:rgba(255, 255, 255, 0.08);
}
.kansh_link-bwe{
gap:6px;
transition:color 0.2s ease,border-color 0.2s ease;
padding-bottom:2px;
display:inline-flex;
font-size:0.813rem;
color:#1A0D22;
white-space:nowrap;
align-items:center;
font-weight:600;
border-bottom:1px solid #1A0D22;
}
.kansh_link-bwe:hover{
border-color:#A8148A;
color:#A8148A;
}
.kansh_link-bwe svg{
width:0.875rem;
height:14px;
}
.kansh_link_chev-bwe{
font-size:0.75rem;
color:#A8148A;
border-bottom:0;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
padding-bottom:0;
}
.kansh_link_btn-bwe{
border-radius:999px;
padding:9px 18px;
background:#D4189C;
color:#FFFFFF;
border-bottom:0;
}
.kansh_link_btn-bwe:hover{
border-color:transparent;
background:#B8127F;
}
.kanband-bwe .kansh_link-bwe{
border-color:#F9F0FF;
color:#F9F0FF;
}
.kanband-bwe .kansh_link_chev-bwe{
color:#F060CC;
}
.kansh_rule-bwe{
margin:-2px 0 1rem;
background:rgba(26, 13, 34, 0.12);
height:1px;
}
.kanband-bwe .kansh_rule-bwe{
background:rgba(255, 255, 255, 0.13);
}
.kanseo_grid3-bwe{
gap:1.25rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.kanseo_grid4-bwe{
grid-template-columns:repeat(4,1fr);
gap:13px;
display:grid;
}
.kanseo_grid3-bwe>*,.kanseo_grid4-bwe>*{
min-width:0;
}
.kanseo_card-bwe{
background:#F3EEF5;
border-radius:13px;
border:1px solid rgba(26, 13, 34, 0.12);
padding:24px;
}
.kanseo_card-bwe h3{
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#1A0D22;
font-size:18px;
font-weight:700;
margin-bottom:8px;
}
.kanseo_card-bwe p{
line-height:1.6;
font-size:0.813rem;
color:#3D2550;
}
.kanseo_card_sm-bwe{
padding:1.25rem;
}
.kanseo_card_sm-bwe h3{
font-size:1rem;
}
.kanseo_card_sm-bwe p{
line-height:1.55;
font-size:0.781rem;
}
.kanseo_rtp_row-bwe{
grid-template-columns:1fr 1fr;
gap:2.25rem;
margin-top:1rem;
display:grid;
align-items:center;
}
.kanrtp-bwe{
gap:14px;
min-width:0;
display:flex;
}
.kanrtp-bwe>div{
padding:16px;
border-radius:0.813rem;
flex:1;
background:#FAF7FB;
text-align:center;
min-width:0;
}
.kanrtp_n-bwe{
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#A8148A;
white-space:nowrap;
font-size:1.625rem;
font-weight:700;
}
.kanrtp_l-bwe{
font-size:0.688rem;
margin-top:4px;
color:#7A5A90;
}
.kancmp-bwe{
overflow:hidden;
border:1px solid rgba(26, 13, 34, 0.12);
border-radius:13px;
max-width:47.5rem;
}
.kancmp_row-bwe{
grid-template-columns:1.6fr 1fr 1fr;
font-size:0.813rem;
display:grid;
}
.kancmp_row-bwe>div{
padding:13px 14px;
text-align:center;
min-width:0;
}
.kancmp_row-bwe>div:first-child{
padding-left:22px;
text-align:left;
font-weight:600;
color:#1A0D22;
}
.kancmp_th-bwe{
background:#FAF7FB;
font-weight:700;
font-size:0.781rem;
}
.kancmp_row-bwe:not(.kancmp_th-bwe){
background:#F3EEF5;
border-top:1px solid rgba(26, 13, 34, 0.08);
color:#3D2550;
}
.kancmp_zebra-bwe{
background:#EDE6F0;
}
.kanguide-bwe{
border:1px solid rgba(26, 13, 34, 0.12);
background:#F3EEF5;
overflow:hidden;
border-radius:0.813rem;
cursor:pointer;
}
.kanguide_cover-bwe{
height:8.125rem;
}
.kanguide_body-bwe{
padding:1.25rem;
}
.kanguide_body-bwe h3{
margin:7px 0 0.563rem;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
color:#1A0D22;
font-size:16px;
line-height:1.25;
}
.kanguide_meta-bwe{
font-size:0.719rem;
color:#7A5A90;
}
.kanhub-bwe{
gap:28px;
grid-template-columns:repeat(5,1fr);
border-top:1px solid rgba(26, 13, 34, 0.08);
display:grid;
padding-top:28px;
}
.kanhub-bwe>*{
min-width:0;
}
.kanhub-bwe h4{
font-size:0.813rem;
font-weight:700;
color:#1A0D22;
margin-bottom:0.688rem;
}
.kanhub_col-bwe{
gap:0.5rem;
color:#3D2550;
display:flex;
flex-direction:column;
font-size:13px;
}
.kanhub_col-bwe a{
cursor:pointer;
}
@media(max-width:1023px){
.kanseo_grid3-bwe{
grid-template-columns:1fr;
}
.kanseo_grid4-bwe{
grid-template-columns:repeat(2,1fr);
}
.kanseo_rtp_row-bwe{
grid-template-columns:1fr;
gap:20px;
}
.kanhub-bwe{
gap:1.375rem;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:560px){
.kanhub-bwe{
grid-template-columns:1fr;
}
}
.kantk-bwe{
overflow:hidden;
background:#1A1020;
display:flex;
border-bottom:1px solid rgba(26, 13, 34, 0.08);
align-items:center;
}
.kantk_tag-bwe{
background:#F3EEF5;
flex:none;
padding:0.688rem 1.125rem;
gap:0.5rem;
font-size:10.5px;
display:flex;
text-transform:uppercase;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
letter-spacing:.1em;
font-weight:600;
align-items:center;
border-right:1px solid rgba(26, 13, 34, 0.08);
color:#D62828;
}
.kantk_rail-bwe{
flex:1;
overflow:hidden;
}
.kantk_track-bwe{
padding:11px 14px;
animation:zm3-marquee 26s linear infinite;
gap:1.75rem;
font-size:0.75rem;
width:max-content;
color:#3D2550;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
display:flex;
white-space:nowrap;
}
.kantk_track-bwe b{
color:#A8148A;
}
.kanhero-bwe{
border-radius:1.25rem;
border:1px solid rgba(26, 13, 34, 0.12);
overflow:hidden;
background:linear-gradient(120deg,#1A0D22,#0F0D1E);
padding:2.875rem 3rem;
position:relative;
color:#F9F0FF;
}
.kanhero_glow-bwe{
border-radius:50%;
background:radial-gradient(circle,rgba(210, 40, 160, 0.22),transparent 70%);
height:340px;
top:-60px;
position:absolute;
width:340px;
right:-60px;
}
.kanhero_in-bwe{
position:relative;
max-width:600px;
}
.kanhero-bwe .kaneyebrow-bwe{
color:#F060CC;
}
.kanpill_row-bwe{
border-radius:999px;
background:rgba(255, 255, 255, 0.08);
padding:0.375rem 13px;
gap:0.5rem;
border:1px solid rgba(255, 255, 255, 0.13);
align-items:center;
display:inline-flex;
font-size:0.656rem;
color:#F060CC;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
margin-bottom:1.375rem;
text-transform:uppercase;
letter-spacing:.1em;
}
.kanhero_h1-bwe{
margin:18px 0;
overflow-wrap:break-word;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
color:#F9F0FF;
line-height:1.02;
font-size:54px;
letter-spacing:-.02em;
}
.kanhero_h1-bwe em{
color:#F060CC;
font-style:normal;
}
.kanhero_sub-bwe{
color:#C9A8E0;
line-height:1.55;
font-size:17px;
margin-bottom:1.75rem;
max-width:480px;
}
.kanhero_cta-bwe{
gap:0.875rem;
flex-wrap:wrap;
display:flex;
align-items:center;
margin-bottom:1.625rem;
}
.kanhero_trust-bwe{
gap:14px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.kanhero_rating_txt-bwe{
color:#C9A8E0;
font-size:0.813rem;
}
@media(max-width:1025px){
.kanhero-bwe{
padding:32px 24px;
}
.kanhero_h1-bwe{
font-size:2.375rem;
}
}
@media(max-width:561px){
.kanhero_h1-bwe{
font-size:30px;
}
}
.kanstat-bwe{
grid-template-columns:repeat(4,1fr);
gap:0.875rem;
display:grid;
}
.kanstat-bwe>*{
min-width:0;
}
.kanstat_item-bwe{
border:1px solid rgba(26, 13, 34, 0.12);
padding:18px 1.25rem;
background:#F3EEF5;
border-radius:13px;
}
.kanstat_k-bwe{
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
margin-bottom:0.438rem;
font-size:0.594rem;
color:#7A5A90;
text-transform:uppercase;
letter-spacing:.12em;
}
.kanstat_v-bwe{
gap:0.5rem;
align-items:center;
overflow-wrap:anywhere;
display:flex;
font-weight:700;
color:#1A0D22;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
min-width:0;
font-size:24px;
}
.kanstat_v_accent-bwe{
color:#A8148A;
}
@media(max-width:1025px){
.kanstat-bwe{
grid-template-columns:repeat(2,1fr);
}
}
.kanwlc-bwe{
border:1px solid rgba(26, 13, 34, 0.12);
grid-template-columns:1.2fr .8fr;
overflow:hidden;
background:linear-gradient(120deg,#1A0D22,#0F0D1E);
padding:2.25rem 2.5rem;
gap:1.5rem;
border-radius:20px;
position:relative;
display:grid;
color:#F9F0FF;
align-items:center;
}
.kanwlc-bwe>*{
min-width:0;
}
.kanwlc-bwe .kaneyebrow-bwe{
color:#F060CC;
}
.kanwlc_glow-bwe{
background:radial-gradient(circle,rgba(210, 40, 160, 0.22),transparent 70%);
border-radius:50%;
width:260px;
height:16.25rem;
position:absolute;
top:-2.5rem;
right:-40px;
}
.kanwlc_in-bwe{
position:relative;
}
.kanwlc_h2-bwe{
margin:0.625rem 0 8px;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.03;
font-weight:700;
font-size:2.125rem;
overflow-wrap:break-word;
color:#F9F0FF;
}
.kanwlc_h2-bwe em{
color:#F060CC;
font-style:normal;
}
.kanwlc_sub-bwe{
font-size:0.875rem;
line-height:1.55;
max-width:26.25rem;
margin-bottom:1.125rem;
color:#C9A8E0;
}
.kanwlc_terms-bwe{
gap:0.625rem;
position:relative;
flex-direction:column;
display:flex;
}
.kanterm-bwe{
padding:0.813rem 0.938rem;
background:rgba(255, 255, 255, 0.08);
border:1px solid rgba(255, 255, 255, 0.13);
border-radius:13px;
gap:11px;
align-items:center;
display:flex;
}
.kanterm-bwe svg{
flex:none;
color:#F060CC;
width:1.25rem;
height:1.25rem;
}
.kanterm_k-bwe{
font-size:0.594rem;
letter-spacing:.1em;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#C9A8E0;
text-transform:uppercase;
}
.kanterm_v-bwe{
margin-top:2px;
color:#F9F0FF;
font-size:0.875rem;
font-weight:700;
}
@media(max-width:1024px){
.kanwlc-bwe{
grid-template-columns:1fr;
}
}
@media(max-width:558px){
.kanwlc_h2-bwe{
font-size:1.625rem;
}
}
.kanjp-bwe{
grid-template-columns:1.5fr 1fr 1fr;
gap:14px;
display:grid;
}
.kanjp-bwe>*{
min-width:0;
}
.kanjp_hero-bwe{
border-radius:20px;
padding:26px;
overflow:hidden;
gap:0.875rem;
border:1px solid rgba(26, 13, 34, 0.12);
background:linear-gradient(135deg,#1A0D22,#0F0D1E);
color:#F9F0FF;
position:relative;
flex-direction:column;
display:flex;
min-height:11.25rem;
justify-content:space-between;
}
.kanjp_glow-bwe{
border-radius:50%;
background:radial-gradient(circle,rgba(210, 40, 160, 0.22),transparent 70%);
right:-2.5rem;
top:-40px;
width:11.25rem;
position:absolute;
height:11.25rem;
}
.kanjp_k_row-bwe{
gap:10px;
align-items:center;
display:flex;
justify-content:space-between;
position:relative;
}
.kanjp_k-bwe{
color:#7A5A90;
letter-spacing:.12em;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:uppercase;
font-size:0.625rem;
}
.kanjp_hero-bwe .kanjp_k-bwe{
color:#C9A8E0;
}
.kanjp_amt-bwe{
color:#F060CC;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:2.625rem;
line-height:1;
font-weight:700;
position:relative;
}
.kanjp_sub-bwe{
color:#C9A8E0;
font-size:0.75rem;
margin-top:0.313rem;
}
.kanjp_cell-bwe{
padding:1.375rem;
background:#F3EEF5;
border:1px solid rgba(26, 13, 34, 0.12);
border-radius:20px;
min-height:11.25rem;
justify-content:space-between;
display:flex;
flex-direction:column;
}
.kanjp_cell-bwe .kanjp_amt-bwe{
font-size:1.875rem;
color:#1A0D22;
}
.kanjp_cell-bwe .kanjp_sub-bwe{
color:#7A5A90;
}
@media(max-width:1022px){
.kanjp-bwe{
grid-template-columns:1fr;
}
}
@media(max-width:558px){
.kanjp_amt-bwe{
font-size:2rem;
}
}
.kanpromo_grid-bwe{
gap:16px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.kanpromo_grid-bwe>*{
min-width:0;
}
.kanpromo-bwe{
border:1px solid rgba(26, 13, 34, 0.12);
overflow:hidden;
background:#F3EEF5;
padding:24px;
border-radius:20px;
position:relative;
min-height:150px;
}
.kanpromo_h-bwe{
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
color:#1A0D22;
margin-top:6px;
font-size:26px;
line-height:1.05;
}
.kanpromo_h-bwe em{
font-style:normal;
color:#A8148A;
}
.kanpromo_p-bwe{
margin-top:0.5rem;
line-height:1.5;
font-size:0.781rem;
color:#3D2550;
}
.kanpromo_feat-bwe{
border-color:rgba(26, 13, 34, 0.12);
background:linear-gradient(135deg,#1A0D22,#0F0D1E);
}
.kanpromo_feat-bwe .kanpromo_h-bwe{
color:#F9F0FF;
}
.kanpromo_feat-bwe .kanpromo_h-bwe em{
color:#F060CC;
}
.kanpromo_feat-bwe .kanpromo_p-bwe{
color:#C9A8E0;
}
.kanpromo_feat-bwe .kaneyebrow-bwe{
color:#F060CC;
}
@media(max-width:1026px){
.kanpromo_grid-bwe{
grid-template-columns:1fr;
}
}
.kannews-bwe{
border-radius:1.25rem;
gap:24px;
border:1px solid rgba(26, 13, 34, 0.12);
background:linear-gradient(135deg,#1A0D22,#0F0D1E);
padding:1.625rem 32px;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
color:#F9F0FF;
align-items:center;
}
.kannews_h3-bwe{
font-weight:700;
color:#F9F0FF;
font-size:20px;
margin-bottom:0.25rem;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.kannews_text-bwe{
color:#C9A8E0;
font-size:13px;
}
.kannews_form-bwe{
flex:1;
gap:0.625rem;
min-width:0;
max-width:27.5rem;
display:flex;
}
.kannews_form-bwe .kaninput-bwe{
min-width:0;
}
@media(max-width:558px){
.kannews_form-bwe{
width:100%;
}
}
.kaninput-bwe{
border-radius:0.563rem;
border:1px solid rgba(255, 255, 255, 0.13);
background:rgba(255, 255, 255, 0.08);
flex:1;
padding:0.813rem 1rem;
color:#C9A8E0;
font-size:13.5px;
}
.kansteps-bwe{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.kansteps-bwe>*{
min-width:0;
}
.kanstep-bwe{
border-radius:13px;
background:#F3EEF5;
padding:1.5rem;
border:1px solid rgba(26, 13, 34, 0.12);
position:relative;
}
.kanstep_num-bwe{
border-radius:9px;
background:#D4189C;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
height:1.875rem;
display:flex;
justify-content:center;
font-weight:700;
align-items:center;
width:30px;
margin-bottom:14px;
font-size:13px;
color:#FFFFFF;
}
.kanstep_h-bwe{
font-size:16px;
color:#1A0D22;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
margin-bottom:7px;
}
.kanstep_p-bwe{
font-size:13px;
line-height:1.55;
color:#3D2550;
}
@media(max-width:1021px){
.kansteps-bwe{
grid-template-columns:1fr;
}
}
.kandw_h2-bwe{
margin-bottom:10px;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:26px;
color:#1A0D22;
line-height:1.08;
font-weight:700;
}
.kansteps_v-bwe{
grid-template-columns:1fr;
gap:10px;
}
.kansteps_v-bwe .kanstep-bwe{
padding:18px 1.25rem;
}
@media(max-width:561px){
.kandw_h2-bwe{
font-size:23px;
}
}
.kanvip_head-bwe{
gap:12px;
align-items:flex-end;
margin-bottom:18px;
flex-wrap:wrap;
display:flex;
justify-content:space-between;
}
.kanvip_intro-bwe{
color:#3D2550;
max-width:26.25rem;
font-size:0.813rem;
}
.kanvip-bwe{
gap:12px;
grid-template-columns:repeat(5,1fr);
display:grid;
}
.kanvip-bwe>*{
min-width:0;
}
.kantier-bwe{
border:1px solid rgba(26, 13, 34, 0.12);
border-radius:0.813rem;
padding:1.25rem;
background:#F3EEF5;
}
.kantier_on-bwe{
border-color:#A8148A;
background:rgba(168, 20, 138, 0.11);
}
.kantier_medal-bwe{
border-radius:0.563rem;
background:linear-gradient(135deg,#D4189C,#6E0A5C);
margin-bottom:0.875rem;
width:30px;
height:1.875rem;
}
.kantier_name-bwe{
margin-bottom:5px;
color:#1A0D22;
font-weight:700;
font-size:15px;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.kantier_tx-bwe{
line-height:1.5;
font-size:11.5px;
color:#7A5A90;
}
@media(max-width:1024px){
.kanvip-bwe{
grid-template-columns:repeat(2,1fr);
}
}
.kansupp-bwe{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.kansupp-bwe>*{
min-width:0;
}
.kansupp_card-bwe{
border:1px solid rgba(26, 13, 34, 0.12);
padding:1.5rem;
background:#F3EEF5;
border-radius:13px;
}
.kansupp_card-bwe svg{
margin-bottom:0.875rem;
color:#A8148A;
height:1.5rem;
width:24px;
}
.kansupp_card-bwe h3{
margin-bottom:6px;
font-weight:700;
font-size:1rem;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#1A0D22;
}
.kansupp_card-bwe p{
line-height:1.55;
color:#3D2550;
font-size:0.813rem;
}
@media(max-width:1026px){
.kansupp-bwe{
grid-template-columns:1fr;
}
}
.kanapp-bwe{
gap:36px;
justify-content:space-between;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.kanapp_copy-bwe{
max-width:32.5rem;
}
.kanapp_h2-bwe{
margin:0.75rem 0 0.625rem;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1.75rem;
font-weight:700;
color:#1A0D22;
line-height:1.05;
}
.kanapp_text-bwe{
margin-bottom:1.25rem;
color:#3D2550;
font-size:14px;
line-height:1.6;
}
.kanapp_btns-bwe{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.kanstore-bwe{
border-radius:0.813rem;
padding:0.688rem 18px;
background:#FAF7FB;
border:1px solid rgba(26, 13, 34, 0.12);
gap:9px;
align-items:center;
font-size:0.813rem;
color:#1A0D22;
cursor:pointer;
font-weight:700;
display:inline-flex;
}
.kanstore-bwe svg{
height:16px;
width:1rem;
}
.kanapp_qr_wrap-bwe{
gap:16px;
align-items:center;
display:flex;
}
.kanqr-bwe{
padding:11px;
grid-template-columns:repeat(5,1fr);
border:1px solid rgba(26, 13, 34, 0.12);
gap:3px;
background:#FAF7FB;
border-radius:0.813rem;
grid-template-rows:repeat(5,1fr);
display:grid;
height:6.75rem;
width:108px;
}
.kanqr-bwe i{
background:transparent;
}
.kanqr_f-bwe{
background:#A8148A;
}
.kanapp_qr_cap-bwe{
line-height:1.4;
max-width:84px;
color:#7A5A90;
font-size:12px;
}
.kanpay_logos-bwe{
grid-template-columns:repeat(4,1fr);
gap:0.563rem;
display:grid;
}
.kanpay_logos-bwe>*{
min-width:0;
}
.kanpay-bwe{
border-radius:0.563rem;
border:1px solid rgba(26, 13, 34, 0.12);
font-weight:700;
justify-content:center;
color:#3D2550;
font-size:0.75rem;
align-items:center;
display:flex;
height:3rem;
}
.kantable-bwe{
border:1px solid rgba(26, 13, 34, 0.12);
border-radius:13px;
overflow:hidden;
}
.kantrow-bwe{
grid-template-columns:1.3fr 1fr 1fr 1fr;
font-size:0.813rem;
display:grid;
}
.kantrow-bwe>div{
padding:13px 0.875rem;
min-width:0;
}
.kantrow-bwe>div:first-child{
font-weight:700;
padding-left:1rem;
color:#1A0D22;
}
.kantrow_th-bwe{
background:#FAF7FB;
color:#7A5A90;
text-transform:uppercase;
font-size:0.594rem;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
letter-spacing:.06em;
}
.kantrow-bwe:not(.kantrow_th-bwe){
background:#F3EEF5;
color:#3D2550;
border-top:1px solid rgba(26, 13, 34, 0.08);
}
.kantrow_zebra-bwe{
background:#EDE6F0;
}
.kanpos-bwe{
color:#A8148A;
font-weight:700;
}
@media(max-width:1025px){
.kanpay_logos-bwe{
grid-template-columns:repeat(2,1fr);
}
}
.kanbanner-bwe{
border:1px solid rgba(26, 13, 34, 0.12);
overflow:hidden;
gap:28px;
padding:36px 2.5rem;
border-radius:20px;
background:linear-gradient(115deg,#1A0D22,#0F0D1E);
flex-wrap:wrap;
justify-content:space-between;
color:#F9F0FF;
align-items:center;
position:relative;
display:flex;
}
.kanbanner_glow-bwe{
border-radius:50%;
background:radial-gradient(circle,rgba(210, 40, 160, 0.22),transparent 68%);
transform:translateY(-50%);
position:absolute;
height:200px;
top:50%;
width:200px;
right:5rem;
}
.kanbanner_in-bwe{
position:relative;
max-width:560px;
}
.kanbanner-bwe .kaneyebrow-bwe{
color:#F060CC;
}
.kanbanner_h2-bwe{
margin:0.625rem 0;
line-height:1.05;
font-weight:700;
font-size:30px;
color:#F9F0FF;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.kanbanner_text-bwe{
font-size:0.875rem;
line-height:1.6;
color:#C9A8E0;
}
@media(max-width:559px){
.kanbanner_h2-bwe{
font-size:1.5rem;
}
}
.kanab_h2-bwe{
margin:0.875rem 0 16px;
font-weight:700;
font-size:2rem;
line-height:1.08;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#1A0D22;
}
.kanab_body-bwe{
font-size:0.938rem;
color:#3D2550;
margin-bottom:0.875rem;
line-height:1.65;
}
.kanab_chips-bwe{
gap:0.625rem;
flex-wrap:wrap;
margin-top:0.5rem;
display:flex;
}
.kanfaq-bwe{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.kanfaq_item-bwe{
border:1px solid rgba(26, 13, 34, 0.12);
padding:1.125rem 22px;
border-radius:13px;
background:#F3EEF5;
}
.kanfaq_q-bwe{
list-style:none;
gap:16px;
display:flex;
align-items:center;
font-weight:600;
justify-content:space-between;
color:#1A0D22;
cursor:pointer;
font-size:15.5px;
}
.kanfaq_q-bwe::-webkit-details-marker{
display:none;
}
.kanfaq_q_t-bwe{
gap:0.625rem;
display:flex;
}
.kanfaq_q_i-bwe{
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#A8148A;
font-style:normal;
}
.kanfaq_pm-bwe{
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#A8148A;
font-size:20px;
}
.kanfaq_item-bwe[open] .kanfaq_pm-bwe{
transform:rotate(45deg);
}
.kanfaq_a-bwe{
color:#3D2550;
margin-top:0.75rem;
line-height:1.6;
font-size:13.5px;
}
@media(max-width:563px){
.kanab_h2-bwe{
font-size:1.625rem;
}
}
.kanet_h2-bwe{
margin:10px 0 0.875rem;
line-height:1.08;
color:#1A0D22;
font-weight:700;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1.75rem;
}
.kanet_right-bwe{
gap:10px;
flex-direction:column;
display:flex;
}
.kanet_updated-bwe{
background:#FAF7FB;
gap:0.625rem;
border-radius:0.813rem;
border:1px solid rgba(26, 13, 34, 0.12);
padding:14px 18px;
font-size:0.75rem;
color:#3D2550;
display:flex;
align-items:center;
}
.kanet_updated-bwe svg{
flex:none;
width:15px;
color:#A8148A;
height:0.938rem;
}
.kanet_updated-bwe b{
color:#1A0D22;
}
@media(max-width:563px){
.kanet_h2-bwe{
font-size:24px;
}
}
.kandispute-bwe{
padding:26px 1.875rem;
border-radius:0.813rem;
border:1px dashed rgba(26, 13, 34, 0.22);
gap:28px;
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:space-between;
}
.kandispute_in-bwe{
max-width:41.25rem;
}
.kandispute_h2-bwe{
font-weight:700;
color:#1A0D22;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-bottom:0.5rem;
font-size:22px;
}
.kandispute_text-bwe{
color:#3D2550;
font-size:0.844rem;
line-height:1.6;
}
.kanop_h2-bwe{
margin:10px 0 0.5rem;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.1;
color:#1A0D22;
font-size:24px;
font-weight:700;
}
.kanop_text-bwe{
font-size:13.5px;
color:#3D2550;
line-height:1.6;
}
@media(max-width:557px){
.kanop_h2-bwe{
font-size:1.375rem;
}
}
.kanrv_head-bwe{
gap:12px;
flex-wrap:wrap;
margin-bottom:18px;
display:flex;
align-items:flex-end;
justify-content:space-between;
}
.kanrv_agg-bwe{
gap:10px;
display:flex;
align-items:center;
}
.kanrv_source-bwe{
font-size:12.5px;
color:#7A5A90;
}
.kanrv_grid-bwe{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.kanrv_grid-bwe>*{
min-width:0;
}
.kanreview-bwe{
border-radius:13px;
background:#F3EEF5;
padding:1.5rem;
border:1px solid rgba(26, 13, 34, 0.12);
}
.kanreview-bwe .kanstars-bwe{
margin-bottom:10px;
}
.kanreview-bwe p{
font-weight:600;
line-height:1.5;
margin-bottom:14px;
color:#1A0D22;
font-size:14.5px;
}
.kanreview_by-bwe{
color:#7A5A90;
font-size:0.781rem;
}
@media(max-width:1023px){
.kanrv_grid-bwe{
grid-template-columns:1fr;
}
}
.kangd_head-bwe{
gap:0.75rem;
align-items:center;
margin-bottom:16px;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.kanprovs-bwe{
gap:0.75rem;
grid-template-columns:repeat(6,1fr);
margin-bottom:1.75rem;
display:grid;
}
.kanprovs-bwe>*{
min-width:0;
}
.kanprov-bwe{
padding:0.75rem;
border-radius:13px;
border:1px solid rgba(26, 13, 34, 0.12);
background:#F3EEF5;
display:flex;
align-items:center;
height:64px;
justify-content:center;
text-decoration:none;
}
.kanprov_img-bwe{
max-height:32px;
object-fit:contain;
max-width:100%;
}
.kanresp-bwe{
padding:1.625rem;
border:1px solid rgba(26, 13, 34, 0.12);
border-radius:0.813rem;
gap:1.5rem;
background:#F3EEF5;
display:flex;
align-items:center;
justify-content:space-between;
flex-wrap:wrap;
}
.kanresp_in-bwe{
max-width:560px;
}
.kanresp_h-bwe{
color:#1A0D22;
font-weight:700;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-bottom:0.5rem;
font-size:1.188rem;
}
.kanresp_p-bwe{
line-height:1.6;
font-size:0.844rem;
color:#3D2550;
}
.kanresp_badges-bwe{
gap:0.875rem;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.kanage18-bwe{
border-radius:0.563rem;
border:1.5px solid #D62828;
padding:0.25rem 8px;
color:#D62828;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:13px;
font-weight:700;
}
.kanresp_org-bwe{
color:#7A5A90;
font-weight:600;
font-size:13px;
}
@media(max-width:1025px){
.kanprovs-bwe{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:561px){
.kanprovs-bwe{
grid-template-columns:repeat(2,1fr);
}
}
.kanfooter-bwe{
padding:2.5rem 28px;
background:#1A1020;
border-top:1px solid rgba(26, 13, 34, 0.08);
}
.kanfooter_grid-bwe{
gap:2rem;
grid-template-columns:1.4fr 1fr 1fr 1fr;
max-width:87.5rem;
display:grid;
margin-left:auto;
margin-bottom:1.75rem;
margin-right:auto;
}
.kanfooter_grid-bwe>*{
min-width:0;
}
.kanfooter_grid-bwe h4{
text-transform:uppercase;
font-size:10px;
color:#B099C0;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
margin-bottom:13px;
letter-spacing:.12em;
}
.kanfcol-bwe{
gap:9px;
font-size:0.813rem;
color:#3D2550;
flex-direction:column;
display:flex;
}
.kanfcol-bwe a{
cursor:pointer;
}
.kanft_about-bwe{
max-width:16.25rem;
color:#7A5A90;
line-height:1.6;
font-size:13px;
margin-top:12px;
}
.kanft_contact-bwe{
overflow-wrap:anywhere;
color:#A8148A;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
margin-top:0.75rem;
font-size:0.781rem;
}
.kanfooter_bottom-bwe{
margin:0 auto;
gap:16px;
justify-content:space-between;
max-width:87.5rem;
align-items:center;
display:flex;
padding-top:20px;
border-top:1px solid rgba(26, 13, 34, 0.08);
flex-wrap:wrap;
}
.kanfooter_bottom-bwe p{
color:#B099C0;
line-height:1.6;
font-size:0.688rem;
max-width:45rem;
}
@media(max-width:1025px){
.kanfooter_grid-bwe{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:559px){
.kanfooter_grid-bwe{
grid-template-columns:1fr;
}
}