:root{
  --private-header-bg:rgba(8,10,15,.90);
  --private-header-line:rgba(255,255,255,.10);
  --private-header-text:#eef3fb;
}
.site-header{
  position:sticky!important;
  top:0!important;
  z-index:1000!important;
  width:100%!important;
  min-height:78px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-bottom:1px solid var(--private-header-line)!important;
  background:var(--private-header-bg)!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
  box-shadow:none!important;
}
.header-container{
  width:min(1180px,calc(100% - 32px))!important;
  max-width:1180px!important;
  min-height:78px!important;
  margin:0 auto!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto auto auto!important;
  align-items:center!important;
  column-gap:12px!important;
  row-gap:0!important;
  transform:none!important;
}
.site-logo{
  grid-column:1!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:44px!important;
  margin:0!important;
  padding:0!important;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:clamp(1.55rem,1.35rem + .7vw,1.95rem)!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.018em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  background:linear-gradient(135deg,#11457E 0%,#11457E 33.333%,#fff 33.333%,#fff 66.666%,#D7141A 66.666%,#D7141A 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
}
.main-nav{
  grid-column:2!important;
  justify-self:center!important;
  width:auto!important;
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
  margin:0!important;
  padding:0!important;
}
.nav-list{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  list-style:none!important;
  margin:0!important;
  padding:0!important;
}
.nav-item{display:flex!important;align-items:center!important;margin:0!important;padding:0!important}
.nav-item a,.header-login-link{
  min-width:92px!important;
  height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0 16px!important;
  border:1px solid transparent!important;
  border-radius:13px!important;
  background:transparent!important;
  color:rgba(244,247,251,.72)!important;
  text-decoration:none!important;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:.94rem!important;
  font-weight:760!important;
  line-height:1!important;
  white-space:nowrap!important;
  box-shadow:none!important;
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease!important;
}
.nav-item a:hover,.nav-item a.active,.nav-item a[aria-current="page"],.header-login-link:hover{
  color:#fff!important;
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(255,255,255,.08)!important;
  transform:none!important;
}
.header-account-slot{
  grid-column:3!important;
  justify-self:end!important;
  display:flex!important;
  align-items:center!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
.header-login-link{min-width:82px!important;height:42px!important;padding:0 14px!important;background:rgba(255,255,255,.055)!important;border-color:rgba(255,255,255,.10)!important}
.telegram-icon-link{
  grid-column:4!important;
  justify-self:end!important;
  width:42px!important;
  height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 42px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.075)!important;
  color:#fff!important;
  box-shadow:none!important;
  text-decoration:none!important;
  transition:background .18s ease,transform .18s ease!important;
}
.telegram-icon-link:hover{background:rgba(42,171,238,.22)!important;transform:translateY(-1px)!important}
.telegram-icon-link:focus-visible{outline:2px solid rgba(42,171,238,.72)!important;outline-offset:3px!important}
.telegram-icon-link svg{width:21px!important;height:21px!important;display:block!important;fill:currentColor!important}
.mobile-menu-btn{
  grid-column:5!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  width:42px!important;
  height:42px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:13px!important;
  background:rgba(255,255,255,.055)!important;
  color:#fff!important;
  box-shadow:none!important;
  cursor:pointer!important;
}

/* Account widget */
.cz-account-widget{position:relative;z-index:1002;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#fff;display:inline-flex;align-items:center;margin:0!important}
.cz-account-button{display:flex;align-items:center;gap:10px;height:42px!important;padding:0 14px!important;border-radius:13px!important;border:1px solid rgba(255,255,255,.11)!important;background:rgba(255,255,255,.065)!important;color:#fff!important;cursor:pointer;font-weight:800;font-size:.94rem;white-space:nowrap;box-shadow:none!important;outline:0!important}
.cz-account-button:hover{background:rgba(255,255,255,.11)!important}
.cz-account-button:focus-visible{outline:2px solid rgba(92,184,255,.55)!important;outline-offset:3px!important}
.cz-account-dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#11457E 0%,#fff 50%,#D7141A 100%);box-shadow:0 0 0 3px rgba(255,255,255,.05)}
.cz-account-menu{position:absolute;top:52px;right:0;width:min(286px,calc(100vw - 32px));padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(9,13,22,.98);backdrop-filter:blur(18px);box-shadow:0 24px 70px rgba(0,0,0,.45);display:none}
.cz-account-widget.open .cz-account-menu{display:block}
.cz-account-user{padding:9px 10px 13px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:11px;color:rgba(255,255,255,.82);font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cz-account-action{width:100%;min-height:42px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:#fff;padding:0 13px;font-weight:850;cursor:pointer;margin-bottom:9px;text-align:center}
.cz-account-action:hover{background:rgba(255,255,255,.10)}
.cz-account-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:2px 0 12px;padding:12px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.085);font-size:13px;color:rgba(255,255,255,.92);font-weight:750}
.cz-switch{position:relative;width:46px;height:25px;display:inline-block;flex:0 0 auto}.cz-switch input{display:none}.cz-slider{position:absolute;cursor:pointer;inset:0;background:rgba(255,255,255,.14);border-radius:999px;transition:.2s}.cz-slider:before{content:'';position:absolute;width:19px;height:19px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s}.cz-switch input:checked+.cz-slider{background:#32a882}.cz-switch input:checked+.cz-slider:before{transform:translateX(21px)}
.cz-account-logout{width:100%;min-height:44px;border-radius:999px;border:1px solid rgba(255,107,122,.24);background:rgba(255,107,122,.12);color:#ffd7dd;padding:0 14px;font-weight:900;cursor:pointer}.cz-account-logout:hover{background:rgba(255,107,122,.18)}
.cz-purchases-overlay{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:5000;background:rgba(2,5,10,.76);backdrop-filter:blur(14px);padding:18px}.cz-purchases-overlay.active{display:flex}
.cz-purchases-panel{width:min(920px,100%);max-height:min(82vh,820px);overflow:auto;border-radius:24px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(15,21,34,.98),rgba(8,12,20,.98));box-shadow:0 28px 90px rgba(0,0,0,.55);padding:22px;color:#fff}
.cz-purchases-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.cz-purchases-head h2{margin:0;font-size:1.35rem}.cz-purchases-close{width:42px;height:42px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:#fff;cursor:pointer;font-size:22px}
.cz-purchase-card{border:1px solid rgba(255,255,255,.10);border-radius:18px;background:rgba(255,255,255,.045);padding:16px;margin-top:12px}.cz-purchase-title{font-weight:900;margin-bottom:10px}.cz-purchase-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px}.cz-purchase-row{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(255,255,255,.06);padding:8px 0}.cz-purchase-label{color:rgba(255,255,255,.58)}.cz-purchase-value{text-align:right;color:#fff;font-weight:650;word-break:break-word}.cz-empty{color:rgba(255,255,255,.62);padding:20px;text-align:center;border:1px dashed rgba(255,255,255,.16);border-radius:16px}

@media(max-width:820px){
  .site-header{min-height:70px!important}
  .header-container{
    width:min(100% - 24px,1180px)!important;
    min-height:70px!important;
    padding:10px 0!important;
    grid-template-columns:minmax(0,1fr) auto auto auto!important;
    grid-template-rows:auto auto!important;
    column-gap:8px!important;
    row-gap:8px!important;
  }
  .site-logo{grid-column:1!important;grid-row:1!important;font-size:1.32rem!important;min-height:42px!important}
  .header-account-slot{grid-column:2!important;grid-row:1!important}
  .telegram-icon-link{grid-column:4!important;grid-row:1!important;width:40px!important;height:40px!important;flex-basis:40px!important}
  .mobile-menu-btn{display:inline-flex!important;grid-column:3!important;grid-row:1!important;width:40px!important;height:40px!important}
  .main-nav{
    grid-column:1/-1!important;
    grid-row:2!important;
    justify-self:stretch!important;
    width:100%!important;
    display:none!important;
    padding:4px 0 2px!important;
  }
  .main-nav.active{display:flex!important}
  .nav-list{width:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .nav-item a{width:100%!important;min-width:0!important;height:42px!important;border-radius:12px!important;background:rgba(255,255,255,.045)!important;border-color:rgba(255,255,255,.075)!important}
  .header-login-link{width:40px!important;min-width:40px!important;height:40px!important;padding:0!important;font-size:0!important}
  .header-login-link::before{content:'↪';font-size:18px!important}
  .cz-account-name{display:none}
  .cz-account-button{width:40px!important;height:40px!important;padding:0!important;justify-content:center!important;border-radius:12px!important}
  .cz-account-menu{right:0}
}
@media(max-width:520px){
  .site-logo{font-size:1.12rem!important}
  .header-container{width:min(100% - 18px,1180px)!important}
  .cz-purchase-grid{grid-template-columns:1fr}.cz-purchase-row{display:block}.cz-purchase-value{text-align:left;margin-top:4px}
}

/* === V5 exact shared header geometry: FAQ and Matches must render identically === */
.site-header{height:78px!important;min-height:78px!important;max-height:78px!important}
.header-container{width:min(1180px,calc(100% - 32px))!important;max-width:1180px!important;height:78px!important;min-height:78px!important;grid-template-columns:230px minmax(240px,1fr) 170px 42px 0!important;column-gap:12px!important;padding:0!important}
.site-logo{width:230px!important;height:44px!important;min-height:44px!important;font-size:30px!important;font-weight:900!important;line-height:44px!important;letter-spacing:.35px!important;font-synthesis:none!important}
.main-nav{width:100%!important;height:44px!important;justify-self:stretch!important}
.nav-list{height:44px!important;gap:10px!important}
.nav-item a{width:96px!important;min-width:96px!important;max-width:96px!important;height:42px!important;padding:0!important;font-size:15px!important;font-weight:750!important;line-height:42px!important}
.header-account-slot{width:170px!important;height:44px!important;justify-content:flex-end!important}
.header-login-link{width:112px!important;min-width:112px!important;max-width:112px!important;height:42px!important;padding:0!important;font-size:15px!important;line-height:42px!important}
.cz-account-widget{width:170px!important;height:44px!important;justify-content:flex-end!important}
.cz-account-button{width:170px!important;max-width:170px!important;height:42px!important;padding:0 14px!important;font-size:15px!important;font-weight:800!important;line-height:42px!important;justify-content:flex-start!important;overflow:hidden!important}
.cz-account-name{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.telegram-icon-link{width:42px!important;height:42px!important;min-width:42px!important;max-width:42px!important;flex-basis:42px!important}
.telegram-icon-link svg{width:21px!important;height:21px!important}
.mobile-menu-btn{width:0!important;min-width:0!important;max-width:0!important;overflow:hidden!important;border:0!important;padding:0!important}
@media(max-width:820px){
  .site-header{height:auto!important;min-height:70px!important;max-height:none!important}
  .header-container{width:min(100% - 24px,1180px)!important;height:auto!important;min-height:70px!important;grid-template-columns:minmax(0,1fr) 132px 40px 42px!important;grid-template-rows:50px auto!important;column-gap:8px!important;row-gap:8px!important;padding:10px 0!important}
  .site-logo{grid-column:1!important;grid-row:1!important;width:auto!important;height:42px!important;font-size:22px!important;line-height:42px!important}
  .header-account-slot{grid-column:2!important;grid-row:1!important;width:132px!important;height:42px!important}
  .cz-account-widget{width:132px!important;height:42px!important}
  .cz-account-button{width:132px!important;max-width:132px!important;height:40px!important;font-size:14px!important;padding:0 11px!important}
  .header-login-link{width:94px!important;min-width:94px!important;max-width:94px!important;height:40px!important;font-size:14px!important}
  .telegram-icon-link{grid-column:3!important;grid-row:1!important;width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important}
  .mobile-menu-btn{grid-column:4!important;grid-row:1!important;display:inline-flex!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:40px!important;border:1px solid rgba(255,255,255,.12)!important;padding:0!important;overflow:visible!important}
  .main-nav{grid-column:1/5!important;grid-row:2!important;width:100%!important;height:auto!important;display:none!important;padding:8px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:16px!important;background:rgba(8,12,20,.97)!important}
  .main-nav.active{display:flex!important}
  .nav-list{width:100%!important;height:auto!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
  .nav-item a{width:100%!important;min-width:0!important;max-width:none!important;height:42px!important}
}
@media(max-width:520px){
  .header-container{width:calc(100% - 18px)!important;grid-template-columns:minmax(0,1fr) 106px 38px 40px!important;column-gap:6px!important}
  .site-logo{font-size:19px!important}
  .header-account-slot,.cz-account-widget{width:106px!important}
  .cz-account-button{width:106px!important;max-width:106px!important;font-size:13px!important;padding:0 9px!important;gap:7px!important}
  .cz-account-dot{width:8px!important;height:8px!important}
  .telegram-icon-link{width:38px!important;height:38px!important;min-width:38px!important;max-width:38px!important}
  .mobile-menu-btn{width:40px!important;min-width:40px!important;max-width:40px!important;height:38px!important}
}


/* === V6 account button follows nickname length === */
.header-container{grid-template-columns:230px minmax(240px,1fr) auto 42px 0!important}
.header-account-slot{width:auto!important;min-width:0!important;max-width:170px!important}
.cz-account-widget{width:auto!important;min-width:0!important;max-width:170px!important}
.cz-account-button{width:auto!important;min-width:72px!important;max-width:170px!important;padding:0 14px!important;justify-content:center!important}
.cz-account-name{display:block!important;max-width:8ch!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.cz-account-widget.is-long-name .cz-account-button{width:170px!important}
.cz-account-widget.is-long-name .cz-account-name{font-size:13px!important;letter-spacing:-.01em!important}
@media(max-width:820px){.header-account-slot,.cz-account-widget{width:40px!important;max-width:40px!important}.cz-account-widget.is-long-name .cz-account-button,.cz-account-button{width:40px!important;min-width:40px!important;max-width:40px!important}}


/* === V7 exact shared header identity === */
.site-logo{width:236px!important;min-width:236px!important;height:44px!important;display:inline-flex!important;align-items:center!important;gap:0!important;background:none!important;color:#eef3fb!important;text-transform:none!important;font-size:30px!important;font-weight:900!important;line-height:44px!important;letter-spacing:.15px!important;text-shadow:0 0 20px rgba(255,255,255,.04)!important}
.site-logo-main{display:inline-block;background:linear-gradient(90deg,#4d83bd 0 30%,#f4f7fb 43% 78%,#e45b61 94%)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}
.site-logo-tail{display:inline-block;color:#ef343d!important;text-shadow:0 0 12px rgba(239,52,61,.48),0 0 24px rgba(239,52,61,.18)!important}
.header-container{grid-template-columns:236px minmax(0,1fr) auto auto auto!important}
.cz-account-button{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:15px!important;font-weight:800!important;line-height:1!important;letter-spacing:0!important}
.cz-account-name{font:inherit!important}.cz-account-toggle{background:#111a28!important;color:#f5f8fc!important;border-color:rgba(255,255,255,.18)!important;opacity:1!important}.cz-account-toggle>span{color:#f5f8fc!important;opacity:1!important}
@media(max-width:820px){.site-logo{width:auto!important;min-width:0!important;height:42px!important;font-size:22px!important;line-height:42px!important}.header-container{grid-template-columns:minmax(0,1fr) auto auto auto!important}.cz-account-button{font-size:14px!important;font-weight:800!important}}
@media(max-width:430px){.site-logo{font-size:19px!important}.cz-account-button{font-size:13px!important}}


/* v8 shared nav refinements */
.site-logo-main{color:transparent!important}
.site-logo-tail{color:#ff5258!important;text-shadow:0 0 12px rgba(255,82,88,.24)!important}
.nav-list{gap:12px!important}
.cz-account-button,.header-login-link,.nav-item a{font-size:.94rem!important;font-weight:800!important;letter-spacing:.01em!important}
.cz-account-name{font-size:.94rem!important;font-weight:800!important;line-height:1!important}
.cz-account-menu{padding:14px!important;border-radius:18px!important}
.cz-account-user{font-size:14px!important;font-weight:700!important}
.cz-account-action{font-size:.92rem!important;font-weight:850!important;background:rgba(255,255,255,.07)!important;color:#fff!important}
.cz-account-toggle{background:rgba(255,255,255,.12)!important;color:#fff!important;border-color:rgba(255,255,255,.15)!important}
.cz-account-toggle span{opacity:1!important}
.cz-account-logout{font-size:.92rem!important}

.site-logo{background:none!important;color:#fff!important;-webkit-text-fill-color:initial!important}
.site-logo-main{background:linear-gradient(135deg,#11457E 0%,#11457E 33.333%,#fff 33.333%,#fff 66.666%,#D7141A 66.666%,#D7141A 100%)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;-webkit-text-fill-color:transparent!important}
.site-logo-tail{display:inline-block!important;margin-left:.03em!important;font-weight:900!important;color:#ff3f47!important;-webkit-text-fill-color:#ff3f47!important}

/* Account security history and active sessions */
.cz-security-panel{width:min(980px,100%)!important}
.cz-security-subtitle{margin:6px 0 0;color:rgba(255,255,255,.56);font-size:.88rem;line-height:1.5}
.cz-security-toolbar{display:flex;justify-content:flex-end;margin:0 0 14px}
.cz-security-toolbar .cz-account-action{width:auto;min-width:190px;margin:0}
.cz-security-section{margin-top:18px}
.cz-security-section h3{margin:0 0 12px;font-size:1rem;color:#fff}
.cz-security-card{padding:15px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:rgba(255,255,255,.035);margin-top:10px}
.cz-security-card-head{display:flex;align-items:center;justify-content:space-between;gap:14px}
.cz-security-card-head>div{display:grid;gap:4px}.cz-security-card-head strong{font-size:.96rem}.cz-security-card-head span{color:rgba(255,255,255,.56);font-size:.78rem}
.cz-current-badge{display:inline-flex!important;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border-radius:999px;background:rgba(50,168,130,.14);border:1px solid rgba(50,168,130,.22);color:#cffff0!important;font-size:.72rem!important;font-weight:900}
.cz-revoke-session{min-height:36px;padding:0 13px;border-radius:12px;border:1px solid rgba(255,107,122,.2);background:rgba(255,107,122,.08);color:#ffd7dd;font-weight:850;cursor:pointer}
.cz-security-meta{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:12px;color:rgba(255,255,255,.56);font-size:.78rem}
.cz-login-history{border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden}
.cz-login-row{display:grid;grid-template-columns:80px 170px 120px minmax(0,1fr);gap:12px;padding:11px 13px;border-bottom:1px solid rgba(255,255,255,.06);font-size:.78rem;color:rgba(255,255,255,.66)}
.cz-login-row:last-child{border-bottom:0}.cz-login-state{font-weight:900}.cz-login-state.success{color:#aaf0d2}.cz-login-state.failed{color:#ffadb6}
@media(max-width:720px){.cz-security-toolbar{justify-content:stretch}.cz-security-toolbar .cz-account-action{width:100%}.cz-security-card-head{align-items:flex-start}.cz-login-row{grid-template-columns:1fr;gap:5px}.cz-login-state{font-size:.72rem}.cz-security-meta{display:grid}}

/* Three-item mobile navigation: Matches / FAQ / Radio */
@media(max-width:820px){.main-nav .nav-list{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:500px){.main-nav .nav-list{grid-template-columns:1fr!important}}

/* Final account icon and opaque mobile menu. */
.cz-account-icon{width:20px;height:20px;display:inline-grid;place-items:center;flex:0 0 20px;color:#f5f8fc}
.cz-account-icon svg{width:19px;height:19px;display:block;fill:currentColor}
.cz-account-dot{display:none!important}
@media(max-width:820px){
  .cz-account-icon{width:22px;height:22px;flex-basis:22px}
  .cz-account-icon svg{width:22px;height:22px}
  .main-nav{background:#090e17!important;border-color:rgba(255,255,255,.14)!important;box-shadow:0 18px 48px rgba(0,0,0,.46)!important;backdrop-filter:none!important}
  .main-nav .nav-item a{background:#111a28!important;border-color:rgba(255,255,255,.12)!important;color:#f7f9fc!important;opacity:1!important}
  .main-nav .nav-item a.active,.main-nav .nav-item a[aria-current="page"]{background:#1a2638!important;border-color:rgba(92,184,255,.25)!important}
}
@media(max-width:820px){.cz-account-name{display:none!important}.cz-account-button{gap:0!important}}

/* Optional account 2FA */
.cz-account-dialog{width:min(520px,100%);max-height:min(86vh,760px);overflow:auto;padding:23px;border:1px solid rgba(255,255,255,.12);border-radius:23px;background:linear-gradient(180deg,rgba(15,21,34,.99),rgba(7,11,19,.99));color:#fff;box-shadow:0 30px 90px rgba(0,0,0,.58)}
.cz-account-dialog-field{display:grid;gap:7px;margin-top:13px}.cz-account-dialog-field span{font-size:.8rem;font-weight:800;color:rgba(255,255,255,.68)}
.cz-account-dialog-field input{width:100%;height:50px;border:1px solid rgba(255,255,255,.13);border-radius:14px;padding:0 14px;background:#eef4ff;color:#06101c;font-size:.95rem;font-weight:750;outline:none}
.cz-account-dialog-field input:focus{border-color:#76afe4;box-shadow:0 0 0 4px rgba(64,134,199,.16)}
.cz-account-dialog-error{min-height:22px;padding-top:7px;color:#ff9298;font-size:.8rem}
.cz-account-dialog-actions{display:flex;gap:10px;margin-top:6px}.cz-account-dialog-actions .cz-account-action{margin:0;flex:1}.cz-account-dialog-cancel,.cz-danger-action{min-height:44px;padding:0 16px;border-radius:13px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);color:#fff;font-weight:850;cursor:pointer}
.cz-danger-action{border-color:rgba(255,91,99,.25);background:rgba(255,91,99,.10);color:#ffb5b9}
.cz-2fa-box{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px;border:1px solid rgba(255,255,255,.09);border-radius:17px;background:rgba(255,255,255,.035)}
.cz-2fa-box.enabled{border-color:rgba(60,207,126,.22);background:rgba(60,207,126,.055)}
.cz-2fa-box>div:first-child{display:grid;gap:5px}.cz-2fa-box strong{font-size:.94rem}.cz-2fa-box span{font-size:.79rem;line-height:1.45;color:rgba(255,255,255,.58)}
.cz-2fa-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.cz-2fa-actions .cz-account-action{width:auto;min-width:145px;margin:0}
.cz-2fa-setup{display:grid;grid-template-columns:150px minmax(0,1fr);align-items:center;gap:16px;margin:12px 0 5px;padding:13px;border-radius:16px;background:rgba(255,255,255,.045)}
.cz-2fa-setup img{width:150px;height:150px;border-radius:12px;background:#fff;padding:6px}.cz-2fa-setup>div{display:grid;gap:8px;min-width:0}.cz-2fa-setup span{font-size:.75rem;color:rgba(255,255,255,.55)}.cz-2fa-setup code{overflow-wrap:anywhere;padding:10px;border-radius:11px;background:rgba(0,0,0,.28);color:#dcecff;font-size:.83rem}
.cz-recovery-codes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:14px 0}.cz-recovery-codes code{padding:11px;border:1px solid rgba(255,255,255,.09);border-radius:11px;background:rgba(0,0,0,.25);text-align:center;color:#eaf3ff;font-size:.82rem}
@media(max-width:620px){.cz-account-dialog-actions,.cz-2fa-box{flex-direction:column;align-items:stretch}.cz-2fa-actions{justify-content:stretch}.cz-2fa-actions>*{width:100%!important}.cz-2fa-setup{grid-template-columns:1fr;justify-items:center}.cz-recovery-codes{grid-template-columns:1fr}}
.cz-account-dialog-copy{width:100%;min-height:40px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.055);color:#fff;font-weight:850;cursor:pointer}

/* V18 account security dialogs */
.cz-account-dialog{width:min(560px,100%)!important}
.cz-password-wrap{position:relative;display:block;width:100%}
.cz-password-wrap input{padding-right:54px!important}
.cz-dialog-password-toggle{
  position:absolute;right:8px;top:50%;transform:translateY(-50%);
  width:40px;height:40px;display:grid;place-items:center;
  border:0;border-radius:11px;background:transparent;color:#13243a;cursor:pointer;
}
.cz-dialog-password-toggle:hover,.cz-dialog-password-toggle:focus-visible{background:rgba(17,35,56,.08);outline:none}
.cz-dialog-eye{position:relative;width:20px;height:13px;border:2px solid currentColor;border-radius:55% 45% 55% 45%;transform:rotate(-2deg)}
.cz-dialog-eye::before{content:'';position:absolute;left:50%;top:50%;width:5px;height:5px;margin:-2.5px 0 0 -2.5px;border-radius:50%;background:currentColor}
.cz-dialog-eye::after{content:'';position:absolute;left:-3px;top:5px;width:25px;height:2px;border-radius:999px;background:currentColor;transform:rotate(-42deg);box-shadow:0 0 0 1px rgba(238,244,255,.82)}
.cz-dialog-password-toggle.active .cz-dialog-eye::after{opacity:0}
.cz-account-dialog-error:not(:empty){margin-top:10px;padding:11px 13px;border:1px solid rgba(255,111,124,.24);border-radius:12px;background:rgba(255,91,108,.09);color:#ffb2b9!important;line-height:1.45}
.cz-recovery-warning{display:grid;gap:6px;margin:12px 0;padding:13px 14px;border:1px solid rgba(255,192,78,.22);border-radius:14px;background:rgba(255,183,55,.08);color:#ffe3a6}
.cz-recovery-warning strong{font-size:.93rem}.cz-recovery-warning span{font-size:.8rem;line-height:1.5;color:rgba(255,235,194,.82)}
.cz-recovery-countdown{font-variant-numeric:tabular-nums;font-weight:900;color:#fff!important}
.cz-account-dialog-copy{min-height:44px!important;background:rgba(255,255,255,.08)!important}
.cz-account-dialog-actions button:disabled{opacity:.45!important;cursor:not-allowed!important}
