html,
body {
  height: 100%;
  margin: 0;
  font-family: 'Outfit', sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  background: #07080f;
  color: #0f172a;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

.walkthrough-page {
  position: relative;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

#walkthrough-app {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.walkthrough-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.walkthrough-shell-logo {
  padding: 4px 4px 16px;
}

.walkthrough-shell-logo img {
  display: block;
  width: 96px;
  height: auto;
}

.walkthrough-drop-title {
  font-weight: 500;
  color: #0f172a;
}

.walkthrough-drop-sub {
  margin-top: 4px;
  font-size: 12px;
}

.walkthrough-attach-meta,
.walkthrough-attach-open {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 11px;
  font-weight: 600;
  line-height: 28px;
  color: #64748b;
  text-align: right;
}

.walkthrough-attach-open {
  color: #0078d4;
}

.walkthrough-desk-icon-tile {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.walkthrough-icon-xl {
  color: rgb(30, 79, 226);
}

.walkthrough-conn-card--collection .walkthrough-icon {
  color: #2563eb;
}

.walkthrough-conn-card--transform .walkthrough-icon {
  color: #7c3aed;
}

.walkthrough-conn-card > div {
  min-width: 0;
}

.walkthrough-file-chip .walkthrough-icon {
  color: #16a34a;
}

#walkthrough-call[hidden],
#walkthrough-briefing[hidden],
#walkthrough-call-success[hidden],
#walkthrough-call-form[hidden] {
  display: none !important;
}

.walkthrough-chrome {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  height: 52px;
  padding: 0 16px;
  background: #07080f;
  border-bottom: 1px solid rgba(30, 79, 226, 0.28);
  z-index: 30;
}

.walkthrough-chrome a,
.walkthrough-chrome-live {
  color: #e2e8f0;
  text-decoration: none;
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.walkthrough-chrome a:hover,
.walkthrough-chrome-live:hover {
  color: #93c5fd;
}

.walkthrough-chrome-brand {
  display: flex;
  align-items: center;
  justify-self: start;
  min-width: 0;
}

.walkthrough-chrome-brand img {
  height: 28px;
  width: auto;
}

.walkthrough-chrome-live {
  justify-self: center;
  border: 0;
  padding: 0;
  background: transparent;
  color: #93c5fd;
  cursor: pointer;
  white-space: nowrap;
}

.walkthrough-chrome-live:hover {
  color: #bfdbfe;
  text-decoration: underline;
}

.walkthrough-chrome-back {
  justify-self: end;
  flex-shrink: 0;
}

:root {
  --octi-text-primary-strong: #0f172a;
  --octi-text-secondary: #64748b;
  --octi-border-light: #e2e8f0;
  --octi-bg-secondary: #f8fafc;
  --octi-brand-primary: rgb(30, 79, 226);
}

.walkthrough-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.walkthrough-icon-lg {
  width: 20px;
  height: 20px;
}

.walkthrough-icon-xl {
  width: 32px;
  height: 32px;
  margin: 0 auto 8px;
  display: block;
}

.walkthrough-view {
  max-width: 42rem;
}

.walkthrough-view h1 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
  color: var(--octi-text-primary-strong);
}

.walkthrough-view > p,
.walkthrough-lede {
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--octi-text-secondary);
}

.walkthrough-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.walkthrough-stack-lg {
  gap: 24px;
}

.walkthrough-field {
  width: 100%;
  border-radius: 6px;
  border: 1px solid var(--octi-border-light);
  background: var(--octi-bg-secondary);
  padding: 8px 12px;
  font-size: 14px;
  font-family: inherit;
}

.walkthrough-section-title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 600;
}

.walkthrough-section-help {
  margin: 0 0 12px;
  font-size: 12px;
  color: var(--octi-text-secondary);
}

.walkthrough-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  border-radius: 6px;
  padding: 10px 12px;
  margin-bottom: 12px;
  font-size: 12px;
  background: rgba(37, 99, 235, 0.08);
}

.walkthrough-chip-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.walkthrough-matched {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #15803d;
}

.walkthrough-date-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.walkthrough-date-row .walkthrough-field {
  flex: 1;
}

.walkthrough-desk-glyph {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.walkthrough-root {
  position: relative;
  flex: 1;
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: row;
  background: #07080f;
  color: #0f172a;
  overflow: hidden;
  font-family: 'Outfit', sans-serif;
}

.walkthrough-stage {
  position: relative;
  flex: 1;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.walkthrough-narrator {
  flex: 0 0 min(380px, 32%);
  width: min(380px, 32%);
  min-width: 300px;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(18, 20, 32, 0.98) 0%, rgba(7, 8, 15, 0.98) 100%);
  border-left: 1px solid rgba(30, 79, 226, 0.28);
  box-shadow: -24px 0 48px rgba(0, 0, 0, 0.35);
  z-index: 20;
  max-height: none;
  overflow-y: auto;
  color: #e2e8f0;
}

.walkthrough-reel {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.walkthrough-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(148, 163, 184, 0.28);
  cursor: pointer;
}

.walkthrough-dot.is-reached {
  background: rgba(226, 232, 240, 0.55);
}

.walkthrough-dot.is-current {
  width: 18px;
  border-radius: 999px;
  background: rgb(30, 79, 226);
}

.walkthrough-narrator-body {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    'moment'
    'thought'
    'actions';
  row-gap: 10px;
  align-content: start;
  flex: 1;
  min-height: 0;
  padding: 16px 20px 22px;
}

.walkthrough-moment {
  grid-area: moment;
  margin: 0;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.04em;
  color: rgba(147, 197, 253, 0.85);
}

.walkthrough-thought {
  grid-area: thought;
  max-width: none;
  border-left: 2px solid rgba(30, 79, 226, 0.55);
  padding-left: 14px;
}

.walkthrough-thought p {
  margin: 0 0 0.75em;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  color: #e8edf5;
}

.walkthrough-thought p:last-child {
  margin-bottom: 0;
}

.walkthrough-narrator-actions {
  grid-area: actions;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 8px;
}

.walkthrough-back,
.walkthrough-skip {
  border: none;
  background: transparent;
  color: rgba(148, 163, 184, 0.85);
  font-size: 13px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  padding: 0;
}

.walkthrough-back:hover,
.walkthrough-skip:hover {
  color: #e2e8f0;
}

.walkthrough-back:disabled {
  opacity: 0.3;
  cursor: default;
}

.walkthrough-impulse {
  border: none;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  padding: 0;
}

.walkthrough-impulse::after {
  content: ' →';
  color: rgb(147, 197, 253);
}

.walkthrough-impulse:hover {
  color: #bfdbfe;
}

.walkthrough-impulse:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.walkthrough-impulse-glow {
  padding: 8px 14px;
  border-radius: 8px;
  background: rgb(30, 79, 226);
  animation: walkthrough-glow 1.4s ease-in-out infinite;
}

.walkthrough-btn-glow {
  animation: walkthrough-glow 1.4s ease-in-out infinite;
}

@keyframes walkthrough-glow {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(30, 79, 226, 0.65);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(30, 79, 226, 0);
  }
}

