.first-meal-screen { position: fixed; inset: 0; z-index: 12000; overflow-y: auto; background: var(--bg-app); padding: 40px 20px; color: var(--text-primary); }
.first-meal-panel { max-width: 560px; margin: auto; padding-bottom: 40px; }
.first-meal-panel h1 { font-size: clamp(28px, 6vw, 38px); line-height: 1.12; margin: 18px 0; }
.first-meal-panel h2 { font-size: 24px; margin: 0 0 12px; }
.first-meal-panel .btn-primary { width: 100%; margin-top: 16px; min-height: 48px; }
.first-meal-panel .btn-ghost { display: block; margin: 18px auto; }
.first-meal-panel textarea { width: 100%; box-sizing: border-box; }
.journey-eyebrow { font-size: 14px; font-weight: 700; }
.journey-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin: 12px 0; }
.journey-tabs [aria-pressed="true"] { box-shadow: inset 0 0 0 2px currentColor; }
.journey-card { padding: 18px; margin: 20px 0; background: var(--surface); border: 1px solid var(--border, #e1e6de); border-radius: 18px; }
.journey-card h3 { margin: 0 0 10px; font-size: 18px; }
.journey-card .btn-soft, .journey-card .btn-primary { margin: 8px 6px 0 0; }
.journey-portion { display: grid; grid-template-columns: 22px minmax(0, 1fr) 82px 14px; align-items: center; gap: 8px; padding: 12px 0; border-bottom: 1px solid var(--border, #e1e6de); }
.journey-portion span { overflow-wrap: anywhere; }
.journey-portion input[type="number"] { width: 100%; min-width: 0; min-height: 44px; padding: 8px; border: 1px solid var(--border, #cbd2c6); border-radius: 8px; box-sizing: border-box; background: var(--bg-app); color: inherit; font-size: 16px; }
.journey-shortcut { display: flex; width: 100%; align-items: center; gap: 12px; justify-content: space-between; text-align: left; background: none; color: inherit; padding: 14px 0; border: 0; border-bottom: 1px solid var(--border, #e1e6de); font: inherit; cursor: pointer; }
.journey-shortcut span:first-child { flex: 1; overflow-wrap: anywhere; }
.journey-shortcut span:last-child { flex-shrink: 0; font-size: 12px; }
.journey-legal { font-size: 12px; line-height: 1.5; opacity: .7; }
#fm-status:not(:empty) { margin: 20px 0; }
.wm-result ~ #wm-shortcuts { margin-top: 24px; }
[data-saved="1"] #wm-shortcuts { display: none; }
