.er-city-compiler {
    margin: 0;
}

.er-city-compiler__city {
    margin: 0 0 42px;
    border: 1px solid var(--er-journey-rule-hair);
    border-top: 4px solid var(--er-journey-clay);
    background: var(--er-journey-ivory);
    color: var(--er-journey-ink);
}

.er-city-compiler[hidden],
.er-city-compiler__city[hidden] {
    display: none;
}

.er-city-compiler__head,
.er-city-compiler__entry,
.er-city-compiler__result-head,
.er-city-compiler__replace {
    padding: clamp(24px, 5vw, 46px);
}

.er-city-compiler__head,
.er-city-compiler__result-head {
    border-bottom: 1px solid var(--er-journey-rule);
}

.er-city-compiler__head h2,
.er-city-compiler__entry h2,
.er-city-compiler__result-head h2,
.er-city-compiler__replace h2,
.er-city-compiler__why-plan h3,
.er-city-compiler__unplaced h3,
.er-city-compiler__warnings h3,
.er-city-compiler__account h3,
.er-city-compiler__day h3,
.er-city-compiler__visit-block h4 {
    margin: 0;
    font-family: var(--er-journey-serif);
    font-weight: 500;
    line-height: 1.15;
}

.er-city-compiler__head h2,
.er-city-compiler__entry h2,
.er-city-compiler__result-head h2,
.er-city-compiler__replace h2 {
    font-size: clamp(2rem, 5vw, 3.25rem);
}

.er-city-compiler__head > p:last-child,
.er-city-compiler__entry p,
.er-city-compiler__result-head p,
.er-city-compiler__replace p {
    max-width: 65ch;
    margin: 12px 0 0;
    color: var(--er-journey-ink-2);
    line-height: 1.65;
}

