:root {
  color-scheme: light;
  --ink: #123a34;
  --ink-strong: #09231f;
  --muted: #65736f;
  --paper: #f6f1e8;
  --paper-soft: #fbf8f1;
  --line: rgba(18, 58, 52, 0.14);
  --green: #123a34;
  --green-soft: #dbe7df;
  --accent: #c96931;
  --gold: #d9a441;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a,
button {
  font: inherit;
}

a,
button,
summary,
input,
textarea {
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.site-header {
  align-items: center;
  animation: headerDrop 620ms ease both;
  background: rgba(246, 241, 232, 0.88);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 5vw, 70px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand img {
  border-radius: 10px;
  display: block;
  height: 44px;
  object-fit: cover;
  width: 164px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 24px;
}

.nav-actions {
  align-items: center;
  display: flex;
  gap: 10px;
}

.nav-links a,
.nav-login,
.nav-cta {
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.nav-links a[aria-current="page"] {
  color: var(--accent);
}

.nav-login {
  border: 1px solid rgba(18, 58, 52, 0.2);
  border-radius: 999px;
  padding: 11px 15px;
}

.nav-login:hover,
.nav-login:focus-visible,
.nav-login[aria-current="page"] {
  background: rgba(18, 58, 52, 0.08);
  border-color: rgba(18, 58, 52, 0.32);
  transform: translateY(-1px);
}

.nav-cta {
  background: var(--green);
  border-radius: 999px;
  color: #fffaf1;
  padding: 12px 17px;
}

.hero {
  background:
    linear-gradient(90deg, rgba(8, 20, 18, 0.86), rgba(8, 20, 18, 0.36)),
    url("./assets/hero-bg.jpg") center center / cover no-repeat;
  align-items: center;
  display: flex;
  min-height: 76svh;
  overflow: hidden;
  padding: 108px clamp(18px, 5vw, 70px) 54px;
  position: relative;
}

.hero-media {
  background: rgba(201, 105, 49, 0.16);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-inner {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1180px;
  min-height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero-copy {
  animation: heroTextIn 780ms ease 120ms both;
  color: #fffaf1;
  max-width: 760px;
}

.eyebrow {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f3a05d;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(46px, 8vw, 92px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.94;
  margin-bottom: 24px;
  max-width: 760px;
}

h2 {
  color: var(--ink-strong);
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  margin-bottom: 18px;
}

h3 {
  color: var(--ink-strong);
  font-size: 22px;
  line-height: 1.15;
  margin-bottom: 10px;
}

.copy,
.split-copy p,
.application-intro p {
  color: rgba(255, 250, 241, 0.78);
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 650;
  line-height: 1.62;
  max-width: 610px;
}

.hero .copy {
  max-width: 640px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.primary-action,
.secondary-action {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  text-decoration: none;
}

.primary-action {
  background: var(--accent);
  color: #fffaf1;
}

.primary-action:hover,
.form-actions button:hover,
.cookie-actions button:hover {
  box-shadow: 0 12px 30px rgba(201, 105, 49, 0.28);
  transform: translateY(-2px);
}

.secondary-action {
  border: 1px solid rgba(255, 250, 241, 0.34);
  color: #fffaf1;
}

.secondary-action:hover,
.form-actions a:hover,
.cookie-actions a:hover {
  border-color: rgba(255, 250, 241, 0.48);
  transform: translateY(-2px);
}

.launch-note {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.launch-note span {
  background: rgba(255, 250, 241, 0.12);
  border: 1px solid rgba(255, 250, 241, 0.18);
  border-radius: 999px;
  color: rgba(255, 250, 241, 0.82);
  font-size: 13px;
  font-weight: 800;
  padding: 9px 13px;
}

.hero-proof {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  max-width: 660px;
}

.hero-proof span {
  background: rgba(9, 35, 31, 0.38);
  border: 1px solid rgba(255, 250, 241, 0.16);
  border-radius: 8px;
  color: rgba(255, 250, 241, 0.86);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.28;
  min-height: 58px;
  padding: 13px 14px;
}

.phone-preview {
  animation: phoneFloatIn 900ms cubic-bezier(0.2, 0.8, 0.2, 1) 260ms both;
  background: #f8f4ec;
  border: 9px solid rgba(255, 255, 255, 0.34);
  border-radius: 38px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
  color: var(--ink);
  justify-self: center;
  max-width: 370px;
  min-height: 540px;
  overflow: hidden;
  padding: 22px;
  position: relative;
  width: 100%;
}

.phone-preview::before {
  background: rgba(18, 58, 52, 0.16);
  border-radius: 999px;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  top: 11px;
  transform: translateX(-50%);
  width: 62px;
}

.phone-status {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 900;
  justify-content: space-between;
  margin: 12px 4px 16px;
}

.phone-status span:last-child {
  color: var(--muted);
  font-size: 13px;
}

.phone-hero {
  background:
    linear-gradient(180deg, rgba(18, 58, 52, 0.04), rgba(18, 58, 52, 0.9)),
    url("./assets/hero-bg.jpg") center center / cover no-repeat;
  border-radius: 24px;
  color: #fffaf1;
  min-height: 222px;
  padding: 18px;
}

.phone-tag {
  background: rgba(255, 250, 241, 0.16);
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 88px;
  padding: 7px 10px;
}

.phone-hero strong {
  display: block;
  font-size: 24px;
  line-height: 1.1;
}

.phone-hero p {
  color: rgba(255, 250, 241, 0.72);
  font-size: 14px;
  font-weight: 750;
  margin: 6px 0 0;
}

.phone-hero-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.phone-hero-meta span {
  animation: softPulse 2.8s ease-in-out infinite;
  background: rgba(255, 250, 241, 0.14);
  border: 1px solid rgba(255, 250, 241, 0.16);
  border-radius: 999px;
  color: rgba(255, 250, 241, 0.88);
  font-size: 12px;
  font-weight: 900;
  padding: 8px 10px;
}

.phone-hero-meta span:nth-child(2) {
  animation-delay: 500ms;
}

.phone-search {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  display: flex;
  gap: 10px;
  margin-top: 14px;
  padding: 14px;
}

.phone-search span {
  border: 2px solid rgba(18, 58, 52, 0.42);
  border-radius: 999px;
  display: block;
  height: 18px;
  position: relative;
  width: 18px;
}

.phone-search span::after {
  background: rgba(18, 58, 52, 0.42);
  border-radius: 999px;
  bottom: -5px;
  content: "";
  height: 8px;
  position: absolute;
  right: -4px;
  transform: rotate(-45deg);
  width: 2px;
}

.phone-search strong {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.phone-reservation {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding: 15px;
}

.phone-reservation span,
.phone-reservation strong {
  display: block;
}

.phone-reservation span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 4px;
}

.phone-reservation strong {
  color: var(--green);
  font-size: 26px;
  line-height: 1;
}

.phone-reservation button {
  background: var(--green);
  border: 0;
  border-radius: 999px;
  color: #fffaf1;
  font-size: 12px;
  font-weight: 950;
  min-height: 40px;
  padding: 0 14px;
}

.phone-tabs {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  bottom: 22px;
  display: flex;
  gap: 12px;
  justify-content: center;
  left: 50%;
  padding: 11px 16px;
  position: absolute;
  transform: translateX(-50%);
}

.phone-tabs span {
  background: rgba(18, 58, 52, 0.24);
  border-radius: 999px;
  display: block;
  height: 9px;
  width: 36px;
}

.phone-tabs span:first-child {
  background: var(--green);
}

.section {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(56px, 9vw, 108px) clamp(18px, 5vw, 28px);
}

.intro-band {
  max-width: 1240px;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 1.1fr);
  margin-bottom: 28px;
}

.section-heading.compact {
  align-items: start;
  display: block;
  max-width: 760px;
}

.feature-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.feature-card {
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
}

.feature-card,
.about-grid article,
.trust-points article,
.product-screen,
.workflow-grid article,
.operator-grid article,
.readiness-row,
.beta-steps article,
.faq-list details,
.application-card,
.image-panel {
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.feature-card:hover,
.about-grid article:hover,
.trust-points article:hover,
.product-screen:hover,
.workflow-grid article:hover,
.operator-grid article:hover,
.readiness-row:hover,
.beta-steps article:hover,
.faq-list details:hover,
.application-card:hover {
  border-color: rgba(18, 58, 52, 0.22);
  box-shadow: 0 18px 44px rgba(18, 58, 52, 0.1);
  transform: translateY(-4px);
}

.feature-card span {
  color: var(--accent);
  display: block;
  font-size: 13px;
  font-weight: 950;
  margin-bottom: 48px;
}

.feature-card p,
.beta-steps p {
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.56;
  margin: 0;
}

.web-restaurants-section {
  max-width: 1240px;
  padding-top: 42px;
}

.restaurants-page {
  background:
    radial-gradient(circle at top right, rgba(201, 105, 49, 0.14), transparent 28%),
    var(--paper);
}

.restaurants-hero {
  align-items: end;
  display: grid;
  gap: clamp(22px, 4vw, 48px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  margin: 0 auto;
  max-width: 1240px;
  padding: 132px clamp(18px, 5vw, 70px) 42px;
}

.restaurants-hero h1 {
  color: var(--ink-strong);
  font-size: clamp(42px, 7vw, 82px);
  max-width: 850px;
}

.restaurants-hero p {
  color: var(--muted);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  line-height: 1.62;
  max-width: 700px;
}

.restaurants-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.restaurants-hero-actions .secondary-action {
  border-color: rgba(18, 58, 52, 0.16);
  color: var(--ink);
}

.restaurants-hero-card {
  background: var(--ink-strong);
  border-radius: 8px;
  color: #fffaf1;
  display: grid;
  gap: 14px;
  min-height: 260px;
  padding: 24px;
}

.restaurants-hero-card span {
  color: #f3a05d;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.restaurants-hero-card strong {
  color: #fffaf1;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.04;
}

.restaurants-hero-card p {
  color: rgba(255, 250, 241, 0.7);
  font-size: 15px;
  margin: 0;
}

.web-restaurants-preview {
  max-width: 1180px;
}

.web-restaurants-preview-action {
  margin-top: 6px;
}

.web-restaurant-toolbar-preview {
  margin: 24px auto 16px;
  max-width: 940px;
}

.web-restaurants-section .section-heading > p {
  color: var(--muted);
  font-size: clamp(16px, 2vw, 19px);
  font-weight: 700;
  line-height: 1.62;
  margin: 0;
}

.web-restaurant-toolbar {
  align-items: center;
  background: rgba(255, 250, 241, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 14px 16px;
}

.web-restaurant-toolbar span,
.web-restaurant-toolbar a {
  font-size: 14px;
  font-weight: 900;
}

.web-restaurant-toolbar span {
  color: var(--ink);
}

.web-restaurant-toolbar a {
  color: var(--accent);
  text-decoration: none;
}

.web-restaurant-quick-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
}

.web-restaurant-quick-row button,
.web-restaurant-controls button {
  border: 1px solid rgba(18, 58, 52, 0.14);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 950;
  min-height: 44px;
  padding: 10px 15px;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.web-restaurant-quick-row button {
  background: rgba(255, 250, 241, 0.86);
  color: var(--ink);
}

.web-restaurant-quick-row button[data-active="true"],
.web-restaurant-quick-row button:hover,
.web-restaurant-quick-row button:focus-visible {
  background: var(--green);
  border-color: var(--green);
  color: #fffaf1;
  transform: translateY(-1px);
}

.web-restaurant-controls {
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.92), rgba(241, 235, 224, 0.72)),
    radial-gradient(circle at 10% 0%, rgba(201, 105, 49, 0.12), transparent 34%);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(260px, 1.4fr) repeat(4, minmax(132px, 1fr)) auto;
  margin-bottom: 18px;
  padding: 16px;
}

.web-restaurant-controls label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.web-restaurant-controls label > span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.web-restaurant-controls input,
.web-restaurant-controls select {
  appearance: none;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(18, 58, 52, 0.12);
  border-radius: 8px;
  color: var(--ink-strong);
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  min-height: 48px;
  outline: none;
  padding: 0 14px;
  width: 100%;
}

.web-restaurant-controls select {
  background-image:
    linear-gradient(45deg, transparent 50%, var(--muted) 50%),
    linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 21px,
    calc(100% - 12px) 21px;
  background-repeat: no-repeat;
  background-size:
    6px 6px,
    6px 6px;
  padding-right: 32px;
}

.web-restaurant-controls input:focus,
.web-restaurant-controls select:focus {
  border-color: rgba(201, 105, 49, 0.52);
  box-shadow: 0 0 0 4px rgba(201, 105, 49, 0.1);
}

.web-restaurant-controls button {
  align-self: end;
  background: rgba(18, 58, 52, 0.08);
  color: var(--ink-strong);
  white-space: nowrap;
}

.web-restaurant-controls button:hover,
.web-restaurant-controls button:focus-visible {
  background: var(--accent);
  border-color: var(--accent);
  color: #fffaf1;
  transform: translateY(-1px);
}

.web-restaurant-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.web-restaurant-card {
  background: #fffaf1;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(18, 58, 52, 0.08);
  color: inherit;
  cursor: pointer;
  display: block;
  min-width: 0;
  overflow: hidden;
  text-decoration: none;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.web-restaurant-card:hover {
  border-color: rgba(18, 58, 52, 0.22);
  box-shadow: 0 24px 62px rgba(18, 58, 52, 0.14);
  transform: translateY(-4px);
}

.web-restaurant-card:focus-visible,
.web-restaurant-card.is-selected {
  border-color: rgba(201, 105, 49, 0.5);
  box-shadow:
    0 24px 62px rgba(18, 58, 52, 0.14),
    0 0 0 4px rgba(201, 105, 49, 0.12);
  outline: 0;
}

.web-restaurant-photo {
  background: var(--green-soft);
  display: block;
  min-height: 220px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.web-restaurant-photo::after {
  background: linear-gradient(180deg, transparent 42%, rgba(9, 35, 31, 0.7));
  content: "";
  inset: 0;
  position: absolute;
}

.web-restaurant-photo img {
  display: block;
  height: 220px;
  object-fit: cover;
  transition: transform 420ms ease;
  width: 100%;
}

.web-restaurant-card:hover .web-restaurant-photo img {
  transform: scale(1.04);
}

.web-restaurant-photo span {
  align-items: center;
  background: rgba(255, 250, 241, 0.92);
  border: 1px solid rgba(18, 58, 52, 0.12);
  border-radius: 999px;
  bottom: 14px;
  color: var(--ink-strong);
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  gap: 6px;
  min-width: 52px;
  padding: 9px 12px;
  position: absolute;
  right: 14px;
  z-index: 1;
}

.web-restaurant-photo span::before {
  color: var(--gold);
  content: "★";
}

.web-restaurant-body {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.web-restaurant-body p {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.web-restaurant-body h3 {
  color: var(--ink-strong);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1;
  margin: 0;
}

.web-restaurant-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.web-restaurant-tags span {
  background: rgba(201, 105, 49, 0.1);
  border: 1px solid rgba(201, 105, 49, 0.15);
  border-radius: 999px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 950;
  padding: 7px 9px;
}

.web-restaurant-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.web-restaurant-meta span {
  background: rgba(18, 58, 52, 0.07);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 999px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  padding: 8px 10px;
}

.web-restaurant-link {
  align-items: center;
  background: var(--green);
  border-radius: 999px;
  color: #fffaf1;
  display: inline-flex;
  font-size: 14px;
  font-weight: 950;
  justify-content: center;
  padding: 13px 16px;
  text-decoration: none;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.web-restaurant-card:hover .web-restaurant-link {
  background: var(--ink-strong);
  transform: translateY(-2px);
}

.web-restaurant-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.web-restaurant-actions button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.web-restaurant-actions .web-restaurant-link {
  min-height: 44px;
}

.web-restaurant-favorite {
  align-items: center;
  background: rgba(18, 58, 52, 0.08);
  border: 1px solid rgba(18, 58, 52, 0.12);
  border-radius: 999px;
  color: var(--green);
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.web-restaurant-favorite:hover,
.web-restaurant-favorite:focus-visible {
  background: #fffaf1;
  border-color: rgba(201, 105, 49, 0.28);
  color: var(--accent);
  outline: 0;
  transform: translateY(-2px);
}

.web-restaurant-favorite.icon-only {
  min-width: 44px;
  padding: 0;
  width: 44px;
}

.web-restaurant-favorite svg,
.guest-restaurant-favorite-action svg {
  display: block;
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 20px;
}

.web-restaurant-favorite.is-active,
.guest-restaurant-favorite-action.is-active {
  background: var(--green);
  border-color: var(--green);
  color: #fffaf1;
}

.web-restaurant-favorite.is-active svg,
.guest-restaurant-favorite-action.is-active svg {
  fill: currentColor;
}

.web-restaurant-skeleton,
.web-restaurant-empty {
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.78), rgba(219, 231, 223, 0.48), rgba(255, 250, 241, 0.78));
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 360px;
}

.web-restaurant-skeleton {
  animation: webRestaurantLoading 1.35s ease-in-out infinite;
  background-size: 200% 100%;
}

.web-restaurant-empty {
  display: grid;
  grid-column: 1 / -1;
  place-content: center;
  text-align: center;
  padding: 34px;
}

.web-restaurant-empty strong {
  color: var(--ink-strong);
  display: block;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.web-restaurant-empty p {
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
  margin: 0;
}

@keyframes webRestaurantLoading {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: -200% 50%;
  }
}

.trust-section {
  align-items: end;
  background: var(--ink-strong);
  border-radius: 8px;
  color: #fffaf1;
  display: grid;
  gap: clamp(28px, 5vw, 58px);
  grid-template-columns: minmax(0, 0.84fr) minmax(320px, 1.16fr);
  max-width: 1180px;
  padding: clamp(34px, 6vw, 58px);
}

.trust-section h2 {
  color: #fffaf1;
}

.trust-copy p {
  color: rgba(255, 250, 241, 0.72);
  font-size: clamp(16px, 2vw, 19px);
  font-weight: 650;
  line-height: 1.62;
  max-width: 580px;
}

.trust-points {
  display: grid;
  gap: 12px;
}

.trust-points article {
  background: rgba(255, 250, 241, 0.08);
  border: 1px solid rgba(255, 250, 241, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 48px minmax(0, 0.65fr) minmax(0, 1fr);
  padding: 18px;
}

.trust-points span {
  align-items: center;
  background: rgba(201, 105, 49, 0.18);
  border-radius: 999px;
  color: #f3a05d;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.trust-points strong {
  color: #fffaf1;
  font-size: 18px;
  line-height: 1.18;
}

.trust-points p {
  color: rgba(255, 250, 241, 0.68);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
  margin: 0;
}

.product-section {
  max-width: 1240px;
  padding-top: 48px;
}

.product-showcase {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-screen {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.96), rgba(255, 250, 241, 1)),
    radial-gradient(circle at 20% 0%, rgba(201, 105, 49, 0.14), transparent 34%);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 430px;
  overflow: hidden;
  padding: 18px;
  position: relative;
}

.product-screen::after {
  background: rgba(18, 58, 52, 0.1);
  border-radius: 999px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: 10px;
  transform: translateX(-50%);
  width: 52px;
}

.screen-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 18px 0 16px;
}

.screen-top span,
.screen-top strong {
  display: block;
}

.screen-top span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.screen-top strong {
  color: var(--ink-strong);
  font-size: 20px;
  line-height: 1;
}

.screen-photo {
  background:
    linear-gradient(180deg, rgba(18, 58, 52, 0.04), rgba(18, 58, 52, 0.74)),
    url("./assets/hero-bg.jpg") center center / cover no-repeat;
  border-radius: 8px;
  min-height: 178px;
}

.screen-copy,
.reservation-status,
.review-card,
.business-list div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.screen-copy {
  margin-top: 12px;
  padding: 16px;
}

.screen-copy strong,
.screen-copy p,
.review-card strong,
.review-card p,
.reservation-status strong,
.reservation-status p,
.business-list strong,
.business-list small {
  display: block;
}

.screen-copy strong,
.review-card strong,
.reservation-status strong,
.business-list strong {
  color: var(--ink-strong);
}

.screen-copy p,
.review-card p,
.reservation-status p,
.business-list small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  margin: 5px 0 0;
}

.screen-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.screen-pills span {
  background: rgba(18, 58, 52, 0.08);
  border-radius: 999px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  padding: 8px 10px;
}

.reservation-status {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  padding: 15px;
}

.reservation-status > span {
  background: rgba(18, 58, 52, 0.14);
  border-radius: 999px;
  flex: 0 0 auto;
  height: 34px;
  position: relative;
  width: 34px;
}

.reservation-status > span::after {
  background: var(--green);
  border-radius: 999px;
  content: "";
  height: 10px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 10px;
}

.reservation-status.active {
  border-color: rgba(201, 105, 49, 0.34);
  box-shadow: 0 16px 34px rgba(201, 105, 49, 0.12);
}

.reservation-status.active > span {
  background: rgba(201, 105, 49, 0.16);
}

.reservation-status.active > span::after {
  background: var(--accent);
}

.review-card {
  margin-top: 22px;
  padding: 16px;
}

.business-list {
  display: grid;
  gap: 10px;
}

.business-list div {
  display: grid;
  gap: 4px;
  grid-template-columns: 58px minmax(0, 1fr);
  padding: 14px;
}

.business-list span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 950;
  grid-row: span 2;
}

.business-list small {
  margin: 0;
}

.about-section {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 58px);
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  max-width: 1180px;
  padding-top: 32px;
}

.about-copy p {
  color: var(--muted);
  font-size: clamp(16px, 2vw, 19px);
  font-weight: 650;
  line-height: 1.62;
  margin-bottom: 16px;
  max-width: 680px;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.about-grid {
  display: grid;
  gap: 12px;
}

.about-grid article {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.92), rgba(255, 250, 241, 1)),
    radial-gradient(circle at 0% 0%, rgba(201, 105, 49, 0.16), transparent 34%);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}

.about-grid strong,
.about-grid span {
  display: block;
}

.about-grid strong {
  color: var(--accent);
  font-size: 12px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.about-grid span {
  color: var(--ink-strong);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.18;
}

.split-section {
  align-items: center;
  display: grid;
  gap: clamp(28px, 6vw, 76px);
  grid-template-columns: minmax(0, 0.88fr) minmax(300px, 1.12fr);
}

.split-section.reverse {
  grid-template-columns: minmax(300px, 1.12fr) minmax(0, 0.88fr);
}

.split-copy p,
.application-intro p {
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 11px;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.check-list li {
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  padding-left: 28px;
  position: relative;
}

.check-list li::before {
  background: var(--accent);
  border-radius: 999px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 10px;
}

.workflow-section {
  max-width: 1240px;
  padding-top: 28px;
}

.workflow-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
}

.workflow-grid article {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.88), rgba(255, 250, 241, 0.98)),
    radial-gradient(circle at 20% 0%, rgba(201, 105, 49, 0.18), transparent 34%);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 260px;
  padding: 26px;
}

.workflow-grid span {
  color: var(--accent);
  display: block;
  font-size: 12px;
  font-weight: 950;
  margin-bottom: 54px;
  text-transform: uppercase;
}

.workflow-grid p {
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.58;
  margin: 0;
}

.image-panel {
  border-radius: 8px;
  min-height: 460px;
  overflow: hidden;
  position: relative;
}

.guest-panel {
  background:
    linear-gradient(180deg, rgba(18, 58, 52, 0.08), rgba(18, 58, 52, 0.82)),
    url("./assets/hero-bg.jpg") center center / cover no-repeat;
}

.business-panel {
  background:
    linear-gradient(180deg, rgba(246, 241, 232, 0.14), rgba(18, 58, 52, 0.88)),
    url("./assets/hero-bg.jpg") center center / cover no-repeat;
}

.floating-review {
  background: #fffaf1;
  border-radius: 8px;
  bottom: 26px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  left: 26px;
  padding: 18px 22px;
  position: absolute;
}

.floating-review strong,
.floating-review span {
  display: block;
}

.floating-review strong {
  color: var(--green);
  font-size: 36px;
  line-height: 1;
}

.floating-review span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  margin-top: 5px;
}

.business-widget {
  align-items: center;
  background: rgba(255, 250, 241, 0.92);
  border-radius: 8px;
  display: flex;
  gap: 10px;
  left: 28px;
  overflow-x: auto;
  padding: 12px;
  position: absolute;
  right: 28px;
  top: 28px;
}

.business-widget span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--green);
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 900;
  padding: 13px 16px;
}

.business-widget span:first-child {
  animation: softPulse 3.2s ease-in-out infinite;
}

.operator-section {
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: clamp(28px, 5vw, 58px);
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1.28fr);
  max-width: 1180px;
  padding: clamp(34px, 6vw, 58px);
}

.operator-heading p {
  color: var(--muted);
  font-size: clamp(16px, 2vw, 19px);
  font-weight: 650;
  line-height: 1.62;
  max-width: 520px;
}

.operator-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.operator-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 210px;
  padding: 22px;
}

.operator-grid strong {
  color: var(--accent);
  display: block;
  font-size: 13px;
  margin-bottom: 42px;
}

.operator-grid p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.56;
  margin: 0;
}

.readiness-section {
  align-items: stretch;
  display: grid;
  gap: clamp(22px, 4vw, 42px);
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  max-width: 1180px;
  padding-top: 42px;
}

.readiness-copy {
  background: var(--ink-strong);
  border-radius: 8px;
  color: #fffaf1;
  padding: clamp(28px, 5vw, 46px);
}

.readiness-copy h2 {
  color: #fffaf1;
  font-size: clamp(30px, 4.5vw, 50px);
}

.readiness-copy p {
  color: rgba(255, 250, 241, 0.72);
  font-size: clamp(16px, 2vw, 19px);
  font-weight: 650;
  line-height: 1.62;
}

.text-action {
  align-items: center;
  border: 1px solid rgba(255, 250, 241, 0.24);
  border-radius: 999px;
  color: #fffaf1;
  display: inline-flex;
  font-size: 14px;
  font-weight: 950;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none;
}

.text-action:hover {
  background: rgba(255, 250, 241, 0.08);
  transform: translateY(-2px);
}

.readiness-panel {
  display: grid;
  gap: 14px;
}

.readiness-row {
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(140px, 0.48fr) minmax(0, 1fr);
  padding: 24px;
}

.readiness-row span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.readiness-row strong {
  color: var(--ink-strong);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.2;
}

.beta-section {
  align-items: center;
  background: var(--green);
  border-radius: 8px;
  color: #fffaf1;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  max-width: 1180px;
  padding: clamp(34px, 6vw, 56px);
}

.beta-section h2,
.beta-section .eyebrow {
  color: #fffaf1;
}

.beta-section .eyebrow {
  color: #f3a05d;
}

.beta-steps {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}

.beta-steps article {
  background: rgba(255, 250, 241, 0.1);
  border: 1px solid rgba(255, 250, 241, 0.16);
  border-radius: 8px;
  padding: 18px;
}

.beta-steps span {
  align-items: center;
  background: var(--accent);
  border-radius: 999px;
  color: #fffaf1;
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  height: 28px;
  justify-content: center;
  margin-bottom: 18px;
  width: 28px;
}

.beta-steps strong {
  color: #fffaf1;
  display: block;
  font-size: 18px;
  margin-bottom: 7px;
}

.beta-steps p {
  color: rgba(255, 250, 241, 0.72);
}

.faq-section {
  max-width: 980px;
  padding-top: 54px;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.faq-list details {
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0;
}

.faq-list summary {
  color: var(--ink-strong);
  cursor: pointer;
  font-size: 17px;
  font-weight: 900;
  list-style: none;
  padding: 22px 24px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  color: var(--accent);
  content: "+";
  float: right;
  font-size: 24px;
  line-height: 0.8;
  margin-left: 18px;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.62;
  margin: 0;
  padding: 18px 24px 22px;
}

.application-section {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 58px);
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1.28fr);
}

