/* Quiet Editorial Beauty-Tech: authentication and account/purchase surfaces. */

.qe-sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

body.qe-site :where(a){color:inherit;text-decoration:none}

body.qe-site .qe-product-header{
  position:relative;
  z-index:80;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  min-height:84px;
  padding:0 clamp(24px,3vw,48px);
  border-bottom:1px solid var(--qe-rule);
  background:var(--qe-canvas);
}

body.qe-site .qe-brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--qe-ink);
  font:500 clamp(16px,1.45vw,22px)/1 Georgia,"Times New Roman",serif;
  letter-spacing:.13em;
  white-space:nowrap;
}

body.qe-site .qe-brand img{width:30px;height:30px;flex:0 0 auto}
body.qe-site .qe-brand .qe-brand-maegami{color:var(--qe-wine);margin-right:-2px}

body.qe-site .qe-product-header .mm-static-product-nav{
  contain:none;
  justify-self:end;
  display:flex;
  align-items:center;
  width:auto;
  padding:0;
  gap:clamp(18px,2.6vw,42px);
  overflow:visible;
}

body.qe-site .qe-product-header .mm-static-product-nav a,
body.qe-site .qe-product-header .mm-static-account-link{
  min-height:44px;
  padding:14px 0 10px;
  border:0;
  background:transparent;
  color:var(--qe-ink);
  font-family:var(--qe-ui);
  font-size:12px;
  font-weight:500;
  line-height:1.4;
  white-space:nowrap;
}

body.qe-site .qe-product-header .mm-static-product-nav a::after,
body.qe-site .qe-product-header .mm-static-account-link::after{
  bottom:6px;
  height:1px;
  background:var(--qe-wine);
}

body.qe-site .qe-product-header .mm-static-product-nav a[aria-current="page"],
body.qe-site .qe-product-header .mm-static-account-link[aria-current="page"]{color:var(--qe-wine)}

body.qe-site .qe-product-header .mm-static-account-link{
  justify-self:end;
  margin-left:clamp(18px,2.6vw,42px);
  position:relative;
}

body.qe-site .qe-compact-footer{
  display:grid;
  grid-template-columns:minmax(230px,1fr) auto auto;
  align-items:center;
  gap:36px;
  min-height:92px;
  padding:24px var(--qe-gutter);
  border-top:1px solid var(--qe-rule);
  background:var(--qe-canvas);
  color:var(--qe-ink-muted);
  font-size:11px;
}

body.qe-site .qe-compact-footer .qe-brand{font-size:15px;color:var(--qe-ink)}
body.qe-site .qe-compact-footer .qe-brand img{width:24px;height:24px}
body.qe-site .qe-compact-footer>div>p{margin:9px 0 0;font-size:11px}
body.qe-site .qe-compact-footer nav{display:flex;align-items:center;justify-content:center;gap:30px}
body.qe-site .qe-compact-footer a{transition:color var(--qe-fast) ease}
body.qe-site .qe-compact-footer a:hover{color:var(--qe-wine)}
body.qe-site .qe-compact-footer small{font-size:10px;white-space:nowrap}

/* Authentication */

body.qe-auth-page .qe-product-header{
  position:absolute;
  inset:0 0 auto;
  border-bottom:0;
  background:transparent;
}

body.qe-auth-page .qe-product-header .mm-static-product-nav{gap:0}
body.qe-auth-page .qe-product-header .mm-static-product-nav>a:not([aria-current="page"]){display:none}
body.qe-auth-page .qe-product-header .mm-static-account-link{color:var(--qe-ink)}

body.qe-auth-page .mm-auth{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(520px,1.08fr);
  min-height:calc(100svh - 92px);
  overflow:clip;
  background:var(--qe-canvas);
}

body.qe-auth-page .mm-auth-visual{
  position:relative;
  min-height:680px;
  overflow:hidden;
  color:var(--qe-ink);
  background:var(--qe-paper-muted);
}

body.qe-auth-page .mm-auth-visual>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:54% center;
}

body.qe-auth-page .mm-auth-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,var(--qe-canvas) 0%,rgba(250,249,247,.97) 18%,rgba(250,249,247,.74) 39%,rgba(250,249,247,0) 72%);
  pointer-events:none;
}

body.qe-auth-page .mm-auth-visual-content{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  height:100%;
  min-height:680px;
  padding:130px var(--qe-gutter) 58px;
  color:var(--qe-ink);
}

body.qe-auth-page .qe-auth-story{width:min(100%,420px)}

body.qe-auth-page .mm-auth-visual h1{
  max-width:390px;
  margin:0;
  color:var(--qe-ink);
  font:450 clamp(42px,4.2vw,64px)/1.48 var(--qe-display);
  letter-spacing:.015em;
  text-shadow:none;
}

body.qe-auth-page .mm-auth-visual h1 em{color:var(--qe-wine);font-style:normal}

body.qe-auth-page .mm-auth-visual #auth-context-copy{
  display:block;
  max-width:310px;
  margin:26px 0 0;
  color:var(--qe-ink-muted);
  font:400 15px/1.9 var(--qe-ui);
}

