.mvy-auth-scope{
  --mvy-auth-bg:#f7f8ff;
  --mvy-auth-page:#ffffff;
  --mvy-auth-text:#111b34;
  --mvy-auth-muted:#6c7488;
  --mvy-auth-faint:#9aa3b6;
  --mvy-auth-border:rgba(18,27,52,.10);
  --mvy-auth-border2:rgba(18,27,52,.14);
  --mvy-auth-a1:#2f6bff;
  --mvy-auth-a2:#8b5cf6;
  --mvy-auth-soft1:rgba(47,107,255,.10);
  --mvy-auth-soft2:rgba(139,92,246,.10);
  --mvy-auth-success:#22c55e;
  --mvy-auth-r-xl:28px;
  --mvy-auth-r-lg:22px;
  --mvy-auth-r-md:16px;
  --mvy-auth-shadow:0 22px 60px rgba(21,32,78,.08);
  --mvy-auth-shadow2:0 10px 28px rgba(21,32,78,.07);
  color:var(--mvy-auth-text);
  /* Auth pages run inside the global site background. Keep this wrapper transparent so it does not create a visible rectangular gradient slab inside the theme/page canvas. */
  background:transparent;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  line-height:1.5;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}
.mvy-auth-scope *{box-sizing:border-box}

/* Keep auth pages visually merged with the global page background.
   Important: do NOT target generic theme containers such as .ct-container here,
   because the same class is also used by the global header/footer. */
