*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0F0D17;
font-size:15px;
-webkit-font-smoothing:antialiased;
text-rendering:optimizeLegibility;
overflow-wrap:break-word;
line-height:1.55;
color:#B8AEDD;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
img{
display:block;
max-width:100%;
}
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:0.5rem;
height:0.5rem;
}
::-webkit-scrollbar-thumb{
border-radius:8px;
background:rgba(9, 7, 15, 0.72);
}
::-webkit-scrollbar-track{
background:transparent;
}
.byt-shell-ck2{
grid-template-columns:248px 1fr;
min-height:100vh;
display:grid;
}
.byt-main-ck2{
min-width:0;
}
.byt-wrap-ck2{
margin:0 auto;
width:100%;
max-width:87.5rem;
}
.byt-container-ck2{
margin:0 auto;
padding:0 1rem;
width:100%;
max-width:87.5rem;
}
@media(min-width:768px){
.byt-container-ck2{
padding:0 1.75rem;
}
}
.byt-section-ck2{
padding:1.5rem 1.75rem;
}
.byt-section_pt-ck2{
padding-top:34px;
}
.byt-band_soft-ck2{
background:#16131F;
}
.byt-eyebrow-ck2{
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:0.656rem;
font-weight:600;
display:inline-block;
overflow-wrap:break-word;
line-height:1.4;
text-transform:uppercase;
color:#B055FF;
letter-spacing:.14em;
}
.byt-drawer_cb-ck2{
display:none;
}
.byt-overlay-ck2{
display:none;
}
@media(max-width:1025px){
.byt-shell-ck2{
grid-template-columns:1fr;
}
.byt-main-ck2{
padding-bottom:4.875rem;
}
.byt-drawer_cb-ck2:checked~.byt-overlay-ck2{
inset:0;
background:rgba(9, 7, 15, 0.72);
display:block;
position:fixed;
z-index:70;
}
}
@media(max-width:561px){
.byt-section-ck2{
padding:1.125rem 16px;
}
.byt-section_pt-ck2{
padding-top:1.5rem;
}
}
@keyframes zm3-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
@keyframes zm3-marquee{
0%{
transform:translateX(0)}
100%{
transform:translateX(-50%)}
}
/* ---------- sidebar ---------- */
.byt-side-ck2{
background:#130F1C;
gap:22px;
padding:22px 1.125rem;
display:flex;
flex-direction:column;
position:sticky;
top:0;
overflow-y:auto;
align-self:start;
height:100vh;
border-right:1px solid #241D38;
}
.byt-brand-ck2{
gap:10px;
display:flex;
align-items:center;
}
.byt-logo-ck2{
color:#F0ECFF;
letter-spacing:-.02em;
font-weight:700;
font-family:"Chivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:21px;
}
.byt-side_cta-ck2{
background:rgba(176, 85, 255, 0.12);
padding:1rem;
border-radius:0.813rem;
border:1px solid #2E2548;
}
.byt-side_cta_h-ck2{
margin-bottom:0.375rem;
font-weight:700;
line-height:1.15;
color:#F0ECFF;
font-family:"Chivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:17px;
}
.byt-side_cta_p-ck2{
font-size:12px;
line-height:1.45;
color:#B8AEDD;
margin-bottom:0.75rem;
}
.byt-nav-ck2{
gap:3px;
flex-direction:column;
display:flex;
}
.byt-nav_label-ck2{
padding:6px 10px;
font-family:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#4E4470;
text-transform:uppercase;
letter-spacing:.14em;
font-size:9.5px;
}
.byt-nav_item-ck2{
gap:0.688rem;
border-radius:9px;
padding:0.625rem;
font-size:0.875rem;
color:#B8AEDD;
font-weight:500;
align-items:center;
display:flex;
}
.byt-nav_item-ck2 svg{
width:1.063rem;
height:1.063rem;
}
.byt-nav_item-ck2:hover{
background:rgba(176, 85, 255, 0.12);
color:#F0ECFF;
}
.byt-nav_item_on-ck2{
background:rgba(176, 85, 255, 0.12);
color:#B055FF;
font-weight:600;
}
.byt-side_foot-ck2{
border-radius:13px;
padding:12px;
background:#16131F;
border:1px solid #2E2548;
margin-top:auto;
}
.byt-side_foot-ck2 p{
margin-top:4px;
line-height:1.4;
font-size:12.5px;
color:#B8AEDD;
}
/* ---------- topbar ---------- */
.byt-top-ck2{
padding:0.875rem 1.75rem;
gap:1rem;
background:#130F1C;
z-index:40;
top:0;
position:sticky;
align-items:center;
display:flex;
border-bottom:1px solid #241D38;
}
.byt-top_brand-ck2{
gap:9px;
align-items:center;
display:none;
}
.byt-search-ck2{
border-radius:0.813rem;
gap:10px;
padding:11px 0.875rem;
background:#16131F;
border:1px solid #2E2548;
flex:1;
color:#7D6FA8;
max-width:440px;
align-items:center;
font-size:13.5px;
display:flex;
}
.byt-search-ck2 svg{
flex:none;
width:1rem;
height:1rem;
}
.byt-top_actions-ck2{
gap:0.75rem;
align-items:center;
margin-left:auto;
display:flex;
}
.byt-lang-ck2{
font-size:12px;
font-family:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#B8AEDD;
}
.byt-burger-ck2{
border-radius:9px;
border:1px solid #2E2548;
background:#16131F;
height:2.5rem;
align-items:center;
display:none;
color:#F0ECFF;
justify-content:center;
width:40px;
}
/* ---------- bottom-nav (mobile) ---------- */
.byt-botnav-ck2{
display:none;
}
@media(max-width:1022px){
.byt-side-ck2{
transition:transform .25s ease;
width:280px;
top:0;
position:fixed;
z-index:80;
transform:translateX(-100%);
height:100vh;
left:0;
}
.byt-drawer_cb-ck2:checked~.byt-shell-ck2 .byt-side-ck2{
transform:translateX(0);
}
.byt-top-ck2{
padding:0.875rem 1rem;
gap:0.75rem;
flex-wrap:wrap;
position:static;
}
.byt-top_brand-ck2{
display:flex;
}
.byt-search-ck2{
display:none;
}
.byt-burger-ck2{
display:flex;
}
.byt-top_actions-ck2{
gap:0.625rem;
align-items:stretch;
margin-left:0;
width:100%;
}
.byt-top_actions-ck2 .byt-lang-ck2{
display:none;
}
.byt-top_actions-ck2 .byt-btn-ck2{
flex:1;
padding:0.688rem 10px;
text-align:center;
}
.byt-botnav-ck2{
background:#130F1C;
grid-template-columns:repeat(3,1fr);
padding:0.5rem 6px calc(8px + env(safe-area-inset-bottom));
position:fixed;
bottom:0;
display:grid;
z-index:65;
transform:translateZ(0);
border-top:1px solid #2E2548;
right:0;
left:0;
}
.byt-bn-ck2{
gap:0.25rem;
padding:0.375rem 2px 0;
align-items:center;
justify-content:flex-end;
font-size:0.625rem;
min-width:0;
flex-direction:column;
color:#B8AEDD;
display:flex;
font-weight:600;
}
.byt-bn-ck2 svg{
flex:none;
height:22px;
width:22px;
}
.byt-bn-ck2 span{
overflow:hidden;
max-width:100%;
text-align:center;
text-overflow:ellipsis;
white-space:nowrap;
}
.byt-bn_on-ck2{
color:#B055FF;
}
.byt-bn_center-ck2{
position:relative;
}
.byt-bn_fab-ck2{
background:#C46EFF;
border-radius:50%;
color:#0F0D17;
top:-20px;
align-items:center;
box-shadow:0 0.5rem 40px rgba(9, 7, 15, 0.70), 0 2px 0.5rem rgba(176, 85, 255, 0.22);
width:3.125rem;
position:absolute;
justify-content:center;
left:50%;
height:50px;
display:flex;
transform:translateX(-50%);
}
.byt-bn_fab-ck2 svg{
height:1.5rem;
width:24px;
}
.byt-bn_center-ck2 span{
color:#B055FF;
}
}
.byt-btn-ck2{
gap:8px;
padding:0.688rem 22px;
transition:background-color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease,color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
border-radius:9px;
display:inline-flex;
cursor:pointer;
align-items:center;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
justify-content:center;
font-size:0.875rem;
}
.byt-btn_pri-ck2{
background:#C46EFF;
color:#0F0D17;
box-shadow:0 0 18px rgba(176, 85, 255, 0.55), 0 4px 12px rgba(9, 7, 15, 0.45);
}
.byt-btn_pri-ck2:hover{
background:#D48FFF;
}
.byt-btn_ghost-ck2{
background:rgba(176, 85, 255, 0.12);
font-weight:600;
color:#F0ECFF;
}
.byt-btn_line-ck2{
border:1px solid #3D3260;
background:transparent;
font-weight:600;
color:#F0ECFF;
}
.byt-btn_lg-ck2{
padding:16px 1.875rem;
border-radius:13px;
font-size:15px;
}
.byt-band-ck2 .byt-btn_line-ck2{
border-color:rgba(255, 255, 255, 0.13);
color:#F0ECFF;
}
.byt-band-ck2 .byt-btn_ghost-ck2{
background:rgba(255, 255, 255, 0.08);
color:#F0ECFF;
}
.byt-link_m-ck2{
gap:0.313rem;
align-items:center;
display:inline-flex;
font-size:12px;
text-decoration:none;
color:#B055FF;
font-family:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
cursor:pointer;
}
.byt-link_m-ck2 svg{
height:0.875rem;
width:0.875rem;
}
.byt-band-ck2 .byt-link_m-ck2{
color:#C97EFF;
}
.byt-dot-ck2{
background:#B055FF;
flex:none;
border-radius:50%;
width:0.438rem;
height:0.438rem;
}
.byt-dot_live-ck2{
animation:zm3-pulse 1.4s infinite;
background:#E8334A;
}
.byt-stars-ck2{
gap:2px;
display:inline-flex;
color:#B055FF;
}
.byt-stars-ck2 svg{
width:0.938rem;
height:0.938rem;
}
.byt-chip-ck2{
border-radius:9px;
gap:6px;
background:#16131F;
padding:7px 12px;
border:1px solid #2E2548;
color:#B8AEDD;
display:inline-flex;
align-items:center;
font-family:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:11px;
}
.byt-chip_on-ck2{
background:rgba(176, 85, 255, 0.12);
border-color:transparent;
color:#B055FF;
}
.byt-gc-ck2{
text-decoration:none;
cursor:pointer;
color:inherit;
display:block;
min-width:0;
}
.byt-gc_thumb-ck2{
border-radius:13px;
border:1px solid #2E2548;
overflow:hidden;
background-size:cover;
aspect-ratio:1;
display:block;
position:relative;
background-position:center;
}
.byt-gc_thumb_portrait-ck2{
aspect-ratio:3/4;
}
.byt-gc_thumb_wide-ck2{
aspect-ratio:16/11;
}
.byt-gc_cap-ck2{
background:linear-gradient(transparent,rgba(9, 7, 15, 0.72));
padding:0.563rem;
left:0;
position:absolute;
bottom:0;
right:0;
}
.byt-gc_name-ck2{
font-size:12.5px;
font-weight:700;
color:#F0ECFF;
display:block;
}
.byt-gc_meta-ck2{
color:#A899CC;
font-size:0.688rem;
}
.byt-gc_badge-ck2{
padding:2px 0.375rem;
background:#B055FF;
border-radius:0.563rem;
position:absolute;
color:#0F0D17;
font-weight:700;
font-family:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:0.5rem;
right:8px;
top:8px;
}
.byt-gc_badge_hot-ck2{
background:#E8334A;
color:#F0ECFF;
}
.byt-gc_badge_live-ck2{
background:#E8334A;
color:#F0ECFF;
right:auto;
left:8px;
}
.byt-gc_mult-ck2{
inset:0;
justify-content:center;
position:absolute;
font-weight:700;
display:flex;
font-size:28px;
color:#B055FF;
align-items:center;
}
.byt-pc-ck2{
border:1px solid #2E2548;
background:#16131F;
border-radius:13px;
align-items:center;
color:#B8AEDD;
font-size:14px;
display:flex;
justify-content:center;
height:4rem;
font-weight:700;
}
.byt-rail-ck2{
min-width:0;
}
.byt-rail_scroll-ck2{
gap:14px;
display:grid;
}
.byt-rail_scroll-ck2>*{
min-width:0;
}
.byt-g6-ck2{
grid-template-columns:repeat(6,1fr);
}
.byt-g7-ck2{
grid-template-columns:repeat(7,1fr);
}
.byt-g4-ck2{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1022px){
.byt-g6-ck2,.byt-g7-ck2{
grid-template-columns:none;
grid-auto-columns:120px;
scroll-snap-type:x mandatory;
padding-bottom:6px;
overflow-x:auto;
grid-auto-flow:column;
}
.byt-g6-ck2>*,.byt-g7-ck2>*{
scroll-snap-align:start;
}
.byt-g4-ck2{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:557px){
.byt-g4-ck2{
grid-template-columns:none;
grid-auto-flow:column;
overflow-x:auto;
grid-auto-columns:150px;
}
}
.byt-panel-ck2{
padding:28px 32px;
background:#16131F;
border-radius:20px;
border:1px solid #2E2548;
}
.byt-split-ck2{
gap:36px;
display:grid;
align-items:start;
}
.byt-split-ck2>*{
min-width:0;
}
.byt-split_a-ck2{
grid-template-columns:.85fr 1.15fr;
}
.byt-split_b-ck2{
grid-template-columns:1fr 1.1fr;
}
.byt-split_c-ck2{
grid-template-columns:1.1fr .9fr;
}
.byt-pgrid-ck2{
grid-template-columns:.9fr 1.1fr;
gap:40px;
align-items:center;
display:grid;
}
.byt-pgrid-ck2>*{
min-width:0;
}
.byt-lead-ck2{
margin-bottom:0.875rem;
font-size:15px;
color:#B8AEDD;
line-height:1.65;
}
.byt-feat-ck2{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.byt-feat-ck2>*{
min-width:0;
}
.byt-feat2-ck2{
grid-template-columns:1fr 1fr;
}
.byt-feat_card-ck2{
border:1px solid #2E2548;
background:#16131F;
border-radius:20px;
padding:26px;
}
.byt-feat_card-ck2 svg{
height:26px;
margin-bottom:1rem;
width:1.625rem;
color:#B055FF;
}
.byt-feat_card-ck2 h3{
font-family:"Chivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F0ECFF;
font-size:1.125rem;
font-weight:700;
margin-bottom:0.5rem;
}
.byt-feat_card-ck2 p{
font-size:0.813rem;
line-height:1.6;
color:#B8AEDD;
}
.byt-feat_card-ck2 b{
color:#F0ECFF;
}
.byt-big-ck2{
gap:22px;
display:flex;
flex-wrap:wrap;
}
.byt-big_n-ck2{
font-size:1.625rem;
color:#B055FF;
font-family:"Chivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
}
.byt-big_l-ck2{
font-size:12px;
color:#7D6FA8;
}
.byt-person-ck2{
gap:14px;
padding:1rem 18px;
border:1px solid #2E2548;
background:#16131F;
border-radius:0.813rem;
align-items:center;
display:flex;
}
.byt-avatar-ck2{
border-radius:50%;
background:linear-gradient(135deg,#B055FF,#7A1FCC);
flex:none;
height:44px;
width:2.75rem;
}
.byt-person_name-ck2{
font-weight:700;
font-size:14px;
color:#F0ECFF;
}
.byt-person_role-ck2{
color:#7D6FA8;
font-size:0.75rem;
}
.byt-kv-ck2{
border:1px solid #2E2548;
gap:1px;
overflow:hidden;
grid-template-columns:1fr 1fr;
background:#2E2548;
border-radius:0.813rem;
display:grid;
}
.byt-kv-ck2>div{
padding:16px 1.125rem;
background:#0F0D17;
min-width:0;
}
.byt-kv_k-ck2{
color:#B055FF;
text-transform:uppercase;
margin-bottom:5px;
font-size:0.594rem;
font-family:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.byt-kv_v-ck2{
color:#F0ECFF;
font-size:13.5px;
font-weight:700;
}
@media(max-width:1023px){
.byt-split_a-ck2,.byt-split_b-ck2,.byt-split_c-ck2,.byt-pgrid-ck2{
gap:1.5rem;
grid-template-columns:1fr;
}
.byt-feat-ck2,.byt-feat2-ck2{
grid-template-columns:1fr;
}
.byt-kv-ck2{
grid-template-columns:1fr;
}
}
.byt-sh-ck2{
margin-bottom:1rem;
min-width:0;
}
.byt-sh_row-ck2{
gap:12px;
align-items:flex-end;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.byt-sh_row-ck2 .byt-sh_l-ck2{
gap:6px;
min-width:0;
display:flex;
flex-direction:column;
}
.byt-sh_stack-ck2{
gap:0.625rem;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.byt-sh_center-ck2{
gap:10px;
flex-direction:column;
text-align:center;
align-items:center;
display:flex;
}
.byt-sh_h2-ck2{
gap:9px;
overflow-wrap:break-word;
line-height:1.1;
font-weight:700;
font-family:"Chivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:20px;
display:flex;
align-items:center;
color:#F0ECFF;
}
@media(min-width:770px){
.byt-sh_h2-ck2{
font-size:24px;
}
}
.byt-band-ck2 .byt-sh_h2-ck2{
color:#F0ECFF;
}
.byt-eb_mono-ck2{
font-family:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
letter-spacing:.08em;
text-transform:none;
}
.byt-eb_mono-ck2::before{
content:"// ";
}
.byt-eb_upper-ck2{
letter-spacing:.14em;
text-transform:uppercase;
}
.byt-eb_pill-ck2{
padding:0.313rem 11px;
border-radius:62.438rem;
background:rgba(176, 85, 255, 0.12);
text-transform:uppercase;
letter-spacing:.12em;
}
.byt-eb_line-ck2{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.byt-eb_line-ck2::before{
background:#B055FF;
width:1.5rem;
height:1px;
display:inline-block;
content:"";
}
.byt-band-ck2 .byt-eb_line-ck2::before{
background:#C97EFF;
}
.byt-band-ck2 .byt-eb_pill-ck2{
background:rgba(255, 255, 255, 0.08);
}
.byt-sh_link-ck2{
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:6px;
font-size:0.813rem;
border-bottom:1px solid #F0ECFF;
white-space:nowrap;
padding-bottom:2px;
color:#F0ECFF;
align-items:center;
font-weight:600;
display:inline-flex;
}
.byt-sh_link-ck2:hover{
border-color:#B055FF;
color:#B055FF;
}
.byt-sh_link-ck2 svg{
height:0.875rem;
width:0.875rem;
}
.byt-sh_link_chev-ck2{
font-family:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:12px;
padding-bottom:0;
color:#B055FF;
border-bottom:0;
}
.byt-sh_link_btn-ck2{
background:#C46EFF;
border-radius:62.438rem;
padding:9px 18px;
color:#0F0D17;
border-bottom:0;
}
.byt-sh_link_btn-ck2:hover{
border-color:transparent;
background:#D48FFF;
}
.byt-band-ck2 .byt-sh_link-ck2{
border-color:#F0ECFF;
color:#F0ECFF;
}
.byt-band-ck2 .byt-sh_link_chev-ck2{
color:#C97EFF;
}
.byt-sh_rule-ck2{
margin:-2px 0 16px;
background:#2E2548;
height:1px;
}
.byt-band-ck2 .byt-sh_rule-ck2{
background:rgba(255, 255, 255, 0.13);
}
.byt-seo_grid3-ck2{
gap:1.25rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.byt-seo_grid4-ck2{
gap:0.813rem;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.byt-seo_grid3-ck2>*,.byt-seo_grid4-ck2>*{
min-width:0;
}
.byt-seo_card-ck2{
border-radius:0.813rem;
padding:24px;
border:1px solid #2E2548;
background:#16131F;
}
.byt-seo_card-ck2 h3{
font-size:18px;
font-family:"Chivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
color:#F0ECFF;
margin-bottom:8px;
}
.byt-seo_card-ck2 p{
line-height:1.6;
font-size:0.813rem;
color:#B8AEDD;
}
.byt-seo_card_sm-ck2{
padding:20px;
}
.byt-seo_card_sm-ck2 h3{
font-size:1rem;
}
.byt-seo_card_sm-ck2 p{
line-height:1.55;
font-size:12.5px;
}
.byt-seo_rtp_row-ck2{
gap:36px;
grid-template-columns:1fr 1fr;
display:grid;
align-items:center;
margin-top:16px;
}
.byt-rtp-ck2{
gap:14px;
min-width:0;
display:flex;
}
.byt-rtp-ck2>div{
flex:1;
border-radius:0.813rem;
background:#0F0D17;
padding:1rem;
text-align:center;
min-width:0;
}
.byt-rtp_n-ck2{
font-size:1.625rem;
white-space:nowrap;
font-weight:700;
color:#B055FF;
font-family:"Chivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.byt-rtp_l-ck2{
font-size:11px;
margin-top:0.25rem;
color:#7D6FA8;
}
.byt-cmp-ck2{
overflow:hidden;
border-radius:0.813rem;
border:1px solid #2E2548;
max-width:760px;
}
.byt-cmp_row-ck2{
grid-template-columns:1.6fr 1fr 1fr;
font-size:13px;
display:grid;
}
.byt-cmp_row-ck2>div{
padding:0.813rem 0.875rem;
text-align:center;
min-width:0;
}
.byt-cmp_row-ck2>div:first-child{
padding-left:22px;
text-align:left;
color:#F0ECFF;
font-weight:600;
}
.byt-cmp_th-ck2{
background:#0F0D17;
font-size:0.781rem;
font-weight:700;
}
.byt-cmp_row-ck2:not(.byt-cmp_th-ck2){
background:#16131F;
color:#B8AEDD;
border-top:1px solid #241D38;
}
.byt-cmp_zebra-ck2{
background:#1C1828;
}
.byt-guide-ck2{
border-radius:13px;
background:#16131F;
border:1px solid #2E2548;
overflow:hidden;
cursor:pointer;
}
.byt-guide_cover-ck2{
height:130px;
}
.byt-guide_body-ck2{
padding:1.25rem;
}
.byt-guide_body-ck2 h3{
margin:0.438rem 0 9px;
line-height:1.25;
font-family:"Chivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F0ECFF;
font-weight:700;
font-size:16px;
}
.byt-guide_meta-ck2{
font-size:0.719rem;
color:#7D6FA8;
}
.byt-hub-ck2{
grid-template-columns:repeat(5,1fr);
gap:1.75rem;
border-top:1px solid #241D38;
padding-top:28px;
display:grid;
}
.byt-hub-ck2>*{
min-width:0;
}
.byt-hub-ck2 h4{
font-size:13px;
color:#F0ECFF;
margin-bottom:0.688rem;
font-weight:700;
}
.byt-hub_col-ck2{
gap:0.5rem;
color:#B8AEDD;
flex-direction:column;
display:flex;
font-size:0.813rem;
}
.byt-hub_col-ck2 a{
cursor:pointer;
}
@media(max-width:1023px){
.byt-seo_grid3-ck2{
grid-template-columns:1fr;
}
.byt-seo_grid4-ck2{
grid-template-columns:repeat(2,1fr);
}
.byt-seo_rtp_row-ck2{
gap:20px;
grid-template-columns:1fr;
}
.byt-hub-ck2{
grid-template-columns:repeat(2,1fr);
gap:1.375rem;
}
}
@media(max-width:562px){
.byt-hub-ck2{
grid-template-columns:1fr;
}
}
.byt-hero-ck2{
border-radius:20px;
padding:46px 48px;
border:1px solid #2E2548;
overflow:hidden;
background:linear-gradient(120deg,#1A1030,#0D0A22);
color:#F0ECFF;
position:relative;
}
.byt-hero_glow-ck2{
border-radius:50%;
background:radial-gradient(circle,rgba(160, 80, 255, 0.22),transparent 70%);
width:21.25rem;
height:21.25rem;
position:absolute;
top:-3.75rem;
right:-3.75rem;
}
.byt-hero_in-ck2{
position:relative;
max-width:600px;
}
.byt-hero-ck2 .byt-eyebrow-ck2{
color:#C97EFF;
}
.byt-pill_row-ck2{
padding:0.375rem 13px;
background:rgba(255, 255, 255, 0.08);
border-radius:999px;
border:1px solid rgba(255, 255, 255, 0.13);
gap:8px;
display:inline-flex;
color:#C97EFF;
font-size:0.656rem;
letter-spacing:.1em;
align-items:center;
margin-bottom:22px;
text-transform:uppercase;
font-family:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.byt-hero_h1-ck2{
margin:18px 0;
font-size:3.375rem;
line-height:1.02;
color:#F0ECFF;
font-weight:700;
letter-spacing:-.02em;
font-family:"Chivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
overflow-wrap:break-word;
}
.byt-hero_h1-ck2 em{
color:#C97EFF;
font-style:normal;
}
.byt-hero_sub-ck2{
line-height:1.55;
margin-bottom:28px;
max-width:30rem;
font-size:17px;
color:#A899CC;
}
.byt-hero_cta-ck2{
gap:0.875rem;
flex-wrap:wrap;
margin-bottom:26px;
display:flex;
align-items:center;
}
.byt-hero_trust-ck2{
gap:0.875rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.byt-hero_rating_txt-ck2{
font-size:0.813rem;
color:#A899CC;
}
@media(max-width:1026px){
.byt-hero-ck2{
padding:32px 24px;
}
.byt-hero_h1-ck2{
font-size:2.375rem;
}
}
@media(max-width:558px){
.byt-hero_h1-ck2{
font-size:30px;
}
}
.byt-stat-ck2{
grid-template-columns:repeat(4,1fr);
gap:0.875rem;
display:grid;
}
.byt-stat-ck2>*{
min-width:0;
}
.byt-stat_item-ck2{
border-radius:13px;
border:1px solid #2E2548;
background:#16131F;
padding:18px 20px;
}
.byt-stat_k-ck2{
color:#7D6FA8;
margin-bottom:0.438rem;
text-transform:uppercase;
font-size:9.5px;
letter-spacing:.12em;
font-family:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.byt-stat_v-ck2{
gap:8px;
font-size:24px;
font-weight:700;
align-items:center;
display:flex;
overflow-wrap:anywhere;
font-family:"Chivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
min-width:0;
color:#F0ECFF;
}
.byt-stat_v_accent-ck2{
color:#B055FF;
}
@media(max-width:1025px){
.byt-stat-ck2{
grid-template-columns:repeat(2,1fr);
}
}
.byt-wlc-ck2{
gap:24px;
overflow:hidden;
grid-template-columns:1.2fr .8fr;
background:linear-gradient(120deg,#1A1030,#0D0A22);
border-radius:20px;
padding:36px 40px;
border:1px solid #2E2548;
position:relative;
display:grid;
color:#F0ECFF;
align-items:center;
}
.byt-wlc-ck2>*{
min-width:0;
}
.byt-wlc-ck2 .byt-eyebrow-ck2{
color:#C97EFF;
}
.byt-wlc_glow-ck2{
background:radial-gradient(circle,rgba(160, 80, 255, 0.22),transparent 70%);
border-radius:50%;
height:260px;
width:16.25rem;
top:-2.5rem;
position:absolute;
right:-40px;
}
.byt-wlc_in-ck2{
position:relative;
}
.byt-wlc_h2-ck2{
margin:10px 0 8px;
overflow-wrap:break-word;
font-family:"Chivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
font-size:2.125rem;
line-height:1.03;
color:#F0ECFF;
}
.byt-wlc_h2-ck2 em{
color:#C97EFF;
font-style:normal;
}
.byt-wlc_sub-ck2{
font-size:14px;
line-height:1.55;
max-width:26.25rem;
color:#A899CC;
margin-bottom:18px;
}
.byt-wlc_terms-ck2{
gap:0.625rem;
display:flex;
position:relative;
flex-direction:column;
}
.byt-term-ck2{
padding:0.813rem 0.938rem;
border-radius:0.813rem;
border:1px solid rgba(255, 255, 255, 0.13);
background:rgba(255, 255, 255, 0.08);
gap:11px;
display:flex;
align-items:center;
}
.byt-term-ck2 svg{
flex:none;
width:20px;
height:20px;
color:#C97EFF;
}
.byt-term_k-ck2{
font-size:9.5px;
color:#A899CC;
letter-spacing:.1em;
font-family:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:uppercase;
}
.byt-term_v-ck2{
font-weight:700;
font-size:0.875rem;
color:#F0ECFF;
margin-top:2px;
}
@media(max-width:1027px){
.byt-wlc-ck2{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.byt-wlc_h2-ck2{
font-size:26px;
}
}
.byt-jp-ck2{
grid-template-columns:1.5fr 1fr 1fr;
gap:14px;
display:grid;
}
.byt-jp-ck2>*{
min-width:0;
}
.byt-jp_hero-ck2{
padding:26px;
gap:0.875rem;
border:1px solid #2E2548;
overflow:hidden;
background:linear-gradient(135deg,#1A1030,#0D0A22);
border-radius:1.25rem;
flex-direction:column;
display:flex;
position:relative;
color:#F0ECFF;
min-height:180px;
justify-content:space-between;
}
.byt-jp_glow-ck2{
background:radial-gradient(circle,rgba(160, 80, 255, 0.22),transparent 70%);
border-radius:50%;
width:180px;
right:-40px;
position:absolute;
top:-40px;
height:11.25rem;
}
.byt-jp_k_row-ck2{
gap:10px;
justify-content:space-between;
align-items:center;
position:relative;
display:flex;
}
.byt-jp_k-ck2{
color:#7D6FA8;
letter-spacing:.12em;
font-family:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:uppercase;
font-size:0.625rem;
}
.byt-jp_hero-ck2 .byt-jp_k-ck2{
color:#A899CC;
}
.byt-jp_amt-ck2{
position:relative;
font-family:"Chivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#C97EFF;
line-height:1;
font-size:42px;
font-weight:700;
}
.byt-jp_sub-ck2{
margin-top:5px;
font-size:0.75rem;
color:#A899CC;
}
.byt-jp_cell-ck2{
border:1px solid #2E2548;
padding:1.375rem;
background:#16131F;
border-radius:20px;
min-height:11.25rem;
display:flex;
justify-content:space-between;
flex-direction:column;
}
.byt-jp_cell-ck2 .byt-jp_amt-ck2{
font-size:30px;
color:#F0ECFF;
}
.byt-jp_cell-ck2 .byt-jp_sub-ck2{
color:#7D6FA8;
}
@media(max-width:1027px){
.byt-jp-ck2{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.byt-jp_amt-ck2{
font-size:2rem;
}
}
.byt-app-ck2{
gap:2.25rem;
justify-content:space-between;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.byt-app_copy-ck2{
max-width:32.5rem;
}
.byt-app_h2-ck2{
margin:12px 0 10px;
font-weight:700;
font-family:"Chivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.05;
font-size:28px;
color:#F0ECFF;
}
.byt-app_text-ck2{
font-size:0.875rem;
color:#B8AEDD;
line-height:1.6;
margin-bottom:20px;
}
.byt-app_btns-ck2{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
.byt-store-ck2{
gap:9px;
background:#0F0D17;
border-radius:13px;
border:1px solid #2E2548;
padding:11px 1.125rem;
display:inline-flex;
font-weight:700;
align-items:center;
font-size:13px;
cursor:pointer;
color:#F0ECFF;
}
.byt-store-ck2 svg{
height:16px;
width:16px;
}
.byt-app_qr_wrap-ck2{
gap:1rem;
display:flex;
align-items:center;
}
.byt-qr-ck2{
background:#0F0D17;
grid-template-columns:repeat(5,1fr);
border-radius:13px;
grid-template-rows:repeat(5,1fr);
border:1px solid #2E2548;
padding:0.688rem;
gap:3px;
height:6.75rem;
display:grid;
width:6.75rem;
}
.byt-qr-ck2 i{
background:transparent;
}
.byt-qr_f-ck2{
background:#B055FF;
}
.byt-app_qr_cap-ck2{
font-size:0.75rem;
max-width:84px;
color:#7D6FA8;
line-height:1.4;
}
.byt-steps-ck2{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.byt-steps-ck2>*{
min-width:0;
}
.byt-step-ck2{
padding:24px;
background:#16131F;
border:1px solid #2E2548;
border-radius:0.813rem;
position:relative;
}
.byt-step_num-ck2{
background:#C46EFF;
border-radius:0.563rem;
justify-content:center;
height:30px;
margin-bottom:14px;
font-weight:700;
display:flex;
width:1.875rem;
font-family:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#0F0D17;
font-size:13px;
align-items:center;
}
.byt-step_h-ck2{
font-size:1rem;
color:#F0ECFF;
font-family:"Chivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-bottom:0.438rem;
font-weight:700;
}
.byt-step_p-ck2{
color:#B8AEDD;
line-height:1.55;
font-size:0.813rem;
}
@media(max-width:1026px){
.byt-steps-ck2{
grid-template-columns:1fr;
}
}
.byt-promo_grid-ck2{
grid-template-columns:repeat(3,1fr);
gap:1rem;
display:grid;
}
.byt-promo_grid-ck2>*{
min-width:0;
}
.byt-promo-ck2{
overflow:hidden;
border:1px solid #2E2548;
background:#16131F;
padding:1.5rem;
border-radius:20px;
min-height:9.375rem;
position:relative;
}
.byt-promo_h-ck2{
font-weight:700;
margin-top:6px;
color:#F0ECFF;
font-size:26px;
line-height:1.05;
font-family:"Chivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.byt-promo_h-ck2 em{
font-style:normal;
color:#B055FF;
}
.byt-promo_p-ck2{
margin-top:8px;
font-size:0.781rem;
color:#B8AEDD;
line-height:1.5;
}
.byt-promo_feat-ck2{
border-color:#2E2548;
background:linear-gradient(135deg,#1A1030,#0D0A22);
}
.byt-promo_feat-ck2 .byt-promo_h-ck2{
color:#F0ECFF;
}
.byt-promo_feat-ck2 .byt-promo_h-ck2 em{
color:#C97EFF;
}
.byt-promo_feat-ck2 .byt-promo_p-ck2{
color:#A899CC;
}
.byt-promo_feat-ck2 .byt-eyebrow-ck2{
color:#C97EFF;
}
@media(max-width:1021px){
.byt-promo_grid-ck2{
grid-template-columns:1fr;
}
}
.byt-pay_logos-ck2{
grid-template-columns:repeat(4,1fr);
gap:0.563rem;
display:grid;
}
.byt-pay_logos-ck2>*{
min-width:0;
}
.byt-pay-ck2{
border:1px solid #2E2548;
border-radius:9px;
color:#B8AEDD;
justify-content:center;
height:48px;
font-weight:700;
font-size:12px;
display:flex;
align-items:center;
}
.byt-table-ck2{
border:1px solid #2E2548;
border-radius:13px;
overflow:hidden;
}
.byt-trow-ck2{
grid-template-columns:1.3fr 1fr 1fr 1fr;
font-size:13px;
display:grid;
}
.byt-trow-ck2>div{
padding:0.813rem 14px;
min-width:0;
}
.byt-trow-ck2>div:first-child{
color:#F0ECFF;
font-weight:700;
padding-left:1rem;
}
.byt-trow_th-ck2{
background:#0F0D17;
text-transform:uppercase;
font-size:0.594rem;
font-family:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#7D6FA8;
letter-spacing:.06em;
}
.byt-trow-ck2:not(.byt-trow_th-ck2){
background:#16131F;
border-top:1px solid #241D38;
color:#B8AEDD;
}
.byt-trow_zebra-ck2{
background:#1C1828;
}
.byt-pos-ck2{
color:#B055FF;
font-weight:700;
}
@media(max-width:1027px){
.byt-pay_logos-ck2{
grid-template-columns:repeat(2,1fr);
}
}
.byt-supp-ck2{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.byt-supp-ck2>*{
min-width:0;
}
.byt-supp_card-ck2{
padding:24px;
border-radius:13px;
border:1px solid #2E2548;
background:#16131F;
}
.byt-supp_card-ck2 svg{
width:1.5rem;
color:#B055FF;
height:1.5rem;
margin-bottom:14px;
}
.byt-supp_card-ck2 h3{
color:#F0ECFF;
font-size:16px;
font-weight:700;
margin-bottom:0.375rem;
font-family:"Chivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.byt-supp_card-ck2 p{
color:#B8AEDD;
line-height:1.55;
font-size:0.813rem;
}
@media(max-width:1021px){
.byt-supp-ck2{
grid-template-columns:1fr;
}
}
.byt-dw_h2-ck2{
line-height:1.08;
font-weight:700;
color:#F0ECFF;
font-size:26px;
font-family:"Chivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-bottom:0.625rem;
}
.byt-steps_v-ck2{
grid-template-columns:1fr;
gap:10px;
}
.byt-steps_v-ck2 .byt-step-ck2{
padding:18px 1.25rem;
}
@media(max-width:560px){
.byt-dw_h2-ck2{
font-size:23px;
}
}
.byt-vip_head-ck2{
gap:12px;
align-items:flex-end;
margin-bottom:1.125rem;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.byt-vip_intro-ck2{
max-width:420px;
color:#B8AEDD;
font-size:0.813rem;
}
.byt-vip-ck2{
gap:12px;
grid-template-columns:repeat(5,1fr);
display:grid;
}
.byt-vip-ck2>*{
min-width:0;
}
.byt-tier-ck2{
border-radius:0.813rem;
padding:20px;
background:#16131F;
border:1px solid #2E2548;
}
.byt-tier_on-ck2{
border-color:#B055FF;
background:rgba(176, 85, 255, 0.12);
}
.byt-tier_medal-ck2{
border-radius:9px;
background:linear-gradient(135deg,#B055FF,#7A1FCC);
height:1.875rem;
margin-bottom:0.875rem;
width:1.875rem;
}
.byt-tier_name-ck2{
font-size:15px;
font-weight:700;
margin-bottom:0.313rem;
color:#F0ECFF;
font-family:"Chivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.byt-tier_tx-ck2{
line-height:1.5;
color:#7D6FA8;
font-size:0.719rem;
}
@media(max-width:1025px){
.byt-vip-ck2{
grid-template-columns:repeat(2,1fr);
}
}
.byt-ab_h2-ck2{
margin:14px 0 16px;
font-family:"Chivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.08;
font-size:2rem;
color:#F0ECFF;
font-weight:700;
}
.byt-ab_body-ck2{
margin-bottom:14px;
font-size:15px;
color:#B8AEDD;
line-height:1.65;
}
.byt-ab_chips-ck2{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
margin-top:0.5rem;
}
.byt-faq-ck2{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.byt-faq_item-ck2{
border:1px solid #2E2548;
background:#16131F;
border-radius:13px;
padding:1.125rem 22px;
}
.byt-faq_q-ck2{
gap:1rem;
list-style:none;
justify-content:space-between;
align-items:center;
display:flex;
color:#F0ECFF;
cursor:pointer;
font-size:0.969rem;
font-weight:600;
}
.byt-faq_q-ck2::-webkit-details-marker{
display:none;
}
.byt-faq_q_t-ck2{
gap:0.625rem;
display:flex;
}
.byt-faq_q_i-ck2{
font-style:normal;
color:#B055FF;
font-family:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.byt-faq_pm-ck2{
font-family:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:20px;
color:#B055FF;
}
.byt-faq_item-ck2[open] .byt-faq_pm-ck2{
transform:rotate(45deg);
}
.byt-faq_a-ck2{
color:#B8AEDD;
margin-top:0.75rem;
line-height:1.6;
font-size:0.844rem;
}
@media(max-width:562px){
.byt-ab_h2-ck2{
font-size:1.625rem;
}
}
.byt-et_h2-ck2{
margin:10px 0 0.875rem;
line-height:1.08;
font-size:28px;
color:#F0ECFF;
font-weight:700;
font-family:"Chivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.byt-et_right-ck2{
gap:10px;
flex-direction:column;
display:flex;
}
.byt-et_updated-ck2{
border-radius:0.813rem;
background:#0F0D17;
padding:0.875rem 18px;
gap:0.625rem;
border:1px solid #2E2548;
color:#B8AEDD;
align-items:center;
display:flex;
font-size:0.75rem;
}
.byt-et_updated-ck2 svg{
flex:none;
width:15px;
color:#B055FF;
height:0.938rem;
}
.byt-et_updated-ck2 b{
color:#F0ECFF;
}
@media(max-width:561px){
.byt-et_h2-ck2{
font-size:24px;
}
}
.byt-provs-ck2{
gap:0.75rem;
grid-template-columns:repeat(6,1fr);
margin-bottom:28px;
display:grid;
}
.byt-provs-ck2>*{
min-width:0;
}
.byt-prov-ck2{
border-radius:13px;
border:1px solid #2E2548;
background:#16131F;
padding:12px;
align-items:center;
text-decoration:none;
display:flex;
justify-content:center;
height:4rem;
}
.byt-prov_img-ck2{
max-width:100%;
max-height:2rem;
object-fit:contain;
}
.byt-resp-ck2{
gap:1.5rem;
background:#16131F;
border:1px solid #2E2548;
padding:26px;
border-radius:0.813rem;
align-items:center;
flex-wrap:wrap;
display:flex;
justify-content:space-between;
}
.byt-resp_in-ck2{
max-width:560px;
}
.byt-resp_h-ck2{
font-size:19px;
color:#F0ECFF;
font-family:"Chivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-bottom:8px;
font-weight:700;
}
.byt-resp_p-ck2{
color:#B8AEDD;
line-height:1.6;
font-size:13.5px;
}
.byt-resp_badges-ck2{
gap:14px;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.byt-age18-ck2{
padding:4px 8px;
border-radius:9px;
border:1.5px solid #E8334A;
font-family:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-weight:700;
font-size:0.813rem;
color:#E8334A;
}
.byt-resp_org-ck2{
color:#7D6FA8;
font-weight:600;
font-size:13px;
}
@media(max-width:1027px){
.byt-provs-ck2{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:561px){
.byt-provs-ck2{
grid-template-columns:repeat(2,1fr);
}
}
.byt-dispute-ck2{
gap:1.75rem;
border-radius:13px;
padding:26px 1.875rem;
border:1px dashed #3D3260;
align-items:center;
flex-wrap:wrap;
display:flex;
justify-content:space-between;
}
.byt-dispute_in-ck2{
max-width:41.25rem;
}
.byt-dispute_h2-ck2{
margin-bottom:8px;
font-weight:700;
font-family:"Chivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F0ECFF;
font-size:22px;
}
.byt-dispute_text-ck2{
font-size:0.844rem;
line-height:1.6;
color:#B8AEDD;
}
.byt-op_h2-ck2{
margin:10px 0 0.5rem;
font-weight:700;
font-family:"Chivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:24px;
color:#F0ECFF;
line-height:1.1;
}
.byt-op_text-ck2{
line-height:1.6;
color:#B8AEDD;
font-size:0.844rem;
}
@media(max-width:557px){
.byt-op_h2-ck2{
font-size:1.375rem;
}
}
.byt-footer-ck2{
background:#09070F;
padding:2.5rem 1.75rem;
border-top:1px solid #241D38;
}
.byt-footer_grid-ck2{
gap:2rem;
grid-template-columns:1.4fr 1fr 1fr 1fr;
margin-bottom:28px;
display:grid;
margin-right:auto;
max-width:87.5rem;
margin-left:auto;
}
.byt-footer_grid-ck2>*{
min-width:0;
}
.byt-footer_grid-ck2 h4{
font-family:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:10px;
margin-bottom:13px;
color:#4E4470;
text-transform:uppercase;
letter-spacing:.12em;
}
.byt-fcol-ck2{
gap:0.563rem;
font-size:13px;
display:flex;
flex-direction:column;
color:#B8AEDD;
}
.byt-fcol-ck2 a{
cursor:pointer;
}
.byt-ft_about-ck2{
color:#7D6FA8;
line-height:1.6;
max-width:260px;
margin-top:0.75rem;
font-size:0.813rem;
}
.byt-ft_contact-ck2{
font-family:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
overflow-wrap:anywhere;
color:#B055FF;
font-size:0.781rem;
margin-top:0.75rem;
}
.byt-footer_bottom-ck2{
gap:1rem;
margin:0 auto;
display:flex;
border-top:1px solid #241D38;
align-items:center;
justify-content:space-between;
flex-wrap:wrap;
padding-top:1.25rem;
max-width:1400px;
}
.byt-footer_bottom-ck2 p{
font-size:11px;
line-height:1.6;
max-width:720px;
color:#4E4470;
}
@media(max-width:1025px){
.byt-footer_grid-ck2{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:559px){
.byt-footer_grid-ck2{
grid-template-columns:1fr;
}
}