:root {
  color-scheme: light;
  --landing-bg: #eaf5f1;
  --landing-paper: #ffffff;
  --landing-ink: #173a32;
  --landing-muted: #547168;
  --landing-green: #14765d;
  --landing-green-dark: #0e5a47;
  --landing-line: #bfd9cf;
  --landing-blue: #2670cf;
  --landing-blue-bg: #edf5ff;
  --landing-shadow: 0 15px 34px rgb(12 55 43 / 12%);
}

* { box-sizing: border-box; }
html { background: var(--landing-bg); }
body { margin: 0; color: var(--landing-ink); font: 400 14px/1.45 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.landing-modal-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a, [role="button"] { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:focus { outline: none; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid #f3bd57; outline-offset: 3px; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.landing-page { min-width: 320px; background: var(--landing-bg); }
.landing-shell { width: min(910px, calc(100% - 40px)); margin: 0 auto; padding: 17px 0 25px; }
.landing-header { min-height: 47px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.landing-brand { color: var(--landing-ink); font-size: 20px; font-weight: 700; letter-spacing: -1px; text-decoration: none; }
.landing-brand span { color: var(--landing-green); }
.landing-header-action { background: transparent; border: 1px solid var(--landing-line); border-radius: 99px; color: var(--landing-green-dark); font-size: 12px; font-weight: 700; min-height: 34px; padding: 6px 12px; }
.landing-header-action:hover { background: #f5fbf8; border-color: #8fc8b6; }

.landing-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, .86fr); grid-template-areas: "intro guest" "staff explainer"; align-items: center; column-gap: clamp(30px, 6vw, 65px); row-gap: 8px; padding: 15px 0 21px; }
.landing-demo-pair { display: contents; }
.landing-grid-intro { grid-area: intro; }
.guest-stage { grid-area: guest; }
.staff-stage { grid-area: staff; }
.landing-grid-explainer { grid-area: explainer; }
.landing-intro, .landing-explainer { max-width: 420px; }
.landing-kicker { color: var(--landing-green); font-size: 10px; font-weight: 750; letter-spacing: .12em; margin: 0 0 10px; text-transform: uppercase; }
.landing-intro h1 { max-width: 18ch; font-size: clamp(23px, 3.25vw, 32px); letter-spacing: -.055em; line-height: 1.08; margin: 0; text-wrap: balance; }
.landing-intro h1::selection, .landing-explainer h2::selection { color: var(--landing-paper); background: var(--landing-green); }
.landing-lead, .landing-explainer p:not(.landing-kicker) { color: var(--landing-muted); font-size: 13px; margin: 14px 0 0; max-width: 42ch; }
.landing-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.landing-actions-bottom { justify-content: center; margin: 4px 0 17px; }
.landing-button { border: 1px solid transparent; border-radius: 100px; font-size: 13px; min-height: 39px; padding: 8px 15px; transition: background .2s ease, color .2s ease, transform .2s ease; }
.landing-button:hover { transform: translateY(-1px); }
.landing-button.primary { color: white; background: var(--landing-green); }
.landing-button.primary:hover { background: var(--landing-green-dark); }
.landing-button.secondary { color: var(--landing-ink); border-color: var(--landing-line); background: transparent; }
.landing-button.secondary:hover { background: #f5fbf8; }
.landing-button.danger { background: white; border-color: #df7676; color: #ae2626; }
.landing-button.danger:hover { background: #fff4f4; }
.landing-explainer { align-self: center; border-left: 1px solid var(--landing-line); padding-left: clamp(16px, 3vw, 30px); }
.landing-explainer h2 { font-size: clamp(20px, 2.5vw, 27px); letter-spacing: -.045em; line-height: 1.12; margin: 0; max-width: 16ch; }
.landing-stats-preview { color: var(--landing-muted); font-size: 12px; margin-top: 14px; max-width: 42ch; }
.landing-stats-preview summary { color: var(--landing-green-dark); cursor: pointer; font-weight: 700; }
.landing-stats-preview-grid { display: grid; gap: 7px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 10px; }
.landing-stats-preview-grid span { background: #f5fbf8; border: 1px solid #dceae4; border-radius: 10px; display: grid; gap: 1px; padding: 7px; text-align: center; }
.landing-stats-preview-grid b { color: var(--landing-green-dark); font-size: 16px; line-height: 1; }
.landing-stats-preview-grid small { font-size: 9px; line-height: 1.15; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.phone-stage { min-width: 0; position: relative; }
.guest-stage { min-height: 345px; display: grid; align-items: center; justify-items: center; }
.nfc-disc { background: transparent; border: 0; border-radius: 50%; box-shadow: none; height: min(87%, 286px); overflow: visible; position: absolute; right: 4%; top: 6%; width: min(87%, 286px); z-index: 0; }
.nfc-disc img { border-radius: inherit; display: block; height: 100%; object-fit: contain; object-position: center; width: 100%; }
.phone { background: var(--landing-paper); border: 5px solid var(--landing-ink); box-shadow: var(--landing-shadow); overflow: hidden; position: relative; z-index: 1; }
.guest-phone { --guest-drag-x: 0px; --guest-drag-y: 0px; border-radius: 30px; min-height: 322px; padding: 10px 11px 13px; transform: rotate(2deg) translate(var(--guest-drag-x), var(--guest-drag-y)); transition: transform .28s cubic-bezier(.2,.8,.2,1); width: min(100%, 246px); will-change: transform; }
.guest-phone.is-dragging { cursor: grabbing; transition: none; }
.guest-drag-surface { cursor: grab; inset: 0; position: absolute; touch-action: none; z-index: 1; }
.guest-phone.is-dragging .guest-drag-surface { cursor: grabbing; }
.staff-stage { min-height: 315px; display: flex; align-items: center; justify-content: center; margin-top: -85px; }
.staff-phone { border-radius: 28px; min-height: 300px; padding: 10px 11px 13px; transform: rotate(-2deg); width: min(100%, 239px); }
.phone-notch { background: var(--landing-ink); border-radius: 12px; height: 4px; margin: 0 auto 9px; position: relative; width: 44px; z-index: 10; }
.phone-top { align-items: center; color: var(--landing-ink); display: flex; font-size: 11px; gap: 7px; justify-content: space-between; min-height: 28px; position: relative; z-index: 5; }
.phone-top strong { font-size: 12px; letter-spacing: -.35px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.phone-top select { appearance: none; background: #f7fbf9; border: 1px solid var(--landing-line); border-radius: 8px; color: var(--landing-green-dark); font-size: 10px; font-weight: 650; max-width: 82px; min-height: 28px; padding: 4px 22px 4px 7px; background-image: linear-gradient(45deg, transparent 50%, var(--landing-green) 50%), linear-gradient(135deg, var(--landing-green) 50%, transparent 50%); background-position: calc(100% - 11px) 12px, calc(100% - 8px) 12px; background-repeat: no-repeat; background-size: 4px 4px, 4px 4px; }
.phone-locale { position: relative; }
.phone-locale-trigger { align-items: center; appearance: none; background: #f7fbf9; border: 1px solid var(--landing-line); border-radius: 8px; color: var(--landing-green-dark); display: flex; font-size: 10px; font-weight: 650; gap: 4px; justify-content: space-between; min-height: 28px; min-width: 79px; padding: 4px 7px; }
.phone-locale-trigger > span { max-width: 52px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.phone-locale-trigger > b { font-size: 12px; font-weight: 500; line-height: 1; }
.phone-locale-menu { background: var(--landing-paper); border: 1px solid var(--landing-line); border-radius: 10px; box-shadow: 0 8px 22px rgb(12 55 43 / 18%); max-height: 218px; overflow-y: auto; padding: 4px; position: absolute; right: 0; top: calc(100% + 4px); width: 137px; z-index: 10; }
.phone-locale-option { background: transparent; border: 0; border-radius: 6px; color: var(--landing-ink); display: block; font-size: 10px; padding: 6px 7px; text-align: left; width: 100%; }
.phone-locale-option:hover, .phone-locale-option[aria-selected="true"] { background: #eaf5f1; color: var(--landing-green-dark); }
.staff-locale .phone-locale-menu { max-height: 167px; z-index: 11; }

.boot-screen { align-items: center; background: radial-gradient(circle at 30% 22%, #f9fffb, #dcefe7 67%, #cae2d8); display: flex; flex-direction: column; inset: 0; justify-content: center; padding-top: 10px; position: absolute; text-align: center; z-index: 8; }
.boot-screen time:first-child { color: #173a32; font-size: 37px; font-variant-numeric: tabular-nums; font-weight: 650; letter-spacing: -2px; line-height: 1; }
.boot-screen time:nth-child(2) { color: var(--landing-muted); font-size: 10px; font-weight: 650; margin-top: 5px; }
.boot-screen span { border: 1px solid rgb(20 118 93 / 30%); border-radius: 99px; color: var(--landing-green-dark); font-size: 9px; font-weight: 800; letter-spacing: .13em; margin-top: 25px; padding: 5px 9px; }

.guest-status { align-items: center; background: #eff8f4; border: 1px solid #cbe0d7; border-radius: 8px; box-shadow: 0 5px 14px rgb(12 55 43 / 12%); color: var(--landing-green-dark); display: flex; font-size: 10px; font-weight: 650; left: 11px; min-height: 29px; padding: 6px 8px; position: absolute; right: 11px; top: 48px; z-index: 4; animation: notification-in .25s ease-out both; }
.guest-actions { display: grid; gap: 7px; margin-top: 9px; position: relative; z-index: 3; }
.guest-actions button { align-items: center; background: var(--landing-paper); border: 1px solid #dceae4; border-radius: 13px; color: #102b25; display: grid; font-size: 13px; gap: 8px; grid-template-columns: 32px 1fr 10px; min-height: 55px; padding: 8px 10px; text-align: left; transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.guest-actions button:hover { background: #f1faf6; border-color: var(--landing-green); transform: translateX(2px); }
.guest-actions button:active { transform: translateY(1px); }
.guest-actions button:nth-child(1) { animation: action-pulse 3.7s ease-in-out .1s infinite; }
.guest-actions button:nth-child(2) { animation: action-pulse 3.7s ease-in-out .6s infinite; }
.guest-actions button:nth-child(3) { animation: action-pulse 3.7s ease-in-out 1.1s infinite; }
.guest-actions button:nth-child(4) { animation: action-pulse 3.7s ease-in-out 1.6s infinite; }
.guest-actions b { color: var(--landing-green); font-size: 22px; font-weight: 400; }
.action-icon { align-items: center; background: #eaf5f1; border-radius: 10px; display: inline-flex; font-size: 19px; height: 32px; justify-content: center; width: 32px; }
.review-action .action-icon { background: #eaf5f1; color: #c88600; text-shadow: 0 1px #fff; }

.guest-demo-screen { align-items: center; background: linear-gradient(155deg, #fbfffd, #e6f6ef); display: flex; flex-direction: column; inset: 0; justify-content: center; padding: 45px 22px 18px; position: absolute; text-align: center; z-index: 7; }
.guest-demo-screen strong { font-size: 14px; line-height: 1.25; max-width: 15ch; }
.demo-food-icon { background: white; border-radius: 50%; box-shadow: 0 8px 18px rgb(12 55 43 / 12%); font-size: 42px; height: 78px; line-height: 78px; margin-bottom: 13px; width: 78px; }
.review-demo-screen { gap: 13px; overflow: hidden; }
.review-stars { color: #f2b300; display: flex; font-size: 24px; gap: 2px; left: 50%; position: absolute; top: 25%; transform: translateX(-50%); }
.review-stars span { animation: review-star-flight 2.45s cubic-bezier(.25,.8,.25,1) both; }
.review-stars span:nth-child(2) { animation-delay: .12s; }
.review-stars span:nth-child(3) { animation-delay: .24s; }
.review-stars span:nth-child(4) { animation-delay: .36s; }
.review-stars span:nth-child(5) { animation-delay: .48s; }
.google-review-mark { align-items: center; background: white; border-radius: 13px; box-shadow: 0 8px 18px rgb(12 55 43 / 14%); display: flex; justify-content: center; margin-top: 27px; padding: 6px 8px; position: relative; width: min(100%, 142px); }
.google-review-mark img { display: block; height: auto; max-width: 100%; }

.demo-push { align-items: flex-start; background: white; border: 1px solid #cbe0fa; border-radius: 9px; box-shadow: 0 7px 17px rgb(12 77 152 / 19%); color: #173958; display: flex; flex-direction: column; font-size: 10px; gap: 1px; left: 10px; padding: 6px 8px; position: absolute; right: 10px; text-align: left; top: 47px; z-index: 4; animation: notification-in .25s ease-out both; }
.demo-push b { color: var(--landing-blue); font-size: 10px; }
.staff-board { background: #f8fbfa; border: 1px solid #e3eeea; border-radius: 14px; min-height: 219px; margin-top: 43px; padding: 12px; }
.staff-board h2 { font-size: 21px; font-weight: 600; letter-spacing: -1px; line-height: 1.1; margin: 0; }
.table-number { color: var(--landing-blue); font-size: 16px; font-weight: 700; margin: 9px 0 11px; }
.guest-card { background: white; border: 1px solid #dce9e4; border-radius: 12px; box-shadow: 0 5px 12px rgb(24 74 61 / 8%); font-size: 12px; padding: 10px; transition: border-color .25s ease, box-shadow .25s ease, background .25s ease; }
.guest-card.call-active { background: var(--landing-blue-bg); border: 2px solid var(--landing-blue); box-shadow: 0 5px 15px rgb(38 112 207 / 20%); padding: 9px; }
.guest-card p { margin: 0 0 6px; }
.staff-history { border-top: 1px solid #e4eee9; color: var(--landing-muted); display: flex; flex-wrap: wrap; font-size: 11px; gap: 5px 8px; padding-top: 7px; }
.staff-history span { white-space: nowrap; }
.staff-history i { font-style: normal; }
.staff-history-review i { color: #c88600; text-shadow: 0 1px #fff; }
.staff-phone.call-active { animation: staff-vibrate .17s linear infinite; }

@keyframes notification-in { from { opacity: 0; transform: translateY(-9px); } to { opacity: 1; transform: translateY(0); } }
@keyframes action-pulse { 0%, 74%, 100% { box-shadow: 0 0 0 0 rgb(20 118 93 / 0); } 82% { border-color: #8acbb7; box-shadow: 0 0 0 5px rgb(20 118 93 / 10%); } 90% { box-shadow: 0 0 0 0 rgb(20 118 93 / 0); } }
@keyframes staff-vibrate { 0%, 100% { transform: rotate(-2deg) translate(0); } 25% { transform: rotate(-2deg) translate(-1.2px, .5px); } 75% { transform: rotate(-2deg) translate(1.2px, -.5px); } }
@keyframes review-star-flight { 0% { opacity: 0; transform: translate(0, 15px) scale(.45); } 22% { opacity: 1; transform: translate(0, 0) scale(1); } 62% { opacity: 1; transform: translate(0, 34px) scale(.78); } 100% { opacity: 0; transform: translate(0, 77px) scale(.16); } }
@keyframes nfc-scan-phone { 0% { transform: rotate(2deg) translate(0) scale(1); } 22% { transform: rotate(0) translate(-56px, 58px) scale(.78); } 37% { transform: rotate(0) translate(-56px, 58px) scale(.78); } 58% { transform: rotate(1deg) translate(-17px, 17px) scale(.92); } 100% { transform: rotate(2deg) translate(0) scale(1); } }
.guest-stage.is-scanning .guest-phone { animation: nfc-scan-phone 2.45s cubic-bezier(.22,.75,.28,1) both; }

.landing-benefits { border-top: 1px solid var(--landing-line); color: var(--landing-muted); display: flex; flex-wrap: wrap; font-size: clamp(9px, 2.65vw, 12px); gap: 8px clamp(7px, 2.7vw, 24px); justify-content: center; padding: 15px 0 2px; text-align: center; }
.landing-benefits > span { align-items: center; display: inline-flex; gap: 6px; }
.landing-benefits .benefit-icon { background: #edf7f3; border-radius: 8px; box-shadow: inset 0 0 0 1px rgb(20 118 93 / 10%); fill: none; flex: 0 0 auto; height: 23px; padding: 3px; stroke: #14765d; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; width: 23px; }
.landing-benefits .benefit-languages { background: #edf3fc; stroke: #3372bd; }
.landing-benefits .benefit-nfc { background: #fdf4df; stroke: #a67412; }
.landing-benefits b { font-weight: 600; white-space: nowrap; }
.platform-compatibility { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.platform-icons { align-items: center; display: inline-flex; gap: 4px; }
.platform-icon { display: block; height: 20px; width: 20px; }
.platform-windows { fill: #1c9fe5; }
.platform-apple { fill: #2c3a3a; }
.platform-android { fill: #75b843; stroke: #75b843; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.25; }
.platform-android circle { fill: white; stroke: none; }

.landing-modal { inset: 0; position: fixed; z-index: 50; }
.landing-modal-backdrop { background: rgb(9 37 30 / 48%); inset: 0; position: absolute; }
.landing-form-panel { background: var(--landing-paper); border-radius: 20px; box-shadow: 0 28px 80px rgb(3 28 21 / 32%); left: 50%; max-height: min(90dvh, 720px); overflow: auto; padding: 25px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: min(525px, calc(100% - 28px)); }
.landing-form-panel h2 { font-size: 25px; letter-spacing: -.7px; line-height: 1.12; margin: 0 28px 18px 0; }
.landing-close { background: transparent; border: 0; color: var(--landing-muted); font-size: 29px; line-height: 1; padding: 3px; position: absolute; right: 16px; top: 13px; }
.landing-form-panel form { display: grid; gap: 11px; }
.landing-form-panel label { color: var(--landing-ink); display: grid; font-size: 12px; font-weight: 650; gap: 5px; }
.landing-form-panel input, .landing-form-panel textarea { background: #fbfdfc; border: 1px solid var(--landing-line); border-radius: 9px; color: var(--landing-ink); font-weight: 400; min-height: 39px; padding: 8px 9px; resize: vertical; width: 100%; }
.landing-form-panel textarea { min-height: 65px; }
.form-row { display: grid; gap: 11px; grid-template-columns: 1fr 1fr; }
.form-more-fields { border-top: 1px solid #e0ece6; color: var(--landing-muted); font-size: 12px; padding-top: 10px; }
.form-more-fields summary { color: var(--landing-green-dark); cursor: pointer; font-weight: 700; }
.form-more-fields-body { display: grid; gap: 11px; margin-top: 11px; }
.landing-form-panel [aria-invalid="true"] { border-color: #c93434; box-shadow: 0 0 0 2px rgb(201 52 52 / 12%); }
.form-field-error { color: #b32424; font-size: 11px; font-weight: 600; min-height: 0; }
.honeypot { height: 1px; overflow: hidden; position: absolute; width: 1px; }
.landing-form-note { color: var(--landing-muted); font-size: 12px; margin: 2px 0; }
.landing-form-error { color: #bd2828; font-size: 13px; margin: 0; min-height: 0; }
.landing-compatibility-details { flex-basis: 100%; font-size: 11px; max-width: 540px; }
.landing-compatibility-details summary { color: var(--landing-green-dark); cursor: pointer; font-weight: 700; }
.landing-compatibility-details p { margin: 6px 0 0; }

.landing-admin-page { background: #f5faf8; }
.landing-admin { margin: 0 auto; max-width: 1080px; padding: 24px 18px 50px; }
.landing-admin > a { color: var(--landing-green); text-decoration: none; }
.landing-admin h1 { font-size: 32px; letter-spacing: -1.3px; margin: 14px 0 20px; }
.landing-admin section { background: white; border: 1px solid var(--landing-line); border-radius: 15px; margin-top: 15px; padding: 17px; }
.landing-admin-dashboard { max-width: 1240px; min-height: 100svh; }
.admin-stats { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); min-height: min(54svh, 540px); }
.admin-stats article, .admin-stat-link { background: linear-gradient(145deg, #eff9f5, #e7f4ee); border: 1px solid #dcece4; border-radius: 14px; display: flex; flex-direction: column; gap: 7px; justify-content: center; min-height: 150px; padding: 20px; }
.admin-stat-link { color: inherit; position: relative; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.admin-stat-link:hover { border-color: #8fc8b6; box-shadow: 0 9px 20px rgb(15 96 75 / 12%); transform: translateY(-2px); }
.admin-stats span { color: var(--landing-muted); font-size: 13px; }
.admin-stats b { font-size: clamp(34px, 4.2vw, 52px); letter-spacing: -2px; line-height: 1; }
.admin-stat-link em { color: var(--landing-green); font-size: 12px; font-style: normal; font-weight: 700; margin-top: 4px; }
.admin-push h2, .landing-admin h2 { margin-top: 0; }
.admin-push p { color: var(--landing-muted); max-width: 70ch; }
.admin-push [data-landing-push-status].is-error { color: #be2525; font-weight: 650; }
.admin-push [data-landing-push-status].is-success { color: var(--landing-green); font-weight: 650; }
.admin-reset { align-items: center; border-top: 1px solid var(--landing-line); display: flex; gap: 14px; justify-content: space-between; margin-top: 18px; padding-top: 18px; }
.admin-reset p { color: var(--landing-muted); font-size: 12px; margin: 0; max-width: 70ch; }
.admin-table-wrap { overflow-x: auto; }
.landing-admin table { border-collapse: collapse; min-width: 760px; width: 100%; }
.landing-admin th, .landing-admin td { border-bottom: 1px solid #e1ece7; padding: 10px 8px; text-align: left; vertical-align: top; }
.landing-admin th { color: var(--landing-muted); font-size: 11px; }

@media (max-width: 700px) {
  .landing-shell { width: 100%; padding: 0 14px 20px; }
  .landing-header { min-height: 42px; }
  .landing-grid { grid-template-columns: 1fr; grid-template-areas: "intro" "demo" "explainer"; gap: 21px; padding: 14px 0 20px; scroll-snap-type: y proximity; }
  .landing-intro { padding-top: 8px; }
  .landing-intro h1 { font-size: clamp(24px, 7.1vw, 31px); max-width: 18ch; }
  .landing-lead { margin-top: 10px; }
  .landing-actions-bottom { margin: 0 0 15px; }
  .landing-actions-bottom .landing-button { flex: 1 1 145px; }
  .landing-demo-pair { background: var(--landing-bg); display: grid; gap: 0; grid-area: demo; grid-template-rows: minmax(270px, 52svh) auto; height: auto; min-height: 0; position: relative; scroll-snap-align: start; scroll-snap-stop: always; }
  .guest-stage, .staff-stage { grid-area: auto; margin: 0; min-height: 0; width: 100%; }
  .guest-stage { align-items: start; height: 52svh; min-height: 270px; padding-top: 1svh; }
  .nfc-disc { height: min(69vw, 300px); right: calc(50% - min(34.5vw, 150px)); top: 3svh; width: min(69vw, 300px); }
  .guest-phone { height: 48svh; min-height: 258px; transform: translate(var(--guest-drag-x), var(--guest-drag-y)); width: min(60vw, 230px); }
  .guest-stage.is-scanning .guest-phone { animation-name: nfc-scan-phone-mobile; }
  .staff-stage { align-items: flex-start; height: auto; min-height: 0; overflow: visible; padding-top: 0; }
  .staff-phone { height: auto; min-height: 300px; transform: none; width: min(75vw, 278px); }
  .staff-phone.call-active { animation-name: staff-vibrate-mobile; }
  .staff-board { min-height: 0; }
  .landing-explainer { border-left: 0; border-top: 1px solid var(--landing-line); padding: 20px 0 0; }
  .landing-explainer h2 { max-width: 19ch; }
  .landing-benefits { justify-content: center; text-align: center; }
  .platform-compatibility { flex-basis: 100%; justify-content: center; }
  .landing-stats-preview-grid { max-width: 300px; }
  .phone-locale-menu { max-height: min(31svh, 190px); }
  .staff-locale .phone-locale-menu { max-height: 167px; }
  .landing-admin-dashboard { min-height: auto; }
  .admin-stats { gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 0; }
  .admin-stats article, .admin-stat-link { min-height: 132px; padding: 15px; }
  .admin-stats b { font-size: 34px; }
  .admin-reset { align-items: flex-start; flex-direction: column; }
}

@keyframes staff-vibrate-mobile { 0%, 100% { transform: translate(0); } 25% { transform: translate(-1.2px, .5px); } 75% { transform: translate(1.2px, -.5px); } }
@keyframes nfc-scan-phone-mobile { 0% { transform: translate(0) scale(1); } 22% { transform: translate(-56px, 58px) scale(.78); } 37% { transform: translate(-56px, 58px) scale(.78); } 58% { transform: translate(-17px, 17px) scale(.92); } 100% { transform: translate(0) scale(1); } }

@media (max-width: 390px) {
  .landing-shell { padding-left: 12px; padding-right: 12px; }
  .landing-demo-pair { min-height: 450px; }
  .form-row { grid-template-columns: 1fr; }
}

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