:root {
  --ink: #191813;
  --ink-soft: #39362f;
  --cream: #f5f0e7;
  --paper: #fffdf8;
  --sand: #e8e0d3;
  --gold: #aa7a33;
  --gold-light: #d7b275;
  --wine: #6d2333;
  --sage: #657568;
  --line: rgba(25, 24, 19, .14);
  --danger: #a43838;
  --success: #30715b;
  --shadow: 0 26px 70px rgba(28, 23, 15, .13);
  --radius: 22px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: var(--cream); color: var(--ink); }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
a { color: inherit; text-underline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.025em; }
h1 { font-size: clamp(2.4rem, 5vw, 5.4rem); line-height: .97; }
h2 { font-size: clamp(1.55rem, 2.5vw, 2.35rem); }
.eyebrow { margin-bottom: .75rem; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.lead { color: var(--ink-soft); font-size: clamp(1.03rem, 1.5vw, 1.25rem); line-height: 1.7; }
.muted { color: #716c62; }
small { color: #7c756a; font-size: .75rem; }

.public-shell { display: grid; grid-template-columns: minmax(320px, .84fr) minmax(540px, 1.16fr); min-width: 0; min-height: 100vh; overflow-x: hidden; }
.booking-intro { position: sticky; top: 0; display: flex; flex-direction: column; justify-content: center; min-height: 100vh; padding: clamp(3rem, 7vw, 8rem); overflow: hidden; color: #fffaf1; background: radial-gradient(circle at 20% 10%, rgba(184, 138, 72, .32), transparent 34%), linear-gradient(145deg, #171612, #2b2721 60%, #4a3528); }
.booking-intro::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(115deg, transparent 0 47%, rgba(255,255,255,.12) 47% 47.3%, transparent 47.3%); background-size: 360px 360px; }
.booking-intro > * { position: relative; z-index: 1; }
.booking-intro h1 { max-width: 700px; margin: .25rem 0 1.5rem; }
.booking-intro .lead { max-width: 570px; color: rgba(255,255,255,.72); }
.wordmark { display: inline-flex; width: fit-content; margin-bottom: auto; color: #fff; font-family: Georgia, serif; font-size: 2.2rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; }
.official-logo-link { display: inline-flex; width: fit-content; margin-bottom: auto; border-radius: 18px; padding: .65rem; background: #fff; box-shadow: 0 18px 45px rgba(0,0,0,.24); }
.official-logo { display: block; width: clamp(112px, 12vw, 156px); height: auto; border-radius: 10px; }
.compact-logo { width: 72px; border-radius: 8px; }
.trust-row { display: flex; flex-wrap: wrap; gap: .7rem 1.6rem; margin-top: auto; padding-top: 4rem; color: rgba(255,255,255,.66); font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; }
.trust-row span::before { content: "◆"; margin-right: .55rem; color: var(--gold-light); font-size: .58rem; }
.booking-card { align-self: center; width: min(820px, calc(100% - 3rem)); min-width: 0; margin: clamp(1.5rem, 5vw, 5rem) auto; padding: clamp(2rem, 5vw, 5rem); border: 1px solid rgba(132, 104, 66, .16); border-radius: var(--radius); background: rgba(255, 253, 248, .94); box-shadow: var(--shadow); }
.booking-form { display: grid; min-width: 0; gap: 1.3rem; }
.booking-form.compact { max-width: 560px; }
.form-section { display: flex; gap: 1rem; align-items: flex-start; margin: 2rem 0 .35rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.form-section:first-of-type { margin-top: 0; padding-top: 0; border-top: 0; }
.form-section h2 { margin-bottom: .35rem; }
.form-section p { margin: 0; color: #797267; }
.step { display: inline-grid; flex: 0 0 2.4rem; place-items: center; width: 2.4rem; height: 2.4rem; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: Georgia, serif; }
.field-grid { display: grid; gap: 1rem; }
.field-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.field-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
label { display: grid; min-width: 0; gap: .5rem; color: #4d4941; font-size: .82rem; font-weight: 750; letter-spacing: .025em; }
input, select, textarea { width: 100%; min-width: 0; max-width: 100%; border: 1px solid #d8cfc1; border-radius: 12px; outline: none; background: #fff; color: var(--ink); padding: .92rem 1rem; transition: border-color .2s, box-shadow .2s, background .2s; }
textarea { min-height: 90px; resize: vertical; line-height: 1.5; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(170, 122, 51, .12); }
input:disabled, select:disabled { cursor: not-allowed; background: #eeeae2; color: #9a9389; }
.check { display: flex; gap: .75rem; align-items: flex-start; font-weight: 500; line-height: 1.5; }
.check input { width: 1.1rem; height: 1.1rem; margin-top: .15rem; accent-color: var(--gold); }
.check.subtle { color: #756f66; font-size: .78rem; }
.primary-action, .button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 46px; border: 0; border-radius: 999px; padding: .85rem 1.35rem; font-weight: 800; letter-spacing: .02em; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.primary-action { margin-top: .55rem; min-height: 58px; color: #fff; background: linear-gradient(135deg, #1e1c18, #44382d); box-shadow: 0 12px 25px rgba(34, 29, 24, .2); }
.primary-action:hover, .button:hover { transform: translateY(-1px); }
.primary-action span { color: var(--gold-light); font-size: 1.35rem; }
.button.dark { color: #fff; background: var(--ink); }
.button.gold { color: #fff; background: var(--gold); }
.button.outline { border: 1px solid var(--line); background: transparent; }
.button.full { width: 100%; }
.button:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.form-footnote { margin: 0; color: #81796e; font-size: .77rem; line-height: 1.6; text-align: center; }
.availability-message { min-height: 28px; color: #756e63; font-size: .86rem; }
.availability-message.success { color: var(--success); }
.availability-message.error { color: var(--danger); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.flash { margin-bottom: 1.1rem; border-left: 4px solid; border-radius: 10px; padding: 1rem 1.15rem; line-height: 1.5; }
.flash.error { border-color: var(--danger); background: #fff0ef; color: #702424; }
.flash.success { border-color: var(--success); background: #eaf6f1; color: #235644; }

.compact-shell, .success-shell { display: grid; grid-template-columns: 1fr; place-items: center; padding: 2rem; background: radial-gradient(circle at 12% 12%, #fff 0, transparent 28%), var(--cream); }
.compact-shell .booking-card, .success-shell .booking-card { max-width: 800px; }
.success-card { text-align: center; }
.success-mark { display: grid; place-items: center; width: 74px; height: 74px; margin: 0 auto 1.5rem; border: 1px solid #77a590; border-radius: 50%; color: var(--success); background: #eef8f3; font-size: 2rem; }
.booking-summary { display: grid; grid-template-columns: repeat(3, 1fr); margin: 2rem 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; text-align: left; }
.booking-summary div { padding: 1.1rem; border-right: 1px solid var(--line); }
.booking-summary div:last-child { border-right: 0; }
.booking-summary dt { color: #837c70; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.booking-summary dd { margin: .3rem 0 0; font-weight: 800; }
.lookup-result { margin-top: 2rem; border: 1px solid var(--line); border-radius: 16px; padding: 1.5rem; background: #faf7f1; }
.policy { line-height: 1.75; }
.policy h2 { margin-top: 2rem; }
.policy-warning { border-left: 3px solid var(--gold); padding: 1rem; background: #fbf4e6; }
.staff-login { display: grid; min-height: 100vh; place-items: center; padding: 2rem; background: radial-gradient(circle at 80% 10%, rgba(170,122,51,.22), transparent 32%), #f1eadf; }
.staff-login > section { width: min(480px, 100%); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(2rem, 5vw, 4rem); background: var(--paper); box-shadow: var(--shadow); }
.dark-mark { margin-bottom: 3rem; color: var(--ink); }

.staff-page { background: #ece7df; }
.staff-app { display: grid; grid-template-columns: 255px minmax(0, 1fr); min-height: 100vh; }
.staff-sidebar { position: sticky; top: 0; display: flex; flex-direction: column; height: 100vh; padding: 1.6rem 1.2rem; color: #f9f5ee; background: #1b1a17; }
.staff-brand { display: grid; gap: .7rem; justify-items: start; padding: .5rem .7rem 2rem; text-decoration: none; }
.staff-brand img { display: block; width: 82px; max-height: 88px; border-radius: 9px; object-fit: contain; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.staff-brand strong { font-family: Georgia, serif; font-size: 2rem; letter-spacing: .07em; }
.staff-brand span { color: rgba(255,255,255,.55); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.staff-sidebar nav { display: grid; gap: .35rem; }
.staff-sidebar nav a { border-radius: 12px; padding: .9rem 1rem; color: rgba(255,255,255,.68); font-size: .88rem; font-weight: 700; text-decoration: none; }
.staff-sidebar nav a:hover, .staff-sidebar nav a.active { color: #fff; background: rgba(255,255,255,.1); }
.staff-sidebar nav a.active::before { content: "◆"; margin-right: .6rem; color: var(--gold-light); font-size: .55rem; }
.staff-user { display: grid; margin-top: auto; padding: 1rem .8rem .2rem; border-top: 1px solid rgba(255,255,255,.11); }
.staff-user small { color: rgba(255,255,255,.45); text-transform: uppercase; }
.staff-user button { margin-top: .7rem; border: 0; padding: 0; color: #d8b87f; background: none; font-size: .78rem; text-align: left; }
.staff-user .password-link { margin-top: .65rem; color: rgba(255,255,255,.62); font-size: .72rem; text-decoration: none; }
.staff-main { min-width: 0; padding: clamp(1.2rem, 3vw, 3.2rem); }
.staff-topbar { display: flex; gap: 1.5rem; align-items: flex-end; justify-content: space-between; margin-bottom: 2rem; }
.staff-topbar h1 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.8rem); }
.topbar-actions { display: flex; gap: .75rem; align-items: end; }
.date-control { gap: .3rem; font-size: .69rem; text-transform: uppercase; }
.date-control input { min-height: 46px; padding: .65rem .85rem; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 1rem; }
.metric-grid article, .panel { border: 1px solid rgba(42,38,32,.11); border-radius: 18px; background: rgba(255,253,249,.9); box-shadow: 0 10px 30px rgba(34,29,20,.05); }
.metric-grid article { display: grid; gap: .4rem; padding: 1.25rem; }
.metric-grid span { color: #736d63; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.metric-grid strong { font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.operations-grid { display: grid; grid-template-columns: minmax(360px, .88fr) minmax(480px, 1.12fr); gap: 1rem; align-items: start; }
.panel { padding: 1.25rem; }
.panel-head { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-bottom: 1rem; }
.panel-head h2 { margin: 0; }
.live-pill { border: 1px solid #b9d4c7; border-radius: 999px; padding: .45rem .7rem; color: var(--success); background: #eff9f4; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.live-pill i { display: inline-block; width: 7px; height: 7px; margin-right: .35rem; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(48,113,91,.12); }
.reservation-list { display: grid; gap: .65rem; max-height: calc(100vh - 310px); overflow: auto; padding-right: .25rem; }
.reservation-card { display: grid; grid-template-columns: 70px minmax(0, 1fr) auto; gap: .8rem; align-items: center; width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: .9rem; color: inherit; background: #fff; text-align: left; }
.reservation-card:hover, .reservation-card.selected { border-color: var(--gold); box-shadow: 0 7px 18px rgba(102,77,42,.1); }
.reservation-card time { font-family: Georgia, serif; font-size: 1.35rem; }
.reservation-card strong { display: block; }
.reservation-card p { margin: .2rem 0 0; color: #776f64; font-size: .78rem; }
.status { display: inline-flex; width: fit-content; border-radius: 999px; padding: .32rem .55rem; font-size: .64rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.status.pending { color: #826111; background: #fff2c6; }
.status.confirmed { color: #365d79; background: #e4f0f8; }
.status.seated { color: #225c46; background: #dcf2e8; }
.status.completed { color: #5c5a55; background: #eceae6; }
.status.cancelled, .status.rejected, .status.no_show { color: #812f34; background: #f9e4e4; }
.floor-panel { position: sticky; top: 1rem; }
.selection-note { color: #7b7469; font-size: .75rem; }
.area-tabs { display: flex; gap: .45rem; margin-bottom: .7rem; overflow-x: auto; }
.area-tabs button { border: 1px solid var(--line); border-radius: 999px; padding: .5rem .75rem; color: #6d665c; background: transparent; font-size: .72rem; font-weight: 750; white-space: nowrap; }
.area-tabs button.active { border-color: var(--ink); color: #fff; background: var(--ink); }
.floor-stage { position: relative; width: 100%; min-height: 390px; border: 1px solid #d0c5b5; border-radius: 16px; overflow: hidden; background-color: #e8e0d3; background-image: linear-gradient(rgba(100,83,59,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(100,83,59,.07) 1px, transparent 1px); background-size: 24px 24px; }
.floor-table { position: absolute; display: grid; place-items: center; align-content: center; border: 2px solid rgba(49,44,37,.24); border-radius: 14px; color: #403b33; background: #fffdf9; box-shadow: 0 5px 12px rgba(53,43,29,.12); user-select: none; transition: box-shadow .2s, border-color .2s, background .2s; }
.floor-table.round { border-radius: 50%; }
.floor-table strong { font-family: Georgia, serif; font-size: 1.1rem; }
.floor-table span { font-size: .62rem; }
.floor-table.pending { border-color: #d3a932; background: #fff1bd; }
.floor-table.reserved { border-color: #6e9bb8; background: #e4f0f8; }
.floor-table.seated { border-color: #43806a; background: #d9efe5; }
.floor-table.selected { outline: 4px solid rgba(170,122,51,.26); border-color: var(--gold); }
.floor-table.conflict { opacity: .48; }
.floor-legend { display: flex; flex-wrap: wrap; gap: .7rem 1rem; margin: .8rem 0; color: #746e65; font-size: .68rem; }
.floor-legend i { display: inline-block; width: 9px; height: 9px; margin-right: .35rem; border-radius: 3px; background: #fff; }
.floor-legend i.pending { background: #e7c761; }.floor-legend i.reserved { background: #82aec9; }.floor-legend i.seated { background: #66a48c; }
.loading-state, .empty-state { padding: 2rem; color: #81796f; text-align: center; }
.page-lead { max-width: 850px; color: #6e675d; line-height: 1.6; }
.editor-tabs { margin-top: 1.5rem; }
.editor-stage { display: none; width: min(100%, 1200px); min-height: 620px; margin-bottom: 1rem; background-size: 20px 20px; }
.editor-stage.active { display: block; }
.floor-table.editable { cursor: grab; touch-action: none; }
.floor-table.editable:active { cursor: grabbing; box-shadow: 0 12px 30px rgba(56,44,29,.25); }
.configuration-panel { margin-top: 1rem; }
.inline-form { display: grid; grid-template-columns: 1.5fr .7fr .7fr auto; gap: .7rem; align-items: end; }
.settings-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(340px, .7fr); gap: 1rem; align-items: start; }
.narrow-panel { max-width: 620px; }
.staff-form { display: grid; gap: 1rem; }
.staff-form h3, .panel h3 { margin: 1rem 0 0; }
.hours-editor { display: grid; gap: .5rem; margin-bottom: 1rem; }
.hours-line { display: grid; grid-template-columns: 90px 80px repeat(3, 1fr); gap: .45rem; align-items: center; }
.hours-line input { padding: .6rem; }
.special-days { max-height: 230px; overflow: auto; margin-top: 1rem; }
.special-days p { border-bottom: 1px solid var(--line); padding-bottom: .55rem; font-size: .8rem; }
.table-wrap { overflow: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { border-bottom: 1px solid var(--line); padding: .85rem; text-align: left; vertical-align: top; }
th { color: #787168; font-size: .68rem; text-transform: uppercase; }
td small { display: block; margin-top: .25rem; }

.modal { width: min(720px, calc(100% - 2rem)); max-height: 92vh; border: 0; border-radius: 22px; padding: 0; color: var(--ink); background: var(--paper); box-shadow: 0 32px 90px rgba(0,0,0,.28); }
.modal::backdrop { background: rgba(20,18,15,.62); backdrop-filter: blur(4px); }
.modal-body { max-height: 90vh; overflow: auto; padding: clamp(1.5rem, 4vw, 3rem); }
.modal-close-form { position: absolute; top: .7rem; right: .7rem; z-index: 2; }
.modal-close-form button { width: 38px; height: 38px; border: 0; border-radius: 50%; color: #777067; background: #eee9e1; font-size: 1.4rem; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin: 1.3rem 0; }
.detail-grid div { border: 1px solid var(--line); border-radius: 12px; padding: .8rem; }
.detail-grid small { display: block; margin-bottom: .2rem; }
.detail-actions { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.detail-actions button { border: 1px solid var(--line); border-radius: 999px; padding: .65rem .85rem; background: #fff; font-size: .75rem; font-weight: 800; }
.detail-actions button.primary { color: #fff; background: var(--ink); }
.detail-actions button.danger { color: var(--danger); }
.edit-reservation { margin-top: 1.25rem; border-top: 1px solid var(--line); padding-top: 1rem; }
.edit-reservation summary { cursor: pointer; color: var(--gold); font-weight: 800; }
.edit-reservation form { margin-top: 1rem; }

/* 2.0 – vendégút, várólista, CRM és vezetői áttekintés */
.waitlist-callout { grid-column: 1 / -1; display: flex; gap: 2rem; align-items: center; justify-content: space-between; width: min(1040px, calc(100% - 3rem)); margin: 0 auto 3rem; border: 1px solid rgba(170,122,51,.24); border-radius: 20px; padding: 1.4rem 1.6rem; background: linear-gradient(135deg, #fffdf9, #f3eadc); box-shadow: 0 12px 34px rgba(55,43,27,.08); }
.waitlist-callout h2 { margin: .15rem 0 .35rem; }
.waitlist-callout p { margin: 0; color: #6f675c; }
.button.outline { border: 1px solid var(--gold); color: #6f4d1f; background: transparent; white-space: nowrap; }
.button.danger { border-color: #d9a6aa; color: var(--danger); background: #fff8f8; }
.guest-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.4rem; }
.guest-confirmed-badge { display: inline-flex; border: 1px solid #b9d4c7; border-radius: 999px; padding: .5rem .75rem; color: var(--success); background: #eff9f4; font-size: .75rem; font-weight: 800; }
.deposit-public { margin-top: 1.2rem; border-left: 3px solid var(--gold); padding: 1rem 1.2rem; background: #fbf4e6; }
.date-nav, .search-form { display: flex; flex-wrap: wrap; gap: .65rem; align-items: end; }
.date-nav label, .search-form label { min-width: 180px; }
.waitlist-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(285px, 1fr)); gap: 1rem; }
.waitlist-card { display: grid; gap: .75rem; border: 1px solid var(--line); border-radius: 17px; padding: 1.15rem; background: #fff; }
.waitlist-card header { display: flex; gap: 1rem; justify-content: space-between; align-items: start; }
.waitlist-card h3 { margin: 0; }
.waitlist-card dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: .65rem; margin: 0; }
.waitlist-card dt { color: #82796d; font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.waitlist-card dd { margin: .15rem 0 0; font-weight: 700; }
.waitlist-actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.waitlist-actions form { display: flex; gap: .4rem; flex: 1; }
.waitlist-actions input { min-width: 105px; padding: .55rem; }
.waitlist-actions button, .text-button { border: 1px solid var(--line); border-radius: 9px; padding: .6rem .75rem; color: var(--ink); background: #fff; font-weight: 750; }
.guest-management { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(430px, 1.28fr); gap: 1rem; align-items: start; }
.guest-list { display: grid; gap: .65rem; max-height: calc(100vh - 250px); overflow: auto; }
.guest-list a { display: grid; grid-template-columns: 1fr auto; gap: .25rem .75rem; border: 1px solid var(--line); border-radius: 13px; padding: .85rem; color: inherit; background: #fff; text-decoration: none; }
.guest-list a:hover, .guest-list a.active { border-color: var(--gold); }
.guest-list small { color: #7c7469; }
.guest-profile-form { display: grid; gap: 1rem; }
.guest-history { margin-top: 1.25rem; }
.vip-badge, .allergy-badge, .eta-badge { display: inline-flex; align-items: center; border-radius: 999px; padding: .25rem .5rem; font-size: .62rem; font-weight: 850; text-transform: uppercase; }
.vip-badge { color: #704910; background: #f4dcae; }
.allergy-badge { color: #812f34; background: #f9e4e4; }
.eta-badge { color: #225c46; background: #dcf2e8; }
.reservation-badges { display: flex; flex-wrap: wrap; gap: .3rem; margin-top: .35rem; }
.report-metrics { display: grid; grid-template-columns: repeat(5, minmax(130px, 1fr)); gap: .85rem; margin-bottom: 1rem; }
.report-metrics article { border: 1px solid var(--line); border-radius: 16px; padding: 1rem; background: #fff; }
.report-metrics span { display: block; color: #7e7569; font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.report-metrics strong { display: block; margin-top: .35rem; font-family: Georgia, serif; font-size: 1.8rem; }
.report-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 1rem; margin-bottom: 1rem; }
.report-chart { display: grid; gap: .7rem; }
.report-bar-item { display: grid; grid-template-columns: 86px minmax(80px, 1fr) 64px; gap: .7rem; align-items: center; font-size: .75rem; }
.report-bar-track { height: 12px; border-radius: 999px; overflow: hidden; background: #eee8df; }
.report-bar { min-width: 3px; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #7e5928, #c59c5b); }
.automation-run { margin-top: 1rem; border-top: 1px solid var(--line); padding-top: 1rem; }
.operations-note { border: 1px solid #ead6b2; border-radius: 14px; padding: .9rem 1rem; color: #6f522a; background: #fff8e9; }

@media (max-width: 1100px) {
  .public-shell { grid-template-columns: minmax(0, 1fr); }
  .booking-intro { position: relative; min-height: 520px; }
  .wordmark { margin-bottom: 4rem; }
  .trust-row { margin-top: 2rem; padding-top: 1rem; }
  .operations-grid, .settings-grid, .guest-management, .report-grid { grid-template-columns: 1fr; }
  .report-metrics { grid-template-columns: repeat(3, 1fr); }
  .floor-panel { position: relative; top: 0; }
  .reservation-list { max-height: 620px; }
}

@media (max-width: 780px) {
  .staff-app { grid-template-columns: 1fr; }
  .staff-sidebar { position: relative; z-index: 10; display: grid; grid-template-columns: auto 1fr auto; align-items: center; width: 100%; height: auto; padding: .8rem; }
  .staff-brand { padding: 0 .5rem; }.staff-brand img { width: 46px; max-height: 48px; }.staff-brand strong { font-size: 1.4rem; }.staff-brand span { display: none; }
  .staff-sidebar nav { display: flex; gap: .2rem; overflow-x: auto; }.staff-sidebar nav a { padding: .65rem .75rem; white-space: nowrap; }.staff-sidebar nav a.active::before { display: none; }
  .staff-user { margin: 0; padding: 0 .5rem; border: 0; }.staff-user span, .staff-user small { display: none; }.staff-user button { margin: 0; }
  .staff-main { padding: 1rem; }
  .staff-topbar { align-items: flex-start; flex-direction: column; }.topbar-actions { width: 100%; }.date-control { flex: 1; }.topbar-actions .button { flex: 1; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .operations-grid { grid-template-columns: 1fr; }
  .floor-stage { min-height: 330px; }
  .editor-stage { min-height: 500px; }
  .inline-form { grid-template-columns: 1fr 1fr; }
  .field-grid.three, .field-grid.four { grid-template-columns: repeat(2, 1fr); }
  .hours-line { grid-template-columns: 1fr 1fr; padding: .7rem 0; border-bottom: 1px solid var(--line); }
  .report-metrics { grid-template-columns: repeat(2, 1fr); }
  .guest-list { max-height: 420px; }
}

@media (max-width: 560px) {
  .booking-intro { min-height: 460px; padding: 2rem; }
  .booking-card { width: calc(100% - 1rem); margin: .5rem auto; padding: 1.25rem; border-radius: 16px; }
  .field-grid.two, .field-grid.three, .field-grid.four { grid-template-columns: 1fr; }
  .booking-summary { grid-template-columns: 1fr; }.booking-summary div { border-right: 0; border-bottom: 1px solid var(--line); }.booking-summary div:last-child { border-bottom: 0; }
  .compact-shell, .success-shell { padding: .5rem; }
  .metric-grid { grid-template-columns: 1fr 1fr; gap: .55rem; }.metric-grid article { padding: .9rem; }.metric-grid strong { font-size: 1.55rem; }
  .reservation-card { grid-template-columns: 60px minmax(0, 1fr); }.reservation-card .status { grid-column: 2; }
  .floor-stage { min-height: 300px; }
  .inline-form { grid-template-columns: 1fr; }
  .detail-grid { grid-template-columns: 1fr; }
  .official-logo-link { margin-bottom: 3rem; padding: .45rem; }
  .official-logo { width: 96px; }
  .waitlist-callout { align-items: stretch; flex-direction: column; width: calc(100% - 1rem); margin-bottom: 1rem; }
  .waitlist-card dl { grid-template-columns: 1fr; }
  .report-metrics { grid-template-columns: 1fr 1fr; }
  .report-bar-item { grid-template-columns: 70px minmax(60px, 1fr) 50px; gap: .4rem; }
}
