/* Beta-only, opt-in walkthrough. Never restyle existing account controls. */
.ms7Guide {
  --guide-bg: #fff; --guide-soft: #f3f6fd; --guide-text: #17263e;
  --guide-muted: #65738c; --guide-line: #dce4f2; --guide-blue: #2255d7;
  --guide-shadow: 0 24px 80px rgba(12, 30, 65, .2);
  font-family: inherit; color: var(--guide-text); font-size: 14px; line-height: 1.5;
}
html[data-ms7-theme="dark"] .ms7Guide {
  --guide-bg: #111e33; --guide-soft: #1a2b46; --guide-text: #f2f6ff;
  --guide-muted: #b1c1d9; --guide-line: #314361; --guide-blue: #396bed;
  --guide-shadow: 0 24px 80px rgba(0, 0, 0, .42);
}
.ms7Guide *, .ms7Guide *::before, .ms7Guide *::after { box-sizing: border-box; }
.ms7Guide [hidden] { display: none !important; }
.ms7Guide button, .ms7Guide a { font: inherit; -webkit-tap-highlight-color: transparent; }
.ms7Guide button { cursor: pointer; text-transform: none; letter-spacing: normal; }
.ms7Guide button:focus-visible, .ms7Guide a:focus-visible { outline: 3px solid #749dff; outline-offset: 4px; }
.ms7Guide__sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.ms7Guide .ms7Guide__launcher {
  position: fixed; left: 12px; top: 55vh; z-index: 9991; width: 64px; height: 76px;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
  border: 0; padding: 0; background: transparent; box-shadow: none; color: var(--guide-text);
  touch-action: none; user-select: none; -webkit-user-select: none; cursor: grab;
}
.ms7Guide__launcher img { width: 64px; height: 60px; object-fit: contain; pointer-events: none; filter: drop-shadow(0 4px 7px rgba(76, 55, 11, .2)); }
.ms7Guide__launcher span { padding: 1px 9px; border: 1px solid var(--guide-line); border-radius: 20px; background: var(--guide-bg); color: var(--guide-text); font-size: 10px; font-weight: 800; line-height: 17px; box-shadow: 0 3px 10px #182f5414; pointer-events: none; white-space: nowrap; }
.ms7Guide__launcher:active { cursor: grabbing; }
.ms7Guide__launcher:hover img { transform: translateY(-2px); }
.ms7Guide__layer { position: fixed; inset: 0; z-index: 12000; isolation: isolate; overscroll-behavior: contain; }
.ms7Guide__shade { position: absolute; inset: 0; background: rgba(10, 23, 45, .45); backdrop-filter: blur(3px); }
.ms7Guide__spotlight { position: fixed; border: 2px solid #497dff; border-radius: 12px; box-shadow: 0 0 0 9999px rgba(10, 23, 45, .5), 0 0 0 5px rgba(113, 157, 255, .35); pointer-events: none; }
.ms7Guide__panel {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: min(480px, calc(100vw - 32px)); max-height: calc(100dvh - 32px);
  overflow: auto; overscroll-behavior: contain; padding: 16px 24px 20px;
  border: 1px solid var(--guide-line); border-radius: 26px; background: var(--guide-bg);
  color: var(--guide-text); box-shadow: var(--guide-shadow); outline: none;
}
.ms7Guide__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.ms7Guide__eyebrow { font-size: 10px; font-weight: 850; letter-spacing: .16em; color: var(--guide-muted); }
.ms7Guide .ms7Guide__close { width: 40px; height: 40px; padding: 0; border: 1px solid var(--guide-line); border-radius: 50%; background: var(--guide-soft); color: var(--guide-text); box-shadow: none; font-size: 24px; line-height: 1; flex: 0 0 auto; }
.ms7Guide__hero { display: grid; grid-template-columns: 154px minmax(0, 1fr); gap: 14px; align-items: center; margin: 0 0 16px; }
.ms7Guide__art { position: relative; isolation: isolate; display: flex; align-items: center; justify-content: center; }
.ms7Guide__art::before { content: ''; position: absolute; z-index: -1; width: 90%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, #ffcf6a35, transparent 72%); }
.ms7Guide__art img { width: 100%; height: 188px; object-fit: contain; display: block; }
.ms7Guide h2 { margin: 0 0 9px; color: var(--guide-text); font-size: 24px; line-height: 1.25; font-weight: 850; text-wrap: balance; }
.ms7Guide p { margin: 0; color: var(--guide-muted); font-size: 13px; line-height: 1.65; }
.ms7Guide__choices { display: grid; gap: 10px; }
.ms7Guide__choiceList { display: grid; gap: 8px; }
.ms7Guide__recommend { font-size: 10px; color: var(--guide-muted); font-weight: 750; }
.ms7Guide .ms7Guide__more { display: block; min-height: 36px; padding: 6px 12px; text-align: center; font-size: 12px; background: transparent; color: var(--guide-blue); border-style: dashed; }
.ms7Guide__help { display: block; margin-top: 10px; text-align: center; color: var(--guide-text); font-size: 11px; text-decoration: underline; }
.ms7Guide__help:not([hidden]) ~ .ms7Guide__foot { display: none; }
.ms7Guide__choices button { width: 100%; padding: 13px 15px; display: grid; grid-template-columns: 38px 1fr 16px; align-items: center; gap: 12px; text-align: left; border: 1px solid var(--guide-line); border-radius: 16px; color: var(--guide-text); background: var(--guide-soft); box-shadow: none; }
.ms7Guide__choices button:hover { border-color: #668cf0; }
.ms7Guide__choiceIcon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; background: var(--guide-blue); color: #fff; font-size: 23px; font-weight: 700; }
.ms7Guide__choices strong { display: block; font-size: 14px; color: var(--guide-text); }
.ms7Guide__choices small { display: block; color: var(--guide-muted); font-size: 11px; margin-top: 2px; }
.ms7Guide p.ms7Guide__note { margin: 14px 0 0; padding: 10px 12px; border: 1px solid var(--guide-line); border-radius: 12px; font-size: 11px; line-height: 1.5; color: var(--guide-muted); background: var(--guide-soft); }
.ms7Guide__foot { display: flex; justify-content: space-between; gap: 14px; margin-top: 14px; font-size: 10px; color: var(--guide-muted); }
.ms7Guide__foot a { color: var(--guide-text); text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.ms7Guide__step { display: block; margin-bottom: 7px; font-size: 10px; font-weight: 800; color: var(--guide-muted); }
.ms7Guide__progress { height: 3px; border-radius: 3px; background: var(--guide-line); overflow: hidden; margin-top: 14px; }
.ms7Guide__progress span { display: block; height: 100%; background: #4f7df1; }
.ms7Guide__actions { display: flex; gap: 10px; margin-top: 12px; }
.ms7Guide__actions button { min-height: 44px; padding: 10px 18px; border: 1px solid var(--guide-line); border-radius: 12px; font-size: 13px; font-weight: 750; box-shadow: none; }
.ms7Guide .ms7Guide__back { background: var(--guide-soft); color: var(--guide-text); }
.ms7Guide .ms7Guide__next { flex: 1; border-color: var(--guide-blue); background: var(--guide-blue); color: #fff; }
.ms7Guide__layer.is-tour .ms7Guide__panel { top: auto; left: auto; right: 20px; bottom: max(20px, env(safe-area-inset-bottom)); transform: none; width: 388px; max-height: calc(100dvh - 32px); padding: 12px 18px 16px; border-radius: 20px; }
.ms7Guide__layer.is-tour .ms7Guide__hero { grid-template-columns: 94px minmax(0, 1fr); gap: 12px; margin: 0; }
.ms7Guide__layer.is-tour .ms7Guide__art img { height: 116px; }
.ms7Guide__layer.is-tour h2 { font-size: 18px; margin-bottom: 6px; }
.ms7Guide__layer.is-tour p { font-size: 12px; line-height: 1.55; }
.ms7Guide__layer.is-tour .ms7Guide__foot { display: none; }
/* Some account pages inherit height:100%. Let their content determine body
   height during a tour so the extra bottom space actually extends scrolling. */
body.ms7-guide-touring { height: auto !important; padding-bottom: calc(var(--ms7-guide-base-padding, 0px) + var(--ms7-guide-reserve, 340px)) !important; }
body.ms7-guide-open :is(.liveChat, .ngStar, .ftbWrap, .mNav) { visibility: hidden !important; }
/* Temporarily show the existing form above the guide, still inert/read-only.
   Removing the preview class restores the original modal layout exactly. */
body.ms7-guide-open .pModal.ms7GuidePreview {
  display: block !important; position: fixed !important; z-index: 11000 !important;
  top: var(--guide-preview-top, 90px) !important; bottom: var(--guide-preview-bottom, 350px) !important;
  left: 12px !important; right: 12px !important; padding: 0 !important;
  pointer-events: none !important; background: transparent !important;
}
body.ms7-guide-open .pModal.ms7GuidePreview .pModal__backdrop,
body.ms7-guide-open .pModal.ms7GuidePreview .pModal__close { display: none !important; }
body.ms7-guide-open .pModal.ms7GuidePreview .pModal__panel {
  position: relative !important; inset: auto !important; transform: none !important;
  margin: 0 auto !important; width: min(520px, 100%) !important; max-width: 100% !important;
  height: 100% !important; max-height: 100% !important; min-height: 0 !important;
  overflow-y: auto !important; box-sizing: border-box !important; padding: 16px !important;
}
@media (max-width: 600px) {
  .ms7Guide .ms7Guide__launcher { width: 54px; height: 67px; }
  .ms7Guide__launcher img { width: 54px; height: 51px; }
  .ms7Guide__panel { padding: 12px 18px 16px; border-radius: 22px; }
  .ms7Guide__hero { grid-template-columns: 120px minmax(0, 1fr); gap: 10px; }
  .ms7Guide__art img { height: 160px; }
  .ms7Guide h2 { font-size: 21px; }
  .ms7Guide__layer.is-tour .ms7Guide__panel { left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); width: auto; padding: 10px 14px 14px; }
  .ms7Guide__layer.is-tour .ms7Guide__hero { grid-template-columns: 74px minmax(0, 1fr); gap: 10px; }
  .ms7Guide__layer.is-tour .ms7Guide__art img { height: 100px; }
  .ms7Guide__layer.is-tour h2 { font-size: 17px; }
  .ms7Guide__layer.is-tour p.ms7Guide__note { margin-top: 8px; padding: 7px 9px; font-size: 10px; }
}
@media (max-height: 560px) {
  .ms7Guide__art img { height: 100px; }
  .ms7Guide__hero { grid-template-columns: 84px minmax(0, 1fr); margin-bottom: 8px; }
  .ms7Guide__layer.is-tour .ms7Guide__hero { grid-template-columns: 60px minmax(0, 1fr); }
  .ms7Guide__layer.is-tour .ms7Guide__art img { height: 78px; }
  .ms7Guide__layer.is-tour .ms7Guide__panel { max-height: 58dvh; }
  .ms7Guide__foot { display: none; }
}
@media (prefers-reduced-motion: reduce) { .ms7Guide *, .ms7Guide *::before { animation: none !important; transition: none !important; } }