.application-proof {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.application-proof div {
  background: rgba(255, 250, 241, 0.76);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.application-proof strong,
.application-proof span {
  display: block;
}

.application-proof strong {
  color: var(--green);
  font-size: 32px;
  line-height: 1;
}

.application-proof span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  margin-top: 7px;
}

.application-flow {
  background: rgba(255, 250, 241, 0.76);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 18px;
}

.application-flow strong,
.application-flow span {
  display: block;
}

.application-flow strong {
  color: var(--ink-strong);
  font-size: 16px;
  line-height: 1.2;
}

.application-flow span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.application-note,
.form-notice {
  background: rgba(201, 105, 49, 0.08);
  border: 1px solid rgba(201, 105, 49, 0.22);
  border-radius: 8px;
  padding: 16px;
}

.application-note {
  margin-top: 12px;
}

.application-note strong,
.application-note p,
.form-notice strong,
.form-notice p,
.form-disclaimer {
  display: block;
}

.application-note strong,
.form-notice strong {
  color: var(--ink-strong);
  font-size: 15px;
  line-height: 1.2;
}

.application-note p,
.form-notice p,
.form-disclaimer {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.48;
  margin: 7px 0 0;
}

.application-card {
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(18, 58, 52, 0.12);
  padding: clamp(20px, 4vw, 34px);
}

.form-notice {
  margin-bottom: 16px;
}

.form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

label {
  color: var(--ink);
  display: grid;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
}

input,
textarea {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  outline: 0;
  padding: 14px 15px;
  width: 100%;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #9aa6a2;
}

input:focus,
textarea:focus {
  border-color: rgba(201, 105, 49, 0.86);
  box-shadow: 0 0 0 4px rgba(201, 105, 49, 0.14);
}

.wide-field {
  margin-top: 14px;
}

.form-actions {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 18px;
}

.form-actions button,
.form-actions a {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 950;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
}

.form-actions button {
  background: var(--green);
  border: 0;
  color: #fffaf1;
  cursor: pointer;
}

.form-actions a {
  border: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
}

.form-disclaimer {
  margin-top: 14px;
}

.panel-page {
  background:
    radial-gradient(circle at 12% 12%, rgba(201, 105, 49, 0.14), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(18, 58, 52, 0.12), transparent 30%),
    var(--paper);
}

.panel-main {
  padding: 132px clamp(18px, 5vw, 70px) 70px;
}

.panel-shell {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  margin: 0 auto;
  max-width: 1180px;
}

.panel-intro {
  background:
    linear-gradient(135deg, rgba(9, 35, 31, 0.94), rgba(18, 58, 52, 0.86)),
    url("./assets/hero-bg.jpg") center center / cover no-repeat;
  border: 1px solid rgba(255, 250, 241, 0.16);
  border-radius: 34px;
  color: #fffaf1;
  display: flex;
  flex-direction: column;
  min-height: 560px;
  overflow: hidden;
  padding: clamp(30px, 5vw, 58px);
  position: relative;
}

.panel-intro::after {
  background: rgba(255, 250, 241, 0.1);
  content: "";
  height: 1px;
  margin-top: 28px;
  order: 4;
  width: 100%;
}

.panel-kicker {
  background: rgba(255, 250, 241, 0.12);
  border: 1px solid rgba(255, 250, 241, 0.18);
  border-radius: 999px;
  color: #f2d6a3;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 10px 14px;
  text-transform: uppercase;
}

.panel-intro h1 {
  color: #fffaf1;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1;
  margin: 36px 0 22px;
  max-width: 720px;
}

.panel-intro p {
  color: rgba(255, 250, 241, 0.78);
  font-size: 18px;
  line-height: 1.65;
  margin: 0;
  max-width: 620px;
}

.panel-route-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 34px;
}

