/* Selected dark-glass postcard. app.js and the onboarding contract stay untouched. */
:root {
  --glass-bg: #0b0d0f;
  --glass-panel: #15181c;
  --glass-panel-deep: #101215;
  --glass-text: #f4f3ee;
  --glass-muted: #a4a5ad;
  --glass-line: rgba(244, 243, 238, .18);
  --glass-accent: #b7c8d9;
  --glass-warm: #b89568;
  --glass-warm-ink: #5c452e;
  --glass-ink: #111312;
  --glass-sans: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --glass-mono: ui-monospace, "Cascadia Code", "SFMono-Regular", Consolas, monospace;
}

html { background: var(--glass-bg); scroll-padding-top: 0; }
body { min-width: 320px; overflow-x: hidden; background: var(--glass-bg); color: var(--glass-text); font-family: var(--glass-sans); }
body::before { display: none; }
button, input { font-family: inherit; }
.reveal-side { opacity: 1 !important; transform: none !important; }

.premium-topbar {
  position: absolute; z-index: 20; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between;
  width: 100%; max-width: none; height: 94px; margin: 0; padding: 0 clamp(24px, 4.17vw, 48px); border: 0; background: transparent;
}
.premium-topbar .brand { color: var(--glass-text); font-family: var(--glass-sans); font-size: clamp(15px, 1.4vw, 18px); font-weight: 500; letter-spacing: -.045em; }
.premium-topbar .brand-dot { display: none; }
.site-nav { display: none !important; }

.site-main { max-width: none; margin: 0; padding: 0; }
.hero-section {
  position: relative; isolation: isolate; display: block; min-height: 100svh; margin: 0; padding: 0 clamp(24px, 4.17vw, 48px); border: 0;
  background: var(--glass-bg); overflow: hidden;
}
.hero-copy { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: flex-start; max-width: 600px; min-height: 100svh; padding: clamp(136px, 17vh, 164px) 0 58px; }
.hero-copy .kicker, .workflow-aside .kicker, .flow-card .kicker {
  margin: 0; color: #8e9099; font-family: var(--glass-mono); font-size: 10px; font-weight: 700; letter-spacing: .1em;
}
.hero-copy > .kicker { display: none; }
.hero-copy h1 {
  max-width: 620px; margin: clamp(34px, 5.4vh, 54px) 0 0; color: var(--glass-text); font-family: var(--glass-sans);
  font-size: clamp(72px, 9.45vw, 132px); font-weight: 500; line-height: .84; letter-spacing: -.092em;
}
.hero-copy h1 em { color: inherit; font-family: inherit; font-style: normal; }
.hero-lead { margin: clamp(26px, 4vh, 42px) 0 0; color: var(--glass-muted); font-size: clamp(34px, 4.45vw, 60px); font-weight: 400; line-height: .96; letter-spacing: -.072em; }
.hero-actions { display: flex; align-items: center; margin-top: clamp(30px, 5.2vh, 48px); }
.hero-button, .flow-card .button-dark, .flow-card .primary-choice, .flow-card .button-accent, .flow-card .result-continue {
  display: inline-flex; align-items: center; justify-content: center; min-height: 57px; width: auto; margin: 0 !important; padding: 0 30px !important;
  border: 0 !important; border-radius: 999px !important; background: var(--glass-accent) !important; color: var(--glass-ink) !important;
  box-shadow: none !important; font-family: var(--glass-sans); font-size: 16px; font-weight: 600; letter-spacing: -.035em; text-decoration: none;
}
.hero-button span, .flow-card .button-dark span, .flow-card .result-continue span { margin-left: 10px; color: var(--glass-warm-ink); font-size: 19px; line-height: 1; }
.hero-button:hover, .hero-button:focus-visible, .flow-card .button-dark:hover, .flow-card .button-dark:focus-visible, .flow-card .button-accent:hover, .flow-card .button-accent:focus-visible, .flow-card .result-continue:hover, .flow-card .result-continue:focus-visible { background: #f4f3ee !important; color: var(--glass-ink) !important; outline: 3px solid var(--glass-accent); outline-offset: 3px; }
.hero-fallback { display: inline-flex; align-items: center; gap: 9px; margin-top: 19px; color: #a5a7ae; font-size: 13px; font-weight: 500; letter-spacing: -.02em; text-decoration: none; }
.hero-fallback:hover, .hero-fallback:focus-visible { color: var(--glass-accent); outline: none; text-decoration: underline; text-underline-offset: 4px; }
.hero-fallback span { color: var(--glass-warm); font-size: 17px; line-height: 1; }
.hero-note { display: none !important; }
.hero-note > span:first-child { display: block; width: 1px; height: 28px; background: #777984; }

.hero-visual { position: absolute; z-index: 1; inset: 0 0 0 auto; width: min(62vw, 940px); margin: 0; overflow: hidden; pointer-events: none; background: var(--glass-bg); }
.hero-visual::before, .hero-visual::after { display: none !important; content: none !important; }
.hero-visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 100% center; opacity: 1; mix-blend-mode: screen !important; filter: brightness(1.04) contrast(1.06); }
.hero-stamp, .hero-caption { display: none; }

@media (min-width: 641px) {
  .hero-visual img { -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%); mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%); }
}