.er-city-compiler__eyebrow {
    margin: 0 0 10px;
    color: var(--er-journey-clay-deep);
    font-family: var(--er-journey-mono);
    font-size: var(--er-fs-floor);
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.er-city-compiler__entry,
.er-city-compiler__result-head,
.er-city-compiler__account {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.er-city-compiler__entry .er-studio-btn,
.er-city-compiler__account .er-studio-btn {
    flex: 0 0 auto;
}

.er-city-compiler__form {
    padding: clamp(20px, 4vw, 40px);
}

.er-city-compiler__form fieldset {
    min-width: 0;
    margin: 0;
    padding: 26px 0;
    border: 0;
    border-bottom: 1px solid var(--er-journey-rule);
}

.er-city-compiler__form legend {
    width: 100%;
    margin: 0 0 14px;
    padding: 0;
    font-family: var(--er-journey-serif);
    font-size: 1.35rem;
    font-weight: 500;
}

.er-city-compiler__form legend span {
    display: inline-block;
    margin-left: 8px;
    color: var(--er-journey-ink-3);
    font-family: var(--er-journey-sans);
    font-size: var(--er-fs-floor);
    font-weight: 500;
}

.er-city-compiler__choices {
    display: grid;
    gap: 10px;
}

.er-city-compiler__choices--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.er-city-compiler__choices--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.er-city-compiler__choice {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 58px;
    margin: 0;
    padding: 13px 14px;
    border: 1px solid var(--er-journey-rule-hair);
    background: var(--er-journey-paper);
    cursor: pointer;
}

.er-city-compiler__choice input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.er-city-compiler__choice span {
    min-width: 0;
    pointer-events: none;
}

.er-city-compiler__choice strong,
.er-city-compiler__choice small {
    display: block;
    overflow-wrap: anywhere;
}

.er-city-compiler__choice strong {
    font-size: 0.96rem;
    line-height: 1.3;
}

.er-city-compiler__choice small {
    margin-top: 4px;
    color: var(--er-journey-ink-3);
    font-size: var(--er-fs-floor);
    line-height: 1.4;
}

.er-city-compiler__choice:has(input:checked) {
    border-color: var(--er-journey-clay-deep);
    box-shadow: inset 0 0 0 1px var(--er-journey-clay-deep);
    background: color-mix(in srgb, var(--er-journey-clay) 8%, var(--er-journey-paper));
}

.er-city-compiler__choice:has(input:focus-visible),
.er-city-compiler button:focus-visible,
.er-city-compiler a:focus-visible {
    outline: 3px solid var(--er-journey-bluegray);
    outline-offset: 3px;
}

.er-city-compiler__children {
    margin-top: 18px;
    padding: 18px;
    background: var(--er-journey-limestone);
}

.er-city-compiler__children[hidden] {
    display: none;
}

.er-city-compiler__children > p,
.er-city-compiler__empty-note {
    margin: 0 0 10px;
    color: var(--er-journey-ink-3);
    font-size: 0.9rem;
}

.er-city-compiler__validation,
.er-city-compiler__edited,
.er-city-compiler__starter {
    margin: 0 0 18px;
    padding: 14px 16px;
    border-left: 3px solid var(--er-journey-clay);
    background: var(--er-journey-paper);
    line-height: 1.55;
}

.er-city-compiler__validation[hidden] {
    display: none;
}

.er-city-compiler__form-actions,
.er-city-compiler__result-actions,
.er-city-compiler__inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.er-city-compiler__form-actions {
    padding-top: 28px;
}

.er-city-compiler__form-actions .er-studio-btn,
.er-city-compiler__result-actions .er-studio-btn,
.er-city-compiler__inline-actions button {
    min-height: 46px;
}

.er-city-compiler__result-head {
    align-items: flex-start;
}

.er-city-compiler__intensity,
.er-city-compiler__badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 8px;
    border: 1px solid var(--er-journey-rule-hair);
    color: var(--er-journey-ink-2);
    font-family: var(--er-journey-mono);
    font-size: var(--er-fs-floor);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.er-city-compiler__badge--suggested {
    border-color: var(--er-journey-olive);
    color: var(--er-journey-olive);
}

.er-city-compiler__why-plan,
.er-city-compiler__warnings,
.er-city-compiler__unplaced,
.er-city-compiler__result-actions,
.er-city-compiler__account,
.er-city-compiler__edited,
.er-city-compiler__starter {
    margin-right: clamp(20px, 4vw, 40px);
    margin-left: clamp(20px, 4vw, 40px);
}

.er-city-compiler__why-plan,
.er-city-compiler__warnings,
.er-city-compiler__unplaced {
    padding: 28px 0;
    border-bottom: 1px solid var(--er-journey-rule);
}

.er-city-compiler__why-plan ul,
.er-city-compiler__warnings ul {
    margin: 14px 0 0;
    padding-left: 22px;
    color: var(--er-journey-ink-2);
    line-height: 1.6;
}

.er-city-compiler__days {
    display: grid;
    gap: 18px;
    padding: clamp(20px, 4vw, 40px);
}

.er-city-compiler__day {
    border: 1px solid var(--er-journey-rule-hair);
    background: var(--er-journey-paper);
}

.er-city-compiler__day > header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 20px;
    border-bottom: 1px solid var(--er-journey-rule);
}

.er-city-compiler__visit-block {
    padding: 22px 20px;
    border-bottom: 1px solid var(--er-journey-rule-soft);
}

.er-city-compiler__visit-block:last-child {
    border-bottom: 0;
}

.er-city-compiler__block-head,
.er-city-compiler__stop-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.er-city-compiler__block-head > span {
    color: var(--er-journey-ink-3);
    font-family: var(--er-journey-mono);
    font-size: var(--er-fs-floor);
}

.er-city-compiler__visit-block ol {
    margin: 18px 0;
    padding: 0;
    list-style: none;
}

.er-city-compiler__stop {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
    padding: 15px 0;
    border-top: 1px solid var(--er-journey-rule-soft);
}

.er-city-compiler__stop-number {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--er-journey-clay);
    color: var(--er-journey-paper);
    font-family: var(--er-journey-mono);
    font-size: var(--er-fs-floor);
}