body.qe-auth-page .qe-auth-credit-note{
  display:block;
  max-width:340px;
  margin:42px 0 0!important;
  padding:2px 0 2px 14px;
  border-left:1px solid var(--qe-wine);
  color:var(--qe-ink)!important;
  font:500 12px/1.8 var(--qe-ui)!important;
}

body.qe-auth-page .mm-auth-visual-content>small{
  margin-top:auto;
  color:var(--qe-ink-muted);
  font-size:11px;
  line-height:1.8;
}

body.qe-auth-page .mm-auth-panel{
  display:grid;
  place-items:center;
  min-width:0;
  padding:122px clamp(42px,6vw,92px) 70px;
  background:var(--qe-canvas);
}

body.qe-auth-page .mm-auth-card{width:min(100%,560px);max-width:none}

body.qe-auth-page .qe-auth-state-rail{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin:0 0 40px;
  padding:0;
  list-style:none;
}

body.qe-auth-page .qe-auth-state-rail li{
  min-height:42px;
  padding:10px 0 9px;
  border-bottom:1px solid var(--qe-rule);
  color:var(--qe-ink-muted);
  font:500 11px/1.4 var(--qe-ui);
  text-align:center;
  white-space:nowrap;
}

body.qe-auth-page .qe-auth-state-rail li[aria-current="step"]{
  border-bottom:2px solid var(--qe-wine);
  color:var(--qe-wine);
  font-weight:650;
}

body.qe-auth-page .mm-auth-card h2{
  margin:0;
  color:var(--qe-ink);
  font:450 clamp(28px,2.7vw,38px)/1.55 var(--qe-display);
}

body.qe-auth-page .mm-auth-card .lead{
  margin:9px 0 24px;
  color:var(--qe-ink-muted);
  font-size:13px;
  line-height:1.8;
}

body.qe-auth-page .mm-auth-form{display:grid;gap:18px;min-width:0}
body.qe-auth-page .mm-auth-form label{display:block;min-width:0}
body.qe-auth-page .mm-auth-form label>span{
  display:block;
  margin:0 0 7px;
  color:var(--qe-ink);
  font-size:12px;
  font-weight:500;
  line-height:1.5;
}

body.qe-auth-page .mm-auth-form input{
  width:100%;
  height:56px;
  padding:0 15px;
  border:1px solid var(--qe-rule-strong);
  border-radius:0;
  background:var(--qe-paper);
  color:var(--qe-ink);
  font-size:14px;
  box-shadow:none;
}