.walkthrough-btn {
  border: none;
  border-radius: 8px;
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}

.walkthrough-btn-primary {
  background: rgb(30, 79, 226);
  color: #fff;
  flex: 1;
}

.walkthrough-btn-primary:hover {
  background: rgb(24, 64, 186);
}

.walkthrough-btn-primary:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.walkthrough-btn-ghost {
  background: transparent;
  color: #94a3b8;
  border: 1px solid rgba(148, 163, 184, 0.28);
}

.walkthrough-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #e2e8f0;
}

.walkthrough-cta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

.walkthrough-cta .walkthrough-btn {
  flex: 1;
  min-width: 96px;
  text-align: center;
}

.walkthrough-cta a {
  text-align: center;
  text-decoration: none;
}

.walkthrough-desktop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 15% 15%, rgba(26, 27, 49, 0.95) 0%, transparent 65%),
    radial-gradient(ellipse 55% 45% at 85% 80%, rgba(30, 79, 226, 0.14) 0%, transparent 55%),
    #07080f;
}

.walkthrough-desktop-icons {
  position: absolute;
  top: 36px;
  left: 36px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  z-index: 6;
}

.walkthrough-desk-icon {
  width: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 11px;
  text-align: center;
}

.walkthrough-desk-icon-tile {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.walkthrough-desk-icon-new {
  width: 118px;
}

.walkthrough-desk-icon-new .walkthrough-desk-icon-tile {
  animation: walkthrough-glow 1.6s ease-in-out infinite;
}

.walkthrough-desk-icon-file {
  width: 92px;
}

.walkthrough-desk-icon-file span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.25;
  word-break: break-word;
}

.walkthrough-desk-icon.is-spawn {
  animation: walkthrough-icon-spawn 0.5s cubic-bezier(0.2, 0.85, 0.2, 1) both;
}