.er-city-compiler__stop p,
.er-city-compiler__why {
    margin: 5px 0 0;
    color: var(--er-journey-ink-3);
    line-height: 1.5;
}

.er-city-compiler__stop .er-city-compiler__caveat {
    color: var(--er-journey-ink-2);
    font-size: 0.88rem;
}

.er-city-compiler__why {
    padding-top: 14px;
    border-top: 1px solid var(--er-journey-rule-soft);
}

.er-city-compiler__unplaced article {
    padding: 18px 0;
    border-top: 1px solid var(--er-journey-rule-soft);
}

.er-city-compiler__unplaced h4,
.er-city-compiler__unplaced p {
    margin: 0 0 8px;
}

.er-city-compiler__inline-actions button {
    padding: 8px 0;
    border: 0;
    border-bottom: 1px solid currentColor;
    background: transparent;
    color: var(--er-journey-clay-deep);
    cursor: pointer;
}

.er-city-compiler__result-actions {
    padding: 28px 0;
}

.er-city-compiler__account {
    margin-bottom: 36px;
    padding: 22px;
    border: 1px solid var(--er-journey-rule-hair);
    background: var(--er-journey-limestone);
}

.er-city-compiler__account p {
    margin: 5px 0 0;
    color: var(--er-journey-ink-2);
}

.er-city-compiler__field-tools,
.er-city-compiler__feedback {
    margin: 0 clamp(20px, 4vw, 40px) 28px;
}

.er-city-compiler__field-tools,
.er-city-compiler__feedback-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.er-city-compiler__field-tools .er-studio-btn {
    min-height: 44px;
}

.er-city-compiler__field-tools p,
.er-city-compiler__feedback [role="status"] {
    margin: 0;
    color: var(--er-journey-ink-3);
}

.er-city-compiler__feedback {
    padding: clamp(18px, 3vw, 28px);
    border: 1px solid var(--er-journey-rule-hair);
    background: var(--er-journey-limestone);
}

.er-city-compiler__feedback[hidden],
.er-city-compiler__feedback [hidden] {
    display: none;
}

.er-city-compiler__feedback fieldset {
    margin: 0 0 18px;
    padding: 0;
    border: 0;
}

.er-city-compiler__feedback legend,
.er-city-compiler__feedback-comment {
    display: block;
    margin-bottom: 12px;
    color: var(--er-journey-ink);
    font-weight: 700;
}

.er-city-compiler__feedback legend span,
.er-city-compiler__feedback-comment span {
    color: var(--er-journey-ink-3);
    font-weight: 400;
}