.panel-route-list span {
  background: rgba(255, 250, 241, 0.12);
  border: 1px solid rgba(255, 250, 241, 0.16);
  border-radius: 999px;
  color: #fffaf1;
  font-size: 13px;
  font-weight: 850;
  padding: 10px 13px;
}

.panel-auth-card {
  align-self: stretch;
  background: rgba(255, 250, 241, 0.92);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(18, 58, 52, 0.12);
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  padding: clamp(24px, 4vw, 42px);
}

.panel-auth-card h2 {
  color: var(--ink-strong);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.02;
  margin: -4px 0 10px;
}

.panel-mode-toggle {
  background: rgba(18, 58, 52, 0.06);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 999px;
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr 1fr;
  padding: 6px;
}

.panel-mode-toggle button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 950;
  min-height: 42px;
}

.panel-mode-toggle button.is-active {
  background: var(--green);
  color: #fffaf1;
}

.account-card p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.65;
  margin: 0;
}

.panel-field[hidden],
.panel-form-row[hidden] {
  display: none;
}

.panel-field {
  display: grid;
  gap: 8px;
}

.panel-field span,
.panel-remember {
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.panel-field input {
  background: #fffdf8;
  border: 1px solid rgba(18, 58, 52, 0.16);
  border-radius: 16px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 760;
  min-height: 54px;
  outline: none;
  padding: 0 16px;
  width: 100%;
}

.panel-field input:focus {
  border-color: rgba(201, 105, 49, 0.68);
  box-shadow: 0 0 0 4px rgba(201, 105, 49, 0.12);
}

.panel-form-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}

.panel-remember {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 18px minmax(0, auto);
  justify-content: start;
  min-width: 0;
  width: auto;
  white-space: normal;
}

.panel-remember input {
  accent-color: var(--green);
  height: 18px;
  margin: 0;
  padding: 0;
  width: 18px;
}

