:root {
  --bg: #f4ede1;
  --surface: #fff7ef;
  --surface-strong: #ffffff;
  --text: #171717;
  --muted: #5c524a;
  --brand: #f35d1f;
  --brand-strong: #d94311;
  --brand-soft: #ff8b57;
  --accent: #1e2431;
  --accent-soft: #314054;
  --line: rgba(23, 23, 23, 0.08);
  --shadow: 0 24px 70px rgba(111, 44, 14, 0.18);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --font-display: "Avenir Next Condensed", "Futura", "Avenir Next", "Trebuchet MS", sans-serif;
  --font-body: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(255, 188, 140, 0.5), transparent 28%),
    linear-gradient(180deg, #f9efe5 0%, #f3e5d7 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at center, black 30%, transparent 85%);
  opacity: 0.18;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.page-shell {
  width: min(1320px, calc(100% - 32px));
  margin: 20px auto;
}

.hero,
.section,
.footer {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero {
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 40%),
    linear-gradient(135deg, var(--brand-strong), var(--brand));
  color: #fff8f2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -35% auto;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 218, 175, 0.45), rgba(255, 218, 175, 0));
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-weight: 800;
}

.brand-text {
  font-size: 1.25rem;
  font-weight: 800;
}

.topbar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.96rem;
}

.topbar-links a {
  opacity: 0.92;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 32px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.showcase-copy h2,
.footer h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 10ch;
  font-size: clamp(3.9rem, 8vw, 7.3rem);
}

.hero-copy h1 span {
  color: #ffe2d4;
}

.hero-text {
  max-width: 56ch;
  margin: 24px 0 28px;
  font-size: 1.08rem;
  line-height: 1.65;
  color: rgba(255, 248, 242, 0.88);
}

.hero-actions,
.ticket-card.actions,
.panel-tools,
.hero-badges,
.legend,
.topbar-links,
.metric-strip,
.modules-grid,
.feature-grid,
.order-footer,
.ticket-summary {
  display: flex;
  flex-wrap: wrap;
}

.hero-actions {
  gap: 14px;
}

.button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover,
.ghost-button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: #fff8f2;
  color: var(--brand-strong);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff8f2;
  border-color: rgba(255, 255, 255, 0.28);
}

.button.ghost {
  color: var(--text);
  background: transparent;
  border-color: var(--line);
}

.button.full {
  width: 100%;
}

.hero-badges {
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.hero-badges li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 700;
}

.hero-visual {
  display: grid;
  gap: 18px;
}

.poster-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 26px 65px rgba(65, 20, 8, 0.22);
}

.poster-main {
  min-height: 300px;
  padding: 28px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 36%),
    linear-gradient(160deg, #fff1e6 0%, #fff7f2 100%);
  color: var(--brand);
}

.poster-main::after {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 209, 162, 0.8), rgba(255, 136, 80, 0.18));
}