@keyframes walkthrough-icon-spawn {
  from {
    opacity: 0;
    transform: scale(0.7) translateY(-12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.walkthrough-windows {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}

.walkthrough-window-slot {
  pointer-events: auto;
  position: absolute;
  margin: 0;
}

.walkthrough-window-slot--mail.is-solo {
  left: calc(50% + 62px);
  top: 50%;
  right: auto;
  bottom: auto;
  width: min(960px, calc(100% - 168px));
  height: min(620px, calc(100% - 48px));
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%);
}

.walkthrough-window-slot--mail.is-back {
  left: calc(50% + 62px);
  top: 50%;
  width: min(760px, calc(100% - 176px));
  height: min(480px, calc(100% - 88px));
  z-index: 2;
  transform: translate(calc(-50% - 36px), calc(-50% - 28px)) scale(0.94);
  transform-origin: center center;
  opacity: 0.88;
  pointer-events: none;
  filter: saturate(0.85);
}

.walkthrough-window-slot--mail.is-receding {
  animation: walkthrough-mail-recede 0.5s ease both;
}

@keyframes walkthrough-mail-recede {
  from {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    filter: none;
  }
  to {
    transform: translate(calc(-50% - 36px), calc(-50% - 28px)) scale(0.94);
    opacity: 0.88;
    filter: saturate(0.85);
  }
}

.walkthrough-window-slot--ppt.is-solo,
.walkthrough-window-slot--ppt.is-front {
  left: calc(50% + 48px);
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  height: calc(100% - 36px);
  max-height: calc(100% - 36px);
  width: auto;
  display: flex;
  flex-direction: column;
}

.walkthrough-windows.is-compare {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px 18px 108px;
  box-sizing: border-box;
  overflow: hidden;
}

.walkthrough-window-slot--ppt.is-compare-left,
.walkthrough-window-slot--ppt.is-compare-right {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  max-width: 560px;
  height: calc(100% - 16px);
  max-height: calc(100% - 16px);
  display: flex;
  flex-direction: column;
}

.walkthrough-window-slot--ppt.is-compare-left {
  z-index: 3;
  transform: scale(0.97);
  transform-origin: center center;
  opacity: 0.9;
  filter: saturate(0.88);
  margin-top: 36px;
  margin-right: -44px;
}

.walkthrough-window-slot--ppt.is-compare-right {
  z-index: 4;
  margin-top: -28px;
}

.walkthrough-window-slot--ppt.is-opening {
  animation: walkthrough-ppt-open 0.55s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.walkthrough-window-slot--ppt.is-front.is-opening,
.walkthrough-window-slot--ppt.is-solo.is-opening {
  animation: walkthrough-ppt-open-center 0.55s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes walkthrough-ppt-open {
  from {
    opacity: 0;
    transform: translate(-88px, 56px) scale(0.72);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes walkthrough-ppt-open-center {
  from {
    opacity: 0;
    transform: translate(calc(-50% - 72px), calc(-50% + 40px)) scale(0.72);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.walkthrough-window-slot--ppt.is-duplicating {
  animation: walkthrough-ppt-dup 0.45s ease;
}

.walkthrough-window-slot--ppt.is-front.is-duplicating {
  animation: walkthrough-ppt-dup-center 0.45s ease;
}

@keyframes walkthrough-ppt-dup {
  0%,
  100% {
    transform: none;
  }
  40% {
    transform: translate(10px, -6px) scale(1.02);
  }
}

@keyframes walkthrough-ppt-dup-center {
  0%,
  100% {
    transform: translate(-50%, -50%);
  }
  40% {
    transform: translate(calc(-50% + 10px), calc(-50% - 6px)) scale(1.02);
  }
}

@keyframes walkthrough-ppt-open-in-place {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.walkthrough-window {
  pointer-events: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: calc(100% - 24px);
}

.walkthrough-window-titlebar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.walkthrough-traffic {
  display: flex;
  gap: 6px;
}

.walkthrough-traffic span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.walkthrough-window-title {
  font-size: 12px;
  font-weight: 600;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.walkthrough-window-body {
  min-height: 0;
  overflow: auto;
  flex: 1;
}

.walkthrough-mail {
  width: min(960px, 100%);
  height: min(620px, 100%);
}

.walkthrough-mail .walkthrough-window-body {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.walkthrough-mail-layout {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: 184px 236px minmax(0, 1fr);
  grid-template-rows: 44px minmax(0, 1fr);
}

.walkthrough-mail-appbar {
  display: none;
}

.walkthrough-mail-ribbon {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0 10px;
  background: #f3f2f1;
  border-bottom: 1px solid #e1dfdd;
  color: #323130;
  font-size: 12px;
  font-weight: 600;
  user-select: none;
}

.walkthrough-mail-ribbon-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
}

.walkthrough-mail-ribbon-item .walkthrough-icon {
  width: 14px;
  height: 14px;
}

.walkthrough-mail-ribbon-item.is-primary {
  color: #fff;
  background: #0078d4;
}

.walkthrough-mail-ribbon-split {
  width: 1px;
  height: 18px;
  margin: 0 6px;
  background: #c8c6c4;
}

.walkthrough-mail-nav {
  background: #f3f2f1;
  border-right: 1px solid #e1dfdd;
  padding: 12px 8px;
  color: #323130;
  overflow: auto;
}

.walkthrough-mail-account {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 4px 8px 12px;
}

.walkthrough-mail-account-name {
  font-size: 13px;
  font-weight: 600;
  color: #201f1e;
}

.walkthrough-mail-account-sub {
  font-size: 11px;
  color: #605e5c;
}

.walkthrough-mail-nav-label {
  padding: 4px 8px 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #605e5c;
}

.walkthrough-mail-folder {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 13px;
  color: #323130;
}

.walkthrough-mail-folder .walkthrough-icon {
  width: 14px;
  height: 14px;
  color: #605e5c;
}

.walkthrough-mail-folder.is-active {
  background: #cfe4fa;
  color: #0f6cbd;
  font-weight: 600;
}

.walkthrough-mail-folder.is-active .walkthrough-icon,
.walkthrough-mail-folder.is-active .walkthrough-mail-count {
  color: #0f6cbd;
}

.walkthrough-mail-count {
  font-size: 11px;
  font-weight: 600;
  color: #605e5c;
  text-align: right;
}

.walkthrough-mail-list {
  background: #fff;
  border-right: 1px solid #e1dfdd;
  overflow: auto;
}

.walkthrough-mail-list-item {
  position: relative;
  padding: 10px 12px 10px 16px;
  border-bottom: 1px solid #edebe9;
}

.walkthrough-mail-list-item.is-selected {
  background: #cfe4fa;
}

.walkthrough-mail-list-item.is-selected::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #0078d4;
}

.walkthrough-mail-list-item.is-muted {
  opacity: 0.62;
}

.walkthrough-mail-list-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  font-size: 13px;
  color: #201f1e;
}

.walkthrough-mail-list-top time {
  flex-shrink: 0;
  font-size: 11px;
  color: #605e5c;
}

.walkthrough-mail-list-subject {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
  color: #201f1e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.walkthrough-mail-list-preview,
.walkthrough-mail-list-attach {
  margin-top: 2px;
  font-size: 12px;
  color: #605e5c;
}

.walkthrough-mail-list-preview {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.walkthrough-mail-list-attach {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.walkthrough-mail-list-attach .walkthrough-icon {
  width: 12px;
  height: 12px;
}

.walkthrough-mail-message {
  min-width: 0;
  overflow: auto;
  padding: 16px 20px 20px;
  background: #fff;
}

.walkthrough-mail-subject {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #201f1e;
  line-height: 1.3;
}

.walkthrough-mail-toolbar {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 10px 0 14px;
  color: #323130;
  font-size: 12px;
  font-weight: 600;
}

.walkthrough-mail-toolbar span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border-radius: 4px;
}

.walkthrough-mail-toolbar .walkthrough-icon {
  width: 14px;
  height: 14px;
}

.walkthrough-mail-header {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #edebe9;
}

.walkthrough-mail-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0078d4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.walkthrough-mail-avatar-lg {
  width: 40px;
  height: 40px;
  font-size: 13px;
}

.walkthrough-mail-header-copy {
  min-width: 0;
}

.walkthrough-mail-header-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  color: #201f1e;
}

.walkthrough-mail-header-row time {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 400;
  color: #605e5c;
}

.walkthrough-mail-time-short {
  display: none;
}

.walkthrough-mail-header-meta {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: baseline;
  gap: 8px;
  margin-top: 3px;
  font-size: 12px;
  color: #323130;
}

.walkthrough-mail-header-meta span {
  color: #605e5c;
}

.walkthrough-mail-body {
  font-size: 13px;
  color: #323130;
  line-height: 1.65;
}

.walkthrough-mail-body p {
  margin: 0;
}

.walkthrough-mail-body p + p {
  margin-top: 10px;
}

.walkthrough-attachments {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 18px;
}

.walkthrough-attachment {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 4.25rem;
  align-items: center;
  column-gap: 10px;
  box-sizing: border-box;
  border: 1px solid #e1dfdd;
  border-radius: 4px;
  padding: 8px 10px;
  background: #faf9f8;
  font-size: 12px;
  line-height: 1.2;
  color: #201f1e;
  text-align: left;
  cursor: default;
  font-family: inherit;
  width: 100%;
}

.walkthrough-file-tile {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.walkthrough-file-tile .walkthrough-icon {
  width: 14px;
  height: 14px;
  color: inherit;
}

.walkthrough-file-tile--ppt {
  background: #c43e1c;
}

.walkthrough-file-tile--xls {
  background: #107c41;
}

.walkthrough-attachment.clickable {
  cursor: pointer;
}

.walkthrough-attachment.clickable:hover {
  border-color: #0078d4;
  background: #f3f9fd;
}

.walkthrough-ppt {
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}

.walkthrough-ppt.walkthrough-window {
  max-height: 100%;
}

.walkthrough-ppt-ribbon {
  display: flex;
  align-items: stretch;
  background: #c43e1c;
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  overflow: hidden;
}

.walkthrough-ppt-ribbon span {
  padding: 7px 12px;
  white-space: nowrap;
}

.walkthrough-ppt-ribbon .is-current {
  background: #fff;
  color: #c43e1c;
}

.walkthrough-ppt .walkthrough-window-titlebar {
  background: #b7472a;
  border-bottom: 0;
}

.walkthrough-ppt .walkthrough-window-title {
  color: #fff;
}

.walkthrough-ppt .walkthrough-window-title .walkthrough-icon {
  width: 14px;
  height: 14px;
  color: #fff;
}

.walkthrough-ppt-workspace {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d6d3d1;
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
}

.walkthrough-slide-stage {
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.walkthrough-factsheet {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 210 / 297;
  flex-shrink: 0;
  background: #fff;
  color: #1e293b;
  border-radius: 2px;
  padding: 18px 20px 14px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.18);
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 11px;
  overflow: hidden;
}

.walkthrough-fs-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 2px solid #1e3a8a;
  padding-bottom: 8px;
  gap: 12px;
}

.walkthrough-fs-kicker {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1e4ed8;
  font-weight: 600;
}

.walkthrough-fs-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 2px;
  color: #0f172a;
}

.walkthrough-fs-meta {
  font-size: 9px;
  color: #64748b;
  margin-top: 2px;
}

.walkthrough-fs-date {
  font-size: 10px;
  color: #64748b;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.walkthrough-fs-date strong {
  color: #0f172a;
  font-size: 11px;
}

.walkthrough-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.walkthrough-kpi {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 7px 8px;
}

.walkthrough-kpi-label {
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

.walkthrough-kpi-value {
  font-size: 13px;
  font-weight: 600;
  margin-top: 2px;
  color: #0f172a;
}

.walkthrough-fs-charts,
.walkthrough-fs-bottom {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 10px;
  min-height: 0;
}

.walkthrough-fs-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 8px 10px;
  min-width: 0;
}

.walkthrough-fs-card h4 {
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1e4ed8;
  margin-bottom: 6px;
}

.walkthrough-chart-svg {
  width: 100%;
  height: auto;
  display: block;
}

.walkthrough-chart-hotspot {
  display: block;
  width: 100%;
  background: none;
  border: 1px dashed #f59e0b;
  border-radius: 6px;
  padding: 2px;
  cursor: pointer;
  animation: walkthrough-pulse 1.6s ease-in-out infinite;
}

.walkthrough-donut-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.walkthrough-donut {
  width: 72px;
  flex-shrink: 0;
}

.walkthrough-donut-legend {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 9px;
  color: #334155;
}

.walkthrough-donut-legend li {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.walkthrough-swatch {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  display: inline-block;
}

.walkthrough-holdings {
  width: 100%;
  font-size: 9px;
  border-collapse: collapse;
}

.walkthrough-holdings th {
  text-align: left;
  color: #94a3b8;
  font-weight: 600;
  padding-bottom: 4px;
}

.walkthrough-holdings th:last-child,
.walkthrough-holdings td:last-child {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.walkthrough-holdings td {
  padding: 3px 0;
  border-bottom: 1px solid #e2e8f0;
}

.walkthrough-holdings-hot {
  cursor: pointer;
}

.walkthrough-holdings-hot:hover td {
  background: rgba(30, 79, 226, 0.08);
}

.walkthrough-commentary {
  font-size: 10px;
  line-height: 1.45;
  color: #334155;
  margin: 0;
}

.walkthrough-fs-footer {
  margin-top: auto;
  font-size: 8px;
  color: #94a3b8;
  border-top: 1px solid #e2e8f0;
  padding-top: 6px;
}

.walkthrough-figure-hotspot {
  background: rgba(245, 158, 11, 0.12);
  color: inherit;
  border: 1px dashed #d97706;
  border-radius: 4px;
  padding: 0 4px;
  min-height: 22px;
  cursor: pointer;
  font: inherit;
  animation: walkthrough-pulse 1.6s ease-in-out infinite;
}

.walkthrough-placeholder {
  color: #2563eb;
  font-style: italic;
}

.walkthrough-ppt-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: #fff;
  border-top: 1px solid #e2e8f0;
  font-size: 12px;
  color: #475569;
}

.walkthrough-generate-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.walkthrough-generate-step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #94a3b8;
}

.walkthrough-generate-step.current {
  color: #0f172a;
  font-weight: 600;
}

.walkthrough-generate-step.done {
  color: #15803d;
}

.walkthrough-generate-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e2e8f0;
  flex-shrink: 0;
}

.walkthrough-generate-step.current .walkthrough-generate-dot {
  background: rgb(30, 79, 226);
  animation: walkthrough-glow 1.4s ease-in-out infinite;
}

.walkthrough-generate-step.done .walkthrough-generate-dot {
  background: #22c55e;
}

.walkthrough-download-toast {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #0f172a;
  color: #fff;
  animation: walkthrough-card-in 0.35s ease both;
}

.walkthrough-download-toast .walkthrough-icon {
  display: block;
  flex-shrink: 0;
}

.walkthrough-download-toast-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  line-height: 1.3;
}

.walkthrough-download-toast-text span:last-child {
  font-size: 12px;
  color: #cbd5e1;
}

.walkthrough-result {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}

.walkthrough-result-stage {
  flex: 1;
  min-height: 0;
  display: flex;
  justify-content: center;
  overflow: auto;
  background: #e2e8f0;
  border-radius: 12px;
  padding: 16px;
}

@keyframes walkthrough-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(251, 191, 36, 0.45); }
  50% { box-shadow: 0 0 0 6px rgba(251, 191, 36, 0); }
}

.walkthrough-octigen {
  position: absolute;
  inset: 0;
  display: flex;
  background: var(--octi-bg-secondary, #f8fafc);
}

.walkthrough-sidebar {
  width: 210px;
  flex-shrink: 0;
  background: #fff;
  border-right: 1px solid var(--octi-border-light, #e2e8f0);
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.walkthrough-side-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  border-radius: 6px;
  font-size: 13px;
  color: var(--octi-text-secondary, #475569);
}

.walkthrough-side-item.active {
  color: rgb(30, 79, 226);
  font-weight: 500;
  background: rgba(30, 79, 226, 0.08);
}

.walkthrough-octigen-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.walkthrough-topbar {
  height: 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 16px;
  border-bottom: 1px solid var(--octi-border-light, #e2e8f0);
  box-shadow: inset 0 3px 0 rgb(30, 79, 226);
  background: #fff;
  font-size: 13px;
  color: #64748b;
}

.walkthrough-topbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.walkthrough-topbar-logo {
  display: none;
  width: 96px;
  height: auto;
}

.walkthrough-topbar-brand span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.walkthrough-octigen-content {
  flex: 1;
  min-width: 0;
  min-height: 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
}

.walkthrough-octigen-content:has(.walkthrough-xf) {
  padding: 0;
}

.walkthrough-btn-light {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: rgb(30, 79, 226);
}

.walkthrough-btn-light:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.walkthrough-btn-light .walkthrough-icon {
  width: 16px;
  height: 16px;
}

.walkthrough-xf {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: #f8fafc;
}

.walkthrough-xf-hero {
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  color: #fff;
  padding: 16px 24px 18px;
}

.walkthrough-xf-crumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
  min-width: 0;
}

.walkthrough-xf-crumb .walkthrough-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  opacity: 0.7;
}

.walkthrough-xf-hero-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.walkthrough-xf-hero h1 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

.walkthrough-xf-body {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 16px;
  padding: 16px 24px 24px;
  min-height: 0;
  flex: 1;
}

.walkthrough-xf-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.walkthrough-xf-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 14px;
}

.walkthrough-xf-card.is-selected {
  border-color: rgb(30, 79, 226);
  box-shadow: 0 0 0 1px rgb(30, 79, 226);
}

.walkthrough-xf-card.is-hot {
  animation: walkthrough-glow 1.4s ease-in-out infinite;
}

.walkthrough-xf-label {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 6px;
}

.walkthrough-xf-source-value,
.walkthrough-xf-step-head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
}

.walkthrough-xf-source-value .walkthrough-icon,
.walkthrough-xf-step-head .walkthrough-icon {
  width: 16px;
  height: 16px;
  color: rgb(30, 79, 226);
}

.walkthrough-xf-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #eff6ff;
  color: rgb(30, 79, 226);
  font-size: 11px;
}

.walkthrough-xf-summary {
  margin: 4px 0 0;
  font-size: 12px;
  color: #64748b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.walkthrough-xf-editor {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

.walkthrough-xf-editor label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #475569;
}

.walkthrough-xf-editor-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.walkthrough-xf-select {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 7px 8px;
  font-size: 13px;
  font-family: inherit;
  background: #fff;
  color: #0f172a;
}

.walkthrough-xf-select.is-hot {
  border-color: rgb(30, 79, 226);
  box-shadow: 0 0 0 3px rgba(30, 79, 226, 0.18);
}

.walkthrough-xf-preview {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  min-width: 0;
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.walkthrough-xf-preview-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border-bottom: 1px solid #e2e8f0;
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
}

.walkthrough-xf-preview-head span:last-child {
  font-weight: 500;
  font-size: 12px;
  color: #64748b;
}

.walkthrough-xf-preview-head .walkthrough-icon {
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  margin-right: 4px;
  color: #64748b;
}

.walkthrough-xf-preview-table {
  overflow: auto;
}

.walkthrough-xf-preview-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.walkthrough-xf-preview-table th,
.walkthrough-xf-preview-table td {
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
  white-space: nowrap;
}

.walkthrough-xf-preview-table th {
  background: #f8fafc;
  font-size: 12px;
  color: #0f172a;
}

.walkthrough-xf-preview-table td {
  color: #475569;
}

.walkthrough-panel {
  background: #fff;
  border: 1px solid var(--octi-border-light, #e2e8f0);
  border-radius: 12px;
  padding: 20px;
}

.walkthrough-drop {
  position: relative;
  overflow: hidden;
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
  padding: 22px 16px;
  text-align: center;
  color: #64748b;
  font-size: 13px;
  background: #f8fafc;
  cursor: pointer;
  width: 100%;
  font-family: inherit;
  min-height: 96px;
}

.walkthrough-drop:hover,
.walkthrough-drop.ready {
  border-color: rgb(30, 79, 226);
  background: rgba(30, 79, 226, 0.04);
  color: #0f172a;
}

.walkthrough-drop.is-receiving {
  border-color: rgb(30, 79, 226);
  border-style: solid;
  background: rgba(30, 79, 226, 0.08);
}

.walkthrough-drop-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-height: 52px;
}

.walkthrough-drop-ghost {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  background: #fff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #0f172a;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
  animation: walkthrough-file-drop 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes walkthrough-file-drop {
  from {
    opacity: 0;
    transform: translate(72px, -88px) rotate(-10deg) scale(0.92);
  }
  70% {
    opacity: 1;
    transform: translate(-4px, 6px) rotate(1deg) scale(1);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(0) scale(1);
  }
}

.walkthrough-file-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: #f8fafc;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 12px;
  margin-top: 6px;
}

.walkthrough-phase-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #cbd5e1;
  flex-shrink: 0;
  background: #fff;
}

.walkthrough-phase-dot.done {
  background: rgb(30, 79, 226);
  border-color: rgb(30, 79, 226);
}

.walkthrough-phase-dot.current {
  border-color: rgb(30, 79, 226);
  box-shadow: 0 0 0 4px rgba(30, 79, 226, 0.15);
}

.walkthrough-ppt .walkthrough-window-body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.walkthrough-progress-layout {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
  min-height: 0;
}

.walkthrough-progress-layout h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
}

.walkthrough-progress-caption {
  margin: 4px 0 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.4;
}

.walkthrough-progress-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.walkthrough-progress-stats {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.walkthrough-score-pill {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 6px 12px;
  border-radius: 10px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}

.walkthrough-score-pill.is-warn {
  background: #fffbeb;
  border-color: #fde68a;
}

.walkthrough-score-pill strong {
  font-size: 18px;
  font-weight: 600;
  color: #16a34a;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}

.walkthrough-score-pill.is-warn strong {
  color: #d97706;
}

.walkthrough-score-pill span {
  font-size: 10px;
  color: #64748b;
}

.walkthrough-runtime {
  text-align: right;
}

.walkthrough-runtime-clock {
  font-size: 13px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: #475569;
}

.walkthrough-runtime-label {
  font-size: 11px;
  color: #94a3b8;
  margin-top: 2px;
}

.walkthrough-phase-track {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
}

.walkthrough-phase-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.walkthrough-phase-step span {
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  color: #64748b;
  line-height: 1.25;
  max-width: 7.2rem;
}

.walkthrough-phase-line {
  flex: 1 1 12px;
  height: 1px;
  background: #e2e8f0;
  margin-top: 8px;
  min-width: 8px;
}

.walkthrough-phase-line.is-done {
  background: #93c5fd;
}

.walkthrough-graph-panel {
  flex: 1;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  padding: 16px;
}

.walkthrough-conn-graph {
  position: relative;
  width: 100%;
  min-width: 0;
}

.walkthrough-conn-cols {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1.15fr) 40px minmax(0, 1fr);
  grid-template-rows: 20px repeat(4, auto);
  align-items: start;
  column-gap: 0;
  row-gap: 18px;
}

.walkthrough-conn-group {
  display: contents;
}

.walkthrough-conn-row {
  display: contents;
}

.walkthrough-conn-col-label--files {
  grid-column: 1;
  grid-row: 1;
}

.walkthrough-conn-col-label--xf {
  grid-column: 3;
  grid-row: 1;
}

.walkthrough-conn-col-label--shapes {
  grid-column: 5;
  grid-row: 1;
}

.walkthrough-conn-gutter--dep {
  grid-column: 2;
  grid-row: 2 / span 4;
}

.walkthrough-conn-gutter--conn {
  grid-column: 4;
  grid-row: 2 / span 4;
}

.walkthrough-conn-node--col0 {
  grid-column: 1;
}

.walkthrough-conn-node--col1 {
  grid-column: 3;
}

.walkthrough-conn-node--col2 {
  grid-column: 5;
}

.walkthrough-conn-node--row1 {
  grid-row: 2;
}

.walkthrough-conn-node--row2 {
  grid-row: 3;
}

.walkthrough-conn-node--row3 {
  grid-row: 4;
}

.walkthrough-conn-node--row4 {
  grid-row: 5;
}

.walkthrough-conn-card {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  border: 2px solid #e2e8f0;
  background: #f8fafc;
  border-radius: 10px;
  padding: 10px 12px;
  min-width: 0;
  height: auto;
  align-self: start;
}

.walkthrough-conn-col-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
  align-self: end;
}

.walkthrough-conn-gutter {
  position: relative;
  min-width: 0;
  align-self: stretch;
}

.walkthrough-conn-gutter-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.walkthrough-stack-graph {
  display: none;
}

.walkthrough-conn-edge {
  stroke-linecap: round;
}

.walkthrough-conn-edge.is-entering {
  animation: walkthrough-edge-draw 0.45s ease-out both;
}

@keyframes walkthrough-edge-draw {
  from {
    opacity: 0;
    stroke-dasharray: 120;
    stroke-dashoffset: 120;
  }
  to {
    opacity: 1;
    stroke-dasharray: 120;
    stroke-dashoffset: 0;
  }
}

.walkthrough-conn-card .walkthrough-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.walkthrough-conn-card.is-entering {
  animation: walkthrough-card-in 0.35s ease both;
}

@keyframes walkthrough-card-in {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes walkthrough-stack-card-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.walkthrough-conn-card--collection {
  border-color: #bfdbfe;
  background: #eff6ff;
}

.walkthrough-conn-card--transform {
  border-color: #ddd6fe;
  background: #f5f3ff;
}

.walkthrough-conn-card--shape.is-open {
  border-color: #e2e8f0;
  background: #f8fafc;
}

.walkthrough-conn-card--shape.is-connected {
  border-color: #22c55e;
  background: #f0fdf4;
}

.walkthrough-conn-card--shape.is-low {
  border-color: #f59e0b;
  background: #fffbeb;
}

.walkthrough-conn-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #0f172a;
}

.walkthrough-conn-sub {
  font-size: 10px;
  color: #64748b;
}

.walkthrough-conn-score {
  font-size: 9px;
  font-weight: 700;
  color: #15803d;
  background: #dcfce7;
  border-radius: 4px;
  padding: 1px 4px;
}

.walkthrough-conn-score.is-low {
  color: #b45309;
  background: #fef3c7;
}

.walkthrough-conn-card.is-hot {
  cursor: pointer;
  animation: walkthrough-glow 1.4s ease-in-out infinite;
}

.walkthrough-conn-card.is-clickable {
  cursor: pointer;
}

.walkthrough-call-overlay {
  position: absolute;
  inset: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(5, 6, 12, 0.72);
  backdrop-filter: blur(10px);
}

.walkthrough-briefing-card {
  width: min(440px, 100%);
  padding: 32px 28px 28px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(22, 24, 38, 0.98) 0%, rgba(10, 12, 22, 0.98) 100%);
  border: 1px solid rgba(30, 79, 226, 0.35);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55);
  color: #e8edf5;
}