body.qe-auth-page .mm-auth-form input::placeholder{color:#8f8985;opacity:1}
body.qe-auth-page .mm-auth-form input[readonly]{background:var(--qe-paper-muted);color:var(--qe-ink-muted)}
body.qe-auth-page .mm-auth-form input:focus{border-color:var(--qe-wine);outline:2px solid var(--qe-wine);outline-offset:2px}
body.qe-auth-page .mm-auth-form input[aria-invalid="true"]{border-color:var(--qe-wine);box-shadow:inset 0 -1px 0 var(--qe-wine)}
body.qe-auth-page .mm-auth-form input[name="code"]{font:500 24px/1 var(--qe-display);letter-spacing:.55em;text-align:center}

body.qe-auth-page .mm-auth-form .qe-auth-primary{
  position:relative;
  width:100%;
  min-height:64px;
  height:auto;
  margin-top:2px;
  padding:16px 64px 16px 22px;
  border:0;
  border-radius:0;
  background:var(--qe-wine);
  color:#fff;
  font:500 16px/1.45 var(--qe-display);
  text-align:center;
  transition:background-color var(--qe-fast) ease;
}

body.qe-auth-page .mm-auth-form .qe-auth-primary::after{
  content:"";
  position:absolute;
  right:23px;
  top:50%;
  width:24px;
  height:8px;
  border-top:1px solid currentColor;
  border-right:1px solid currentColor;
  transform:translateY(-50%) skewX(38deg);
  transition:transform var(--qe-fast) ease;
}

body.qe-auth-page .mm-auth-form .qe-auth-primary:hover{background:var(--qe-wine-hover)}
body.qe-auth-page .mm-auth-form .qe-auth-primary:hover::after{transform:translate(4px,-50%) skewX(38deg)}
body.qe-auth-page .mm-auth-form .qe-auth-primary:disabled{opacity:.48;cursor:wait}

body.qe-auth-page .qe-auth-switches{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:2px 22px;
  min-height:44px;
}

body.qe-auth-page .mm-auth-form .mm-auth-secondary{
  width:auto;
  min-width:0;
  min-height:44px;
  height:auto;
  padding:10px 0 7px;
  border:0;
  border-bottom:1px solid var(--qe-wine);
  border-radius:0;
  background:transparent;
  color:var(--qe-wine);
  font-size:12px;
  font-weight:500;
}

body.qe-auth-page .mm-auth-form .mm-auth-secondary:disabled{opacity:.5;cursor:wait}
body.qe-auth-page .mm-status{
  min-height:1.7em;
  margin:0;
  color:var(--qe-wine);
  font-size:12px;
  line-height:1.7;
  text-align:left;
}

body.qe-auth-page .mm-fineprint{
  margin:13px 0 0;
  padding:0;
  border:0;
  color:var(--qe-ink-muted);
  font-size:11px;
  line-height:1.8;
}

body.qe-auth-page .qe-auth-legal{display:flex;align-items:center;gap:8px}
body.qe-auth-page .qe-auth-legal a{border-bottom:1px solid var(--qe-rule-strong)}

/* Account and purchase */

body.qe-account-page .mc-account{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  background:var(--qe-canvas);
  color:var(--qe-ink);
  font-family:var(--qe-ui);
}

body.qe-account-page .mc-account-overview{
  display:grid;
  grid-template-columns:minmax(340px,1.05fr) minmax(320px,.9fr) minmax(360px,1.08fr);
  min-height:430px;
  border-bottom:1px solid var(--qe-rule);
  background:var(--qe-canvas);
}

body.qe-account-page .mc-account-head{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:0;
  padding:58px clamp(34px,5vw,72px);
  border:0;
  border-right:1px solid var(--qe-rule);
}

body.qe-account-page .mc-account-head h1{
  margin:0;
  color:var(--qe-ink);
  max-width:100%;
  font:450 clamp(28px,2.15vw,34px)/1.65 var(--qe-display);
  letter-spacing:.015em;
}

body.qe-account-page .mc-account-head>p:not(.mc-kicker){
  max-width:380px;
  margin:25px 0 18px;
  color:var(--qe-ink-muted);
  font-size:14px;
  line-height:1.9;
}

body.qe-account-page .mc-balance-block{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:44px clamp(30px,4vw,58px);
  border:0;
  border-right:1px solid var(--qe-rule);
}

body.qe-account-page .mc-account-ledger-row{padding:0 0 24px}
body.qe-account-page .mc-account-ledger-row+.mc-account-ledger-row{padding:24px 0 0;border-top:1px solid var(--qe-rule)}
body.qe-account-page .mc-account-ledger-row>p:first-child{
  margin:0 0 8px;
  color:var(--qe-ink);
  font:500 13px/1.6 var(--qe-ui);
  letter-spacing:.02em;
}

body.qe-account-page .mc-account-identity{
  margin:0;
  color:var(--qe-ink);
  font:450 clamp(16px,1.5vw,21px)/1.55 var(--qe-display);
  text-align:left;
  overflow-wrap:anywhere;
}

body.qe-account-page .mc-balance{
  display:flex;
  align-items:baseline;
  gap:12px;
  margin:8px 0 0;
}

body.qe-account-page .mc-balance strong{
  color:var(--qe-wine);
  font:400 clamp(64px,6.5vw,98px)/.96 var(--qe-display);
  letter-spacing:-.04em;
}

body.qe-account-page .mc-balance span{color:var(--qe-ink);font-size:12px;letter-spacing:.08em}
body.qe-account-page .mc-wallet-status{margin:12px 0 0;color:var(--qe-ink-muted);font-size:12px;line-height:1.75}

body.qe-account-page .mc-account-art{margin:0;min-height:430px;overflow:hidden;background:var(--qe-paper-muted)}
body.qe-account-page .mc-account-art img{width:100%;height:100%;object-fit:cover;object-position:center}

body.qe-account-page .mc-rates{
  display:grid;
  grid-template-columns:180px minmax(0,3fr) minmax(220px,1fr);
  align-items:stretch;
  padding:0 var(--qe-gutter);
  border:0;
  border-bottom:1px solid var(--qe-rule);
  background:var(--qe-canvas);
}

body.qe-account-page .mc-rates h2{
  display:flex;
  align-items:center;
  margin:0;
  padding:24px 20px 24px 0;
  color:var(--qe-ink);
  font:450 16px/1.5 var(--qe-display);
}

body.qe-account-page .mc-rates article{
  display:block;
  padding:0;
  border-left:1px solid var(--qe-rule);
}

body.qe-account-page .mc-rates article+article{border-left:1px solid var(--qe-rule)}
body.qe-account-page .mc-rates dl{height:100%;margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
body.qe-account-page .mc-rates article:last-child dl{grid-template-columns:1fr}
body.qe-account-page .mc-rates dl>div{
  display:flex;
  align-items:baseline;
  justify-content:center;
  gap:12px;
  min-height:88px;
  padding:24px 18px;
}

body.qe-account-page .mc-rates dl>div+div{border-left:1px solid var(--qe-rule)}
body.qe-account-page .mc-rates dt{font-size:12px;white-space:nowrap}
body.qe-account-page .mc-rates dd{display:flex;align-items:baseline;gap:5px;margin:0;color:var(--qe-wine);white-space:nowrap}
body.qe-account-page .mc-rates dd strong{margin:0;color:inherit;font:450 28px/1 var(--qe-display)}
body.qe-account-page .mc-rates dd small{color:inherit;font-size:9px}

body.qe-account-page .mc-shop{
  display:grid;
  grid-template-columns:minmax(260px,.82fr) minmax(520px,1.55fr) minmax(230px,.72fr);
  gap:0;
  padding:70px var(--qe-gutter) 82px;
  border:0;
  border-bottom:1px solid var(--qe-rule);
  background:var(--qe-canvas);
}

body.qe-account-page .mc-purchase-intro{padding:8px clamp(30px,4vw,64px) 0 0}
body.qe-account-page .mc-purchase-intro .mc-section-head{display:block;margin:0}
body.qe-account-page .mc-purchase-intro .mc-section-head h2{
  margin:0;
  color:var(--qe-ink);
  font:450 clamp(34px,3.3vw,50px)/1.5 var(--qe-display);
  letter-spacing:.01em;
}

body.qe-account-page .mc-purchase-intro .mc-section-head h2 em{color:var(--qe-wine);font-style:normal}
body.qe-account-page .mc-purchase-intro .mc-section-head>p:last-child{margin:22px 0 0;color:var(--qe-ink-muted);font-size:13px;line-height:1.8}

body.qe-account-page .mc-purchase-facts{
  display:grid;
  gap:8px;
  margin:28px 0 28px;
  padding:0;
  list-style:none;
  color:var(--qe-ink-muted);
  font-size:12px;
}

body.qe-account-page .mc-purchase-facts li::before{content:"⌄";display:inline-block;margin-right:10px;color:var(--qe-ink)}

body.qe-account-page .mc-purchase-ledger{padding:0 clamp(32px,4.5vw,66px);border-inline:1px solid var(--qe-rule)}
body.qe-account-page .mc-pack-grid{display:grid;grid-template-columns:1fr;border:0;border-top:1px solid var(--qe-rule-strong)}

body.qe-account-page .mc-pack-card{
  position:relative;
  display:grid;
  grid-template-columns:112px minmax(190px,1fr) auto 74px;
  grid-template-areas:
    "over credit price action"
    "over bonus  price action";
  align-items:center;
  gap:8px 16px;
  min-height:112px;
  padding:18px 0;
  border:0;
  border-bottom:1px solid var(--qe-rule-strong);
  border-radius:0;
  background:transparent;
  color:var(--qe-ink);
  cursor:pointer;
  text-align:left;
  transition:color var(--qe-fast) ease,background-color var(--qe-fast) ease;
}

body.qe-account-page .mc-pack-card.is-featured::before{content:none}
body.qe-account-page .mc-pack-card:hover,
body.qe-account-page .mc-pack-card:focus-visible{background:rgba(141,17,42,.025);color:var(--qe-wine)}
body.qe-account-page .mc-pack-card.is-selected{
  color:var(--qe-wine);
  background:linear-gradient(90deg,rgba(141,17,42,.035),rgba(141,17,42,0) 72%);
  box-shadow:inset 0 -2px 0 var(--qe-wine);
}
body.qe-account-page .mc-pack-card:disabled{opacity:.44;cursor:wait}

body.qe-account-page .mc-pack-overline{
  grid-area:over;
  align-self:center;
  margin:0;
  color:currentColor;
  font:500 12px/1.5 Georgia,"Times New Roman",serif;
  letter-spacing:.14em;
}

body.qe-account-page .mc-pack-overline small{display:block;margin-top:5px;font:400 9px/1.4 var(--qe-ui);letter-spacing:.08em}
body.qe-account-page .mc-pack-credit{grid-area:credit;display:flex;align-items:baseline;gap:10px;min-width:0}
body.qe-account-page .mc-pack-card .mc-pack-credit strong{
  color:currentColor;
  font:400 clamp(44px,4.4vw,66px)/.95 var(--qe-display);
  letter-spacing:-.035em;
}

body.qe-account-page .mc-pack-unit{margin:0;color:currentColor;font-size:10px;white-space:nowrap}
body.qe-account-page .mc-pack-bonus{grid-area:bonus;margin:0;color:var(--qe-ink-muted);font-size:10px}
body.qe-account-page .mc-pack-card:hover .mc-pack-unit,
body.qe-account-page .mc-pack-card:focus-visible .mc-pack-unit{color:currentColor}
body.qe-account-page .mc-pack-card>b{grid-area:price;color:currentColor;font:450 24px/1.2 var(--qe-display);white-space:nowrap}
body.qe-account-page .mc-pack-action{grid-area:action;justify-self:end;padding-right:8px;color:currentColor;font-size:0}

body.qe-account-page .mc-pack-action::after{
  content:"";
  display:block;
  width:22px;
  height:8px;
  border-top:1px solid currentColor;
  border-right:1px solid currentColor;
  transform:skewX(38deg);
  transition:transform var(--qe-fast) ease;
}

body.qe-account-page .mc-pack-card:hover .mc-pack-action::after{transform:translateX(4px) skewX(38deg)}
body.qe-account-page .mc-pack-card.is-featured{color:var(--qe-ink)}
body.qe-account-page .mc-pack-card.is-featured.is-selected{color:var(--qe-wine)}
body.qe-account-page .mc-pack-card.is-selected .mc-pack-action::after{transform:translateX(4px) skewX(38deg)}
body.qe-account-page .mc-pack-confirmation{margin-top:26px}
body.qe-account-page .mc-selected-pack{
  display:flex;
  align-items:baseline;
  gap:12px;
  min-height:28px;
  margin:0 0 12px;
  color:var(--qe-ink);
  font:400 11px/1.6 var(--qe-ui);
}
body.qe-account-page .mc-selected-pack>span{color:var(--qe-wine);font-weight:650;letter-spacing:.08em}
body.qe-account-page .mc-selected-pack>strong{font:500 12px/1.5 Georgia,"Times New Roman",serif;letter-spacing:.13em}
body.qe-account-page .mc-selected-pack>strong small{margin-left:6px;font:400 9px/1.4 var(--qe-ui);letter-spacing:.06em}
body.qe-account-page .mc-selected-pack>b{margin-left:auto;color:var(--qe-wine);font:500 12px/1.5 var(--qe-ui);white-space:nowrap}
body.qe-account-page .mc-pack-checkout{
  width:100%;
  min-height:68px;
  padding:16px 24px;
  border:0;
  border-radius:0;
  background:var(--qe-wine);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  cursor:pointer;
  font:500 16px/1.5 var(--qe-display);
  letter-spacing:.025em;
  transition:background-color var(--qe-fast) ease;
}
body.qe-account-page .mc-pack-checkout:hover,
body.qe-account-page .mc-pack-checkout:focus-visible{background:var(--qe-wine-hover)}
body.qe-account-page .mc-pack-checkout>b{margin-left:auto;font:400 22px/1 var(--qe-ui)}
body.qe-account-page .mc-pack-checkout:disabled{cursor:wait;opacity:.44}
body.qe-account-page .mc-shop-note{margin:14px 0 0;color:var(--qe-ink-muted);font-size:11px;text-align:left}

body.qe-account-page .mc-stripe-note{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:18px 0 0;
  color:var(--qe-ink-muted);
  font-size:10px;
}

body.qe-account-page .mc-stripe-note strong{color:#605a78;font:700 16px/1 Arial,sans-serif;letter-spacing:-.04em}

body.qe-account-page .mc-purchase-support{padding:0 0 0 clamp(28px,3.5vw,52px)}
body.qe-account-page .mc-purchase-support section{padding:12px 0 28px;border-bottom:1px solid var(--qe-rule)}
body.qe-account-page .mc-purchase-support section+section{padding-top:28px}
body.qe-account-page .mc-purchase-support h3{margin:0;font:450 20px/1.5 var(--qe-display)}
body.qe-account-page .mc-purchase-support p{margin:14px 0;color:var(--qe-ink-muted);font-size:11px;line-height:1.8}
body.qe-account-page .mc-purchase-support .qe-text-action{font-size:11px;gap:20px}

body.qe-account-page .mc-how,
body.qe-account-page .mc-account-settings{
  width:calc(100% - 2 * var(--qe-gutter));
  margin:0 auto;
  padding:76px 0;
  border:0;
  border-bottom:1px solid var(--qe-rule);
  background:transparent;
}

body.qe-account-page .mc-how .mc-section-head,
body.qe-account-page .mc-account-settings .mc-section-head{
  display:grid;
  grid-template-columns:190px 1fr;
  align-items:end;
  gap:26px;
  margin:0 0 34px;
}

body.qe-account-page .mc-how .mc-section-head h2,
body.qe-account-page .mc-account-settings .mc-section-head h2{margin:0;font:450 clamp(30px,3.3vw,46px)/1.5 var(--qe-display)}

body.qe-account-page .mc-how ol{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin:0;
  padding:0;
  border-top:1px solid var(--qe-rule);
  list-style:none;
}

body.qe-account-page .mc-how li{display:grid;grid-template-columns:50px 1fr;gap:18px;padding:28px 30px 12px 0}
body.qe-account-page .mc-how li+li{padding-left:30px;border-left:1px solid var(--qe-rule)}
body.qe-account-page .mc-how li>span{color:var(--qe-wine);font:450 22px/1 var(--qe-display)}
body.qe-account-page .mc-how li p{margin:0;color:var(--qe-ink-muted);font-size:13px;line-height:1.8}
body.qe-account-page .mc-how li b{display:block;margin-bottom:9px;color:var(--qe-ink);font:450 17px/1.55 var(--qe-display)}

body.qe-account-page .mc-account-settings{border-bottom:0}
body.qe-account-page .mc-account-actions{display:flex;flex-wrap:wrap;gap:26px}
body.qe-account-page .mc-text-action{
  min-height:44px;
  padding:10px 0 7px;
  border:0;
  border-bottom:1px solid currentColor;
  border-radius:0;
  background:transparent;
  color:var(--qe-wine);
  font:600 12px/1.4 var(--qe-ui);
}

body.qe-account-page .mc-danger-details{margin-top:40px;border-block:1px solid var(--qe-rule)}
body.qe-account-page .mc-danger-details summary{min-height:54px;padding:15px 0;color:var(--qe-ink-muted);font-size:12px;cursor:pointer}
body.qe-account-page .mc-danger-details>div{max-width:680px;padding:0 0 32px}
body.qe-account-page .mc-danger-details p,
body.qe-account-page .mc-danger-details label{color:var(--qe-ink-muted);font-size:12px;line-height:1.8}
body.qe-account-page .mc-danger-details input{display:block;width:100%;height:54px;margin-top:8px;padding:0 14px;border:1px solid var(--qe-rule-strong);border-radius:0;background:var(--qe-paper)}
body.qe-account-page .mc-danger-button{min-height:46px;margin-top:12px;padding:11px 18px;border:1px solid var(--qe-wine);border-radius:0;background:transparent;color:var(--qe-wine);font:600 11px/1.4 var(--qe-ui)}
body.qe-account-page .mc-danger-button:disabled{opacity:.35;cursor:not-allowed}
body.qe-account-page .mc-legal-links{display:flex;gap:24px;margin:28px 0 0!important;font-size:11px}

@media(max-width:1100px){
  body.qe-account-page .mc-account-overview{grid-template-columns:minmax(300px,1fr) minmax(300px,1fr)}
  body.qe-account-page .mc-account-art{grid-column:1/-1;min-height:320px;max-height:380px}
  body.qe-account-page .mc-balance-block{border-right:0}
  body.qe-account-page .mc-shop{grid-template-columns:minmax(230px,.8fr) minmax(480px,1.5fr)}
  body.qe-account-page .mc-purchase-support{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:42px 0 0}
}

@media(max-width:900px){
  body.qe-auth-page .qe-product-header{position:relative}
  body.qe-auth-page .mm-auth{grid-template-columns:1fr;min-height:0}
  body.qe-auth-page .mm-auth-visual{min-height:560px}
  body.qe-auth-page .mm-auth-visual-content{min-height:560px;padding-top:100px}
  body.qe-auth-page .mm-auth-panel{padding:64px var(--qe-gutter) 76px}

  body.qe-account-page .mc-account-art{display:none}
  body.qe-account-page .mc-rates{grid-template-columns:150px 1fr}
  body.qe-account-page .mc-rates article:last-child{grid-column:2}
  body.qe-account-page .mc-shop{grid-template-columns:1fr;padding-top:58px}
  body.qe-account-page .mc-purchase-intro{padding:0 0 42px}
  body.qe-account-page .mc-purchase-ledger{padding:0;border-inline:0}
  body.qe-account-page .mc-purchase-support{padding-top:52px}
}

@media(max-width:1100px){
  body.qe-site .qe-product-header{
    grid-template-columns:minmax(0,1fr) auto;
    min-height:64px;
    padding:0 20px;
  }

  body.qe-site .qe-brand{gap:7px;font-size:13px;letter-spacing:.11em}
  body.qe-site .qe-brand img{width:24px;height:24px}
  html.mm-mobile-menu-enhanced body.qe-site .qe-product-header .mm-static-product-nav,
  html.mm-mobile-menu-enhanced body.qe-site .qe-product-header .mm-static-account-link{display:none!important}
  html.mm-mobile-menu-enhanced body.qe-site .qe-product-header .mm-mobile-menu{
    position:relative;
    display:block!important;
    min-width:44px;
    width:44px;
    height:44px;
    min-height:44px;
    margin:0 -9px 0 0;
    padding:0;
    border:0!important;
    background:transparent;
    color:transparent;
    font-size:0;
  }

  html.mm-mobile-menu-enhanced body.qe-site .qe-product-header .mm-mobile-menu::before{
    content:"";
    position:absolute;
    left:11px;
    top:21px;
    width:22px;
    height:2px;
    background:var(--qe-ink);
    box-shadow:0 -7px 0 var(--qe-ink),0 7px 0 var(--qe-ink);
  }

  body.qe-site .mm-mobile-menu-backdrop{background:rgba(10,9,9,.2)}
  body.qe-site .mm-mobile-menu-panel{
    inset:0;
    width:100%;
    max-width:none;
    margin:0;
    padding:20px;
    border:0;
    background:var(--qe-canvas);
    box-shadow:none;
  }

  body.qe-site .mm-mobile-menu-close{
    width:44px;
    height:44px;
    margin:0 0 30px auto;
    border:0;
    background:transparent;
    color:var(--qe-ink);
    font:300 36px/1 var(--qe-ui);
  }

  body.qe-site .mm-mobile-menu-panel nav{border-top:1px solid var(--qe-rule)}
  body.qe-site .mm-mobile-menu-panel nav a{
    width:100%;
    min-height:62px;
    padding:12px 4px;
    border:0;
    border-bottom:1px solid var(--qe-rule);
    background:transparent;
    color:var(--qe-ink);
    font:450 22px/1.5 var(--qe-display);
  }

  body.qe-site .mm-mobile-menu-panel nav a[aria-current="page"]{background:transparent;color:var(--qe-wine)}

  body.qe-site .qe-compact-footer{
    grid-template-columns:1fr;
    gap:20px;
    min-height:0;
    padding:34px 20px calc(34px + env(safe-area-inset-bottom));
  }

  body.qe-site .qe-compact-footer nav{justify-content:flex-start;flex-wrap:wrap;gap:12px 22px}
}

@media(min-width:641px) and (max-width:900px){
  body.qe-auth-page .mm-auth-visual,
  body.qe-auth-page .mm-auth-visual-content{min-height:360px}
  body.qe-auth-page .mm-auth-visual>img{
    left:34%;
    width:66%;
    object-position:center 34%;
  }
  body.qe-auth-page .mm-auth-visual::after{
    background:linear-gradient(90deg,var(--qe-canvas) 0%,rgba(250,249,247,.98) 31%,rgba(250,249,247,.7) 53%,rgba(250,249,247,0) 82%);
  }
  body.qe-auth-page .mm-auth-visual-content{
    justify-content:center;
    padding:38px 32px 30px;
  }
  body.qe-auth-page .qe-auth-story{width:330px}
  body.qe-auth-page .mm-auth-visual h1{max-width:300px;font-size:34px;line-height:1.48}
  body.qe-auth-page .mm-auth-visual #auth-context-copy{max-width:270px;margin-top:14px;font-size:12px;line-height:1.7}
  body.qe-auth-page .qe-auth-credit-note{max-width:300px;margin-top:15px!important;font-size:10px!important}
  body.qe-auth-page .mm-auth-visual-content>small{display:none}
  body.qe-auth-page .mm-auth-panel{padding:38px 64px 64px;place-items:start center}
  body.qe-auth-page .qe-auth-state-rail{margin-bottom:28px}

  body.qe-account-page .mc-account-overview{
    min-height:0;
    grid-template-columns:1fr 1fr;
    grid-template-rows:310px 220px;
  }
  body.qe-account-page .mc-account-head{padding:36px 38px}
  body.qe-account-page .mc-account-head h1{font-size:27px;line-height:1.55}
  body.qe-account-page .mc-account-head>p:not(.mc-kicker){margin:16px 0 10px;font-size:12px;line-height:1.7}
  body.qe-account-page .mc-balance-block{padding:32px 38px}
  body.qe-account-page .mc-account-ledger-row{padding-bottom:17px}
  body.qe-account-page .mc-account-ledger-row+.mc-account-ledger-row{padding-top:17px}
  body.qe-account-page .mc-balance strong{font-size:65px}
  body.qe-account-page .mc-account-art{
    display:block;
    grid-column:1/-1;
    min-height:220px;
    height:220px;
    max-height:220px;
  }
  body.qe-account-page .mc-account-art img{object-position:center 48%}
  body.qe-account-page .mc-rates{
    display:grid;
    grid-template-columns:180px minmax(0,1fr);
    padding:18px 32px;
    align-items:start;
  }
  body.qe-account-page .mc-rates h2{grid-row:1/span 4;padding:13px 24px 0 0;align-items:flex-start}
  body.qe-account-page .mc-rates article,
  body.qe-account-page .mc-rates dl{display:contents}
  body.qe-account-page .mc-rates dl>div,
  body.qe-account-page .mc-rates dl>div+div{
    grid-column:2;
    min-height:48px;
    padding:8px 0;
    border:0;
    border-bottom:1px solid var(--qe-rule);
    justify-content:space-between;
  }
  body.qe-account-page .mc-rates dt{font-size:11px}
  body.qe-account-page .mc-rates dd strong{font-size:22px}
  body.qe-account-page .mc-shop{padding:46px 32px 58px}
  body.qe-account-page .mc-purchase-intro{padding-bottom:30px}
  body.qe-account-page .mc-purchase-intro .mc-section-head h2{font-size:32px}
}

@media(max-width:640px){
  body.qe-auth-page .mm-auth-visual{
    min-height:390px;
    background:var(--qe-canvas);
  }

  body.qe-auth-page .mm-auth-visual>img{
    inset:0 0 auto;
    height:260px;
    object-position:center 37%;
  }

  body.qe-auth-page .mm-auth-visual::after{
    background:linear-gradient(180deg,rgba(250,249,247,0) 30%,rgba(250,249,247,.05) 48%,rgba(250,249,247,.93) 66%,var(--qe-canvas) 79%);
  }

  body.qe-auth-page .mm-auth-visual-content{
    justify-content:flex-end;
    min-height:390px;
    padding:132px 20px 16px;
  }

  body.qe-auth-page .qe-auth-story{width:100%}
  body.qe-auth-page .mm-auth-visual h1{max-width:100%;font-size:28px;line-height:1.48}
  body.qe-auth-page .mm-auth-visual #auth-context-copy{max-width:100%;margin-top:8px;font-size:11px;line-height:1.65}
  body.qe-auth-page .qe-auth-credit-note{max-width:100%;margin-top:9px!important;font-size:10px!important;line-height:1.55!important}
  body.qe-auth-page .mm-auth-visual-content>small{display:none}

  body.qe-auth-page .mm-auth-panel{padding:10px 20px 48px;place-items:start stretch}
  body.qe-auth-page .mm-auth-card{width:100%}
  body.qe-auth-page .qe-auth-state-rail{gap:8px;margin-bottom:18px}
  body.qe-auth-page .qe-auth-state-rail li{min-height:44px;padding:10px 1px 7px;font-size:9px;white-space:normal}
  body.qe-auth-page .mm-auth-card h2{font-size:25px}
  body.qe-auth-page .mm-auth-card .lead{margin:5px 0 13px;font-size:11px}
  body.qe-auth-page .mm-auth-form{gap:12px}
  body.qe-auth-page .mm-auth-form input{height:54px;font-size:14px}
  body.qe-auth-page .mm-auth-form .qe-auth-primary{min-height:58px;padding-inline:18px 56px;font-size:14px}
  body.qe-auth-page .qe-auth-switches{gap:2px 18px}
  body.qe-auth-page .mm-fineprint{font-size:11px}

  body.qe-account-page .mc-account-overview{display:block;min-height:0}
  body.qe-account-page .mc-account-art{display:none}
  body.qe-account-page .mc-account-head{padding:20px 20px 10px;border:0}
  body.qe-account-page .mc-account-head h1{font-size:27px;line-height:1.45}
  body.qe-account-page .mc-account-head>p:not(.mc-kicker){margin:8px 0 3px;font-size:11px;line-height:1.65}
  body.qe-account-page .mc-account-head .qe-text-action{font-size:12px}
  body.qe-account-page .mc-balance-block{padding:5px 20px 10px;border:0}
  body.qe-account-page .mc-account-ledger-row{padding-bottom:8px}
  body.qe-account-page .mc-account-ledger-row+.mc-account-ledger-row{padding-top:8px}
  body.qe-account-page .mc-account-identity{font-size:16px}
  body.qe-account-page .mc-balance strong{font-size:52px}
  body.qe-account-page .mc-balance span{color:var(--qe-wine);font-size:10px}

  body.qe-account-page .mc-rates{display:block;padding:0 20px 10px}
  body.qe-account-page .mc-rates h2{padding:8px 0 4px;font-size:13px}
  body.qe-account-page .mc-rates article,
  body.qe-account-page .mc-rates article+article{border:0}
  body.qe-account-page .mc-rates dl,
  body.qe-account-page .mc-rates article:last-child dl{display:block}
  body.qe-account-page .mc-rates dl>div,
  body.qe-account-page .mc-rates dl>div+div{
    min-height:0;
    padding:3px 0;
    border:0;
    justify-content:space-between;
  }
  body.qe-account-page .mc-rates dt{font-size:11px}
  body.qe-account-page .mc-rates dd strong{font-size:20px}
  body.qe-account-page .mc-rates dd small{font-size:8px}

  body.qe-account-page .mc-shop{display:block;padding:24px 20px 44px}
  body.qe-account-page .mc-purchase-intro{padding-bottom:12px}
  body.qe-account-page .mc-purchase-intro .mc-section-head h2{font-size:24px;line-height:1.45}
  body.qe-account-page .mc-purchase-intro .mc-section-head>p:last-child{margin-top:6px;font-size:10px}
  body.qe-account-page .mc-purchase-facts{display:none}
  body.qe-account-page .mc-purchase-intro>.qe-text-action{display:none}
  body.qe-account-page .mc-pack-card{
    grid-template-columns:minmax(0,1fr) auto 28px;
    grid-template-areas:
      "over price action"
      "credit price action"
      "bonus price action";
    min-height:86px;
    gap:3px 10px;
    padding:12px 0;
  }
  body.qe-account-page .mc-pack-overline{font-size:11px}
  body.qe-account-page .mc-pack-overline small{display:inline;margin:0 0 0 8px;font-size:8px}
  body.qe-account-page .mc-pack-card .mc-pack-credit strong{font-size:25px}
  body.qe-account-page .mc-pack-unit{font-size:8px}
  body.qe-account-page .mc-pack-bonus{font-size:9px}
  body.qe-account-page .mc-pack-card>b{font-size:17px}
  body.qe-account-page .mc-pack-action::after{width:14px;height:7px}
  body.qe-account-page .mc-pack-confirmation{margin-top:18px}
  body.qe-account-page .mc-selected-pack{display:grid;grid-template-columns:auto 1fr;gap:1px 10px;margin-bottom:9px}
  body.qe-account-page .mc-selected-pack>strong{font-size:10px}
  body.qe-account-page .mc-selected-pack>b{grid-column:2;margin:0;font-size:10px}
  body.qe-account-page .mc-pack-checkout{min-height:58px;padding:13px 18px;font-size:14px}
  body.qe-account-page .mc-pack-checkout>b{font-size:19px}
  body.qe-account-page .mc-shop-note{margin-top:11px;font-size:10px}
  body.qe-account-page .mc-stripe-note{justify-content:flex-start;margin-top:14px}
  body.qe-account-page .mc-purchase-support{display:block;padding:32px 0 0}
  body.qe-account-page .mc-purchase-support section{padding:18px 0 24px;border-top:1px solid var(--qe-rule);border-bottom:0}
  body.qe-account-page .mc-purchase-support section+section{padding-top:24px}
  body.qe-account-page .mc-purchase-support h3{font-size:17px}

  body.qe-account-page .mc-how,
  body.qe-account-page .mc-account-settings{width:calc(100% - 40px);padding:50px 0}
  body.qe-account-page .mc-how .mc-section-head,
  body.qe-account-page .mc-account-settings .mc-section-head{display:block;margin-bottom:24px}
  body.qe-account-page .mc-how .mc-section-head h2,
  body.qe-account-page .mc-account-settings .mc-section-head h2{font-size:29px}
  body.qe-account-page .mc-how ol{display:block}
  body.qe-account-page .mc-how li,
  body.qe-account-page .mc-how li+li{grid-template-columns:42px 1fr;padding:22px 0;border:0;border-bottom:1px solid var(--qe-rule)}
  body.qe-account-page .mc-how li p{font-size:12px}
  body.qe-account-page .mc-how li b{font-size:16px}
  body.qe-account-page .mc-legal-links{flex-wrap:wrap;gap:14px 20px}
}

@media(max-width:340px){
  body.qe-account-page .mc-account-head h1{
    min-width:0;
    word-break:normal;
    line-break:strict;
    overflow-wrap:anywhere;
  }
}

@media(prefers-reduced-motion:reduce){
  body.qe-auth-page .qe-auth-primary::after,
  body.qe-account-page .mc-pack-action::after{transition:none}
}