body:has(.mvy-auth-scope) .site-main{
  background:transparent !important;
  box-shadow:none !important;
}
body:has(.mvy-auth-scope) .entry-content{
  max-width:none !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
}
body:has(.mvy-auth-scope) .entry-content > .mvy-auth-scope{
  max-width:none !important;
}
.mvy-auth-scope a{text-decoration:none;color:inherit}
.mvy-auth-scope input,.mvy-auth-scope textarea,.mvy-auth-scope button{font:inherit}
.mvy-auth-topbar{height:76px;background:rgba(255,255,255,.88);border-bottom:1px solid rgba(18,27,52,.08);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;position:relative;z-index:5}
.mvy-auth-nav-inner{width:min(100% - 42px,1220px);display:flex;align-items:center;justify-content:space-between;gap:24px}
.mvy-auth-brand,.mvy-auth-foot-brand{display:flex;align-items:center;gap:10px;font-weight:950;font-size:24px;letter-spacing:-.03em}
.mvy-auth-logo{width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,var(--mvy-auth-a1),var(--mvy-auth-a2));display:grid;place-items:center;color:#fff;box-shadow:0 12px 28px rgba(47,107,255,.22);flex:0 0 auto}
.mvy-auth-logo svg{width:23px;height:23px;display:block}
.mvy-auth-nav{display:flex;gap:28px;align-items:center;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.02em;color:#27324b}
.mvy-auth-nav a{opacity:.88}
.mvy-auth-rightnav{display:flex;align-items:center;gap:16px;font-weight:850;font-size:13px;color:#2b344c}
.mvy-auth-topbtn{padding:12px 18px;border-radius:10px;background:linear-gradient(135deg,var(--mvy-auth-a1),var(--mvy-auth-a2));color:#fff!important;font-weight:900;box-shadow:0 12px 26px rgba(47,107,255,.18)}
.mvy-auth-main{flex:1;width:min(100% - 56px,1220px);margin:0 auto;padding:58px 0 72px}
.mvy-auth-two-col{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}
.mvy-auth-login-layout{grid-template-columns:1fr 1.05fr}
.mvy-auth-hero h1{font-size:clamp(45px,5vw,66px);line-height:1.03;letter-spacing:-.06em;margin:0 0 20px;max-width:13ch;color:var(--mvy-auth-text)}
.mvy-auth-login-hero h1{font-size:58px;max-width:none}
.mvy-auth-hero h1 span{background:linear-gradient(135deg,var(--mvy-auth-a1),var(--mvy-auth-a2));-webkit-background-clip:text;background-clip:text;color:transparent}
.mvy-auth-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;background:linear-gradient(135deg,var(--mvy-auth-soft1),var(--mvy-auth-soft2));color:#5a55e9;font-weight:900;margin-bottom:20px}
.mvy-auth-lead{font-size:18px;color:#536078;max-width:620px;margin:0 0 28px;line-height:1.7}
.mvy-auth-benefits{display:grid;gap:22px;margin:26px 0}
.mvy-auth-benefit{display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:center}
.mvy-auth-benefit i{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--mvy-auth-soft1),var(--mvy-auth-soft2));font-style:normal;font-size:24px;color:#6655f1}
.mvy-auth-benefit h3{margin:0 0 4px;font-size:18px;letter-spacing:-.02em;color:var(--mvy-auth-text)}
.mvy-auth-benefit p{margin:0;color:#66728a;line-height:1.55}
.mvy-auth-people-illus,.mvy-auth-books-illus,.mvy-auth-teacher-illus{height:260px;border-radius:30px;background:radial-gradient(circle at 20% 30%,rgba(139,92,246,.18),transparent 28%),radial-gradient(circle at 82% 20%,rgba(47,107,255,.14),transparent 24%),linear-gradient(135deg,#f0efff,#fff);position:relative;overflow:hidden;margin-top:30px}
.mvy-auth-people-illus:before{content:'👩‍🏫  👨‍💻  👩‍🎓';position:absolute;left:40px;right:40px;bottom:68px;font-size:72px;text-align:center;letter-spacing:10px}
.mvy-auth-people-illus:after{content:'';position:absolute;left:80px;right:80px;bottom:55px;height:64px;background:rgba(255,255,255,.72);border:1px solid rgba(18,27,52,.08);border-radius:24px;box-shadow:var(--mvy-auth-shadow2)}
.mvy-auth-books-illus{height:230px;background:transparent}
.mvy-auth-books-illus:before{content:'📚';font-size:105px;position:absolute;left:40px;bottom:28px}
.mvy-auth-books-illus:after{content:'☕  🌿';font-size:70px;position:absolute;left:190px;bottom:34px}
.mvy-auth-mini-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:22px;background:#fff;border:1px solid var(--mvy-auth-border);border-radius:20px;padding:22px;box-shadow:var(--mvy-auth-shadow2)}
.mvy-auth-mini-proof div{display:grid;gap:4px;color:#69748a;font-size:13px}.mvy-auth-mini-proof b{color:#111b34;font-size:15px}
.mvy-auth-card,.mvy-auth-big-panel,.mvy-auth-side-panel{background:#fff;border:1px solid rgba(18,27,52,.08);border-radius:26px;box-shadow:var(--mvy-auth-shadow);padding:42px}
.mvy-auth-card{max-width:480px;margin-left:auto}
.mvy-auth-card h2{font-size:34px;line-height:1.1;letter-spacing:-.05em;text-align:center;margin:0 0 10px;color:var(--mvy-auth-text)}
.mvy-auth-sub{text-align:center;color:#737d94;margin:0 0 26px}.mvy-auth-sub.align-left{text-align:left}
.mvy-auth-eyebrow{text-transform:uppercase;color:#3868ff;font-size:13px;font-weight:950;letter-spacing:.05em;margin-bottom:16px}
.mvy-auth-social{display:flex;align-items:center;justify-content:center;gap:14px;width:100%;height:56px;border:1px solid var(--mvy-auth-border2);border-radius:13px;background:#fff;font-weight:900;font-size:16px;margin:12px 0;color:#1b2439!important}
.mvy-auth-divider{display:flex;align-items:center;gap:18px;color:#8a94a8;font-weight:800;margin:24px 0}.mvy-auth-divider:before,.mvy-auth-divider:after{content:'';height:1px;background:var(--mvy-auth-border);flex:1}
.mvy-auth-field{margin:14px 0}.mvy-auth-field label{display:block;font-weight:850;margin:0 0 7px;font-size:14px;color:#263149}.mvy-auth-field small{color:#8892a5;font-weight:700}
.mvy-auth-input-wrap,.mvy-auth-input,.mvy-auth-phone{height:56px;width:100%;border:1px solid var(--mvy-auth-border2);border-radius:13px;padding:0 16px;display:flex;align-items:center;gap:12px;color:#98a1b4;background:#fff}
.mvy-auth-input-wrap input,.mvy-auth-input,.mvy-auth-phone input{border:0!important;outline:0!important;box-shadow:none!important;flex:1;font:inherit;color:#1b2439;background:transparent!important;min-height:auto!important;padding:0!important;margin:0!important}
.mvy-auth-phone{display:grid;grid-template-columns:135px 1fr;padding:0}.mvy-auth-phone div{height:100%;display:flex;align-items:center;padding:0 16px;border-right:1px solid var(--mvy-auth-border);font-weight:850;color:#536078}
.mvy-auth-check{display:flex;align-items:flex-start;gap:11px;margin:14px 0;color:#66728a;font-style:normal}.mvy-auth-check.small{align-items:center}.mvy-auth-check input{position:absolute;opacity:0;pointer-events:none}.mvy-auth-check span{width:18px;height:18px;border-radius:5px;border:1px solid #c6cfdd;flex:0 0 auto;margin-top:2px;background:#fff;position:relative}.mvy-auth-check input:checked+span{background:#655cff;border-color:#655cff}.mvy-auth-check input:checked+span:after{content:'✓';color:#fff;font-size:13px;font-weight:900;position:absolute;left:3px;top:-2px}.mvy-auth-check em{font-style:normal}.mvy-auth-check a{color:#3868ff;font-weight:900}.mvy-auth-check small{color:#8a94a8}
.mvy-auth-primary{height:56px;width:100%;border:0;border-radius:13px;background:linear-gradient(135deg,var(--mvy-auth-a1),var(--mvy-auth-a2));color:#fff!important;font-weight:950;font-size:17px;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 16px 32px rgba(47,107,255,.22);cursor:pointer;text-align:center}.mvy-auth-primary.compact{width:auto;padding:0 28px}
.mvy-auth-secondary{height:50px;border:1px solid var(--mvy-auth-border2);background:#fff!important;border-radius:12px;padding:0 22px;font-weight:900;color:#24304b!important;display:inline-flex;align-items:center;justify-content:center}.mvy-auth-below{text-align:center;color:#7b8498;margin-top:22px}.mvy-auth-below a{color:#3868ff;font-weight:900}.mvy-auth-safe{border-top:1px solid var(--mvy-auth-border);margin-top:28px;padding-top:18px;text-align:center;color:#8a94a8;font-size:13px;display:flex;justify-content:center;gap:8px}
.mvy-auth-login-cards{display:grid;gap:20px;margin:30px 0}.mvy-auth-login-cards>div{background:#fff;border:1px solid rgba(18,27,52,.07);border-radius:20px;padding:24px;box-shadow:var(--mvy-auth-shadow2);display:grid;grid-template-columns:64px 1fr;gap:18px;align-items:center;max-width:430px}.mvy-auth-login-cards i{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--mvy-auth-soft1),var(--mvy-auth-soft2));display:grid;place-items:center;font-style:normal;font-size:28px}.mvy-auth-login-cards b{display:block;font-size:18px}.mvy-auth-login-cards span{display:block;color:#66728a;margin-top:4px}.mvy-auth-login-options{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:16px 0 28px}.mvy-auth-login-options a{color:#3868ff;font-weight:900}
.mvy-auth-completion{display:grid;grid-template-columns:minmax(0,1.2fr) 360px;gap:58px;align-items:center}.mvy-auth-big-panel{border-radius:30px;padding:46px}.mvy-auth-big-panel h1{font-size:clamp(34px,4vw,52px);line-height:1.05;letter-spacing:-.06em;margin:0 0 18px;color:var(--mvy-auth-text)}.mvy-auth-step-row{display:flex;align-items:center;gap:18px;margin-bottom:34px}.mvy-auth-step-pill{display:inline-flex;align-items:center;padding:8px 17px;border-radius:999px;background:linear-gradient(135deg,var(--mvy-auth-soft1),var(--mvy-auth-soft2));border:1px solid rgba(47,107,255,.18);color:#665cff;font-weight:950}.mvy-auth-progress{height:2px;background:#665cff;flex:1;position:relative}.mvy-auth-progress:before{content:'✓';position:absolute;left:0;top:50%;transform:translateY(-50%);width:32px;height:32px;border:2px solid #665cff;border-radius:50%;display:grid;place-items:center;background:#fff;color:#665cff}.mvy-auth-progress b{position:absolute;right:0;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#665cff;color:#fff}.mvy-auth-success-strip{display:flex;align-items:center;gap:14px;border:1px solid rgba(34,197,94,.22);background:rgba(34,197,94,.06);border-radius:13px;padding:16px 18px;font-weight:900;margin:28px 0;color:#1f7d4b}
.mvy-auth-account-cards{display:grid;gap:16px}.mvy-auth-account-cards.two{grid-template-columns:repeat(2,minmax(0,1fr))}.mvy-auth-account-card{border:1px solid var(--mvy-auth-border2);border-radius:18px;min-height:188px;padding:24px 18px;position:relative;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;cursor:pointer}.mvy-auth-account-card input{position:absolute;opacity:0}.mvy-auth-account-card.active,.mvy-auth-account-card:has(input:checked){border-color:#665cff;background:linear-gradient(135deg,rgba(47,107,255,.05),rgba(139,92,246,.06));box-shadow:0 12px 26px rgba(47,107,255,.10)}.mvy-auth-radio{position:absolute;right:16px;top:16px;width:22px;height:22px;border-radius:999px;border:2px solid #cbd3e3}.mvy-auth-account-card.active .mvy-auth-radio,.mvy-auth-account-card:has(input:checked) .mvy-auth-radio{border-color:#665cff;background:#665cff;box-shadow:inset 0 0 0 5px #fff}.mvy-auth-bigico{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--mvy-auth-soft1),var(--mvy-auth-soft2));font-size:32px}.mvy-auth-account-card strong{font-size:18px}.mvy-auth-account-card p{margin:0;color:#6d778b;font-size:14px;line-height:1.55}
.mvy-auth-side-panel{border-radius:24px}.mvy-auth-check-illus{width:126px;height:126px;border-radius:50%;margin:0 auto 34px;background:rgba(34,197,94,.16);display:grid;place-items:center;color:#fff;font-size:64px;font-weight:950;position:relative}.mvy-auth-check-illus:before{content:'';position:absolute;width:88px;height:88px;border-radius:50%;background:#70df91;z-index:0}.mvy-auth-check-illus{z-index:1}.mvy-auth-side-panel h2{font-size:27px;letter-spacing:-.03em;margin:8px 0 28px}.mvy-auth-side-list{display:grid;gap:28px}.mvy-auth-side-list>div{display:grid;grid-template-columns:64px 1fr;gap:18px;align-items:center}.mvy-auth-side-list i{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--mvy-auth-soft1),var(--mvy-auth-soft2));font-style:normal}.mvy-auth-side-list b,.mvy-auth-side-list span{display:block}.mvy-auth-side-list span{color:#6d778b;margin-top:4px}.mvy-auth-love-box{margin-top:28px;background:linear-gradient(135deg,var(--mvy-auth-soft1),var(--mvy-auth-soft2));border-radius:16px;padding:18px;display:flex;gap:14px;color:#4b5680}.mvy-auth-love-box b{color:#3868ff}
.mvy-auth-choice-only{max-width:760px}.mvy-auth-choice-only .mvy-auth-big-panel h1{font-size:38px}.mvy-auth-choice-only .mvy-auth-account-card{min-height:220px}.mvy-auth-choice-only .mvy-auth-primary{margin-top:26px}.mvy-auth-link-back{text-align:center;margin-top:20px;color:#6b61ff;font-weight:850}
.mvy-auth-onboard-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:start}.mvy-auth-onboard-grid h1{font-size:38px;margin-top:28px}.mvy-auth-profile-row{display:grid;grid-template-columns:92px 1fr;gap:20px;align-items:center;margin:20px 0}.mvy-auth-avatar-u{width:92px;height:92px;border-radius:50%;background:linear-gradient(135deg,#e9edfb,#fff);border:1px solid var(--mvy-auth-border);display:grid;place-items:center;color:#a0a9bb;font-size:36px}.mvy-auth-profile-row p{color:#8a94a8;font-size:13px;margin:8px 0 0}.mvy-auth-textarea{height:118px;width:100%;resize:none;border:1px solid var(--mvy-auth-border2);border-radius:14px;padding:16px;font:inherit;color:#1b2439;outline:0;background:#fff}.mvy-auth-counter{text-align:right;color:#8a94a8;font-size:13px}.mvy-auth-actions-row{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;border-top:1px solid var(--mvy-auth-border);margin-top:30px;padding-top:22px}.mvy-auth-tips{background:#fff;border:1px solid var(--mvy-auth-border);border-radius:20px;padding:24px;box-shadow:var(--mvy-auth-shadow2)}.mvy-auth-tips h3{margin:0 0 18px}.mvy-auth-tips>div{display:grid;grid-template-columns:28px 1fr;gap:12px;align-items:start;margin:17px 0}.mvy-auth-tips i{width:28px;height:28px;border-radius:50%;background:rgba(34,197,94,.12);color:#20b76b;display:grid;place-items:center;font-weight:950;font-style:normal}.mvy-auth-tips p{margin:4px 0 0;color:#6d778b}
.mvy-auth-final{max-width:800px;margin:0 auto;text-align:center}.mvy-auth-teacher-illus{height:260px;background:transparent;margin-bottom:10px}.mvy-auth-teacher-illus:before{content:'👩‍🏫';font-size:120px;position:absolute;left:50%;top:25px;transform:translateX(-50%)}.mvy-auth-teacher-illus:after{content:'📄  👤  🎓  📊';font-size:34px;letter-spacing:26px;color:#6559ee;position:absolute;left:50%;bottom:25px;transform:translateX(-50%);white-space:nowrap}.mvy-auth-final h1{font-size:43px;letter-spacing:-.05em;margin:0 0 12px}.mvy-auth-final p{font-size:19px;color:#6d778b}.mvy-auth-final-actions{display:flex;gap:18px;justify-content:center;margin:28px 0}.mvy-auth-final-actions .mvy-auth-primary,.mvy-auth-final-actions .mvy-auth-secondary{width:260px}.mvy-auth-final-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;border:1px solid var(--mvy-auth-border);border-radius:18px;padding:22px;margin-top:34px}.mvy-auth-final-proof div{display:flex;justify-content:center;align-items:center;color:#506079;font-weight:850}
.mvy-auth-notice{padding:13px 15px;border-radius:14px;background:rgba(245,158,11,.10);border:1px solid rgba(245,158,11,.22);color:#7a5208;font-weight:800;margin:14px 0;text-align:left}
.mvy-auth-foot{background:linear-gradient(135deg,#15398d,#4f2ac8);color:#fff;margin-top:auto;border-radius:28px 28px 0 0}.mvy-auth-foot-inner{width:min(100% - 64px,1220px);margin:0 auto;padding:42px 0 26px;display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr 1.35fr;gap:42px}.mvy-auth-foot p,.mvy-auth-foot a{color:rgba(255,255,255,.78)}.mvy-auth-foot h4{margin:0 0 12px;color:#fff}.mvy-auth-foot a{display:block;margin:9px 0}.mvy-auth-socials{display:flex;gap:12px;margin-top:20px}.mvy-auth-socials span{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.11);display:grid;place-items:center}.mvy-auth-newsletter{display:flex;height:48px;background:#fff;border-radius:999px;overflow:hidden;margin-top:18px}.mvy-auth-newsletter input{border:0;outline:0;flex:1;padding:0 18px;min-width:0}.mvy-auth-newsletter button{border:0;padding:0 18px;background:linear-gradient(135deg,var(--mvy-auth-a1),var(--mvy-auth-a2));color:#fff;font-weight:900}.mvy-auth-foot-bottom{width:min(100% - 64px,1220px);margin:0 auto;border-top:1px solid rgba(255,255,255,.16);padding:18px 0;display:flex;justify-content:space-between;color:rgba(255,255,255,.62);font-size:13px}
@media(max-width:980px){.mvy-auth-nav{display:none}.mvy-auth-two-col,.mvy-auth-login-layout,.mvy-auth-completion,.mvy-auth-onboard-grid{grid-template-columns:1fr;gap:30px}.mvy-auth-card{max-width:none;margin:0}.mvy-auth-foot-inner{grid-template-columns:1fr 1fr}.mvy-auth-main{width:min(100% - 32px,1220px);padding-top:36px}.mvy-auth-mini-proof,.mvy-auth-final-proof,.mvy-auth-account-cards.two{grid-template-columns:1fr}.mvy-auth-side-panel{order:-1}.mvy-auth-actions-row{grid-template-columns:1fr}.mvy-auth-final-actions{flex-direction:column}.mvy-auth-final-actions .mvy-auth-primary,.mvy-auth-final-actions .mvy-auth-secondary{width:100%}}
@media(max-width:620px){.mvy-auth-rightnav{display:none}.mvy-auth-topbar{height:66px}.mvy-auth-brand{font-size:20px}.mvy-auth-hero h1,.mvy-auth-login-hero h1{font-size:42px}.mvy-auth-card,.mvy-auth-big-panel{padding:26px;border-radius:22px}.mvy-auth-foot-inner,.mvy-auth-foot-bottom{width:min(100% - 32px,1220px);grid-template-columns:1fr;display:grid}.mvy-auth-foot-bottom{gap:12px}.mvy-auth-phone{grid-template-columns:105px 1fr}.mvy-auth-profile-row{grid-template-columns:1fr}.mvy-auth-foot{border-radius:22px 22px 0 0}.mvy-auth-people-illus:before{font-size:52px;letter-spacing:4px}.mvy-auth-people-illus:after{left:28px;right:28px}.mvy-auth-foot-brand{font-size:20px}}

/* Run 41: harden auth/onboarding layout inside the real WordPress/Blocksy page canvas. */
.mvy-auth-scope{
  width:100vw !important;
  max-width:100vw !important;
  position:relative !important;
  left:50% !important;
  right:50% !important;
  margin-left:-50vw !important;
  margin-right:-50vw !important;
  padding:0 !important;
  overflow-x:hidden !important;
}

.mvy-auth-scope .mvy-auth-topbar,
.mvy-auth-scope .mvy-auth-foot{
  display:none !important;
}

.mvy-auth-scope,
.mvy-auth-scope *{
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}

.mvy-auth-scope p,
.mvy-auth-scope span,
.mvy-auth-scope b,
.mvy-auth-scope strong,
.mvy-auth-scope h1,
.mvy-auth-scope h2,
.mvy-auth-scope h3,
.mvy-auth-scope h4,
.mvy-auth-scope label,
.mvy-auth-scope a,
.mvy-auth-scope button,
.mvy-auth-scope input,
.mvy-auth-scope textarea{
  white-space:normal !important;
  max-width:none;
}

.mvy-auth-scope .mvy-auth-main{
  width:min(100% - 56px, 1220px) !important;
  max-width:1220px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-top:58px !important;
  padding-bottom:72px !important;
}

.mvy-auth-scope .mvy-auth-two-col{
  display:grid !important;
  grid-template-columns:minmax(0, 1.05fr) minmax(420px, 480px) !important;
  gap:72px !important;
  align-items:center !important;
}

.mvy-auth-scope .mvy-auth-login-layout{
  grid-template-columns:minmax(0, 1fr) minmax(420px, 520px) !important;
}

.mvy-auth-scope .mvy-auth-completion{
  display:grid !important;
  grid-template-columns:minmax(0,1.2fr) 360px !important;
  gap:58px !important;
  align-items:center !important;
}

.mvy-auth-scope .mvy-auth-onboard-grid{
  display:grid !important;
  grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr) !important;
  gap:28px !important;
  align-items:start !important;
}

.mvy-auth-scope .mvy-auth-hero,
.mvy-auth-scope .mvy-auth-card,
.mvy-auth-scope .mvy-auth-big-panel,
.mvy-auth-scope .mvy-auth-side-panel,
.mvy-auth-scope .mvy-auth-benefit,
.mvy-auth-scope .mvy-auth-benefit > div,
.mvy-auth-scope .mvy-auth-login-card,
.mvy-auth-scope .mvy-auth-login-card > div{
  min-width:0 !important;
}

.mvy-auth-scope .mvy-auth-card{
  width:100% !important;
  max-width:480px !important;
  margin-left:auto !important;
}

.mvy-auth-scope .mvy-auth-login-layout .mvy-auth-card{
  max-width:560px !important;
}

.mvy-auth-scope .mvy-auth-hero h1,
.mvy-auth-scope .mvy-auth-login-hero h1{
  width:auto !important;
}

.mvy-auth-scope .mvy-auth-benefit{
  display:grid !important;
  grid-template-columns:58px minmax(0,1fr) !important;
}

.mvy-auth-scope .mvy-auth-login-card{
  display:grid !important;
  grid-template-columns:64px minmax(0,1fr) !important;
}

@media(max-width:980px){
  .mvy-auth-scope .mvy-auth-main{
    width:min(100% - 32px, 1220px) !important;
    padding-top:36px !important;
  }
  .mvy-auth-scope .mvy-auth-two-col,
  .mvy-auth-scope .mvy-auth-login-layout,
  .mvy-auth-scope .mvy-auth-completion,
  .mvy-auth-scope .mvy-auth-onboard-grid{
    grid-template-columns:1fr !important;
    gap:30px !important;
  }
  .mvy-auth-scope .mvy-auth-card,
  .mvy-auth-scope .mvy-auth-login-layout .mvy-auth-card{
    max-width:none !important;
    margin-left:0 !important;
  }
}

/* Run 42/43: final auth layout hardening against theme content wrappers.
   Keep only the global site header/footer. Limit wrapper overrides to the real
   page content area so header/footer containers keep their theme width. */
body:has(.mvy-auth-scope) .site-main{
  background:transparent !important;
  box-shadow:none !important;
}
body:has(.mvy-auth-scope) .entry-content{
  max-width:none !important;
  width:auto !important;
  min-width:0 !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  display:block !important;
  overflow:visible !important;
}
body:has(.mvy-auth-scope) .entry-content > .mvy-auth-scope{
  max-width:none !important;
}

body .mvy-auth-scope{
  width:100vw !important;
  max-width:100vw !important;
  min-width:0 !important;
  position:relative !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  margin:0 !important;
  padding:0 !important;
  overflow-x:hidden !important;
  background:transparent !important;
}

body .mvy-auth-scope .mvy-auth-main{
  width:min(100% - 56px, 1220px) !important;
  max-width:1220px !important;
  margin-inline:auto !important;
  padding:58px 0 72px !important;
  box-sizing:border-box !important;
}

body .mvy-auth-scope .mvy-auth-main.mvy-auth-two-col,
body .mvy-auth-scope .mvy-auth-main.mvy-auth-login-layout{
  display:grid !important;
  grid-template-columns:minmax(0, 1.08fr) minmax(420px, 480px) !important;
  gap:72px !important;
  align-items:center !important;
  justify-content:center !important;
}

body .mvy-auth-scope .mvy-auth-main.mvy-auth-login-layout{
  grid-template-columns:minmax(0, 1fr) minmax(420px, 520px) !important;
}

body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-hero,
body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-hero{
  grid-column:1 !important;
  grid-row:1 !important;
}

body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-card,
body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-card{
  grid-column:2 !important;
  grid-row:1 !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
}

body .mvy-auth-scope .mvy-auth-hero,
body .mvy-auth-scope .mvy-auth-login-hero,
body .mvy-auth-scope .mvy-auth-card,
body .mvy-auth-scope .mvy-auth-big-panel,
body .mvy-auth-scope .mvy-auth-side-panel,
body .mvy-auth-scope .mvy-auth-benefit,
body .mvy-auth-scope .mvy-auth-benefit > div,
body .mvy-auth-scope .mvy-auth-login-cards,
body .mvy-auth-scope .mvy-auth-login-cards > div,
body .mvy-auth-scope .mvy-auth-mini-proof,
body .mvy-auth-scope .mvy-auth-mini-proof > div{
  min-width:0 !important;
  max-width:none;
}

body .mvy-auth-scope .mvy-auth-benefit{
  width:100% !important;
  display:grid !important;
  grid-template-columns:58px minmax(260px, 1fr) !important;
  gap:18px !important;
  align-items:center !important;
}

body .mvy-auth-scope .mvy-auth-benefit h3,
body .mvy-auth-scope .mvy-auth-benefit p,
body .mvy-auth-scope .mvy-auth-login-cards b,
body .mvy-auth-scope .mvy-auth-login-cards span{
  display:block !important;
  width:auto !important;
  max-width:100% !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}

body .mvy-auth-scope .mvy-auth-login-cards > div{
  width:100% !important;
  max-width:430px !important;
  display:grid !important;
  grid-template-columns:64px minmax(260px, 1fr) !important;
  gap:18px !important;
  align-items:center !important;
}

body .mvy-auth-scope .mvy-auth-mini-proof{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:20px !important;
}

body .mvy-auth-scope .mvy-auth-mini-proof > div{
  display:grid !important;
  grid-template-columns:36px minmax(0, 1fr) !important;
  gap:12px !important;
}

body .mvy-auth-scope .mvy-auth-completion,
body .mvy-auth-scope .mvy-auth-onboard-grid{
  display:grid !important;
}

body .mvy-auth-scope .mvy-auth-topbar,
body .mvy-auth-scope .mvy-auth-foot{
  display:none !important;
}

@media(max-width:980px){
  body .mvy-auth-scope .mvy-auth-main{
    width:min(100% - 32px, 1220px) !important;
    padding-top:36px !important;
  }
  body .mvy-auth-scope .mvy-auth-main.mvy-auth-two-col,
  body .mvy-auth-scope .mvy-auth-main.mvy-auth-login-layout,
  body .mvy-auth-scope .mvy-auth-completion,
  body .mvy-auth-scope .mvy-auth-onboard-grid{
    grid-template-columns:1fr !important;
    gap:30px !important;
  }
  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-hero,
  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-hero,
  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-card,
  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-card{
    grid-column:auto !important;
    grid-row:auto !important;
  }
  body .mvy-auth-scope .mvy-auth-card{
    max-width:none !important;
  }
  body .mvy-auth-scope .mvy-auth-benefit,
  body .mvy-auth-scope .mvy-auth-login-cards > div{
    grid-template-columns:58px minmax(0,1fr) !important;
  }
}

@media(max-width:620px){
  body .mvy-auth-scope .mvy-auth-mini-proof{
    grid-template-columns:1fr !important;
  }
}

/* Run 43: registration page only – restore the approved standalone desktop proportions.
   This fixes the real WP render where the left onboarding items collapsed into a narrow text column. */
body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-main.mvy-auth-two-col{
  display:grid !important;
  grid-template-columns:minmax(560px, 1.05fr) minmax(420px, 480px) !important;
  gap:72px !important;
  align-items:center !important;
  justify-content:center !important;
  width:min(100% - 56px, 1220px) !important;
  max-width:1220px !important;
  margin-inline:auto !important;
}

body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-hero{
  width:100% !important;
  max-width:640px !important;
  min-width:0 !important;
  justify-self:start !important;
  align-self:center !important;
}

body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-hero h1{
  max-width:13ch !important;
  width:auto !important;
  margin-bottom:20px !important;
}

body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-lead,
body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-benefits,
body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-people-illus,
body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-mini-proof{
  width:100% !important;
  max-width:620px !important;
}

body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-benefits{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:22px !important;
  margin:26px 0 !important;
}

body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-benefit{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  gap:18px !important;
  width:100% !important;
  max-width:620px !important;
  min-width:0 !important;
  min-height:58px !important;
}

body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-benefit i{
  flex:0 0 58px !important;
  width:58px !important;
  height:58px !important;
  min-width:58px !important;
  max-width:58px !important;
}

body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-benefit-text{
  flex:1 1 auto !important;
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  display:block !important;
}

body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-benefit-text h3,
body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-benefit-text p{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
  text-align:left !important;
}

body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-benefit-text h3{
  margin:0 0 4px !important;
  font-size:18px !important;
  line-height:1.25 !important;
}

body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-benefit-text p{
  margin:0 !important;
  font-size:15px !important;
  line-height:1.55 !important;
  color:#66728a !important;
}

body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-people-illus{
  height:260px !important;
  margin-top:30px !important;
}

body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-mini-proof{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:20px !important;
  margin-top:22px !important;
  padding:22px !important;
  align-items:start !important;
}

body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-mini-proof-item{
  display:grid !important;
  grid-template-columns:36px minmax(0, 1fr) !important;
  gap:12px !important;
  align-items:start !important;
  min-width:0 !important;
}

body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-proof-icon{
  display:block !important;
  width:36px !important;
  min-width:36px !important;
  color:#6559ee !important;
  line-height:1.35 !important;
}

body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-proof-copy{
  display:block !important;
  min-width:0 !important;
  width:auto !important;
}

body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-proof-copy b,
body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-proof-copy span{
  display:block !important;
  width:100% !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
  text-align:left !important;
}

body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-proof-copy b{
  color:#111b34 !important;
  font-size:15px !important;
  line-height:1.25 !important;
  margin:0 0 3px !important;
}

body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-proof-copy span{
  color:#69748a !important;
  font-size:13px !important;
  line-height:1.45 !important;
}

body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-card{
  width:100% !important;
  max-width:480px !important;
  justify-self:end !important;
  align-self:center !important;
  padding:42px !important;
}

@media(max-width:1120px){
  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-main.mvy-auth-two-col{
    grid-template-columns:minmax(0, 1fr) minmax(390px, 440px) !important;
    gap:44px !important;
  }
}

@media(max-width:980px){
  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-main.mvy-auth-two-col{
    grid-template-columns:1fr !important;
    gap:30px !important;
  }
  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-hero,
  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-card{
    max-width:none !important;
    justify-self:stretch !important;
  }
}

@media(max-width:720px){
  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-mini-proof{
    grid-template-columns:1fr !important;
  }
}

/* Run 43: do not let auth page wrapper create artificial seams around the global footer. */
body:has(.mvy-auth-scope) .site-main{
  margin-bottom:0 !important;
}
body:has(.mvy-auth-scope) .mvy-auth-main{
  margin-bottom:0 !important;
}

/* Run 45: login page only – restore the approved standalone proportions.
   The registration page is intentionally untouched. The real WP render collapsed
   login benefit card descriptions into the icon column; explicitly pin each
   card child to the intended grid cell and keep the two-column hero stable. */
body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-main.mvy-auth-login-layout{
  display:grid !important;
  grid-template-columns:minmax(520px, 1fr) minmax(420px, 500px) !important;
  gap:72px !important;
  align-items:center !important;
  justify-content:center !important;
  width:min(100% - 56px, 1220px) !important;
  max-width:1220px !important;
  margin-inline:auto !important;
}

body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-hero{
  width:100% !important;
  max-width:620px !important;
  min-width:0 !important;
  justify-self:start !important;
  align-self:center !important;
}

body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-hero h1{
  width:auto !important;
  max-width:none !important;
  margin:0 0 14px !important;
  font-size:58px !important;
  line-height:1.03 !important;
  letter-spacing:-.06em !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}

body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-lead{
  width:100% !important;
  max-width:560px !important;
  margin:0 0 28px !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}

body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-cards{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:20px !important;
  width:100% !important;
  max-width:440px !important;
  margin:30px 0 !important;
}

body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-cards > div{
  width:100% !important;
  max-width:440px !important;
  min-width:0 !important;
  display:grid !important;
  grid-template-columns:64px minmax(0,1fr) !important;
  grid-template-rows:auto auto !important;
  column-gap:18px !important;
  row-gap:4px !important;
  align-items:center !important;
  padding:24px !important;
  border-radius:20px !important;
  background:#fff !important;
  border:1px solid rgba(18,27,52,.07) !important;
  box-shadow:var(--mvy-auth-shadow2) !important;
}

body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-cards i{
  grid-column:1 !important;
  grid-row:1 / span 2 !important;
  width:64px !important;
  height:64px !important;
  min-width:64px !important;
  max-width:64px !important;
  display:grid !important;
  place-items:center !important;
  align-self:center !important;
  justify-self:start !important;
  border-radius:50% !important;
  background:linear-gradient(135deg,var(--mvy-auth-soft1),var(--mvy-auth-soft2)) !important;
  font-style:normal !important;
  font-size:28px !important;
  line-height:1 !important;
}

body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-cards b{
  grid-column:2 !important;
  grid-row:1 !important;
  display:block !important;
  width:100% !important;
  min-width:0 !important;
  max-width:none !important;
  margin:0 !important;
  color:var(--mvy-auth-text) !important;
  font-size:18px !important;
  line-height:1.25 !important;
  letter-spacing:-.02em !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}

body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-cards span{
  grid-column:2 !important;
  grid-row:2 !important;
  display:block !important;
  width:100% !important;
  min-width:0 !important;
  max-width:32ch !important;
  margin:0 !important;
  color:#66728a !important;
  font-size:15px !important;
  line-height:1.55 !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
  text-align:left !important;
}

body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-books-illus{
  width:100% !important;
  max-width:440px !important;
  height:210px !important;
  margin-top:28px !important;
}

body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-card{
  width:100% !important;
  max-width:500px !important;
  justify-self:end !important;
  align-self:center !important;
  margin:0 !important;
  padding:42px !important;
}

body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-card h2{
  font-size:34px !important;
  line-height:1.1 !important;
  letter-spacing:-.05em !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}

body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-options{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
}

@media(max-width:1120px){
  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-main.mvy-auth-login-layout{
    grid-template-columns:minmax(0, 1fr) minmax(390px, 460px) !important;
    gap:44px !important;
  }
}

@media(max-width:980px){
  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-main.mvy-auth-login-layout{
    grid-template-columns:1fr !important;
    gap:30px !important;
  }
  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-hero,
  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-card,
  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-cards,
  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-books-illus{
    max-width:none !important;
    justify-self:stretch !important;
  }
}

@media(max-width:620px){
  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-hero h1{
    font-size:42px !important;
  }
  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-cards > div{
    grid-template-columns:54px minmax(0,1fr) !important;
    padding:20px !important;
  }
  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-cards i{
    width:54px !important;
    height:54px !important;
    min-width:54px !important;
    max-width:54px !important;
    font-size:24px !important;
  }
}

/* Run 100: funkční OAuth tlačítka a onboarding uploady */
.mvy-auth-scope .mvy-auth-socials-row{
  display:grid;
  gap:10px;
  margin:14px 0;
}
.mvy-auth-scope .mvy-auth-social{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid rgba(15,23,42,.12);
  border-radius:999px;
  background:#fff;
  color:rgba(10,14,20,.88);
  font-weight:850;
  text-decoration:none;
  box-shadow:0 6px 16px rgba(2,6,23,.06);
}
.mvy-auth-scope .mvy-auth-social span{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(47,107,255,.10), rgba(139,92,246,.10));
}

/* Run 118: OAuth providers are visible when enabled in backend settings; ready state is handled server-side. */
.mvy-auth-scope .mvy-auth-socials-row{
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr)) !important;
  gap:10px !important;
  margin:14px 0 16px !important;
}
.mvy-auth-scope .mvy-auth-social{
  min-height:46px !important;
  border-radius:999px !important;
  transition:transform .14s ease, box-shadow .14s ease, border-color .14s ease !important;
}
.mvy-auth-scope .mvy-auth-social:hover{
  transform:translateY(-1px);
  border-color:rgba(47,107,255,.24);
  box-shadow:0 12px 24px rgba(47,107,255,.12);
}
.mvy-auth-scope .mvy-auth-social.google span{
  color:#2563eb;
  background:rgba(37,99,235,.08);
}
.mvy-auth-scope .mvy-auth-social.microsoft span{
  color:#6d5df6;
  background:linear-gradient(135deg, rgba(47,107,255,.10), rgba(139,92,246,.12));
}
.mvy-auth-scope .mvy-auth-social.is-config-missing{
  opacity:.82;
}

/* 1.18.129 – repair final registration account usage choice.
   The previous generic account card grid could be distorted by theme/form label rules
   and by older auth hardening selectors. This step now uses dedicated usage-card
   classes and pins the desktop/touch layout explicitly. */
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-main.mvy-auth-choice-only{
  width:min(100% - 48px, 1060px) !important;
  max-width:1060px !important;
  margin:0 auto !important;
  padding:64px 0 84px !important;
  display:block !important;
  min-width:0 !important;
}
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-big-panel.mvy-auth-usage-panel{
  width:100% !important;
  max-width:960px !important;
  margin:0 auto !important;
  padding:clamp(28px, 4vw, 52px) !important;
  overflow:visible !important;
  border-radius:28px !important;
}
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-panel h1{
  max-width:none !important;
  margin:18px 0 10px !important;
  font-size:clamp(30px, 3.2vw, 42px) !important;
  line-height:1.08 !important;
}
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-panel .mvy-auth-sub{
  width:100% !important;
  max-width:820px !important;
  margin:0 0 22px !important;
  text-align:left !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-form{
  width:100% !important;
  max-width:none !important;
  display:block !important;
  min-width:0 !important;
}
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-cards{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  display:grid !important;
  grid-template-columns:repeat(2, minmax(260px, 1fr)) !important;
  gap:18px !important;
  align-items:stretch !important;
  margin:22px 0 0 !important;
}
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-card{
  width:100% !important;
  min-width:0 !important;
  min-height:226px !important;
  display:grid !important;
  grid-template-columns:1fr !important;
  grid-template-rows:auto auto auto !important;
  align-content:center !important;
  justify-items:center !important;
  gap:10px !important;
  position:relative !important;
  padding:28px 24px !important;
  border:1.5px solid rgba(18,27,52,.14) !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 10px 28px rgba(21,32,78,.05) !important;
  text-align:center !important;
  cursor:pointer !important;
  overflow:hidden !important;
  color:var(--mvy-auth-text) !important;
  transition:border-color .14s ease, box-shadow .14s ease, transform .14s ease, background .14s ease !important;
}
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-card:hover{
  transform:translateY(-1px) !important;
  border-color:rgba(102,92,255,.48) !important;
  box-shadow:0 16px 34px rgba(47,107,255,.10) !important;
}
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-card__radio{
  position:absolute !important;
  right:18px !important;
  top:18px !important;
  width:23px !important;
  height:23px !important;
  border-radius:999px !important;
  border:2px solid #cbd3e3 !important;
  background:#fff !important;
  box-shadow:none !important;
  z-index:2 !important;
}
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-card__icon{
  width:68px !important;
  height:68px !important;
  min-width:68px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  background:linear-gradient(135deg, var(--mvy-auth-soft1), var(--mvy-auth-soft2)) !important;
  font-size:31px !important;
  line-height:1 !important;
}
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-card strong{
  display:block !important;
  width:100% !important;
  max-width:320px !important;
  margin:4px auto 0 !important;
  color:#111b34 !important;
  font-size:18px !important;
  font-weight:950 !important;
  line-height:1.24 !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-card p{
  display:block !important;
  width:100% !important;
  max-width:330px !important;
  margin:0 auto !important;
  color:#6d778b !important;
  font-size:14px !important;
  line-height:1.55 !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-primary{
  width:100% !important;
  margin-top:22px !important;
}
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-note{
  margin:12px 0 0 !important;
  color:#7a8496 !important;
  font-size:13px !important;
  line-height:1.45 !important;
  text-align:center !important;
}
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-link-back{
  margin-top:18px !important;
  text-align:center !important;
}
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-link-back a{
  color:#6b61ff !important;
  font-weight:900 !important;
}
@media(max-width:760px){
  body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-main.mvy-auth-choice-only{
    width:min(100% - 24px, 680px) !important;
    padding:36px 0 60px !important;
  }
  body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-big-panel.mvy-auth-usage-panel{
    padding:24px !important;
    border-radius:22px !important;
  }
  body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-cards{
    grid-template-columns:1fr !important;
  }
  body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-card{
    min-height:198px !important;
  }
}

/* 1.18.130 – definitive account usage card structure fix.
   Each selectable card is now an input+label pair inside a grid item, not a label
   wrapping all content. This prevents browser/theme label nesting issues and keeps
   the two choices as true siblings. */
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-cards{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:18px !important;
  align-items:stretch !important;
  width:100% !important;
  max-width:none !important;
  margin:22px 0 0 !important;
}
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-cards > .mvy-auth-usage-option{
  display:block !important;
  width:100% !important;
  min-width:0 !important;
  position:relative !important;
}
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-input{
  position:absolute !important;
  left:0 !important;
  top:0 !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  pointer-events:none !important;
  margin:0 !important;
}
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-cards > .mvy-auth-usage-option > .mvy-auth-usage-card{
  display:grid !important;
  width:100% !important;
  height:100% !important;
  min-height:248px !important;
  min-width:0 !important;
  grid-template-columns:1fr !important;
  align-content:center !important;
  justify-items:center !important;
  gap:10px !important;
  box-sizing:border-box !important;
  position:relative !important;
  padding:30px 24px !important;
  border:1.5px solid rgba(18,27,52,.14) !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 10px 28px rgba(21,32,78,.05) !important;
  text-align:center !important;
  cursor:pointer !important;
  overflow:hidden !important;
  color:var(--mvy-auth-text) !important;
  transform:none !important;
}
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-cards > .mvy-auth-usage-option > .mvy-auth-usage-card:hover{
  transform:translateY(-1px) !important;
  border-color:rgba(102,92,255,.48) !important;
  box-shadow:0 16px 34px rgba(47,107,255,.10) !important;
}
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-option.is-active > .mvy-auth-usage-card,
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-option:has(.mvy-auth-usage-input:checked) > .mvy-auth-usage-card{
  border-color:#665cff !important;
  background:linear-gradient(135deg, rgba(47,107,255,.055), rgba(139,92,246,.065)) !important;
  box-shadow:0 16px 34px rgba(47,107,255,.12) !important;
}
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-option.is-active .mvy-auth-usage-card__radio,
body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-option:has(.mvy-auth-usage-input:checked) .mvy-auth-usage-card__radio{
  border-color:#665cff !important;
  background:#665cff !important;
  box-shadow:inset 0 0 0 5px #fff !important;
}
@media(max-width:760px){
  body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-cards{
    grid-template-columns:1fr !important;
  }
  body .mvy-auth-scope.mvy-auth-page-choice .mvy-auth-usage-cards > .mvy-auth-usage-option > .mvy-auth-usage-card{
    min-height:210px !important;
  }
}

/* 1.18.159 – OAuth completion layout repair.
   Keep the benefit panel and final form in one top-aligned two-column layout and
   render the account type choices as two real side-by-side cards inside the form. */
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-main.mvy-auth-completion{
  width:min(100% - 56px, 1180px) !important;
  max-width:1180px !important;
  margin-inline:auto !important;
  padding:56px 0 84px !important;
  display:grid !important;
  grid-template-columns:minmax(360px, 440px) minmax(540px, 620px) !important;
  grid-template-areas:"side form" !important;
  gap:34px !important;
  align-items:start !important;
  justify-content:center !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-completion-panel{
  grid-area:form !important;
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  align-self:start !important;
  padding:clamp(30px, 3vw, 42px) !important;
  border-radius:28px !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-completion-side-panel{
  grid-area:side !important;
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  align-self:start !important;
  order:0 !important;
  padding:clamp(28px, 3vw, 38px) !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-completion-panel h1{
  font-size:clamp(38px, 3.4vw, 52px) !important;
  line-height:1.04 !important;
  max-width:10ch !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-completion-panel .mvy-auth-lead{
  max-width:44ch !important;
  font-size:16px !important;
  line-height:1.65 !important;
  margin-bottom:22px !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-completion-form{
  width:100% !important;
  min-width:0 !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-completion-usage-field{
  margin:16px 0 18px !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-completion-usage-label{
  margin-bottom:10px !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-usage-cards{
  width:100% !important;
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:14px !important;
  align-items:stretch !important;
  margin:0 !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-usage-cards > .mvy-auth-usage-option{
  position:relative !important;
  width:100% !important;
  min-width:0 !important;
  display:block !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-usage-input{
  position:absolute !important;
  left:0 !important;
  top:0 !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  pointer-events:none !important;
  margin:0 !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-usage-card{
  width:100% !important;
  height:100% !important;
  min-width:0 !important;
  min-height:178px !important;
  display:grid !important;
  grid-template-columns:1fr !important;
  justify-items:center !important;
  align-content:start !important;
  gap:8px !important;
  position:relative !important;
  box-sizing:border-box !important;
  padding:22px 16px 18px !important;
  border:1.5px solid rgba(18,27,52,.14) !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 10px 28px rgba(21,32,78,.05) !important;
  color:var(--mvy-auth-text) !important;
  text-align:center !important;
  cursor:pointer !important;
  overflow:hidden !important;
  transition:border-color .14s ease, box-shadow .14s ease, transform .14s ease, background .14s ease !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-usage-card:hover{
  transform:translateY(-1px) !important;
  border-color:rgba(102,92,255,.48) !important;
  box-shadow:0 16px 34px rgba(47,107,255,.10) !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-usage-option.is-active > .mvy-auth-usage-card,
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-usage-option:has(.mvy-auth-usage-input:checked) > .mvy-auth-usage-card{
  border-color:#665cff !important;
  background:linear-gradient(135deg, rgba(47,107,255,.055), rgba(139,92,246,.065)) !important;
  box-shadow:0 16px 34px rgba(47,107,255,.12) !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-usage-card__radio{
  position:absolute !important;
  right:14px !important;
  top:14px !important;
  width:21px !important;
  height:21px !important;
  border-radius:999px !important;
  border:2px solid #cbd3e3 !important;
  background:#fff !important;
  z-index:2 !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-usage-option.is-active .mvy-auth-usage-card__radio,
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-usage-option:has(.mvy-auth-usage-input:checked) .mvy-auth-usage-card__radio{
  border-color:#665cff !important;
  background:#665cff !important;
  box-shadow:inset 0 0 0 5px #fff !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-usage-card__icon{
  width:52px !important;
  height:52px !important;
  min-width:52px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  background:linear-gradient(135deg, var(--mvy-auth-soft1), var(--mvy-auth-soft2)) !important;
  font-size:24px !important;
  line-height:1 !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-usage-card strong{
  display:block !important;
  width:100% !important;
  max-width:190px !important;
  margin:0 auto !important;
  color:#111b34 !important;
  font-size:15px !important;
  font-weight:950 !important;
  line-height:1.22 !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-usage-card p{
  display:block !important;
  width:100% !important;
  max-width:200px !important;
  margin:0 auto !important;
  color:#6d778b !important;
  font-size:12.5px !important;
  line-height:1.42 !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-side-list{
  gap:22px !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-side-list > div{
  grid-template-columns:52px minmax(0, 1fr) !important;
  gap:14px !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-side-list i{
  width:52px !important;
  height:52px !important;
}
@media(max-width:1120px){
  body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-main.mvy-auth-completion{
    width:min(100% - 40px, 680px) !important;
    grid-template-columns:1fr !important;
    grid-template-areas:"form" "side" !important;
    gap:28px !important;
    padding:42px 0 70px !important;
  }
  body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-completion-panel,
  body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-completion-side-panel{
    grid-column:auto !important;
    grid-row:auto !important;
  }
}
@media(max-width:680px){
  body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-main.mvy-auth-completion{
    width:min(100% - 24px, 680px) !important;
    padding:30px 0 56px !important;
  }
  body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-completion-panel,
  body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-completion-side-panel{
    padding:24px !important;
    border-radius:22px !important;
  }
  body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-usage-cards{
    grid-template-columns:1fr !important;
  }
  body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-usage-card{
    min-height:154px !important;
  }
}

/* 1.18.160 – OAuth completion benefit text alignment.
   The left benefit list has three direct children (icon, title, text). Without
   explicit grid placement the description fell into the icon column and broke
   into one-word lines on desktop. */
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-side-list > div{
  display:grid !important;
  grid-template-columns:52px minmax(0, 1fr) !important;
  grid-template-rows:auto auto !important;
  column-gap:14px !important;
  row-gap:3px !important;
  align-items:start !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-side-list i{
  grid-column:1 !important;
  grid-row:1 / span 2 !important;
  align-self:start !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-side-list b{
  grid-column:2 !important;
  grid-row:1 !important;
  display:block !important;
  width:auto !important;
  max-width:100% !important;
  margin:0 !important;
  line-height:1.35 !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}
body .mvy-auth-scope.mvy-auth-page-completion .mvy-auth-side-list span{
  grid-column:2 !important;
  grid-row:2 !important;
  display:block !important;
  width:auto !important;
  max-width:32ch !important;
  margin:2px 0 0 !important;
  line-height:1.55 !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}

/* Run 165: registration mini proof readability – keep the three benefits compact without one-word line breaks. */
body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-mini-proof{
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:14px !important;
  padding:18px !important;
}
body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-mini-proof-item{
  display:grid !important;
  grid-template-columns:1fr !important;
  justify-items:center !important;
  align-items:start !important;
  gap:5px !important;
  min-width:0 !important;
  padding:2px 4px !important;
  text-align:center !important;
}
body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-proof-icon{
  display:block !important;
  width:auto !important;
  min-width:0 !important;
  font-size:18px !important;
  line-height:1 !important;
  text-align:center !important;
}
body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-proof-copy{
  display:grid !important;
  gap:2px !important;
  min-width:0 !important;
  width:100% !important;
  justify-items:center !important;
}
body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-proof-copy b,
body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-proof-copy span{
  text-align:center !important;
  max-width:18ch !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
  hyphens:none !important;
}
body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-proof-copy b{
  font-size:14px !important;
  line-height:1.2 !important;
  white-space:normal !important;
}
body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-proof-copy span{
  font-size:12px !important;
  line-height:1.35 !important;
}
@media(max-width:720px){
  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-mini-proof{
    grid-template-columns:1fr !important;
  }
  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-mini-proof-item{
    grid-template-columns:32px minmax(0, 1fr) !important;
    justify-items:start !important;
    align-items:start !important;
    text-align:left !important;
  }
  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-proof-copy{
    justify-items:start !important;
  }
  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-proof-copy b,
  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-proof-copy span{
    max-width:none !important;
    text-align:left !important;
  }
}

/* Run 203: modern author onboarding file upload controls. */
body .mvy-auth-scope .mvy-auth-field-help{
  margin:-2px 0 10px !important;
  color:#7b8498 !important;
  font-size:13px !important;
  line-height:1.55 !important;
  font-weight:650 !important;
}
body .mvy-auth-scope .mvy-auth-modern-file{
  position:relative !important;
  width:100% !important;
  min-height:52px !important;
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  padding:8px 12px !important;
  border:1px dashed rgba(99,102,241,.28) !important;
  border-radius:16px !important;
  background:linear-gradient(135deg,rgba(47,107,255,.045),rgba(139,92,246,.055)) !important;
  cursor:pointer !important;
  transition:transform .14s ease, box-shadow .14s ease, border-color .14s ease, background .14s ease !important;
  overflow:hidden !important;
}
body .mvy-auth-scope .mvy-auth-modern-file:hover{
  transform:translateY(-1px) !important;
  border-color:rgba(99,102,241,.48) !important;
  box-shadow:0 10px 22px rgba(47,107,255,.10) !important;
  background:linear-gradient(135deg,rgba(47,107,255,.075),rgba(139,92,246,.085)) !important;
}
body .mvy-auth-scope .mvy-auth-modern-file:focus-within{
  border-color:rgba(47,107,255,.70) !important;
  box-shadow:0 0 0 4px rgba(47,107,255,.12) !important;
}
body .mvy-auth-scope .mvy-auth-file-input{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  opacity:0 !important;
  cursor:pointer !important;
  z-index:2 !important;
}
body .mvy-auth-scope .mvy-auth-modern-file__button{
  position:relative !important;
  z-index:1 !important;
  flex:0 0 auto !important;
  min-height:36px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:8px 14px !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#2f6bff,#8b5cf6) !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:900 !important;
  line-height:1 !important;
  box-shadow:0 10px 20px rgba(47,107,255,.16) !important;
  white-space:nowrap !important;
}
body .mvy-auth-scope .mvy-auth-modern-file__name{
  position:relative !important;
  z-index:1 !important;
  min-width:0 !important;
  color:#6d778b !important;
  font-size:13px !important;
  font-weight:750 !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}
body .mvy-auth-scope .mvy-auth-modern-file.has-file .mvy-auth-modern-file__name{
  color:#263149 !important;
  font-weight:850 !important;
}
@media(max-width:620px){
  body .mvy-auth-scope .mvy-auth-modern-file{
    align-items:stretch !important;
    flex-direction:column !important;
    gap:8px !important;
  }
  body .mvy-auth-scope .mvy-auth-modern-file__button,
  body .mvy-auth-scope .mvy-auth-modern-file__name{
    width:100% !important;
    text-align:center !important;
  }
}

/* 1.18.623 – mobile login compact flow only. Desktop login/register layouts are untouched. */
@media(max-width:620px){
  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-main.mvy-auth-login-layout{
    display:flex !important;
    flex-direction:column !important;
    width:min(100% - 32px, 560px) !important;
    max-width:560px !important;
    padding-top:24px !important;
    padding-bottom:54px !important;
    gap:16px !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-hero{
    display:contents !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-hero h1{
    order:1 !important;
    width:100% !important;
    max-width:11.5ch !important;
    margin:0 0 -4px !important;
    font-size:clamp(28px, 8vw, 36px) !important;
    line-height:1.05 !important;
    letter-spacing:-.055em !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-lead{
    order:2 !important;
    width:100% !important;
    max-width:34ch !important;
    margin:0 0 2px !important;
    font-size:14px !important;
    line-height:1.55 !important;
    color:#66728a !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-card{
    order:3 !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:24px !important;
    border-radius:22px !important;
    box-shadow:0 14px 36px rgba(21,32,78,.075) !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-card .mvy-auth-eyebrow{
    display:none !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-card h2{
    margin:0 0 8px !important;
    font-size:0 !important;
    line-height:1 !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-card h2::after{
    content:'Přihlášení k účtu';
    display:block !important;
    color:var(--mvy-auth-text) !important;
    font-size:26px !important;
    line-height:1.12 !important;
    letter-spacing:-.045em !important;
    font-weight:950 !important;
    text-align:center !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-socials-row{
    grid-template-columns:1fr !important;
    gap:8px !important;
    margin:12px 0 12px !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-social{
    min-height:42px !important;
    font-size:14px !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-divider{
    margin:16px 0 !important;
    font-size:13px !important;
    gap:12px !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-field{
    margin:11px 0 !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-field label{
    margin-bottom:6px !important;
    font-size:13px !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-input-wrap,
  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-input{
    height:50px !important;
    border-radius:13px !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-options{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
    margin:14px 0 16px !important;
    font-size:13px !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-options .mvy-auth-check{
    margin:0 !important;
    flex:1 1 auto !important;
    max-width:58% !important;
    line-height:1.3 !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-options > a{
    flex:0 0 auto !important;
    color:#3868ff !important;
    font-weight:900 !important;
    white-space:normal !important;
    text-align:right !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-primary{
    height:50px !important;
    border-radius:13px !important;
    font-size:15px !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-below{
    margin-top:16px !important;
    font-size:13px !important;
    line-height:1.4 !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-cards{
    order:4 !important;
    width:100% !important;
    max-width:none !important;
    margin:8px 0 0 !important;
    gap:10px !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-cards::before{
    content:'Rychlý přístup po přihlášení';
    display:block !important;
    margin:2px 0 2px !important;
    color:#111b34 !important;
    font-size:16px !important;
    font-weight:950 !important;
    line-height:1.2 !important;
    letter-spacing:-.02em !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-cards > div{
    width:100% !important;
    max-width:none !important;
    grid-template-columns:44px minmax(0,1fr) !important;
    column-gap:12px !important;
    row-gap:2px !important;
    padding:15px !important;
    border-radius:18px !important;
    box-shadow:0 8px 22px rgba(21,32,78,.055) !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-cards i{
    width:44px !important;
    height:44px !important;
    min-width:44px !important;
    max-width:44px !important;
    font-size:21px !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-cards b{
    font-size:15px !important;
    line-height:1.22 !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-login-cards span{
    max-width:none !important;
    font-size:12.5px !important;
    line-height:1.35 !important;
    color:#6d778b !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-books-illus{
    order:5 !important;
    width:min(100%, 260px) !important;
    max-width:260px !important;
    height:100px !important;
    margin:2px auto 0 !important;
    opacity:.95 !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-books-illus::before{
    font-size:58px !important;
    left:10px !important;
    bottom:12px !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-books-illus::after{
    font-size:42px !important;
    left:118px !important;
    bottom:17px !important;
  }
}

/* 1.18.624 – mobile login top rhythm alignment.
   The visible login content was still starting lower than the homepage/authors mobile heroes.
   Homepage mobile hero uses roughly 18–22px of top rhythm; authors catalog has effectively 0–18px.
   Keep this login-only and mobile-only so desktop auth pages stay untouched. */
@media(max-width:620px){
  body:has(.mvy-auth-scope.mvy-auth-page-login) .site-main,
  body:has(.mvy-auth-scope.mvy-auth-page-login) .content-area,
  body:has(.mvy-auth-scope.mvy-auth-page-login) .entry-content,
  body:has(.mvy-auth-scope.mvy-auth-page-login) .ct-container,
  body:has(.mvy-auth-scope.mvy-auth-page-login) .ct-container-full{
    margin-top:0 !important;
    padding-top:0 !important;
  }

  body .mvy-auth-scope.mvy-auth-page-login .mvy-auth-main.mvy-auth-login-layout{
    padding-top:8px !important;
  }
}

/* 1.18.694 – mobile registration layout aligned with the approved login page.
   Mobile-only and register-only. Desktop/tablet auth layouts are intentionally untouched. */
@media(max-width:620px){
  body:has(.mvy-auth-scope.mvy-auth-page-register) .site-main,
  body:has(.mvy-auth-scope.mvy-auth-page-register) .content-area,
  body:has(.mvy-auth-scope.mvy-auth-page-register) .entry-content,
  body:has(.mvy-auth-scope.mvy-auth-page-register) .ct-container,
  body:has(.mvy-auth-scope.mvy-auth-page-register) .ct-container-full{
    margin-top:0 !important;
    padding-top:0 !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-main.mvy-auth-two-col{
    display:flex !important;
    flex-direction:column !important;
    width:min(100% - 32px, 560px) !important;
    max-width:560px !important;
    padding-top:8px !important;
    padding-bottom:54px !important;
    gap:14px !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-hero{
    display:contents !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-kicker{
    order:1 !important;
    width:max-content !important;
    max-width:100% !important;
    margin:0 0 2px !important;
    padding:6px 10px !important;
    font-size:12px !important;
    line-height:1.2 !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-hero h1{
    order:2 !important;
    width:100% !important;
    max-width:11.8ch !important;
    margin:0 0 -2px !important;
    font-size:clamp(29px, 8.2vw, 37px) !important;
    line-height:1.05 !important;
    letter-spacing:-.055em !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-lead{
    order:3 !important;
    width:100% !important;
    max-width:35ch !important;
    margin:0 0 2px !important;
    font-size:14px !important;
    line-height:1.55 !important;
    color:#66728a !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-card{
    order:4 !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:24px !important;
    border-radius:22px !important;
    box-shadow:0 14px 36px rgba(21,32,78,.075) !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-card > .mvy-auth-sub:first-child{
    display:none !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-card h2{
    margin:0 0 8px !important;
    font-size:26px !important;
    line-height:1.12 !important;
    letter-spacing:-.045em !important;
    text-align:center !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-card h2 + .mvy-auth-sub{
    max-width:34ch !important;
    margin:0 auto 12px !important;
    font-size:13.5px !important;
    line-height:1.45 !important;
    text-align:center !important;
    color:#7a8498 !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-socials-row{
    grid-template-columns:1fr !important;
    gap:8px !important;
    margin:12px 0 12px !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-social{
    min-height:42px !important;
    font-size:14px !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-divider{
    margin:16px 0 !important;
    font-size:13px !important;
    gap:12px !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-field{
    margin:11px 0 !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-field label{
    margin-bottom:6px !important;
    font-size:13px !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-input-wrap,
  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-input{
    height:50px !important;
    border-radius:13px !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-check{
    align-items:flex-start !important;
    margin:12px 0 !important;
    gap:9px !important;
    font-size:12.5px !important;
    line-height:1.42 !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-check span{
    flex:0 0 18px !important;
    width:18px !important;
    height:18px !important;
    margin-top:1px !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-check em{
    min-width:0 !important;
    color:#6d778b !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-check small{
    font-size:11.5px !important;
    line-height:1.35 !important;
    color:#8a94a8 !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-primary{
    height:50px !important;
    border-radius:13px !important;
    font-size:15px !important;
    margin-top:12px !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-below{
    margin-top:16px !important;
    font-size:13px !important;
    line-height:1.4 !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-mini-proof{
    order:5 !important;
    width:100% !important;
    max-width:none !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    margin:8px 0 0 !important;
    padding:0 !important;
    border:0 !important;
    box-shadow:none !important;
    background:transparent !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-mini-proof::before{
    content:'Proč si účet vytvořit?';
    display:block !important;
    margin:2px 0 2px !important;
    color:#111b34 !important;
    font-size:16px !important;
    font-weight:950 !important;
    line-height:1.2 !important;
    letter-spacing:-.02em !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-mini-proof-item{
    width:100% !important;
    max-width:none !important;
    display:grid !important;
    grid-template-columns:44px minmax(0,1fr) !important;
    column-gap:12px !important;
    row-gap:2px !important;
    align-items:center !important;
    padding:15px !important;
    border:1px solid rgba(18,27,52,.10) !important;
    border-radius:18px !important;
    background:#fff !important;
    box-shadow:0 8px 22px rgba(21,32,78,.055) !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-proof-icon{
    width:44px !important;
    height:44px !important;
    min-width:44px !important;
    max-width:44px !important;
    display:grid !important;
    place-items:center !important;
    border-radius:50% !important;
    background:linear-gradient(135deg,rgba(47,107,255,.10),rgba(139,92,246,.10)) !important;
    color:#6559ee !important;
    font-size:20px !important;
    line-height:1 !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-proof-copy b{
    font-size:15px !important;
    line-height:1.22 !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-proof-copy span{
    max-width:none !important;
    font-size:12.5px !important;
    line-height:1.35 !important;
    color:#6d778b !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-benefits{
    order:6 !important;
    width:100% !important;
    max-width:none !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    margin:4px 0 0 !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-benefit{
    display:grid !important;
    grid-template-columns:44px minmax(0,1fr) !important;
    column-gap:12px !important;
    row-gap:2px !important;
    align-items:center !important;
    width:100% !important;
    max-width:none !important;
    min-height:0 !important;
    padding:15px !important;
    border:1px solid rgba(18,27,52,.10) !important;
    border-radius:18px !important;
    background:#fff !important;
    box-shadow:0 8px 22px rgba(21,32,78,.055) !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-benefit i{
    flex:0 0 44px !important;
    width:44px !important;
    height:44px !important;
    min-width:44px !important;
    max-width:44px !important;
    font-size:21px !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-benefit-text h3{
    font-size:15px !important;
    line-height:1.22 !important;
    margin:0 0 3px !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-benefit-text p{
    max-width:none !important;
    font-size:12.5px !important;
    line-height:1.35 !important;
    color:#6d778b !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-people-illus{
    order:7 !important;
    width:min(100%, 260px) !important;
    max-width:260px !important;
    height:100px !important;
    margin:2px auto 0 !important;
    opacity:.95 !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-people-illus::before{
    font-size:58px !important;
    letter-spacing:8px !important;
    left:50% !important;
    top:50% !important;
    transform:translate(-50%,-50%) !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-people-illus::after{
    left:20px !important;
    right:20px !important;
    bottom:14px !important;
  }
}

/* 1.18.695 – mobile registration targeted polish requested after screenshot review.
   Mobile-only and register-only: hide project badge, left-align hero, and keep only the three selected benefit cards. */
@media(max-width:620px){
  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-kicker{
    display:none !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-hero h1{
    align-self:flex-start !important;
    max-width:100% !important;
    margin:0 0 2px !important;
    text-align:left !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-lead{
    align-self:flex-start !important;
    max-width:35ch !important;
    margin-left:0 !important;
    margin-right:0 !important;
    text-align:left !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-mini-proof{
    display:none !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-benefits{
    order:5 !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    width:100% !important;
    max-width:none !important;
    margin:8px 0 0 !important;
    padding:0 !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-benefits::before{
    content:'Proč si účet vytvořit?';
    display:block !important;
    margin:2px 0 2px !important;
    color:#111b34 !important;
    font-size:16px !important;
    font-weight:950 !important;
    line-height:1.2 !important;
    letter-spacing:-.02em !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-benefit{
    display:grid !important;
    grid-template-columns:46px minmax(0,1fr) !important;
    align-items:center !important;
    column-gap:12px !important;
    row-gap:0 !important;
    width:100% !important;
    max-width:none !important;
    padding:14px !important;
    min-height:0 !important;
    text-align:left !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-benefit i{
    grid-column:1 !important;
    grid-row:1 / span 2 !important;
    width:46px !important;
    min-width:46px !important;
    max-width:46px !important;
    height:46px !important;
    align-self:center !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-benefit-text{
    min-width:0 !important;
    width:100% !important;
    max-width:none !important;
    display:block !important;
    text-align:left !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-benefit-text h3,
  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-benefit-text p{
    display:block !important;
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    text-align:left !important;
    white-space:normal !important;
    word-break:normal !important;
    overflow-wrap:normal !important;
    hyphens:none !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-benefit-text h3{
    margin:0 0 4px !important;
    font-size:15px !important;
    line-height:1.22 !important;
  }

  body .mvy-auth-scope.mvy-auth-page-register .mvy-auth-benefit-text p{
    margin:0 !important;
    font-size:12.8px !important;
    line-height:1.42 !important;
  }
}