.panel-remember span {
  display: block;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.panel-submit {
  border: 0;
  cursor: pointer;
  margin-top: 6px;
  width: 100%;
}

.panel-auth-card .text-action {
  background: rgba(18, 58, 52, 0.08);
  border-color: rgba(18, 58, 52, 0.12);
  color: var(--ink);
  flex: 0 0 auto;
  justify-content: center;
  max-width: 100%;
  min-height: 42px;
  min-width: 150px;
  padding: 0 16px;
  position: static;
  white-space: nowrap;
}

.panel-auth-card .text-action:hover {
  background: rgba(18, 58, 52, 0.12);
}

.panel-register-copy {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
  margin: -4px 0 0;
  text-align: center;
}

.panel-register-copy a {
  color: var(--accent);
  font-weight: 950;
  text-decoration: none;
}

.panel-submit:disabled,
.panel-auth-card button:disabled {
  cursor: wait;
  opacity: 0.64;
}

.panel-status {
  border-radius: 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
  margin: 0;
  min-height: 20px;
}

.panel-status[data-tone="error"] {
  color: #98351f;
}

.panel-status[data-tone="success"] {
  color: var(--green);
}

.panel-result {
  background: #fffdf8;
  border: 1px solid rgba(18, 58, 52, 0.14);
  border-radius: 22px;
  display: grid;
  gap: 10px;
  padding: 18px;
}

.panel-result[hidden] {
  display: none;
}

.panel-result span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.panel-result h3 {
  color: var(--ink-strong);
  font-size: 22px;
  line-height: 1.15;
  margin: 0;
}

.panel-result p,
.panel-result small {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.panel-result-action {
  justify-self: start;
  margin-top: 4px;
  text-decoration: none;
}

.panel-icon-action {
  appearance: none;
  cursor: pointer;
  font: inherit;
}

.dashboard-shell {
  display: grid;
  gap: 18px;
  margin: 0 auto;
  max-width: 1180px;
}

.dashboard-hero {
  align-items: end;
  background:
    linear-gradient(135deg, rgba(9, 35, 31, 0.96), rgba(18, 58, 52, 0.88)),
    url("./assets/hero-bg.jpg") center center / cover no-repeat;
  border: 1px solid rgba(255, 250, 241, 0.14);
  border-radius: 28px;
  color: #fffaf1;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 260px;
  padding: clamp(26px, 5vw, 48px);
}

.dashboard-hero h1 {
  color: #fffaf1;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 0.98;
  margin: 10px 0 12px;
  max-width: 760px;
}

.dashboard-hero p:not(.eyebrow) {
  color: rgba(255, 250, 241, 0.76);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
  margin: 0;
  max-width: 640px;
}

.dashboard-refresh {
  background: rgba(255, 250, 241, 0.12);
  border-color: rgba(255, 250, 241, 0.22);
  color: #fffaf1;
  cursor: pointer;
  white-space: nowrap;
}

.dashboard-metrics {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dashboard-metrics article,
.dashboard-panel,
.dashboard-row,
.dashboard-empty {
  background: rgba(255, 250, 241, 0.92);
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(18, 58, 52, 0.08);
}

.dashboard-metrics article {
  border-radius: 20px;
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 20px;
}

.dashboard-metrics span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.dashboard-metrics strong {
  color: var(--ink-strong);
  font-size: 42px;
  line-height: 1;
}

.dashboard-day-summary {
  display: grid;
  gap: 12px;
}

.dashboard-day-summary-head {
  align-items: end;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 4px 4px 0;
}

.dashboard-day-summary-head h2 {
  color: var(--ink-strong);
  font-size: 24px;
  line-height: 1.05;
  margin: 4px 0 0;
}

.dashboard-day-summary-head > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-align: right;
}

.dashboard-metrics-secondary article {
  background: rgba(255, 250, 241, 0.76);
  box-shadow: 0 12px 32px rgba(18, 58, 52, 0.06);
  min-height: 86px;
  padding: 16px;
}

.dashboard-metrics-secondary strong {
  font-size: 34px;
}

.dashboard-panel {
  border-radius: 28px;
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 28px);
}

.dashboard-panel-head {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
}

.dashboard-panel-head h2 {
  color: var(--ink-strong);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  margin: 6px 0 0;
  overflow-wrap: anywhere;
}

.dashboard-panel-note {
  align-self: end;
  background: rgba(18, 58, 52, 0.07);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  text-align: center;
  white-space: nowrap;
}

.dashboard-compact-search {
  background: rgba(18, 58, 52, 0.06);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 18px;
  box-sizing: border-box;
  display: grid;
  gap: 6px;
  justify-self: end;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 10px 12px;
  width: min(420px, 100%);
}

.dashboard-compact-search span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.dashboard-compact-search input {
  background: transparent;
  border: 0;
  color: var(--ink-strong);
  font: inherit;
  font-size: 15px;
  font-weight: 850;
  min-width: 0;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.guest-restaurant-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guest-restaurant-quick-row {
  margin-top: 4px;
}

.guest-restaurant-controls {
  grid-template-columns: minmax(240px, 1.45fr) repeat(3, minmax(132px, 1fr));
}

.guest-restaurant-controls .web-restaurant-search {
  grid-column: span 2;
}

.guest-web-restaurant-grid {
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guest-web-restaurant-grid .dashboard-empty {
  grid-column: 1 / -1;
}

.guest-restaurant-card {
  align-items: stretch;
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid rgba(18, 58, 52, 0.12);
  border-radius: 22px;
  color: inherit;
  display: grid;
  gap: 14px;
  grid-template-columns: 132px minmax(0, 1fr);
  min-height: 164px;
  overflow: hidden;
  padding: 12px;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.guest-restaurant-card:hover {
  border-color: rgba(201, 105, 49, 0.28);
  box-shadow: 0 18px 40px rgba(18, 58, 52, 0.12);
  transform: translateY(-2px);
}

.guest-restaurant-image {
  background: rgba(18, 58, 52, 0.08);
  border-radius: 16px;
  display: block;
  min-height: 140px;
  overflow: hidden;
  position: relative;
}

.guest-restaurant-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.guest-restaurant-image span {
  background: rgba(255, 250, 241, 0.92);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 999px;
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  left: 10px;
  padding: 7px 9px;
  position: absolute;
  top: 10px;
}

.guest-restaurant-content {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.guest-restaurant-kicker {
  color: var(--accent);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.guest-restaurant-content strong {
  color: var(--ink-strong);
  font-size: 22px;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.guest-restaurant-tags,
.guest-restaurant-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.guest-restaurant-tags em,
.guest-restaurant-meta span {
  background: rgba(18, 58, 52, 0.07);
  border: 1px solid rgba(18, 58, 52, 0.08);
  border-radius: 999px;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 7px 9px;
}

.guest-restaurant-action {
  align-self: end;
  color: var(--green);
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  max-width: 100%;
  margin-top: 2px;
  overflow-wrap: anywhere;
}

.guest-restaurant-detail[hidden] {
  display: none;
}

.guest-restaurant-detail {
  grid-column: 1 / -1;
  margin-top: 18px;
}

.guest-restaurant-detail-inline {
  animation: guestRestaurantDetailReveal 220ms ease;
  margin-top: 0;
  transform-origin: top center;
}

@keyframes guestRestaurantDetailReveal {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.992);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.guest-restaurant-detail-shell {
  background:
    radial-gradient(circle at 12% 0%, rgba(217, 164, 65, 0.16), transparent 34%),
    #fffaf1;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 26px 70px rgba(18, 58, 52, 0.13);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  padding: 18px;
}

.guest-restaurant-detail-media {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.guest-restaurant-detail-main-image {
  aspect-ratio: 4 / 3;
  background: rgba(18, 58, 52, 0.08);
  border-radius: 22px;
  display: block;
  min-height: 330px;
  object-fit: cover;
  width: 100%;
}

.guest-restaurant-detail-gallery {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.guest-restaurant-detail-gallery button {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.guest-restaurant-detail-gallery button:focus-visible {
  border-radius: 16px;
  outline: 3px solid rgba(201, 105, 49, 0.35);
  outline-offset: 3px;
}

.guest-restaurant-detail-gallery img {
  aspect-ratio: 1;
  background: rgba(18, 58, 52, 0.08);
  border: 2px solid transparent;
  border-radius: 16px;
  display: block;
  object-fit: cover;
  opacity: 0.76;
  transition:
    border-color 160ms ease,
    opacity 160ms ease,
    transform 160ms ease;
  width: 100%;
}

.guest-restaurant-detail-gallery button:hover img,
.guest-restaurant-detail-gallery button[data-active="true"] img {
  border-color: rgba(201, 105, 49, 0.72);
  opacity: 1;
  transform: translateY(-1px);
}

.guest-restaurant-detail-content {
  display: grid;
  gap: 18px;
  min-width: 0;
  padding: 8px 8px 8px 0;
}

.guest-restaurant-detail-top {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.guest-restaurant-detail-top .eyebrow {
  margin: 0 0 8px;
}

.guest-restaurant-detail-top h3 {
  color: var(--ink-strong);
  font-size: clamp(34px, 5vw, 56px);
  line-height: 0.95;
  margin: 0;
  overflow-wrap: anywhere;
}

.guest-restaurant-detail-top p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
  font-weight: 850;
  margin: 10px 0 0;
}

.guest-restaurant-detail-close {
  background: rgba(18, 58, 52, 0.08);
  border: 1px solid rgba(18, 58, 52, 0.12);
  border-radius: 999px;
  color: var(--green);
  cursor: pointer;
  font-size: 13px;
  font-weight: 950;
  min-height: 42px;
  padding: 0 14px;
}

.guest-restaurant-detail-close:hover,
.guest-restaurant-detail-close:focus-visible {
  background: var(--green);
  color: #fffaf1;
  outline: 0;
}

.guest-restaurant-detail-description {
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.65;
  margin: 0;
  max-width: 720px;
}

.guest-restaurant-detail-info,
.guest-restaurant-rating-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guest-restaurant-detail-block,
.guest-restaurant-rating-grid span {
  background: rgba(18, 58, 52, 0.06);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 18px;
  display: grid;
  gap: 6px;
  min-height: 78px;
  padding: 14px;
}

.guest-restaurant-detail-block span,
.guest-restaurant-rating-grid em {
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.guest-restaurant-detail-block strong,
.guest-restaurant-rating-grid strong {
  color: var(--ink-strong);
  font-size: 18px;
  line-height: 1.1;
}

.guest-restaurant-detail-block p {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  margin: 0;
}

.guest-restaurant-detail-tag-block {
  background: #fffaf1;
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 20px;
  display: grid;
  gap: 12px;
  padding: 16px;
}

.guest-restaurant-detail-tag-block > strong {
  color: var(--ink-strong);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.guest-restaurant-detail-tag-block > p {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  margin: 0;
}

.guest-restaurant-rating-grid {
  grid-template-columns: repeat(5, minmax(92px, 1fr));
}

.guest-restaurant-rating-grid em {
  align-items: center;
  display: flex;
  gap: 6px;
}

.guest-restaurant-rating-grid i,
.guest-restaurant-review-tags i {
  align-items: center;
  background: rgba(201, 105, 49, 0.12);
  border-radius: 999px;
  color: var(--accent);
  display: inline-flex;
  font-style: normal;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.guest-restaurant-rating-grid i svg,
.guest-restaurant-review-tags i svg,
.reservation-rating-breakdown i svg,
.reservation-review-tags i svg {
  display: block;
  fill: none;
  height: 13px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 13px;
}

.guest-restaurant-detail-tags,
.guest-restaurant-review-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.guest-restaurant-detail-tags span,
.guest-restaurant-review-tags span {
  align-items: center;
  background: rgba(201, 105, 49, 0.1);
  border: 1px solid rgba(201, 105, 49, 0.16);
  border-radius: 999px;
  color: var(--accent);
  display: inline-flex;
  font-size: 11px;
  font-weight: 950;
  gap: 5px;
  padding: 7px 9px;
}

.guest-restaurant-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.guest-restaurant-detail-actions .primary-action,
.guest-restaurant-detail-actions .secondary-action {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 950;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  text-decoration: none;
}

.guest-restaurant-detail-actions .secondary-action {
  background: rgba(18, 58, 52, 0.08);
  border: 1px solid rgba(18, 58, 52, 0.12);
  color: var(--green);
  cursor: pointer;
}

.guest-restaurant-detail-actions .secondary-action.icon-only {
  flex: 0 0 52px;
  padding: 0;
  width: 52px;
}

.guest-restaurant-detail-actions .secondary-action.icon-only svg {
  height: 21px;
  width: 21px;
}

.guest-restaurant-reviews {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.guest-restaurant-reviews-head {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.guest-restaurant-reviews-head strong {
  color: var(--ink-strong);
  font-size: 18px;
}

.guest-restaurant-reviews-head span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
}

.guest-restaurant-review-list {
  display: grid;
  gap: 10px;
  max-height: 360px;
  overflow-y: auto;
  padding-right: 4px;
}

.guest-restaurant-review {
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 18px;
  display: grid;
  gap: 12px;
  grid-template-columns: 46px minmax(0, 1fr);
  padding: 12px;
}

.guest-restaurant-review-avatar {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(18, 58, 52, 0.9), rgba(201, 105, 49, 0.78)),
    var(--green);
  background-position: center;
  background-size: cover;
  border-radius: 999px;
  color: #fffaf1;
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.guest-restaurant-review-head {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.guest-restaurant-review-head strong {
  color: var(--ink-strong);
  font-size: 15px;
  overflow-wrap: anywhere;
}

.guest-restaurant-review-head span {
  background: rgba(217, 164, 65, 0.16);
  border: 1px solid rgba(217, 164, 65, 0.22);
  border-radius: 999px;
  color: #8f6f18;
  font-size: 12px;
  font-weight: 950;
  padding: 6px 8px;
}

.guest-restaurant-review p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.5;
  margin: 8px 0 0;
}

.compact-empty {
  min-height: 150px;
}

.dashboard-toolbar {
  align-items: stretch;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(280px, 0.9fr) auto minmax(280px, 1fr);
}

.dashboard-date-card,
.dashboard-date-mini,
.dashboard-search-wrap {
  background: rgba(18, 58, 52, 0.06);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 20px;
}

.dashboard-date-card {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  min-height: 76px;
  padding: 8px;
}

.dashboard-date-card button,
.dashboard-date-mini button {
  align-items: center;
  background: var(--green);
  border: 0;
  border-radius: 16px;
  color: #fffaf1;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 30px;
  font-weight: 950;
  height: 48px;
  justify-content: center;
  line-height: 1;
  width: 48px;
}

.dashboard-date-card label {
  cursor: pointer;
  display: grid;
  gap: 4px;
  justify-items: center;
  min-width: 0;
  position: relative;
  text-align: center;
}

.dashboard-date-card span,
.dashboard-search-wrap span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.dashboard-date-card strong,
.dashboard-date-mini strong {
  color: var(--ink-strong);
  font-size: 20px;
  line-height: 1.15;
}

.dashboard-date-card input {
  cursor: pointer;
  inset: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.dashboard-date-mini {
  align-items: center;
  display: inline-grid;
  gap: 10px;
  grid-template-columns: 42px minmax(160px, auto) 42px;
  padding: 6px;
}

.dashboard-date-mini button {
  border-radius: 14px;
  font-size: 26px;
  height: 42px;
  width: 42px;
}

.dashboard-date-mini strong {
  font-size: 16px;
  text-align: center;
}

.dashboard-today-action {
  align-self: stretch;
  cursor: pointer;
  min-height: 76px;
  padding-inline: 22px;
}

.dashboard-search-wrap {
  display: grid;
  gap: 7px;
  padding: 12px 14px;
}

.dashboard-filter {
  background: rgba(18, 58, 52, 0.06);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 999px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 6px;
}

.dashboard-filter button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  min-height: 38px;
  padding: 0 13px;
}

.dashboard-filter button.is-active {
  background: var(--green);
  color: #fffaf1;
}

.dashboard-list {
  display: grid;
  gap: 12px;
}

.dashboard-row {
  border-radius: 20px;
  display: grid;
  gap: 14px;
  padding: 18px;
}

.dashboard-row-main {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 64px minmax(0, 1fr);
}

.dashboard-time {
  align-items: center;
  background: rgba(18, 58, 52, 0.08);
  border-radius: 16px;
  color: var(--green);
  display: inline-flex;
  font-size: 15px;
  font-weight: 950;
  height: 54px;
  justify-content: center;
  text-align: center;
  width: 64px;
}

.dashboard-row h3 {
  color: var(--ink-strong);
  font-size: 22px;
  line-height: 1.1;
  margin: 0 0 5px;
}

.dashboard-row p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
  margin: 0;
}

.dashboard-row-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dashboard-row-meta span,
.dashboard-badge {
  background: rgba(18, 58, 52, 0.07);
  border: 1px solid rgba(18, 58, 52, 0.09);
  border-radius: 999px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  padding: 8px 10px;
}

.dashboard-note {
  background: rgba(201, 105, 49, 0.1);
  border: 1px solid rgba(201, 105, 49, 0.14);
  border-radius: 14px;
  color: var(--accent) !important;
  padding: 12px;
}

.dashboard-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dashboard-tag {
  background: rgba(18, 58, 52, 0.07);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  padding: 8px 10px;
}

.dashboard-tag.is-gold {
  background: rgba(185, 131, 42, 0.16);
  border-color: rgba(185, 131, 42, 0.22);
  color: #9b6b16;
}

.dashboard-tag.is-muted {
  background: rgba(107, 124, 119, 0.11);
  border-color: rgba(107, 124, 119, 0.14);
  color: var(--muted);
}

.dashboard-tag.is-neutral {
  background: rgba(18, 58, 52, 0.08);
  border-color: rgba(18, 58, 52, 0.12);
  color: var(--green);
}

.dashboard-tag.is-warning {
  background: rgba(152, 53, 31, 0.11);
  border-color: rgba(152, 53, 31, 0.16);
  color: #98351f;
}

.dashboard-review-summary,
.dashboard-review-form {
  background: rgba(18, 58, 52, 0.04);
  border: 1px solid rgba(18, 58, 52, 0.08);
  border-radius: 18px;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.dashboard-review-summary strong {
  color: var(--ink-strong);
  font-size: 16px;
  line-height: 1.2;
}

.dashboard-review-summary p,
.dashboard-review-text {
  color: var(--ink);
  font-size: 14px;
  font-weight: 780;
  line-height: 1.5;
}

.dashboard-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dashboard-form-grid.compact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dashboard-row-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dashboard-badge {
  background: rgba(201, 105, 49, 0.12);
  border-color: rgba(201, 105, 49, 0.16);
  color: var(--accent);
  margin-right: auto;
}

.dashboard-row-actions button {
  background: var(--green);
  border: 0;
  border-radius: 999px;
  color: #fffaf1;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 950;
  min-height: 38px;
  padding: 0 13px;
}

.dashboard-row-actions button.is-danger {
  background: rgba(152, 53, 31, 0.12);
  color: #98351f;
}

.dashboard-row-actions button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.dashboard-table-plan {
  display: grid;
  gap: 14px;
}

.dashboard-table-area {
  background: rgba(18, 58, 52, 0.035);
  border: 1px solid rgba(18, 58, 52, 0.08);
  border-radius: 22px;
  overflow: hidden;
}

.dashboard-table-area-head {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  font: inherit;
  justify-content: space-between;
  padding: 16px;
  text-align: left;
  width: 100%;
}

.dashboard-table-area-head span {
  color: var(--ink-strong);
  font-size: 18px;
  font-weight: 950;
}

.dashboard-table-area-head strong {
  background: rgba(18, 58, 52, 0.09);
  border-radius: 999px;
  color: var(--green);
  font-size: 13px;
  padding: 8px 11px;
}

.dashboard-table-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 16px 16px;
}

.dashboard-table-card {
  background: rgba(255, 250, 241, 0.88);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 18px;
  display: grid;
  gap: 12px;
  min-height: 180px;
  padding: 16px;
}

.dashboard-table-card.is-seated {
  background: rgba(18, 58, 52, 0.1);
  border-color: rgba(18, 58, 52, 0.2);
}

.dashboard-table-card.is-reserved {
  background: rgba(185, 131, 42, 0.13);
  border-color: rgba(185, 131, 42, 0.22);
}

.dashboard-table-title,
.dashboard-table-actions {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.dashboard-table-title strong {
  color: var(--ink-strong);
  font-size: 23px;
  line-height: 1;
}

.dashboard-table-title span,
.dashboard-table-guest span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.dashboard-table-status {
  background: rgba(18, 58, 52, 0.08);
  border-radius: 999px;
  color: var(--green);
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  justify-self: start;
  padding: 7px 10px;
}

.dashboard-table-guest {
  display: grid;
  gap: 5px;
}

.dashboard-table-guest strong {
  color: var(--ink-strong);
  font-size: 17px;
  line-height: 1.15;
}

.dashboard-table-assign {
  display: grid;
  gap: 8px;
}

.dashboard-table-assign select {
  appearance: none;
  background: rgba(255, 250, 241, 0.92);
  border: 1px solid rgba(18, 58, 52, 0.13);
  border-radius: 14px;
  color: var(--ink-strong);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  min-height: 42px;
  padding: 0 12px;
  width: 100%;
}

.dashboard-table-assign button,
.dashboard-table-actions button {
  background: var(--green);
  border: 0;
  border-radius: 999px;
  color: #fffaf1;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 950;
  min-height: 36px;
  padding: 0 12px;
}

.dashboard-empty {
  border-radius: 20px;
  display: grid;
  gap: 8px;
  padding: 26px;
  text-align: center;
}

.dashboard-empty strong {
  color: var(--ink-strong);
  font-size: 20px;
}

.dashboard-empty p {
  color: var(--muted);
  font-weight: 760;
  margin: 0;
}

.dashboard-view[hidden] {
  display: none;
}

.dashboard-view-nav {
  background: rgba(18, 58, 52, 0.06);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 999px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px;
}

.dashboard-view-nav button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  cursor: pointer;
  flex: 1 1 150px;
  font: inherit;
  font-size: 14px;
  font-weight: 950;
  min-height: 44px;
  padding: 0 16px;
}

.dashboard-view-nav button.is-active {
  background: var(--green);
  color: #fffaf1;
}

.dashboard-form {
  display: grid;
  gap: 16px;
}

.dashboard-view:not([hidden]),
.dashboard-settings-section:not([hidden]) {
  animation: dashboardPanelIn 240ms ease both;
}

@keyframes dashboardPanelIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dashboard-settings-overview {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 18px;
}

.dashboard-settings-overview article {
  background:
    linear-gradient(145deg, rgba(255, 250, 241, 0.96), rgba(241, 238, 228, 0.78)),
    rgba(255, 250, 241, 0.9);
  border: 1px solid rgba(18, 58, 52, 0.11);
  border-radius: 22px;
  box-shadow: 0 14px 28px rgba(18, 58, 52, 0.08);
  display: grid;
  gap: 8px;
  min-height: 112px;
  padding: 16px;
}

.dashboard-settings-overview span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dashboard-settings-overview strong {
  color: var(--ink-strong);
  font-size: clamp(24px, 3.8vw, 36px);
  line-height: 0.95;
}

.dashboard-settings-overview strong[data-tone="success"] {
  color: var(--green);
}

.dashboard-settings-overview strong[data-tone="danger"] {
  color: #98351f;
}

.dashboard-settings-overview small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 820;
  line-height: 1.35;
}

.dashboard-settings-layout {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: 270px minmax(0, 1fr);
}

.dashboard-settings-nav {
  background: rgba(18, 58, 52, 0.05);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 22px;
  display: grid;
  gap: 8px;
  padding: 8px;
  position: sticky;
  top: 96px;
}

.dashboard-settings-nav button {
  background: transparent;
  border: 0;
  border-radius: 16px;
  color: var(--muted);
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 4px;
  min-height: 74px;
  padding: 13px 14px;
  text-align: left;
}

.dashboard-settings-nav button strong {
  color: var(--ink-strong);
  font-size: 16px;
  line-height: 1.1;
}

.dashboard-settings-nav button span {
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}

.dashboard-settings-nav button.is-active {
  background: var(--green);
  box-shadow: 0 14px 28px rgba(18, 58, 52, 0.18);
}

.dashboard-settings-nav button.is-active strong,
.dashboard-settings-nav button.is-active span {
  color: #fffaf1;
}

.dashboard-settings-form {
  min-width: 0;
}

.dashboard-settings-section {
  background: rgba(18, 58, 52, 0.035);
  border: 1px solid rgba(18, 58, 52, 0.09);
  border-radius: 24px;
  display: grid;
  gap: 16px;
  padding: clamp(16px, 2.5vw, 22px);
}

.dashboard-settings-section[hidden] {
  display: none;
}

.dashboard-settings-section-head {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 54px minmax(0, 1fr);
}

.dashboard-settings-section-head > span {
  align-items: center;
  background: rgba(201, 105, 49, 0.13);
  border: 1px solid rgba(201, 105, 49, 0.16);
  border-radius: 18px;
  color: var(--accent);
  display: inline-flex;
  font-size: 16px;
  font-weight: 950;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.dashboard-settings-section-head h3 {
  color: var(--ink-strong);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1;
  margin: 0 0 6px;
}

.dashboard-settings-section-head p,
.dashboard-setting-note p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.5;
  margin: 0;
}

.dashboard-setting-note {
  background: rgba(255, 250, 241, 0.8);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 18px;
  display: grid;
  gap: 8px;
  padding: 16px;
}

.dashboard-setting-note strong {
  color: var(--ink-strong);
  font-size: 16px;
}

.dashboard-settings-save {
  background: rgba(255, 250, 241, 0.78);
  border: 1px solid rgba(18, 58, 52, 0.09);
  border-radius: 20px;
  padding: 14px;
}

.dashboard-form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dashboard-guest-memory {
  background: rgba(255, 250, 241, 0.82);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 18px;
  display: grid;
  gap: 12px;
  grid-column: 1 / -1;
  margin: 2px 0 4px;
  padding: 14px;
}

.dashboard-guest-memory[hidden] {
  display: none;
}

.dashboard-guest-memory-head {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.dashboard-guest-memory-head span {
  color: var(--accent);
  display: block;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dashboard-guest-memory-head strong {
  color: var(--ink-strong);
  display: block;
  font-size: 16px;
  line-height: 1.15;
  margin-top: 3px;
}

.dashboard-guest-memory-head small {
  background: rgba(18, 58, 52, 0.08);
  border-radius: 999px;
  color: var(--muted);
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 900;
  padding: 7px 10px;
}

.dashboard-guest-memory-list {
  display: grid;
  gap: 8px;
}

.dashboard-guest-memory-item {
  align-items: center;
  background: rgba(248, 245, 239, 0.96);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  padding: 10px;
  text-align: left;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}

.dashboard-guest-memory-item:hover {
  background: #fffaf1;
  border-color: rgba(183, 85, 44, 0.26);
  transform: translateY(-1px);
}

.dashboard-guest-memory-avatar {
  align-items: center;
  background: var(--green);
  border-radius: 17px;
  color: #fffaf1;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 950;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.dashboard-guest-memory-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.dashboard-guest-memory-copy strong,
.dashboard-guest-memory-copy small,
.dashboard-guest-memory-copy em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-guest-memory-copy strong {
  color: var(--ink-strong);
  font-size: 14px;
  font-style: normal;
  font-weight: 950;
}

.dashboard-guest-memory-copy small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.dashboard-guest-memory-copy em {
  color: var(--accent);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.dashboard-guest-memory-empty {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
}

.dashboard-table-editor {
  background: rgba(255, 250, 241, 0.72);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 22px;
  display: grid;
  gap: 14px;
  padding: 16px;
}

.dashboard-table-editor-head {
  align-items: start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.dashboard-table-editor-head span {
  color: var(--accent);
  display: block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.dashboard-table-editor-head strong {
  color: var(--ink-strong);
  display: block;
  font-size: 19px;
  line-height: 1.15;
}

.dashboard-table-editor-list {
  display: grid;
  gap: 10px;
}

.dashboard-table-editor-card,
.dashboard-table-editor-add {
  align-items: end;
  display: grid;
  gap: 10px;
}

.dashboard-table-editor-card {
  background: rgba(255, 250, 241, 0.9);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 18px;
  grid-template-columns: minmax(110px, 0.95fr) minmax(130px, 0.8fr) minmax(110px, 0.62fr) auto;
  padding: 12px;
}

.dashboard-table-editor-add {
  grid-template-columns: minmax(120px, 1fr) minmax(130px, 0.8fr) minmax(110px, 0.62fr) auto;
}

.dashboard-table-editor-remove {
  background: rgba(152, 53, 31, 0.1);
  border: 0;
  border-radius: 999px;
  color: #98351f;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 950;
  min-height: 50px;
  padding: 0 18px;
}

.dashboard-table-editor-add button {
  min-height: 50px;
  white-space: nowrap;
}

.dashboard-field.wide-field {
  grid-column: 1 / -1;
}

.dashboard-field {
  color: var(--ink-strong);
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 900;
}

.dashboard-field small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.35;
}

.dashboard-field input,
.dashboard-field select,
.dashboard-field textarea,
.dashboard-search {
  appearance: none;
  background: rgba(255, 250, 241, 0.88);
  border: 1px solid rgba(18, 58, 52, 0.14);
  border-radius: 16px;
  color: var(--ink-strong);
  font: inherit;
  font-size: 15px;
  font-weight: 760;
  min-height: 50px;
  outline: none;
  padding: 0 15px;
  width: 100%;
}

.dashboard-field textarea {
  line-height: 1.45;
  min-height: 110px;
  padding-bottom: 14px;
  padding-top: 14px;
  resize: vertical;
}

.dashboard-field input:focus,
.dashboard-field select:focus,
.dashboard-field textarea:focus,
.dashboard-search:focus {
  border-color: rgba(201, 105, 49, 0.54);
  box-shadow: 0 0 0 4px rgba(201, 105, 49, 0.12);
}

.dashboard-toggle {
  align-items: center;
  background: rgba(18, 58, 52, 0.06);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 18px;
  color: var(--ink-strong);
  display: flex;
  font-weight: 950;
  gap: 12px;
  min-height: 54px;
  padding: 0 15px;
}

.dashboard-toggle input {
  accent-color: var(--green);
  height: 20px;
  width: 20px;
}

.dashboard-inline-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dashboard-inline-actions.wide-field {
  grid-column: 1 / -1;
}

.dashboard-inline-actions button {
  background: var(--green);
  border: 1px solid rgba(18, 58, 52, 0.12);
  border-radius: 999px;
  color: #fffaf1;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 950;
  min-height: 48px;
  padding: 0 22px;
}

.dashboard-inline-actions button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.dashboard-row-actions .secondary-action,
.dashboard-inline-actions .secondary-action {
  background: rgba(18, 58, 52, 0.06);
  border-color: rgba(18, 58, 52, 0.12);
  color: var(--green);
}

.dashboard-inline-actions .panel-status {
  margin: 0;
}

.dashboard-report-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dashboard-report-card {
  background: rgba(18, 58, 52, 0.06);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 18px;
  display: grid;
  gap: 8px;
  min-height: 104px;
  padding: 18px;
}

.dashboard-report-card span,
.dashboard-activity-item span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
}

.dashboard-report-card strong {
  color: var(--ink-strong);
  font-size: 30px;
  line-height: 1;
}

.dashboard-system-board {
  display: grid;
  gap: 18px;
}

.dashboard-action-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dashboard-action-card {
  align-content: space-between;
  background: rgba(255, 250, 241, 0.86);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 20px;
  display: grid;
  gap: 16px;
  min-height: 150px;
  padding: 18px;
}

.dashboard-action-card span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dashboard-action-card strong {
  color: var(--ink-strong);
  font-size: 20px;
  line-height: 1.1;
}

.dashboard-action-card p {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.45;
  margin: 0;
}

.dashboard-action-card button {
  align-self: end;
  background: var(--green);
  border: 1px solid rgba(18, 58, 52, 0.18);
  border-radius: 999px;
  color: #fffaf1;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 950;
  min-height: 42px;
  padding: 0 16px;
}

.dashboard-action-card button.secondary-action {
  background: rgba(18, 58, 52, 0.06);
  color: var(--green);
}

.dashboard-activity-list {
  display: grid;
  gap: 10px;
}

.dashboard-activity-item {
  align-items: center;
  background: rgba(255, 250, 241, 0.86);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 18px;
  display: grid;
  gap: 14px;
  grid-template-columns: 110px minmax(0, 1fr);
  padding: 16px;
}

.dashboard-activity-item.is-unread {
  background: rgba(201, 105, 49, 0.08);
  border-color: rgba(201, 105, 49, 0.22);
}

.dashboard-activity-item.is-unread span {
  color: var(--accent);
}

.dashboard-activity-item strong {
  color: var(--ink-strong);
  display: block;
  font-size: 17px;
  margin-bottom: 4px;
}

.dashboard-activity-item p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
  margin: 0;
}

.dashboard-search {
  max-width: 420px;
}

.dashboard-row-actions a {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  text-decoration: none;
}

.compact-action {
  min-height: 38px;
  padding: 0 13px;
}

.dashboard-media-settings {
  display: grid;
  gap: 14px;
}

.dashboard-link-card,
.dashboard-photo-settings,
.dashboard-detail-panel {
  background: rgba(18, 58, 52, 0.05);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 20px;
  display: grid;
  gap: 14px;
  padding: 16px;
}

.dashboard-link-card span,
.dashboard-photo-settings > span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.dashboard-link-card strong,
.dashboard-photo-settings strong {
  color: var(--ink-strong);
  display: block;
  font-size: 18px;
  line-height: 1.15;
}

.dashboard-link-card p,
.dashboard-photo-settings p {
  color: var(--muted);
  font-size: 13px;
  font-weight: 780;
  line-height: 1.5;
  margin: 0;
}

.dashboard-copy-field {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.dashboard-copy-field input {
  background: rgba(255, 250, 241, 0.9);
  border: 1px solid rgba(18, 58, 52, 0.14);
  border-radius: 16px;
  color: var(--ink-strong);
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  min-height: 48px;
  outline: none;
  padding: 0 14px;
  width: 100%;
}

.dashboard-copy-field input:focus {
  border-color: rgba(201, 105, 49, 0.54);
  box-shadow: 0 0 0 4px rgba(201, 105, 49, 0.12);
}

.dashboard-copy-field button {
  white-space: nowrap;
}

.dashboard-photo-settings {
  grid-template-columns: minmax(0, 1fr) 220px;
  align-items: end;
}

.dashboard-photo-settings > span,
.dashboard-photo-settings > strong,
.dashboard-photo-settings > p,
.dashboard-photo-settings .wide-field {
  grid-column: 1 / -1;
}

.dashboard-photo-preview {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(18, 58, 52, 0.08), rgba(201, 105, 49, 0.12)),
    #fffaf1;
  border: 1px solid rgba(18, 58, 52, 0.12);
  border-radius: 18px;
  color: var(--muted);
  display: flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  min-height: 150px;
  overflow: hidden;
  padding: 14px;
  text-align: center;
}

.dashboard-photo-preview img {
  display: block;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
  width: 100%;
}

.dashboard-detail-panel {
  background: rgba(255, 250, 241, 0.88);
  margin-top: 4px;
}

.dashboard-detail-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dashboard-detail-grid article,
.dashboard-detail-message {
  background: rgba(18, 58, 52, 0.05);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 16px;
  display: grid;
  gap: 5px;
  padding: 13px;
}

.dashboard-detail-grid span,
.dashboard-detail-message span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.dashboard-detail-grid strong,
.dashboard-detail-message p {
  color: var(--ink-strong);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
  margin: 0;
}

.dashboard-detail-message {
  background: rgba(201, 105, 49, 0.08);
  border-color: rgba(201, 105, 49, 0.16);
}

.guest-profile-card {
  align-items: center;
  background: rgba(18, 58, 52, 0.06);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 22px;
  display: grid;
  gap: 16px;
  grid-template-columns: auto minmax(0, 1fr);
  margin-bottom: 18px;
  padding: 16px;
}

.guest-avatar-preview {
  align-items: center;
  background: linear-gradient(135deg, rgba(18, 58, 52, 0.96), rgba(201, 105, 49, 0.78));
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(18, 58, 52, 0.12);
  border-radius: 26px;
  color: #fffaf1;
  display: inline-flex;
  font-size: 24px;
  font-weight: 950;
  height: 76px;
  justify-content: center;
  width: 76px;
}

.guest-avatar-preview.has-image span {
  opacity: 0;
}

.guest-profile-card span {
  color: var(--accent);
  display: block;
  font-size: 12px;
  font-weight: 950;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.guest-profile-card strong {
  color: var(--ink-strong);
  display: block;
  font-size: 24px;
  line-height: 1.1;
}

.guest-profile-card p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
  margin: 6px 0 0;
}

.guest-favorite-card {
  grid-template-columns: 150px minmax(0, 1fr);
}

.guest-favorite-image {
  aspect-ratio: 1.25;
  border-radius: 16px;
  grid-row: span 3;
  height: 100%;
  max-height: 190px;
  object-fit: cover;
  width: 100%;
}

.guest-favorite-main {
  grid-template-columns: 64px minmax(0, 1fr);
}

.panel-footer {
  margin-top: 0;
}

.site-footer {
  align-items: end;
  background: var(--ink-strong);
  color: rgba(255, 250, 241, 0.72);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  margin-top: 28px;
  padding: 34px clamp(18px, 5vw, 70px);
}

.site-footer img {
  display: block;
  height: auto;
  margin-bottom: 14px;
  object-fit: contain;
  width: 220px;
}

.site-footer .footer-brand {
  display: inline-flex;
  text-decoration: none;
}

.site-footer p {
  line-height: 1.55;
  margin: 0;
  max-width: 460px;
}

.footer-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: flex-end;
}

.footer-links a,
.footer-links span {
  color: rgba(255, 250, 241, 0.82);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.cookie-banner {
  animation: bannerIn 420ms ease both;
  align-items: center;
  background: rgba(9, 35, 31, 0.96);
  border: 1px solid rgba(255, 250, 241, 0.16);
  border-radius: 8px;
  bottom: 18px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.3);
  color: #fffaf1;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  left: 50%;
  max-width: 920px;
  padding: 18px;
  position: fixed;
  transform: translateX(-50%);
  width: calc(100% - 36px);
  z-index: 40;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner strong {
  display: block;
  font-size: 16px;
  line-height: 1.15;
  margin-bottom: 6px;
}

.cookie-banner p {
  color: rgba(255, 250, 241, 0.72);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
  margin: 0;
  max-width: 620px;
}

.cookie-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.cookie-actions a,
.cookie-actions button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
}

.cookie-actions a {
  border: 1px solid rgba(255, 250, 241, 0.18);
  color: #fffaf1;
  text-decoration: none;
}

.cookie-actions button {
  background: var(--accent);
  border: 0;
  color: #fffaf1;
  cursor: pointer;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes headerDrop {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroTextIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes phoneFloatIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes softPulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(201, 105, 49, 0);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(201, 105, 49, 0.08);
    transform: scale(1.02);
  }
}

@keyframes bannerIn {
  from {
    opacity: 0;
    transform: translate(-50%, 18px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

.policy-body {
  background:
    linear-gradient(180deg, rgba(17, 24, 22, 0.88), rgba(17, 24, 22, 0.96)),
    url("./assets/hero-bg.jpg") center center / cover fixed no-repeat;
  color: #f8f4ec;
  min-height: 100svh;
}

.policy-shell {
  margin: 0 auto;
  max-width: 980px;
  padding: 34px 22px 42px;
}

.policy-nav {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.policy-nav img {
  display: block;
  height: auto;
  max-width: 210px;
  width: 42vw;
}

.policy-nav div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.policy-nav a {
  color: rgba(248, 244, 236, 0.8);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.policy-card {
  background: rgba(248, 244, 236, 0.96);
  border: 1px solid rgba(248, 244, 236, 0.5);
  border-radius: 28px;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.32);
  color: #183b35;
  padding: clamp(24px, 5vw, 52px);
}

.policy-card h1 {
  color: #183b35;
  font-size: clamp(32px, 6vw, 54px);
  line-height: 1.02;
  margin: 0;
}

.policy-card h2 {
  color: #183b35;
  font-size: 18px;
  line-height: 1.2;
  margin: 30px 0 9px;
}

.policy-card p {
  color: #52635f;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.68;
  margin: 0;
}

.policy-card a {
  color: #b7552c;
  font-weight: 900;
}

.policy-eyebrow,
.policy-updated {
  color: #b7552c !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: 0;
  text-transform: uppercase;
}

.policy-updated {
  margin: 14px 0 24px !important;
}

.support-panel {
  align-items: center;
  background: #183b35;
  border-radius: 20px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 26px 0 8px;
  padding: 18px;
}

.support-panel span,
.support-panel strong {
  display: block;
}

.support-panel span {
  color: rgba(248, 244, 236, 0.64);
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.support-panel strong {
  color: #f8f4ec;
  font-size: clamp(16px, 3vw, 22px);
}

.support-panel a {
  background: var(--accent);
  border-radius: 999px;
  color: #111816;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 950;
  padding: 12px 16px;
  text-decoration: none;
}

.policy-footer {
  align-items: center;
  color: rgba(248, 244, 236, 0.68);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 750;
  gap: 10px 16px;
  justify-content: space-between;
  margin-top: 18px;
}

.policy-footer a {
  color: rgba(248, 244, 236, 0.88);
  font-weight: 900;
  text-decoration: none;
}

.reservation-page {
  background:
    radial-gradient(circle at top left, rgba(201, 105, 49, 0.16), transparent 34vw),
    linear-gradient(180deg, #f6f1e8 0%, #fbf8f1 58%, #efe7da 100%);
}

.reservation-header {
  position: sticky;
}

.reservation-shell {
  display: grid;
  gap: 18px;
  margin: 0 auto;
  max-width: 1120px;
  padding: 86px clamp(18px, 5vw, 70px) 72px;
}

.reservation-hero-card,
.reservation-form-card {
  background: rgba(255, 252, 245, 0.86);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 24px 80px rgba(9, 35, 31, 0.12);
  overflow: hidden;
}

.reservation-hero-card {
  justify-self: center;
  display: grid;
  grid-template-columns: minmax(280px, 0.46fr) minmax(0, 1fr);
  min-height: 220px;
  width: 100%;
}

.reservation-restaurant-media {
  display: grid;
  grid-template-rows: minmax(180px, 1fr) auto;
  min-height: 220px;
}

.reservation-restaurant-image {
  background:
    linear-gradient(180deg, rgba(9, 35, 31, 0.08), rgba(9, 35, 31, 0.62)),
    url("./assets/hero-bg.jpg") center center / cover no-repeat;
  min-height: 220px;
}

.reservation-restaurant-gallery {
  background: rgba(9, 35, 31, 0.86);
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(42px, 1fr));
  padding: 8px;
}

.reservation-restaurant-gallery[hidden] {
  display: none;
}

.reservation-gallery-thumb {
  aspect-ratio: 1;
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(255, 252, 245, 0.22);
  border-radius: 12px;
  cursor: pointer;
  opacity: 0.72;
  padding: 0;
  transition: border-color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.reservation-gallery-thumb[data-active="true"] {
  border-color: var(--gold);
  opacity: 1;
  transform: translateY(-1px);
}

.reservation-restaurant-copy {
  align-content: center;
  display: grid;
  padding: clamp(22px, 4vw, 34px);
  position: relative;
}

.reservation-status-pill {
  background: rgba(18, 58, 52, 0.1);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green);
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  justify-self: start;
  margin-bottom: 14px;
  padding: 9px 12px;
}

.reservation-restaurant-copy h1 {
  color: var(--ink-strong);
  font-size: clamp(28px, 4.5vw, 46px);
  line-height: 1.05;
  margin-bottom: 12px;
  overflow-wrap: anywhere;
}

.reservation-restaurant-meta,
.reservation-restaurant-address {
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 8px;
}

.reservation-restaurant-description {
  background:
    radial-gradient(circle at 0 0, rgba(217, 164, 65, 0.14), transparent 34%),
    rgba(18, 58, 52, 0.055);
  border: 1px solid rgba(18, 58, 52, 0.11);
  border-left: 5px solid rgba(183, 85, 44, 0.76);
  border-radius: 18px;
  color: rgba(9, 35, 31, 0.76);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.55;
  margin-top: 10px;
  max-width: 680px;
  padding: 12px 15px;
}

.reservation-restaurant-description::before {
  color: var(--copper);
  content: "Mekan notu";
  display: block;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.reservation-restaurant-highlights {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.reservation-restaurant-highlights[hidden] {
  display: none;
}

.reservation-restaurant-info-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reservation-restaurant-info-card {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.96), rgba(246, 241, 232, 0.86));
  border: 1px solid rgba(18, 58, 52, 0.13);
  border-radius: 18px;
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 14px 15px;
  position: relative;
}

.reservation-restaurant-info-card::before {
  background: rgba(183, 85, 44, 0.72);
  border-radius: 999px;
  content: "";
  height: 26px;
  left: -1px;
  opacity: 0.22;
  position: absolute;
  top: 14px;
  width: 4px;
}

.reservation-restaurant-info-card small {
  color: var(--copper);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.reservation-restaurant-info-card strong {
  color: var(--green);
  font-size: 14px;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.reservation-restaurant-tag-block {
  background: rgba(255, 250, 241, 0.74);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 18px;
  display: grid;
  gap: 9px;
  padding: 13px;
}

.reservation-restaurant-tag-block > strong {
  color: var(--ink-strong);
  font-size: 13px;
  font-weight: 950;
}

.reservation-restaurant-tag-block > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.reservation-restaurant-tag-block span {
  background: rgba(18, 58, 52, 0.08);
  border: 1px solid rgba(18, 58, 52, 0.12);
  border-radius: 999px;
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  padding: 8px 10px;
}

.reservation-restaurant-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.reservation-restaurant-actions a {
  align-items: center;
  background: var(--green);
  border-radius: 999px;
  color: #fffdf7;
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  justify-content: center;
  padding: 10px 14px;
  text-decoration: none;
}

.reservation-restaurant-actions a:nth-child(2) {
  background: rgba(18, 58, 52, 0.1);
  color: var(--green);
}

.reservation-restaurant-actions a:nth-child(3) {
  background: rgba(183, 85, 44, 0.12);
  color: var(--copper);
}

.reservation-restaurant-actions a[hidden] {
  display: none;
}

.reservation-profile-tabs {
  align-items: center;
  background: rgba(255, 252, 245, 0.82);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 16px 44px rgba(9, 35, 31, 0.08);
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 8px;
}

.reservation-profile-tabs a {
  align-items: center;
  border-radius: 999px;
  color: var(--muted);
  display: inline-flex;
  font-size: 14px;
  font-weight: 950;
  justify-content: center;
  padding: 12px 14px;
  text-decoration: none;
}

.reservation-profile-tabs a:hover,
.reservation-profile-tabs a:focus-visible {
  background: rgba(18, 58, 52, 0.08);
  color: var(--green);
  outline: none;
}

.reservation-app-panel {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  width: 100%;
}

.reservation-score-card,
.reservation-reviews-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 18px 56px rgba(9, 35, 31, 0.08);
  padding: clamp(20px, 3vw, 28px);
}

.reservation-score-card h2,
.reservation-reviews-card h2 {
  color: var(--ink-strong);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
  margin: 0;
  text-wrap: balance;
}

.reservation-score-summary {
  align-items: end;
  background:
    radial-gradient(circle at 20% 10%, rgba(217, 164, 65, 0.2), transparent 34%),
    rgba(18, 58, 52, 0.06);
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 22px;
  display: grid;
  gap: 5px;
  margin-top: 20px;
  padding: 18px;
}

.reservation-score-summary strong {
  color: var(--ink-strong);
  font-size: 54px;
  font-weight: 950;
  line-height: 0.95;
}

.reservation-score-summary span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.reservation-rating-breakdown {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.reservation-rating-breakdown span {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.98), rgba(246, 241, 232, 0.86));
  border: 1px solid var(--line);
  border-radius: 999px;
  display: flex;
  justify-content: space-between;
  min-height: 54px;
  padding: 12px 16px;
}

.reservation-rating-breakdown small {
  align-items: center;
  color: var(--muted);
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  gap: 7px;
}

.reservation-rating-breakdown i,
.reservation-review-tags i {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(18, 58, 52, 0.13), rgba(217, 164, 65, 0.16));
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 999px;
  color: var(--green);
  display: inline-flex;
  flex: 0 0 24px;
  font-style: normal;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.reservation-rating-breakdown i svg,
.reservation-review-tags i svg {
  display: block;
  fill: none;
  height: 14px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 14px;
}

.reservation-rating-breakdown strong {
  color: var(--green);
  font-size: 15px;
  font-weight: 950;
}

.reservation-reviews-head {
  align-items: start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.reservation-reviews-head > span {
  background: rgba(183, 85, 44, 0.12);
  border-radius: 999px;
  color: var(--copper);
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 950;
  padding: 9px 12px;
}

.reservation-review-list {
  display: grid;
  gap: 12px;
  max-height: 430px;
  overflow-y: auto;
  padding-right: 6px;
  overscroll-behavior: contain;
}

.reservation-review-list::-webkit-scrollbar {
  width: 6px;
}

.reservation-review-list::-webkit-scrollbar-track {
  background: rgba(18, 58, 52, 0.06);
  border-radius: 999px;
}

.reservation-review-list::-webkit-scrollbar-thumb {
  background: rgba(18, 58, 52, 0.28);
  border-radius: 999px;
}

.reservation-review-item {
  background: #fffaf1;
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 22px;
  display: grid;
  gap: 13px;
  grid-template-columns: 46px minmax(0, 1fr);
  padding: 14px;
}

.reservation-review-avatar {
  align-items: center;
  background: var(--green);
  border-radius: 999px;
  color: #fffaf1;
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  height: 46px;
  justify-content: center;
  overflow: hidden;
  width: 46px;
}

.reservation-review-avatar img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.reservation-review-content {
  min-width: 0;
}

.reservation-review-topline {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.reservation-review-topline strong {
  color: var(--ink-strong);
  font-size: 15px;
  font-weight: 950;
}

.reservation-review-topline span {
  color: var(--copper);
  font-size: 13px;
  font-weight: 950;
}

.reservation-review-content p {
  color: rgba(9, 35, 31, 0.76);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
  margin: 7px 0 0;
}

.reservation-review-content small {
  color: var(--muted);
  display: inline-flex;
  font-size: 11px;
  font-weight: 950;
  margin-top: 10px;
}

.reservation-review-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 11px;
}

.reservation-review-tags span {
  align-items: center;
  background: rgba(217, 164, 65, 0.14);
  border-radius: 999px;
  color: #7d5a17;
  display: inline-flex;
  font-size: 11px;
  font-weight: 950;
  gap: 6px;
  padding: 7px 9px;
}

.reservation-review-empty {
  background: #fffaf1;
  border: 1px dashed rgba(18, 58, 52, 0.18);
  border-radius: 20px;
  padding: 18px;
}

.reservation-review-empty strong {
  color: var(--ink-strong);
  display: block;
  font-size: 15px;
  font-weight: 950;
  margin-bottom: 6px;
}

.reservation-review-empty p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0;
}

.reservation-form-card {
  background: rgba(255, 255, 255, 0.92);
  justify-self: center;
  max-width: 860px;
  padding: clamp(22px, 4vw, 36px);
  width: 100%;
}

.reservation-flow-steps {
  align-items: stretch;
  border-bottom: 1px solid rgba(18, 58, 52, 0.1);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: -6px -6px 28px;
}

.reservation-flow-step {
  align-items: center;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(18, 58, 52, 0.1);
  color: rgba(18, 58, 52, 0.42);
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 8px;
  justify-items: center;
  padding: 8px 6px 18px;
  text-align: center;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.reservation-flow-step:hover,
.reservation-flow-step:focus-visible {
  background: rgba(18, 58, 52, 0.045);
  color: rgba(18, 58, 52, 0.68);
  outline: none;
  transform: translateY(-1px);
}

.reservation-flow-step:last-child {
  border-right: 0;
}

.reservation-flow-step[data-step-state="active"] {
  color: var(--green);
}

.reservation-flow-step[data-step-state="complete"] {
  color: rgba(18, 58, 52, 0.78);
}

.reservation-flow-icon {
  align-items: center;
  background: rgba(18, 58, 52, 0.08);
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 950;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.reservation-flow-step[data-step-state="active"] .reservation-flow-icon {
  background: rgba(217, 164, 65, 0.18);
  color: #a27a22;
}

.reservation-flow-step[data-step-state="complete"] .reservation-flow-icon {
  background: rgba(18, 58, 52, 0.12);
  color: var(--green);
}

.reservation-flow-step strong {
  font-size: 12px;
  font-weight: 950;
}

.reservation-heading {
  display: block;
  margin: 0 auto 26px;
  max-width: 680px;
  text-align: center;
}

.reservation-heading p:last-child {
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.55;
  margin: 0;
  max-width: 560px;
}

.reservation-heading h2 {
  font-size: clamp(26px, 4.4vw, 36px);
  line-height: 1.1;
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
  text-align: center;
  text-wrap: balance;
}

.reservation-flow-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: -8px auto 24px;
}

.reservation-flow-summary span {
  background: #f8f5ef;
  border: 1px solid rgba(18, 58, 52, 0.1);
  border-radius: 999px;
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  padding: 8px 11px;
}

.reservation-form-card form {
  margin: 0 auto;
  max-width: 560px;
}

.reservation-form-card [hidden] {
  display: none !important;
}

.reservation-field-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.reservation-field-grid[data-compact="true"] {
  grid-template-columns: 1fr;
}

.reservation-account-card {
  background:
    linear-gradient(135deg, rgba(18, 58, 52, 0.08), rgba(217, 164, 65, 0.14)),
    #fffaf1;
  border: 1px solid rgba(18, 58, 52, 0.12);
  border-radius: 20px;
  display: grid;
  gap: 5px;
  margin-bottom: 18px;
  padding: 16px 18px;
}

.reservation-account-card span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.reservation-account-card strong {
  color: var(--ink-strong);
  font-size: 20px;
  font-weight: 950;
}

.reservation-account-card small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.reservation-field {
  display: grid;
  gap: 9px;
  margin-bottom: 18px;
}

.reservation-field span,
.reservation-mini-label {
  color: var(--ink-strong);
  font-size: 13px;
  font-weight: 950;
}

.reservation-field input,
.reservation-field textarea {
  background: #fffaf1;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--ink-strong);
  font: inherit;
  font-size: 15px;
  font-weight: 750;
  outline: none;
  padding: 16px 17px;
  width: 100%;
}

.reservation-field textarea {
  resize: vertical;
}

.reservation-field input:focus,
.reservation-field textarea:focus {
  border-color: rgba(201, 105, 49, 0.72);
  box-shadow: 0 0 0 4px rgba(201, 105, 49, 0.12);
}

.reservation-picker-block {
  display: grid;
  gap: 20px;
  margin: 8px auto 22px;
  max-width: 560px;
}

.reservation-time-grid,
.reservation-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.reservation-slot-button,
.reservation-chip-row button,
.reservation-stepper button,
.reservation-date-select,
.reservation-calendar-close,
.reservation-calendar-nav button,
.reservation-calendar-day,
.reservation-calendar-today {
  border: 0;
  cursor: pointer;
}

.reservation-slot-button {
  background: #fffaf1;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--ink);
  display: grid;
  gap: 4px;
  min-width: 86px;
  padding: 13px 14px;
  text-align: left;
}

.reservation-slot-button strong {
  color: var(--ink-strong);
  font-size: 19px;
  font-weight: 950;
}

.reservation-slot-button span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.reservation-slot-button[data-active="true"],
.reservation-chip-row button[data-active="true"] {
  background: var(--green);
  border-color: var(--green);
  color: #fffaf1;
}

.reservation-slot-button[data-active="true"] strong,
.reservation-slot-button[data-active="true"] span {
  color: #fffaf1;
}

.reservation-date-select {
  align-items: center;
  background: #fffaf1;
  border: 1px solid var(--line);
  border-radius: 22px;
  color: var(--ink);
  display: grid;
  gap: 5px;
  margin-top: 10px;
  padding: 17px 18px;
  text-align: left;
  width: min(100%, 420px);
}

.reservation-date-select span,
.reservation-date-select small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.reservation-date-select strong {
  color: var(--ink-strong);
  font-size: 22px;
  font-weight: 950;
}

.reservation-date-select:focus-visible,
.reservation-calendar-close:focus-visible,
.reservation-calendar-nav button:focus-visible,
.reservation-calendar-day:focus-visible,
.reservation-calendar-today:focus-visible {
  box-shadow: 0 0 0 4px rgba(201, 105, 49, 0.16);
  outline: 0;
}

.reservation-calendar-panel {
  border-bottom: 1px solid rgba(18, 58, 52, 0.1);
  margin: 0 auto 24px;
  max-width: 520px;
  padding: 6px 0 22px;
  text-align: center;
}

.reservation-calendar-panel > p {
  color: var(--ink-strong);
  font-size: 17px;
  font-weight: 950;
  margin: 0 0 20px;
}

.reservation-calendar-nav {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 42px 1fr 42px;
  margin: 0 auto 18px;
  max-width: 360px;
}

.reservation-calendar-nav button {
  background: transparent;
  border-radius: 999px;
  color: var(--ink);
  font-size: 26px;
  font-weight: 900;
  height: 42px;
}

.reservation-calendar-nav button:disabled,
.reservation-calendar-day:disabled {
  cursor: not-allowed;
  opacity: 0.34;
}

.reservation-calendar-nav strong {
  color: var(--ink-strong);
  font-size: 17px;
  font-weight: 950;
  text-align: center;
}

.reservation-calendar-weekdays,
.reservation-calendar-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.reservation-calendar-weekdays {
  margin: 0 auto 8px;
  max-width: 420px;
}

.reservation-calendar-weekdays span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-align: center;
}

.reservation-calendar-grid {
  margin: 0 auto;
  max-width: 420px;
}

.reservation-calendar-day {
  align-items: center;
  background: transparent;
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  position: relative;
}

.reservation-calendar-day::after {
  background: rgba(18, 58, 52, 0.5);
  border-radius: 999px;
  bottom: 7px;
  content: "";
  height: 4px;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 4px;
}

.reservation-calendar-day[data-muted="true"] {
  color: rgba(18, 58, 52, 0.24);
}

.reservation-calendar-day[data-today="true"] {
  color: var(--accent);
}

.reservation-calendar-day[data-today="true"]::after {
  opacity: 0.52;
}

.reservation-calendar-day[data-selected="true"] {
  background: var(--green);
  box-shadow: 0 12px 22px rgba(18, 58, 52, 0.18);
  color: #fffaf1;
}

.reservation-calendar-day[data-selected="true"]::after {
  background: #fffaf1;
  opacity: 0.84;
}

.reservation-calendar-today {
  background: var(--green);
  border-radius: 14px;
  color: #fffaf1;
  font-weight: 950;
  margin-top: 20px;
  padding: 13px 18px;
}

.reservation-selected-date-row {
  align-items: center;
  background: rgba(217, 164, 65, 0.12);
  border: 1px solid rgba(217, 164, 65, 0.24);
  border-radius: 18px;
  color: var(--ink);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin: 22px auto 0;
  max-width: 420px;
  padding: 13px 16px;
  text-align: left;
}

.reservation-selected-date-row span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
}

.reservation-selected-date-row strong {
  color: var(--ink-strong);
  font-size: 15px;
  font-weight: 950;
}

.reservation-slot-button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.reservation-options-row {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  margin-bottom: 18px;
}

.reservation-option-group {
  display: grid;
  gap: 10px;
}

.reservation-stepper {
  align-items: center;
  background: #fffaf1;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  gap: 18px;
  justify-self: start;
  padding: 8px;
}

.reservation-stepper button {
  background: var(--green);
  border-radius: 999px;
  color: #fffaf1;
  font-size: 22px;
  font-weight: 950;
  height: 38px;
  line-height: 1;
  width: 38px;
}

.reservation-stepper strong {
  color: var(--ink-strong);
  font-size: 20px;
  min-width: 24px;
  text-align: center;
}

.reservation-chip-row button {
  background: #fffaf1;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-weight: 950;
  padding: 12px 16px;
}

.reservation-form-message {
  border-radius: 18px;
  font-size: 14px;
  font-weight: 850;
  margin: 2px 0 18px;
  padding: 14px 16px;
}

.reservation-form-message[data-tone="info"] {
  background: rgba(18, 58, 52, 0.08);
  color: var(--green);
}

.reservation-form-message[data-tone="success"] {
  background: rgba(37, 120, 82, 0.12);
  color: #176442;
}

.reservation-form-message[data-tone="error"] {
  background: rgba(154, 58, 35, 0.12);
  color: #9a3a23;
}

.reservation-submit {
  border: 0;
  cursor: pointer;
  justify-content: center;
  min-width: min(100%, 320px);
}

.reservation-submit:disabled {
  cursor: wait;
  opacity: 0.66;
}

.reservation-success-card {
  align-items: center;
  background:
    radial-gradient(circle at top, rgba(217, 164, 65, 0.18), transparent 42%),
    #fffaf1;
  border: 1px solid rgba(18, 58, 52, 0.12);
  border-radius: 24px;
  display: grid;
  justify-items: center;
  margin: 8px auto 0;
  max-width: 520px;
  padding: 34px 24px;
  text-align: center;
}

.reservation-success-icon {
  align-items: center;
  background: var(--green);
  border-radius: 999px;
  color: #fffaf1;
  display: inline-flex;
  font-size: 28px;
  font-weight: 950;
  height: 62px;
  justify-content: center;
  margin-bottom: 18px;
  width: 62px;
}

.reservation-success-card h3 {
  color: var(--ink-strong);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.05;
  margin-bottom: 12px;
  text-wrap: balance;
}

.reservation-success-card p {
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
  margin: 0 auto 20px;
  max-width: 390px;
}

.reservation-success-link {
  background: var(--green);
}

.empty-copy {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  margin: 0;
}

@media (max-width: 900px) {
  .site-header {
    position: sticky;
  }

  .nav-links {
    display: none;
  }

  .hero {
    padding-top: 76px;
  }

  .restaurants-hero {
    padding-top: 82px;
  }

  .panel-main {
    padding-top: 86px;
  }

  .panel-shell {
    grid-template-columns: 1fr;
  }

  .panel-form-row {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
  }

  .panel-remember {
    width: 100%;
  }

  .panel-auth-card .text-action {
    width: 100%;
  }

  .dashboard-hero,
  .dashboard-panel-head {
    grid-template-columns: 1fr;
  }

  .dashboard-day-summary-head {
    align-items: start;
    display: grid;
  }

  .dashboard-day-summary-head > span {
    text-align: left;
  }

  .dashboard-toolbar {
    grid-template-columns: 1fr;
  }

  .dashboard-date-card,
  .dashboard-today-action {
    min-height: 68px;
  }

  .dashboard-table-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-metrics,
  .dashboard-report-grid,
  .dashboard-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-settings-layout {
    grid-template-columns: 1fr;
  }

  .dashboard-settings-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-settings-nav {
    position: static;
  }

  .dashboard-form-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-table-editor-card,
  .dashboard-table-editor-add {
    grid-template-columns: 1fr 1fr;
  }

  .dashboard-table-editor-remove,
  .dashboard-table-editor-add button {
    width: 100%;
  }

  .dashboard-form-grid.compact-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-search {
    max-width: none;
  }

  .panel-intro {
    min-height: 420px;
  }

  .hero-inner,
  .section-heading,
  .restaurants-hero,
  .about-section,
  .split-section,
  .split-section.reverse,
  .trust-section,
  .operator-section,
  .readiness-section,
  .beta-section,
  .application-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .reservation-shell {
    padding-top: 72px;
  }

  .reservation-hero-card,
  .reservation-app-panel,
  .reservation-field-grid,
  .reservation-options-row {
    grid-template-columns: 1fr;
  }

  .reservation-restaurant-image {
    min-height: 220px;
  }

  .hero-inner {
    min-height: auto;
  }

  .phone-preview {
    max-width: 340px;
    min-height: 480px;
  }

  .feature-grid,
  .web-restaurant-grid,
  .hero-proof,
  .product-showcase,
  .beta-steps,
  .workflow-grid,
  .operator-grid {
    grid-template-columns: 1fr;
  }

  .web-restaurant-controls {
    grid-template-columns: 1fr 1fr;
  }

  .web-restaurant-search {
    grid-column: 1 / -1;
  }

  .guest-restaurant-controls .web-restaurant-search {
    grid-column: 1 / -1;
  }

  .guest-restaurant-detail-shell {
    grid-template-columns: 1fr;
  }

  .guest-restaurant-detail-content {
    padding: 0;
  }

  .guest-restaurant-rating-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trust-points article {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .trust-points p {
    grid-column: 2;
  }

  .site-footer,
  .footer-links {
    justify-content: flex-start;
  }

  .cookie-banner {
    align-items: stretch;
    flex-direction: column;
  }

  .cookie-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 12px;
    padding: 12px 14px;
  }

  .brand img {
    height: 38px;
    width: 148px;
  }

  .nav-actions {
    gap: 6px;
  }

  .nav-login {
    font-size: 12px;
    padding: 9px 10px;
  }

  .nav-cta {
    font-size: 12px;
    padding: 10px 12px;
  }

  .hero {
    min-height: auto;
    padding: 62px 18px 46px;
  }

  .panel-main {
    padding: 72px 14px 42px;
  }

  .panel-intro {
    border-radius: 24px;
    min-height: 430px;
    padding: 24px;
  }

  .panel-intro::after {
    margin-top: 20px;
  }

  .panel-intro h1 {
    font-size: 40px;
    margin-top: 26px;
  }

  .panel-intro p {
    font-size: 15px;
  }

  .panel-route-list {
    padding-top: 28px;
  }

  .panel-auth-card {
    border-radius: 24px;
  }

  .dashboard-hero {
    border-radius: 24px;
    min-height: 220px;
    padding: 24px;
  }

  .dashboard-hero h1 {
    font-size: 38px;
  }

  .dashboard-metrics,
  .dashboard-report-grid,
  .dashboard-action-grid,
  .guest-favorite-card {
    grid-template-columns: 1fr;
  }

  .dashboard-metrics article {
    min-height: 96px;
  }

  .dashboard-panel {
    border-radius: 24px;
    padding: 18px;
  }

  .dashboard-panel-head {
    align-items: stretch;
  }

  .dashboard-panel-note {
    justify-self: start;
    white-space: normal;
  }

  .dashboard-panel-head h2 {
    font-size: 30px;
  }

  .dashboard-compact-search {
    justify-self: stretch;
    min-width: 0;
    width: 100%;
  }

  .guest-restaurant-grid {
    grid-template-columns: 1fr;
  }

  .guest-restaurant-card {
    grid-template-columns: 1fr;
  }

  .guest-restaurant-image {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .web-restaurant-actions,
  .guest-restaurant-detail-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .web-restaurant-favorite.icon-only,
  .guest-restaurant-detail-actions .secondary-action.icon-only {
    justify-self: start;
  }

  .guest-restaurant-detail-shell {
    border-radius: 22px;
    padding: 12px;
  }

  .guest-restaurant-detail-main-image {
    min-height: 220px;
  }

  .guest-restaurant-detail-gallery,
  .guest-restaurant-detail-info,
  .guest-restaurant-rating-grid {
    grid-template-columns: 1fr 1fr;
  }

  .guest-restaurant-detail-top {
    grid-template-columns: 1fr;
  }

  .guest-restaurant-detail-close {
    justify-self: start;
  }

  .guest-restaurant-review {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .guest-restaurant-review-avatar {
    height: 40px;
    width: 40px;
  }

  .dashboard-filter,
  .dashboard-view-nav {
    border-radius: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .dashboard-date-card {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }

  .dashboard-date-card button {
    border-radius: 14px;
    font-size: 26px;
    height: 44px;
    width: 44px;
  }

  .dashboard-date-card strong {
    font-size: 17px;
  }

  .dashboard-date-mini {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    width: 100%;
  }

  .dashboard-date-mini button {
    height: 38px;
    width: 38px;
  }

  .dashboard-table-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-table-title,
  .dashboard-table-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .dashboard-table-actions button {
    width: 100%;
  }

  .dashboard-view-nav button,
  .dashboard-filter button {
    width: 100%;
  }

  .dashboard-settings-nav {
    border-radius: 18px;
    grid-template-columns: 1fr 1fr;
  }

  .dashboard-settings-overview {
    grid-template-columns: 1fr;
  }

  .dashboard-settings-nav button {
    min-height: 68px;
    padding: 12px;
  }

  .dashboard-settings-section {
    border-radius: 20px;
  }

  .dashboard-settings-section-head {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .dashboard-settings-section-head > span {
    border-radius: 14px;
    font-size: 14px;
    height: 44px;
    width: 44px;
  }

  .dashboard-table-editor-head {
    flex-direction: column;
  }

  .dashboard-table-editor-card,
  .dashboard-table-editor-add {
    grid-template-columns: 1fr;
  }

  .dashboard-settings-save {
    align-items: stretch;
  }

  .dashboard-row-main,
  .guest-favorite-main,
  .dashboard-activity-item {
    grid-template-columns: 1fr;
  }

  .guest-profile-card {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .dashboard-time {
    width: 100%;
  }

  .dashboard-row-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .dashboard-row-actions .dashboard-badge {
    margin-right: 0;
    text-align: center;
  }

  .dashboard-row-actions button,
  .dashboard-row-actions a {
    width: 100%;
  }

  .dashboard-copy-field,
  .dashboard-photo-settings,
  .dashboard-detail-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-copy-field button {
    width: 100%;
  }

  .dashboard-photo-preview {
    min-height: 190px;
  }

  .guest-favorite-image {
    grid-row: auto;
    max-height: 220px;
  }

  .panel-form-row {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .panel-auth-card .text-action {
    justify-self: stretch;
  }

  h1 {
    font-size: 50px;
  }

  .hero-actions,
  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-action,
  .secondary-action,
  .form-actions button,
  .form-actions a {
    width: 100%;
  }

  .phone-preview {
    border-width: 6px;
    border-radius: 30px;
    min-height: 430px;
    padding: 16px;
  }

  .image-panel {
    min-height: 330px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .application-proof {
    grid-template-columns: 1fr;
  }

  .trust-points article {
    grid-template-columns: 1fr;
  }

  .readiness-row {
    grid-template-columns: 1fr;
  }

  .trust-points p {
    grid-column: auto;
  }

  .section {
    padding: 52px 18px;
  }

  .web-restaurant-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .web-restaurant-controls {
    grid-template-columns: 1fr;
  }

  .web-restaurant-quick-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .web-restaurant-photo,
  .web-restaurant-photo img {
    min-height: 200px;
  }

  .reservation-shell {
    padding-left: 14px;
    padding-right: 14px;
  }

  .reservation-form-card {
    border-radius: 22px;
    padding: 22px 16px;
  }

  .reservation-flow-steps {
    gap: 0;
    margin: -4px -8px 20px;
    overflow-x: auto;
  }

  .reservation-flow-step {
    min-width: 74px;
    padding: 8px 4px 14px;
  }

  .reservation-flow-step strong {
    font-size: 11px;
  }

  .reservation-flow-icon {
    height: 30px;
    width: 30px;
  }

  .reservation-heading {
    margin-bottom: 20px;
  }

  .reservation-heading h2 {
    font-size: 30px;
  }

  .reservation-hero-card {
    border-radius: 22px;
  }

  .reservation-score-card,
  .reservation-reviews-card {
    border-radius: 22px;
    padding: 20px 16px;
  }

  .reservation-reviews-head {
    align-items: stretch;
    flex-direction: column;
  }

  .reservation-reviews-head > span {
    align-self: flex-start;
  }

  .reservation-review-item {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 12px;
  }

  .reservation-review-avatar {
    height: 40px;
    width: 40px;
  }

  .reservation-restaurant-copy h1 {
    font-size: 34px;
  }

  .reservation-restaurant-info-grid {
    grid-template-columns: 1fr;
  }

  .reservation-restaurant-description {
    border-radius: 16px;
    font-size: 14px;
    max-width: none;
  }

  .reservation-calendar-panel {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  .reservation-calendar-weekdays,
  .reservation-calendar-grid {
    gap: 5px;
  }

  .reservation-calendar-day {
    min-height: 42px;
  }

  .reservation-selected-date-row {
    margin-top: 16px;
  }

  .reservation-slot-button {
    flex: 1 1 118px;
  }

  .policy-shell {
    padding: 22px 14px 28px;
  }

  .policy-nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .policy-nav img {
    width: min(230px, 70vw);
  }

  .policy-card {
    border-radius: 22px;
  }

  .support-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .support-panel a {
    text-align: center;
  }

  .policy-footer {
    justify-content: center;
    text-align: center;
  }

  .cookie-actions a,
  .cookie-actions button {
    flex: 1 1 160px;
  }
}