.poster-kicker {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.poster-main h2,
.board-callout h3 {
  position: relative;
  z-index: 1;
  max-width: 6ch;
  margin: 18px 0 12px;
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 4.8rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.poster-main p:last-child {
  position: relative;
  z-index: 1;
  max-width: 12ch;
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.poster-side {
  padding: 16px;
  background: rgba(16, 18, 24, 0.92);
  color: #fefaf5;
}

.poster-screen {
  padding: 14px;
  border-radius: 22px;
  background: linear-gradient(180deg, #272d36 0%, #191d24 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.screen-bar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding: 10px 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f35d1f, #e34f12);
  font-size: 0.85rem;
  font-weight: 700;
}

.screen-floor {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  min-height: 220px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(47, 75, 53, 0.7) 0%, rgba(47, 75, 53, 0.7) 8%, rgba(229, 215, 189, 0.95) 8%, rgba(229, 215, 189, 0.95) 92%, rgba(47, 75, 53, 0.7) 92%, rgba(47, 75, 53, 0.7) 100%);
}

.mini-table {
  display: grid;
  place-items: center;
  min-height: 64px;
  font-weight: 800;
  color: #f9f6f2;
  background: #506375;
  box-shadow: inset 0 -5px rgba(0, 0, 0, 0.16);
}

.mini-table.square {
  border-radius: 16px;
}

.mini-table.round {
  border-radius: 999px;
}

.status-free {
  background: #577387;
}

.status-busy {
  background: #1f3346;
}

.status-order {
  background: #d76a2b;
}

.poster-cta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.poster-cta p {
  margin: 0;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  font-weight: 700;
  text-align: center;
}

.section {
  margin-top: 22px;
  padding: 28px;
}

.section-heading {
  margin-bottom: 24px;
}

.section-heading h2,
.showcase-copy h2,
.footer h2 {
  max-width: 18ch;
  font-size: clamp(2.2rem, 5vw, 4rem);
  color: var(--accent);
}

.section-heading.dual {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.intro {
  background:
    radial-gradient(circle at top right, rgba(243, 93, 31, 0.08), transparent 32%),
    var(--surface-strong);
}

.feature-grid {
  gap: 18px;
}

.feature-card {
  flex: 1 1 260px;
  min-height: 180px;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #fffaf5 0%, #fff4eb 100%);
  border: 1px solid rgba(243, 93, 31, 0.14);
}

.feature-card h3,
.module-card h3,
.ticket-card h3,
.panel-header h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
}

.feature-card p,
.module-card p,
.showcase-copy p,
.footer p,
.section-heading p {
  color: var(--muted);
  line-height: 1.6;
}

.metric-strip {
  gap: 14px;
}

.metric {
  min-width: 160px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #fff3e8;
  border: 1px solid rgba(243, 93, 31, 0.12);
}

.metric-value {
  display: block;
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--brand-strong);
}

.metric-label {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.92rem;
}

.dashboard-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.62fr);
  gap: 18px;
}

.floorplan-panel,
.ticket-panel,
.ticket-card,
.module-card,
.showcase-board {
  border-radius: var(--radius-lg);
}

.floorplan-panel,
.ticket-card {
  background: var(--surface-strong);
  border: 1px solid var(--line);
}

.floorplan-panel {
  padding: 20px;
}

.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.panel-eyebrow {
  margin: 0 0 8px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.ghost-button {
  min-height: 40px;
  padding: 0 16px;
  background: #fff5ec;
  border-color: transparent;
  color: var(--accent);
  font-weight: 700;
}

.ghost-button.active {
  background: var(--accent);
  color: #fffdf8;
}

.floorplan {
  position: relative;
  min-height: 580px;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #6f8353 0%, #6f8353 7%, #e5d6b9 7%, #e5d6b9 93%, #6f8353 93%, #6f8353 100%);
  border: 6px solid #2d2a2a;
}

.floorplan::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 92px;
  width: 200px;
  height: 190px;
  border-radius: 0 0 16px 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 15%),
    #2b2323;
  box-shadow: 0 0 0 6px #433a3a;
}

.table-button {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  transition: transform 180ms ease, filter 180ms ease;
}

.table-button:hover,
.table-button:focus-visible {
  transform: scale(1.04);
  filter: brightness(1.04);
}

.table-button.active .table-core {
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.78),
    0 0 0 9px rgba(243, 93, 31, 0.24),
    0 12px 24px rgba(0, 0, 0, 0.18);
}

.table-core {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 78px;
  border-radius: 16px;
  background: #5b7384;
  color: #fbf7f1;
  font-weight: 800;
  box-shadow: inset 0 -5px rgba(0, 0, 0, 0.16), 0 12px 24px rgba(0, 0, 0, 0.12);
}

.table-button.round .table-core {
  width: 68px;
  height: 68px;
  border-radius: 999px;
}

.table-button[data-status="busy"] .table-core {
  background: #2d4254;
}

.table-button[data-status="order"] .table-core {
  background: #d66c2e;
}

.table-button[data-status="reserved"] .table-core {
  background: #8d5dd2;
}

.table-button.hidden {
  opacity: 0.18;
}

.chair {
  position: absolute;
  width: 10px;
  height: 24px;
  border-radius: 6px;
  background: #405968;
  box-shadow: inset 0 -2px rgba(255, 255, 255, 0.08);
}

.table-button.round .chair {
  width: 12px;
  height: 18px;
}

.chair.top {
  left: 50%;
  top: -14px;
  transform: translateX(-50%) rotate(90deg);
}

.chair.bottom {
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%) rotate(90deg);
}

.chair.left {
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
}

.chair.right {
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
}

.table-button.round .chair.top {
  top: -12px;
}

.table-button.round .chair.bottom {
  bottom: -12px;
}