.walkthrough-briefing-card h2 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.walkthrough-briefing-card p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.6;
  color: #cbd5e1;
}

.walkthrough-briefing-card p:last-of-type {
  margin-bottom: 22px;
}

.walkthrough-briefing-card .walkthrough-btn {
  width: 100%;
}

.walkthrough-call-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  width: min(920px, 100%);
  max-height: calc(100% - 8px);
  overflow: auto;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(22, 24, 38, 0.98) 0%, rgba(10, 12, 22, 0.98) 100%);
  border: 1px solid rgba(30, 79, 226, 0.35);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55);
  color: #e8edf5;
}

.walkthrough-call-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #94a3b8;
  cursor: pointer;
}

.walkthrough-call-close:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #e2e8f0;
}

.walkthrough-call-copy {
  padding: 36px 32px;
  border-right: 1px solid rgba(148, 163, 184, 0.12);
}

.walkthrough-call-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(30, 79, 226, 0.18);
  color: #93c5fd;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.walkthrough-call-copy h2 {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.walkthrough-call-copy p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #cbd5e1;
}

.walkthrough-call-offer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 22px;
  padding: 18px 18px 16px;
  border-radius: 12px;
  border: 1px solid rgba(250, 204, 21, 0.38);
  background: linear-gradient(180deg, rgba(250, 204, 21, 0.16) 0%, rgba(250, 204, 21, 0.07) 100%);
}

