/* Academia Yamilet · Administración Certificados + Soporte v107 */
:root{--v107-green:#123f35;--v107-deep:#0e3d33;--v107-gold:#b88a2c;--v107-ink:#243a32;--v107-muted:#728078;--v107-line:rgba(18,63,53,.11);--v107-soft:#f6f8f5;--v107-card:#fff}

/* ---------- Certificados administrativos ---------- */
body[data-admin-v79-section="certificates"] .cert84{gap:15px;--c84-green:var(--v107-green);--c84-green-dark:var(--v107-deep)}
body[data-admin-v79-section="certificates"] .cert84-head h2,
body[data-admin-v79-section="certificates"] .cert84-section-head h3,
body[data-admin-v79-section="certificates"] .cert84-preview-card h3,
body[data-admin-v79-section="certificates"] .cert84-drawer-head h2{font-family:Georgia,"Times New Roman",serif;font-weight:600;color:var(--v107-ink)}
body[data-admin-v79-section="certificates"] .cert84-head p{max-width:680px;font-size:12px}
body[data-admin-v79-section="certificates"] .cert84-stats article{min-height:82px;border-radius:13px}
body[data-admin-v79-section="certificates"] .cert84-stats strong{font-family:Georgia,"Times New Roman",serif;font-weight:600}
body[data-admin-v79-section="certificates"] .cert84-automation{border-radius:13px;padding:12px 14px}
body[data-admin-v79-section="certificates"] .cert84-ready-card{border-radius:14px;box-shadow:0 8px 22px rgba(18,63,53,.035)}
body[data-admin-v79-section="certificates"] .cert84-toolbar input,
body[data-admin-v79-section="certificates"] .cert84-toolbar select{min-height:42px;border-radius:11px}
body[data-admin-v79-section="certificates"] .cert84-row{border-radius:14px;box-shadow:0 6px 18px rgba(18,63,53,.025)}
body[data-admin-v79-section="certificates"] .cert84-state{white-space:nowrap}
body[data-admin-v79-section="certificates"] .cert84-modal{border-radius:22px}
body[data-admin-v79-section="certificates"] .cert84-preview-card{border-radius:16px}
body[data-admin-v79-section="certificates"] .cert84-preview-actions button,
body[data-admin-v79-section="certificates"] .cert84-preview-actions a{min-height:42px;display:flex;align-items:center;justify-content:center}

/* ---------- Soporte administrativo ---------- */
body[data-admin-v79-section="support"] .support86{gap:15px;--s86-green:var(--v107-green);--s86-dark:var(--v107-deep)}
body[data-admin-v79-section="support"] .support86-head h2,
body[data-admin-v79-section="support"] .support86-section-head h3,
body[data-admin-v79-section="support"] .support86-focus h3,
body[data-admin-v79-section="support"] .support86-modal>header h2{font-family:Georgia,"Times New Roman",serif;font-weight:600;color:var(--v107-ink)}
body[data-admin-v79-section="support"] .support86-head p{max-width:680px;font-size:12px}
body[data-admin-v79-section="support"] .support86-stats article{min-height:82px;border-radius:13px}
body[data-admin-v79-section="support"] .support86-stats strong{font-family:Georgia,"Times New Roman",serif;font-weight:600}
body[data-admin-v79-section="support"] .support86-focus{border-radius:14px;box-shadow:0 8px 22px rgba(18,63,53,.035)}
body[data-admin-v79-section="support"] .support86-toolbar input,
body[data-admin-v79-section="support"] .support86-toolbar select{min-height:42px;border-radius:11px}
body[data-admin-v79-section="support"] .support86-row{border-radius:14px;box-shadow:0 6px 18px rgba(18,63,53,.025)}
body[data-admin-v79-section="support"] .support86-modal{border-radius:22px}
body[data-admin-v79-section="support"] .support86-message-list article{border-radius:14px}
body[data-admin-v79-section="support"] .support86-reply{border-radius:14px}

@media(max-width:900px){
  /* Certificados: filas administrativas como tarjetas */
  body[data-admin-v79-section="certificates"] .cert84-row{
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:10px 12px!important;
    padding:15px!important;
  }
  body[data-admin-v79-section="certificates"] .cert84-person{grid-column:1/2}
  body[data-admin-v79-section="certificates"] .cert84-state{grid-column:2;grid-row:1;align-self:start}
  body[data-admin-v79-section="certificates"] .cert84-course{grid-column:1/-1;padding-top:10px;border-top:1px solid var(--v107-line)}
  body[data-admin-v79-section="certificates"] .cert84-progress-cell{grid-column:1/-1;padding:10px 0}
  body[data-admin-v79-section="certificates"] .cert84-row-actions{grid-column:1/-1!important;justify-content:stretch!important}
  body[data-admin-v79-section="certificates"] .cert84-row-actions button{flex:1;min-height:40px}
  body[data-admin-v79-section="certificates"] .cert84-preview-layout,
  body[data-admin-v79-section="certificates"] .cert84-drawer-grid{grid-template-columns:1fr!important}

  /* Soporte: bandeja como tarjetas */
  body[data-admin-v79-section="support"] .support86-row{
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:10px 12px!important;
    padding:15px!important;
  }
  body[data-admin-v79-section="support"] .support86-person{grid-column:1}
  body[data-admin-v79-section="support"] .support86-status{grid-column:2;grid-row:1;align-self:start;white-space:nowrap}
  body[data-admin-v79-section="support"] .support86-case{grid-column:1/-1;padding-top:9px;border-top:1px solid var(--v107-line)}
  body[data-admin-v79-section="support"] .support86-case h4{font-size:13px}
  body[data-admin-v79-section="support"] .support86-case p{font-size:9.5px;line-height:1.45}
  body[data-admin-v79-section="support"] .support86-activity{grid-column:1/-1;padding:9px 11px;border-radius:10px;background:#f7f9f7}
  body[data-admin-v79-section="support"] .support86-row>button{grid-column:1/-1!important;justify-self:stretch!important;min-height:40px}
  body[data-admin-v79-section="support"] .support86-detail-grid{grid-template-columns:1fr!important}
}

@media(max-width:760px){
  /* Certificados */
  body[data-admin-v79-section="certificates"] .cert84-head{gap:13px}
  body[data-admin-v79-section="certificates"] .cert84-head h2{font-size:27px}
  body[data-admin-v79-section="certificates"] .cert84-head-actions{width:100%;display:grid!important;grid-template-columns:1fr 1fr}
  body[data-admin-v79-section="certificates"] .cert84-head-actions>*{width:100%;min-height:42px;text-align:center}
  body[data-admin-v79-section="certificates"] .cert84-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px}
  body[data-admin-v79-section="certificates"] .cert84-stats article{min-height:88px;padding:13px}
  body[data-admin-v79-section="certificates"] .cert84-automation{grid-template-columns:36px minmax(0,1fr)!important;gap:10px}
  body[data-admin-v79-section="certificates"] .cert84-automation>b{grid-column:2!important}
  body[data-admin-v79-section="certificates"] .cert84-ready-grid{grid-template-columns:1fr!important}
  body[data-admin-v79-section="certificates"] .cert84-ready-actions{display:grid!important;grid-template-columns:1fr 1fr}
  body[data-admin-v79-section="certificates"] .cert84-ready-actions button{min-height:40px}
  body[data-admin-v79-section="certificates"] .cert84-toolbar{grid-template-columns:1fr!important;gap:7px}
  body[data-admin-v79-section="certificates"] .cert84-overlay{padding:0!important;align-items:stretch!important}
  body[data-admin-v79-section="certificates"] .cert84-modal{width:100%!important;max-width:none!important;height:100dvh!important;max-height:none!important;border:0!important;border-radius:0!important}
  body[data-admin-v79-section="certificates"] .cert84-modal-close{position:sticky!important;top:10px!important;margin:10px 10px -44px 0!important}
  body[data-admin-v79-section="certificates"] .cert84-preview-layout{padding:56px 12px 24px!important;gap:12px}
  body[data-admin-v79-section="certificates"] .cert84-certificate{min-height:390px!important;padding:22px 16px!important;border-width:9px!important}
  body[data-admin-v79-section="certificates"] .cert84-certificate:before,
  body[data-admin-v79-section="certificates"] .cert84-certificate:after{width:52px}
  body[data-admin-v79-section="certificates"] .cert84-certificate h2{font-size:24px!important;margin-top:28px!important}
  body[data-admin-v79-section="certificates"] .cert84-certificate h3{font-size:18px!important}
  body[data-admin-v79-section="certificates"] .cert84-cert-meta{grid-template-columns:1fr!important;margin-top:24px!important}
  body[data-admin-v79-section="certificates"] .cert84-preview-actions{position:sticky;bottom:0;margin:12px -17px -17px;padding:10px 17px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid var(--v107-line);backdrop-filter:blur(12px)}
  body[data-admin-v79-section="certificates"] .cert84-drawer{padding:54px 14px 24px!important}
  body[data-admin-v79-section="certificates"] .cert84-drawer-head{display:grid!important;gap:10px}

  /* Soporte */
  body[data-admin-v79-section="support"] .support86-head{gap:13px}
  body[data-admin-v79-section="support"] .support86-head h2{font-size:27px}
  body[data-admin-v79-section="support"] .support86-head>button{width:100%;min-height:42px}
  body[data-admin-v79-section="support"] .support86-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px}
  body[data-admin-v79-section="support"] .support86-stats article{min-height:88px;padding:13px}
  body[data-admin-v79-section="support"] .support86-focus{grid-template-columns:1fr!important;padding:15px}
  body[data-admin-v79-section="support"] .support86-focus>button{width:100%;min-height:42px;justify-self:stretch!important}
  body[data-admin-v79-section="support"] .support86-toolbar{grid-template-columns:1fr!important;gap:7px}
  body[data-admin-v79-section="support"] .support86-overlay{padding:0!important;align-items:stretch!important}
  body[data-admin-v79-section="support"] .support86-modal{width:100%!important;max-width:none!important;height:100dvh!important;max-height:none!important;border:0!important;border-radius:0!important;display:flex;flex-direction:column;overflow:hidden!important}
  body[data-admin-v79-section="support"] .support86-close{position:absolute!important;top:10px!important;right:10px!important;margin:0!important}
  body[data-admin-v79-section="support"] .support86-modal>header{flex:0 0 auto;padding:18px 58px 14px 16px!important}
  body[data-admin-v79-section="support"] .support86-modal>header h2{font-size:22px}
  body[data-admin-v79-section="support"] .support86-detail-grid{flex:1;min-height:0;overflow:auto;padding:10px!important;gap:10px}
  body[data-admin-v79-section="support"] .support86-detail-card{border-radius:13px}
  body[data-admin-v79-section="support"] .support86-conversation{min-height:0}
  body[data-admin-v79-section="support"] .support86-message-list{max-height:none!important;min-height:240px;overflow:visible!important;padding:0 2px}
  body[data-admin-v79-section="support"] .support86-message-list article{max-width:92%!important;padding:11px 12px}
  body[data-admin-v79-section="support"] .support86-message-list p{font-size:11px;line-height:1.55}
  body[data-admin-v79-section="support"] .support86-reply{position:sticky;bottom:0;z-index:4;margin:0 -10px -10px;padding:11px 12px calc(11px + env(safe-area-inset-bottom));border-radius:14px 14px 0 0;background:rgba(255,255,255,.97);box-shadow:0 -10px 26px rgba(18,63,53,.08);backdrop-filter:blur(12px)}
  body[data-admin-v79-section="support"] .support86-reply textarea{min-height:92px;font-size:12px}
  body[data-admin-v79-section="support"] .support86-reply>div{display:grid!important;grid-template-columns:1fr;gap:8px!important}
  body[data-admin-v79-section="support"] .support86-reply>div label{width:100%;margin:0!important}
  body[data-admin-v79-section="support"] .support86-reply>div button{width:100%;min-height:42px}
}