.legend {
  gap: 18px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 999px;
}

.dot.free {
  background: #5b7384;
}

.dot.busy {
  background: #2d4254;
}

.dot.order {
  background: #d66c2e;
}

.dot.reserved {
  background: #8d5dd2;
}

.ticket-panel {
  display: grid;
  gap: 18px;
}

.ticket-card {
  padding: 20px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-weight: 800;
}

.status-pill.free {
  background: rgba(91, 115, 132, 0.12);
  color: #47606f;
}

.status-pill.busy {
  background: rgba(45, 66, 84, 0.12);
  color: #2d4254;
}

.status-pill.order {
  background: rgba(214, 108, 46, 0.12);
  color: #c25f22;
}

.status-pill.reserved {
  background: rgba(141, 93, 210, 0.12);
  color: #7a45c0;
}

.ticket-summary {
  gap: 12px;
  margin-top: 18px;
}

.ticket-summary div {
  flex: 1 1 96px;
  padding: 14px;
  border-radius: 18px;
  background: #fff5ec;
}

.guest-editor,
.service-actions,
.ops-header,
.order-item-top,
.order-item-controls,
.activity-meta {
  display: flex;
  align-items: center;
}

.guest-editor,
.service-actions,
.ops-header,
.order-item-top,
.activity-meta {
  justify-content: space-between;
}

.guest-editor {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #fff8f2;
  border: 1px solid rgba(243, 93, 31, 0.12);
}

.guest-editor span {
  color: var(--muted);
  font-size: 0.92rem;
}

.stepper {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.stepper-button,
.mini-action,
.chip-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(30, 36, 49, 0.1);
  background: #fffaf6;
  color: var(--accent);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.stepper-button:hover,
.mini-action:hover,
.chip-button:hover {
  transform: translateY(-1px);
}

.stepper-button {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  font-size: 1.05rem;
  font-weight: 800;
}

.service-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.chip-button {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  font-weight: 800;
}

.chip-button.danger {
  color: var(--brand-strong);
  border-color: rgba(217, 67, 17, 0.18);
  background: #fff1ea;
}

.ticket-summary span,
.order-footer span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
}

.ticket-summary strong,
.order-footer strong {
  display: block;
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 900;
  color: var(--accent);
}

.order-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.order-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  padding: 14px;
  border-radius: 18px;
  background: #fff7ef;
  border: 1px solid rgba(243, 93, 31, 0.08);
}

.order-item-main {
  min-width: 0;
}

.order-item-top {
  gap: 10px;
  align-items: flex-start;
}

.order-total-block {
  min-width: 110px;
  text-align: right;
}

.order-total-block strong {
  white-space: nowrap;
}

.order-item strong,
.order-item span {
  display: block;
}

.order-item strong {
  font-weight: 800;
}

.order-item span {
  color: var(--muted);
  font-size: 0.92rem;
}

.order-item-controls {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.mini-action {
  min-height: 32px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 800;
}

.qty-badge {
  cursor: default;
}

.mini-action.primary {
  background: #fff0e7;
  color: var(--brand-strong);
  border-color: rgba(217, 67, 17, 0.14);
}

.mini-action.neutral {
  background: #f8f4ef;
}

.status-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.status-tag.sent {
  background: rgba(45, 66, 84, 0.1);
  color: #2d4254;
}

.status-tag.pending {
  background: rgba(214, 108, 46, 0.12);
  color: #c25f22;
}

.order-footer {
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.ticket-card.actions {
  gap: 12px;
}

.ticket-card.actions .button.primary {
  background: var(--brand);
  color: #fff9f3;
}

.ticket-card.actions .button.secondary {
  background: var(--accent);
  color: #fff9f3;
  border-color: var(--accent);
}

.ops-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr) minmax(260px, 0.8fr);
  gap: 18px;
  margin-top: 18px;
}

.ops-card {
  padding: 20px;
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
  border: 1px solid var(--line);
}

.category-tools {
  gap: 10px;
}