.er-city-compiler__feedback-rating,
.er-city-compiler__feedback-issues {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.er-city-compiler__feedback-dismiss {
    min-height: 44px;
    padding: 8px 4px;
    border: 0;
    border-bottom: 1px solid currentColor;
    background: transparent;
    color: var(--er-journey-clay-deep);
    cursor: pointer;
}

.er-city-compiler__feedback-rating label,
.er-city-compiler__feedback-issues label {
    position: relative;
}

.er-city-compiler__feedback-rating input,
.er-city-compiler__feedback-issues input {
    position: absolute;
    opacity: 0;
}

.er-city-compiler__feedback-rating span,
.er-city-compiler__feedback-issues span {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 14px;
    border: 1px solid var(--er-journey-rule-hair);
    border-radius: 999px;
    background: var(--er-journey-paper);
    cursor: pointer;
}

.er-city-compiler__feedback input:checked + span {
    border-color: var(--er-journey-clay);
    background: var(--er-journey-limestone);
}

.er-city-compiler__feedback input:focus-visible + span,
.er-city-compiler__feedback textarea:focus-visible {
    outline: 3px solid var(--er-journey-clay);
    outline-offset: 2px;
}

.er-city-compiler__feedback-comment textarea {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 12px;
    border: 1px solid var(--er-journey-rule-hair);
    background: var(--er-journey-paper);
    color: var(--er-journey-ink);
    resize: vertical;
}

.er-city-compiler__feedback-actions {
    margin-top: 16px;
}

.er-city-compiler__status {
    min-height: 1px;
    margin: 0;
    padding: 0 24px 20px;
    color: var(--er-journey-olive);
}

.er-city-compiler__status.is-error {
    color: var(--er-journey-clay-deep);
}

@media (max-width: 760px) {
    .er-city-compiler__choices--three,
    .er-city-compiler__choices--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .er-city-compiler__entry,
    .er-city-compiler__account {
        align-items: stretch;
        flex-direction: column;
    }

    .er-city-compiler__entry .er-studio-btn,
    .er-city-compiler__account .er-studio-btn {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .er-city-compiler__city {
        margin-right: -2px;
        margin-left: -2px;
    }

    .er-city-compiler__choices--three,
    .er-city-compiler__choices--four {
        grid-template-columns: 1fr;
    }

    .er-city-compiler__choice {
        min-height: 52px;
    }

    .er-city-compiler__result-head,
    .er-city-compiler__day > header,
    .er-city-compiler__block-head,
    .er-city-compiler__stop-title {
        align-items: flex-start;
        flex-direction: column;
    }

    .er-city-compiler__form-actions,
    .er-city-compiler__result-actions,
    .er-city-compiler__inline-actions,
    .er-city-compiler__field-tools,
    .er-city-compiler__feedback-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .er-city-compiler__form-actions .er-studio-btn,
    .er-city-compiler__result-actions .er-studio-btn,
    .er-city-compiler__inline-actions button,
    .er-city-compiler__field-tools .er-studio-btn,
    .er-city-compiler__feedback-actions .er-studio-btn {
        width: 100%;
    }
}

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

/* ── Fixed commitments (Journey Studio v1) ──────────────────────────────── */

.er-city-compiler__hint {
    margin: 6px 0 14px;
    max-width: 62ch;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--er-journey-ink-2);
}

.er-city-compiler__commitment-list {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.er-city-compiler__commitment {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--er-journey-rule-hair);
    font-size: 0.92rem;
    line-height: 1.5;
}

.er-city-compiler__commitment-remove {
    flex: none;
    border: 0;
    background: none;
    padding: 4px 2px;
    font: inherit;
    font-size: 0.82rem;
    color: var(--er-journey-ink-2);
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

.er-city-compiler__commitment-remove:hover,
.er-city-compiler__commitment-remove:focus-visible {
    color: var(--er-journey-ink);
}

.er-city-compiler__commitment-form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 14px;
    align-items: end;
}

.er-city-compiler__cfield {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 0.85rem;
    color: var(--er-journey-ink-2);
}

.er-city-compiler__cfield--title {
    grid-column: 1 / -1;
}

.er-city-compiler__cfield input,
.er-city-compiler__cfield select {
    padding: 10px 12px;
    border: 1px solid var(--er-journey-rule);
    border-radius: 0;
    background: #fff;
    font: inherit;
    font-size: 0.95rem;
    color: var(--er-journey-ink);
    min-height: 44px;
}

.er-city-compiler__cfield input:focus-visible,
.er-city-compiler__cfield select:focus-visible {
    outline: 2px solid var(--er-journey-clay-deep);
    outline-offset: 1px;
}

.er-city-compiler__commitment-form .er-studio-btn {
    justify-self: start;
    grid-column: 1 / -1;
}

.er-city-compiler__cerror {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 0.85rem;
    color: #8f3a2e;
}

.er-city-compiler__stop--commitment {
    background: color-mix(in srgb, var(--er-journey-clay) 8%, transparent);
}

.er-city-compiler__badge--fixed {
    background: var(--er-journey-clay-deep);
    color: #fff;
}

/* ── Worth reviewing (calm advisory diagnostics) ────────────────────────── */

.er-city-compiler__advisories {
    padding: clamp(20px, 4vw, 34px) clamp(24px, 5vw, 46px);
    border-top: 1px solid var(--er-journey-rule);
}

.er-city-compiler__advisories h3 {
    margin: 0 0 10px;
    font-family: var(--er-journey-serif);
    font-weight: 500;
}

.er-city-compiler__advisories ul {
    margin: 0;
    padding-left: 18px;
}

.er-city-compiler__advisories li {
    margin: 6px 0;
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--er-journey-ink-2);
}