/* The postcard deliberately keeps only the entry screen and the existing fallback flow. */
.manifesto-section, .future-section, .editorial-section, .audience-section, .faq-section, .closing-section { display: none !important; }
#access[hidden], .flow-card .screen[hidden] { display: none !important; }
body.fallback-open { overflow: hidden; }
.workflow-layout#access:not([hidden]) {
  position: fixed; z-index: 20; inset: 0; display: grid !important; grid-template-columns: minmax(250px, .82fr) minmax(460px, 1.18fr); align-items: stretch;
  min-height: 100svh; max-height: 100svh; gap: clamp(30px, 7vw, 120px); margin: 0 !important; padding: clamp(104px, 13vh, 152px) clamp(24px, 6vw, 96px) clamp(54px, 8vh, 88px); overflow-y: auto;
  border: 0 !important; background: radial-gradient(circle at 78% 18%, rgba(143, 161, 255, .14), transparent 30%), var(--glass-bg) !important; color: var(--glass-text) !important;
}
.flow-close { position: fixed; z-index: 21; top: 25px; right: clamp(22px, 4.17vw, 48px); display: inline-flex; align-items: center; min-height: 42px; padding: 0 15px; border: 1px solid var(--glass-line); border-radius: 999px; background: rgba(21, 24, 28, .82); color: var(--glass-text); cursor: pointer; font-family: var(--glass-sans); font-size: 13px; font-weight: 600; letter-spacing: -.02em; }
.flow-close:hover, .flow-close:focus-visible { border-color: var(--glass-accent); color: var(--glass-accent); outline: none; }
.workflow-aside { display: flex; flex-direction: column; justify-content: center; min-width: 0; color: var(--glass-text); }
.workflow-aside h2 { margin: 26px 0 0; color: var(--glass-text); font-family: var(--glass-sans); font-size: clamp(48px, 5vw, 76px); font-weight: 500; line-height: .9; letter-spacing: -.085em; }
.workflow-aside h2 em { color: #a7a9b0; font-style: normal; }
.workflow-aside > p:not(.kicker) { max-width: 370px; margin: 30px 0 0; color: var(--glass-muted); font-size: 15px; line-height: 1.6; }
.workflow-points { display: grid; gap: 11px; margin-top: 38px; }
.workflow-point { display: flex; align-items: baseline; gap: 13px; color: var(--glass-muted); font-size: 12px; }
.workflow-point b { color: var(--glass-accent); font-family: var(--glass-mono); font-size: 10px; letter-spacing: .08em; }
.workflow-point em { font-style: normal; }
.aside-card { display: flex; gap: 12px; align-items: center; margin-top: 42px; color: var(--glass-text); }
.aside-card-mark { color: var(--glass-accent); font-size: 22px; }
.aside-card strong, .aside-card small { display: block; }
.aside-card strong { font-size: 13px; font-weight: 650; }
.aside-card small { margin-top: 3px; color: var(--glass-muted); font-size: 12px; }

.flow-card { align-self: center; min-width: 0; margin: 0 !important; padding: clamp(24px, 3vw, 44px) !important; border: 1px solid var(--glass-line) !important; border-radius: 28px !important; background: var(--glass-panel) !important; box-shadow: none !important; color: var(--glass-text) !important; }
.flow-card .card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 0 !important; border: 0 !important; }
.flow-card .card-head h2 { margin: 12px 0 0 !important; color: var(--glass-text) !important; font-family: var(--glass-sans); font-size: clamp(30px, 3vw, 44px); font-weight: 500; letter-spacing: -.066em; line-height: .95; }
.status-pill { flex: 0 0 auto; padding: 7px 10px; border: 1px solid rgba(183, 200, 217, .46); border-radius: 999px; background: transparent; color: var(--glass-accent); font-size: 10px; font-weight: 700; letter-spacing: .03em; }
.progress { height: 2px; margin: 28px 0 0; border-radius: 0; background: rgba(244, 243, 238, .18); overflow: hidden; }
.progress span { display: block; height: 100%; border-radius: 0; background: var(--glass-accent) !important; }
.flow-nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 24px 0 32px; border-bottom: 1px solid var(--glass-line); }
.flow-nav button { display: flex; flex-direction: column; gap: 5px; min-width: 0; padding: 0 0 13px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #82848c; text-align: left; font-family: var(--glass-sans); }
.flow-nav button[aria-current="step"] { border-bottom-color: var(--glass-accent); color: var(--glass-text); }
.flow-nav button:disabled { opacity: .55; }
.flow-nav-index { color: var(--glass-accent); font-family: var(--glass-mono); font-size: 10px; font-weight: 700; }
.flow-nav-label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; font-weight: 600; }
.flow-card .screen:not([hidden]) { display: block !important; margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; }
.flow-card .screen:not([hidden])::before, .flow-card .screen:not([hidden])::after, .flow-card .screen:not([hidden]) + .screen:not([hidden])::before, .flow-card .screen:not([hidden]) + .screen:not([hidden])::after { display: none !important; content: none !important; }
.flow-card .question { margin: 0 0 18px; color: var(--glass-text); font-size: 20px; font-weight: 500; letter-spacing: -.04em; }
.branch-field-label { display: block; }
.branch-field-label input { width: 100%; height: 52px; padding: 0 16px; border: 1px solid var(--glass-line); border-radius: 12px; outline: 0; background: var(--glass-panel-deep); color: var(--glass-text); font-size: 16px; }
.branch-field-label input::placeholder { color: #777a83; }
.branch-field-label input:focus { border-color: var(--glass-accent); box-shadow: 0 0 0 3px rgba(183, 200, 217, .16); }
.flow-card fieldset { min-width: 0; margin: 22px 0 0; padding: 0; border: 0; }
.flow-card legend { margin: 0 0 11px; color: var(--glass-muted); font-size: 12px; }
.mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.mini-grid button { min-height: 48px; padding: 0 12px; border: 1px solid var(--glass-line); border-radius: 11px; background: transparent; color: var(--glass-text); font-size: 13px; font-weight: 550; text-align: left; }
.mini-grid button:hover, .mini-grid button:focus-visible, .mini-grid button.selected { border-color: var(--glass-accent); background: rgba(183, 200, 217, .11); color: var(--glass-accent); outline: none; }
.flow-card #profile-continue, .flow-card #installed { width: 100%; margin-top: 24px !important; }
.form-error { margin: 13px 0 0; color: #ffaba0; font-size: 13px; }
.back-link { display: inline-flex; margin: 0 0 22px; padding: 0; border: 0; background: transparent; color: var(--glass-accent); font-size: 13px; text-decoration: none; }
.back-link:hover, .back-link:focus-visible { text-decoration: underline; text-underline-offset: 4px; outline: none; }
.screen-copy { margin: -6px 0 20px; color: var(--glass-muted); font-size: 14px; line-height: 1.55; }
.app-list, .slot-list { display: grid; gap: 10px; }
.app-card, .slot-card { padding: 16px; border: 1px solid var(--glass-line); border-radius: 14px; background: var(--glass-panel-deep); }
.app-top, .slot-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.app-identity { display: inline-flex; align-items: center; gap: 9px; color: var(--glass-text); font-size: 14px; }
.app-icon { display: inline-grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--glass-accent); color: var(--glass-ink); font-size: 11px; }
.app-card-download { color: var(--glass-accent); font-size: 12px; font-weight: 650; text-decoration: none; }
.app-file-list { display: grid; gap: 4px; margin-top: 14px; color: var(--glass-muted); font-size: 11px; }
.app-file-title { color: var(--glass-text); font-size: 11px; }
.success { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; padding: 13px 0; border-top: 1px solid var(--glass-line); border-bottom: 1px solid var(--glass-line); }
.success > span { display: inline-grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: var(--glass-accent); color: var(--glass-ink); font-weight: 800; }
.success strong, .success small { display: block; }
.success strong { font-size: 14px; }
.success small { margin-top: 3px; color: var(--glass-muted); font-size: 12px; }
.result-app-choice { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 16px; }
.result-app-choice .button { min-height: 50px; padding: 0 12px !important; font-size: 13px; }
.slot-heading { margin-bottom: 14px; }
.slot-heading strong { color: var(--glass-text); font-size: 13px; }
.result-box { display: grid; grid-template-columns: minmax(112px, 160px) minmax(0, 1fr); gap: 16px; align-items: center; }
.qr-wrap { display: grid; min-height: 112px; place-items: center; padding: 8px; border-radius: 10px; background: #f6f5f0; color: var(--glass-ink); }
.qr-frame { width: 100%; max-width: 132px; }
.qr-frame svg { display: block; width: 100%; height: auto; }
.result-actions { display: grid; gap: 9px; min-width: 0; }
.result-actions code { display: block; overflow: hidden; color: var(--glass-muted); font-family: var(--glass-mono); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.flow-card .button-light { min-height: 42px; padding: 0 12px !important; border: 1px solid var(--glass-line) !important; border-radius: 999px !important; background: transparent !important; color: var(--glass-text) !important; font-size: 12px; font-weight: 650; }
.flow-card .button-light:hover, .flow-card .button-light:focus-visible { border-color: var(--glass-accent) !important; color: var(--glass-accent) !important; outline: none; }
.flow-card .result-continue { width: 100%; margin-top: 16px !important; }

.premium-footer { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; min-height: 74px; margin: 0; padding: 20px clamp(24px, 4.17vw, 48px); border-top: 1px solid var(--glass-line); background: var(--glass-bg); color: #777a83; font-size: 11px; }
.premium-footer a { color: #aeb0b6; text-decoration: none; }
.premium-footer a:hover, .premium-footer a:focus-visible { color: var(--glass-accent); outline: none; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 900px) {
  .hero-visual { width: min(70vw, 760px); }
  .workflow-layout#access:not([hidden]) { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .workflow-aside { max-width: 620px; }
  .flow-card { width: min(100%, 700px); }
}

@media (max-width: 640px) {
  .premium-topbar { height: 82px; padding: 0 22px; }
  .premium-topbar .brand { font-size: 15px; }
  .hero-section { min-height: max(820px, 100svh); padding: 0 22px; }
  .hero-copy { min-height: max(820px, 100svh); max-width: none; padding: 130px 0 38px; }
  .hero-copy .kicker { font-size: 9px; }
  .hero-copy h1 { max-width: 340px; font-size: clamp(64px, 20vw, 82px); line-height: .84; letter-spacing: -.092em; }
  .hero-lead { margin-top: 23px; font-size: clamp(32px, 10vw, 42px); }
  .hero-actions { width: 100%; margin-top: 30px; }
  .hero-button { width: 100%; min-height: 56px; }
  .hero-fallback { margin-top: 16px; font-size: 12px; }
  .hero-note { margin-top: auto; padding-bottom: 6px; font-size: 10px; }
  .hero-visual { top: auto; right: -24vw; bottom: 0; width: 125vw; height: 42svh; opacity: .94; }
  .hero-visual img { object-position: 80% 66%; }
  .workflow-layout#access:not([hidden]) { gap: 40px; min-height: auto; padding: 104px 22px 56px; }
  .workflow-aside h2 { font-size: clamp(50px, 15vw, 68px); }
  .workflow-aside > p:not(.kicker) { margin-top: 24px; }
  .workflow-points, .aside-card { margin-top: 28px; }
  .flow-card { padding: 24px !important; border-radius: 22px !important; }
  .flow-card .card-head { display: grid; gap: 14px; }
  .status-pill { justify-self: start; }
  .flow-nav { margin-bottom: 26px; }
  .flow-nav-label { font-size: 11px; }
  .result-app-choice, .result-box { grid-template-columns: minmax(0, 1fr); }
  .result-box { gap: 13px; }
  .qr-wrap { width: min(100%, 180px); min-height: 150px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* One-screen postcard and a deliberately compact fallback flow. */
@media (min-width: 641px) {
  html, body { height: 100%; overflow: hidden; }
  .site-main { height: 100svh; overflow: hidden; }
  .hero-section { height: 100svh; min-height: 0; }
  .hero-copy { height: 100svh; min-height: 0; padding: clamp(108px, 12.5vh, 148px) 0 76px; }
  .premium-footer {
    position: fixed; z-index: 10; inset: auto 0 0; min-height: 0; padding: 13px clamp(24px, 4.17vw, 48px);
    border-top: 0; background: linear-gradient(0deg, rgba(11, 13, 15, .96), rgba(11, 13, 15, 0));
  }
  body.fallback-open .premium-footer { display: none; }
}

.workflow-layout#access:not([hidden]) {
  grid-template-columns: minmax(250px, 360px) minmax(560px, 760px); justify-content: center; align-items: center;
  gap: clamp(48px, 6vw, 112px); padding: clamp(84px, 10vh, 112px) clamp(24px, 6vw, 96px) clamp(36px, 5vh, 64px);
}
.workflow-aside h2 { font-size: clamp(42px, 3.5vw, 58px); line-height: .92; }
.workflow-aside > p:not(.kicker) { margin-top: 24px; line-height: 1.52; }
.workflow-points { gap: 8px; margin-top: 28px; }
.aside-card { margin-top: 30px; }

.flow-card { width: 100%; max-width: 760px; padding: 30px !important; border-radius: 24px !important; }
.flow-card .card-head h2 { font-size: clamp(30px, 2.25vw, 36px) !important; }
.flow-card .status-pill { display: none !important; }
.flow-card .progress { height: 2px !important; margin: 20px 0 0 !important; background: rgba(244, 243, 238, .18) !important; }
.flow-card .progress span::after { display: none !important; content: none !important; animation: none !important; }
.flow-card .flow-nav {
  display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 !important; min-height: 0 !important;
  margin: 18px 0 24px !important; padding: 0 !important; border: 0 !important; border-bottom: 1px solid var(--glass-line) !important;
  border-radius: 0 !important; background: transparent !important; overflow: visible !important;
}
.flow-card .flow-nav button {
  display: flex !important; flex: 1 1 0 !important; align-items: center !important; gap: 6px !important; min-height: 36px !important;
  padding: 0 0 10px !important; border: 0 !important; border-bottom: 2px solid transparent !important; border-radius: 0 !important;
  background: transparent !important; box-shadow: none !important; color: #82848c !important; font-size: 11px !important; transform: none !important;
}
.flow-card .flow-nav button:not(:last-child)::after { content: none !important; }
.flow-card .flow-nav button[aria-current="step"] { border-bottom-color: var(--glass-accent) !important; background: transparent !important; color: var(--glass-text) !important; box-shadow: none !important; }
.flow-card .flow-nav-index { display: inline !important; width: auto !important; height: auto !important; border: 0 !important; color: var(--glass-accent) !important; font-size: 10px !important; }
.flow-card .flow-nav-label { font-size: 11px !important; }
.flow-card .question, .flow-card #screen-profile .question {
  margin: 0 !important; color: var(--glass-text) !important; font-family: var(--glass-sans) !important; font-size: 22px !important;
  font-weight: 600 !important; line-height: 1.1 !important; letter-spacing: -.045em !important;
}
.flow-card #screen-profile form { display: grid !important; gap: 16px !important; }
.flow-card #screen-profile fieldset { margin: 0 !important; }
.flow-card .branch-field-label input { height: 48px !important; border-color: var(--glass-line) !important; border-radius: 10px !important; background: var(--glass-panel-deep) !important; color: var(--glass-text) !important; }
.flow-card .branch-field-label input:focus { border-color: var(--glass-accent) !important; box-shadow: 0 0 0 3px rgba(183, 200, 217, .16) !important; }
.flow-card #screen-profile .mini-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.flow-card #screen-profile .mini-grid button {
  min-height: 42px !important; padding: 0 10px !important; border: 1px solid var(--glass-line) !important; border-radius: 10px !important;
  background: rgba(255, 255, 255, .035) !important; box-shadow: none !important; color: var(--glass-text) !important;
  font-size: 12px !important; font-weight: 600 !important; text-align: center !important; transform: none !important;
}
.flow-card #screen-profile .mini-grid button:hover,
.flow-card #screen-profile .mini-grid button:focus-visible,
.flow-card #screen-profile .mini-grid button.selected {
  border-color: var(--glass-accent) !important; background: rgba(183, 200, 217, .13) !important; box-shadow: none !important; color: var(--glass-accent) !important;
}
.flow-card #profile-continue, .flow-card #installed { min-height: 52px; margin-top: 0 !important; }

@media (max-width: 1279px) and (min-width: 641px) {
  .workflow-layout#access:not([hidden]) { display: block !important; overflow-y: auto; }
  .workflow-aside { display: none; }
  .flow-card { margin: 0 auto !important; }
}

@media (max-width: 640px) {
  .flow-card #screen-profile .mini-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .flow-card .flow-nav { margin-bottom: 22px !important; }
  .flow-card .flow-nav button { font-size: 10px !important; }
}

/* Quiet, small-dialog fallback: the connection flow is not a second landing page. */
.workflow-layout#access:not([hidden]) {
  display: grid !important; grid-template-columns: minmax(0, 520px); justify-content: center; align-content: center; align-items: center;
  gap: 0; padding: 70px 18px 28px; overflow-y: auto;
}
.workflow-aside { display: none !important; }
.flow-close { min-height: 34px; padding: 0 12px; font-size: 11px; font-weight: 500; }
.flow-card { max-width: 520px; padding: 20px 22px !important; border-radius: 18px !important; }
.flow-card .card-head h2 { margin-top: 8px !important; font-size: 26px !important; font-weight: 500 !important; letter-spacing: -.055em; }
.flow-card .kicker, .flow-card .flow-nav-index { font-size: 9px !important; font-weight: 500 !important; letter-spacing: .08em; }
.flow-card .flow-kicker-label { color: var(--glass-warm) !important; }
.flow-card .progress { height: 1px !important; margin-top: 14px !important; }
.flow-card .flow-nav { min-height: 32px !important; margin: 13px 0 18px !important; }
.flow-card .flow-nav button {
  justify-content: center !important; min-height: 32px !important; padding-bottom: 8px !important; color: #a9adb6 !important;
  font-size: 10px !important; font-weight: 500 !important; text-align: center !important;
}
.flow-card .flow-nav button:disabled { opacity: .62 !important; }
.flow-card .question, .flow-card #screen-profile .question { font-size: 18px !important; font-weight: 500 !important; }
.flow-card #screen-profile form { gap: 12px !important; }
.flow-card .branch-field-label input { height: 42px !important; padding: 0 12px !important; font-size: 14px !important; font-weight: 400 !important; }
.flow-card legend { margin-bottom: 8px !important; color: #b3b6be !important; font-size: 11px !important; font-weight: 400 !important; }
.flow-card #screen-profile .mini-grid { gap: 6px; }
.flow-card #screen-profile .mini-grid button {
  min-height: 36px !important; padding: 0 7px !important; border-radius: 9px !important; font-size: 11px !important; font-weight: 500 !important;
}
.flow-card #profile-continue, .flow-card #installed {
  justify-self: start; width: auto; min-width: 164px; min-height: 42px; margin-top: 2px !important; padding: 0 18px !important;
  font-size: 14px; font-weight: 500;
}

@media (max-width: 640px) {
  .workflow-layout#access:not([hidden]) { align-content: start; padding: 74px 16px 24px; }
  .flow-close { min-height: 40px; font-size: 12px; }
  .flow-card { width: 100%; padding: 18px !important; }
  .flow-card #screen-profile .mini-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .flow-card #screen-profile .mini-grid button { min-height: 42px !important; font-size: 12px !important; }
  .flow-card #profile-continue, .flow-card #installed { justify-self: stretch; width: 100%; min-height: 46px; }
}