.walkthrough-call-offer-amount {
  flex-shrink: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #facc15;
}

.walkthrough-call-offer strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #fefce8;
}

.walkthrough-call-offer span {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #fde68a;
}

.walkthrough-call-offer-short {
  display: none;
}

.walkthrough-call-live {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

.walkthrough-call-live:hover em {
  text-decoration: underline;
}

.walkthrough-call-live strong {
  font-size: 14px;
  font-weight: 600;
  color: #e2e8f0;
}

.walkthrough-call-live span {
  font-size: 13px;
  line-height: 1.5;
  color: #94a3b8;
}

.walkthrough-call-live em {
  margin-top: 2px;
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  color: #93c5fd;
}

.walkthrough-call-form-lead {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #f8fafc;
}

.walkthrough-call-form-offer {
  margin: -6px 0 6px;
  font-size: 13px;
  font-weight: 600;
  color: #facc15;
}

.walkthrough-call-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.walkthrough-call-copy li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.walkthrough-call-copy li strong {
  font-size: 14px;
  font-weight: 600;
  color: #f8fafc;
}

.walkthrough-call-copy li span {
  font-size: 13px;
  color: #94a3b8;
}

.walkthrough-call-form-side {
  padding: 36px 32px;
}

.walkthrough-call-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.walkthrough-call-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}