.product-grid,
.activity-list,
.summary-grid {
  display: grid;
}

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.product-button {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(243, 93, 31, 0.12);
  border-radius: 18px;
  background: linear-gradient(180deg, #fffaf5 0%, #fff3e8 100%);
  color: var(--accent);
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(111, 44, 14, 0.1);
}

.product-button strong {
  font-size: 1rem;
}

.product-meta,
.product-price {
  color: var(--muted);
  font-size: 0.9rem;
}

.product-price {
  font-weight: 800;
  color: var(--brand-strong);
}

.activity-list {
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.activity-item {
  padding: 14px;
  border-radius: 18px;
  background: #fff7ef;
  border: 1px solid rgba(243, 93, 31, 0.08);
}

.activity-item strong {
  display: block;
  margin-bottom: 6px;
}

.activity-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.activity-meta {
  gap: 12px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.82rem;
}

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

.summary-item {
  padding: 16px;
  border-radius: 18px;
  background: #fff7ef;
  border: 1px solid rgba(243, 93, 31, 0.08);
}

.summary-item span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
}

.summary-item strong {
  display: block;
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: 1.45rem;
  line-height: 1;
  color: var(--accent);
  word-break: break-word;
}

.modules-grid {
  gap: 18px;
}

.module-card {
  flex: 1 1 280px;
  min-height: 240px;
  padding: 24px;
}

.accent-dark {
  background: linear-gradient(160deg, #1e2431 0%, #313d4f 100%);
  color: #fff8f2;
}

.accent-dark p,
.accent-dark .mini-kpi {
  color: rgba(255, 248, 242, 0.85);
}

.accent-light {
  background: linear-gradient(180deg, #fff1e5 0%, #ffd8c2 100%);
}

.accent-outline {
  background: linear-gradient(180deg, #fffdfa 0%, #fff5ea 100%);
  border: 1px solid rgba(30, 36, 49, 0.08);
}

.mini-kpi {
  display: inline-flex;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 700;
}

.showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 22px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(243, 93, 31, 0.08), transparent 42%),
    #fffaf5;
}

.showcase-board {
  padding: 24px;
  background: linear-gradient(135deg, var(--brand-strong), var(--brand));
  color: #fff9f4;
  box-shadow: 0 28px 60px rgba(78, 24, 7, 0.2);
}

.board-top {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}

.board-brand {
  font-family: var(--font-display);
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.board-sub {
  font-size: 1rem;
  font-weight: 700;
}

.board-callout {
  padding: 22px;
  border-radius: 24px;
  background: #fff7f0;
  color: var(--brand);
}

.board-callout p {
  margin: 0;
  font-size: 1.18rem;
  font-weight: 800;
}

.board-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.board-list span {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-family: var(--font-display);
  font-size: 1.48rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.footer {
  margin-top: 22px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(135deg, #fff6ee, #fffdfb);
}

.confirm-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 20px;
}

.confirm-modal.hidden {
  display: none;
}

.confirm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(21, 20, 23, 0.45);
  backdrop-filter: blur(6px);
}

.confirm-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #fffaf5 0%, #fff3ea 100%);
  border: 1px solid rgba(243, 93, 31, 0.14);
  box-shadow: 0 28px 60px rgba(58, 21, 7, 0.24);
}

.confirm-dialog h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  color: var(--accent);
}

.confirm-dialog p:last-of-type {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 1rem;
}

.confirm-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}

@media (max-width: 1080px) {
  .hero-grid,
  .dashboard-shell,
  .showcase,
  .ops-grid {
    grid-template-columns: 1fr;
  }

  .section-heading.dual,
  .panel-header,
  .footer,
  .ops-header {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100% - 20px, 1320px);
    margin: 10px auto;
  }

  .hero,
  .section,
  .footer {
    padding: 20px;
    border-radius: 24px;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar-links {
    gap: 12px;
  }

  .hero-copy h1 {
    font-size: clamp(3.1rem, 18vw, 4.7rem);
  }

  .poster-cta {
    grid-template-columns: 1fr;
  }

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

  .floorplan {
    min-height: 500px;
  }

  .floorplan::before {
    width: 132px;
    height: 140px;
  }

  .table-core {
    width: 44px;
    height: 68px;
  }

  .table-button.round .table-core {
    width: 58px;
    height: 58px;
  }

  .board-brand {
    font-size: 2.5rem;
  }

  .board-list span {
    font-size: 1.2rem;
  }

  .summary-grid {
    grid-template-columns: 1fr;
  }

  .confirm-dialog {
    padding: 22px;
    border-radius: 22px;
  }

  .confirm-actions {
    flex-direction: column-reverse;
  }
}

