/* Reception-first registration flow and generated ambient art direction. */
.kiosk-layout {
  background-image:
    linear-gradient(90deg, rgba(247, 245, 239, .96) 0%, rgba(247, 245, 239, .86) 41%, rgba(247, 245, 239, .2) 69%, rgba(247, 245, 239, .08) 100%),
    url("assets/reception-nutrition-ambient.png");
  background-size: cover;
  background-position: center;
}
.kiosk-layout::before { display: none; }
.booking-card { background: rgba(255, 253, 248, .94); backdrop-filter: blur(14px); border: 1px solid rgba(255, 255, 255, .72); }
.qr-wrap { width: 100%; justify-content: center; padding: 14px; margin-top: 22px; }
.qr-wrap span { text-align: left; font-size: 13px; line-height: 1.5; }
.qr-wrap span small { color: var(--muted); font-size: 10px; }
.qr-help { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 16px 0 5px; color: var(--muted); font-size: 9px; }
.qr-help span { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-weight: 700; }
.qr-help i { font-style: normal; color: #aeb5b1; }
.line-onboarding, .line-register { flex: 1; padding: 25px 20px; background: #f4f5f1; overflow: auto; }
.line-hero { text-align: center; padding: 10px 0 22px; }
.large-line { width: 65px; height: 65px; margin: auto; font-size: 27px; }
.line-hero h2 { font-size: 16px; margin: 10px 0 4px; }
.line-hero p { font-size: 10px; line-height: 1.7; color: var(--muted); margin: 0; }
.invite-card { background: #fff; border: 1px solid #e4e6e2; padding: 15px; display: flex; gap: 11px; align-items: flex-start; }
.clinic-check { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); font-size: 11px; flex: 0 0 27px; }
.invite-card div { display: flex; flex-direction: column; }
.invite-card small { font-size: 8px; color: var(--muted); }
.invite-card b { font-size: 12px; margin: 3px 0; }
.invite-card p { font-size: 9px; color: var(--muted); margin: 3px 0 0; }
.line-connect-button { width: 100%; border: 0; background: #06c755; color: #fff; padding: 14px; margin-top: 15px; font-size: 12px; font-weight: 700; }
.privacy-note, .safe-note { display: block; text-align: center; color: #89928e; font-size: 8px; line-height: 1.6; margin: 11px 15px; }
.line-register > h2 { font: 700 23px/1.5 "Shippori Mincho", serif; text-align: center; margin: 8px 0 20px; }
.register-step { text-align: center; color: var(--coral-dark); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.line-account { display: flex; align-items: center; gap: 12px; background: #fff; padding: 13px; margin-bottom: 16px; }
.patient-photo { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #f9d9d0; font-size: 13px; }
.line-account div { display: grid; grid-template-columns: 1fr auto; align-items: center; flex: 1; }
.line-account small { grid-column: 1/-1; font-size: 8px; color: var(--muted); }
.line-account b { font-size: 12px; }
.line-account em { font-size: 8px; font-style: normal; color: #3a8050; background: #e4f2e8; padding: 3px 5px; }
.line-register label { display: block; font-size: 9px; font-weight: 700; }
.line-register input { width: 100%; border: 1px solid var(--line); background: #fff; padding: 12px; margin-top: 6px; letter-spacing: .25em; text-align: center; }
.match-note { font-size: 9px; color: #39724d; background: #e8f2e8; padding: 9px; }
.match-note span { font-weight: 700; margin-right: 5px; }
.connected-banner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 6px; background: #e8f2e8; padding: 10px; margin-bottom: 14px; font-size: 10px; }
.connected-banner span { width: 19px; height: 19px; display: grid; place-items: center; background: #68a978; color: #fff; border-radius: 50%; }
.connected-banner small { width: 100%; text-align: center; color: var(--muted); font-size: 8px; }
.plan-choice { display: flex; align-items: center; gap: 10px; border: 1px solid #dfe4df; background: #fff; padding: 10px; margin: 7px 0; text-align: left; }
.plan-choice.is-selected { border: 2px solid var(--ink); background: #f0f5ef; }
.plan-choice strong { min-width: 48px; color: var(--ink); font-size: 16px; }
.plan-choice p { margin: 0; font-size: 10px; line-height: 1.45; }
.plan-choice small { font-size: 8px; color: var(--muted); }
.flow-check { width: 42px; height: 42px; display: grid; place-items: center; margin: 8px auto; border-radius: 50%; background: #e1f2e5; color: #3c8254; font-size: 20px; font-weight: 700; }
.demo-field { display: block; text-align: left; margin: 9px 0; color: var(--ink); font-size: 9px; font-weight: 700; }
.demo-field input, .demo-field textarea { box-sizing: border-box; width: 100%; margin-top: 4px; border: 1px solid #dfe4df; background: #fff; padding: 8px; color: var(--ink); font: inherit; font-weight: 400; resize: none; }
.demo-field textarea { min-height: 50px; }
[hidden] { display: none !important; }

@media (max-width: 900px) {
  .kiosk-layout { background-image: linear-gradient(rgba(247, 245, 239, .88), rgba(247, 245, 239, .96)), url("assets/reception-nutrition-ambient.png"); background-position: 65% center; }
  .kiosk-copy { text-shadow: 0 1px 10px rgba(247, 245, 239, .9); }
}