.walkthrough-call-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.walkthrough-call-form label {
  font-size: 12px;
  font-weight: 600;
  color: #cbd5e1;
}

.walkthrough-call-form input:not([type='checkbox']),
.walkthrough-call-form select,
.walkthrough-call-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 8px;
  background: rgba(7, 8, 15, 0.7);
  color: #f8fafc;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 12px;
}

.walkthrough-call-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #94a3b8 50%),
    linear-gradient(135deg, #94a3b8 50%, transparent 50%);
  background-position:
    calc(100% - 16px) 50%,
    calc(100% - 11px) 50%;
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
  padding-right: 28px;
}

.walkthrough-call-form input:focus,
.walkthrough-call-form select:focus,
.walkthrough-call-form textarea:focus {
  outline: none;
  border-color: rgb(30, 79, 226);
  box-shadow: 0 0 0 3px rgba(30, 79, 226, 0.25);
}

.walkthrough-call-form input:disabled,
.walkthrough-call-form select:disabled,
.walkthrough-call-form textarea:disabled {
  opacity: 0.55;
}

.walkthrough-call-form textarea {
  resize: vertical;
  min-height: 88px;
}

.walkthrough-call-form [role='alert'] {
  color: #fca5a5;
  font-size: 12px;
  font-weight: 500;
}