body.app-mode {
  background:
    radial-gradient(circle at top left, rgba(243, 93, 31, 0.16), transparent 22%),
    linear-gradient(180deg, #efe2d0 0%, #e4d3bf 100%);
}

body.app-mode::before {
  opacity: 0.08;
  mask-image: none;
}

.app-shell {
  width: min(1560px, calc(100% - 24px));
  margin: 12px auto 20px;
}

.app-topbar,
.app-panel {
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.app-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 42%),
    linear-gradient(135deg, #1d2330 0%, #2d3a4d 100%);
  color: #fff8f2;
}

.app-brand-block {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.app-brand .brand-mark {
  background: rgba(255, 255, 255, 0.12);
}

.app-subtitle {
  margin: 0;
  color: rgba(255, 248, 242, 0.76);
  font-size: 0.98rem;
  font-weight: 600;
}

.app-session {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.app-badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff8f2;
  font-size: 0.88rem;
  font-weight: 800;
}

.app-badge.online {
  background: rgba(39, 168, 104, 0.18);
  border-color: rgba(39, 168, 104, 0.24);
}

.app-badge.accent {
  background: rgba(243, 93, 31, 0.2);
  border-color: rgba(243, 93, 31, 0.28);
}

.app-main {
  margin-top: 18px;
}

.app-panel {
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.96) 0%, rgba(255, 247, 239, 0.98) 100%);
}

.app-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.app-copy h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: var(--accent);
}

.app-description {
  max-width: 52ch;
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.app-panel .metric {
  background: linear-gradient(180deg, #fff8f2 0%, #fff0e6 100%);
}

.app-panel .button.primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-strong));
  color: #fff8f2;
}

.app-panel .button.secondary {
  background: var(--accent);
  color: #fff8f2;
  border-color: var(--accent);
}

.app-panel .button.ghost {
  background: #fffdf9;
}

@media (max-width: 1080px) {
  .app-topbar,
  .app-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .app-shell {
    width: min(100% - 16px, 1560px);
    margin: 8px auto 16px;
  }

  .app-topbar,
  .app-panel {
    padding: 18px;
    border-radius: 22px;
  }
}

