
/* MyVeni 11.6.3 — cloud account foundation */
.mv-account-overlay{position:fixed;inset:0;z-index:10020;background:rgba(15,30,52,.48);backdrop-filter:blur(10px);display:none;align-items:center;justify-content:center;padding:18px}.mv-account-overlay.open{display:flex}.mv-account-card{width:min(430px,100%);max-height:min(760px,calc(100vh - 32px));overflow:auto;background:#fff;color:#10213b;border:1px solid #dfe7f0;border-radius:24px;box-shadow:0 28px 90px rgba(13,31,55,.24);padding:24px}.mv-account-logo{display:flex;justify-content:center;margin:0 auto 8px}.mv-account-logo img{width:auto;height:54px;max-width:190px;object-fit:contain}.mv-account-close{position:absolute;right:14px;top:12px;border:0;background:#eef4fa;color:#54677f;width:34px;height:34px;border-radius:50%;font-size:22px;cursor:pointer;display:grid;place-items:center}.mv-account-head{position:relative;text-align:center;padding-top:4px}.mv-account-head h2{font-size:24px;line-height:1.15;margin:6px 0 7px}.mv-account-head p{margin:0 auto 18px;color:#70809a;font-size:13px;line-height:1.55;max-width:340px}.mv-account-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;background:#f2f6fa;border:1px solid #e3eaf2;padding:5px;border-radius:14px;margin:8px 0 18px}.mv-account-tabs button{border:0;background:transparent;padding:10px 8px;border-radius:10px;color:#677991;font-weight:800;cursor:pointer}.mv-account-tabs button.active{background:#fff;color:#176fbd;box-shadow:0 3px 12px rgba(25,55,90,.08)}.mv-account-form{display:grid;gap:12px}.mv-account-field{display:grid;gap:6px}.mv-account-field label{font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:#8292a7;font-weight:850}.mv-account-field input{width:100%;height:48px;border:1px solid #dbe4ee;border-radius:13px;background:#fff;color:#10213b;padding:0 14px;outline:none}.mv-account-field input:focus{border-color:#2b86df;box-shadow:0 0 0 3px rgba(43,134,223,.13)}.mv-account-actions{display:grid;gap:9px;margin-top:3px}.mv-account-btn{min-height:46px;border-radius:13px;border:1px solid #dbe4ee;background:#fff;color:#10213b;font-weight:850;cursor:pointer;padding:10px 14px}.mv-account-btn.primary{border:0;color:#fff;background:linear-gradient(135deg,#159ce8,#5967ef);box-shadow:0 10px 28px rgba(47,102,222,.18)}.mv-account-btn.link{border:0;background:transparent;color:#2677c8;min-height:34px;padding:4px}.mv-account-error{display:none;padding:10px 12px;border-radius:12px;background:#fff0f0;color:#b73535;font-size:12px;line-height:1.45;border:1px solid #ffd4d4}.mv-account-error.show{display:block}.mv-account-note{padding:11px 12px;border-radius:12px;background:#f3f8fd;border:1px solid #dbe8f4;color:#647890;font-size:12px;line-height:1.5}.mv-account-user{display:grid;gap:14px}.mv-account-userbox{display:flex;gap:12px;align-items:center;padding:14px;border:1px solid #e0e8f0;background:#f8fbfe;border-radius:15px}.mv-account-avatar{width:44px;height:44px;border-radius:13px;background:linear-gradient(135deg,#dff2ff,#eae9ff);color:#1b74c7;font-weight:900;display:grid;place-items:center;font-size:18px;flex:0 0 auto}.mv-account-userbox b{display:block;font-size:15px}.mv-account-userbox span{display:block;color:#71839a;font-size:12px;margin-top:3px;word-break:break-word}.mv-account-badge{display:inline-flex;align-items:center;gap:6px;width:max-content;border-radius:99px;background:#eaf8f1;color:#167c55;padding:6px 9px;font-size:11px;font-weight:850}.mv-account-households{display:grid;gap:7px}.mv-account-household{padding:10px 12px;border:1px solid #e3e9f1;border-radius:12px;font-size:12px;color:#61748c;background:#fff}.mv-account-household b{color:#10213b}.mv-account-small{font-size:11px;color:#8190a4;line-height:1.5;text-align:center}.mv-account-settings-status{font-size:12px;color:#75869b;font-weight:750}.mv-account-settings-status.online{color:#16845c}.mv-account-settings-status.error{color:#b65a35}.mv-account-sidebar{margin:14px 6px 0;padding-top:12px;border-top:1px solid var(--line,#e3e9f1)}.mv-account-sidebar-btn{width:100%;display:flex;align-items:center;gap:10px;text-align:left;border:1px solid var(--line,#e3e9f1);background:var(--surface,#fff);color:var(--text,#10213b);border-radius:12px;padding:10px;cursor:pointer}.mv-account-sidebar-btn:hover{background:var(--surface2,#f8fafc)}.mv-account-side-avatar{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:#eaf3ff;color:#1d73c5;font-weight:900}.mv-account-sidebar-btn b{font-size:12px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:138px}.mv-account-sidebar-btn small{font-size:10px;color:var(--muted,#71839a);display:block;margin-top:2px}.mv-account-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;display:inline-block;animation:mvspin .7s linear infinite;vertical-align:-4px}@keyframes mvspin{to{transform:rotate(360deg)}}
body.theme-dark .mv-account-card{background:#101a28;color:#e8eef6;border-color:#263346}body.theme-dark .mv-account-head h2,body.theme-dark .mv-account-userbox b,body.theme-dark .mv-account-household b{color:#e8eef6}body.theme-dark .mv-account-field input,body.theme-dark .mv-account-tabs button.active,body.theme-dark .mv-account-household,body.theme-dark .mv-account-btn{background:#131f2f;color:#e8eef6;border-color:#2b394d}body.theme-dark .mv-account-tabs{background:#0c1522;border-color:#263346}body.theme-dark .mv-account-userbox,body.theme-dark .mv-account-note{background:#111d2c;border-color:#27374a}body.theme-dark .mv-account-close{background:#1a293b;color:#aebdd0}
@media(max-width:560px){.mv-account-overlay{align-items:flex-end;padding:0}.mv-account-card{border-radius:24px 24px 0 0;max-height:92vh;padding:22px 18px calc(22px + env(safe-area-inset-bottom))}.mv-account-logo img{height:48px}}

/* 11.6.1 login layout polish */
.mv-account-card{padding:26px 26px 24px}
.mv-account-logo{width:100%;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;text-align:center}
.mv-account-logo img{display:block;margin:0 auto;height:48px;max-width:165px}
.mv-account-head{display:flex;flex-direction:column;align-items:center;text-align:center}
.mv-account-head h2{width:100%;text-align:center;margin-top:4px}
.mv-account-head p{width:100%;text-align:center}
.mv-account-form{max-width:350px;width:100%;margin:0 auto}
.mv-account-tabs{max-width:350px;margin-left:auto;margin-right:auto}
.mv-account-error{max-width:350px;margin-left:auto;margin-right:auto}
@media(max-width:560px){.mv-account-card{padding-left:20px;padding-right:20px}.mv-account-logo img{height:44px}}

/* 11.6.3 — account modal alignment */
.mv-account-card{position:relative}.mv-account-head{width:100%}.mv-account-logo{justify-content:center!important}.mv-account-logo img{margin-left:auto!important;margin-right:auto!important}

/* MyVeni 11.7.8 — account security + Cloud Sync beta */
.mv-account-section{display:grid;gap:8px;padding-top:2px}.mv-account-section-title{font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:#8190a4;font-weight:900}.mv-account-danger{display:grid;gap:8px;margin-top:2px;padding:13px;border:1px solid #ffd5d5;background:#fff8f8;border-radius:14px}.mv-account-btn.danger{border-color:#efb4b4;background:#fff;color:#b42318}.mv-account-btn.danger:hover{background:#fff0f0}.mv-account-confirm{display:flex;gap:9px;align-items:flex-start;font-size:12px;line-height:1.45;color:#6d7d91}.mv-account-confirm input{margin-top:2px}.mv-account-note.danger-note{background:#fff7f7;border-color:#ffd9d9;color:#8f3f3f}.mv-account-btn.danger:disabled{opacity:.62;cursor:not-allowed}
body.theme-dark .mv-account-danger{background:#24191c;border-color:#5f3036}body.theme-dark .mv-account-btn.danger{background:#20171a;color:#ff9b9b;border-color:#6a343a}body.theme-dark .mv-account-note.danger-note{background:#21171a;border-color:#5f3036;color:#f0a6a6}


/* MyVeni 11.7.10 — compact, aligned identity and sync cards */
.mv-local-profile-card{padding:14px 14px 13px;overflow:visible}
.mv-local-profile-head{display:grid;grid-template-columns:46px minmax(0,1fr);gap:11px;align-items:center;padding-bottom:12px;border-bottom:1px solid var(--bd,#e3e9f1)}
.mv-local-profile-head .av{width:46px;height:46px;margin:0;border-radius:14px;font-size:18px}
.mv-local-profile-head b{display:block;font-size:13.5px;color:var(--tx,#10213b)}
.mv-local-profile-head small{display:block;margin-top:3px;font-size:10.5px;line-height:1.4;color:var(--t3,#8190a4)}
.mv-local-profile-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;padding-top:12px}
.mv-local-profile-form .fg{margin:0}.mv-local-profile-form .bs{width:auto;min-width:112px;height:44px;margin:0;padding:0 14px}
.mv-mobile-account-card{overflow:hidden}
.mv-mobile-account-main{width:100%;display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:11px;align-items:center;border:0;background:transparent;color:var(--tx,#10213b);padding:13px 14px;text-align:left;font:inherit;cursor:pointer}
.mv-mobile-account-avatar{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#e8f3ff,#eeeefe);color:#2573c9;font-size:16px;font-weight:900;border:1px solid rgba(37,115,201,.08)}
.mv-mobile-account-card.is-online .mv-mobile-account-avatar{background:linear-gradient(135deg,var(--ac,#2d72df),var(--ac2,#5263df));color:#fff;border-color:transparent;box-shadow:0 6px 16px color-mix(in srgb,var(--ac,#2d72df) 18%,transparent)}
.mv-mobile-account-copy{min-width:0}.mv-mobile-account-copy b{display:block;font-size:13.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mv-mobile-account-copy small{display:block;margin-top:3px;font-size:10.5px;color:var(--t3,#8190a4);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mv-mobile-account-state{display:flex;align-items:center;gap:4px;white-space:nowrap}.mv-mobile-account-state .settings-chevron{font-size:21px}
.mv-mobile-sync-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:11px 14px 13px;border-top:1px solid var(--bd,#e3e9f1);background:color-mix(in srgb,var(--sf,#fff) 94%,var(--ac,#2d72df) 6%)}
.mv-mobile-sync-copy{min-width:0}.mv-mobile-sync-copy b{display:block;font-size:11px;color:var(--tx,#10213b)}.mv-mobile-sync-copy span{display:block;margin-top:2px;font-size:10.5px;color:var(--t3,#8190a4);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mv-mobile-sync-btn{width:auto!important;min-width:128px;min-height:36px!important;height:36px!important;padding:0 12px!important;margin:0!important;border-color:color-mix(in srgb,var(--ac,#2d72df) 28%,var(--bd,#e3e9f1))!important;color:var(--ac,#2d72df)!important;font-size:11.5px!important;font-weight:800!important;background:var(--sf,#fff)!important}
@media(max-width:390px){.mv-local-profile-form{grid-template-columns:1fr}.mv-local-profile-form .bs{width:100%}.mv-mobile-sync-row{grid-template-columns:1fr}.mv-mobile-sync-btn{width:100%!important}.mv-mobile-account-state .mv-account-settings-status{display:none}}
html[data-theme=dark] .mv-mobile-account-avatar{background:#1b2a40;color:#9ecbff;border-color:#334155}html[data-theme=dark] .mv-mobile-sync-row{background:#111b29}html[data-theme=dark] .mv-mobile-sync-btn{background:#162131!important}


/* MyVeni 11.7.20 — mobile account card repair + visual alignment
   Kept intentionally at the end so legacy .card/.srow/.bs rules cannot break it. */
#sc-more .settings-section-label[data-myveni-account-label]{
  margin:10px 4px 8px!important;
  font-size:10.5px!important;
  line-height:1.2!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
  font-weight:850!important;
  color:var(--t3,#8190a4)!important;
}
#sc-more .mv-mobile-account-card{
  display:block!important;
  width:100%!important;
  margin:0 0 16px!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid var(--bd,#dfe7f0)!important;
  border-radius:18px!important;
  background:var(--sf,#fff)!important;
  box-shadow:0 5px 16px rgba(20,42,72,.07)!important;
}
#sc-more .mv-mobile-account-main{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:100%!important;
  min-width:0!important;
  min-height:72px!important;
  margin:0!important;
  padding:13px 14px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:11px!important;
  color:var(--tx,#10213b)!important;
  text-align:left!important;
  font:inherit!important;
  cursor:pointer!important;
}
#sc-more .mv-mobile-account-main:active{background:var(--sf2,#f5f8fc)!important}
#sc-more .mv-mobile-account-avatar{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:14px!important;
  border:1px solid rgba(37,115,201,.10)!important;
  background:linear-gradient(135deg,#e9f3ff,#f0edff)!important;
  color:#2e72d7!important;
  font-size:16px!important;
  font-weight:900!important;
  line-height:1!important;
}
#sc-more .mv-mobile-account-card.is-online .mv-mobile-account-avatar{
  border-color:transparent!important;
  background:linear-gradient(135deg,var(--ac,#2d72df),var(--ac2,#5263df))!important;
  color:#fff!important;
  box-shadow:0 7px 18px rgba(45,114,223,.20)!important;
}
#sc-more .mv-mobile-account-copy{
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
}
#sc-more .mv-mobile-account-copy b{
  display:block!important;
  margin:0!important;
  color:var(--tx,#10213b)!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:850!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#sc-more .mv-mobile-account-copy small{
  display:block!important;
  margin:4px 0 0!important;
  color:var(--t3,#8190a4)!important;
  font-size:10.5px!important;
  line-height:1.25!important;
  font-weight:500!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#sc-more .mv-mobile-account-state{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:5px!important;
  white-space:nowrap!important;
}
#sc-more .mv-mobile-account-state .mv-account-settings-status{
  display:inline-flex!important;
  align-items:center!important;
  min-height:26px!important;
  margin:0!important;
  padding:5px 8px!important;
  border-radius:999px!important;
  background:#f1f4f8!important;
  color:#71839a!important;
  font-size:10.5px!important;
  line-height:1!important;
  font-weight:850!important;
}
#sc-more .mv-mobile-account-state .mv-account-settings-status.online{
  background:#e8f7ef!important;
  color:#16845c!important;
}
#sc-more .mv-mobile-account-state .settings-chevron{
  display:inline-block!important;
  color:var(--t3,#8190a4)!important;
  font-size:22px!important;
  line-height:1!important;
  transform:translateY(-1px)!important;
}
#sc-more .mv-mobile-sync-row{
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:11px 12px 12px 14px!important;
  border:0!important;
  border-top:1px solid var(--bd,#e3e9f1)!important;
  background:color-mix(in srgb,var(--sf,#fff) 95%,var(--ac,#2d72df) 5%)!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:10px!important;
}
#sc-more .mv-mobile-sync-copy{
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
}
#sc-more .mv-mobile-sync-copy b{
  display:block!important;
  margin:0!important;
  color:var(--tx,#10213b)!important;
  font-size:11.5px!important;
  line-height:1.2!important;
  font-weight:850!important;
}
#sc-more .mv-mobile-sync-copy span{
  display:block!important;
  margin:3px 0 0!important;
  color:var(--t3,#8190a4)!important;
  font-size:10.5px!important;
  line-height:1.25!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#sc-more .mv-mobile-sync-btn{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:auto!important;
  min-width:126px!important;
  height:38px!important;
  min-height:38px!important;
  margin:0!important;
  padding:0 12px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid color-mix(in srgb,var(--ac,#2d72df) 25%,var(--bd,#dfe7f0))!important;
  border-radius:11px!important;
  background:var(--sf,#fff)!important;
  color:var(--ac,#2d72df)!important;
  box-shadow:none!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:850!important;
  white-space:nowrap!important;
}
#sc-more .mv-mobile-sync-btn:active{transform:translateY(1px)!important}

@media(max-width:390px){
  #sc-more .mv-mobile-account-main{grid-template-columns:40px minmax(0,1fr) auto!important;padding:12px!important;gap:9px!important}
  #sc-more .mv-mobile-account-avatar{width:40px!important;height:40px!important;min-width:40px!important;border-radius:13px!important}
  #sc-more .mv-mobile-account-state .mv-account-settings-status{display:none!important}
  #sc-more .mv-mobile-sync-row{grid-template-columns:1fr!important;padding:11px 12px 12px!important}
  #sc-more .mv-mobile-sync-btn{width:100%!important;min-width:0!important}
}
html[data-theme=dark] #sc-more .mv-mobile-account-card{background:#111b29!important;border-color:#26374d!important;box-shadow:none!important}
html[data-theme=dark] #sc-more .mv-mobile-account-state .mv-account-settings-status{background:#1a2636!important;color:#a9b7c9!important}
html[data-theme=dark] #sc-more .mv-mobile-account-state .mv-account-settings-status.online{background:#123629!important;color:#72d4a8!important}
html[data-theme=dark] #sc-more .mv-mobile-sync-row{background:#111b29!important;border-top-color:#26374d!important}
html[data-theme=dark] #sc-more .mv-mobile-sync-btn{background:#162335!important;border-color:#334761!important;color:#9bc6ff!important}


/* MyVeni 11.7.20 — one account identity; local name/profile UI removed */
[data-myveni-signed-in-only][hidden],[data-myveni-signed-out-only][hidden]{display:none!important}
#sc-more .mv-mobile-account-card:not(.is-online) .mv-mobile-account-copy small:after{content:''}

/* MyVeni 11.7.20 — mobile Cloud actions: two balanced buttons side by side */
#sc-more .mv-mobile-sync-row{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  column-gap:9px!important;
  row-gap:10px!important;
  align-items:stretch!important;
}
#sc-more .mv-mobile-sync-copy{
  grid-column:1 / -1!important;
}
#sc-more .mv-mobile-sync-btn{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  min-height:44px!important;
  padding:8px 8px!important;
  white-space:normal!important;
  line-height:1.18!important;
  text-align:center!important;
}
@media(max-width:390px){
  #sc-more .mv-mobile-sync-row{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  #sc-more .mv-mobile-sync-btn{
    width:100%!important;
    min-width:0!important;
    min-height:46px!important;
    padding:7px 6px!important;
    font-size:10.5px!important;
  }
}

/* MyVeni 11.7.20 — account cloud action after local-name removal */
#sc-more .mv-mobile-sync-row{grid-template-columns:1fr!important;gap:10px!important}
#sc-more .mv-mobile-sync-copy{grid-column:1!important}
#sc-more .mv-mobile-sync-btn{grid-column:1!important;width:100%!important;min-width:0!important;max-width:none!important}

/* MyVeni 11.8.1 — family sharing */
.mv-account-share-home{display:grid;gap:10px;padding:14px;border:1px solid #dbe7f4;background:linear-gradient(135deg,#f5fbff,#f7f6ff);border-radius:15px}.mv-account-share-home b{display:block;font-size:13px;color:#10213b}.mv-account-share-home span{display:block;margin-top:4px;color:#71839a;font-size:11.5px;line-height:1.45}.mv-sharing-stack{display:grid;gap:14px}.mv-sharing-section{display:grid;gap:9px;padding:13px;border:1px solid #e1e8f0;background:#fbfdff;border-radius:15px}.mv-sharing-join{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.mv-sharing-join input,.mv-sharing-invite-controls select{height:44px;border:1px solid #dbe4ee;border-radius:12px;background:#fff;color:#10213b;padding:0 12px;outline:none;font:inherit}.mv-sharing-join input{text-transform:uppercase;letter-spacing:.08em;font-weight:850}.mv-sharing-join input:focus,.mv-sharing-invite-controls select:focus{border-color:#2b86df;box-shadow:0 0 0 3px rgba(43,134,223,.12)}.mv-sharing-join .mv-account-btn{min-height:44px}.mv-sharing-list{display:grid;gap:8px}.mv-sharing-row{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border:1px solid #e3e9f1;border-radius:12px;background:#fff}.mv-sharing-icon,.mv-sharing-avatar{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#eaf4ff;color:#2478ce;font-weight:900}.mv-sharing-copy{min-width:0}.mv-sharing-copy b{display:block;font-size:12.5px;color:#10213b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mv-sharing-copy span{display:block;margin-top:3px;font-size:10.5px;line-height:1.35;color:#7b8ba0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mv-sharing-mini{border:1px solid #d9e3ee;background:#fff;color:#216fbd;border-radius:10px;min-height:34px;padding:0 10px;font-size:10.5px;font-weight:850;cursor:pointer}.mv-sharing-mini.danger{color:#b42318;border-color:#f0c3c3;background:#fffafa}.mv-sharing-invite-controls{display:grid;grid-template-columns:minmax(0,1fr) 1.25fr;gap:8px}.mv-invite-card{display:grid;gap:7px;text-align:center;padding:14px;border:1px dashed #9fc7ee;background:#eef7ff;border-radius:14px}.mv-invite-card span{font-size:11px;color:#5f7590;font-weight:800}.mv-invite-card strong{font-size:27px;letter-spacing:.08em;color:#0d6fc6}.mv-invite-card small{font-size:10.5px;color:#7b8ba0}.mv-invite-card .mv-account-btn{min-height:38px}
body.theme-dark .mv-account-share-home,html[data-theme=dark] .mv-account-share-home{background:#111d2c;border-color:#2b3b51}body.theme-dark .mv-account-share-home b,html[data-theme=dark] .mv-account-share-home b,body.theme-dark .mv-sharing-copy b,html[data-theme=dark] .mv-sharing-copy b{color:#e8eef6}body.theme-dark .mv-sharing-section,html[data-theme=dark] .mv-sharing-section{background:#101a28;border-color:#27374a}body.theme-dark .mv-sharing-row,html[data-theme=dark] .mv-sharing-row,body.theme-dark .mv-sharing-join input,html[data-theme=dark] .mv-sharing-join input,body.theme-dark .mv-sharing-invite-controls select,html[data-theme=dark] .mv-sharing-invite-controls select,body.theme-dark .mv-sharing-mini,html[data-theme=dark] .mv-sharing-mini{background:#131f2f;color:#e8eef6;border-color:#2b394d}body.theme-dark .mv-invite-card,html[data-theme=dark] .mv-invite-card{background:#102239;border-color:#315a82}
@media(max-width:560px){.mv-sharing-join,.mv-sharing-invite-controls{grid-template-columns:1fr}.mv-sharing-row{grid-template-columns:38px minmax(0,1fr)}.mv-sharing-row .mv-sharing-mini{grid-column:1 / -1;width:100%}}