.walkthrough-call-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 4px;
}

.walkthrough-call-consent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-weight: 400;
  color: #94a3b8;
}

.walkthrough-call-consent input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: rgb(30, 79, 226);
}

.walkthrough-call-consent a {
  color: #93c5fd;
  text-decoration: underline;
}

.walkthrough-call-footer .walkthrough-btn {
  flex: 0 0 auto;
  min-width: 132px;
  white-space: nowrap;
}

.walkthrough-call-success {
  display: flex;
  align-items: center;
  min-height: 240px;
}

.walkthrough-call-success p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #e2e8f0;
}

@media (max-width: 900px) {
  .walkthrough-root {
    flex-direction: column;
  }
  .walkthrough-narrator {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    max-width: none;
    border-left: 0;
    border-top: 1px solid rgba(30, 79, 226, 0.28);
    box-shadow: 0 -24px 48px rgba(0, 0, 0, 0.35);
  }
  .walkthrough-chrome {
    height: 36px;
    min-height: 36px;
    padding: 0 10px;
    gap: 6px 8px;
  }
  .walkthrough-chrome-brand img {
    height: 20px;
  }
  .walkthrough-chrome a,
  .walkthrough-chrome-live {
    font-size: 12px;
  }
  .walkthrough-chrome-live {
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
  }
  .walkthrough-sidebar {
    display: none;
  }
  .walkthrough-topbar {
    height: 40px;
    font-size: 11px;
  }
  .walkthrough-topbar-logo {
    display: block;
  }
  .walkthrough-octigen-content {
    padding: 8px 10px;
  }
  .walkthrough-view {
    max-width: none;
  }
  .walkthrough-view h1 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .walkthrough-view > p,
  .walkthrough-lede {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .walkthrough-stack {
    gap: 8px;
  }
  .walkthrough-stack-lg {
    gap: 10px;
  }
  .walkthrough-panel {
    padding: 12px;
    border-radius: 10px;
  }
  .walkthrough-field {
    padding: 6px 8px;
    font-size: 13px;
  }
  .walkthrough-section-title {
    font-size: 12px;
  }
  .walkthrough-section-help {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .walkthrough-note {
    padding: 6px 8px;
    margin-bottom: 6px;
    font-size: 11px;
  }
  .walkthrough-drop {
    padding: 12px 10px;
    min-height: 64px;
    font-size: 12px;
  }
  .walkthrough-desktop.is-open .walkthrough-desktop-icons {
    display: none;
  }
  .walkthrough-windows {
    z-index: 8;
  }
  .walkthrough-mail-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    overflow-x: hidden;
  }
  .walkthrough-mail-nav,
  .walkthrough-mail-list,
  .walkthrough-mail-ribbon,
  .walkthrough-mail-toolbar,
  .walkthrough-mail .walkthrough-window-titlebar {
    display: none;
  }
  .walkthrough-mail-appbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    grid-column: 1 / -1;
    padding: 14px 16px;
    background: #fff;
    border-bottom: 1px solid #edebe9;
    color: #0078d4;
  }
  .walkthrough-mail-appbar-title {
    font-size: 17px;
    font-weight: 600;
    color: #201f1e;
  }
  .walkthrough-mail-appbar-actions {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .walkthrough-mail-appbar-actions .walkthrough-icon {
    width: 20px;
    height: 20px;
  }
  .walkthrough-mail {
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
  }
  .walkthrough-mail-message {
    padding: 14px 16px 24px;
  }
  .walkthrough-mail-subject {
    font-size: 20px;
    margin: 0 0 12px;
  }
  .walkthrough-mail-header {
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    padding: 0 0 12px;
  }
  .walkthrough-mail-avatar-lg {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
  .walkthrough-mail-header-row {
    align-items: center;
    gap: 8px;
  }
  .walkthrough-mail-header-row strong,
  .walkthrough-mail-header-row time {
    line-height: 1.2;
  }
  .walkthrough-mail-time-long {
    display: none;
  }
  .walkthrough-mail-time-short {
    display: inline;
  }
  .walkthrough-mail-header-meta {
    display: none;
  }
  .walkthrough-ppt {
    width: 100%;
    height: auto;
    max-height: calc(100% - 16px);
  }
  .walkthrough-window {
    max-height: none;
  }
  .walkthrough-ppt .walkthrough-window-body {
    flex: 0 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .walkthrough-ppt-workspace {
    flex: 0 1 auto;
    min-height: 0;
    overflow-y: auto;
    align-items: flex-start;
  }
  .walkthrough-slide-stage {
    height: auto;
    align-items: flex-start;
  }
  .walkthrough-factsheet {
    width: 100%;
    height: auto;
    max-height: none;
  }
  .walkthrough-window-slot--mail.is-back {
    display: none;
  }
  .walkthrough-window-slot--mail.is-solo {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    transform: none;
    border-radius: 0;
  }
  .walkthrough-window-slot--ppt.is-solo,
  .walkthrough-window-slot--ppt.is-front {
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: auto;
    width: auto;
    height: auto;
    max-width: none;
    max-height: calc(100% - 16px);
    transform: none;
  }
  .walkthrough-windows.is-compare {
    display: block;
    padding: 0;
  }
  .walkthrough-window-slot--ppt.is-compare-left {
    display: none;
  }
  .walkthrough-window-slot--ppt.is-compare-right {
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: auto;
    width: auto;
    height: auto;
    max-height: calc(100% - 16px);
    margin: 0;
    transform: none;
    opacity: 1;
    filter: none;
  }
  .walkthrough-window-slot--ppt.is-opening,
  .walkthrough-window-slot--ppt.is-front.is-opening,
  .walkthrough-window-slot--ppt.is-solo.is-opening,
  .walkthrough-window-slot--ppt.is-duplicating,
  .walkthrough-window-slot--ppt.is-front.is-duplicating {
    animation: walkthrough-ppt-open-in-place 0.35s ease both;
  }
  .walkthrough-progress-layout {
    flex: 1 1 auto;
    min-height: 0;
    gap: 16px;
  }
  .walkthrough-progress-layout h1 {
    font-size: 16px;
  }
  .walkthrough-progress-caption {
    font-size: 12px;
    margin-top: 2px;
    line-height: 1.35;
  }
  .walkthrough-octigen-content:has(.walkthrough-progress-layout) {
    padding: 8px 10px 10px;
    overflow: hidden;
  }
  .walkthrough-graph-panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    padding: 12px 10px 14px;
    width: 100%;
    box-sizing: border-box;
  }
  .walkthrough-conn-graph {
    display: none;
  }
  .walkthrough-stack-graph {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 0 0 auto;
    position: relative;
    width: 100%;
    min-width: 0;
  }
  .walkthrough-stack-wires {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
    z-index: 0;
  }
  .walkthrough-stack-tier {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 4px;
  }
  .walkthrough-stack-tier + .walkthrough-stack-tier {
    margin-top: 36px;
  }
  .walkthrough-stack-tier .walkthrough-conn-col-label {
    position: static;
    top: auto;
    left: auto;
    align-self: start;
    text-align: left;
    font-size: 9px;
    margin-bottom: 2px;
  }
  .walkthrough-stack-row {
    display: grid;
    width: 100%;
    column-gap: 6px;
    align-items: stretch;
  }
  .walkthrough-stack-row--files {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
  }
  .walkthrough-stack-row--xf,
  .walkthrough-stack-row--shapes {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .walkthrough-stack-card {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    height: auto;
    align-self: stretch;
    box-sizing: border-box;
    padding: 8px 7px;
    gap: 4px;
    border-width: 1.5px;
    border-radius: 8px;
  }
  .walkthrough-stack-card .walkthrough-conn-sub {
    display: none;
  }
  .walkthrough-stack-card .walkthrough-icon {
    width: 14px;
    height: 14px;
  }
  .walkthrough-stack-card .walkthrough-conn-title {
    flex-wrap: wrap;
    font-size: 10px;
    line-height: 1.25;
    width: 100%;
  }
  .walkthrough-stack-card > div {
    width: 100%;
  }
  .walkthrough-stack-card .walkthrough-truncate {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
  }
  .walkthrough-conn-score {
    font-size: 9px;
    padding: 1px 4px;
  }
  .walkthrough-stack-card.is-entering {
    animation: walkthrough-stack-card-in 0.35s ease both;
  }
  .walkthrough-reel {
    padding: 8px 14px 0;
  }
  .walkthrough-narrator-body {
    grid-template-columns: 1fr;
    grid-template-areas:
      'moment'
      'thought'
      'actions';
    padding: 8px 14px 12px;
    row-gap: 6px;
  }
  .walkthrough-thought p {
    font-size: 13px;
    line-height: 1.4;
  }
  .walkthrough-narrator-actions {
    width: 100%;
    justify-content: space-between;
  }
  .walkthrough-progress-header {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .walkthrough-progress-stats {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .walkthrough-score-pill {
    align-items: flex-end;
    padding: 3px 8px;
    border-radius: 8px;
  }
  .walkthrough-score-pill strong {
    font-size: 14px;
  }
  .walkthrough-runtime {
    text-align: right;
  }
  .walkthrough-runtime-clock {
    font-size: 11px;
  }
  .walkthrough-runtime-label {
    font-size: 9px;
  }
  .walkthrough-phase-track {
    padding: 4px 0 6px;
  }
  .walkthrough-phase-dot {
    width: 12px;
    height: 12px;
    border-width: 2px;
  }
  .walkthrough-phase-dot.current {
    box-shadow: 0 0 0 3px rgba(30, 79, 226, 0.15);
  }
  .walkthrough-phase-step {
    gap: 8px;
  }
  .walkthrough-phase-step span {
    max-width: 4.4rem;
    font-size: 9px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .walkthrough-phase-line {
    margin-top: 6px;
  }
  .walkthrough-kpi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .walkthrough-ppt-footer {
    flex-direction: column;
    align-items: stretch;
  }
  .walkthrough-xf-body {
    grid-template-columns: 1fr;
  }
  .walkthrough-xf-hero-row {
    flex-direction: column;
    align-items: stretch;
  }
  .walkthrough-xf-hero {
    padding: 10px 12px 12px;
  }
  .walkthrough-xf-hero h1 {
    font-size: 16px;
  }
  .walkthrough-xf-crumb {
    margin-bottom: 6px;
    font-size: 11px;
  }
  .walkthrough-xf-card {
    padding: 8px;
  }
  .walkthrough-xf-preview-table th,
  .walkthrough-xf-preview-table td {
    font-size: 11px;
    padding: 4px 6px;
  }
  .walkthrough-icon-xl {
    width: 22px;
    height: 22px;
    margin-bottom: 4px;
  }
  .walkthrough-call-overlay {
    padding: 16px 12px max(16px, env(safe-area-inset-bottom));
    align-items: center;
  }
  .walkthrough-briefing-overlay {
    align-items: center;
    padding: 12px;
  }
  .walkthrough-briefing-card h2 {
    font-size: 22px;
  }
  .walkthrough-call-card {
    display: flex;
    flex-direction: column;
    width: min(440px, 100%);
    height: auto;
    max-height: calc(100% - 8px);
    border-radius: 16px;
    overflow: auto;
  }
  .walkthrough-call-close {
    top: 10px;
    right: 10px;
  }
  .walkthrough-call-copy {
    flex: 0 0 auto;
    padding: 20px 48px 12px 20px;
    border-right: 0;
  }
  .walkthrough-call-copy h2 {
    margin: 0 0 12px;
    font-size: 24px;
    padding-right: 0;
  }
  .walkthrough-call-kicker {
    margin-bottom: 8px;
  }
  .walkthrough-call-offer {
    gap: 12px;
    margin: 0 0 12px;
    padding: 12px 14px;
  }
  .walkthrough-call-offer-amount {
    font-size: 36px;
  }
  .walkthrough-call-offer strong,
  .walkthrough-call-offer-long {
    display: none;
  }
  .walkthrough-call-offer-short {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #fefce8;
  }
  .walkthrough-call-live {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 8px;
  }
  .walkthrough-call-live span {
    display: none;
  }
  .walkthrough-call-form-side {
    flex: 0 1 auto;
    min-height: 0;
    overflow: visible;
    padding: 0 20px 20px;
  }
  .walkthrough-call-form-lead,
  .walkthrough-call-form-offer {
    display: none;
  }
  .walkthrough-call-form {
    gap: 10px;
  }
  .walkthrough-call-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .walkthrough-call-form textarea {
    min-height: 64px;
  }
  .walkthrough-call-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 4px;
    padding: 0;
    background: none;
  }
  .walkthrough-call-footer .walkthrough-btn {
    width: 100%;
  }
}