@media (max-width: 700px) {
    .er-city-compiler__commitment-form {
        grid-template-columns: 1fr;
    }

    .er-city-compiler__commitment {
        flex-direction: column;
        gap: 4px;
    }
}

/* ── Progressive first-plan flow (2026-07-14) ─────────────────────────────── */

/* Functional text is never pale microtype: option labels darker and larger,
   descriptions readable, nothing selectable that looks disabled. */
.er-city-compiler__choice strong {
    font-size: 1rem;
    color: var(--er-journey-ink);
}
.er-city-compiler__choice small {
    color: var(--er-journey-ink-2);
}

.er-city-compiler__choices--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.er-city-compiler__choices--compact .er-city-compiler__choice--compact {
    min-height: 46px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.er-city-compiler__choices[hidden] { display: none; }

.er-city-compiler__details {
    margin: 0 0 26px;
    padding: 0 0 22px;
    border-bottom: 1px solid var(--er-journey-rule);
}
.er-city-compiler__details > summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
}
.er-city-compiler__details > summary::-webkit-details-marker { display: none; }
.er-city-compiler__details > summary::before {
    content: "+";
    font-family: var(--er-journey-sans);
    font-size: 1.1rem;
    color: var(--er-journey-clay-deep);
}
.er-city-compiler__details[open] > summary::before { content: "–"; }
.er-city-compiler__details-title {
    font-family: var(--er-journey-serif);
    font-size: 1.35rem;
    font-weight: 500;
    color: var(--er-journey-ink);
}
.er-city-compiler__details-sub {
    font-size: var(--er-fs-floor);
    color: var(--er-journey-ink-2);
}
.er-city-compiler__details fieldset {
    margin-top: 22px;
    padding: 0;
    border: 0;
}
.er-city-compiler__details fieldset legend { font-size: 1.1rem; }
.er-city-compiler__details[open] > summary { margin-bottom: 4px; }
.er-city-compiler__addfixed { margin-top: 14px; }
.er-city-compiler__commitment-form[hidden] { display: none; }

.er-city-compiler__plans {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}
.er-city-compiler__plan {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid var(--er-journey-rule-hair);
    background: var(--er-journey-limestone);
}
.er-city-compiler__plan-main { flex: 1 1 240px; min-width: 0; }
.er-city-compiler__plan-main strong {
    display: block;
    font-size: 1rem;
    color: var(--er-journey-ink);
}
.er-city-compiler__plan-main small {
    display: block;
    margin-top: 2px;
    font-size: var(--er-fs-floor);
    color: var(--er-journey-ink-2);
}
.er-city-compiler__plan-keep {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: var(--er-fs-floor);
    font-weight: 600;
    color: var(--er-journey-ink);
    cursor: pointer;
}
.er-city-compiler__plan-keep input { accent-color: var(--er-journey-clay-deep); }
.er-city-compiler__plan-remove {
    border: 0;
    background: none;
    padding: 4px 0;
    font-family: var(--er-journey-sans);
    font-size: var(--er-fs-floor);
    color: var(--er-journey-ink-2);
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}
.er-city-compiler__plan-remove:hover { color: var(--er-journey-ink); }
.er-city-compiler__children-toggle { margin-top: 14px; }