@media(max-width:420px){
  body[data-admin-v79-section="certificates"] .cert84-stats,
  body[data-admin-v79-section="support"] .support86-stats{grid-template-columns:1fr 1fr!important}
  body[data-admin-v79-section="certificates"] .cert84-ready-actions{grid-template-columns:1fr!important}
  body[data-admin-v79-section="certificates"] .cert84-row{grid-template-columns:1fr!important}
  body[data-admin-v79-section="certificates"] .cert84-state{grid-column:1!important;grid-row:auto!important;justify-self:start}
  body[data-admin-v79-section="certificates"] .cert84-row-actions{display:grid!important;grid-template-columns:1fr!important}
  body[data-admin-v79-section="support"] .support86-row{grid-template-columns:1fr!important}
  body[data-admin-v79-section="support"] .support86-status{grid-column:1!important;grid-row:auto!important;justify-self:start}
}

/* ---------- Acceso Academia Yamilet · refresh visual v109 ---------- */
html body:not(:has(.dashboard:not(.hidden))){
  background:
    radial-gradient(circle at 8% 12%,rgba(184,138,44,.055),transparent 24%),
    radial-gradient(circle at 88% 88%,rgba(18,63,53,.055),transparent 28%),
    #f5f8f6!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view]{
  width:min(1180px,calc(100% - 40px))!important;
  min-height:calc(100vh - 82px)!important;
  grid-template-columns:minmax(0,1.18fr) minmax(390px,.82fr)!important;
  gap:38px!important;
  align-items:stretch!important;
  padding:42px 0 54px!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .welcome-card{
  position:relative!important;
  min-height:640px!important;
  padding:48px 46px 38px!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  border-radius:28px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  background:#123f35!important;
  box-shadow:0 26px 60px rgba(18,63,53,.13)!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .welcome-card.academy-auth-visual::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(90deg,rgba(8,48,40,.98) 0%,rgba(10,55,46,.92) 35%,rgba(12,60,50,.68) 54%,rgba(12,60,50,.20) 76%,rgba(12,60,50,.03) 100%)!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .welcome-card .academy-auth-portrait{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center top!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .welcome-card>*:not(.academy-auth-portrait){
  position:relative!important;
  z-index:2!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .welcome-card .kicker{
  margin:0 0 14px!important;
  color:#f0c965!important;
  font-size:.68rem!important;
  line-height:1.2!important;
  letter-spacing:.19em!important;
  font-weight:850!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .welcome-card h1{
  max-width:580px!important;
  margin:0 0 22px!important;
  color:#fffaf0!important;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important;
  font-size:clamp(3rem,5vw,4.45rem)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  font-weight:760!important;
  text-shadow:0 2px 22px rgba(0,0,0,.15)!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .welcome-card h1 span{
  display:block!important;
  color:#fffaf0!important;
  white-space:nowrap!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .welcome-card>p{
  max-width:390px!important;
  margin:0!important;
  color:rgba(255,255,255,.80)!important;
  font-size:.94rem!important;
  line-height:1.72!important;
  font-weight:430!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .welcome-card .features{
  margin-top:auto!important;
  padding-top:34px!important;
  display:flex!important;
  gap:9px!important;
  flex-wrap:wrap!important;
  max-width:470px!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .welcome-card .features span{
  padding:9px 13px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.24)!important;
  background:rgba(255,255,255,.88)!important;
  color:#123f35!important;
  box-shadow:0 8px 20px rgba(3,30,24,.10)!important;
  font-size:.69rem!important;
  line-height:1!important;
  font-weight:760!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card{
  position:relative!important;
  min-height:640px!important;
  padding:43px 40px 34px!important;
  border-radius:28px!important;
  background:rgba(255,255,255,.97)!important;
  border:1px solid rgba(18,63,53,.10)!important;
  box-shadow:0 26px 62px rgba(18,63,53,.10)!important;
  backdrop-filter:none!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card>.login-logo{
  display:none!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card::before{
  content:""!important;
  display:block!important;
  width:172px!important;
  height:48px!important;
  margin:0 0 25px!important;
  background:url('../imagenes-academia-yamilet-final/03-yamilet-logo-header.png') left center/contain no-repeat!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card>.kicker{
  margin:0 0 10px!important;
  color:#b37f20!important;
  font-size:.65rem!important;
  letter-spacing:.18em!important;
  font-weight:850!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card h2{
  margin:0 0 11px!important;
  color:#17251f!important;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important;
  font-size:clamp(1.8rem,2.4vw,2.25rem)!important;
  line-height:1.08!important;
  letter-spacing:-.04em!important;
  font-weight:760!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card>.muted{
  margin:0!important;
  color:#6b7771!important;
  font-size:.88rem!important;
  line-height:1.6!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card form{
  display:grid!important;
  gap:15px!important;
  margin-top:24px!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card label{
  gap:8px!important;
  color:#263c33!important;
  font-size:.72rem!important;
  font-weight:780!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card input{
  min-height:48px!important;
  padding:0 15px!important;
  border:1px solid rgba(18,63,53,.16)!important;
  border-radius:13px!important;
  background:#f5f8f6!important;
  color:#17251f!important;
  box-shadow:none!important;
  font-size:.86rem!important;
  font-weight:550!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card input:focus{
  border-color:rgba(18,63,53,.52)!important;
  background:#fff!important;
  box-shadow:0 0 0 4px rgba(18,63,53,.07)!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card input:-webkit-autofill,
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card input:-webkit-autofill:hover,
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card input:-webkit-autofill:focus{
  -webkit-text-fill-color:#17251f!important;
  -webkit-box-shadow:0 0 0 1000px #f5f8f6 inset!important;
  transition:background-color 9999s ease-out 0s!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card .btn.primary{
  width:100%!important;
  min-height:48px!important;
  margin-top:2px!important;
  border-radius:13px!important;
  background:linear-gradient(135deg,#123f35,#1b5547)!important;
  color:#fff!important;
  border:1px solid transparent!important;
  box-shadow:0 11px 24px rgba(18,63,53,.18)!important;
  font-size:.78rem!important;
  font-weight:820!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card .auth-actions{
  display:grid!important;
  gap:11px!important;
  margin-top:11px!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card .btn.magic{
  width:100%!important;
  min-height:45px!important;
  margin:0!important;
  border-radius:13px!important;
  border:1px solid rgba(18,63,53,.24)!important;
  background:#fff!important;
  color:#123f35!important;
  box-shadow:none!important;
  font-size:.76rem!important;
  font-weight:760!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card .text-action{
  justify-self:center!important;
  color:#123f35!important;
  font-size:.72rem!important;
  font-weight:760!important;
  text-underline-offset:3px!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card>.text-link{
  display:inline-block!important;
  margin-top:17px!important;
  color:#123f35!important;
  font-size:.72rem!important;
  font-weight:760!important;
  text-decoration:none!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card>.text-link:hover{text-decoration:underline!important}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card .status{
  min-height:14px!important;
  margin:10px 0 0!important;
}
html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card .fine{
  margin:10px 0 0!important;
  padding-top:14px!important;
  border-top:1px solid rgba(18,63,53,.08)!important;
  color:#7b8681!important;
  font-size:.66rem!important;
  line-height:1.55!important;
}

@media(max-width:920px){
  html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view]{
    grid-template-columns:1fr!important;
    gap:22px!important;
    width:min(720px,calc(100% - 30px))!important;
    padding:28px 0 44px!important;
  }
  html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .welcome-card,
  html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card{min-height:auto!important}
  html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .welcome-card{height:470px!important;padding:38px 34px!important}
  html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card{padding:38px 34px 32px!important}
}

@media(max-width:580px){
  html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view]{width:min(100% - 22px,520px)!important;padding:16px 0 32px!important}
  html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .welcome-card{height:390px!important;padding:30px 24px 24px!important;border-radius:22px!important}
  html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .welcome-card h1{font-size:clamp(2.55rem,13vw,3.6rem)!important}
  html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .welcome-card h1 span{white-space:normal!important}
  html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .welcome-card>p{max-width:300px!important;font-size:.82rem!important;line-height:1.55!important}
  html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .welcome-card .features{padding-top:20px!important;gap:7px!important}
  html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .welcome-card .features span{padding:8px 10px!important;font-size:.62rem!important}
  html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card{padding:32px 22px 28px!important;border-radius:22px!important}
  html body:not(:has(.dashboard:not(.hidden))) .auth-shell[data-auth-view] .login-card::before{width:156px!important;height:44px!important;margin-bottom:21px!important}
}