:root {
  --ink: #0b1535;
  --ink-2: #172449;
  --blue: #2f61ef;
  --blue-dark: #1945cd;
  --blue-pale: #edf2ff;
  --mint: #a9f4d2;
  --paper: #f4f5f9;
  --white: #fff;
  --muted: #69748e;
  --line: #dfe3ec;
  --success: #20855e;
  --shadow: 0 30px 80px rgba(11, 21, 53, .16);
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--paper); }
body { min-width: 300px; min-height: 100vh; margin: 0; color: var(--ink); background: var(--paper); font-family: "Aptos", "Inter", "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
[hidden] { display: none !important; }
.skip-link { position: fixed; z-index: 1000; top: -80px; left: 18px; padding: 9px 14px; color: #fff; background: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 18px; }

.demo-topbar { position: absolute; z-index: 5; inset: 0 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(1180px, calc(100% - 48px)); height: 84px; margin: auto; }
.demo-topbar img { display: block; width: 130px; }
.demo-topbar > span { padding: 7px 12px; color: #8b96b0; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.exit-link { justify-self: end; color: #c9d2e6; font-size: 12px; text-underline-offset: 4px; }
.login-view { min-height: 100vh; color: #fff; background: radial-gradient(circle at 16% 20%, rgba(47,97,239,.36), transparent 30%), radial-gradient(circle at 78% 68%, rgba(47,97,239,.2), transparent 28%), #07102b; }
.login-shell { display: grid; grid-template-columns: 1.04fr .76fr; gap: clamp(55px, 9vw, 130px); align-items: center; width: min(1180px, calc(100% - 48px)); min-height: 100vh; margin: auto; padding: 120px 0 70px; }
.kicker, .eyebrow, .screen-kicker, .card-kicker { margin: 0; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.login-story .kicker { color: var(--mint); }
.login-story h1 { max-width: 670px; margin: 20px 0 27px; font-size: clamp(54px, 6vw, 86px); line-height: .94; letter-spacing: -.065em; }
.login-story h1 span { color: #6488ff; }
.login-story > p:not(.kicker) { max-width: 600px; margin: 0; color: #aab5ce; font-size: 18px; line-height: 1.65; }
.story-steps { display: grid; grid-template-columns: repeat(4, auto); gap: 22px; max-width: 620px; margin-top: 48px; }
.story-steps span { color: #c2cbe0; font-size: 11px; }
.story-steps b { display: block; margin-bottom: 5px; color: var(--mint); font-size: 9px; }
.login-card { padding: 38px; color: var(--ink); background: rgba(255,255,255,.97); border: 1px solid rgba(255,255,255,.6); border-radius: 28px; box-shadow: var(--shadow); }
.login-mark { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 28px; background: var(--blue-pale); border-radius: 15px; }
.login-mark img { width: 31px; height: 31px; object-fit: contain; }
.login-card h2 { margin: 7px 0 8px; font-size: 31px; letter-spacing: -.04em; }
.login-intro { margin: 0 0 26px; color: var(--muted); font-size: 13px; }
.login-card label, .update-form > label, .field-row label { display: grid; gap: 8px; margin-top: 18px; color: #34405f; font-size: 11px; font-weight: 720; }
input, select { width: 100%; min-width: 0; height: 48px; padding: 0 14px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 10px; outline: 0; transition: border .2s, box-shadow .2s; }
input:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,97,239,.12); }
.primary-button, .secondary-button, .light-button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 48px; padding: 0 18px; border: 0; border-radius: 10px; font-size: 12px; font-weight: 780; transition: transform .18s, background .18s; }
.primary-button { width: 100%; margin-top: 24px; color: #fff; background: var(--blue); box-shadow: 0 13px 28px rgba(47,97,239,.22); }
.primary-button:hover, .light-button:hover { transform: translateY(-2px); }
.primary-button:hover { background: var(--blue-dark); }
.primary-button.compact { width: auto; min-width: 180px; margin: 0; }
.privacy-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 18px 0 0; color: #8a94a9; font-size: 9px; }
.privacy-note span { color: var(--success); font-size: 8px; }

.app-view { display: grid; grid-template-columns: 210px 1fr; min-height: 100vh; }
.app-sidebar { position: sticky; top: 0; z-index: 20; display: flex; flex-direction: column; height: 100vh; padding: 28px 20px 22px; color: #fff; background: #09122f; }
.sidebar-brand { display: grid; place-items: center; width: 48px; height: 48px; margin: 0 0 38px 8px; background: #fff; border-radius: 14px; }
.sidebar-brand img { width: 30px; height: 30px; }
.app-sidebar nav { display: grid; gap: 6px; }
.nav-item { display: flex; align-items: center; gap: 13px; min-height: 46px; padding: 0 13px; color: #9eabc5; background: transparent; border: 0; border-radius: 10px; font-size: 12px; font-weight: 680; text-decoration: none; }
.nav-item:hover { color: #fff; background: rgba(255,255,255,.07); }
.nav-item.active { color: #fff; background: rgba(74,113,255,.24); }
.nav-icon { display: grid; place-items: center; width: 22px; color: #7f9bff; font-size: 17px; }
.sidebar-bottom { display: grid; gap: 4px; margin-top: auto; }
.app-stage { min-width: 0; }
.app-header { display: grid; grid-template-columns: 1fr auto auto; gap: 22px; align-items: center; min-height: 105px; padding: 20px clamp(25px,4vw,62px); background: rgba(255,255,255,.88); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.app-header h1 { margin: 3px 0 0; font-size: 25px; letter-spacing: -.035em; }
.demo-status { display: flex; align-items: center; gap: 8px; padding: 8px 12px; color: var(--success); background: #eaf8f2; border-radius: 999px; font-size: 10px; font-weight: 750; }
.demo-status span { width: 7px; height: 7px; background: #2db37d; border-radius: 50%; box-shadow: 0 0 0 4px rgba(45,179,125,.13); }
.avatar { width: 43px; height: 43px; color: var(--ink); background: var(--mint); border: 0; border-radius: 50%; font-size: 11px; font-weight: 850; }
.mobile-menu { display: none; }
.panel-stack { padding: 38px clamp(25px,4vw,62px) 70px; }
.panel-view { max-width: 1180px; margin: 0 auto; }
.overview-grid { display: grid; grid-template-columns: 1.8fr .65fr .65fr; gap: 18px; }
.update-callout { display: flex; align-items: end; justify-content: space-between; gap: 32px; min-height: 210px; padding: 32px; color: #fff; background: radial-gradient(circle at 90% 10%, rgba(169,244,210,.28), transparent 35%), linear-gradient(135deg,#1a3eaf,#315fef); border-radius: 22px; box-shadow: 0 22px 55px rgba(47,97,239,.19); }
.update-callout .eyebrow { color: var(--mint); }
.update-callout h2 { max-width: 420px; margin: 9px 0 7px; font-size: 28px; line-height: 1.06; letter-spacing: -.045em; }
.update-callout p:not(.eyebrow) { max-width: 480px; margin: 0; color: rgba(255,255,255,.76); font-size: 12px; }
.light-button { flex: 0 0 auto; color: var(--ink); background: #fff; }
.metric-card { display: flex; flex-direction: column; justify-content: center; min-height: 210px; padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 22px; }
.metric-card > span { color: var(--muted); font-size: 10px; font-weight: 720; }
.metric-card strong { margin: 14px 0 4px; font-size: 45px; line-height: 1; letter-spacing: -.06em; }
.metric-card .status-word { color: var(--success); font-size: 25px; letter-spacing: -.04em; }
.metric-card small { color: #9aa3b5; font-size: 9px; }
.content-card { margin-top: 22px; padding: 29px; background: #fff; border: 1px solid var(--line); border-radius: 22px; }
.card-heading, .page-intro, .scope-heading { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.card-heading h2, .page-intro h2 { margin: 4px 0 0; font-size: 24px; letter-spacing: -.035em; }
.page-intro > div > p:not(.eyebrow) { max-width: 660px; margin: 7px 0 0; color: var(--muted); font-size: 12px; }
.text-button { padding: 5px; color: var(--blue); background: none; border: 0; font-size: 11px; font-weight: 750; }
.connected-table { margin-top: 22px; overflow-x: auto; }
.connected-header, .connected-row { display: grid; grid-template-columns: minmax(140px,1.15fr) minmax(155px,1.2fr) minmax(108px,.8fr) minmax(145px,1.1fr) minmax(100px,.72fr) 78px; gap: 12px; min-width: 840px; align-items: center; }
.connected-header { padding: 0 4px 11px; color: #70788b; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.connected-row { padding: 15px 4px; border-top: 1px solid #e8ebf1; }
.connected-service { display: flex; align-items: center; gap: 12px; min-width: 0; }
.service-badge { display: grid; place-items: center; width: 42px; height: 42px; overflow: hidden; background: #fff; border: 1px solid #e3e7ef; border-radius: 12px; box-shadow: 0 5px 15px rgba(11,21,53,.08); }
.service-badge img { width: 68%; height: 68%; object-fit: contain; }
.connected-row strong { display: block; font-size: 13px; }
.connected-row small { display: block; margin-top: 2px; color: var(--muted); font-size: 9px; }
.connected-cell { min-width: 0; color: #454d61; overflow-wrap: anywhere; }
.connected-cell strong { font-size: 10px; font-weight: 650; line-height: 1.45; }
.connected-state { justify-self: start; padding: 5px 9px; color: var(--success); background: #ecf8f4; border-radius: 999px; font-size: 9px; font-weight: 750; }
.connected-state.updated { color: #114bd6; background: #edf3ff; }
.empty-state { padding: 50px 20px; color: var(--muted); text-align: center; }
.selection-count { display: flex; align-items: baseline; gap: 7px; padding: 12px 17px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.selection-count strong { color: var(--blue); font-size: 25px; }
.selection-count span { color: var(--muted); font-size: 10px; }
.service-toolbar { display: flex; justify-content: space-between; gap: 15px; margin: 28px 0 18px; }
.search-box { position: relative; width: min(380px,70%); }
.search-box span { position: absolute; z-index: 2; left: 15px; top: 9px; color: var(--muted); font-size: 22px; }
.search-box input { padding-left: 43px; background: #fff; }
.secondary-button { color: var(--ink); background: #fff; border: 1px solid var(--line); }
.secondary-button:hover { background: var(--blue-pale); }
.service-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 13px; }
.service-option { position: relative; min-height: 142px; }
.service-option input { position: absolute; opacity: 0; pointer-events: none; }
.service-option label { display: flex; flex-direction: column; justify-content: space-between; height: 100%; padding: 17px; background: #fff; border: 1px solid var(--line); border-radius: 16px; cursor: pointer; transition: border .18s, transform .18s, box-shadow .18s; }
.service-option label:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(11,21,53,.08); }
.service-option input:checked + label { border-color: var(--blue); box-shadow: inset 0 0 0 1px var(--blue); }
.service-option input:focus-visible + label { outline: 3px solid rgba(47,97,239,.2); outline-offset: 2px; }
.service-option .service-badge { width: 45px; height: 45px; }
.service-option strong, .service-option small { display: block; }
.service-option strong { font-size: 12px; }
.service-option small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.service-check { position: absolute; top: 16px; right: 16px; display: grid; place-items: center; width: 20px; height: 20px; color: transparent; background: #f0f2f7; border-radius: 50%; font-size: 10px; }
.service-option input:checked + label .service-check { color: #fff; background: var(--blue); }
.sticky-action { position: sticky; z-index: 5; bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 22px; padding: 16px 18px 16px 22px; background: rgba(11,21,53,.96); border-radius: 16px; box-shadow: 0 18px 45px rgba(11,21,53,.26); }
.sticky-action p { margin: 0; color: #aeb8cf; font-size: 10px; }
.sticky-action strong { color: #fff; }
.step-indicator { display: flex; align-items: center; gap: 8px; }
.step-indicator span { display: grid; place-items: center; width: 25px; height: 25px; color: #8791a5; background: #fff; border: 1px solid var(--line); border-radius: 50%; font-size: 9px; font-weight: 800; }
.step-indicator span.active { color: #fff; background: var(--blue); border-color: var(--blue); }
.step-indicator i { width: 20px; height: 1px; background: var(--line); }
.update-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(270px,.65fr); gap: 22px; align-items: start; }
.update-form { margin-top: 28px; }
.field-group { margin-top: 18px; padding-top: 4px; }
.field-row { display: grid; grid-template-columns: 1fr 90px 120px; gap: 12px; }
.field-row.full { grid-template-columns: 1fr; }
.field-help { margin: 10px 0 0; color: var(--muted); font-size: 9px; }
.scope-heading { margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.scope-heading h3 { margin: 0; font-size: 14px; }
.scope-heading p { margin: 3px 0 0; color: var(--muted); font-size: 10px; }
.scope-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; margin: 18px 0 8px; }
.scope-choice { position: relative; }
.scope-choice input { position: absolute; opacity: 0; }
.scope-choice label { display: flex; align-items: center; gap: 10px; padding: 10px; border: 1px solid var(--line); border-radius: 11px; cursor: pointer; }
.scope-choice input:checked + label { background: var(--blue-pale); border-color: #aabfff; }
.scope-choice .service-badge { width: 31px; height: 31px; border-radius: 9px; font-size: 8px; }
.scope-choice strong { font-size: 10px; }
.review-card { margin-top: 28px; padding: 29px; color: #fff; background: var(--ink); border-radius: 22px; }
.review-card .eyebrow { color: var(--mint); }
.review-card ol { display: grid; gap: 24px; padding: 0; margin: 28px 0; list-style: none; }
.review-card li { display: grid; grid-template-columns: 28px 1fr; gap: 11px; }
.review-card li > span { display: grid; place-items: center; width: 26px; height: 26px; color: var(--mint); border: 1px solid rgba(169,244,210,.3); border-radius: 50%; font-size: 9px; font-weight: 800; }
.review-card strong { font-size: 11px; }
.review-card li p { margin: 4px 0 0; color: #8e9bb8; font-size: 9px; line-height: 1.5; }
.security-note { display: flex; gap: 11px; padding: 15px; color: var(--ink); background: var(--mint); border-radius: 12px; }
.security-note > span { font-size: 19px; }
.security-note p { margin: 0; color: #40506e; font-size: 9px; }
.security-note strong { display: block; margin-bottom: 2px; color: var(--ink); }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(5,11,31,.72); backdrop-filter: blur(7px); }
.modal { position: relative; width: min(540px,100%); padding: 38px; background: #fff; border-radius: 24px; box-shadow: var(--shadow); }
.modal-close { position: absolute; top: 18px; right: 18px; width: 34px; height: 34px; color: var(--muted); background: #f1f3f7; border: 0; border-radius: 50%; font-size: 21px; }
.modal h2 { margin: 8px 0 24px; font-size: 29px; letter-spacing: -.04em; }
.review-summary { padding: 18px; background: var(--blue-pale); border-radius: 13px; }
.review-summary span, .review-summary strong { display: block; }
.review-summary span { margin-bottom: 5px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.review-summary strong { font-size: 13px; }
.review-destinations { margin: 18px 0 25px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.modal-actions { display: flex; justify-content: flex-end; gap: 10px; }
.sync-overlay { position: fixed; z-index: 120; inset: 0; display: grid; align-content: center; justify-items: center; padding: 25px; color: #fff; text-align: center; background: radial-gradient(circle, #1c3ba0 0%, #08112d 62%); }
.sync-animation { position: relative; display: grid; place-items: center; width: 120px; height: 120px; margin-bottom: 30px; }
.sync-animation img { position: relative; z-index: 3; width: 54px; height: 54px; object-fit: contain; }
.sync-animation span { position: absolute; inset: 15px; border: 1px solid rgba(169,244,210,.5); border-radius: 50%; animation: pulse 1.8s infinite; }
.sync-animation span:nth-of-type(2) { animation-delay: .5s; }
.sync-animation span:nth-of-type(3) { animation-delay: 1s; }
@keyframes pulse { from { opacity: .8; transform: scale(.65); } to { opacity: 0; transform: scale(1.55); } }
.sync-overlay .eyebrow { color: var(--mint); }
.sync-overlay h2 { margin: 10px 0 8px; font-size: clamp(30px,4vw,48px); letter-spacing: -.05em; }
.sync-overlay > p:not(.eyebrow) { margin: 0; color: #a8b3cd; font-size: 12px; }
.progress-track { width: min(440px,80vw); height: 4px; margin-top: 28px; overflow: hidden; background: rgba(255,255,255,.12); border-radius: 99px; }
.progress-track i { display: block; width: 0; height: 100%; background: var(--mint); border-radius: inherit; transition: width .35s ease; }

.settings-demo-badge { padding: 8px 12px; color: var(--blue); background: var(--blue-pale); border: 1px solid #dbe6ff; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.settings-layout { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-top: 24px; }
.settings-card { margin: 0; }
.settings-card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.settings-card h3 { margin: 4px 0 0; font-size: 19px; letter-spacing: -.025em; }
.settings-icon { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; color: var(--blue); background: var(--blue-pale); border-radius: 11px; font-size: 18px; }
.settings-description { margin: 12px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.settings-fields { display: grid; gap: 13px; margin-top: 20px; }
.settings-fields.two-columns { grid-template-columns: repeat(2,minmax(0,1fr)); }
.settings-address-row { display: grid; grid-template-columns: minmax(0,1fr) 76px 108px; gap: 11px; }
.settings-fields label { display: grid; gap: 6px; color: #5a6275; font-size: 9px; font-weight: 750; }
.settings-fields input, .settings-fields select { width: 100%; padding: 11px 12px; color: var(--ink); background: #fafbfe; border: 1px solid var(--line); border-radius: 10px; font: inherit; font-size: 11px; outline: none; }
.settings-fields input:focus, .settings-fields select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(31,88,224,.1); }
.preference-list { display: grid; margin-top: 13px; }
.preference-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 12px 0; border-top: 1px solid #edf0f5; cursor: pointer; }
.preference-row:first-child { border-top: 0; }
.preference-row strong, .preference-row small { display: block; }
.preference-row strong { font-size: 11px; }
.preference-row small { margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.preference-row input { width: 17px; height: 17px; accent-color: var(--blue); }
.settings-savebar { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 19px; background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 12px 30px rgba(11,21,53,.06); }
.settings-savebar p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; }

@media (max-width: 1050px) {
  .overview-grid { grid-template-columns: 1fr 1fr; }
  .update-callout { grid-column: 1 / -1; }
  .service-grid { grid-template-columns: repeat(4,1fr); }
  .settings-layout { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .demo-topbar { width: calc(100% - 34px); grid-template-columns: 1fr auto; }
  .demo-topbar > span { display: none; }
  .login-shell { grid-template-columns: 1fr; width: min(600px,calc(100% - 34px)); padding-top: 130px; }
  .login-story { text-align: center; }
  .login-story > p:not(.kicker) { margin-inline: auto; }
  .story-steps { margin-inline: auto; }
  .app-view { grid-template-columns: 1fr; }
  .app-sidebar { position: fixed; inset: 0 auto 0 0; width: 220px; transform: translateX(-105%); transition: transform .25s; box-shadow: 20px 0 50px rgba(5,11,31,.24); }
  .app-sidebar.open { transform: translateX(0); }
  .mobile-menu { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-right: 10px; color: var(--ink); background: #eef1f7; border: 0; border-radius: 9px; }
  .app-header > div:first-child { display: grid; grid-template-columns: auto 1fr; align-items: center; }
  .app-header .screen-kicker { grid-column: 2; }
  .app-header h1 { grid-column: 2; }
  .update-layout { grid-template-columns: 1fr; }
  .review-card { margin-top: 0; }
  .service-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 560px) {
  .demo-topbar img { width: 113px; }
  .exit-link { font-size: 10px; }
  .login-story h1 { font-size: clamp(48px,15vw,66px); }
  .login-story > p:not(.kicker) { font-size: 15px; }
  .story-steps { grid-template-columns: 1fr 1fr; }
  .login-card { padding: 28px 22px; }
  .app-header { grid-template-columns: 1fr auto; gap: 10px; padding: 15px; }
  .app-header h1 { font-size: 18px; }
  .demo-status { display: none; }
  .avatar { width: 38px; height: 38px; }
  .panel-stack { padding: 25px 14px 60px; }
  .overview-grid { grid-template-columns: 1fr; }
  .update-callout { grid-column: auto; display: grid; align-items: start; }
  .metric-card { min-height: 145px; }
  .connected-table { overflow: visible; }
  .connected-header { display: none; }
  .connected-row { grid-template-columns: 1fr 1fr; gap: 15px 18px; min-width: 0; margin-top: 12px; padding: 17px; border: 1px solid var(--line); border-radius: 15px; }
  .connected-service { grid-column: 1 / -1; padding-bottom: 12px; border-bottom: 1px solid #edf0f5; }
  .connected-cell::before, .connected-state::before { content: attr(data-label); display: block; margin-bottom: 5px; color: #8a91a1; font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
  .connected-state { padding: 0; color: var(--success); background: transparent; border-radius: 0; font-size: 10px; }
  .connected-state.updated { color: #114bd6; background: transparent; }
  .page-intro { align-items: flex-start; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-option { min-height: 130px; }
  .sticky-action { align-items: stretch; flex-direction: column; bottom: 10px; }
  .primary-button.compact { width: 100%; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .scope-list { grid-template-columns: 1fr; }
  .step-indicator { display: none; }
  .modal { padding: 31px 22px 24px; }
  .modal-actions { flex-direction: column-reverse; }
  .modal-actions button { width: 100%; }
  .settings-fields.two-columns, .settings-address-row { grid-template-columns: 1fr; }
  .settings-savebar { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