/* Sticky action bar: the build action never hides at the end of a long form. */
.er-city-compiler__actionbar {
    position: sticky;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 -8px;
    padding: 14px 8px;
    background: color-mix(in srgb, var(--er-journey-paper) 92%, transparent);
    backdrop-filter: blur(4px);
    border-top: 1px solid var(--er-journey-rule);
}
.er-city-compiler__summary {
    font-size: var(--er-fs-floor);
    font-weight: 600;
    color: var(--er-journey-ink-2);
}
.er-city-compiler__actionbtns { display: inline-flex; gap: 10px; }
.er-city-compiler__actionbar .er-studio-btn--primary {
    min-height: 52px;
    padding: 13px 22px;
    background: var(--er-journey-ink);
    border-color: var(--er-journey-ink);
    color: var(--er-journey-paper);
    font-size: 1rem;
    font-weight: 700;
}
.er-city-compiler__actionbar .er-studio-btn--primary:hover { background: #000; border-color: #000; }
.er-city-compiler__actionbar .er-studio-btn--primary:focus-visible { outline: 3px solid var(--er-journey-clay); outline-offset: 3px; }
.er-city-compiler__actionbar .er-studio-btn--primary:disabled { opacity: 0.52; cursor: not-allowed; }

/* ── Default-first preview ─────────────────────────────────────────────────
   The plan leads; questions live behind Refine. */
.er-city-compiler__preview { padding: 0 clamp(24px, 5vw, 46px) clamp(24px, 5vw, 46px); }
.er-city-compiler__preview-summary { margin: 10px 0 0; color: var(--er-journey-ink-2); font-size: 16px; line-height: 1.55; }
.er-city-compiler__preview-day { margin: 0 0 18px; }
.er-city-compiler__preview-day h3 {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--er-journey-ink-2);
}
.er-city-compiler__preview-entries { list-style: none; margin: 0; padding: 0; }
.er-city-compiler__preview-entry {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid var(--er-journey-rule-hair);
}
.er-city-compiler__preview-entry:last-child { border-bottom: 0; }
.er-city-compiler__preview-time {
    flex: 0 0 auto;
    min-width: 108px;
    font-variant-numeric: tabular-nums;
    font-size: 14px;
    font-weight: 600;
    color: var(--er-journey-ink);
}
.er-city-compiler__preview-main { flex: 1; min-width: 0; }
.er-city-compiler__preview-main strong { display: block; font-size: 16px; line-height: 1.35; }
.er-city-compiler__preview-main small { display: block; margin-top: 1px; font-size: 13.5px; color: var(--er-journey-ink-2); }
.er-city-compiler__preview-badge {
    flex: 0 0 auto;
    align-self: center;
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    background: rgba(110, 114, 75, 0.16);
    color: #555a34;
    white-space: nowrap;
}
.er-city-compiler__preview-badge--soft { background: rgba(110, 123, 130, 0.15); color: #4d5a61; }
.er-city-compiler__preview-note { margin: 0 0 16px; font-size: 14.5px; color: var(--er-journey-ink-2); }
.er-city-compiler__preview-caution { margin: 16px 0 0; font-size: 14.5px; color: var(--er-journey-ink-2); border-left: 3px solid var(--er-journey-clay); padding: 6px 0 6px 14px; }
.er-city-compiler__preview-why { margin: 8px 0 0; padding-left: 20px; }
.er-city-compiler__preview-why li { margin: 5px 0; font-size: 14.5px; color: var(--er-journey-ink-2); }
.er-city-compiler__preview .er-city-compiler__actionbar { margin-top: 22px; }

@media (max-width: 560px) {
    .er-city-compiler__choices--two,
    .er-city-compiler__choices--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .er-city-compiler__actionbtns { width: 100%; }
    .er-city-compiler__actionbar .er-studio-btn--primary { flex: 1; min-height: 54px; }
    .er-city-compiler__preview-entry { flex-wrap: wrap; gap: 4px 12px; }
    .er-city-compiler__preview-time { min-width: 0; }
    .er-city-compiler__preview-main { flex-basis: 100%; order: 2; }
    .er-city-compiler__preview-badge { order: 3; }
}