body.app-mode {
  background:
    radial-gradient(circle at top left, rgba(58, 135, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #dce7ef 0%, #d3dfe8 100%);
}

body.app-mode::before {
  opacity: 0.06;
  mask-image: none;
}

.app-shell {
  width: min(1660px, calc(100% - 24px));
  margin: 12px auto 20px;
}

.app-topbar,
.pos-surface {
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(34, 54, 77, 0.12);
}

.app-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 20px;
  background: linear-gradient(180deg, #e8f1f8 0%, #dfeaf4 100%);
  border: 1px solid rgba(74, 107, 148, 0.12);
  color: #28405e;
}

.app-brand-block {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.app-brand .brand-mark {
  background: rgba(243, 93, 31, 0.12);
  border-color: rgba(243, 93, 31, 0.2);
  color: var(--brand-strong);
}

.app-subtitle {
  margin: 0;
  color: #48637f;
  font-size: 0.95rem;
  font-weight: 700;
}

.app-session {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.app-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(74, 107, 148, 0.12);
  color: #355270;
  font-size: 0.84rem;
  font-weight: 800;
}

.app-badge.online {
  background: rgba(39, 168, 104, 0.14);
  border-color: rgba(39, 168, 104, 0.2);
  color: #247754;
}

.app-badge.accent {
  background: rgba(243, 93, 31, 0.12);
  border-color: rgba(243, 93, 31, 0.18);
  color: var(--brand-strong);
}

.pos-main {
  margin-top: 16px;
}

.pos-main-grid {
  display: grid;
  grid-template-columns: minmax(430px, 0.92fr) minmax(0, 1.28fr);
  grid-template-areas:
    "ticket products"
    "floor side";
  gap: 18px;
}

.pos-surface {
  background: linear-gradient(180deg, rgba(247, 251, 255, 0.98) 0%, rgba(236, 245, 251, 0.98) 100%);
  border: 1px solid rgba(74, 107, 148, 0.12);
}

.pos-ticket {
  grid-area: ticket;
  display: flex;
  flex-direction: column;
  padding: 18px;
  min-height: 0;
}

.pos-ticket-top,
.pos-products-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.pos-ticket h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: #243b59;
}

.status-pill {
  background: rgba(43, 90, 147, 0.1);
}

.guest-editor,
.ticket-summary div,
.order-item,
.ops-card,
.summary-item {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(93, 126, 164, 0.16);
}

.pos-ticket-list {
  margin-top: 18px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(93, 126, 164, 0.14);
}

.pos-ticket-section-title {
  margin-bottom: 12px;
}

.order-list {
  max-height: 520px;
  overflow: auto;
  padding-right: 4px;
}

.order-item {
  border-radius: 14px;
  background: #fbfdff;
  border: 1px solid rgba(128, 156, 187, 0.22);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);
}

.order-item strong {
  color: #213752;
}

.status-tag.sent {
  background: rgba(44, 80, 122, 0.12);
  color: #2d4254;
}

.status-tag.pending {
  background: rgba(62, 167, 110, 0.14);
  color: #23724d;
}

.pos-ticket-actions {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.pos-ticket-actions .button {
  min-height: 58px;
  border-radius: 18px;
  font-size: 1rem;
}

.pos-ticket-actions .button.primary {
  background: linear-gradient(180deg, #5b7bf2 0%, #4362d8 100%);
  color: #f5f8ff;
}

.pos-ticket-actions .button.secondary {
  background: linear-gradient(180deg, #43b4d6 0%, #2d90b4 100%);
  color: #f4fbff;
  border-color: transparent;
}

.pos-ticket-actions .button.ghost {
  background: linear-gradient(180deg, #eef4fb 0%, #e1ebf7 100%);
  border-color: rgba(91, 120, 155, 0.18);
  color: #243b59;
}

.pos-products {
  grid-area: products;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
}

.pos-products h3,
.floorplan-panel h3,
.ops-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #243b59;
}

.pos-products .metric-strip {
  justify-content: flex-end;
  gap: 10px;
}

.pos-products .metric {
  min-width: 140px;
  background: linear-gradient(180deg, #ffffff 0%, #edf5fb 100%);
  border-color: rgba(93, 126, 164, 0.16);
}

.category-tools {
  gap: 8px;
}

.category-tools .ghost-button,
.panel-tools .ghost-button {
  min-height: 42px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #edf5fb 100%);
  border: 1px solid rgba(93, 126, 164, 0.16);
  color: #355270;
}

.category-tools .ghost-button.active,
.panel-tools .ghost-button.active {
  background: linear-gradient(180deg, #506fe4 0%, #3d58c7 100%);
  border-color: transparent;
  color: #f8fbff;
}

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  grid-auto-rows: minmax(92px, auto);
  gap: 10px;
}

.product-button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 102px;
  padding: 12px;
  border-radius: 16px;
  border: 0;
  color: #f8fbff;
  text-align: left;
  box-shadow: inset 0 -10px rgba(0, 0, 0, 0.08);
}

.product-button:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 -10px rgba(0, 0, 0, 0.08), 0 10px 18px rgba(39, 58, 82, 0.18);
}

.product-button strong,
.product-meta,
.product-price {
  color: inherit;
}

.product-button strong {
  font-size: 1rem;
  line-height: 1.08;
}

.product-meta {
  font-size: 0.74rem;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.product-price {
  font-size: 0.9rem;
  font-weight: 800;
}

.product-button.category-entrantes {
  background: linear-gradient(180deg, #e15d5b 0%, #c74a47 100%);
}

.product-button.category-principales {
  background: linear-gradient(180deg, #4569eb 0%, #2f4fd1 100%);
}

.product-button.category-postres {
  background: linear-gradient(180deg, #cd64ce 0%, #b247b3 100%);
}

.product-button.category-bebidas {
  background: linear-gradient(180deg, #54c26a 0%, #2ea24a 100%);
}

.compact-floorplan {
  grid-area: floor;
  padding: 18px;
}

.compact-floorplan .floorplan {
  min-height: 330px;
  background:
    linear-gradient(180deg, #6f8353 0%, #6f8353 10%, #e5d6b9 10%, #e5d6b9 90%, #6f8353 90%, #6f8353 100%);
}

.compact-floorplan .panel-header {
  margin-bottom: 14px;
}

.compact-floorplan .panel-tools {
  gap: 8px;
}

.compact-floorplan .floorplan::before {
  left: 20px;
  top: 64px;
  width: 146px;
  height: 124px;
}

.pos-side-stack {
  grid-area: side;
  display: grid;
  gap: 18px;
  grid-template-rows: minmax(0, 1fr) auto;
}

.ops-card {
  padding: 18px;
}

.activity-list {
  max-height: 310px;
  overflow: auto;
  gap: 10px;
}

.activity-item {
  background: #fbfdff;
  border: 1px solid rgba(128, 156, 187, 0.18);
}

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

.summary-item {
  background: #fbfdff;
}

@media (max-width: 1280px) {
  .pos-main-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "ticket"
      "products"
      "floor"
      "side";
  }

  .pos-products-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .pos-products .metric-strip {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .app-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .pos-ticket,
  .pos-products,
  .compact-floorplan,
  .ops-card {
    padding: 14px;
  }

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

  .compact-floorplan .floorplan {
    min-height: 280px;
  }
}

.app-mode {
  background:
    radial-gradient(circle at top left, rgba(63, 104, 255, 0.22), transparent 24%),
    radial-gradient(circle at bottom right, rgba(243, 93, 31, 0.16), transparent 28%),
    linear-gradient(180deg, #0b111b 0%, #111a28 100%);
}

.app-mode::before {
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
}

.app-mode .app-topbar,
.app-mode .pos-surface,
.app-mode .confirm-dialog {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.app-mode .app-topbar {
  background: linear-gradient(180deg, rgba(18, 28, 43, 0.96) 0%, rgba(12, 20, 32, 0.98) 100%);
  border-color: rgba(112, 139, 180, 0.16);
  color: #eaf1ff;
}

.app-mode .brand-text,
.app-mode .pos-ticket h1,
.app-mode .pos-products h3,
.app-mode .floorplan-panel h3,
.app-mode .ops-card h3,
.app-mode .metric-value,
.app-mode .ticket-summary strong,
.app-mode .order-footer strong,
.app-mode .summary-item strong,
.app-mode .order-item strong,
.app-mode .confirm-dialog h3 {
  color: #eef4ff;
}

.app-mode .app-subtitle,
.app-mode .panel-eyebrow,
.app-mode .metric-label,
.app-mode .guest-editor span,
.app-mode .ticket-summary span,
.app-mode .order-item span,
.app-mode .activity-item p,
.app-mode .activity-meta,
.app-mode .summary-item span,
.app-mode .app-description,
.app-mode .product-meta {
  color: #95a7c4;
}

.app-mode .app-badge {
  background: rgba(23, 35, 54, 0.88);
  border-color: rgba(112, 139, 180, 0.16);
  color: #d7e3f8;
}

.app-mode .app-badge.online {
  background: rgba(35, 120, 83, 0.26);
  color: #aff0c9;
}

.app-mode .app-badge.accent {
  background: rgba(243, 93, 31, 0.2);
  color: #ffd0ba;
}

.app-mode .pos-surface {
  background: linear-gradient(180deg, rgba(17, 26, 39, 0.96) 0%, rgba(12, 19, 29, 0.98) 100%);
  border: 1px solid rgba(112, 139, 180, 0.15);
}

.module-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 0 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(112, 139, 180, 0.14);
}

.module-tag,
.module-name {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.module-tag {
  background: rgba(63, 104, 255, 0.18);
  color: #c7d8ff;
}

.module-name {
  background: rgba(255, 255, 255, 0.05);
  color: #dce6f9;
}

.app-mode .guest-editor,
.app-mode .ticket-summary div,
.app-mode .pos-ticket-list,
.app-mode .order-item,
.app-mode .ops-card,
.app-mode .summary-item,
.app-mode .activity-item {
  background: rgba(20, 31, 46, 0.82);
  border-color: rgba(112, 139, 180, 0.14);
}

.app-mode .stepper-button,
.app-mode .mini-action,
.app-mode .chip-button,
.app-mode .button.ghost {
  background: linear-gradient(180deg, #172235 0%, #111a28 100%);
  border-color: rgba(112, 139, 180, 0.16);
  color: #e7efff;
}

.app-mode .chip-button.danger {
  background: linear-gradient(180deg, rgba(100, 34, 32, 0.95) 0%, rgba(78, 24, 24, 0.98) 100%);
  border-color: rgba(214, 94, 85, 0.2);
  color: #ffc4bc;
}

.app-mode .panel-tools .ghost-button,
.app-mode .category-tools .ghost-button {
  background: linear-gradient(180deg, #172235 0%, #111a28 100%);
  border-color: rgba(112, 139, 180, 0.16);
  color: #d7e3f8;
}

.app-mode .panel-tools .ghost-button.active,
.app-mode .category-tools .ghost-button.active {
  background: linear-gradient(180deg, #596ff5 0%, #4155cd 100%);
  color: #f4f7ff;
}

.app-mode .metric {
  background: linear-gradient(180deg, rgba(20, 31, 46, 0.9) 0%, rgba(14, 23, 35, 0.96) 100%);
  border-color: rgba(112, 139, 180, 0.14);
}

.app-mode .status-pill.free {
  background: rgba(90, 120, 156, 0.16);
  color: #c8d7ea;
}

.app-mode .status-pill.busy {
  background: rgba(62, 102, 151, 0.18);
  color: #cfe1fb;
}

.app-mode .status-pill.order {
  background: rgba(236, 122, 48, 0.18);
  color: #ffcfb2;
}

.app-mode .status-pill.reserved {
  background: rgba(132, 96, 210, 0.18);
  color: #dccbff;
}

.app-mode .order-item {
  box-shadow: none;
}

.app-mode .status-tag.sent {
  background: rgba(77, 118, 190, 0.22);
  color: #cfe0ff;
}

.app-mode .status-tag.pending {
  background: rgba(43, 159, 106, 0.2);
  color: #b9efcf;
}

.app-mode .pos-ticket-actions .button.primary {
  background: linear-gradient(180deg, #ff8a57 0%, #ef5b24 100%);
  color: #fff7f2;
}

.app-mode .pos-ticket-actions .button.secondary {
  background: linear-gradient(180deg, #5975ff 0%, #455dd8 100%);
  color: #f4f7ff;
}

.app-mode .pos-ticket-actions .button.ghost {
  color: #eef4ff;
}

.app-mode .product-grid {
  gap: 12px;
}

.app-mode .product-button {
  min-height: 110px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 -10px rgba(0, 0, 0, 0.16),
    0 10px 18px rgba(0, 0, 0, 0.16);
}

.app-mode .product-button.category-entrantes {
  background: linear-gradient(180deg, #d66469 0%, #9f3944 100%);
}

.app-mode .product-button.category-principales {
  background: linear-gradient(180deg, #5678ff 0%, #334cc7 100%);
}

.app-mode .product-button.category-postres {
  background: linear-gradient(180deg, #ce6ee0 0%, #9d47b2 100%);
}

.app-mode .product-button.category-bebidas {
  background: linear-gradient(180deg, #52c879 0%, #2f9552 100%);
}

.app-mode .floorplan {
  border-color: #111827;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.app-mode .floorplan::before {
  box-shadow: 0 0 0 6px #3b3535;
}

.app-mode .legend {
  color: #a5b7d1;
}

.app-mode .confirm-dialog {
  background: linear-gradient(180deg, #172235 0%, #0f1726 100%);
  border-color: rgba(112, 139, 180, 0.16);
}

@media (max-width: 760px) {
  .module-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

.service-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(18, 28, 43, 0.08);
  border: 1px solid rgba(112, 139, 180, 0.16);
}

.service-mode-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #6f86a4;
  font-weight: 900;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.service-mode-button:hover {
  transform: translateY(-1px);
}

.service-mode-button.active {
  background: linear-gradient(180deg, #596ff5 0%, #4155cd 100%);
  color: #f4f7ff;
  box-shadow: 0 10px 24px rgba(65, 85, 205, 0.24);
}

.is-hidden {
  display: none !important;
}

.compact-floorplan.is-secondary {
  opacity: 0.74;
}

.compact-floorplan.is-secondary .module-name {
  background: rgba(85, 104, 140, 0.14);
  color: #9db2d1;
}

.compact-floorplan.is-secondary .panel-eyebrow::after {
  content: " secundaria";
}

.app-mode .service-switch {
  background: rgba(10, 18, 30, 0.78);
  border-color: rgba(112, 139, 180, 0.16);
}

.app-mode .service-mode-button {
  color: #a9bdd9;
}

.app-mode .service-mode-button.active {
  color: #f4f7ff;
}

@media (max-width: 760px) {
  .service-switch {
    width: 100%;
    justify-content: stretch;
  }

  .service-mode-button {
    flex: 1 1 0;
  }
}
