:root {
  --ink: #17212f;
  --muted: #677386;
  --line: #d8dee8;
  --paper: #f4f7fb;
  --panel: #ffffff;
  --elior-navy: #0b3d5c;
  --elior-blue: #0b3d5c;
  --accent: #e8623f;
  --accent-dark: #0b3d5c;
  --sage: #506673;
  --gold: #f2b134;
  --steel: #405667;
  --concept-primary: #0b3d5c;
  --concept-accent: #e8623f;
  --shadow: 0 18px 42px rgba(15, 34, 55, 0.1);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(6, 74, 152, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(199, 57, 47, 0.05) 0 1px, transparent 1px 100%),
    var(--paper);
  background-size: 40px 40px, 40px 40px, auto;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

body.drawer-open {
  overflow: hidden;
}

body.auth-locked {
  overflow: hidden;
}

body.auth-locked .app-shell {
  display: none;
}

.static-auth {
  display: none;
}

body.auth-locked .static-auth {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(0, 103, 177, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(199, 57, 47, 0.06) 0 1px, transparent 1px 100%),
    #f5f1e8;
  background-size: 42px 42px, 42px 42px, auto;
}

.static-auth-card {
  width: min(100%, 440px);
  border: 1px solid #d9d4c8;
  border-top: 5px solid var(--accent);
  border-radius: 8px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(23, 33, 47, 0.16);
}

.static-auth-logo {
  display: grid;
  width: 150px;
  height: 54px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 8px;
  background: #fff;
}

.static-auth-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.static-auth-card h1 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 12vw, 4.8rem);
  line-height: 0.9;
}

.static-auth-note {
  margin: 16px 0 22px;
  color: #58604f;
  font-weight: 700;
}

.static-auth-card label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.static-auth-card input {
  width: 100%;
  border: 1px solid #cfd7e6;
  border-radius: 8px;
  padding: 14px;
  color: var(--ink);
  font: inherit;
}

.static-auth-card input:focus {
  border-color: var(--elior-blue);
  box-shadow: 0 0 0 3px rgba(0, 103, 177, 0.16);
  outline: none;
}

.static-auth-card button {
  width: 100%;
  margin-top: 16px;
  border: 0;
  border-radius: 8px;
  padding: 14px 18px;
  background: var(--elior-navy);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.static-auth-card button:hover {
  background: var(--elior-blue);
}

.static-auth-error {
  margin: 12px 0 0;
  border: 1px solid rgba(199, 57, 47, 0.28);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(199, 57, 47, 0.08);
  color: #8d241e;
  font-weight: 800;
}

button,
input,
select {
  font: inherit;
}

.app-shell {
  display: grid;
  grid-template-columns: 288px minmax(0, 1fr);
  min-height: 100vh;
}

.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: auto;
  padding: 24px 18px;
  background:
    linear-gradient(180deg, rgba(199, 57, 47, 0.14), transparent 190px),
    var(--elior-navy);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: #f8fbff;
}

.brand-lockup {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 22px;
}

.mark {
  display: grid;
  place-items: center;
  width: 118px;
  height: 52px;
  border-radius: 8px;
  background: #fff;
  padding: 8px 9px;
  box-shadow: inset 0 -5px 0 var(--concept-accent);
}

.mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.eyebrow,
.status-label,
.meta {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sidebar .eyebrow,
.sidebar .nav-group-label {
  color: rgba(248, 251, 255, 0.68);
}

.sidebar h1 {
  color: #fff;
}

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

h1 {
  margin-bottom: 0;
  font-size: 1.28rem;
  line-height: 1.1;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 1;
}

.concept-name {
  margin: 10px 0 0;
  color: var(--concept-primary);
  font-size: 1.05rem;
  font-weight: 900;
}

.concept-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.concept-heading.has-logo {
  grid-template-columns: minmax(0, 210px) minmax(0, 1fr);
}

.concept-logo {
  width: 100%;
  max-height: 118px;
  object-fit: contain;
  object-position: left center;
}

.concept-logo[hidden] {
  display: none;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.location-picker {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(248, 251, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.location-picker input,
.location-picker select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 800;
}

.location-picker select option {
  color: var(--ink);
}

.role-operator [data-role-scope="location"],
.role-operator .status-strip {
  display: none;
}

.role-picker {
  border-top-color: rgba(255, 255, 255, 0.22);
}

.tab-list {
  display: grid;
  gap: 6px;
}

.nav-group-label {
  margin: 16px 0 4px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-group-label:first-child {
  margin-top: 0;
}

.tab-button {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: center;
  width: 100%;
  border: 0;
  border-radius: 8px;
  padding: 11px 12px;
  background: transparent;
  color: rgba(248, 251, 255, 0.84);
  text-align: left;
  cursor: pointer;
}

.tab-button:hover,
.tab-button.active {
  background: rgba(255, 255, 255, 0.1);
}

.tab-button.active {
  color: #fff;
  font-weight: 800;
  box-shadow: inset 4px 0 0 var(--concept-accent);
}

.tab-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
  color: #fff;
}

.sidebar-feedback-link {
  display: grid;
  gap: 3px;
  margin-top: 18px;
  border: 1px solid rgba(232, 98, 63, 0.42);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
}

.sidebar-feedback-link:hover,
.sidebar-feedback-link:focus-visible {
  border-color: var(--concept-accent);
  background: rgba(255, 255, 255, 0.13);
  outline: none;
}

.sidebar-feedback-link span {
  font-size: 0.82rem;
  font-weight: 900;
}

.sidebar-feedback-link small {
  color: rgba(248, 251, 255, 0.68);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sidebar-logout {
  width: 100%;
  margin-top: 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  padding: 10px 12px;
  background: transparent;
  color: rgba(248, 251, 255, 0.84);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
}

.sidebar-logout:hover,
.sidebar-logout:focus-visible {
  border-color: var(--concept-accent);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.main-panel {
  min-width: 0;
  padding: 28px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end;
  margin-bottom: 24px;
  padding: 26px;
  border: 1px solid var(--line);
  border-top: 6px solid var(--concept-accent);
  border-radius: 8px;
  background:
    linear-gradient(110deg, rgba(6, 74, 152, 0.08), transparent 42%),
    #fff;
  box-shadow: var(--shadow);
}

.status-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
  gap: 10px;
}

.status-strip > div {
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
}

.status-strip strong {
  display: block;
  margin-top: 4px;
}

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

.card {
  grid-column: span 4;
  min-height: 148px;
  padding: 18px;
  border: 1px solid var(--line);
  border-top: 4px solid rgba(6, 74, 152, 0.18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 34, 55, 0.07);
}

.card.wide {
  grid-column: span 8;
}

.card.full {
  grid-column: 1 / -1;
}

.card.source-status {
  border-color: rgba(6, 74, 152, 0.24);
  border-top-color: var(--concept-accent);
  background:
    linear-gradient(135deg, rgba(6, 74, 152, 0.08), rgba(255, 255, 255, 0.95)),
    #fff;
}

.card p {
  color: var(--muted);
  line-height: 1.5;
}

.card h3 {
  color: var(--concept-primary);
}

.card.concept-hero-card {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border-top: 0;
  background:
    linear-gradient(115deg, rgba(6, 74, 152, 0.95), rgba(6, 74, 152, 0.78) 48%, rgba(199, 57, 47, 0.9)),
    var(--concept-primary);
}

.card.concept-hero-card > h3 {
  display: none;
}

.concept-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  min-height: 330px;
  color: #fff;
}

.concept-hero-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(24px, 4vw, 46px);
}

.concept-hero-copy .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.concept-hero-copy img {
  width: min(460px, 100%);
  max-height: 150px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.16));
}

.concept-hero-logo-plate {
  display: grid;
  width: min(500px, 100%);
  min-height: 132px;
  place-items: center start;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.concept-hero-logo-plate img {
  width: 100%;
  max-height: 112px;
  filter: none;
}

.concept-hero-copy p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
}

.concept-hero-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
}

.concept-hero-actions .shortcut-button {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.concept-hero-actions .shortcut-button span {
  color: rgba(255, 255, 255, 0.7);
}

.concept-hero-media {
  min-height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.concept-hero-collage {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(150px, 0.85fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
}

.concept-hero-photo {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.concept-hero-photo.primary {
  grid-row: 1 / -1;
}

.concept-hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
}

.concept-hero-photo figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  width: fit-content;
  max-width: calc(100% - 20px);
  margin: 0;
  border-radius: 999px;
  padding: 5px 9px;
  background: rgba(10, 13, 18, 0.72);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1.1;
}

.resource-list,
.compact-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.resource-link,
.pill,
.action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 8px;
  padding: 8px 10px;
  text-decoration: none;
  font-weight: 800;
}

.resource-link {
  justify-content: space-between;
  width: 100%;
  border: 1px solid var(--line);
  background: #f8fbff;
  color: var(--concept-primary);
}

.advisory-deck-intro,
.market-deck-intro {
  display: grid;
  gap: 16px;
}

.advisory-deck-intro p,
.market-deck-intro p {
  max-width: 920px;
  margin: 0;
  color: var(--muted);
}

.advisory-deck-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.advisory-deck-tab {
  appearance: none;
  display: grid;
  gap: 4px;
  min-height: 72px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  line-height: 1.25;
  text-align: left;
}

.advisory-deck-tab strong,
.advisory-deck-detail h4 {
  margin: 0;
  color: var(--ink);
}

.advisory-deck-tab span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.advisory-deck-tab.active {
  border-color: var(--concept-primary);
  background: #eef6fa;
  box-shadow: inset 0 0 0 1px rgba(11, 61, 92, 0.16);
}

.advisory-deck-tab:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 46%, var(--line));
}

.advisory-deck-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 14px;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft-surface);
}

.advisory-deck-detail h4 {
  margin-bottom: 6px;
  font-size: 1rem;
}

.advisory-deck-actions,
.market-deck-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}

.advisory-deck-frame,
.market-deck-frame {
  width: 100%;
  height: min(80vh, 920px);
  min-height: 560px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

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

.source-confidence-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 5px solid var(--concept-primary);
  border-radius: 8px;
  padding: 14px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
}

.source-confidence-head h4 {
  margin: 2px 0 5px;
  color: var(--ink);
  font-size: 1.08rem;
}

.source-confidence-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.source-confidence-head > strong {
  flex: 0 0 auto;
  border-radius: 8px;
  padding: 9px 11px;
  background: #fff;
  color: var(--concept-primary);
  font-size: 0.76rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

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

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

.source-confidence-lane {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  background: #fff;
}

.source-confidence-lane-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.source-confidence-lane-head strong {
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 950;
}

.source-confidence-lane-head span {
  border-radius: 999px;
  padding: 4px 8px;
  background: #eef6fa;
  color: var(--concept-primary);
  font-size: 0.68rem;
  font-weight: 950;
}

.source-confidence-list {
  display: grid;
  gap: 7px;
}

.source-confidence-row {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 4px;
  min-height: 86px;
  border: 1px solid var(--line);
  border-left: 4px solid #27764a;
  border-radius: 8px;
  padding: 9px;
  background: #fbfdfb;
  color: inherit;
  text-decoration: none;
}

.source-confidence-row.local {
  border-left-color: var(--concept-primary);
  background: #f8fbff;
}

.source-confidence-row.pending {
  border-left-color: #ca8a04;
  background: #fffaf0;
}

.source-confidence-row[href]:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  box-shadow: 0 8px 18px rgba(28, 22, 18, 0.08);
  transform: translateY(-1px);
}

.source-confidence-row span {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.source-confidence-row strong {
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.18;
}

.source-confidence-row small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xtrachef-review {
  display: grid;
  gap: 16px;
}

.xtrachef-review-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: 14px;
  align-items: start;
}

.xtrachef-review-head p,
.xtrachef-verdict span,
.xtrachef-priority-row p {
  margin: 0;
  color: var(--muted);
}

.xtrachef-verdict {
  display: grid;
  gap: 7px;
  padding: 13px;
  border: 1px solid rgba(199, 57, 47, 0.2);
  border-radius: 8px;
  background: #fff7f1;
}

.xtrachef-verdict strong {
  color: #8f2e25;
}

.xtrachef-priority-list {
  display: grid;
  gap: 8px;
}

.xtrachef-priority-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.xtrachef-priority-row > strong {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--concept-primary);
  color: #fff;
  font-size: 0.78rem;
}

.xtrachef-priority-row h4 {
  margin: 0 0 4px;
  color: var(--ink);
  font-size: 0.95rem;
}

@media (max-width: 760px) {
  .advisory-deck-tabs,
  .advisory-deck-detail,
  .xtrachef-review-head {
    grid-template-columns: 1fr;
  }

  .source-confidence-head {
    display: grid;
  }

  .source-confidence-head > strong {
    justify-self: start;
  }

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

  .source-confidence-lanes {
    grid-template-columns: 1fr;
  }

  .advisory-deck-frame {
    min-height: 360px;
  }
}

.recipe-reference-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.cbord-reference-block .resource-link {
  background: #fff7f1;
  border-color: color-mix(in srgb, var(--concept-accent) 28%, var(--line));
}

.pill {
  margin: 3px 4px 3px 0;
  background: rgba(6, 74, 152, 0.08);
  color: var(--concept-primary);
  font-size: 0.83rem;
}

.status-pill {
  background: #fff7e8;
  color: #8a5f16;
}

.action-button {
  border: 0;
  background: var(--concept-accent);
  color: #fff;
  cursor: pointer;
  margin: 6px 0 14px;
  box-shadow: 0 8px 18px rgba(199, 57, 47, 0.18);
}

.inline-button {
  min-height: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 6px 10px;
  background: #f8fbff;
  color: var(--concept-primary);
  font-weight: 900;
  cursor: pointer;
}

.inline-button:hover {
  border-color: var(--concept-primary);
}

.inline-button.danger {
  border-color: color-mix(in srgb, #b44439 48%, var(--line));
  background: #fff0ee;
  color: #9b2f27;
}

.inline-button.danger:hover,
.inline-button.danger:focus-visible {
  border-color: #b44439;
  box-shadow: 0 0 0 3px rgba(180, 68, 57, 0.14);
}

.labor-model-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 4px 0 12px;
}

.labor-model-actions .action-button {
  margin: 0;
}

.labor-model-table input {
  width: 100%;
  min-width: 96px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 10px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
}

.labor-model-table .labor-text-input {
  min-width: 170px;
}

.remove-row-button {
  min-height: 30px;
  border: 1px solid rgba(199, 57, 47, 0.28);
  border-radius: 8px;
  padding: 6px 9px;
  background: #fff7f5;
  color: var(--concept-accent);
  font-weight: 900;
  cursor: pointer;
}

.brand-preview {
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 22px;
  border: 2px solid rgba(6, 74, 152, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 0 44%, rgba(199, 57, 47, 0.08) 44% 56%, transparent 56%),
    #fff;
}

.brand-preview img {
  max-width: min(100%, 620px);
  max-height: 250px;
  object-fit: contain;
}

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

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

.metric-tile {
  min-height: 86px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
}

.metric-tile span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.metric-tile strong {
  display: block;
  margin-top: 8px;
  color: var(--concept-primary);
  font-size: clamp(1.1rem, 2vw, 1.65rem);
  line-height: 1.05;
}

.operator-home {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.6fr);
  gap: 14px;
  align-items: start;
}

.executive-card {
  border-color: color-mix(in srgb, var(--concept-primary) 18%, var(--line));
}

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

.scenario-mode-option {
  display: grid;
  gap: 6px;
  min-width: 0;
  min-height: 104px;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--ink) 11%, transparent);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.scenario-mode-option:hover,
.scenario-mode-option:focus-visible {
  border-color: color-mix(in srgb, var(--concept-accent) 55%, var(--line));
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--concept-accent) 14%, transparent);
}

.scenario-mode-option.active {
  border-color: color-mix(in srgb, var(--concept-primary) 58%, var(--line));
  background: color-mix(in srgb, var(--concept-primary) 8%, #fff);
}

.scenario-mode-option strong {
  font-size: 0.98rem;
  line-height: 1.15;
}

.scenario-mode-option span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 650;
  line-height: 1.35;
}

.menu-offering {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 16px;
  align-items: start;
}

.menu-offering-copy,
.menu-offering-controls {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.menu-offering-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.5;
}

.menu-offering-modes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.menu-offering-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.menu-offering-stations {
  display: grid;
  gap: 10px;
  max-height: 520px;
  overflow: auto;
  padding-right: 4px;
}

.menu-offering-station {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.menu-offering-station-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  gap: 8px;
  align-items: center;
}

.menu-offering-station-head h4 {
  margin: 0;
  min-width: 0;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.2;
}

.menu-offering-station-head span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  white-space: nowrap;
}

.menu-offering-recipes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.menu-offering-recipe {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  min-width: 0;
  padding: 9px;
  border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--wash) 60%, #fff);
  cursor: pointer;
}

.menu-offering-recipe input {
  margin-top: 2px;
  accent-color: var(--concept-primary);
}

.menu-offering-recipe span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.menu-offering-recipe strong {
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.25;
}

.menu-offering-recipe small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
}

.decision-users,
.launch-brief {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.launch-brief {
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: start;
}

.decision-user-block,
.launch-gap-list {
  min-width: 0;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--ink) 9%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--concept-primary) 4%, #fff);
}

.decision-user-block h4,
.launch-gap-list h4 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 0.95rem;
}

.decision-user-block p,
.launch-gap-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.launch-gap-list ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.launch-gap-list li {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 8px;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
  color: var(--muted);
  font-size: 0.82rem;
}

.launch-gap-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.launch-gap-list strong {
  color: var(--ink);
}

.bid-intake {
  display: grid;
  gap: 14px;
}

.bid-intake-head {
  display: grid;
  gap: 12px;
}

.bid-intake-head p {
  max-width: 900px;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.bid-intake-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bid-intake-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--ink) 9%, transparent);
  border-radius: 8px;
  background: #fff;
}

.bid-intake-row.done {
  border-color: color-mix(in srgb, #16845d 30%, var(--line));
  background: color-mix(in srgb, #16845d 6%, #fff);
}

.bid-intake-row label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-width: 0;
}

.bid-intake-row input {
  margin-top: 3px;
  accent-color: var(--concept-primary);
}

.bid-intake-row span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.bid-intake-row strong {
  color: var(--ink);
  font-size: 0.9rem;
}

.bid-intake-row small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.35;
}

.bid-intake-row em {
  align-self: start;
  padding: 4px 8px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--concept-primary) 8%, #fff);
  color: var(--concept-primary);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.overview-next-steps {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: 16px;
  align-items: center;
}

.overview-next-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.overview-next-card .shortcut-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.executive-decision {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.65fr);
  gap: 16px;
  align-items: start;
}

.executive-decision-main,
.executive-readiness,
.executive-actions,
.risk-list,
.executive-notes {
  min-width: 0;
}

.executive-decision-main p,
.executive-plan-brief > div > .section-sub {
  max-width: 860px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

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

.rfp-step {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--ink) 9%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--concept-primary) 5%, #fff);
}

.rfp-step > strong {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 28%, var(--line));
  background: color-mix(in srgb, var(--concept-primary) 10%, #fff);
  color: var(--concept-primary);
  font-family: var(--body-font);
  font-size: 0.95rem;
  font-weight: 950;
}

.rfp-step h4,
.opportunity-summary h4 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 0.92rem;
}

.rfp-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

.rfp-impact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.rfp-impact-strip span {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  min-height: 32px;
  border-radius: 999px;
  padding: 6px 11px;
  background: color-mix(in srgb, var(--concept-primary) 8%, #fff);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
}

.rfp-impact-strip strong {
  color: var(--concept-primary);
  font-size: 0.95rem;
}

.campus-concept-mix {
  display: grid;
  gap: 16px;
}

.campus-concept-mix-lead {
  display: grid;
  gap: 14px;
}

.campus-concept-mix-lead p {
  max-width: 880px;
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.campus-mix-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.campus-mix-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.campus-mix-table th,
.campus-mix-table td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.campus-mix-table th {
  background: color-mix(in srgb, var(--concept-primary) 8%, #fff);
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.campus-mix-table tr.included {
  background: color-mix(in srgb, var(--concept-accent) 7%, #fff);
}

.campus-mix-table td strong,
.campus-mix-table td small {
  display: block;
}

.campus-mix-table td small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 750;
}

.campus-mix-include {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 900;
  white-space: nowrap;
}

.campus-mix-count {
  width: 74px;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 6px 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 850;
}

.opportunity-capture {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 16px;
  align-items: start;
}

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

.opportunity-field {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.opportunity-field textarea {
  width: 100%;
  min-height: 118px;
  resize: vertical;
  border: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
  border-radius: 8px;
  padding: 11px 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
}

.opportunity-field textarea:focus {
  border-color: var(--concept-accent);
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--concept-accent) 16%, transparent);
}

.opportunity-summary {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid color-mix(in srgb, var(--ink) 9%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--ink) 4%, transparent);
}

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

.retrofit-workflow {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 16px;
  align-items: start;
}

.retrofit-workflow-copy {
  display: grid;
  gap: 14px;
}

.retrofit-workflow-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

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

.retrofit-capture {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 16px;
  align-items: start;
}

.retrofit-card,
.retrofit-capture-card {
  border-color: color-mix(in srgb, var(--concept-accent) 22%, var(--line));
}

.retrofit-summary {
  background: color-mix(in srgb, var(--concept-accent) 5%, #fff);
}

.recipe-accuracy-list {
  display: grid;
  gap: 8px;
}

.recipe-accuracy-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1.1fr) auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
  border-radius: 8px;
  background: #fff;
}

.recipe-accuracy-row > div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.recipe-accuracy-row strong {
  color: var(--ink);
  font-size: 0.9rem;
}

.recipe-accuracy-row span,
.recipe-accuracy-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

.recipe-accuracy-row p {
  font-weight: 750;
}

.recipe-training-companion {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 16px;
  align-items: start;
}

.recipe-training-companion > div:first-child {
  display: grid;
  gap: 10px;
}

.recipe-training-companion p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.recipe-official-notice {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin-bottom: 16px;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 18%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--concept-primary) 5%, #fff);
}

.recipe-official-notice strong {
  color: var(--concept-primary);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.recipe-official-notice span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.35;
}

.recipe-official-notice.missing,
.cbord-reference-block.warn {
  border-color: color-mix(in srgb, #b06a00 28%, var(--line));
  background: color-mix(in srgb, #b06a00 6%, #fff);
}

.cbord-upload-package {
  display: grid;
  gap: 14px;
}

.cbord-upload-copy {
  display: grid;
  gap: 10px;
  max-width: 980px;
}

.cbord-upload-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.cbord-export-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.action-button.secondary {
  border-color: color-mix(in srgb, var(--concept-primary) 18%, var(--line));
  background: #fff;
  color: var(--concept-primary);
}

.retrofit-economics {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 16px;
  align-items: start;
}

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

.retrofit-number-field {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.retrofit-number-field .input-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  border: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.retrofit-number-field input {
  min-width: 0;
  width: 100%;
  border: 0;
  padding: 12px;
  color: var(--ink);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
}

.retrofit-number-field input:focus {
  outline: none;
}

.retrofit-number-field .input-pair:focus-within {
  border-color: var(--concept-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--concept-accent) 16%, transparent);
}

.retrofit-number-field .input-pair strong {
  display: grid;
  min-width: 42px;
  place-items: center;
  border-left: 1px solid color-mix(in srgb, var(--ink) 9%, transparent);
  background: color-mix(in srgb, var(--concept-primary) 6%, #fff);
  color: var(--concept-primary);
  font-size: 0.82rem;
}

.retrofit-economic-results {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--concept-accent) 18%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--concept-accent) 5%, #fff);
}

.retrofit-economic-results .metric-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bid-summary {
  display: grid;
  gap: 16px;
}

.bid-summary-lead {
  display: grid;
  gap: 14px;
}

.bid-summary-lead p {
  max-width: 900px;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.bid-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.recommendation-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
  border-radius: 8px;
  background: #fff;
}

.recommendation-strip strong {
  color: var(--ink);
  font-size: 0.98rem;
}

.recommendation-strip span {
  color: var(--muted);
  font-size: 0.87rem;
  font-weight: 700;
  line-height: 1.35;
}

.recommendation-strip.ok {
  border-color: color-mix(in srgb, #16845d 34%, var(--line));
  background: color-mix(in srgb, #16845d 7%, #fff);
}

.recommendation-strip.warn {
  border-color: color-mix(in srgb, #b06a00 32%, var(--line));
  background: color-mix(in srgb, #b06a00 7%, #fff);
}

.recommendation-strip.danger {
  border-color: color-mix(in srgb, #b83333 32%, var(--line));
  background: color-mix(in srgb, #b83333 7%, #fff);
}

.bid-summary-block {
  min-width: 0;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--ink) 9%, transparent);
  border-radius: 8px;
  background: #fff;
}

.bid-summary-block h4,
.bid-summary-bottom h4 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 0.94rem;
}

.bid-summary-block p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.bid-summary-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 14px;
}

.bid-summary-bottom > div {
  min-width: 0;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--ink) 9%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--concept-primary) 4%, #fff);
}

.bid-data-needed {
  min-width: 0;
  padding: 14px;
  border: 1px solid color-mix(in srgb, #b06a00 24%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, #b06a00 5%, #fff);
}

.bid-data-needed h4 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 0.94rem;
}

.bid-data-needed ul {
  margin-bottom: 0;
}

.bid-move-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bid-move-list li {
  display: grid;
  gap: 3px;
  padding-bottom: 8px;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
}

.bid-move-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.bid-move-list strong {
  color: var(--ink);
}

.bid-move-list span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.bid-risk-list {
  grid-column: auto;
}

.concept-fit {
  display: grid;
  gap: 16px;
}

.concept-fit-head {
  display: grid;
  gap: 14px;
}

.concept-fit-head p {
  max-width: 900px;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.concept-fit-table {
  display: grid;
  gap: 8px;
}

.concept-fit-grid {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) 82px minmax(180px, 1fr) minmax(120px, 0.7fr) minmax(140px, 0.72fr) 96px;
  gap: 10px;
  align-items: center;
}

.concept-fit-grid-head {
  padding: 0 4px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.concept-fit-row {
  padding: 11px 12px;
  border: 1px solid color-mix(in srgb, var(--ink) 9%, transparent);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 0.84rem;
}

.concept-fit-row.active {
  border-color: color-mix(in srgb, var(--concept-accent) 58%, var(--line));
  background: color-mix(in srgb, var(--concept-accent) 6%, #fff);
}

.concept-fit-row div:first-child {
  display: grid;
  gap: 3px;
}

.concept-fit-row div:first-child strong {
  color: var(--ink);
}

.concept-fit-row div:first-child span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.fit-score {
  display: inline-flex;
  min-height: 34px;
  min-width: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 950;
}

.station-conversion {
  display: grid;
  gap: 16px;
}

.station-conversion-head {
  display: grid;
  gap: 14px;
}

.station-conversion-head p {
  max-width: 880px;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.station-conversion-table {
  display: grid;
  gap: 8px;
}

.station-conversion-grid {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) minmax(132px, 0.72fr) minmax(220px, 1.3fr) minmax(112px, 0.6fr) minmax(110px, 0.58fr) minmax(112px, 0.58fr);
  gap: 8px;
  align-items: stretch;
}

.station-conversion-grid-head {
  padding: 0 4px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.station-conversion-row {
  padding: 10px;
  border: 1px solid color-mix(in srgb, var(--ink) 9%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--concept-primary) 4%, #fff);
}

.station-conversion-row label {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.station-conversion-row label span {
  display: none;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.station-conversion-row input,
.station-conversion-row select {
  width: 100%;
  min-width: 0;
  min-height: 36px;
  border: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 750;
}

.station-conversion-row input:focus,
.station-conversion-row select:focus {
  border-color: var(--concept-accent);
  outline: none;
}

.executive-readiness {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--ink) 9%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--concept-primary) 5%, #fff);
}

.readiness-score {
  display: grid;
  place-items: center;
  min-height: 116px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  text-align: center;
}

.readiness-score strong {
  color: #fff;
  font-family: var(--display-font);
  font-size: 3.1rem;
  font-weight: 400;
  line-height: 0.9;
}

.readiness-score span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.readiness-bars {
  display: grid;
  gap: 10px;
}

.readiness-bar {
  display: grid;
  gap: 5px;
}

.readiness-bar span {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.readiness-bar span strong {
  color: var(--ink);
}

.readiness-bar em {
  font-style: normal;
}

.readiness-bar div {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: color-mix(in srgb, var(--ink) 10%, transparent);
}

.readiness-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--concept-primary), var(--concept-accent));
}

.executive-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.risk-list {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.risk-list span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  padding: 6px 11px;
  background: #eef3f8;
  color: var(--concept-primary);
  font-size: 0.76rem;
  font-weight: 900;
}

.risk-list .warn {
  background: #fff7e8;
  color: #8a5f16;
}

.risk-list .ok {
  background: #e8f5ed;
  color: #17613a;
}

.risk-list .info {
  background: #eaf3ff;
  color: #0b4f99;
}

.executive-plan-brief {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 16px;
  align-items: start;
}

.executive-notes {
  padding: 16px;
  border: 1px solid color-mix(in srgb, var(--ink) 9%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--ink) 4%, transparent);
}

.executive-notes h4 {
  margin: 0 0 10px;
  color: var(--ink);
}

.launch-progress {
  display: grid;
  gap: 8px;
  margin: 14px 0;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--concept-accent) 24%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--concept-accent) 7%, #fff);
}

.launch-progress-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.launch-progress-top strong {
  color: var(--concept-primary);
  font-family: var(--display-font);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
}

.launch-progress-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: color-mix(in srgb, var(--ink) 10%, transparent);
}

.launch-progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--concept-primary), var(--concept-accent));
}

.shortcut-grid {
  display: grid;
  gap: 8px;
}

.shortcut-button {
  display: grid;
  gap: 4px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #f8fbff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.shortcut-button:hover {
  border-color: var(--concept-primary);
}

.shortcut-button span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.asset-swatch,
.image-asset {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
}

.asset-swatch img {
  width: 100%;
  height: 112px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
}

.asset-swatch span,
.image-asset span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

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

.image-asset img {
  width: 100%;
  max-height: 420px;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
}

.source-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.menu-board {
  width: 100%;
  max-height: 520px;
  border: 2px solid rgba(6, 74, 152, 0.18);
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
}

.recipe-photo {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  object-fit: cover;
  background: #eee;
}

.recipe-photo.placeholder {
  padding: 24px;
  object-fit: contain;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.table-wrap {
  overflow-x: auto;
}

.category-section-stack {
  display: grid;
  gap: 22px;
}

.ingredient-category-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.ingredient-category-summary span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.ingredient-category-summary strong {
  color: var(--primary);
}

.ingredient-category-section {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.ingredient-category-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  background: rgba(6, 74, 152, 0.055);
}

.ingredient-category-head h4 {
  margin: 0;
  color: var(--primary);
  font-size: 0.98rem;
}

.ingredient-category-head span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ingredient-category-section .table-wrap {
  border-radius: 0;
}

.ingredient-operator-coverage {
  display: grid;
  gap: 14px;
}

.ingredient-coverage-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ingredient-coverage-head h4 {
  margin: 2px 0 0;
  color: var(--ink);
  font-size: 1.05rem;
}

.ingredient-coverage-head span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.ingredient-coverage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 8px;
}

.ingredient-coverage-grid span {
  display: grid;
  gap: 3px;
  min-height: 72px;
  align-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: color-mix(in srgb, var(--concept-primary) 5%, #ffffff);
}

.ingredient-coverage-grid strong {
  color: var(--primary);
  font-family: var(--display-font);
  font-size: 1.35rem;
  font-weight: 400;
}

.ingredient-coverage-grid small {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ingredient-reference-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 26%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--concept-primary) 7%, #ffffff);
  color: var(--ink);
}

.ingredient-reference-note strong {
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ingredient-reference-note span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
}

.ingredient-reference-note.secondary {
  border-color: var(--line);
  background: var(--soft);
}

.ingredient-cost-review {
  display: grid;
  gap: 14px;
}

.ingredient-cost-review > p {
  max-width: 840px;
  margin: 0;
}

.ingredient-cost-review .menu-summary-strip {
  margin: 0;
}

.ingredient-cost-review .action-button {
  justify-self: start;
  margin: 0;
}

.ingredient-cost-review-stack {
  display: grid;
  gap: 18px;
}

.ingredient-cost-review-stack h4 {
  margin: 0 0 10px;
  color: var(--primary);
  font-size: 0.95rem;
}

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

.app-map-page {
  display: grid;
  gap: 18px;
}

.app-map-flow {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.app-map-node {
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 12px 14px;
  font-weight: 800;
  color: var(--ink);
}

.app-map-node.root {
  border-color: rgba(11, 78, 137, 0.25);
  background: rgba(11, 78, 137, 0.08);
}

.app-map-arrow {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

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

.app-map-role {
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 14px;
}

.app-map-role strong {
  display: block;
  color: var(--primary);
  margin-bottom: 8px;
}

.app-map-role p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.app-map-card table {
  min-width: 880px;
}

.developer-dashboard-head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
}

.developer-dashboard-head h2,
.developer-dashboard-head p {
  margin: 0;
}

.developer-dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.developer-gap-table table,
.developer-summary-table table {
  min-width: 980px;
}

.developer-gap-table th,
.developer-gap-table td,
.developer-summary-table th,
.developer-summary-table td {
  vertical-align: top;
}

.developer-status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  white-space: nowrap;
}

.developer-status.ok {
  border-color: rgba(45, 125, 74, 0.24);
  background: rgba(45, 125, 74, 0.08);
  color: #2d7d4a;
}

.developer-status.warn {
  border-color: rgba(183, 94, 0, 0.28);
  background: rgba(183, 94, 0, 0.09);
  color: #8a510b;
}

.operator-export-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 16px;
}

.ingredient-cost-breakdown {
  display: grid;
  gap: 4px;
  min-width: 170px;
  max-width: 260px;
}

.ingredient-cost-breakdown strong {
  color: var(--ink);
  font-weight: 900;
}

.ingredient-cost-breakdown small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1.35;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}

th,
td {
  padding: 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

tbody tr:hover {
  background: rgba(6, 74, 152, 0.035);
}

.sysco-link {
  display: inline-flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border: 1px solid rgba(6, 74, 152, 0.18);
  border-radius: 6px;
  background: rgba(6, 74, 152, 0.07);
  color: #064a98;
  font-size: 0.76rem;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
}

.sysco-link:hover {
  background: rgba(6, 74, 152, 0.12);
}

.ingredient-photo {
  display: block;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(6, 74, 152, 0.14);
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

.ingredient-photo.empty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.ingredient-photo.placeholder {
  padding: 10px;
  background: #fff;
}

.recipe-ingredient-name {
  display: flex;
  align-items: center;
  gap: 10px;
}

.recipe-ingredient-row {
  cursor: pointer;
}

.recipe-ingredient-row:hover {
  background: rgba(6, 74, 152, 0.055);
}

.recipe-ingredient-row:focus-visible {
  outline: 3px solid rgba(6, 74, 152, 0.25);
  outline-offset: -3px;
}

.recipe-ingredient-name .ingredient-photo {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
}

.line-type {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border: 1px solid rgba(6, 74, 152, 0.16);
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.line-type.ingredient {
  background: #f8fbff;
  color: var(--concept-primary);
}

.line-type.prep {
  border-color: #9dccf2;
  background: #e7f3ff;
  color: #0d4f86;
}

.order-link {
  margin-top: 8px;
}

.assumption-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 12px;
  margin: 16px 0;
}

.assumption-field {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.input-pair {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.input-pair input,
.proforma-days input[type="number"] {
  width: 100%;
  min-width: 88px;
  border: 0;
  padding: 10px 12px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
}

.input-pair strong {
  padding-right: 12px;
  color: var(--muted);
}

.proforma-days {
  margin-top: 10px;
}

.proforma-days input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--concept-accent);
}

.floor-plan {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.9fr;
  grid-template-rows: 88px 118px 86px;
  gap: 8px;
  min-height: 318px;
}

.zone {
  display: grid;
  place-items: center;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.zone.hot {
  border-color: rgba(185, 63, 47, 0.42);
  background: #fff0ec;
  color: var(--concept-accent);
}

.zone.cold {
  border-color: rgba(64, 86, 103, 0.36);
  background: #eef5f7;
  color: var(--steel);
}

.zone.service {
  grid-row: span 2;
  border-color: rgba(6, 74, 152, 0.24);
  background: #f8fbff;
  color: var(--concept-primary);
}

.floor-plan-document {
  display: grid;
  gap: 12px;
}

.floor-plan-preview-link {
  display: block;
  width: min(100%, 880px);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.floor-plan-preview {
  display: block;
  width: 100%;
  height: auto;
  max-height: 78vh;
  object-fit: contain;
  background: #fff;
}

.floor-plan-actions {
  display: grid;
  gap: 8px;
}

.floor-plan-document iframe {
  width: 100%;
  min-height: 620px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.equipment-schedule {
  display: grid;
  gap: 14px;
}

.equipment-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 14px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.equipment-image {
  display: grid;
  place-items: center;
  min-height: 160px;
  border: 1px solid rgba(6, 74, 152, 0.14);
  border-radius: 8px;
  background: #f8fbff;
  overflow: hidden;
}

.equipment-image img {
  width: 100%;
  height: 100%;
  max-height: 170px;
  object-fit: contain;
  padding: 12px;
}

.equipment-detail {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.equipment-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.equipment-head h4 {
  margin: 3px 0 0;
  color: var(--concept-primary);
  font-size: 1.05rem;
}

.equipment-head h4 .equipment-link {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.equipment-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.equipment-verification {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(6, 74, 152, 0.12);
  border-radius: 8px;
  background: #f8fbff;
}

.equipment-input,
.equipment-check {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.equipment-input input {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: none;
}

.equipment-check {
  align-content: end;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 58px;
}

.equipment-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--concept-accent);
}

.equipment-readiness-card {
  border-left: 4px solid color-mix(in srgb, var(--concept-primary) 72%, #fff);
}

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

.equipment-readiness-panel > p {
  margin: 0;
}

.equipment-launch-focus {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 18%, var(--line));
  border-radius: 8px;
  padding: 12px;
  background: color-mix(in srgb, var(--concept-primary) 5%, #fff);
}

.equipment-launch-focus.complete {
  border-color: rgba(23, 97, 58, 0.22);
  background: #edf8f1;
}

.equipment-launch-focus.complete h4,
.equipment-launch-focus.complete p {
  margin: 0;
}

.equipment-launch-head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.equipment-launch-head h4,
.equipment-launch-row h5 {
  margin: 0;
  color: var(--ink);
}

.equipment-launch-head p,
.equipment-launch-row p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.equipment-launch-head > strong {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 5px 10px;
  background: #fff;
  color: var(--concept-primary);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.equipment-launch-list {
  display: grid;
  gap: 8px;
}

.equipment-launch-row {
  display: grid;
  grid-template-columns: auto minmax(220px, 1fr) auto minmax(120px, 0.38fr) minmax(82px, 0.24fr) minmax(160px, 0.5fr) auto;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  background: #fff;
}

.equipment-launch-row > strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--concept-primary);
  color: #fff;
  font-size: 0.78rem;
}

.equipment-launch-main {
  min-width: 0;
}

.equipment-launch-row .order-field span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.equipment-launch-row select,
.equipment-launch-row input {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
  color: var(--ink);
  font-weight: 750;
}

.equipment-launch-note input {
  min-width: 0;
}

.equipment-readiness-queue {
  display: grid;
  gap: 8px;
}

.equipment-readiness-queue article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
}

.equipment-readiness-queue strong {
  display: block;
  color: var(--ink);
  font-size: 0.92rem;
}

.equipment-readiness-queue span {
  color: var(--muted);
  font-size: 0.78rem;
}

.equipment-readiness-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid #cfd8e3;
  background: #eef2f6;
  color: #17212f;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.equipment-readiness-status.ready {
  border-color: #b8d3c2;
  background: #e8f5ed;
  color: #17613a;
}

.equipment-readiness-status.review {
  border-color: #e6c98d;
  background: #fff7e8;
  color: #7a4b00;
}

.equipment-readiness-status.blocked {
  border-color: #dfaaa5;
  background: #fff0ee;
  color: #9b2f27;
}

.launch-command-card {
  border-left: 4px solid color-mix(in srgb, var(--concept-primary) 72%, #fff);
}

.opening-brief-card {
  border-left: 4px solid color-mix(in srgb, var(--concept-accent) 76%, #fff);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--concept-primary) 7%, #fff) 0%, #fff 42%),
    #fff;
}

.opening-brief {
  display: grid;
  gap: 14px;
}

.opening-brief-hero {
  display: flex;
  gap: 16px;
  align-items: start;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}

.opening-brief-hero h3 {
  margin: 2px 0 5px;
  color: var(--ink);
  font-size: 1.35rem;
}

.opening-brief-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.opening-brief-score {
  display: grid;
  gap: 4px;
  min-width: 156px;
  border: 1px solid color-mix(in srgb, var(--concept-accent) 30%, var(--line));
  border-radius: 8px;
  padding: 13px 14px;
  background: color-mix(in srgb, var(--concept-accent) 10%, #fff);
  text-align: right;
}

.opening-brief-score strong {
  color: var(--concept-primary);
  font-size: 1.65rem;
  line-height: 1;
}

.opening-brief-score span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.opening-brief-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 10px;
}

.opening-brief-body {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 12px;
  align-items: start;
}

.opening-lineup-card {
  border-color: color-mix(in srgb, var(--concept-primary) 18%, var(--line));
}

.opening-lineup-sheet {
  display: grid;
  gap: 12px;
}

.opening-lineup-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.opening-lineup-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1.1rem;
}

.opening-lineup-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.4;
}

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

.opening-lineup-metrics article {
  display: grid;
  gap: 5px;
  min-width: 0;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
}

.opening-lineup-metrics article.ready {
  border-top-color: #27764a;
}

.opening-lineup-metrics article.blocked {
  border-top-color: #b44439;
}

.opening-lineup-metrics span,
.opening-lineup-list span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-lineup-metrics strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-lineup-metrics small {
  display: -webkit-box;
  min-height: 2.6em;
  overflow: hidden;
  color: color-mix(in srgb, var(--muted) 86%, #000);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-lineup-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.opening-lineup-body section {
  display: grid;
  gap: 8px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
}

.opening-lineup-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.opening-lineup-section-head strong {
  color: var(--ink);
  font-size: 0.9rem;
}

.opening-lineup-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.opening-lineup-list li,
.opening-lineup-list article {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 4px 8px;
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 8px;
  background: #fff;
}

.opening-lineup-list li.ready,
.opening-lineup-list article.ready {
  border-left-color: #27764a;
}

.opening-lineup-list li.blocked,
.opening-lineup-list article.blocked {
  border-left-color: #b44439;
}

.opening-lineup-list li.empty,
.opening-lineup-list article.empty {
  border-left-color: #d7dee7;
}

.opening-lineup-list strong,
.opening-lineup-list small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-lineup-list strong {
  color: var(--ink);
  font-size: 0.82rem;
}

.opening-lineup-list small {
  grid-column: 2;
  color: var(--muted);
  font-size: 0.72rem;
}

.pre-shift-brief {
  display: grid;
  gap: 11px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 18%, var(--line));
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.pre-shift-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}

.pre-shift-head h4 {
  margin: 2px 0 0;
  color: var(--ink);
  font-size: 1.05rem;
}

.pre-shift-callouts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.pre-shift-callout {
  display: grid;
  gap: 6px;
  min-width: 0;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 10px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.pre-shift-callout.ready {
  border-top-color: #27764a;
}

.pre-shift-callout.blocked {
  border-top-color: #b44439;
}

.pre-shift-callout span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.pre-shift-callout strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pre-shift-callout small {
  display: -webkit-box;
  min-height: 2.7em;
  overflow: hidden;
  color: color-mix(in srgb, var(--muted) 86%, #000);
  font-size: 0.72rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pre-shift-script {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pre-shift-script li {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 8px 10px;
  background: #f8fafc;
}

.pre-shift-script li.ready {
  border-left-color: #27764a;
}

.pre-shift-script li.blocked {
  border-left-color: #b44439;
}

.pre-shift-script span {
  color: var(--concept-primary);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.pre-shift-script strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-shift-board {
  display: grid;
  gap: 11px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 16%, var(--line));
  border-radius: 8px;
  padding: 14px;
  background: color-mix(in srgb, var(--concept-primary) 4%, #fff);
}

.opening-shift-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.opening-shift-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.opening-shift-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1.05rem;
}

.opening-shift-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.4;
}

.opening-shift-actions > strong {
  min-width: 72px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 18%, var(--line));
  border-radius: 8px;
  padding: 9px 10px;
  background: #fff;
  color: var(--concept-primary);
  font-size: 1.2rem;
  text-align: center;
}

.opening-shift-progress {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: color-mix(in srgb, var(--concept-primary) 10%, #fff);
}

.opening-shift-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--concept-primary), var(--concept-accent));
}

.opening-command-dock {
  position: sticky;
  top: 8px;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(200px, 0.5fr) minmax(0, 0.9fr) minmax(340px, 0.72fr) auto;
  gap: 8px;
  align-items: stretch;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 24%, var(--line));
  border-radius: 8px;
  padding: 8px;
  background: color-mix(in srgb, #fff 92%, var(--concept-primary));
  box-shadow: 0 14px 34px rgba(30, 41, 50, 0.14);
}

.opening-command-dock.blocked {
  border-color: color-mix(in srgb, #b44439 38%, var(--line));
  background: #fff7f6;
}

.opening-command-dock.ready {
  border-color: color-mix(in srgb, #27764a 28%, var(--line));
  background: color-mix(in srgb, #27764a 5%, #fff);
}

.opening-command-dock-primary,
.opening-command-dock-list button {
  min-width: 0;
  border: 1px solid var(--line);
  border-left: 3px solid #ca8a04;
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.opening-command-dock-primary {
  display: grid;
  gap: 3px;
  padding: 10px;
}

.opening-command-dock-list {
  display: grid;
  grid-auto-columns: minmax(112px, 1fr);
  grid-auto-flow: column;
  gap: 6px;
  min-width: 0;
  overflow-x: auto;
  padding-bottom: 2px;
}

.opening-command-dock-list button {
  display: grid;
  gap: 2px;
  min-height: 58px;
  padding: 8px;
}

.opening-command-dock-primary:hover,
.opening-command-dock-list button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  transform: translateY(-1px);
}

.opening-command-dock-primary.ready,
.opening-command-dock-list button.ready {
  border-left-color: #27764a;
  background: color-mix(in srgb, #27764a 5%, #fff);
}

.opening-command-dock-primary.blocked,
.opening-command-dock-list button.blocked {
  border-left-color: #b44439;
  background: #fff7f6;
}

.opening-command-dock-primary span,
.opening-command-dock-list span {
  min-width: 0;
  overflow: hidden;
  color: var(--concept-primary);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.opening-command-dock-primary strong,
.opening-command-dock-primary small,
.opening-command-dock-list strong,
.opening-command-dock-list small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-command-dock-primary strong {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 950;
}

.opening-command-dock-list strong {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
}

.opening-command-dock-primary small,
.opening-command-dock-list small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 760;
}

.opening-command-dock-status {
  align-self: center;
  min-width: 88px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 18%, var(--line));
  border-radius: 7px;
  padding: 9px 10px;
  background: #fff;
  color: var(--concept-primary);
  font-size: 0.72rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-command-dock-log {
  display: grid;
  grid-template-columns: minmax(86px, 0.32fr) minmax(76px, 0.28fr) minmax(150px, 1fr) minmax(220px, auto);
  gap: 6px;
  align-items: stretch;
  min-width: 0;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-radius: 7px;
  padding: 7px;
  background: color-mix(in srgb, #fff 96%, var(--concept-primary));
}

.opening-command-dock-clock {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-width: 0;
  border: 1px solid var(--line);
  border-left: 3px solid #ca8a04;
  border-radius: 7px;
  padding: 8px 9px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.opening-command-dock-clock.ready {
  border-left-color: #27764a;
  background: color-mix(in srgb, #27764a 5%, #fff);
}

.opening-command-dock-clock.blocked {
  border-left-color: #b44439;
  background: #fff7f6;
}

.opening-command-dock-clock:hover,
.opening-command-dock-clock:focus-visible {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  outline: none;
}

.opening-command-dock-clock span,
.opening-command-dock-clock strong,
.opening-command-dock-clock small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-command-dock-clock span {
  color: var(--concept-primary);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.opening-command-dock-clock strong {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
}

.opening-command-dock-clock small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 760;
}

.opening-command-dock-view {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-width: 0;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-radius: 7px;
  padding: 7px 8px;
  background: color-mix(in srgb, #fff 96%, var(--concept-primary));
}

.opening-command-dock-view > span {
  min-width: 0;
  overflow: hidden;
  color: var(--concept-primary);
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.opening-command-dock-view > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4px;
  min-width: 0;
}

.opening-command-dock-view button {
  min-width: 0;
  min-height: 28px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 5px 6px;
  background: #fff;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.62rem;
  font-weight: 950;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-command-dock-view button:hover,
.opening-command-dock-view button:focus-visible {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  color: var(--concept-primary);
  outline: none;
}

.opening-command-dock-view button.active {
  border-color: color-mix(in srgb, var(--concept-primary) 42%, var(--line));
  background: color-mix(in srgb, var(--concept-primary) 9%, #fff);
  color: var(--concept-primary);
}

.opening-command-dock-mode {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-width: 0;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-radius: 7px;
  padding: 6px 8px;
  background: #fff;
}

.opening-command-dock-mode > span {
  min-width: 0;
  overflow: hidden;
  color: var(--concept-primary);
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.opening-command-dock-mode > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  min-width: 0;
}

.opening-command-dock-mode button {
  min-width: 0;
  min-height: 28px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 5px 6px;
  background: color-mix(in srgb, #fff 96%, var(--concept-primary));
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.62rem;
  font-weight: 950;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-command-dock-mode button:hover,
.opening-command-dock-mode button:focus-visible {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  color: var(--concept-primary);
  outline: none;
}

.opening-command-dock-mode button.active {
  border-color: color-mix(in srgb, var(--concept-primary) 42%, var(--line));
  background: color-mix(in srgb, var(--concept-primary) 9%, #fff);
  color: var(--concept-primary);
}

.opening-command-dock-path {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 6px;
  align-items: stretch;
  min-width: 0;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 16%, var(--line));
  border-left: 3px solid #ca8a04;
  border-radius: 7px;
  padding: 7px;
  background: #fff;
}

.opening-command-dock-path.ready {
  border-left-color: #27764a;
  background: color-mix(in srgb, #27764a 5%, #fff);
}

.opening-command-dock-path.blocked {
  border-left-color: #b44439;
  background: #fff7f6;
}

.opening-command-dock-path-read {
  display: grid;
  gap: 2px;
  min-width: 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.opening-command-dock-path-read:hover strong,
.opening-command-dock-path-read:focus-visible strong {
  color: var(--concept-primary);
}

.opening-command-dock-path-read:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-primary) 13%, transparent);
  outline-offset: 2px;
}

.opening-command-dock-path-read span,
.opening-command-dock-path-read strong,
.opening-command-dock-path-read small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-command-dock-path-read span {
  color: var(--concept-primary);
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.opening-command-dock-path-read strong {
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 950;
}

.opening-command-dock-path-read small {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 760;
}

.opening-command-dock-path .inline-button {
  min-height: 0;
  padding: 6px 8px;
  font-size: 0.64rem;
  white-space: nowrap;
}

.opening-command-dock-timeline {
  grid-column: 1 / -1;
  display: grid;
  gap: 2px;
  min-width: 0;
  border: 1px solid var(--line);
  border-left: 3px solid #ca8a04;
  border-radius: 7px;
  padding: 8px 9px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.opening-command-dock-timeline.ready {
  border-left-color: #27764a;
  background: color-mix(in srgb, #27764a 5%, #fff);
}

.opening-command-dock-timeline.blocked {
  border-left-color: #b44439;
  background: #fff7f6;
}

.opening-command-dock-timeline:hover,
.opening-command-dock-timeline:focus-visible {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  outline: none;
}

.opening-command-dock-timeline span,
.opening-command-dock-timeline strong,
.opening-command-dock-timeline small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-command-dock-timeline span {
  color: var(--concept-primary);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.opening-command-dock-timeline strong {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
}

.opening-command-dock-timeline small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 760;
}

.opening-command-dock-owners {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
}

.opening-command-dock-owners button {
  display: grid;
  gap: 2px;
  min-width: 0;
  min-height: 50px;
  border: 1px solid var(--line);
  border-left: 3px solid #ca8a04;
  border-radius: 7px;
  padding: 7px 8px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.opening-command-dock-owners button.ready {
  border-left-color: #27764a;
  background: color-mix(in srgb, #27764a 5%, #fff);
}

.opening-command-dock-owners button.blocked {
  border-left-color: #b44439;
  background: #fff7f6;
}

.opening-command-dock-owners button:hover,
.opening-command-dock-owners button:focus-visible {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  outline: none;
}

.opening-command-dock-owners span,
.opening-command-dock-owners strong,
.opening-command-dock-owners small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-command-dock-owners span {
  color: var(--concept-primary);
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.opening-command-dock-owners strong {
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 950;
}

.opening-command-dock-owners small {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 760;
}

.opening-command-dock-call {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-width: 0;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 18%, var(--line));
  border-left: 3px solid #ca8a04;
  border-radius: 7px;
  padding: 7px 8px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
}

.opening-command-dock-call.ready {
  border-left-color: #27764a;
  background: color-mix(in srgb, #27764a 5%, #fff);
}

.opening-command-dock-call.blocked {
  border-left-color: #b44439;
  background: #fff7f6;
}

.opening-command-dock-call span {
  color: var(--concept-primary);
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.opening-command-dock-call strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-command-dock-call .inline-button {
  min-height: 0;
  padding: 6px 8px;
  font-size: 0.64rem;
}

.opening-command-dock-signal {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 6px;
  align-items: stretch;
  min-width: 0;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 16%, var(--line));
  border-left: 3px solid #ca8a04;
  border-radius: 7px;
  padding: 7px;
  background: #fff;
}

.opening-command-dock-signal.ready {
  border-left-color: #27764a;
  background: color-mix(in srgb, #27764a 5%, #fff);
}

.opening-command-dock-signal.blocked {
  border-left-color: #b44439;
  background: #fff7f6;
}

.opening-command-dock-signal-read {
  display: grid;
  gap: 2px;
  min-width: 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.opening-command-dock-signal-read:hover strong,
.opening-command-dock-signal-read:focus-visible strong {
  color: var(--concept-primary);
}

.opening-command-dock-signal-read:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-primary) 13%, transparent);
  outline-offset: 2px;
}

.opening-command-dock-signal-read span,
.opening-command-dock-signal-read strong,
.opening-command-dock-signal-read small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-command-dock-signal-read span {
  color: var(--concept-primary);
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.opening-command-dock-signal-read strong {
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 950;
}

.opening-command-dock-signal-read small {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 760;
}

.opening-command-dock-signal .inline-button {
  min-height: 0;
  padding: 6px 8px;
  font-size: 0.64rem;
  white-space: nowrap;
}

.opening-command-dock-pass {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px;
  align-items: stretch;
  min-width: 0;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 16%, var(--line));
  border-left: 3px solid #ca8a04;
  border-radius: 7px;
  padding: 7px;
  background: #fff;
}

.opening-command-dock-pass.ready {
  border-left-color: #27764a;
  background: color-mix(in srgb, #27764a 5%, #fff);
}

.opening-command-dock-pass.blocked {
  border-left-color: #b44439;
  background: #fff7f6;
}

.opening-command-dock-pass-read {
  display: grid;
  gap: 2px;
  min-width: 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.opening-command-dock-pass-read:hover strong,
.opening-command-dock-pass-read:focus-visible strong {
  color: var(--concept-primary);
}

.opening-command-dock-pass-read:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-primary) 13%, transparent);
  outline-offset: 2px;
}

.opening-command-dock-pass-read span,
.opening-command-dock-pass-read strong,
.opening-command-dock-pass-read small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-command-dock-pass-read span {
  color: var(--concept-primary);
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.opening-command-dock-pass-read strong {
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 950;
}

.opening-command-dock-pass-read small {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 760;
}

.opening-command-dock-pass .inline-button {
  min-height: 0;
  padding: 6px 8px;
  font-size: 0.64rem;
  white-space: nowrap;
}

.opening-command-dock-handoff {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  gap: 6px;
  align-items: stretch;
  min-width: 0;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 16%, var(--line));
  border-left: 3px solid #ca8a04;
  border-radius: 7px;
  padding: 7px;
  background: #fff;
}

.opening-command-dock-handoff.ready {
  border-left-color: #27764a;
  background: color-mix(in srgb, #27764a 5%, #fff);
}

.opening-command-dock-handoff.blocked {
  border-left-color: #b44439;
  background: #fff7f6;
}

.opening-command-dock-handoff-read {
  display: grid;
  gap: 2px;
  min-width: 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.opening-command-dock-handoff-read:hover strong,
.opening-command-dock-handoff-read:focus-visible strong {
  color: var(--concept-primary);
}

.opening-command-dock-handoff-read:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-primary) 13%, transparent);
  outline-offset: 2px;
}

.opening-command-dock-handoff-read span,
.opening-command-dock-handoff-read strong,
.opening-command-dock-handoff-read small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-command-dock-handoff-read span {
  color: var(--concept-primary);
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.opening-command-dock-handoff-read strong {
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 950;
}

.opening-command-dock-handoff-read small {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 760;
}

.opening-command-dock-handoff .inline-button {
  min-height: 0;
  padding: 6px 8px;
  font-size: 0.64rem;
  white-space: nowrap;
}

.opening-command-dock-quick {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 4px;
}

.opening-command-dock-quick button {
  min-width: 0;
  min-height: 30px;
  border: 1px solid var(--line);
  border-left: 3px solid #ca8a04;
  border-radius: 7px;
  padding: 6px 7px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}

.opening-command-dock-quick button.ready {
  border-left-color: #27764a;
  background: color-mix(in srgb, #27764a 5%, #fff);
}

.opening-command-dock-quick button.blocked {
  border-left-color: #b44439;
  background: #fff7f6;
}

.opening-command-dock-quick button:hover,
.opening-command-dock-quick button:focus-visible {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  outline: none;
}

.opening-command-dock-quick span {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: var(--concept-primary);
  font-size: 0.64rem;
  font-weight: 950;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.opening-command-dock-log select,
.opening-command-dock-log input {
  min-width: 0;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 8px 9px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
}

.opening-command-dock-log input::placeholder {
  color: color-mix(in srgb, var(--muted) 78%, transparent);
}

.opening-command-dock-log select:focus,
.opening-command-dock-log input:focus {
  border-color: color-mix(in srgb, var(--concept-primary) 42%, var(--line));
  outline: 3px solid color-mix(in srgb, var(--concept-primary) 13%, transparent);
}

.opening-command-dock-log .inline-button {
  min-height: 0;
  padding: 8px 10px;
  white-space: nowrap;
}

.opening-command-dock-actions {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 6px;
  align-items: stretch;
  justify-content: end;
  min-width: 0;
}

.opening-command-dock.focus .opening-command-dock-log {
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 1fr);
  align-content: start;
}

.opening-command-dock.focus .opening-command-dock-timeline,
.opening-command-dock.focus .opening-command-dock-owners,
.opening-command-dock.focus .opening-command-dock-pass,
.opening-command-dock.focus .opening-command-dock-handoff,
.opening-command-dock.focus .opening-command-dock-quick,
.opening-command-dock.focus .opening-command-dock-actions,
.opening-command-dock.focus [data-opening-dock-type],
.opening-command-dock.focus [data-opening-dock-owner],
.opening-command-dock.focus [data-opening-dock-note],
.opening-command-dock.focus [data-opening-dock-log],
.opening-command-dock.focus [data-opening-dock-reset-draft],
.opening-command-dock.focus [data-opening-dock-copy],
.opening-command-dock.focus [data-opening-dock-call-copy],
.opening-command-dock.focus [data-opening-alerts-copy],
.opening-command-dock.focus [data-opening-alerts-log] {
  display: none;
}

.opening-command-dock.focus .opening-command-dock-clock,
.opening-command-dock.focus .opening-command-dock-view,
.opening-command-dock.focus .opening-command-dock-path,
.opening-command-dock.focus .opening-command-dock-call,
.opening-command-dock.focus .opening-command-dock-signal {
  grid-column: 1 / -1;
}

.opening-command-dock.focus .opening-command-dock-call {
  grid-template-columns: auto minmax(0, 1fr);
}

.opening-command-dock.focus .opening-command-dock-signal {
  grid-template-columns: minmax(0, 1fr);
}

.opening-command-dock.focus .opening-command-dock-path {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.opening-command-dock.focus .opening-command-dock-clock small,
.opening-command-dock.focus .opening-command-dock-path-read small,
.opening-command-dock.focus .opening-command-dock-signal-read small {
  display: none;
}

.opening-service-signal {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-service-signal.ready {
  border-left-color: #27764a;
}

.opening-service-signal.blocked {
  border-left-color: #b44439;
}

.opening-service-signal-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-service-signal-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-service-signal-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-service-signal-head > strong {
  min-width: 84px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-service-signal.ready .opening-service-signal-head > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-service-signal.blocked .opening-service-signal-head > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-service-signal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
}

.opening-service-signal-grid article {
  display: grid;
  gap: 5px;
  min-width: 0;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
}

.opening-service-signal-grid article.ready {
  border-top-color: #27764a;
}

.opening-service-signal-grid article.blocked {
  border-top-color: #b44439;
}

.opening-service-signal-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-service-signal-grid strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-service-signal-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-door-control {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-door-control.ready {
  border-left-color: #27764a;
}

.opening-door-control.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-door-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-door-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-door-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-door-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 218px;
}

.opening-door-tools > strong {
  min-width: 116px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-door-control.ready .opening-door-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-door-control.blocked .opening-door-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-door-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.opening-door-grid article {
  display: grid;
  gap: 5px;
  min-width: 0;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
}

.opening-door-grid article.ready {
  border-top-color: #27764a;
}

.opening-door-grid article.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-door-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-door-grid strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-door-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-seating-wave {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-seating-wave.ready {
  border-left-color: #27764a;
}

.opening-seating-wave.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-seating-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-seating-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-seating-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-seating-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 196px;
}

.opening-seating-tools > strong {
  min-width: 72px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-seating-wave.ready .opening-seating-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-seating-wave.blocked .opening-seating-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-seating-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.opening-seating-grid article {
  display: grid;
  gap: 5px;
  min-width: 0;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
}

.opening-seating-grid article.ready {
  border-top-color: #27764a;
}

.opening-seating-grid article.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-seating-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-seating-grid strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-seating-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-fire-control {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-fire-control.ready {
  border-left-color: #27764a;
}

.opening-fire-control.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-fire-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-fire-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-fire-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-fire-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 212px;
}

.opening-fire-tools > strong {
  min-width: 72px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-fire-control.ready .opening-fire-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-fire-control.blocked .opening-fire-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-fire-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.opening-fire-grid article {
  display: grid;
  gap: 5px;
  min-width: 0;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
}

.opening-fire-grid article.ready {
  border-top-color: #27764a;
}

.opening-fire-grid article.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-fire-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-fire-grid strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-fire-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-walkthrough {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-walkthrough.ready {
  border-left-color: #27764a;
}

.opening-walkthrough.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-walkthrough-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-walkthrough-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-walkthrough-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-walkthrough-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 226px;
}

.opening-walkthrough-tools > strong {
  min-width: 72px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-walkthrough.ready .opening-walkthrough-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-walkthrough.blocked .opening-walkthrough-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-walkthrough-route {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.opening-walkthrough-route button {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 5px;
  min-width: 0;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
  color: inherit;
  text-align: left;
}

.opening-walkthrough-route button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 28%, var(--line));
}

.opening-walkthrough-route button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 38%, transparent);
  outline-offset: 2px;
}

.opening-walkthrough-route button.ready {
  border-top-color: #27764a;
}

.opening-walkthrough-route button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-walkthrough-route span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-walkthrough-route strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-walkthrough-route small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-walkthrough-route em {
  align-self: end;
  justify-self: start;
  border-radius: 999px;
  padding: 4px 7px;
  background: #eef2f6;
  color: #17212f;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-walkthrough-route .ready em {
  background: #e8f5ed;
  color: #17613a;
}

.opening-walkthrough-route .blocked em {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-pass-recap {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-pass-recap.ready {
  border-left-color: #27764a;
}

.opening-pass-recap.blocked {
  border-left-color: #b44439;
}

.opening-pass-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-pass-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-pass-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-pass-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  min-width: 354px;
}

.opening-pass-tools > strong {
  min-width: 86px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-pass-recap.ready .opening-pass-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-pass-recap.blocked .opening-pass-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-pass-callouts,
.opening-pass-deltas {
  display: grid;
  gap: 8px;
}

.opening-pass-callouts {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.opening-pass-deltas {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.opening-pass-callouts article,
.opening-pass-deltas article {
  display: grid;
  gap: 5px;
  min-width: 0;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 95%, var(--concept-primary));
}

.opening-pass-callouts article.ready,
.opening-pass-deltas article.ready {
  border-top-color: #27764a;
}

.opening-pass-callouts article.blocked,
.opening-pass-deltas article.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-pass-callouts span,
.opening-pass-deltas span {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.opening-pass-callouts strong,
.opening-pass-deltas strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-pass-callouts small,
.opening-pass-deltas small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-freshness-guard {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-freshness-guard.ready {
  border-left-color: #27764a;
}

.opening-freshness-guard.blocked {
  border-left-color: #b44439;
}

.opening-freshness-guard h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-freshness-guard p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-freshness-actions {
  display: grid;
  gap: 7px;
  justify-items: end;
  min-width: 138px;
}

.opening-freshness-actions span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
}

.opening-action-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 16%, var(--line));
  border-left: 4px solid #27764a;
  border-radius: 8px;
  padding: 10px 12px;
  background: color-mix(in srgb, #fff 94%, #27764a);
}

.opening-action-notice.review {
  border-left-color: #ca8a04;
  background: #fffaf0;
}

.opening-action-notice.blocked {
  border-left-color: #b44439;
  background: #fff7f6;
}

.opening-action-notice > div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.opening-action-notice strong,
.opening-action-notice small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-action-notice strong {
  color: var(--ink);
  font-size: 0.9rem;
}

.opening-action-notice small {
  color: var(--muted);
  font-size: 0.75rem;
}

.opening-action-notice em {
  flex: 0 0 auto;
  color: var(--concept-primary);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-now-strip {
  display: grid;
  gap: 12px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 15%, var(--line));
  border-left: 5px solid #ca8a04;
  border-radius: 8px;
  padding: 14px;
  background: color-mix(in srgb, #fff 94%, #eef1ee);
  box-shadow: 0 12px 24px rgba(28, 22, 18, 0.07);
}

.opening-now-strip.ready {
  border-left-color: #27764a;
}

.opening-now-strip.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-now-strip-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.opening-now-strip-head h4 {
  margin: 2px 0 5px;
  color: var(--ink);
  font-size: 1.18rem;
}

.opening-now-strip-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.4;
}

.opening-now-strip-head > strong {
  flex: 0 0 auto;
  min-width: 78px;
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 1rem;
  font-weight: 950;
  text-align: center;
}

.opening-now-strip.ready .opening-now-strip-head > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-now-strip.blocked .opening-now-strip-head > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-now-strip-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.opening-now-strip-grid button {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 5px;
  min-width: 0;
  min-height: 124px;
  border: 1px solid var(--line);
  border-top: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.opening-now-strip-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  box-shadow: 0 8px 18px rgba(28, 22, 18, 0.08);
  transform: translateY(-1px);
}

.opening-now-strip-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 45%, transparent);
  outline-offset: 2px;
}

.opening-now-strip-grid button.ready {
  border-top-color: #27764a;
}

.opening-now-strip-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-now-strip-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-now-strip-grid strong,
.opening-now-strip-grid em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-now-strip-grid strong {
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.15;
}

.opening-now-strip-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.opening-now-strip-grid em {
  align-self: end;
  color: var(--concept-primary);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-view-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 12%, var(--line));
  border-radius: 8px;
  padding: 10px;
  background: #fff;
}

.opening-view-switch > div:first-child {
  display: grid;
  gap: 2px;
  min-width: 150px;
}

.opening-view-switch strong,
.opening-view-switch small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-view-switch strong {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 950;
}

.opening-view-switch small {
  color: var(--muted);
  font-size: 0.72rem;
}

.opening-view-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.opening-view-options button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 10px;
  background: #f8fbff;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 950;
}

.opening-view-options button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  color: var(--concept-primary);
}

.opening-view-options button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 45%, transparent);
  outline-offset: 2px;
}

.opening-view-options button.active {
  border-color: color-mix(in srgb, var(--concept-primary) 42%, var(--line));
  background: color-mix(in srgb, var(--concept-primary) 9%, #fff);
  color: var(--concept-primary);
}

.opening-view-brief {
  display: grid;
  gap: 11px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: color-mix(in srgb, #fff 95%, #eef1ee);
}

.opening-view-brief.ready {
  border-left-color: #27764a;
}

.opening-view-brief.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-view-brief-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-view-brief-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-view-brief-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.38;
}

.opening-view-brief-head > strong {
  flex: 0 0 auto;
  max-width: 128px;
  overflow: hidden;
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.76rem;
  font-weight: 950;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.opening-view-brief.ready .opening-view-brief-head > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-view-brief.blocked .opening-view-brief-head > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-view-brief-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.opening-view-brief-grid button {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 5px;
  min-width: 0;
  min-height: 114px;
  border: 1px solid var(--line);
  border-top: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: #fff;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.opening-view-brief-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  box-shadow: 0 8px 18px rgba(28, 22, 18, 0.08);
  transform: translateY(-1px);
}

.opening-view-brief-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 45%, transparent);
  outline-offset: 2px;
}

.opening-view-brief-grid button.ready {
  border-top-color: #27764a;
}

.opening-view-brief-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-view-brief-grid span {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-view-brief-grid strong,
.opening-view-brief-grid em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-view-brief-grid strong {
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.12;
}

.opening-view-brief-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.opening-view-brief-grid em {
  align-self: end;
  color: var(--concept-primary);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-daily-brief {
  display: grid;
  gap: 12px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 5px solid #ca8a04;
  border-radius: 8px;
  padding: 13px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(28, 22, 18, 0.07);
}

.opening-daily-brief.ready {
  border-left-color: #27764a;
}

.opening-daily-brief.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-daily-brief-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-daily-brief-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1.04rem;
}

.opening-daily-brief-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.38;
}

.opening-daily-brief-actions {
  display: grid;
  grid-template-columns: auto auto;
  gap: 7px;
  justify-items: stretch;
  min-width: 150px;
}

.opening-daily-brief-actions strong {
  grid-column: 1 / -1;
  overflow: hidden;
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.76rem;
  font-weight: 950;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.opening-daily-brief.ready .opening-daily-brief-actions strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-daily-brief.blocked .opening-daily-brief-actions strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-daily-brief-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.opening-daily-brief-grid button {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 5px;
  min-width: 0;
  min-height: 118px;
  border: 1px solid var(--line);
  border-top: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 96%, #eef1ee);
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.opening-daily-brief-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  box-shadow: 0 8px 18px rgba(28, 22, 18, 0.08);
  transform: translateY(-1px);
}

.opening-daily-brief-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 45%, transparent);
  outline-offset: 2px;
}

.opening-daily-brief-grid button.ready {
  border-top-color: #27764a;
}

.opening-daily-brief-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-daily-brief-grid span {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-daily-brief-grid strong,
.opening-daily-brief-grid em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-daily-brief-grid strong {
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.12;
}

.opening-daily-brief-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.opening-daily-brief-grid em {
  align-self: end;
  color: var(--concept-primary);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-launch-path {
  display: grid;
  gap: 9px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 18%, var(--line));
  border-left: 5px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-launch-path.ready {
  border-left-color: #27764a;
}

.opening-launch-path.blocked {
  border-left-color: #b44439;
  background: #fff7f6;
}

.opening-launch-path-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-launch-path-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-launch-path-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.36;
}

.opening-launch-path-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  justify-items: stretch;
  min-width: 184px;
}

.opening-launch-path-actions strong {
  grid-column: 1 / -1;
  overflow: hidden;
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.74rem;
  font-weight: 950;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.opening-launch-path.ready .opening-launch-path-actions strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-launch-path.blocked .opening-launch-path-actions strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-launch-path-receipt {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-radius: 8px;
  padding: 7px 9px;
  background: color-mix(in srgb, #fff 96%, var(--concept-primary));
}

.opening-launch-path-receipt.ready {
  border-color: color-mix(in srgb, #27764a 24%, var(--line));
  background: color-mix(in srgb, #27764a 6%, #fff);
}

.opening-launch-path-receipt.review {
  border-color: color-mix(in srgb, #ca8a04 28%, var(--line));
  background: color-mix(in srgb, #ca8a04 7%, #fff);
}

.opening-launch-path-receipt span {
  color: var(--concept-primary);
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.opening-launch-path-receipt strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-launch-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.opening-launch-path-grid button {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 8px;
  align-items: start;
  min-width: 0;
  min-height: 84px;
  border: 1px solid var(--line);
  border-top: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 96%, #eef1ee);
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.opening-launch-path-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  box-shadow: 0 8px 18px rgba(28, 22, 18, 0.08);
  transform: translateY(-1px);
}

.opening-launch-path-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 45%, transparent);
  outline-offset: 2px;
}

.opening-launch-path-grid button.ready {
  border-top-color: #27764a;
}

.opening-launch-path-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-launch-path-grid span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--concept-primary) 9%, #fff);
  color: var(--concept-primary);
  font-size: 0.74rem;
  font-weight: 950;
}

.opening-launch-path-grid strong,
.opening-launch-path-grid em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-launch-path-grid strong {
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.1;
}

.opening-launch-path-grid small {
  grid-column: 1 / -1;
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-launch-path-grid em {
  grid-column: 1 / -1;
  align-self: end;
  color: var(--concept-primary);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-command-rail {
  position: sticky;
  top: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(68px, 1fr));
  gap: 6px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-radius: 8px;
  padding: 7px;
  background: color-mix(in srgb, #fff 96%, var(--concept-primary));
  box-shadow: 0 10px 22px rgba(28, 22, 18, 0.08);
}

.opening-command-rail button {
  display: grid;
  align-content: start;
  gap: 3px;
  min-width: 0;
  min-height: 74px;
  border: 1px solid var(--line);
  border-top: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 8px 7px;
  background: #fff;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.opening-command-rail button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  transform: translateY(-1px);
}

.opening-command-rail button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 45%, transparent);
  outline-offset: 2px;
}

.opening-command-rail button.ready {
  border-top-color: #27764a;
}

.opening-command-rail button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-command-rail span {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 950;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.opening-command-rail strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-command-rail small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-runway {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-runway.ready {
  border-left-color: #27764a;
}

.opening-runway.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-runway-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-runway-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-runway-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-runway-head > strong {
  flex: 0 0 auto;
  min-width: 78px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-runway.ready .opening-runway-head > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-runway.blocked .opening-runway-head > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-runway-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.opening-runway-grid button {
  display: grid;
  gap: 5px;
  min-width: 0;
  min-height: 86px;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
  color: inherit;
  text-align: left;
}

.opening-runway-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 28%, var(--line));
}

.opening-runway-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 38%, transparent);
  outline-offset: 2px;
}

.opening-runway-grid button.ready {
  border-top-color: #27764a;
}

.opening-runway-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-runway-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-runway-grid strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-runway-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-live-feed {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-live-feed.ready {
  border-left-color: #27764a;
}

.opening-live-feed.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-live-feed-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-live-feed-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-live-feed-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-live-feed-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 226px;
}

.opening-live-feed-tools > strong {
  min-width: 72px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-live-feed.ready .opening-live-feed-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-live-feed.blocked .opening-live-feed-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-live-feed-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.opening-live-feed-grid button {
  display: grid;
  gap: 5px;
  min-width: 0;
  min-height: 86px;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
  color: inherit;
  text-align: left;
}

.opening-live-feed-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 28%, var(--line));
}

.opening-live-feed-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 38%, transparent);
  outline-offset: 2px;
}

.opening-live-feed-grid button.ready {
  border-top-color: #27764a;
}

.opening-live-feed-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-live-feed-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-live-feed-grid strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-live-feed-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-station-launch {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-station-launch.ready {
  border-left-color: #27764a;
}

.opening-station-launch.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-station-launch-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-station-launch-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-station-launch-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-station-launch-head > strong {
  flex: 0 0 auto;
  min-width: 78px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-station-launch.ready .opening-station-launch-head > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-station-launch.blocked .opening-station-launch-head > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-station-launch-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.opening-station-launch-grid button {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 5px;
  min-width: 0;
  min-height: 126px;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
  color: inherit;
  text-align: left;
}

.opening-station-launch-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 28%, var(--line));
}

.opening-station-launch-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 38%, transparent);
  outline-offset: 2px;
}

.opening-station-launch-grid button.ready {
  border-top-color: #27764a;
}

.opening-station-launch-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-station-launch-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-station-launch-grid strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-station-launch-grid small,
.opening-station-launch-grid em {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-station-launch-grid em {
  align-self: end;
  color: var(--ink);
  font-style: normal;
  font-weight: 850;
}

.opening-service-alerts {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-service-alerts.ready {
  border-left-color: #27764a;
}

.opening-service-alerts.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-service-alerts-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-service-alerts-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-service-alerts-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-service-alerts-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 226px;
}

.opening-service-alerts-tools > strong {
  min-width: 72px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-service-alerts.ready .opening-service-alerts-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-service-alerts.blocked .opening-service-alerts-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-service-alerts-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.opening-service-alerts-grid button {
  display: grid;
  gap: 5px;
  min-width: 0;
  min-height: 96px;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
  color: inherit;
  text-align: left;
}

.opening-service-alerts-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 28%, var(--line));
}

.opening-service-alerts-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 38%, transparent);
  outline-offset: 2px;
}

.opening-service-alerts-grid button.ready {
  border-top-color: #27764a;
}

.opening-service-alerts-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-service-alerts-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-service-alerts-grid strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-service-alerts-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.opening-foh-brief {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-foh-brief.ready {
  border-left-color: #27764a;
}

.opening-foh-brief.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-foh-brief-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-foh-brief-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-foh-brief-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-foh-brief-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 226px;
}

.opening-foh-brief-tools > strong {
  min-width: 72px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-foh-brief.ready .opening-foh-brief-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-foh-brief.blocked .opening-foh-brief-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-foh-brief-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.opening-foh-brief-grid button {
  display: grid;
  gap: 5px;
  min-width: 0;
  min-height: 96px;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
  color: inherit;
  text-align: left;
}

.opening-foh-brief-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 28%, var(--line));
}

.opening-foh-brief-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 38%, transparent);
  outline-offset: 2px;
}

.opening-foh-brief-grid button.ready {
  border-top-color: #27764a;
}

.opening-foh-brief-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-foh-brief-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-foh-brief-grid strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-foh-brief-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.opening-host-brief {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-host-brief.ready {
  border-left-color: #27764a;
}

.opening-host-brief.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-host-brief-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-host-brief-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-host-brief-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-host-brief-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 226px;
}

.opening-host-brief-tools > strong {
  min-width: 72px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-host-brief.ready .opening-host-brief-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-host-brief.blocked .opening-host-brief-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-host-brief-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.opening-host-brief-grid button {
  display: grid;
  gap: 5px;
  min-width: 0;
  min-height: 96px;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
  color: inherit;
  text-align: left;
}

.opening-host-brief-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 28%, var(--line));
}

.opening-host-brief-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 38%, transparent);
  outline-offset: 2px;
}

.opening-host-brief-grid button.ready {
  border-top-color: #27764a;
}

.opening-host-brief-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-host-brief-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-host-brief-grid strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-host-brief-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.opening-runner-brief {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-runner-brief.ready {
  border-left-color: #27764a;
}

.opening-runner-brief.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-runner-brief-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-runner-brief-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-runner-brief-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-runner-brief-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 226px;
}

.opening-runner-brief-tools > strong {
  min-width: 72px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-runner-brief.ready .opening-runner-brief-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-runner-brief.blocked .opening-runner-brief-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-runner-brief-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.opening-runner-brief-grid button {
  display: grid;
  gap: 5px;
  min-width: 0;
  min-height: 96px;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
  color: inherit;
  text-align: left;
}

.opening-runner-brief-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 28%, var(--line));
}

.opening-runner-brief-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 38%, transparent);
  outline-offset: 2px;
}

.opening-runner-brief-grid button.ready {
  border-top-color: #27764a;
}

.opening-runner-brief-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-runner-brief-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-runner-brief-grid strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-runner-brief-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.opening-floor-route {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-floor-route.ready {
  border-left-color: #27764a;
}

.opening-floor-route.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-floor-route-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-floor-route-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-floor-route-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-floor-route-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 226px;
}

.opening-floor-route-tools > strong {
  min-width: 72px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-floor-route.ready .opening-floor-route-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-floor-route.blocked .opening-floor-route-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-floor-route-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.opening-floor-route-grid button {
  display: grid;
  gap: 5px;
  min-width: 0;
  min-height: 112px;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
  color: inherit;
  text-align: left;
}

.opening-floor-route-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 28%, var(--line));
}

.opening-floor-route-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 38%, transparent);
  outline-offset: 2px;
}

.opening-floor-route-grid button.ready {
  border-top-color: #27764a;
}

.opening-floor-route-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-floor-route-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-floor-route-grid strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-floor-route-grid small,
.opening-floor-route-grid em {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.opening-floor-route-grid em {
  align-self: end;
  color: var(--ink);
  font-style: normal;
  font-weight: 850;
  -webkit-line-clamp: 1;
}

.opening-server-brief {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-server-brief.ready {
  border-left-color: #27764a;
}

.opening-server-brief.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-server-brief-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-server-brief-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-server-brief-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-server-brief-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 226px;
}

.opening-server-brief-tools > strong {
  min-width: 72px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-server-brief.ready .opening-server-brief-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-server-brief.blocked .opening-server-brief-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-server-brief-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.opening-server-brief-grid button {
  display: grid;
  gap: 5px;
  min-width: 0;
  min-height: 96px;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
  color: inherit;
  text-align: left;
}

.opening-server-brief-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 28%, var(--line));
}

.opening-server-brief-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 38%, transparent);
  outline-offset: 2px;
}

.opening-server-brief-grid button.ready {
  border-top-color: #27764a;
}

.opening-server-brief-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-server-brief-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-server-brief-grid strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-server-brief-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.opening-bar-brief {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-bar-brief.ready {
  border-left-color: #27764a;
}

.opening-bar-brief.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-bar-brief-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-bar-brief-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-bar-brief-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-bar-brief-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 226px;
}

.opening-bar-brief-tools > strong {
  min-width: 72px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-bar-brief.ready .opening-bar-brief-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-bar-brief.blocked .opening-bar-brief-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-bar-brief-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.opening-bar-brief-grid button {
  display: grid;
  gap: 5px;
  min-width: 0;
  min-height: 96px;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
  color: inherit;
  text-align: left;
}

.opening-bar-brief-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 28%, var(--line));
}

.opening-bar-brief-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 38%, transparent);
  outline-offset: 2px;
}

.opening-bar-brief-grid button.ready {
  border-top-color: #27764a;
}

.opening-bar-brief-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-bar-brief-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-bar-brief-grid strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-bar-brief-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.opening-chef-pass {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-chef-pass.ready {
  border-left-color: #27764a;
}

.opening-chef-pass.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-chef-pass-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-chef-pass-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-chef-pass-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-chef-pass-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 226px;
}

.opening-chef-pass-tools > strong {
  min-width: 72px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-chef-pass.ready .opening-chef-pass-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-chef-pass.blocked .opening-chef-pass-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-chef-pass-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.opening-chef-pass-grid button {
  display: grid;
  gap: 5px;
  min-width: 0;
  min-height: 96px;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
  color: inherit;
  text-align: left;
}

.opening-chef-pass-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 28%, var(--line));
}

.opening-chef-pass-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 38%, transparent);
  outline-offset: 2px;
}

.opening-chef-pass-grid button.ready {
  border-top-color: #27764a;
}

.opening-chef-pass-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-chef-pass-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-chef-pass-grid strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-chef-pass-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.opening-brief-log-receipt {
  min-width: 96px;
}

.opening-foh-brief-tools > strong.opening-brief-log-receipt.ready,
.opening-host-brief-tools > strong.opening-brief-log-receipt.ready,
.opening-runner-brief-tools > strong.opening-brief-log-receipt.ready,
.opening-server-brief-tools > strong.opening-brief-log-receipt.ready,
.opening-bar-brief-tools > strong.opening-brief-log-receipt.ready,
.opening-chef-pass-tools > strong.opening-brief-log-receipt.ready {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-foh-brief-tools > strong.opening-brief-log-receipt.review,
.opening-host-brief-tools > strong.opening-brief-log-receipt.review,
.opening-runner-brief-tools > strong.opening-brief-log-receipt.review,
.opening-server-brief-tools > strong.opening-brief-log-receipt.review,
.opening-bar-brief-tools > strong.opening-brief-log-receipt.review,
.opening-chef-pass-tools > strong.opening-brief-log-receipt.review {
  background: #fff7e8;
  color: #7a4b00;
}

.opening-command-brief {
  display: grid;
  gap: 12px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 16%, var(--line));
  border-left: 5px solid #ca8a04;
  border-radius: 8px;
  padding: 14px;
  background: linear-gradient(180deg, color-mix(in srgb, #fff 94%, var(--concept-primary)), #fff);
}

.opening-command-brief.ready {
  border-left-color: #27764a;
}

.opening-command-brief.blocked {
  border-left-color: #b44439;
}

.opening-command-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.opening-command-head h4 {
  margin: 2px 0 5px;
  color: var(--ink);
  font-size: 1.08rem;
}

.opening-command-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

.opening-command-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 218px;
}

.opening-command-tools > strong {
  min-width: 112px;
  border-radius: 8px;
  padding: 9px 10px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.86rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-command-brief.ready .opening-command-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-command-brief.blocked .opening-command-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-command-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
}

.opening-command-grid article {
  display: grid;
  gap: 5px;
  min-width: 0;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
}

.opening-command-grid article.ready {
  border-top-color: #27764a;
}

.opening-command-grid article.blocked {
  border-top-color: #b44439;
}

.opening-command-grid span,
.opening-command-actions span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-command-grid strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-command-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-command-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.opening-command-actions button {
  display: grid;
  gap: 5px;
  min-width: 0;
  border: 1px solid var(--line);
  border-left: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 95%, var(--concept-primary));
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.opening-command-actions button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 30%, var(--line));
  box-shadow: 0 8px 18px rgba(28, 22, 18, 0.08);
  transform: translateY(-1px);
}

.opening-command-actions button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 45%, transparent);
  outline-offset: 2px;
}

.opening-command-actions button.ready {
  border-left-color: #27764a;
}

.opening-command-actions button.blocked {
  border-left-color: #b44439;
  background: #fff7f6;
}

.opening-command-actions strong {
  min-width: 0;
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.32;
}

.opening-service-huddle {
  display: grid;
  gap: 12px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 16%, var(--line));
  border-left: 5px solid #ca8a04;
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.opening-service-huddle.ready {
  border-left-color: #27764a;
}

.opening-service-huddle.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-huddle-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.opening-huddle-head h4 {
  margin: 2px 0 5px;
  color: var(--ink);
  font-size: 1.08rem;
}

.opening-huddle-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

.opening-huddle-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 272px;
}

.opening-huddle-tools > strong {
  min-width: 118px;
  border-radius: 8px;
  padding: 9px 10px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-service-huddle.ready .opening-huddle-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-service-huddle.blocked .opening-huddle-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-huddle-script,
.opening-huddle-grid {
  display: grid;
  gap: 8px;
}

.opening-huddle-script {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.opening-huddle-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.opening-huddle-script button,
.opening-huddle-grid button {
  display: grid;
  gap: 5px;
  min-width: 0;
  border: 1px solid var(--line);
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.opening-huddle-script button {
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
}

.opening-huddle-script button:hover,
.opening-huddle-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  box-shadow: 0 8px 18px rgba(28, 22, 18, 0.08);
  transform: translateY(-1px);
}

.opening-huddle-script button:focus-visible,
.opening-huddle-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 45%, transparent);
  outline-offset: 2px;
}

.opening-huddle-script button.ready,
.opening-huddle-grid button.ready {
  border-left-color: #27764a;
}

.opening-huddle-script button.blocked,
.opening-huddle-grid button.blocked {
  border-left-color: #b44439;
  background: #fff7f6;
}

.opening-huddle-script span,
.opening-huddle-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-huddle-script strong,
.opening-huddle-grid strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-huddle-script small,
.opening-huddle-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-role-command {
  display: grid;
  gap: 12px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 16%, var(--line));
  border-left: 5px solid #ca8a04;
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.opening-role-command.ready {
  border-left-color: #27764a;
}

.opening-role-command.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-role-command-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.opening-role-command-head h4 {
  margin: 2px 0 5px;
  color: var(--ink);
  font-size: 1.08rem;
}

.opening-role-command-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

.opening-role-command-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 248px;
}

.opening-role-command-tools > strong {
  min-width: 92px;
  border-radius: 8px;
  padding: 9px 10px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-role-command.ready .opening-role-command-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-role-command.blocked .opening-role-command-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-role-command-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.opening-role-command-grid button {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 5px;
  min-width: 0;
  min-height: 132px;
  border: 1px solid var(--line);
  border-top: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 10px;
  background: color-mix(in srgb, #fff 96%, var(--concept-primary));
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.opening-role-command-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
}

.opening-role-command-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 45%, transparent);
  outline-offset: 2px;
}

.opening-role-command-grid button.ready {
  border-top-color: #27764a;
}

.opening-role-command-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-role-command-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-role-command-grid strong,
.opening-role-command-grid em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-role-command-grid strong {
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.15;
}

.opening-role-command-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.opening-role-command-grid em {
  align-self: end;
  color: var(--concept-primary);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-floor-map {
  display: grid;
  gap: 12px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 16%, var(--line));
  border-left: 5px solid #ca8a04;
  border-radius: 8px;
  padding: 14px;
  background: color-mix(in srgb, #fff 97%, var(--concept-secondary));
}

.opening-floor-map.ready {
  border-left-color: #27764a;
}

.opening-floor-map.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-floor-map-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.opening-floor-map-head h4 {
  margin: 2px 0 5px;
  color: var(--ink);
  font-size: 1.08rem;
}

.opening-floor-map-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

.opening-floor-map-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 248px;
}

.opening-floor-map-tools > strong {
  min-width: 92px;
  border-radius: 8px;
  padding: 9px 10px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-floor-map.ready .opening-floor-map-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-floor-map.blocked .opening-floor-map-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-floor-map-live {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 12%, var(--line));
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
}

.opening-floor-map-live em {
  color: var(--concept-primary);
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-floor-map-grid {
  display: grid;
  grid-template-areas:
    "entry host host bar"
    "dining dining expo bar"
    "dining dining runner recovery";
  grid-template-columns: 0.9fr 1.1fr 1.1fr 0.95fr;
  gap: 8px;
}

.opening-floor-map-grid button {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 5px;
  min-width: 0;
  min-height: 118px;
  border: 1px solid var(--line);
  border-top: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.opening-floor-map-grid .zone-entry {
  grid-area: entry;
}

.opening-floor-map-grid .zone-host {
  grid-area: host;
}

.opening-floor-map-grid .zone-dining {
  grid-area: dining;
}

.opening-floor-map-grid .zone-bar {
  grid-area: bar;
}

.opening-floor-map-grid .zone-expo {
  grid-area: expo;
}

.opening-floor-map-grid .zone-runner {
  grid-area: runner;
}

.opening-floor-map-grid .zone-recovery {
  grid-area: recovery;
}

.opening-floor-map-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
}

.opening-floor-map-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 45%, transparent);
  outline-offset: 2px;
}

.opening-floor-map-grid button.ready {
  border-top-color: #27764a;
}

.opening-floor-map-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-floor-map-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-floor-map-grid strong,
.opening-floor-map-grid em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-floor-map-grid strong {
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.15;
}

.opening-floor-map-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.opening-floor-map-grid em {
  align-self: end;
  color: var(--concept-primary);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-first-moves {
  display: grid;
  gap: 12px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 5px solid #ca8a04;
  border-radius: 8px;
  padding: 14px;
  background: color-mix(in srgb, #fff 92%, #f4efe5);
}

.opening-first-moves.ready {
  border-left-color: #27764a;
}

.opening-first-moves.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-first-moves-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.opening-first-moves-head h4 {
  margin: 2px 0 5px;
  color: var(--ink);
  font-size: 1.12rem;
}

.opening-first-moves-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

.opening-first-moves-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 230px;
}

.opening-first-moves-tools > strong {
  max-width: 168px;
  min-width: 86px;
  overflow: hidden;
  border-radius: 8px;
  padding: 9px 10px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.78rem;
  font-weight: 950;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.opening-first-moves.ready .opening-first-moves-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-first-moves.blocked .opening-first-moves-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-first-moves-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.opening-first-moves-grid button {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 5px;
  min-width: 0;
  min-height: 132px;
  border: 1px solid var(--line);
  border-top: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.opening-first-moves-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  box-shadow: 0 8px 18px rgba(28, 22, 18, 0.08);
  transform: translateY(-1px);
}

.opening-first-moves-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 45%, transparent);
  outline-offset: 2px;
}

.opening-first-moves-grid button.ready {
  border-top-color: #27764a;
}

.opening-first-moves-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-first-moves-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-first-moves-grid strong,
.opening-first-moves-grid em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-first-moves-grid strong {
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.15;
}

.opening-first-moves-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.opening-first-moves-grid em {
  align-self: end;
  color: var(--concept-primary);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-role-briefs {
  display: grid;
  gap: 12px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 16%, var(--line));
  border-left: 5px solid #ca8a04;
  border-radius: 8px;
  padding: 14px;
  background: color-mix(in srgb, #fff 96%, var(--concept-primary));
}

.opening-role-briefs.ready {
  border-left-color: #27764a;
}

.opening-role-briefs.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-role-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.opening-role-head h4 {
  margin: 2px 0 5px;
  color: var(--ink);
  font-size: 1.08rem;
}

.opening-role-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

.opening-role-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 210px;
}

.opening-role-tools > strong {
  min-width: 82px;
  border-radius: 8px;
  padding: 9px 10px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-role-briefs.ready .opening-role-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-role-briefs.blocked .opening-role-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-role-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.opening-role-grid button {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 5px;
  min-width: 0;
  min-height: 142px;
  border: 1px solid var(--line);
  border-top: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.opening-role-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  box-shadow: 0 8px 18px rgba(28, 22, 18, 0.08);
  transform: translateY(-1px);
}

.opening-role-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 45%, transparent);
  outline-offset: 2px;
}

.opening-role-grid button.ready {
  border-top-color: #27764a;
}

.opening-role-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-role-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-role-grid strong,
.opening-role-grid em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-role-grid strong {
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.15;
}

.opening-role-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.opening-role-grid em {
  align-self: end;
  color: var(--concept-primary);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-critical-path {
  display: grid;
  gap: 12px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 16%, var(--line));
  border-left: 5px solid #ca8a04;
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.opening-critical-path.ready {
  border-left-color: #27764a;
}

.opening-critical-path.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-critical-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.opening-critical-head h4 {
  margin: 2px 0 5px;
  color: var(--ink);
  font-size: 1.08rem;
}

.opening-critical-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

.opening-critical-head > strong {
  min-width: 116px;
  border-radius: 8px;
  padding: 9px 10px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-critical-path.ready .opening-critical-head > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-critical-path.blocked .opening-critical-head > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-critical-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.opening-critical-grid button {
  display: grid;
  gap: 5px;
  min-width: 0;
  border: 1px solid var(--line);
  border-top: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 95%, var(--concept-primary));
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.opening-critical-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  box-shadow: 0 8px 18px rgba(28, 22, 18, 0.08);
  transform: translateY(-1px);
}

.opening-critical-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 45%, transparent);
  outline-offset: 2px;
}

.opening-critical-grid button.ready {
  border-top-color: #27764a;
}

.opening-critical-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-critical-grid span {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-critical-grid strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.14;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-critical-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.71rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-decision {
  display: grid;
  gap: 12px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 16%, var(--line));
  border-left: 5px solid #ca8a04;
  border-radius: 8px;
  padding: 14px;
  background: color-mix(in srgb, #fff 95%, var(--concept-primary));
}

.opening-decision.ready {
  border-left-color: #27764a;
}

.opening-decision.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-decision-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.opening-decision-head h4 {
  margin: 2px 0 5px;
  color: var(--ink);
  font-size: 1.18rem;
}

.opening-decision-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.42;
}

.opening-decision-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  min-width: 426px;
}

.opening-decision-tools > strong {
  min-width: 100px;
  border-radius: 8px;
  padding: 9px 10px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.84rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-decision.ready .opening-decision-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-decision.blocked .opening-decision-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-decision-grid,
.opening-decision-reasons {
  display: grid;
  gap: 8px;
}

.opening-decision-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.opening-decision-reasons {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.opening-decision-grid button,
.opening-decision-reasons article {
  display: grid;
  gap: 5px;
  min-width: 0;
  border: 1px solid var(--line);
  border-top: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: #fff;
  font: inherit;
  text-align: left;
}

.opening-decision-grid button {
  color: inherit;
  cursor: pointer;
}

.opening-decision-grid button:hover,
.opening-decision-reason-jump:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  box-shadow: 0 8px 18px rgba(28, 22, 18, 0.08);
  transform: translateY(-1px);
}

.opening-decision-grid button:focus-visible,
.opening-decision-reason-jump:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 45%, transparent);
  outline-offset: 2px;
}

.opening-decision-grid button.ready,
.opening-decision-reasons article.ready {
  border-top-color: #27764a;
}

.opening-decision-grid button.blocked,
.opening-decision-reasons article.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-decision-reason-jump {
  display: grid;
  gap: 5px;
  min-width: 0;
  border: 0;
  border-radius: 6px;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.opening-decision-grid span,
.opening-decision-reason-jump span,
.opening-decision-fields span {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.opening-decision-grid strong,
.opening-decision-reason-jump strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.14;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-decision-grid small,
.opening-decision-reason-jump small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-decision-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding-top: 3px;
}

.opening-decision-fields label {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.opening-decision-fields input {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 7px 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.78rem;
}

.opening-decision-fields input:focus {
  border-color: color-mix(in srgb, var(--concept-primary) 40%, var(--line));
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 35%, transparent);
}

.opening-first15 {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-first15.ready {
  border-left-color: #27764a;
}

.opening-first15.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-first15-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-first15-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-first15-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-first15-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  min-width: 218px;
}

.opening-first15-tools > strong {
  min-width: 90px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-first15.ready .opening-first15-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-first15.blocked .opening-first15-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-first15-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.opening-first15-grid button {
  display: grid;
  gap: 5px;
  min-width: 0;
  border: 1px solid var(--line);
  border-top: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: #fff;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.opening-first15-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  box-shadow: 0 8px 18px rgba(28, 22, 18, 0.08);
  transform: translateY(-1px);
}

.opening-first15-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 45%, transparent);
  outline-offset: 2px;
}

.opening-first15-grid button.ready {
  border-top-color: #27764a;
}

.opening-first15-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-first15-grid span {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.opening-first15-grid strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.14;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-first15-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-service-check {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #0f766e;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-service-check.ready {
  border-left-color: #27764a;
}

.opening-service-check.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-service-check-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-service-check-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-service-check-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-service-check-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  min-width: 220px;
}

.opening-service-check-tools > strong {
  min-width: 98px;
  border-radius: 8px;
  padding: 8px 9px;
  background: color-mix(in srgb, #0f766e 9%, #fff);
  color: #0f5f59;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-decision-tools .inline-button:disabled,
.opening-first15-tools .inline-button:disabled,
.opening-service-check-tools .inline-button:disabled {
  border-color: color-mix(in srgb, var(--muted) 18%, var(--line));
  background: color-mix(in srgb, var(--muted) 6%, #fff);
  color: var(--muted);
  cursor: not-allowed;
  opacity: 0.72;
}

.opening-service-check.ready .opening-service-check-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-service-check.blocked .opening-service-check-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-service-check-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.opening-service-check-grid button {
  display: grid;
  gap: 5px;
  min-width: 0;
  border: 1px solid var(--line);
  border-top: 4px solid #0f766e;
  border-radius: 8px;
  padding: 9px;
  background: #fff;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.opening-service-check-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  box-shadow: 0 8px 18px rgba(28, 22, 18, 0.08);
  transform: translateY(-1px);
}

.opening-service-check-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 45%, transparent);
  outline-offset: 2px;
}

.opening-service-check-grid button.ready {
  border-top-color: #27764a;
}

.opening-service-check-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-service-check-grid span,
.opening-service-check-grid strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-service-check-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-service-check-grid strong {
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.14;
}

.opening-service-check-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-live-ownership {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-live-ownership.ready {
  border-left-color: #27764a;
}

.opening-live-ownership.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-live-ownership-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-live-ownership-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-live-ownership-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-live-ownership-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 218px;
}

.opening-live-ownership-tools > strong {
  min-width: 92px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-live-ownership.ready .opening-live-ownership-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-live-ownership.blocked .opening-live-ownership-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-live-ownership-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.opening-live-ownership-grid button,
.opening-live-ownership-grid article {
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  gap: 5px;
  min-width: 0;
  min-height: 122px;
  border: 1px solid var(--line);
  border-top: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: #fff;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.opening-live-ownership-grid article {
  cursor: default;
}

.opening-live-ownership-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  box-shadow: 0 8px 18px rgba(28, 22, 18, 0.08);
  transform: translateY(-1px);
}

.opening-live-ownership-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 45%, transparent);
  outline-offset: 2px;
}

.opening-live-ownership-grid .ready,
.opening-live-ownership-grid button.ready,
.opening-live-ownership-grid article.ready {
  border-top-color: #27764a;
}

.opening-live-ownership-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-live-ownership-grid span,
.opening-live-ownership-grid strong,
.opening-live-ownership-grid em,
.opening-live-ownership-grid b {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-live-ownership-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-live-ownership-grid strong {
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.14;
}

.opening-live-ownership-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-live-ownership-grid em {
  align-self: end;
  color: var(--concept-primary);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.opening-live-ownership-grid b {
  justify-self: start;
  border: 1px solid color-mix(in srgb, #27764a 24%, var(--line));
  border-radius: 999px;
  padding: 5px 8px;
  background: color-mix(in srgb, #27764a 8%, #fff);
  color: #1f5f3d;
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.opening-live-ownership-grid b:hover,
.opening-live-ownership-grid b:focus-visible {
  border-color: #27764a;
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in srgb, #27764a 18%, transparent);
}

.opening-action-queue {
  display: grid;
  gap: 12px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 16%, var(--line));
  border-left: 5px solid #ca8a04;
  border-radius: 8px;
  padding: 13px;
  background: #fff;
}

.opening-action-queue.ready {
  border-left-color: #27764a;
}

.opening-action-queue.blocked {
  border-left-color: #b44439;
}

.opening-action-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-action-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-action-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-action-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  min-width: 262px;
}

.opening-action-tools > strong {
  min-width: 90px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-action-queue.ready .opening-action-tools > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-action-queue.blocked .opening-action-tools > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-action-list,
.opening-action-assignments {
  display: grid;
  gap: 8px;
}

.opening-action-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.opening-action-assignments {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  padding-top: 10px;
}

.opening-action-assignment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  padding-top: 10px;
}

.opening-action-assignment-head span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-action-assignment-head strong {
  min-width: 0;
  overflow: hidden;
  color: var(--concept-primary);
  font-size: 0.78rem;
  font-weight: 950;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-action-list button,
.opening-action-assignments button {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 5px;
  min-width: 0;
  min-height: 118px;
  border: 1px solid var(--line);
  border-top: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 10px;
  background: color-mix(in srgb, #fff 96%, var(--concept-primary));
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.opening-action-assignments button {
  min-height: 98px;
  border-top-width: 3px;
  background: color-mix(in srgb, #fff 94%, var(--concept-accent));
}

.opening-action-list button:hover,
.opening-action-assignments button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  box-shadow: 0 8px 18px rgba(28, 22, 18, 0.08);
  transform: translateY(-1px);
}

.opening-action-list button:focus-visible,
.opening-action-assignments button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 45%, transparent);
  outline-offset: 2px;
}

.opening-action-list button.ready,
.opening-action-assignments button.ready {
  border-top-color: #27764a;
}

.opening-action-list button.blocked,
.opening-action-assignments button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-action-list span,
.opening-action-assignments span {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.opening-action-list strong,
.opening-action-assignments strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-action-list small,
.opening-action-assignments small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.opening-action-list em,
.opening-action-assignments em {
  align-self: end;
  overflow: hidden;
  color: var(--concept-primary);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.opening-shift-board [data-opening-action-queue],
.opening-shift-board [data-opening-command-dock],
.opening-shift-board [data-opening-now-strip],
.opening-shift-board [data-opening-command-brief],
.opening-shift-board [data-opening-runway],
.opening-shift-board [data-opening-live-feed],
.opening-shift-board [data-opening-station-launch],
.opening-shift-board [data-opening-service-alerts],
.opening-shift-board [data-opening-foh-brief],
.opening-shift-board [data-opening-host-brief],
.opening-shift-board [data-opening-runner-brief],
.opening-shift-board [data-opening-floor-route],
.opening-shift-board [data-opening-server-brief],
.opening-shift-board [data-opening-bar-brief],
.opening-shift-board [data-opening-chef-pass],
.opening-shift-board [data-opening-service-huddle],
.opening-shift-board [data-opening-role-command],
.opening-shift-board [data-opening-floor-map],
.opening-shift-board [data-opening-first-moves],
.opening-shift-board [data-opening-role-briefs],
.opening-shift-board [data-opening-critical-path],
.opening-shift-board [data-opening-decision],
.opening-shift-board [data-opening-first15],
.opening-shift-board [data-opening-service-check],
.opening-shift-board [data-opening-live-ownership],
.opening-shift-board [data-opening-pass-recap],
.opening-shift-board [data-opening-timeline],
.opening-shift-board [data-opening-door-control],
.opening-shift-board [data-opening-seating-wave],
.opening-shift-board [data-opening-fire-control],
.opening-shift-board [data-opening-walkthrough],
.opening-shift-board [data-opening-coverage-forecast],
.opening-shift-board [data-opening-pulse-log],
.opening-shift-board [data-opening-readiness],
.opening-shift-board [data-opening-watch-tracker],
.opening-shift-board [data-opening-guest-recovery],
.opening-shift-board [data-opening-playbook],
.opening-shift-board [data-opening-pacing-board],
.opening-shift-board [data-opening-quality-pass],
.opening-shift-board [data-opening-allergy-guide],
.opening-shift-board [data-opening-team-deployment],
.opening-shift-board [data-opening-floor-coverage],
.opening-shift-board [data-opening-handoff-brief] {
  scroll-margin-top: 18px;
}

.opening-jump-focus {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 42%, transparent);
  outline-offset: 3px;
}

.opening-timeline {
  display: grid;
  gap: 12px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-timeline.ready {
  border-left-color: #27764a;
}

.opening-timeline.blocked {
  border-left-color: #b44439;
}

.opening-timeline-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-timeline-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-timeline-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-timeline-head > strong {
  min-width: 82px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-timeline.ready .opening-timeline-head > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-timeline.blocked .opening-timeline-head > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-timeline-quick {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.opening-timeline-quick button {
  display: grid;
  gap: 4px;
  min-width: 0;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 8px;
  background: color-mix(in srgb, #fff 95%, var(--concept-primary));
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.opening-timeline-quick button.ready {
  border-top-color: #27764a;
}

.opening-timeline-quick button.blocked {
  border-top-color: #b44439;
}

.opening-timeline-quick span {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1.1;
}

.opening-timeline-quick small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 750;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-timeline-compose {
  display: grid;
  grid-template-columns: minmax(130px, 0.45fr) minmax(140px, 0.55fr) minmax(220px, 1fr) minmax(220px, 1fr) auto auto;
  gap: 10px;
  align-items: end;
}

.opening-timeline-compose label {
  display: grid;
  gap: 5px;
  min-width: 0;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-timeline-compose input,
.opening-timeline-compose select {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 10px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: none;
}

.opening-timeline-compose select {
  text-transform: none;
}

.opening-timeline-compose input:focus,
.opening-timeline-compose select:focus {
  border-color: color-mix(in srgb, var(--concept-primary) 45%, var(--line));
  outline: 3px solid color-mix(in srgb, var(--concept-primary) 14%, transparent);
}

.opening-timeline-list {
  display: grid;
  gap: 8px;
}

.opening-timeline-row,
.opening-timeline-empty {
  border: 1px solid var(--line);
  border-left: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 10px;
  background: color-mix(in srgb, #fff 95%, var(--concept-primary));
}

.opening-timeline-row.ready {
  border-left-color: #27764a;
  background: color-mix(in srgb, #27764a 5%, #fff);
}

.opening-timeline-row.blocked {
  border-left-color: #b44439;
  background: #fff7f6;
}

.opening-timeline-done {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.opening-timeline-done input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--concept-accent);
}

.opening-timeline-done span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.opening-timeline-done em,
.opening-timeline-done small,
.opening-timeline-empty span {
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}

.opening-timeline-done strong,
.opening-timeline-empty strong {
  min-width: 0;
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.25;
}

.opening-timeline-empty {
  display: grid;
  gap: 4px;
  border-left-color: #27764a;
  background: color-mix(in srgb, #27764a 5%, #fff);
}

.opening-coverage-forecast {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-coverage-forecast.ready {
  border-left-color: #27764a;
}

.opening-coverage-forecast.blocked {
  border-left-color: #b44439;
}

.opening-coverage-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-coverage-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-coverage-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-coverage-head > strong {
  min-width: 102px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-coverage-forecast.ready .opening-coverage-head > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-coverage-forecast.blocked .opening-coverage-head > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-coverage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
}

.opening-coverage-grid article {
  display: grid;
  gap: 5px;
  min-width: 0;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
}

.opening-coverage-grid article.ready {
  border-top-color: #27764a;
}

.opening-coverage-grid article.blocked {
  border-top-color: #b44439;
}

.opening-coverage-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-coverage-grid strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-coverage-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-readiness-gate {
  display: grid;
  gap: 11px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-readiness-gate.ready {
  border-left-color: #27764a;
}

.opening-readiness-gate.blocked {
  border-left-color: #b44439;
}

.opening-readiness-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-readiness-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-readiness-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-readiness-status {
  display: grid;
  gap: 4px;
  min-width: 92px;
  border-radius: 8px;
  padding: 9px 10px;
  background: #f7f4ef;
  text-align: right;
}

.opening-readiness-status.ready {
  background: #eaf5ee;
}

.opening-readiness-status.blocked {
  background: #f8ebe9;
}

.opening-readiness-status strong {
  color: var(--ink);
  font-size: 1.25rem;
  line-height: 1;
}

.opening-readiness-status span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-readiness-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.opening-readiness-item {
  display: grid;
  gap: 5px;
  min-width: 0;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 92%, var(--concept-primary));
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.opening-readiness-item.ready {
  border-top-color: #27764a;
}

.opening-readiness-item.blocked {
  border-top-color: #b44439;
}

.opening-readiness-item span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-readiness-item strong {
  color: var(--ink);
  font-size: 1.1rem;
  line-height: 1;
}

.opening-readiness-item small {
  color: color-mix(in srgb, var(--muted) 86%, #000);
  font-size: 0.72rem;
  line-height: 1.3;
}

.opening-readiness-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid color-mix(in srgb, var(--concept-primary) 12%, var(--line));
  padding-top: 10px;
}

.opening-readiness-next span {
  min-width: 0;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.3;
}

.opening-pulse-log {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-pulse-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-pulse-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-pulse-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-pulse-head > strong {
  min-width: 62px;
  border-radius: 8px;
  padding: 8px 9px;
  background: color-mix(in srgb, var(--concept-primary) 9%, #fff);
  color: var(--concept-primary);
  font-size: 1rem;
  text-align: center;
}

.opening-pulse-progress {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: color-mix(in srgb, var(--concept-primary) 9%, #fff);
}

.opening-pulse-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--concept-primary), var(--concept-accent));
}

.opening-pulse-command {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 10px;
  background: color-mix(in srgb, #fff 96%, var(--concept-primary));
}

.opening-pulse-command.ready {
  border-left-color: #27764a;
}

.opening-pulse-command.blocked {
  border-left-color: #b44439;
}

.opening-pulse-command-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-pulse-command-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 0.96rem;
}

.opening-pulse-command-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-pulse-command-head > strong {
  min-width: 54px;
  border-radius: 8px;
  padding: 7px 8px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-pulse-command.ready .opening-pulse-command-head > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-pulse-command.blocked .opening-pulse-command-head > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-pulse-command-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
}

.opening-pulse-command-grid article {
  display: grid;
  gap: 5px;
  min-width: 0;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: #fff;
}

.opening-pulse-command-grid article.ready {
  border-top-color: #27764a;
}

.opening-pulse-command-grid article.blocked {
  border-top-color: #b44439;
}

.opening-pulse-command-grid span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-pulse-command-grid strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-pulse-command-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-pulse-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.opening-pulse-row {
  display: grid;
  gap: 8px;
  min-width: 0;
  border: 1px solid var(--line);
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 10px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
}

.opening-pulse-row.ready,
.opening-pulse-row.done {
  border-left-color: #27764a;
}

.opening-pulse-row.blocked {
  border-left-color: #b44439;
}

.opening-pulse-check {
  display: grid;
  grid-template-columns: 21px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  min-width: 0;
}

.opening-pulse-check input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: var(--concept-primary);
}

.opening-pulse-check span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.opening-pulse-check em {
  color: var(--concept-primary);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-pulse-check strong {
  color: var(--ink);
  font-size: 0.88rem;
  line-height: 1.2;
}

.opening-pulse-check small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-pulse-row textarea {
  width: 100%;
  min-height: 58px;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.8rem;
  line-height: 1.35;
}

.opening-pulse-row textarea:focus {
  outline: 2px solid color-mix(in srgb, var(--concept-primary) 22%, transparent);
  border-color: color-mix(in srgb, var(--concept-primary) 42%, var(--line));
}

.opening-watch-tracker {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-watch-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-watch-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-watch-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-watch-head > strong {
  min-width: 72px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-watch-grid {
  display: grid;
  gap: 8px;
}

.opening-watch-row {
  display: grid;
  grid-template-columns: minmax(112px, 0.75fr) minmax(140px, 1fr) minmax(110px, 0.7fr) minmax(180px, 1.25fr);
  gap: 8px;
  align-items: end;
  min-width: 0;
  border: 1px solid var(--line);
  border-left: 4px solid #d7dee7;
  border-radius: 8px;
  padding: 10px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
}

.opening-watch-row.review {
  border-left-color: #ca8a04;
}

.opening-watch-row.blocked {
  border-left-color: #b44439;
}

.opening-watch-row.ready {
  border-left-color: #27764a;
}

.opening-watch-status,
.opening-watch-row label {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.opening-watch-status {
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: end;
}

.opening-watch-status > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 34px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--concept-primary) 10%, #fff);
  color: var(--concept-primary);
  font-size: 0.76rem;
  font-weight: 950;
}

.opening-watch-row label > span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-watch-row input,
.opening-watch-row select {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.8rem;
  line-height: 1.2;
}

.opening-watch-row input:focus,
.opening-watch-row select:focus {
  outline: 2px solid color-mix(in srgb, var(--concept-primary) 22%, transparent);
  border-color: color-mix(in srgb, var(--concept-primary) 42%, var(--line));
}

.opening-playbook {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-playbook-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-playbook-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-playbook-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-playbook-head > strong {
  min-width: 72px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-playbook-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.opening-playbook-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  border: 1px solid var(--line);
  border-left: 4px solid #d7dee7;
  border-radius: 8px;
  padding: 10px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
}

.opening-playbook-card.review {
  border-left-color: #ca8a04;
}

.opening-playbook-card.blocked {
  border-left-color: #b44439;
}

.opening-playbook-card.ready {
  border-left-color: #27764a;
}

.opening-playbook-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(92px, auto);
  gap: 8px;
  align-items: start;
}

.opening-playbook-card-head div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.opening-playbook-card-head span,
.opening-playbook-fields span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-playbook-card-head strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.88rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-playbook-card p {
  display: -webkit-box;
  min-height: 2.7em;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-playbook-fields {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 8px;
}

.opening-playbook-fields label {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.opening-playbook-card input,
.opening-playbook-card select {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.8rem;
  line-height: 1.2;
}

.opening-playbook-card input:focus,
.opening-playbook-card select:focus {
  outline: 2px solid color-mix(in srgb, var(--concept-primary) 22%, transparent);
  border-color: color-mix(in srgb, var(--concept-primary) 42%, var(--line));
}

.opening-pacing-board {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #27764a;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-pacing-board.review {
  border-left-color: #ca8a04;
}

.opening-pacing-board.blocked {
  border-left-color: #b44439;
}

.opening-pacing-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-pacing-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-pacing-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-pacing-head > strong {
  min-width: 82px;
  border-radius: 8px;
  padding: 8px 9px;
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-pacing-board.review .opening-pacing-head > strong {
  background: #fff7e8;
  color: #7a4b00;
}

.opening-pacing-board.blocked .opening-pacing-head > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-pacing-metrics,
.opening-pacing-fields {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.opening-pacing-metrics article {
  display: grid;
  gap: 5px;
  min-width: 0;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
}

.opening-pacing-metrics article.ready {
  border-top-color: #27764a;
}

.opening-pacing-metrics article.blocked {
  border-top-color: #b44439;
}

.opening-pacing-metrics article.empty {
  border-top-color: #d7dee7;
}

.opening-pacing-metrics span,
.opening-pacing-fields span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-pacing-metrics strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-pacing-metrics small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-pacing-fields label {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.opening-pacing-fields label.wide {
  grid-column: span 2;
}

.opening-pacing-fields input,
.opening-pacing-fields select {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.8rem;
  line-height: 1.2;
}

.opening-pacing-fields input:focus,
.opening-pacing-fields select:focus {
  outline: 2px solid color-mix(in srgb, var(--concept-primary) 22%, transparent);
  border-color: color-mix(in srgb, var(--concept-primary) 42%, var(--line));
}

.opening-quality-pass {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #b44439;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-quality-pass.review {
  border-left-color: #ca8a04;
}

.opening-quality-pass.ready {
  border-left-color: #27764a;
}

.opening-quality-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-quality-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-quality-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-quality-head > strong {
  min-width: 62px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff0ee;
  color: #9b2f27;
  font-size: 1rem;
  text-align: center;
}

.opening-quality-pass.review .opening-quality-head > strong {
  background: #fff7e8;
  color: #7a4b00;
}

.opening-quality-pass.ready .opening-quality-head > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-quality-progress {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: color-mix(in srgb, var(--concept-primary) 9%, #fff);
}

.opening-quality-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #b44439, #ca8a04, #27764a);
}

.opening-quality-grid {
  display: grid;
  gap: 8px;
}

.opening-quality-row {
  display: grid;
  grid-template-columns: minmax(180px, 1.15fr) minmax(230px, 1fr) minmax(112px, 0.7fr) minmax(180px, 1fr);
  gap: 8px;
  align-items: end;
  min-width: 0;
  border: 1px solid var(--line);
  border-left: 4px solid #b44439;
  border-radius: 8px;
  padding: 10px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
}

.opening-quality-row.review {
  border-left-color: #ca8a04;
}

.opening-quality-row.ready {
  border-left-color: #27764a;
}

.opening-quality-title,
.opening-quality-owner,
.opening-quality-note {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.opening-quality-title > span,
.opening-quality-owner > span,
.opening-quality-note > span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-quality-title strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-quality-title small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-quality-checks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.opening-quality-checks label {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 5px;
  align-items: center;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 7px;
  background: #fff;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 850;
}

.opening-quality-checks input {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: var(--concept-primary);
}

.opening-quality-checks span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-quality-owner input,
.opening-quality-note input {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.8rem;
  line-height: 1.2;
}

.opening-quality-owner input:focus,
.opening-quality-note input:focus {
  outline: 2px solid color-mix(in srgb, var(--concept-primary) 22%, transparent);
  border-color: color-mix(in srgb, var(--concept-primary) 42%, var(--line));
}

.opening-guest-recovery {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-guest-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-guest-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-guest-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-guest-head > strong {
  min-width: 72px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-guest-grid {
  display: grid;
  gap: 8px;
}

.opening-guest-row {
  display: grid;
  grid-template-columns: minmax(112px, 0.72fr) minmax(120px, 0.85fr) minmax(160px, 1.15fr) minmax(112px, 0.75fr) minmax(170px, 1.25fr);
  gap: 8px;
  align-items: end;
  min-width: 0;
  border: 1px solid var(--line);
  border-left: 4px solid #d7dee7;
  border-radius: 8px;
  padding: 10px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
}

.opening-guest-row.review {
  border-left-color: #ca8a04;
}

.opening-guest-row.blocked {
  border-left-color: #b44439;
}

.opening-guest-row.ready {
  border-left-color: #27764a;
}

.opening-guest-status,
.opening-guest-row label {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.opening-guest-status {
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: end;
}

.opening-guest-status > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 34px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--concept-primary) 10%, #fff);
  color: var(--concept-primary);
  font-size: 0.76rem;
  font-weight: 950;
}

.opening-guest-row label > span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-guest-row input,
.opening-guest-row select {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.8rem;
  line-height: 1.2;
}

.opening-guest-row input:focus,
.opening-guest-row select:focus {
  outline: 2px solid color-mix(in srgb, var(--concept-primary) 22%, transparent);
  border-color: color-mix(in srgb, var(--concept-primary) 42%, var(--line));
}

.opening-allergy-guide {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-allergy-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-allergy-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-allergy-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-allergy-head > strong {
  min-width: 74px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff0ee;
  color: #9b2f27;
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

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

.opening-allergy-row {
  display: grid;
  gap: 8px;
  min-width: 0;
  border: 1px solid var(--line);
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 10px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
}

.opening-allergy-row.blocked {
  border-left-color: #b44439;
}

.opening-allergy-row.ready {
  border-left-color: #27764a;
}

.opening-allergy-check {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

.opening-allergy-check input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: var(--concept-primary);
}

.opening-allergy-check span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.opening-allergy-check em {
  color: var(--concept-primary);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-allergy-check strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-allergy-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.opening-allergy-tags span {
  border-radius: 999px;
  padding: 4px 7px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-allergy-row input[type="text"] {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.8rem;
  line-height: 1.2;
}

.opening-allergy-row input[type="text"]:focus {
  outline: 2px solid color-mix(in srgb, var(--concept-primary) 22%, transparent);
  border-color: color-mix(in srgb, var(--concept-primary) 42%, var(--line));
}

.opening-team-deployment {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-team-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-team-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-team-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-team-head > strong {
  min-width: 62px;
  border-radius: 8px;
  padding: 8px 9px;
  background: color-mix(in srgb, var(--concept-primary) 9%, #fff);
  color: var(--concept-primary);
  font-size: 1rem;
  text-align: center;
}

.opening-team-progress {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: color-mix(in srgb, var(--concept-primary) 9%, #fff);
}

.opening-team-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--concept-primary), var(--concept-accent));
}

.opening-team-role-grid,
.opening-team-station-grid {
  display: grid;
  gap: 8px;
}

.opening-team-role-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.opening-team-role,
.opening-team-station {
  min-width: 0;
  border: 1px solid var(--line);
  border-left: 4px solid #b44439;
  border-radius: 8px;
  padding: 10px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
}

.opening-team-role {
  display: grid;
  gap: 6px;
}

.opening-team-station {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(112px, 0.7fr) minmax(160px, 1fr);
  gap: 8px;
  align-items: end;
}

.opening-team-role.ready,
.opening-team-station.ready {
  border-left-color: #27764a;
}

.opening-team-station.review {
  border-left-color: #ca8a04;
}

.opening-team-role > span,
.opening-team-station label > span,
.opening-team-station div > span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-team-role small,
.opening-team-station small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-team-station div,
.opening-team-station label {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.opening-team-station strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.86rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-team-role input,
.opening-team-station input {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.8rem;
  line-height: 1.2;
}

.opening-team-role input:focus,
.opening-team-station input:focus {
  outline: 2px solid color-mix(in srgb, var(--concept-primary) 22%, transparent);
  border-color: color-mix(in srgb, var(--concept-primary) 42%, var(--line));
}

.opening-floor-coverage {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #b44439;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-floor-coverage.review {
  border-left-color: #ca8a04;
}

.opening-floor-coverage.ready {
  border-left-color: #27764a;
}

.opening-floor-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-floor-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-floor-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.opening-floor-head > strong {
  min-width: 62px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff0ee;
  color: #9b2f27;
  font-size: 1rem;
  text-align: center;
}

.opening-floor-coverage.review .opening-floor-head > strong {
  background: #fff7e8;
  color: #7a4b00;
}

.opening-floor-coverage.ready .opening-floor-head > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-floor-progress {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: color-mix(in srgb, var(--concept-primary) 9%, #fff);
}

.opening-floor-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--concept-primary), var(--concept-accent));
}

.opening-floor-grid {
  display: grid;
  gap: 8px;
}

.opening-floor-row {
  display: grid;
  grid-template-columns: minmax(170px, 1.05fr) minmax(112px, 0.7fr) minmax(140px, 0.9fr) minmax(190px, 1.2fr);
  gap: 8px;
  align-items: end;
  min-width: 0;
  border: 1px solid var(--line);
  border-left: 4px solid #b44439;
  border-radius: 8px;
  padding: 10px;
  background: color-mix(in srgb, #fff 94%, var(--concept-primary));
}

.opening-floor-row.review {
  border-left-color: #ca8a04;
}

.opening-floor-row.ready {
  border-left-color: #27764a;
}

.opening-floor-ready {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  min-width: 0;
}

.opening-floor-ready input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: var(--concept-primary);
}

.opening-floor-ready span,
.opening-floor-row label:not(.opening-floor-ready) {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.opening-floor-ready em,
.opening-floor-row label:not(.opening-floor-ready) > span {
  color: var(--muted);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-floor-ready strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-floor-row input[type="text"] {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.8rem;
  line-height: 1.2;
}

.opening-floor-row input[type="text"]:focus {
  outline: 2px solid color-mix(in srgb, var(--concept-primary) 22%, transparent);
  border-color: color-mix(in srgb, var(--concept-primary) 42%, var(--line));
}

.opening-shift-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.opening-shift-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  border: 1px solid var(--line);
  border-left: 4px solid #d7dee7;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
}

.opening-shift-row.blocked {
  border-left-color: #b44439;
}

.opening-shift-row.review {
  border-left-color: #ca8a04;
}

.opening-shift-row.ready,
.opening-shift-row.done {
  border-left-color: #27764a;
}

.opening-shift-row label {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  min-width: 0;
}

.opening-shift-row input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: var(--concept-primary);
}

.opening-shift-row span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.opening-shift-row strong {
  display: flex;
  gap: 8px;
  align-items: baseline;
  min-width: 0;
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.25;
}

.opening-shift-row strong em {
  flex: 0 0 auto;
  color: var(--concept-primary);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-shift-row small {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.opening-shift-row.done strong,
.opening-shift-row.done small {
  color: color-mix(in srgb, var(--muted) 80%, #fff);
}

.opening-focus-queue {
  display: grid;
  gap: 10px;
  border-top: 1px solid color-mix(in srgb, var(--concept-primary) 16%, var(--line));
  padding-top: 12px;
}

.opening-focus-queue-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}

.opening-focus-queue-head h4 {
  margin: 2px 0 0;
  color: var(--ink);
  font-size: 1rem;
}

.opening-focus-queue-head > span {
  border-radius: 999px;
  padding: 5px 9px;
  background: color-mix(in srgb, var(--concept-primary) 9%, #fff);
  color: var(--concept-primary);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.opening-focus-queue-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.opening-focus-queue-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 3px 8px;
  border: 1px solid var(--line);
  border-left: 4px solid #d7dee7;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.opening-focus-queue-row.blocked {
  border-left-color: #b44439;
}

.opening-focus-queue-row.review {
  border-left-color: #ca8a04;
}

.opening-focus-queue-row > span {
  grid-row: 1 / span 3;
  align-self: start;
  border-radius: 999px;
  padding: 4px 7px;
  background: #eef2f6;
  color: #17212f;
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-focus-queue-row strong,
.opening-focus-queue-row small,
.opening-focus-queue-row em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-focus-queue-row strong {
  color: var(--ink);
  font-size: 0.85rem;
}

.opening-focus-queue-row small {
  color: var(--muted);
  font-size: 0.76rem;
}

.opening-focus-queue-row em {
  color: color-mix(in srgb, var(--muted) 82%, #000);
  font-size: 0.72rem;
  font-style: normal;
}

.opening-station-board {
  display: grid;
  gap: 10px;
  border-top: 1px solid color-mix(in srgb, var(--concept-primary) 16%, var(--line));
  padding-top: 12px;
}

.opening-station-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}

.opening-station-head h4 {
  margin: 2px 0 0;
  color: var(--ink);
  font-size: 1rem;
}

.opening-station-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.opening-station-card {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.opening-station-card strong,
.opening-station-card span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-station-card strong {
  color: var(--ink);
  font-size: 0.84rem;
}

.opening-station-card div > span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.72rem;
}

.opening-station-progress {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: color-mix(in srgb, var(--concept-primary) 9%, #fff);
}

.opening-station-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--concept-primary), var(--concept-accent));
}

.opening-station-card p {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
}

.opening-station-card p span {
  border-radius: 999px;
  padding: 3px 6px;
  background: #f4f6f8;
  color: #263241;
  font-size: 0.66rem;
  font-weight: 850;
}

.opening-handoff-panel {
  display: grid;
  gap: 10px;
  border-top: 1px solid color-mix(in srgb, var(--concept-primary) 16%, var(--line));
  padding-top: 12px;
}

.opening-handoff-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}

.opening-handoff-head h4 {
  margin: 2px 0 0;
  color: var(--ink);
  font-size: 1rem;
}

.opening-handoff-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.opening-handoff-tools > span {
  border-radius: 999px;
  padding: 5px 9px;
  background: color-mix(in srgb, var(--concept-primary) 9%, #fff);
  color: var(--concept-primary);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.opening-handoff-gate {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 11px;
  background: #fff;
}

.opening-handoff-gate.ready {
  border-left-color: #27764a;
}

.opening-handoff-gate.blocked {
  border-left-color: #b44439;
}

.opening-handoff-gate-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-handoff-gate-head h5 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 0.94rem;
}

.opening-handoff-gate-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.opening-handoff-gate-head > strong {
  min-width: 102px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.78rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-handoff-gate.ready .opening-handoff-gate-head > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-handoff-gate.blocked .opening-handoff-gate-head > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-handoff-gate-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.opening-handoff-gate-grid button {
  display: grid;
  gap: 4px;
  min-width: 0;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 96%, var(--concept-primary));
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.opening-handoff-gate-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  transform: translateY(-1px);
}

.opening-handoff-gate-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 45%, transparent);
  outline-offset: 2px;
}

.opening-handoff-gate-grid button.ready {
  border-top-color: #27764a;
}

.opening-handoff-gate-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-handoff-gate-grid span {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 950;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.opening-handoff-gate-grid strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-handoff-gate-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-handoff-closeout {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 11px;
  background: color-mix(in srgb, #fff 94%, #eef1ee);
}

.opening-handoff-closeout.ready {
  border-left-color: #27764a;
}

.opening-handoff-closeout.blocked {
  border-left-color: #b44439;
  background: #fffafa;
}

.opening-handoff-closeout-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-handoff-closeout-head h5 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 0.94rem;
}

.opening-handoff-closeout-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.opening-handoff-closeout-head > strong {
  min-width: 92px;
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff7e8;
  color: #7a4b00;
  font-size: 0.78rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.opening-handoff-closeout.ready .opening-handoff-closeout-head > strong {
  background: color-mix(in srgb, #27764a 10%, #fff);
  color: #1f5f3d;
}

.opening-handoff-closeout.blocked .opening-handoff-closeout-head > strong {
  background: #fff0ee;
  color: #9b2f27;
}

.opening-handoff-closeout-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.opening-handoff-closeout-grid button {
  display: grid;
  gap: 4px;
  min-width: 0;
  min-height: 96px;
  border: 1px solid var(--line);
  border-top: 3px solid #ca8a04;
  border-radius: 8px;
  padding: 9px;
  background: #fff;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.opening-handoff-closeout-grid button:hover {
  border-color: color-mix(in srgb, var(--concept-primary) 34%, var(--line));
  transform: translateY(-1px);
}

.opening-handoff-closeout-grid button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--concept-accent) 45%, transparent);
  outline-offset: 2px;
}

.opening-handoff-closeout-grid button.ready {
  border-top-color: #27764a;
}

.opening-handoff-closeout-grid button.blocked {
  border-top-color: #b44439;
  background: #fff7f6;
}

.opening-handoff-closeout-grid span,
.opening-handoff-closeout-grid strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-handoff-closeout-grid span {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-handoff-closeout-grid strong {
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.12;
}

.opening-handoff-closeout-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-handoff-archive {
  display: grid;
  gap: 9px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 12%, var(--line));
  border-radius: 8px;
  padding: 10px;
  background: #fff;
}

.opening-handoff-archive-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}

.opening-handoff-archive-head h5 {
  margin: 2px 0 0;
  color: var(--ink);
  font-size: 0.92rem;
}

.opening-handoff-archive-head > strong {
  color: var(--concept-primary);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-handoff-archive-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.opening-handoff-archive-list article {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 5px;
  min-width: 0;
  border: 1px solid var(--line);
  border-top: 3px solid color-mix(in srgb, var(--concept-primary) 55%, #ca8a04);
  border-radius: 8px;
  padding: 9px;
  background: color-mix(in srgb, #fff 97%, var(--concept-primary));
}

.opening-handoff-archive-list span,
.opening-handoff-archive-list strong,
.opening-handoff-archive-list small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.opening-handoff-archive-list span {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.opening-handoff-archive-list strong {
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.15;
  white-space: nowrap;
}

.opening-handoff-archive-list small {
  display: -webkit-box;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.opening-handoff-brief {
  display: grid;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-left: 4px solid var(--concept-primary);
  border-radius: 8px;
  padding: 11px;
  background: color-mix(in srgb, #fff 96%, var(--concept-primary));
}

.opening-handoff-brief-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.opening-handoff-brief-head h5 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 0.94rem;
}

.opening-handoff-brief-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.opening-handoff-brief-head > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.opening-handoff-share-status {
  flex-basis: 100%;
  border-radius: 8px;
  padding: 6px 8px;
  background: color-mix(in srgb, #ca8a04 8%, #fff);
  color: #8a5a00;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: right;
}

.opening-handoff-share-status.ready {
  background: color-mix(in srgb, #27764a 9%, #fff);
  color: #1f5f3d;
}

.opening-handoff-brief pre {
  max-height: 260px;
  margin: 0;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  color: var(--ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.76rem;
  line-height: 1.45;
  white-space: pre-wrap;
}

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

.opening-handoff-grid label {
  display: grid;
  gap: 5px;
}

.opening-handoff-grid label > span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.opening-handoff-grid textarea {
  width: 100%;
  min-height: 74px;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.82rem;
  line-height: 1.35;
}

.opening-handoff-grid textarea:focus {
  outline: 2px solid color-mix(in srgb, var(--concept-primary) 22%, transparent);
  border-color: color-mix(in srgb, var(--concept-primary) 42%, var(--line));
}

.opening-clock,
.opening-focus-list {
  display: grid;
  gap: 8px;
}

.opening-clock {
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.opening-clock-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.opening-clock-head h4 {
  margin: 2px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.opening-clock-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.opening-clock-head label {
  display: grid;
  gap: 5px;
  min-width: 116px;
}

.opening-clock-head label span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-clock-head input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 850;
}

.opening-clock-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.opening-clock-presets button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 9px;
  background: #f8fbff;
  color: var(--muted);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 900;
  cursor: pointer;
}

.opening-clock-presets button.active {
  border-color: color-mix(in srgb, var(--concept-primary) 42%, var(--line));
  background: color-mix(in srgb, var(--concept-primary) 9%, #fff);
  color: var(--concept-primary);
}

.opening-clock-list {
  display: grid;
  gap: 7px;
}

.opening-clock-row,
.opening-focus-list button {
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.opening-clock-row {
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  border-left: 4px solid #d7dee7;
}

.opening-clock-row.now {
  border-left-color: var(--concept-primary);
  background: color-mix(in srgb, var(--concept-primary) 7%, #fff);
}

.opening-clock-row.next {
  border-left-color: #ca8a04;
}

.opening-clock-row.done {
  opacity: 0.7;
}

.opening-clock-row span {
  color: var(--concept-primary);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.opening-clock-row strong,
.opening-clock-row small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-clock-row strong {
  color: var(--ink);
  font-size: 0.84rem;
}

.opening-clock-row small {
  color: var(--muted);
  font-size: 0.74rem;
}

.opening-clock-row em {
  grid-row: 1 / span 2;
  grid-column: 3;
  align-self: center;
  border-radius: 999px;
  padding: 5px 8px;
  background: #eef2f6;
  color: #17212f;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.opening-clock-row.now em {
  background: color-mix(in srgb, var(--concept-primary) 12%, #fff);
  color: var(--concept-primary);
}

.opening-clock-row.next em {
  background: #fff7e8;
  color: #7a4b00;
}

.opening-focus-list span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.opening-focus-list button {
  grid-template-columns: minmax(0, 1fr) auto;
}

.opening-focus-list strong,
.opening-focus-list span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opening-focus-list em {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  border-radius: 999px;
  padding: 5px 9px;
  background: #eef2f6;
  color: #17212f;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.opening-focus-list .ready em {
  background: #e8f5ed;
  color: #17613a;
}

.opening-focus-list .review em {
  background: #fff7e8;
  color: #7a4b00;
}

.opening-focus-list .blocked em {
  background: #fff0ee;
  color: #9b2f27;
}

@media (max-width: 860px) {
  .opening-brief-hero,
  .opening-brief-body {
    grid-template-columns: 1fr;
  }

  .opening-brief-hero {
    display: grid;
  }

  .opening-brief-score {
    text-align: left;
  }

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

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

  .opening-lineup-metrics,
  .opening-lineup-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .opening-shift-list {
    grid-template-columns: 1fr;
  }

  .opening-command-dock {
    position: static;
    grid-template-columns: 1fr;
  }

  .opening-command-dock-list {
    grid-auto-columns: minmax(118px, 46vw);
  }

  .opening-command-dock-log {
    grid-template-columns: minmax(96px, 0.38fr) minmax(0, 1fr);
  }

  .opening-command-dock-quick {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .opening-command-dock-owners {
    grid-template-columns: 1fr;
  }

  .opening-command-dock-clock {
    grid-template-columns: 1fr;
  }

  .opening-command-dock-view {
    grid-template-columns: 1fr;
  }

  .opening-command-dock-mode {
    grid-template-columns: 1fr;
  }

  .opening-command-dock-path {
    grid-template-columns: 1fr;
  }

  .opening-command-dock-path .inline-button {
    justify-self: start;
  }

  .opening-command-dock-call {
    grid-template-columns: 1fr;
  }

  .opening-command-dock-call .inline-button {
    justify-self: start;
  }

  .opening-command-dock-signal {
    grid-template-columns: 1fr;
  }

  .opening-command-dock-signal .inline-button {
    justify-self: start;
  }

  .opening-command-dock-pass {
    grid-template-columns: 1fr;
  }

  .opening-command-dock-pass .inline-button {
    justify-self: start;
  }

  .opening-command-dock-handoff {
    grid-template-columns: 1fr;
  }

  .opening-command-dock-handoff .inline-button {
    justify-self: start;
  }

  .opening-command-dock-log [data-opening-dock-note] {
    grid-column: 1 / -1;
  }

  .opening-command-dock-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
  }

  .opening-command-dock-actions .inline-button {
    width: 100%;
    padding-inline: 6px;
  }

  .opening-command-dock-status {
    justify-self: stretch;
  }

  .opening-launch-path-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .opening-service-signal-grid,
  .opening-door-grid,
  .opening-seating-grid,
  .opening-fire-grid,
  .opening-walkthrough-route {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .opening-command-rail {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .opening-now-strip-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .opening-daily-brief-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .opening-runway-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .opening-live-feed-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .opening-service-alerts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .opening-foh-brief-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .opening-runner-brief-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .opening-floor-route-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .opening-server-brief-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .opening-bar-brief-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .opening-chef-pass-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .opening-role-command-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .opening-floor-map-grid {
    grid-template-areas:
      "entry host"
      "dining dining"
      "bar expo"
      "runner recovery";
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .opening-command-actions {
    grid-template-columns: 1fr;
  }

  .opening-decision-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .opening-first15-grid,
  .opening-service-check-grid,
  .opening-live-ownership-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .opening-action-list,
  .opening-action-assignments {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .opening-timeline-quick {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .opening-handoff-archive-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .opening-timeline-compose label.wide {
    grid-column: span 2;
  }

  .opening-timeline-compose .inline-button,
  .opening-timeline-compose .action-button {
    justify-content: center;
  }

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

  .opening-focus-queue-list {
    grid-template-columns: 1fr;
  }

  .opening-pulse-list {
    grid-template-columns: 1fr;
  }

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

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

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

  .opening-pacing-metrics,
  .opening-pacing-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .opening-allergy-grid {
    grid-template-columns: 1fr;
  }

  .opening-team-role-grid,
  .opening-team-station-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .opening-team-station {
    grid-template-columns: 1fr;
  }

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

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

  .opening-handoff-grid {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 560px) {
  .opening-brief-metrics {
    grid-template-columns: 1fr;
  }

  .pre-shift-head {
    display: grid;
    align-items: start;
  }

  .pre-shift-head .inline-button {
    justify-self: start;
  }

  .pre-shift-callouts {
    grid-template-columns: 1fr;
  }

  .pre-shift-callout strong,
  .pre-shift-callout small {
    white-space: normal;
  }

  .pre-shift-script li {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .pre-shift-script strong {
    white-space: normal;
  }

  .opening-lineup-head {
    display: grid;
    align-items: start;
  }

  .opening-lineup-head .inline-button {
    justify-self: start;
  }

  .opening-lineup-metrics,
  .opening-lineup-body {
    grid-template-columns: 1fr;
  }

  .opening-lineup-metrics strong,
  .opening-lineup-metrics small,
  .opening-lineup-list strong,
  .opening-lineup-list small {
    white-space: normal;
  }

  .opening-lineup-list li,
  .opening-lineup-list article {
    grid-template-columns: 1fr;
  }

  .opening-lineup-list small {
    grid-column: auto;
  }

  .opening-action-notice {
    align-items: start;
  }

  .opening-action-notice strong,
  .opening-action-notice small {
    white-space: normal;
  }

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

  .opening-command-rail button {
    min-height: 66px;
  }

  .opening-command-rail small {
    -webkit-line-clamp: 1;
  }

  .opening-now-strip-head {
    display: grid;
    align-items: start;
  }

  .opening-now-strip-head > strong {
    justify-self: start;
  }

  .opening-now-strip-grid {
    grid-template-columns: 1fr;
  }

  .opening-now-strip-grid button {
    min-height: 0;
  }

  .opening-now-strip-grid strong,
  .opening-now-strip-grid small,
  .opening-now-strip-grid em {
    white-space: normal;
  }

  .opening-view-switch {
    display: grid;
    align-items: start;
  }

  .opening-view-switch > div:first-child {
    min-width: 0;
  }

  .opening-view-switch strong,
  .opening-view-switch small {
    white-space: normal;
  }

  .opening-view-options {
    justify-content: flex-start;
  }

  .opening-view-options button {
    flex: 1 1 72px;
    text-align: center;
  }

  .opening-view-brief-head {
    display: grid;
    align-items: start;
  }

  .opening-view-brief-head > strong {
    justify-self: start;
  }

  .opening-view-brief-grid {
    grid-template-columns: 1fr;
  }

  .opening-view-brief-grid button {
    min-height: 0;
  }

  .opening-view-brief-grid strong,
  .opening-view-brief-grid small,
  .opening-view-brief-grid em {
    white-space: normal;
  }

  .opening-daily-brief-head {
    display: grid;
    align-items: start;
  }

  .opening-daily-brief-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
    width: 100%;
  }

  .opening-launch-path-head {
    display: grid;
  }

  .opening-launch-path-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
    width: 100%;
  }

  .opening-launch-path-receipt {
    grid-template-columns: 1fr;
  }

  .opening-launch-path-grid {
    grid-template-columns: 1fr;
  }

  .opening-launch-path-grid button {
    min-height: 0;
  }

  .opening-launch-path-grid strong,
  .opening-launch-path-grid small,
  .opening-launch-path-grid em {
    white-space: normal;
  }

  .opening-daily-brief-grid {
    grid-template-columns: 1fr;
  }

  .opening-daily-brief-grid button {
    min-height: 0;
  }

  .opening-daily-brief-grid strong,
  .opening-daily-brief-grid small,
  .opening-daily-brief-grid em {
    white-space: normal;
  }

  .opening-runway-head {
    display: grid;
    align-items: start;
  }

  .opening-runway-head > strong {
    min-width: 0;
    justify-self: start;
  }

  .opening-runway-grid {
    grid-template-columns: 1fr;
  }

  .opening-runway-grid button {
    min-height: 0;
  }

  .opening-runway-grid strong,
  .opening-runway-grid small {
    white-space: normal;
  }

  .opening-live-feed-head {
    display: grid;
    align-items: start;
  }

  .opening-live-feed-tools {
    min-width: 0;
    justify-self: start;
    justify-content: flex-start;
  }

  .opening-live-feed-tools > strong {
    min-width: 0;
  }

  .opening-live-feed-grid {
    grid-template-columns: 1fr;
  }

  .opening-live-feed-grid button {
    min-height: 0;
  }

  .opening-live-feed-grid strong,
  .opening-live-feed-grid small {
    white-space: normal;
  }

  .opening-station-launch-head {
    display: grid;
    align-items: start;
  }

  .opening-station-launch-head > strong {
    min-width: 0;
    justify-self: start;
  }

  .opening-station-launch-grid {
    grid-template-columns: 1fr;
  }

  .opening-station-launch-grid button {
    min-height: 0;
  }

  .opening-station-launch-grid strong,
  .opening-station-launch-grid small,
  .opening-station-launch-grid em {
    white-space: normal;
  }

  .opening-service-alerts-head {
    display: grid;
    align-items: start;
  }

  .opening-service-alerts-tools {
    min-width: 0;
    justify-self: start;
    justify-content: flex-start;
  }

  .opening-service-alerts-tools > strong {
    min-width: 0;
  }

  .opening-service-alerts-grid {
    grid-template-columns: 1fr;
  }

  .opening-service-alerts-grid button {
    min-height: 0;
  }

  .opening-service-alerts-grid strong,
  .opening-service-alerts-grid small {
    white-space: normal;
  }

  .opening-foh-brief-head {
    display: grid;
    align-items: start;
  }

  .opening-foh-brief-tools {
    min-width: 0;
    justify-self: start;
    justify-content: flex-start;
  }

  .opening-foh-brief-tools > strong {
    min-width: 0;
  }

  .opening-foh-brief-grid {
    grid-template-columns: 1fr;
  }

  .opening-foh-brief-grid button {
    min-height: 0;
  }

  .opening-foh-brief-grid strong,
  .opening-foh-brief-grid small {
    white-space: normal;
  }

  .opening-host-brief-head {
    display: grid;
    align-items: start;
  }

  .opening-host-brief-tools {
    min-width: 0;
    justify-self: start;
    justify-content: flex-start;
  }

  .opening-host-brief-tools > strong {
    min-width: 0;
  }

  .opening-host-brief-grid {
    grid-template-columns: 1fr;
  }

  .opening-host-brief-grid button {
    min-height: 0;
  }

  .opening-host-brief-grid strong,
  .opening-host-brief-grid small {
    white-space: normal;
  }

  .opening-runner-brief-head {
    display: grid;
    align-items: start;
  }

  .opening-runner-brief-tools {
    min-width: 0;
    justify-self: start;
    justify-content: flex-start;
  }

  .opening-runner-brief-tools > strong {
    min-width: 0;
  }

  .opening-runner-brief-grid {
    grid-template-columns: 1fr;
  }

  .opening-runner-brief-grid button {
    min-height: 0;
  }

  .opening-runner-brief-grid strong,
  .opening-runner-brief-grid small {
    white-space: normal;
  }

  .opening-floor-route-head {
    display: grid;
    align-items: start;
  }

  .opening-floor-route-tools {
    min-width: 0;
    justify-self: start;
    justify-content: flex-start;
  }

  .opening-floor-route-tools > strong {
    min-width: 0;
  }

  .opening-floor-route-grid {
    grid-template-columns: 1fr;
  }

  .opening-floor-route-grid button {
    min-height: 0;
  }

  .opening-floor-route-grid strong,
  .opening-floor-route-grid small,
  .opening-floor-route-grid em {
    white-space: normal;
  }

  .opening-server-brief-head {
    display: grid;
    align-items: start;
  }

  .opening-server-brief-tools {
    min-width: 0;
    justify-self: start;
    justify-content: flex-start;
  }

  .opening-server-brief-tools > strong {
    min-width: 0;
  }

  .opening-server-brief-grid {
    grid-template-columns: 1fr;
  }

  .opening-server-brief-grid button {
    min-height: 0;
  }

  .opening-server-brief-grid strong,
  .opening-server-brief-grid small {
    white-space: normal;
  }

  .opening-bar-brief-head {
    display: grid;
    align-items: start;
  }

  .opening-bar-brief-tools {
    min-width: 0;
    justify-self: start;
    justify-content: flex-start;
  }

  .opening-bar-brief-tools > strong {
    min-width: 0;
  }

  .opening-bar-brief-grid {
    grid-template-columns: 1fr;
  }

  .opening-bar-brief-grid button {
    min-height: 0;
  }

  .opening-bar-brief-grid strong,
  .opening-bar-brief-grid small {
    white-space: normal;
  }

  .opening-chef-pass-head {
    display: grid;
    align-items: start;
  }

  .opening-chef-pass-tools {
    min-width: 0;
    justify-self: start;
    justify-content: flex-start;
  }

  .opening-chef-pass-tools > strong {
    min-width: 0;
  }

  .opening-chef-pass-grid {
    grid-template-columns: 1fr;
  }

  .opening-chef-pass-grid button {
    min-height: 0;
  }

  .opening-chef-pass-grid strong,
  .opening-chef-pass-grid small {
    white-space: normal;
  }

  .opening-action-head {
    display: grid;
  }

  .opening-action-tools {
    justify-self: start;
    justify-content: flex-start;
    min-width: 0;
  }

  .opening-huddle-head {
    display: grid;
  }

  .opening-huddle-tools {
    justify-self: start;
    justify-content: flex-start;
    min-width: 0;
  }

  .opening-huddle-tools > strong {
    min-width: 0;
  }

  .opening-huddle-script,
  .opening-huddle-grid {
    grid-template-columns: 1fr;
  }

  .opening-huddle-script strong,
  .opening-huddle-script small,
  .opening-huddle-grid strong,
  .opening-huddle-grid small {
    white-space: normal;
  }

  .opening-role-command-head {
    display: grid;
  }

  .opening-role-command-tools {
    justify-self: start;
    justify-content: flex-start;
    min-width: 0;
  }

  .opening-role-command-tools > strong {
    min-width: 0;
  }

  .opening-role-command-grid {
    grid-template-columns: 1fr;
  }

  .opening-role-command-grid button {
    min-height: 0;
  }

  .opening-role-command-grid strong,
  .opening-role-command-grid small,
  .opening-role-command-grid em {
    white-space: normal;
  }

  .opening-floor-map-head {
    display: grid;
  }

  .opening-floor-map-tools {
    justify-self: start;
    justify-content: flex-start;
    min-width: 0;
  }

  .opening-floor-map-tools > strong {
    min-width: 0;
  }

  .opening-floor-map-live {
    display: grid;
  }

  .opening-floor-map-grid {
    grid-template-areas:
      "entry"
      "host"
      "dining"
      "bar"
      "expo"
      "runner"
      "recovery";
    grid-template-columns: 1fr;
  }

  .opening-floor-map-grid button {
    min-height: 0;
  }

  .opening-floor-map-grid strong,
  .opening-floor-map-grid small,
  .opening-floor-map-grid em {
    white-space: normal;
  }

  .opening-first-moves-head {
    display: grid;
  }

  .opening-first-moves-tools {
    justify-self: start;
    justify-content: flex-start;
    min-width: 0;
  }

  .opening-first-moves-tools > strong {
    min-width: 0;
  }

  .opening-first-moves-grid {
    grid-template-columns: 1fr;
  }

  .opening-first-moves-grid button {
    min-height: 0;
  }

  .opening-first-moves-grid strong,
  .opening-first-moves-grid small,
  .opening-first-moves-grid em {
    white-space: normal;
  }

  .opening-role-head {
    display: grid;
  }

  .opening-role-tools {
    justify-self: start;
    justify-content: flex-start;
    min-width: 0;
  }

  .opening-role-tools > strong {
    min-width: 0;
  }

  .opening-role-grid {
    grid-template-columns: 1fr;
  }

  .opening-role-grid button {
    min-height: 0;
  }

  .opening-role-grid strong,
  .opening-role-grid small,
  .opening-role-grid em {
    white-space: normal;
  }

  .opening-critical-head {
    display: grid;
  }

  .opening-critical-head > strong {
    min-width: 0;
    justify-self: start;
  }

  .opening-critical-grid {
    grid-template-columns: 1fr;
  }

  .opening-critical-grid strong,
  .opening-critical-grid small {
    white-space: normal;
  }

  .opening-decision-head {
    display: grid;
  }

  .opening-decision-tools {
    justify-self: start;
    justify-content: flex-start;
    min-width: 0;
  }

  .opening-decision-grid,
  .opening-decision-reasons {
    grid-template-columns: 1fr;
  }

  .opening-decision-grid strong,
  .opening-decision-grid small,
  .opening-decision-reason-jump strong,
  .opening-decision-reason-jump small {
    white-space: normal;
  }

  .opening-decision-fields {
    grid-template-columns: 1fr;
  }

  .opening-first15-head,
  .opening-service-check-head,
  .opening-live-ownership-head {
    display: grid;
  }

  .opening-first15-tools,
  .opening-service-check-tools,
  .opening-live-ownership-tools {
    justify-self: start;
    justify-content: flex-start;
    min-width: 0;
  }

  .opening-first15-grid,
  .opening-service-check-grid,
  .opening-live-ownership-grid {
    grid-template-columns: 1fr;
  }

  .opening-live-ownership-grid button,
  .opening-live-ownership-grid article {
    min-height: 0;
  }

  .opening-first15-grid strong,
  .opening-first15-grid small,
  .opening-service-check-grid strong,
  .opening-service-check-grid small,
  .opening-live-ownership-grid strong,
  .opening-live-ownership-grid small,
  .opening-live-ownership-grid em,
  .opening-live-ownership-grid b {
    white-space: normal;
  }

  .opening-pass-head {
    display: grid;
  }

  .opening-pass-tools {
    justify-self: start;
    justify-content: flex-start;
    min-width: 0;
  }

  .opening-pass-callouts,
  .opening-pass-deltas {
    grid-template-columns: 1fr;
  }

  .opening-pass-callouts strong,
  .opening-pass-callouts small,
  .opening-pass-deltas strong,
  .opening-pass-deltas small {
    white-space: normal;
  }

  .opening-action-list,
  .opening-action-assignments {
    grid-template-columns: 1fr;
  }

  .opening-action-list button,
  .opening-action-assignments button {
    min-height: 0;
  }

  .opening-action-list strong,
  .opening-action-list small,
  .opening-action-assignments strong,
  .opening-action-assignments small {
    white-space: normal;
  }

  .opening-action-assignment-head {
    display: grid;
    align-items: start;
  }

  .opening-action-assignment-head strong {
    text-align: left;
    white-space: normal;
  }

  .opening-clock-row,
  .opening-focus-list button {
    grid-template-columns: 1fr;
  }

  .opening-clock-head {
    display: grid;
  }

  .opening-clock-head label {
    min-width: 0;
  }

  .opening-clock-row strong,
  .opening-clock-row small {
    white-space: normal;
  }

  .opening-clock-row em {
    grid-row: auto;
    grid-column: auto;
    justify-self: start;
  }

  .opening-focus-list em {
    grid-row: auto;
    grid-column: auto;
    justify-self: start;
  }

  .opening-shift-head,
  .opening-shift-row {
    grid-template-columns: 1fr;
  }

  .opening-shift-head {
    display: grid;
  }

  .opening-shift-actions {
    align-items: stretch;
  }

  .opening-shift-actions > strong {
    width: 100%;
    text-align: left;
  }

  .opening-freshness-guard {
    display: grid;
    align-items: start;
  }

  .opening-freshness-actions {
    justify-items: start;
    min-width: 0;
  }

  .opening-freshness-actions span {
    text-align: left;
  }

  .opening-command-head {
    display: grid;
    align-items: start;
  }

  .opening-command-tools {
    justify-content: flex-start;
    min-width: 0;
  }

  .opening-command-tools > strong {
    min-width: 0;
    justify-self: start;
  }

  .opening-live-ownership-tools > strong {
    min-width: 0;
  }

  .opening-command-grid,
  .opening-command-actions {
    grid-template-columns: 1fr;
  }

  .opening-command-grid strong,
  .opening-command-grid small,
  .opening-command-actions strong {
    white-space: normal;
  }

  .opening-readiness-head,
  .opening-readiness-next {
    display: grid;
    align-items: start;
  }

  .opening-readiness-status {
    min-width: 0;
    text-align: left;
  }

  .opening-readiness-grid {
    grid-template-columns: 1fr;
  }

  .opening-service-signal-head,
  .opening-door-head,
  .opening-seating-head,
  .opening-fire-head,
  .opening-walkthrough-head {
    display: grid;
    align-items: start;
  }

  .opening-service-signal-head > strong,
  .opening-door-tools,
  .opening-seating-tools,
  .opening-fire-tools,
  .opening-walkthrough-tools {
    min-width: 0;
    justify-self: start;
    justify-content: flex-start;
  }

  .opening-door-tools > strong,
  .opening-seating-tools > strong,
  .opening-fire-tools > strong,
  .opening-walkthrough-tools > strong {
    min-width: 0;
  }

  .opening-service-signal-grid,
  .opening-door-grid,
  .opening-seating-grid,
  .opening-fire-grid,
  .opening-walkthrough-route {
    grid-template-columns: 1fr;
  }

  .opening-service-signal-grid strong,
  .opening-service-signal-grid small,
  .opening-door-grid strong,
  .opening-door-grid small,
  .opening-seating-grid strong,
  .opening-seating-grid small,
  .opening-fire-grid strong,
  .opening-fire-grid small,
  .opening-walkthrough-route strong,
  .opening-walkthrough-route small {
    white-space: normal;
  }

  .opening-timeline-head {
    display: grid;
    align-items: start;
  }

  .opening-timeline-head > strong {
    min-width: 0;
    justify-self: start;
  }

  .opening-timeline-compose,
  .opening-timeline-compose label.wide {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .opening-timeline-compose .inline-button,
  .opening-timeline-compose .action-button {
    width: 100%;
  }

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

  .opening-timeline-quick small {
    -webkit-line-clamp: 3;
  }

  .opening-timeline-done strong,
  .opening-timeline-done small {
    white-space: normal;
  }

  .opening-coverage-head {
    display: grid;
    align-items: start;
  }

  .opening-coverage-head > strong {
    min-width: 0;
    justify-self: start;
  }

  .opening-coverage-grid {
    grid-template-columns: 1fr;
  }

  .opening-coverage-grid strong,
  .opening-coverage-grid small {
    white-space: normal;
  }

  .opening-pulse-head {
    display: grid;
    align-items: start;
  }

  .opening-pulse-head > strong {
    min-width: 0;
    justify-self: start;
  }

  .opening-pulse-command-head {
    display: grid;
    align-items: start;
  }

  .opening-pulse-command-head > strong {
    min-width: 0;
    justify-self: start;
  }

  .opening-pulse-command-grid {
    grid-template-columns: 1fr;
  }

  .opening-pulse-command-grid strong,
  .opening-pulse-command-grid small {
    white-space: normal;
  }

  .opening-pulse-check small {
    -webkit-line-clamp: 3;
  }

  .opening-watch-head {
    display: grid;
    align-items: start;
  }

  .opening-watch-head > strong {
    min-width: 0;
    justify-self: start;
  }

  .opening-watch-row {
    grid-template-columns: 1fr;
  }

  .opening-playbook-head {
    display: grid;
    align-items: start;
  }

  .opening-playbook-head > strong {
    min-width: 0;
    justify-self: start;
  }

  .opening-playbook-grid,
  .opening-playbook-card-head,
  .opening-playbook-fields {
    grid-template-columns: 1fr;
  }

  .opening-playbook-card-head strong,
  .opening-playbook-card p {
    white-space: normal;
  }

  .opening-pacing-head {
    display: grid;
    align-items: start;
  }

  .opening-pacing-head > strong {
    min-width: 0;
    justify-self: start;
  }

  .opening-pacing-metrics,
  .opening-pacing-fields,
  .opening-pacing-fields label.wide {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .opening-pacing-metrics strong,
  .opening-pacing-metrics small {
    white-space: normal;
  }

  .opening-quality-head {
    display: grid;
    align-items: start;
  }

  .opening-quality-head > strong {
    min-width: 0;
    justify-self: start;
  }

  .opening-quality-row,
  .opening-quality-checks {
    grid-template-columns: 1fr;
  }

  .opening-quality-title strong,
  .opening-quality-title small,
  .opening-quality-checks span {
    white-space: normal;
  }

  .opening-guest-head {
    display: grid;
    align-items: start;
  }

  .opening-guest-head > strong {
    min-width: 0;
    justify-self: start;
  }

  .opening-guest-row {
    grid-template-columns: 1fr;
  }

  .opening-allergy-head {
    display: grid;
    align-items: start;
  }

  .opening-allergy-head > strong {
    min-width: 0;
    justify-self: start;
  }

  .opening-allergy-check strong {
    white-space: normal;
  }

  .opening-team-head {
    display: grid;
    align-items: start;
  }

  .opening-team-head > strong {
    min-width: 0;
    justify-self: start;
  }

  .opening-team-role-grid,
  .opening-team-station-grid {
    grid-template-columns: 1fr;
  }

  .opening-team-station strong,
  .opening-team-role small,
  .opening-team-station small {
    white-space: normal;
  }

  .opening-floor-head {
    display: grid;
    align-items: start;
  }

  .opening-floor-head > strong {
    min-width: 0;
    justify-self: start;
  }

  .opening-floor-row {
    grid-template-columns: 1fr;
  }

  .opening-floor-ready strong {
    white-space: normal;
  }

  .opening-readiness-next .inline-button {
    justify-self: start;
  }

  .opening-shift-row strong {
    display: grid;
    gap: 3px;
  }

  .opening-shift-row .inline-button {
    justify-self: start;
  }

  .opening-focus-queue-head {
    display: grid;
    align-items: start;
  }

  .opening-focus-queue-head > span {
    justify-self: start;
  }

  .opening-focus-queue-row {
    grid-template-columns: 1fr;
  }

  .opening-focus-queue-row > span {
    grid-row: auto;
    justify-self: start;
  }

  .opening-focus-queue-row strong,
  .opening-focus-queue-row small,
  .opening-focus-queue-row em {
    white-space: normal;
  }

  .opening-station-head {
    display: grid;
    align-items: start;
  }

  .opening-station-head .inline-button {
    justify-self: start;
  }

  .opening-station-grid {
    grid-template-columns: 1fr;
  }

  .opening-station-card strong,
  .opening-station-card span {
    white-space: normal;
  }

  .opening-handoff-head {
    display: grid;
    align-items: start;
  }

  .opening-handoff-tools {
    justify-content: flex-start;
  }

  .opening-handoff-gate-head {
    display: grid;
    align-items: start;
  }

  .opening-handoff-closeout-head {
    display: grid;
    align-items: start;
  }

  .opening-handoff-gate-head > strong {
    justify-self: start;
  }

  .opening-handoff-closeout-head > strong {
    justify-self: start;
  }

  .opening-handoff-gate-grid {
    grid-template-columns: 1fr;
  }

  .opening-handoff-closeout-grid {
    grid-template-columns: 1fr;
  }

  .opening-handoff-gate-grid strong,
  .opening-handoff-gate-grid small,
  .opening-handoff-closeout-grid strong,
  .opening-handoff-closeout-grid small {
    white-space: normal;
  }

  .opening-handoff-brief-head {
    display: grid;
    align-items: start;
  }

  .opening-handoff-brief-head > div:last-child {
    justify-content: flex-start;
  }

  .opening-handoff-share-status {
    text-align: left;
  }

  .opening-handoff-archive-head {
    display: grid;
    align-items: start;
  }

  .opening-handoff-archive-list {
    grid-template-columns: 1fr;
  }

  .opening-handoff-archive-list strong,
  .opening-handoff-archive-list small {
    white-space: normal;
  }

  .opening-handoff-brief pre {
    max-height: 220px;
  }
}

.launch-command-center {
  display: grid;
  gap: 14px;
}

.launch-command-head {
  display: flex;
  gap: 16px;
  align-items: start;
  justify-content: space-between;
}

.launch-command-head h4 {
  margin: 2px 0 6px;
  color: var(--ink);
  font-size: 1.25rem;
}

.launch-command-head p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.launch-command-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.launch-command-score {
  display: grid;
  gap: 4px;
  min-width: 154px;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 18%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--concept-primary) 5%, #fff);
  text-align: right;
}

.launch-command-score strong {
  color: var(--concept-primary);
  font-size: 2rem;
  line-height: 0.95;
}

.launch-command-score span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 850;
  line-height: 1.25;
  text-transform: uppercase;
}

.launch-command-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 10px;
}

.launch-demo-path {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.launch-demo-path button {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

.launch-demo-path strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 999px;
  background: #0b4f7a;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.34);
}

.launch-demo-path span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.launch-command-list {
  display: grid;
  gap: 8px;
}

.launch-command-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  background: #fff;
}

.launch-command-row > div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.launch-command-row strong,
.launch-command-row span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.launch-command-row strong {
  color: var(--ink);
}

.launch-command-row span {
  color: var(--muted);
  font-size: 0.82rem;
}

.launch-command-row em {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 5px 10px;
  background: #eef2f6;
  color: #17212f;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.launch-command-row.ready em {
  background: #e8f5ed;
  color: #17613a;
}

.launch-command-row.review em {
  background: #fff7e8;
  color: #7a4b00;
}

.launch-command-row.blocked em {
  background: #fff0ee;
  color: #9b2f27;
}

.operator-task-card {
  border-left: 4px solid color-mix(in srgb, var(--concept-accent) 70%, #fff);
}

.operator-task-board {
  display: grid;
  gap: 14px;
}

.operator-task-head {
  display: flex;
  gap: 14px;
  align-items: start;
  justify-content: space-between;
}

.operator-task-head p {
  max-width: 820px;
  margin: 0 0 6px;
  color: var(--muted);
  line-height: 1.45;
}

.operator-task-head span {
  color: var(--concept-primary);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.operator-task-head .action-button {
  flex: 0 0 auto;
  margin: 0;
  white-space: nowrap;
}

.operator-task-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.operator-task-summary span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: #f8fbff;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.operator-task-summary strong {
  color: var(--concept-primary);
  font-size: 1.25rem;
}

.operator-task-toolbar {
  display: grid;
  grid-template-columns: minmax(210px, 0.9fr) repeat(4, minmax(130px, 1fr));
  gap: 10px;
  align-items: end;
}

.operator-task-mode {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.operator-task-mode button {
  min-height: 36px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 900;
}

.operator-task-mode button.active {
  background: var(--concept-primary);
  color: #fff;
}

.operator-task-filter {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.operator-task-filter span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.operator-task-filter select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 750;
}

.operator-task-list {
  display: grid;
  gap: 8px;
}

.operator-task-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  background: #fff;
}

.operator-task-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--concept-primary);
  color: #fff;
  font-weight: 950;
}

.operator-task-row > div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.operator-task-row strong,
.operator-task-row span,
.operator-task-row p {
  overflow: hidden;
  text-overflow: ellipsis;
}

.operator-task-row strong {
  color: var(--ink);
}

.operator-task-row span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.operator-task-row .operator-task-count {
  background: var(--concept-primary);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.operator-task-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  white-space: nowrap;
}

.operator-task-row em {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 5px 10px;
  background: #eef2f6;
  color: #17212f;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.operator-task-row.review em {
  background: #fff7e8;
  color: #7a4b00;
}

.operator-task-row.blocked em {
  background: #fff0ee;
  color: #9b2f27;
}

.operator-task-row.ready em {
  background: #e8f5ed;
  color: #17613a;
}

.guided-demo-bar {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(170px, 0.22fr) minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 26%, var(--line));
  border-left: 4px solid var(--concept-primary);
  border-radius: 8px;
  background: color-mix(in srgb, var(--concept-primary) 5%, #fff);
  box-shadow: 0 10px 24px rgba(16, 40, 68, 0.08);
}

.guided-demo-progress {
  display: grid;
  gap: 8px;
}

.guided-demo-progress span {
  color: var(--concept-primary);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.guided-demo-progress div {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #dde5ee;
}

.guided-demo-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--concept-primary);
}

.guided-demo-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.guided-demo-copy strong {
  color: var(--ink);
  font-size: 1rem;
}

.guided-demo-copy p,
.guided-demo-copy small {
  margin: 0;
  color: var(--muted);
  line-height: 1.35;
}

.guided-demo-copy small {
  font-weight: 800;
}

.guided-demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.guided-demo-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.muted-button {
  color: var(--muted);
  background: #f4f6f8;
}

.recipe-explorer {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.recipe-index-panel,
.recipe-detail-panel > .card.recipe-shell {
  min-height: 0;
}

.recipe-index-panel {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 12px;
  max-height: calc(100vh - 36px);
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 34, 55, 0.07);
}

.recipe-index-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
  padding: 4px 4px 12px;
  border-bottom: 1px solid var(--line);
}

.recipe-index-head h3 {
  margin: 2px 0 0;
  font-size: 1.05rem;
  color: var(--concept-primary);
}

.recipe-index-head > span {
  min-width: 38px;
  padding: 6px 8px;
  border-radius: 8px;
  background: var(--concept-primary);
  color: #fff;
  text-align: center;
  font-weight: 900;
}

.recipe-index-list {
  display: grid;
  gap: 8px;
  overflow: auto;
  padding-right: 2px;
}

.recipe-index-item {
  width: 100%;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
  min-height: 86px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfe;
  color: var(--ink);
  padding: 8px;
  text-align: left;
  cursor: pointer;
}

.recipe-index-item:hover,
.recipe-index-item:focus-visible {
  border-color: var(--concept-accent);
  background: #fff;
  outline: none;
}

.recipe-index-item.active {
  border-color: var(--concept-primary);
  box-shadow: inset 4px 0 0 var(--concept-primary);
}

.recipe-index-thumb {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f4f6f8;
}

.recipe-index-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.recipe-index-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.recipe-index-topline,
.recipe-index-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.recipe-index-topline {
  justify-content: space-between;
}

.recipe-index-topline strong {
  color: var(--concept-primary);
}

.recipe-index-title {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.18;
}

.recipe-index-stats span {
  padding: 2px 6px;
  border-radius: 999px;
  background: #eef3f8;
}

.recipe-detail-panel .card.recipe-shell {
  grid-column: 1 / -1;
  width: 100%;
}

.recipe-card {
  display: grid;
  gap: 12px;
}

.card.recipe-shell > h3 {
  display: none;
}

.recipe-card-detail {
  gap: 16px;
}

.recipe-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.recipe-card-head .eyebrow {
  letter-spacing: 0;
}

.recipe-card-head h4 {
  margin: 4px 0 8px;
  color: var(--concept-primary);
  font-size: 1.25rem;
  line-height: 1.15;
}

.recipe-card-head p:last-child {
  margin: 0;
}

.recipe-image-frame {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(6, 74, 152, 0.08), rgba(199, 57, 47, 0.06)),
    #fff;
}

.drawer-tiles {
  display: grid;
  grid-template-columns: repeat(5, minmax(110px, 1fr));
  gap: 8px;
}

.drawer-tile {
  min-height: 74px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
}

.drawer-tile.warn {
  background: #fff7e8;
  border-color: rgba(189, 139, 53, 0.38);
}

.drawer-tile .lbl {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.drawer-tile .val {
  margin-top: 8px;
  color: var(--concept-primary);
  font-size: 1rem;
  font-weight: 900;
}

.recipe-section {
  display: grid;
  gap: 8px;
}

.section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.section-title-row .btn-link {
  min-height: 28px;
  padding: 5px 9px;
  font-size: 0.72rem;
}

.build-step-section {
  padding: 14px;
  border: 1px solid rgba(6, 74, 152, 0.14);
  border-radius: 8px;
  background: #f8fbff;
}

.build-step-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.build-step-strip {
  display: grid;
  grid-auto-columns: minmax(420px, 92%);
  grid-auto-flow: column;
  gap: 14px;
  overflow-x: auto;
  padding: 2px 4px 10px 0;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--concept-primary) #dfe9f5;
}

.build-step-card {
  display: grid;
  gap: 8px;
  margin: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.build-step-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

.build-step-card img.build-photo {
  object-fit: cover;
}

.build-step-card img.placeholder {
  padding: 18px;
  object-fit: contain;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.build-step-card.text-only {
  min-height: 188px;
}

.build-step-text {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  min-height: 148px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.build-step-text strong {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: var(--concept-primary);
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
}

.build-step-text p {
  margin: 0;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.45;
}

.build-step-card figcaption {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.35;
}

.build-step-card figcaption span {
  max-width: 84%;
}

.build-step-card figcaption strong {
  color: var(--concept-primary);
}

.build-step-empty {
  margin-top: 10px;
  padding: 14px;
  border: 1px dashed rgba(6, 74, 152, 0.28);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.drawer-section {
  margin: 0;
  color: var(--concept-primary);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ing {
  min-width: 560px;
}

.ing .num {
  text-align: right;
  white-space: nowrap;
}

.recipe-link {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--concept-primary);
  font: inherit;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

.recipe-link.muted {
  color: var(--ink);
}

.method-list {
  margin: 0;
  padding-left: 22px;
}

.method-list li {
  margin: 0 0 8px;
  line-height: 1.45;
}

.drawer-allergens {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.detail-drawer-layer {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: flex;
  justify-content: flex-end;
  background: rgba(8, 18, 32, 0.38);
}

.detail-drawer {
  width: min(560px, 94vw);
  height: 100%;
  overflow-y: auto;
  padding: 24px;
  border-left: 1px solid var(--line);
  background: #fff;
  box-shadow: -18px 0 36px rgba(8, 18, 32, 0.22);
}

.drawer-close {
  position: sticky;
  top: 0;
  float: right;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--concept-primary);
  font-size: 1.05rem;
  font-weight: 900;
  cursor: pointer;
}

.drawer-heading {
  display: grid;
  gap: 6px;
  margin: 8px 0 18px;
  padding-right: 48px;
}

.drawer-heading h3 {
  margin: 0;
  color: var(--concept-primary);
  font-size: 1.55rem;
  line-height: 1.1;
}

.drawer-heading p {
  margin: 0;
  color: var(--muted);
}

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

.drawer-product {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-bottom: 16px;
}

.drawer-product .ingredient-photo {
  width: 180px;
  height: 180px;
}

.equipment-drawer-product .equipment-image {
  min-height: 180px;
}

.equipment-drawer-product .equipment-image img {
  max-height: 180px;
}

.ingredient-photo.large {
  width: 180px;
  height: 180px;
}

.drawer-block {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.prep-drawer-photo {
  margin-top: 14px;
}

.prep-drawer-photo img {
  width: 100%;
  max-height: 260px;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
}

.prep-drawer-photo img.placeholder {
  object-fit: contain;
  padding: 20px;
  background: color-mix(in srgb, var(--ink) 4%, #fff);
}

.detail-drawer .table-wrap {
  max-width: 100%;
}

.detail-drawer table {
  min-width: 440px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 10px;
  background: #fff;
  color: var(--concept-primary);
  font-size: 0.78rem;
  font-weight: 850;
}

.tag.warn {
  background: #fff7e8;
  color: #8a5f16;
  border-color: rgba(189, 139, 53, 0.38);
}

.tag.info {
  background: #eaf3ff;
  color: #0b4f99;
  border-color: rgba(11, 79, 153, 0.28);
}

.tag.ok {
  background: #e8f5ed;
  color: #17613a;
  border-color: rgba(23, 97, 58, 0.28);
}

.quiet {
  color: var(--muted);
  font-size: 0.9rem;
}

.recipe-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.btn-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 7px 11px;
  background: var(--concept-primary);
  color: var(--concept-primary);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.launch-checklist-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 12px;
}

.launch-check-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 118px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 34, 55, 0.05);
}

.launch-check-card.done {
  border-color: color-mix(in srgb, var(--concept-primary) 28%, var(--line));
  background: color-mix(in srgb, var(--concept-primary) 6%, #fff);
}

.launch-check-main {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-width: 0;
}

.launch-check-main input {
  width: 19px;
  height: 19px;
  margin-top: 3px;
  accent-color: var(--concept-primary);
}

.launch-check-main strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.18;
}

.launch-check-main small {
  display: block;
  margin-top: 6px;
  color: color-mix(in srgb, var(--ink) 60%, #717a88);
  font-size: 0.83rem;
  font-weight: 700;
  line-height: 1.42;
}

.launch-check-meta {
  display: grid;
  gap: 10px;
  justify-items: end;
  align-self: stretch;
  align-content: space-between;
}

.launch-check-meta > span {
  padding: 4px 9px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--concept-accent) 12%, #fff);
  color: color-mix(in srgb, var(--ink) 68%, var(--concept-accent));
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 680px) {
  .launch-checklist-list {
    grid-template-columns: 1fr;
  }

  .launch-check-card {
    grid-template-columns: 1fr;
  }

  .launch-check-meta {
    grid-template-columns: auto auto;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    justify-items: start;
  }
}

.work-list,
.production-list,
.order-guide,
.buildout-list {
  display: grid;
  gap: 8px;
}

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

.buildout-readiness-panel > p {
  max-width: 820px;
  margin: 0;
}

.work-row,
.production-row,
.order-row,
.buildout-row {
  display: grid;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.work-row {
  grid-template-columns: minmax(180px, 1fr) minmax(160px, 0.55fr) auto;
}

.prep-board-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.prep-board-summary p {
  max-width: 680px;
  margin: 0;
}

.prep-board-summary .action-button {
  margin: 0;
}

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

.prep-source-confidence-panel {
  display: grid;
  gap: 14px;
}

.prep-source-confidence-panel > p {
  max-width: 780px;
  margin: 0;
}

.prep-readiness-panel p {
  margin: 0;
}

.prep-readiness-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 8px;
}

.prep-readiness-metric {
  display: grid;
  gap: 6px;
  min-height: 86px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.prep-readiness-metric span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.prep-readiness-metric strong {
  align-self: end;
  color: var(--blue);
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  line-height: 0.95;
}

.prep-readiness-body {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 12px;
}

.prep-readiness-section {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--concept-primary) 4%, #fff);
}

.prep-readiness-panel.complete .prep-readiness-section,
.prep-readiness-panel.complete {
  border-color: rgba(23, 97, 58, 0.22);
}

.prep-readiness-head,
.prep-focus-row {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.prep-readiness-head h4 {
  margin: 0;
  color: var(--ink);
}

.prep-readiness-head span,
.prep-focus-row em {
  color: var(--muted);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.prep-focus-list {
  display: grid;
  gap: 8px;
}

.prep-focus-list.compact {
  gap: 6px;
}

.prep-focus-row {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.prep-focus-row div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.prep-focus-row strong,
.prep-focus-row span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prep-focus-row span {
  color: var(--muted);
  font-size: 0.84rem;
}

.prep-work-row {
  grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1.15fr) minmax(180px, 0.7fr) auto;
}

.prep-item-check span,
.prep-used-in {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.prep-item-check small,
.prep-used-in strong {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.prep-used-in span {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.work-row.done,
.production-row.done,
.order-row.done,
.buildout-row.done {
  background: rgba(6, 74, 152, 0.06);
  border-color: rgba(6, 74, 152, 0.22);
}

.check-label {
  display: flex;
  gap: 9px;
  align-items: center;
  min-width: 0;
  font-weight: 850;
}

.check-label span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.check-label small {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
}

.check-label input {
  width: 18px;
  height: 18px;
  accent-color: var(--concept-primary);
}

.par-input,
.production-row textarea,
.temp-log input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
  color: var(--ink);
  font-weight: 750;
}

.production-row {
  align-items: stretch;
}

.production-head {
  color: var(--concept-primary);
}

.production-row p {
  margin: 0;
}

.production-row textarea {
  min-height: 72px;
  resize: vertical;
}

.temp-log {
  display: grid;
  gap: 8px;
}

.temp-log label {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 8px;
  align-items: center;
}

.temp-log span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.station-command-card {
  border-color: color-mix(in srgb, var(--concept-primary) 16%, var(--line));
}

.station-command-center {
  display: grid;
  gap: 12px;
}

.station-command-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.station-command-head p {
  margin: 0 0 4px;
  color: var(--ink);
  font-weight: 760;
}

.station-command-head span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.station-command-temp {
  display: grid;
  gap: 4px;
  min-width: 118px;
  border: 1px solid color-mix(in srgb, var(--concept-accent) 24%, var(--line));
  border-radius: 8px;
  padding: 10px 12px;
  background: color-mix(in srgb, var(--concept-accent) 9%, #fff);
  text-align: right;
}

.station-command-temp strong {
  color: var(--concept-primary);
  font-size: 1.3rem;
  line-height: 1;
}

.station-command-temp span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

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

.station-command-row {
  display: grid;
  gap: 9px;
  border: 1px solid var(--line);
  border-left: 4px solid #ca8a04;
  border-radius: 8px;
  padding: 11px;
  background: #fff;
}

.station-command-row.ready {
  border-left-color: #27764a;
}

.station-command-row.blocked {
  border-left-color: #b44439;
}

.station-command-row-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: start;
}

.station-command-row-head div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.station-command-row-head strong {
  color: var(--ink);
  font-size: 0.95rem;
}

.station-command-row-head span {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.station-command-row-head em {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 5px 8px;
  background: #f7f4ef;
  color: #7a4f00;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.station-command-row.ready .station-command-row-head em {
  background: #eaf5ee;
  color: #27764a;
}

.station-command-row.blocked .station-command-row-head em {
  background: #f8ebe9;
  color: #b44439;
}

.station-command-meter {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #eef2f6;
}

.station-command-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--concept-primary), var(--concept-accent));
}

.station-command-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.station-command-stats span {
  border-radius: 8px;
  padding: 7px 8px;
  background: #f7f8fa;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 850;
  line-height: 1.2;
}

.station-command-stats strong {
  color: var(--concept-primary);
}

.station-command-row p {
  margin: 0;
  color: color-mix(in srgb, var(--muted) 88%, #000);
  font-size: 0.76rem;
  line-height: 1.35;
}

.station-command-row .inline-button {
  justify-self: start;
}

@media (max-width: 860px) {
  .station-command-head {
    display: grid;
  }

  .station-command-temp {
    min-width: 0;
    text-align: left;
  }

  .station-command-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .station-command-row-head {
    display: grid;
  }

  .station-command-row-head em {
    justify-self: start;
  }

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

  .line-check-head,
  .line-check-open-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .line-check-open-row label {
    justify-self: start;
  }
}

/* Line Check */
.line-check-intro,
.line-check-stack {
  grid-column: 1 / -1;
}

.line-check-intro {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--concept-primary) 4%, #fff);
}

.line-check-intro h3,
.line-check-intro p,
.line-check-section h4 {
  margin: 0;
}

.line-check-stack,
.line-check-card-body,
.line-check-section {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.line-check-card,
.line-check-table-wrap {
  min-width: 0;
  max-width: 100%;
}

.line-check-card h3 {
  overflow-wrap: anywhere;
}

.line-check-card .action-button {
  margin: 0;
}

.line-check-head {
  display: flex;
  gap: 14px;
  align-items: start;
  justify-content: space-between;
}

.line-check-head p {
  max-width: 740px;
  margin: 0;
}

.line-check-open-grid {
  display: grid;
  gap: 8px;
}

.line-check-open-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.line-check-open-row > span {
  min-width: 0;
  color: var(--ink);
  font-weight: 750;
}

.line-check-open-row label {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.line-check-table {
  min-width: 920px;
}

.line-check-table th,
.line-check-table td {
  vertical-align: middle;
}

.line-check-section-row th {
  background: color-mix(in srgb, var(--concept-primary) 8%, #fff);
  color: var(--concept-primary);
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.line-check-par {
  display: inline-flex;
  min-width: 62px;
  justify-content: center;
  border: 1px solid rgba(198, 137, 42, 0.28);
  border-radius: 999px;
  padding: 5px 8px;
  background: #fff7df;
  color: #725119;
  font-size: 0.78rem;
  font-weight: 900;
  white-space: nowrap;
}

.line-check-input {
  width: 100%;
  min-width: 90px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 9px;
  background: #fff;
  color: var(--ink);
  font-weight: 750;
}

.line-check-check-cell {
  text-align: center;
}

.line-check-open-row input,
.line-check-check-cell input {
  width: 18px;
  height: 18px;
  accent-color: var(--concept-primary);
}

.line-check-signoff {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
}

.line-check-signoff label {
  display: grid;
  gap: 5px;
}

.line-check-signoff span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.order-row {
  grid-template-areas:
    "thumb item vendor spec status"
    "thumb usage usage par link"
    "thumb usage usage notes notes";
  grid-template-columns: 70px minmax(220px, 1fr) minmax(132px, 0.48fr) minmax(170px, 0.62fr) minmax(190px, 0.7fr);
}

.order-thumb {
  grid-area: thumb;
}

.order-row .check-label {
  grid-area: item;
}

.order-row .order-meta {
  grid-area: vendor;
}

.order-guide-intro {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.order-guide-intro p {
  max-width: 780px;
  margin: 0;
}

.order-guide-intro > span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  padding: 6px 12px;
  background: color-mix(in srgb, var(--concept-primary) 8%, #fff);
  color: var(--concept-primary);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.order-guide-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
  justify-content: space-between;
  margin: 0 0 14px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbff;
}

.order-guide-controls label {
  display: grid;
  gap: 6px;
  min-width: min(260px, 100%);
}

.order-guide-controls span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.order-guide-controls select {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff;
  color: var(--ink);
  font-weight: 850;
}

.order-guide-controls p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
}

.order-row .source-note {
  grid-area: spec;
}

.order-impact {
  grid-area: usage;
}

.order-status-field {
  grid-area: status;
}

.order-par-field {
  grid-area: par;
}

.order-note-field {
  grid-area: notes;
}

.order-link,
.order-status-pill {
  grid-area: link;
  align-self: end;
}

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

.order-readiness-panel p {
  margin: 0;
}

.order-readiness-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 8px;
}

.order-packet-summary {
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 16%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--concept-primary) 4%, #fff);
}

.order-packet-head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  justify-content: space-between;
}

.order-packet-head h4,
.order-packet-head p,
.order-packet-next {
  margin: 0;
}

.order-packet-head h4 {
  color: var(--ink);
}

.order-packet-head p,
.order-packet-next {
  color: var(--muted);
}

.order-packet-head > strong {
  min-width: 84px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff;
  color: var(--blue);
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}

.order-packet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
  gap: 8px;
}

.order-packet-metric {
  display: grid;
  gap: 4px;
  min-height: 70px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.order-packet-metric small {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.order-packet-metric strong {
  align-self: end;
  color: var(--blue);
  font-size: 1.7rem;
  line-height: 1;
}

.order-action-panel {
  display: grid;
  gap: 14px;
  margin: 16px 0 18px;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 14%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--concept-primary) 4%, #fff);
}

.order-action-panel.complete {
  border-color: rgba(23, 97, 58, 0.22);
  background: #edf8f1;
}

.order-action-panel.complete h4,
.order-action-panel.complete p {
  margin: 0;
}

.order-action-head,
.order-action-section-head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.order-action-head h4,
.order-action-section h5 {
  margin: 0;
  color: var(--ink);
}

.order-action-head p,
.order-action-section p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.order-action-head > strong,
.order-action-section-head span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 5px 10px;
  background: #fff;
  color: var(--concept-primary);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.order-action-sections {
  display: grid;
  gap: 12px;
}

.order-action-section {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.order-action-list {
  display: grid;
  gap: 8px;
}

.order-action-row {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(220px, 0.85fr) auto minmax(170px, 0.52fr) minmax(100px, 0.34fr);
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.order-action-main {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.order-action-main strong {
  color: var(--ink);
}

.order-action-main span,
.order-action-main small,
.order-action-issue {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.35;
}

.order-action-main small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-action-issue {
  color: var(--ink);
}

.ingredient-action-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 10px;
}

.ingredient-focus-panel {
  display: grid;
  gap: 8px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 18%, var(--line));
  border-radius: 8px;
  padding: 12px;
  background: color-mix(in srgb, var(--concept-primary) 6%, #fff);
}

.ingredient-focus-head,
.ingredient-focus-row {
  display: grid;
  grid-template-columns: auto minmax(220px, 1fr) auto minmax(150px, 0.5fr) minmax(180px, 0.65fr);
  gap: 10px;
  align-items: center;
}

.ingredient-focus-head {
  grid-template-columns: minmax(0, 1fr) auto;
}

.ingredient-focus-head h5,
.ingredient-focus-row h6,
.ingredient-focus-row p {
  margin: 0;
}

.ingredient-focus-head h5 {
  color: var(--ink);
}

.ingredient-focus-head span,
.ingredient-focus-row > span {
  color: var(--concept-primary);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.ingredient-focus-list {
  display: grid;
  gap: 6px;
}

.ingredient-focus-row {
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.ingredient-focus-row > strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--concept-primary);
  color: #fff;
  font-size: 0.78rem;
}

.ingredient-focus-row h6 {
  color: var(--ink);
  font-size: 0.86rem;
}

.ingredient-focus-row p {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.35;
}

.ingredient-focus-row .order-field span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.ingredient-action-row {
  grid-template-columns: minmax(250px, 1fr) minmax(190px, 0.72fr) minmax(170px, 0.48fr) minmax(180px, 0.55fr);
}

.ingredient-note-field input {
  min-width: 0;
}

.order-mini-check {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--primary);
  font-size: 0.76rem;
  font-weight: 900;
  white-space: nowrap;
}

.order-mini-check input {
  width: 17px;
  height: 17px;
  accent-color: var(--concept-primary);
}

.order-status {
  display: grid;
  gap: 3px;
  min-height: 72px;
  align-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
}

.order-status strong {
  color: var(--primary);
  font-family: var(--display-font);
  font-size: 1.35rem;
  font-weight: 400;
}

.order-status small {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
}

.order-status.onGuide,
.order-status-pill.onGuide,
.order-row.status-onGuide {
  border-color: rgba(23, 97, 58, 0.28);
  background: #edf8f1;
}

.order-status.needsItem,
.order-status.needsVendor,
.order-status.costReview,
.order-status-pill.needsItem,
.order-status-pill.needsVendor,
.order-status-pill.costReview,
.order-row.status-needsItem,
.order-row.status-needsVendor,
.order-row.status-costReview {
  border-color: rgba(161, 98, 7, 0.24);
  background: #fff8ea;
}

.order-status.substitution,
.order-status-pill.substitution,
.order-row.status-substitution {
  border-color: rgba(154, 52, 18, 0.24);
  background: #fff1eb;
}

.order-status.notRequired,
.order-status-pill.notRequired,
.order-row.status-notRequired {
  border-color: rgba(80, 96, 111, 0.18);
  background: #f4f6f8;
}

.order-thumb .ingredient-photo {
  width: 58px;
  height: 58px;
  padding: 4px;
}

.order-vendor-section {
  display: grid;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.order-vendor-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  background: color-mix(in srgb, var(--concept-primary) 7%, #fff);
  border-bottom: 1px solid var(--line);
}

.order-vendor-head h4,
.order-category-head {
  margin: 0;
  color: var(--ink);
  font-weight: 950;
}

.order-vendor-head span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.order-category-block {
  display: grid;
  gap: 8px;
  padding: 0 12px 12px;
}

.order-category-head {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.order-history {
  display: grid;
  grid-template-columns: repeat(6, minmax(22px, 1fr));
  gap: 3px;
}

.order-history-label {
  grid-column: 1 / -1;
  min-height: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.order-history span {
  display: block;
  min-height: 30px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fff;
}

.order-row input[type="text"],
.order-row input:not([type]),
.order-row select {
  min-width: 0;
}

.order-row > input,
.order-field input,
.order-field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
  color: var(--ink);
  font-weight: 750;
}

.order-field {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.order-impact {
  display: grid;
  gap: 4px;
  min-width: 0;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 750;
}

.order-impact strong {
  display: block;
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 950;
  text-transform: uppercase;
}

.order-impact small,
.order-status-note {
  display: block;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 750;
  line-height: 1.25;
}

.order-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.order-field span,
.order-meta strong,
.source-note strong {
  display: block;
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 950;
  text-transform: uppercase;
}

.buildout-row {
  grid-template-columns: minmax(180px, 1fr) minmax(140px, 0.55fr) minmax(220px, 1fr) minmax(118px, 0.42fr) minmax(110px, 0.36fr) minmax(160px, 0.62fr);
}

.buildout-row strong {
  min-width: 0;
}

.buildout-row select,
.buildout-row input {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
  color: var(--ink);
  font-weight: 750;
}

.buildout-row select {
  text-transform: capitalize;
}

.order-meta {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.recipe-tools {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(180px, 0.35fr) auto;
  gap: 12px;
  align-items: end;
}

.recipe-tools label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.recipe-tools input,
.recipe-tools select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
}

.cost-mode-toggle.active {
  border-color: #8fc6ef;
  background: #e7f3ff;
  color: #0d4f86;
}

.recipe-count {
  min-width: 122px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.recipe-count strong,
.recipe-count span {
  display: block;
}

.recipe-count strong {
  color: var(--concept-primary);
  font-size: 1.35rem;
  line-height: 1;
}

.recipe-count span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.recipe-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.accuracy-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.accuracy-strip span,
.photo-badge {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  min-height: 30px;
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
}

.accuracy-strip span {
  padding: 6px 12px;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ink) 10%, transparent);
}

.accuracy-strip strong {
  color: var(--concept-primary);
  font-size: 0.98rem;
}

.photo-badge {
  min-height: auto;
}

.photo-badge.good {
  background: #e8f5ed;
  color: #17613a;
}

.photo-badge.warn {
  background: #fff7e8;
  color: #8a5f16;
}

.retail-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 260px));
  gap: 12px;
  margin: 14px 0;
}

.retail-controls label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.retail-controls input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--ink);
  font-weight: 850;
}

.retail-table td:first-child {
  min-width: 260px;
}

.retail-description {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
  font-weight: 650;
}

.retail-cost-breakdown {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cost-pressure-summary {
  display: grid;
  gap: 16px;
}

.cost-pressure-summary > p {
  max-width: 880px;
  margin: 0;
}

.cost-pressure-summary .menu-summary-strip {
  margin: 0;
}

.cost-pressure-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 16px;
  align-items: start;
}

.cost-pressure-grid section,
.cost-pressure-gaps {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.cost-pressure-grid h4,
.cost-pressure-gaps h4 {
  margin: 0 0 10px;
  color: var(--primary);
  font-size: 0.95rem;
}

.cost-pressure-table table {
  min-width: 560px;
}

.cost-pressure-table.compact table {
  min-width: 430px;
}

.cost-pressure-gaps ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cost-pressure-gaps li {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px 12px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--ink) 5%, transparent);
}

.cost-pressure-gaps strong {
  color: var(--ink);
  font-size: 0.82rem;
}

.cost-pressure-gaps span {
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.35;
}

.text-link-button {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--elior-blue);
  font: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.text-link-button:hover {
  color: var(--ink);
}

.pending-value {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(161, 98, 7, 0.35);
  border-radius: 999px;
  padding: 4px 8px;
  background: #fff7ed;
  color: #7c2d12;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-pill {
  display: inline-flex;
  min-width: 42px;
  max-width: 180px;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 26%, var(--line));
  border-radius: 999px;
  padding: 4px 8px;
  background: color-mix(in srgb, var(--concept-primary) 9%, #ffffff);
  color: color-mix(in srgb, var(--concept-primary) 72%, var(--ink));
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: normal;
}

@media (max-width: 980px) {
  .app-shell {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
    height: auto;
  }

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

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

  .card,
  .card.wide {
    grid-column: span 6;
  }

  .assumption-grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }

  .operator-home,
  .concept-hero,
  .menu-offering,
  .work-row,
  .prep-work-row,
  .ingredient-action-summary,
  .ingredient-focus-head,
  .ingredient-focus-row,
  .equipment-launch-head,
  .equipment-launch-row,
  .launch-command-head,
  .launch-command-row,
  .operator-task-head,
  .operator-task-row,
  .guided-demo-bar,
  .order-action-row,
  .order-row,
  .buildout-row,
  .recipe-explorer,
  .recipe-card-head {
    grid-template-columns: 1fr;
  }

  .prep-readiness-body,
  .launch-command-stats,
  .launch-demo-path,
  .operator-task-summary,
  .operator-task-toolbar,
  .operator-task-list,
  .cost-pressure-grid,
  .cost-pressure-gaps ul {
    grid-template-columns: 1fr;
  }

  .order-packet-head {
    align-items: stretch;
    flex-direction: column;
  }

  .operator-task-head {
    flex-direction: column;
  }

  .order-packet-head > strong {
    width: fit-content;
  }

  .order-action-row {
    align-items: stretch;
  }

  .recipe-index-panel {
    position: static;
    max-height: none;
  }

  .concept-hero-media {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .concept-hero-collage {
    min-height: 420px;
  }

  .recipe-tools {
    grid-template-columns: 1fr;
  }

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

  .drawer-product {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .equipment-card {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .equipment-verification {
    grid-template-columns: 1fr;
  }

  .drawer-product .ingredient-photo,
  .ingredient-photo.large {
    width: 150px;
    height: 150px;
  }

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

  .build-step-strip {
    grid-auto-columns: minmax(320px, 92%);
  }

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

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

@media (max-width: 680px) {
  .main-panel,
  .sidebar {
    padding: 16px;
  }

  .sidebar {
    padding: 10px 12px 12px;
  }

  .sidebar .brand-lockup,
  .sidebar .section-rail-label {
    display: none;
  }

  .sidebar .role-picker {
    margin-bottom: 8px;
  }

  .concept-hero-collage {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }

  .concept-hero-photo.primary {
    grid-row: auto;
  }

  .tab-list {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(142px, 55vw);
    gap: 6px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline proximity;
    padding-bottom: 4px;
  }

  .tab-button {
    scroll-snap-align: start;
  }

  .status-strip {
    grid-template-columns: 1fr;
  }

  .elior-user {
    display: none;
  }

  .elior-topline-brand img {
    width: 92px;
  }

  .elior-topline-brand strong {
    white-space: normal;
  }

  .app-status {
    grid-column: 2;
    align-self: center;
  }

  .elior-search {
    grid-row: 2;
  }

  .topbar {
    padding: 16px 16px 10px;
  }

  .concept-heading.has-logo {
    grid-template-columns: 1fr;
  }

  .concept-logo {
    display: none;
  }

  .card,
  .card.wide {
    grid-column: 1 / -1;
  }

  .floor-plan {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .floor-plan-document iframe {
    min-height: 460px;
  }

  .zone.service {
    grid-row: auto;
  }

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

  .concept-heading,
  .resource-grid,
  .image-asset-grid,
  .metric-grid,
  .concept-hero-actions,
  .drawer-tiles {
    grid-template-columns: 1fr;
  }

  .concept-logo {
    max-width: 210px;
  }

  .drawer-product {
    grid-template-columns: 1fr;
  }

  .equipment-card,
  .equipment-head,
  .equipment-readiness-queue article {
    grid-template-columns: 1fr;
  }

  .equipment-head {
    display: grid;
  }

  .drawer-product .ingredient-photo,
  .ingredient-photo.large {
    width: min(220px, 100%);
    height: auto;
    aspect-ratio: 1;
  }

  .build-step-strip {
    grid-auto-columns: minmax(260px, 94%);
  }
}

/* Claude design integration pass: brand chrome + concept-led workspace */
@media screen {
  :root {
    --chrome: #0a0d12;
    --chrome-soft: #141923;
    --chrome-line: #232a36;
    --workspace-bg: #f5f0e7;
    --surface: #fffdf8;
    --soft-surface: #f9f6ef;
    --display-font: Georgia, serif;
  }

  body {
    background: var(--chrome);
  }

  .app-shell {
    grid-template:
      "topline topline" auto
      "rail workspace" minmax(0, 1fr)
      / 240px minmax(0, 1fr);
    background: var(--chrome);
  }

  .sidebar {
    grid-area: rail;
    padding: 18px 12px;
    background: var(--chrome);
    border-right: 1px solid #1a1f28;
    box-shadow: none;
  }

  .brand-lockup {
    display: none;
  }

  .mark {
    width: 154px;
    height: 56px;
    justify-self: start;
    border-radius: 8px;
    box-shadow: inset 0 -4px 0 var(--concept-accent);
  }

  .sidebar h1 {
    font-size: 1.05rem;
    letter-spacing: 0;
  }

  .location-picker {
    margin: 12px 0 0;
    padding: 12px;
    border-top: 1px solid #1a1f28;
    color: #8a93a3;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .location-picker input,
  .location-picker select {
    min-height: 42px;
    border-color: var(--chrome-line);
    background: var(--chrome-soft);
    color: #e8ecf2;
    font-size: 0.86rem;
    font-weight: 750;
  }

  .concept-picker-native {
    display: grid;
  }

  .concept-rail-list {
    display: none;
    gap: 7px;
    margin: 0;
  }

  .rail-section-label {
    padding: 12px 12px 6px;
    color: #5a6478;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .rail-section-label.coming-soon {
    margin-top: 8px;
  }

  .rail-concept {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    width: 100%;
    min-height: 58px;
    padding: 8px 10px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
    color: #a8b0bf;
    text-align: left;
    cursor: pointer;
  }

  .rail-concept:hover {
    border-color: #232a36;
    background: #101621;
    color: #e8ecf2;
  }

  .rail-concept.active {
    border-color: color-mix(in srgb, var(--concept-accent) 72%, #232a36);
    background: #141923;
    color: #fff;
  }

  .rail-mark {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid #232a36;
    border-radius: 8px;
    background: #0f1420;
    color: var(--concept-accent);
    font-size: 0.8rem;
    font-weight: 950;
  }

  .rail-concept.active .rail-mark {
    border-color: var(--concept-accent);
    background: var(--concept-accent);
    color: #fff;
  }

  .rail-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  .rail-copy strong,
  .rail-copy small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .rail-copy strong {
    font-size: 0.86rem;
    font-weight: 800;
  }

  .rail-copy small {
    color: #6a7488;
    font-size: 0.7rem;
    font-weight: 700;
  }

  .rail-concept.active .rail-copy small {
    color: #a8b0bf;
  }

  .rail-footer {
    margin-top: 12px;
    padding: 14px 12px;
    border-top: 1px solid #1a1f28;
    color: #5a6478;
    font-size: 0.7rem;
    line-height: 1.5;
  }

  .tab-list {
    gap: 5px;
    margin-top: 14px;
  }

  .section-rail-label {
    margin-top: 18px;
  }

  .rail-tabs {
    padding-bottom: 14px;
    border-bottom: 1px solid #1a1f28;
  }

  .workspace-tabs {
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0 clamp(24px, 4vw, 44px);
    border-bottom: 1px solid rgba(23, 33, 47, 0.1);
    background: var(--workspace-bg);
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .workspace-tabs .tab-button {
    display: inline-flex;
    grid-template-columns: none;
    align-items: center;
    gap: 8px;
    width: auto;
    min-height: 54px;
    padding: 14px 18px;
    border-radius: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    box-shadow: none;
    color: color-mix(in srgb, var(--ink) 54%, #6e7887);
    font-size: 0.84rem;
    font-weight: 800;
    white-space: nowrap;
  }

  .workspace-tabs .tab-button:hover,
  .workspace-tabs .tab-button.active {
    background: transparent;
    color: var(--ink);
    box-shadow: none;
  }

  .workspace-tabs .tab-button.active {
    border-bottom-color: var(--concept-accent);
  }

  .workspace-tabs .tab-icon {
    display: none;
  }

  .nav-group-label {
    margin: 15px 10px 5px;
    color: #5a6478;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .tab-button {
    grid-template-columns: 36px minmax(0, 1fr);
    min-height: 48px;
    padding: 7px 10px;
    border-radius: 8px;
    color: #a8b0bf;
    font-size: 0.86rem;
    font-weight: 650;
  }

  .tab-button:hover {
    background: var(--chrome-soft);
    color: #e8ecf2;
  }

  .tab-button.active {
    background: var(--chrome-soft);
    color: #fff;
    box-shadow: inset 3px 0 0 var(--concept-accent);
  }

  .tab-icon {
    width: 34px;
    height: 34px;
    border: 1px solid #252c39;
    border-radius: 7px;
    background: #101621;
    color: #e8ecf2;
    font-size: 0.78rem;
    font-weight: 900;
  }

  .main-panel {
    grid-area: workspace;
    padding: 0;
    background:
      radial-gradient(circle at top right, rgba(255, 255, 255, 0.72), transparent 32rem),
      linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0)),
      var(--workspace-bg);
  }

  .elior-topline {
    grid-area: topline;
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(260px, 560px) minmax(170px, 220px) auto;
    align-items: center;
    gap: 18px;
    min-height: 54px;
    padding: 9px 24px;
    border-bottom: 1px solid #1a1f28;
    background: #0a0d12;
    color: #e8ecf2;
  }

  .elior-topline-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
  }

  .elior-topline-brand img {
    width: 118px;
    max-height: 30px;
    object-fit: contain;
    padding: 4px 7px;
    border-radius: 6px;
    background: #fff;
  }

  .elior-topline-brand span {
    width: 1px;
    height: 24px;
    background: #2a3140;
  }

  .elior-topline-brand strong {
    color: #fff;
    font-size: 0.84rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .elior-topline p {
    margin: 0;
    color: #a8b0bf;
    font-size: 0.76rem;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .elior-search {
    position: relative;
    width: min(560px, 50vw);
  }

  .elior-search span {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: #5a6478;
    font-size: 1rem;
    line-height: 1;
  }

  .elior-search input {
    width: 100%;
    min-height: 40px;
    padding: 10px 14px 10px 38px;
    border: 1px solid #232a36;
    border-radius: 8px;
    outline: none;
    background: #141923;
    color: #e8ecf2;
    font-size: 13.5px;
  }

  .elior-search input::placeholder {
    color: #5a6478;
  }

  .elior-search input:focus {
    border-color: #3a4458;
  }

  .quick-search-panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 80;
    display: grid;
    gap: 6px;
    max-height: min(68vh, 520px);
    overflow: auto;
    padding: 8px;
    border: 1px solid #2c3444;
    border-radius: 8px;
    background: #10151e;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  }

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

  .quick-search-heading,
  .quick-search-empty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 6px 4px;
    color: #dce3ee;
  }

  .quick-search-heading strong,
  .quick-search-empty strong {
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .quick-search-heading small,
  .quick-search-empty small {
    color: #8f9aae;
    font-size: 0.68rem;
    font-weight: 760;
  }

  .quick-search-result {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    grid-template-areas:
      "kind label"
      "kind detail";
    gap: 2px 10px;
    width: 100%;
    min-height: 54px;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 7px;
    background: transparent;
    color: #e8ecf2;
    text-align: left;
    cursor: pointer;
  }

  .quick-search-result:hover,
  .quick-search-result.active {
    border-color: #3a4458;
    background: #171e2a;
  }

  .quick-search-result span {
    grid-area: kind;
    position: static;
    transform: none;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 28px;
    padding: 4px 7px;
    border: 1px solid #293140;
    border-radius: 999px;
    color: #aeb9c9;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1;
  }

  .quick-search-result strong,
  .quick-search-result small {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .quick-search-result strong {
    grid-area: label;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 900;
  }

  .quick-search-result small {
    grid-area: detail;
    color: #98a4b6;
    font-size: 0.7rem;
    font-weight: 720;
  }

  .app-status {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    min-width: 0;
    min-height: 40px;
    border: 1px solid #232a36;
    border-radius: 8px;
    padding: 7px 10px;
    background: #141923;
    color: #e8ecf2;
  }

  .app-status-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #f2b134;
    box-shadow: 0 0 0 4px rgba(242, 177, 52, 0.16);
  }

  .app-status.ready .app-status-dot {
    background: #42b883;
    box-shadow: 0 0 0 4px rgba(66, 184, 131, 0.16);
  }

  .app-status.offline .app-status-dot,
  .app-status.unavailable .app-status-dot {
    background: #e8623f;
    box-shadow: 0 0 0 4px rgba(232, 98, 63, 0.16);
  }

  .app-status strong,
  .app-status p {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .app-status strong {
    display: block;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.15;
  }

  .app-status p {
    margin: 2px 0 0;
    color: #a8b0bf;
    font-size: 0.66rem;
    font-weight: 750;
    letter-spacing: 0;
    text-transform: none;
  }

  .elior-user {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .elior-user p {
    padding: 5px 10px;
    border: 1px solid #232a36;
    border-radius: 999px;
    background: #141923;
    color: #a8b0bf;
    font-size: 0.68rem;
    text-transform: none;
  }

  .elior-user strong {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #3a4458, #2a3140);
    color: #e8ecf2;
    font-size: 0.72rem;
    font-weight: 800;
  }

  .topbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    margin: 0;
    padding: clamp(14px, 1.8vw, 22px) clamp(20px, 2.6vw, 32px);
    border: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
    border-radius: 0;
    background: var(--workspace-bg);
    box-shadow: none;
  }

  .concept-heading,
  .concept-heading.has-logo {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .concept-logo {
    display: none;
  }

  .topbar .eyebrow {
    display: none;
  }

  .topbar h2 {
    margin-top: 0;
    color: var(--ink);
    font-size: clamp(1.75rem, 3vw, 2.65rem);
    font-family: var(--display-font);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.98;
  }

  .concept-name {
    display: inline-flex;
    width: fit-content;
    min-height: 26px;
    align-items: center;
    margin: 6px 0 0;
    padding: 4px 10px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--ink) 7%, transparent);
    color: var(--ink);
    font-size: 0.74rem;
    font-weight: 850;
  }

  .concept-description {
    display: none;
  }

  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
  }

  .hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    border: 1px solid rgba(23, 33, 47, 0.1);
    border-radius: 999px;
    padding: 6px 11px;
    background: color-mix(in srgb, var(--ink) 7%, transparent);
    color: var(--ink);
    font-size: 0.74rem;
    font-weight: 850;
    text-decoration: none;
    cursor: pointer;
  }

  .hero-btn.primary {
    border-color: var(--concept-accent);
    background: var(--concept-accent);
    color: #fff;
  }

  .status-strip {
    align-self: start;
    grid-template-columns: repeat(2, minmax(96px, 1fr));
    max-width: 260px;
    gap: 8px;
    margin-top: 0;
  }

  .status-strip > div {
    padding: 9px 10px;
    border-color: color-mix(in srgb, var(--ink) 9%, transparent);
    background: color-mix(in srgb, var(--ink) 4%, transparent);
    box-shadow: none;
  }

  .hero-stats {
    display: none;
  }

  .hero-stat {
    min-width: 0;
    padding: 0 16px;
    border-left: 1px solid rgba(23, 33, 47, 0.09);
  }

  .hero-stat:first-child {
    border-left: 0;
    padding-left: 0;
  }

  .hero-stat span {
    display: block;
    color: color-mix(in srgb, var(--ink) 46%, #6e7887);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .hero-stat strong {
    display: block;
    margin-top: 8px;
    color: var(--ink);
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    font-family: var(--display-font);
    font-weight: 400;
    line-height: 1;
  }

  .content-grid {
    gap: 16px;
    padding: 18px clamp(24px, 3.4vw, 38px) 56px;
  }

  .card {
    border: 1px solid rgba(23, 33, 47, 0.09);
    border-top: 0;
    border-radius: 10px;
    background: var(--surface);
    box-shadow: 0 14px 38px rgba(10, 13, 18, 0.07);
  }

  .card h3 {
    color: var(--ink);
    font-size: 1rem;
    letter-spacing: 0;
  }

  .card p {
    color: color-mix(in srgb, var(--ink) 58%, #717a88);
  }

  .card.concept-hero-card {
    border: 0;
    border-radius: 12px;
    background:
      linear-gradient(120deg, color-mix(in srgb, var(--concept-primary) 92%, #111827), color-mix(in srgb, var(--concept-accent) 82%, #111827)),
      var(--concept-primary);
    box-shadow: 0 24px 60px rgba(10, 13, 18, 0.16);
  }

  .concept-hero {
    min-height: 360px;
  }

  .concept-hero-copy {
    gap: 20px;
  }

  .concept-hero-copy p {
    font-size: 1.04rem;
    line-height: 1.55;
  }

  .shortcut-button,
  .resource-link,
  .inline-button,
  .metric-tile,
  .drawer-tile,
  .asset-swatch,
  .image-asset {
    border-color: rgba(23, 33, 47, 0.1);
    border-radius: 8px;
    background: var(--soft-surface);
  }

  .resource-link:hover,
  .shortcut-button:hover,
  .inline-button:hover {
    border-color: color-mix(in srgb, var(--concept-accent) 68%, var(--line));
    background: #fff;
  }

  .recipe-tools {
    align-items: end;
    border-radius: 10px;
  }

  .recipe-screen {
    grid-column: 1 / -1;
    display: grid;
    gap: 0;
  }

  .menu-screen,
  .equipment-screen,
  .ingredients-screen,
  .prep-screen,
  .production-screen,
  .orders-screen,
  .smallwares-screen,
  .disposables-screen,
  .beverages-screen,
  .uniforms-screen {
    grid-column: 1 / -1;
    display: grid;
    gap: 0;
  }

  .menu-summary-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: -8px 0 14px;
  }

  .menu-summary-strip span {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    min-height: 34px;
    padding: 6px 12px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--ink) 6%, transparent);
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 750;
  }

  .menu-summary-strip strong {
    color: var(--ink);
    font-family: var(--display-font);
    font-size: 1.05rem;
    font-weight: 400;
  }

  .procedure-audit-strip,
  .accuracy-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 4px 0 12px;
  }

  .procedure-audit-strip span,
  .accuracy-strip span {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    min-height: 34px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #fff;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 850;
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ink) 10%, transparent);
  }

  .procedure-audit-strip strong,
  .accuracy-strip strong {
    color: var(--concept-primary);
    font-size: 1rem;
  }

  .section-title {
    margin: 0 0 6px;
    color: var(--ink);
    font-family: var(--display-font);
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
  }

  .section-sub {
    max-width: 720px;
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .recipes-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 14px;
  }

  .recipe-search {
    flex: 1;
    min-width: 220px;
    max-width: 340px;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
    border-radius: 8px;
    outline: none;
    background: color-mix(in srgb, var(--ink) 4%, transparent);
    color: var(--ink);
    font-size: 0.82rem;
  }

  .recipe-search:focus {
    border-color: var(--concept-accent);
  }

  .station-chip {
    min-height: 34px;
    padding: 7px 13px;
    border: 0;
    border-radius: 999px;
    background: color-mix(in srgb, var(--ink) 6%, transparent);
    color: var(--ink);
    font-size: 0.76rem;
    font-weight: 750;
  }

  .station-chip small {
    margin-left: 4px;
    color: inherit;
    opacity: 0.62;
  }

  .station-chip:hover {
    background: color-mix(in srgb, var(--ink) 12%, transparent);
  }

  .station-chip.active {
    background: var(--ink);
    color: var(--workspace-bg);
  }

  .station-chip.clear-chip {
    border: 1px solid color-mix(in srgb, var(--concept-accent) 35%, transparent);
    background: color-mix(in srgb, var(--concept-accent) 10%, transparent);
    color: var(--concept-accent);
  }

  .recipe-count-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    margin: -8px 0 18px;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 750;
  }

  .recipe-count-inline strong {
    color: var(--ink);
    font-family: var(--display-font);
    font-size: 1.15rem;
    font-weight: 400;
  }

  .recipe-count-inline em {
    color: var(--concept-accent);
    font-style: normal;
  }

  .empty-state {
    grid-column: 1 / -1;
    padding: 32px;
    border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
    border-radius: 12px;
    background: var(--surface);
  }

  .empty-state h3 {
    margin: 0 0 8px;
    color: var(--ink);
    font-family: var(--display-font);
    font-size: 1.6rem;
    font-weight: 400;
  }

  .empty-state p {
    margin: 0;
    color: var(--muted);
  }

  .tab-error {
    border-color: color-mix(in srgb, #c7392f 30%, var(--line));
    background: color-mix(in srgb, #c7392f 6%, var(--surface));
  }

  .tab-error .meta {
    margin-top: 10px;
    color: color-mix(in srgb, #c7392f 72%, var(--muted));
    text-transform: none;
  }

  .recipe-tools input,
  .recipe-tools select {
    border-radius: 8px;
    background: #fffdf8;
  }

  .recipe-count {
    border-color: rgba(23, 33, 47, 0.1);
    border-radius: 8px;
    background: var(--soft-surface);
  }

  .recipe-directory,
  .recipe-focused-view {
    grid-column: 1 / -1;
    display: grid;
    gap: 18px;
  }

  .recipe-directory-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    padding: 6px 2px 2px;
  }

  .recipe-directory-head h3 {
    margin: 3px 0 8px;
    color: var(--ink);
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    line-height: 1;
  }

  .recipe-directory-head p {
    max-width: 720px;
    margin: 0;
    color: color-mix(in srgb, var(--ink) 58%, #717a88);
  }

  .recipe-directory-head > strong {
    display: grid;
    min-width: 54px;
    min-height: 54px;
    place-items: center;
    border-radius: 12px;
    background: var(--ink);
    color: var(--workspace-bg);
    font-size: 1.25rem;
  }

  .recipe-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 18px;
  }

  .recipe-gallery-card {
    display: grid;
    grid-template-rows: 168px minmax(0, 1fr);
    min-height: 366px;
    overflow: hidden;
    border: 1px solid rgba(23, 33, 47, 0.09);
    border-radius: 12px;
    background: var(--surface);
    color: var(--ink);
    text-align: left;
    cursor: pointer;
    box-shadow: 0 14px 34px rgba(10, 13, 18, 0.06);
  }

  .recipe-gallery-photo {
    overflow: hidden;
    background:
      linear-gradient(135deg, color-mix(in srgb, var(--concept-accent) 15%, transparent), transparent),
      var(--soft-surface);
  }

  .recipe-gallery-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .recipe-gallery-photo img.placeholder {
    width: min(68%, 240px);
    height: 100%;
    margin: 0 auto;
    padding: 22px;
    object-fit: contain;
  }

  .recipe-gallery-body {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 8px;
    min-width: 0;
    padding: 14px;
  }

  .station-tag {
    color: var(--concept-accent);
    font-size: 0.68rem;
    font-weight: 950;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .recipe-gallery-body strong {
    color: var(--ink);
    font-size: 1.16rem;
    font-weight: 950;
    line-height: 1.08;
  }

  .recipe-gallery-body > span:not(.station-tag):not(.recipe-gallery-footer) {
    display: -webkit-box;
    overflow: hidden;
    color: color-mix(in srgb, var(--ink) 58%, #717a88);
    font-size: 0.88rem;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .recipe-gallery-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-top: 9px;
    border-top: 1px solid rgba(23, 33, 47, 0.08);
  }

  .recipe-gallery-footer span {
    padding: 3px 8px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--concept-primary) 8%, #fff);
    color: color-mix(in srgb, var(--ink) 72%, var(--concept-primary));
    font-size: 0.7rem;
    font-weight: 900;
  }

  .recipe-gallery-footer .cost-badge.good {
    background: color-mix(in srgb, #5b7a3a 24%, transparent);
    color: color-mix(in srgb, #24350f 82%, var(--ink));
  }

  .recipe-gallery-footer .cost-badge.warn {
    background: color-mix(in srgb, #d4a347 28%, transparent);
    color: color-mix(in srgb, #6b4d10 82%, var(--ink));
  }

  .recipe-gallery-footer .photo-badge.good {
    background: color-mix(in srgb, #5b7a3a 20%, transparent);
    color: color-mix(in srgb, #24350f 82%, var(--ink));
  }

  .recipe-gallery-footer .photo-badge.warn {
    background: color-mix(in srgb, #d4a347 24%, transparent);
    color: color-mix(in srgb, #6b4d10 82%, var(--ink));
  }

  .recipe-gallery-footer .procedure-badge,
  .recipe-index-stats .procedure-badge,
  .procedure-badge {
    background: #e8f5ed;
    color: #17613a;
    box-shadow: inset 0 0 0 1px rgba(23, 97, 58, 0.18);
  }

  .recipe-gallery-footer .procedure-badge.review,
  .recipe-index-stats .procedure-badge.review,
  .procedure-badge.review {
    background: #fff7e8;
    color: #8a5f16;
    box-shadow: inset 0 0 0 1px rgba(189, 139, 53, 0.26);
  }

  .recipe-gallery-footer .procedure-badge.missing,
  .recipe-index-stats .procedure-badge.missing,
  .procedure-badge.missing {
    background: #fdecec;
    color: #9d261f;
    box-shadow: inset 0 0 0 1px rgba(157, 38, 31, 0.22);
  }

  .procedure-badge.detail {
    display: inline-flex;
    width: fit-content;
    margin: 4px 0 8px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 950;
    text-transform: uppercase;
  }

  .prep-directory {
    margin: 18px 0 22px;
  }

  .prep-gallery-card {
    grid-template-rows: 160px minmax(0, 1fr);
  }

  .prep-gallery-card.done {
    border-color: color-mix(in srgb, #5b7a3a 44%, rgba(23, 33, 47, 0.09));
    box-shadow: 0 14px 34px rgba(91, 122, 58, 0.11);
  }

  .prep-gallery-card .recipe-gallery-body {
    grid-template-rows: auto auto 1fr auto auto;
  }

  .prep-card-actions {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid rgba(23, 33, 47, 0.08);
  }

  .prep-card-check {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: color-mix(in srgb, var(--ink) 68%, var(--concept-primary));
    font-size: 0.74rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .prep-card-par {
    min-width: 0;
    width: 100%;
    padding: 9px 10px;
    font-size: 0.82rem;
  }

  .recipe-detail-nav {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
  }

  .recipe-detail-back {
    min-height: 34px;
    border: 0;
    border-radius: 999px;
    padding: 8px 0;
    background: transparent;
    color: color-mix(in srgb, var(--ink) 56%, #717a88);
    font-size: 0.76rem;
    font-weight: 950;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .recipe-detail-back::before {
    content: "< ";
  }

  .recipe-detail-back:hover,
  .recipe-detail-back:focus-visible {
    color: var(--ink);
    outline: none;
  }

  .recipe-detail-stepper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: end;
    align-items: center;
  }

  .recipe-position {
    min-height: 32px;
    padding: 8px 10px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--ink) 6%, transparent);
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .card.recipe-shell {
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .recipe-card-detail {
    display: block;
  }

  .recipe-detail-head {
    display: grid;
    grid-template-columns: minmax(320px, 1.25fr) minmax(320px, 1fr);
    gap: 32px;
    margin-bottom: 32px;
    align-items: start;
  }

  .recipe-detail-photo {
    position: relative;
    display: grid;
    min-height: 360px;
    place-items: center;
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    background:
      linear-gradient(135deg, color-mix(in srgb, var(--concept-accent) 22%, transparent), color-mix(in srgb, var(--concept-accent) 8%, transparent)),
      var(--soft-surface);
  }

  .recipe-detail-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(45deg, transparent 0 16px, color-mix(in srgb, var(--ink) 3%, transparent) 16px 17px);
  }

  .recipe-detail-photo img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
  }

  .recipe-detail-photo img.placeholder {
    width: min(58%, 360px);
    height: auto;
    min-height: 0;
    padding: 28px;
    object-fit: contain;
  }

  .placeholder-tag {
    position: absolute;
    z-index: 2;
    bottom: 12px;
    left: 12px;
    padding: 4px 9px;
    border-radius: 4px;
    background: var(--surface);
    color: color-mix(in srgb, var(--ink) 50%, transparent);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .recipe-detail-info {
    display: grid;
    gap: 16px;
    align-content: start;
  }

  .recipe-detail-info h2 {
    margin: 0;
    color: var(--ink);
    font-family: var(--display-font);
    font-size: clamp(2.25rem, 4vw, 3.25rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.96;
  }

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

  .recipe-feedback-button,
  .recipe-feedback-mail {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.74rem;
    font-weight: 900;
  }

  .recipe-feedback-button {
    border: 1px solid color-mix(in srgb, var(--concept-accent) 55%, transparent);
    padding: 8px 12px;
    background: color-mix(in srgb, var(--concept-accent) 12%, #fff);
    color: var(--concept-primary);
  }

  .recipe-feedback-button:hover,
  .recipe-feedback-button:focus-visible,
  .recipe-feedback-mail:hover,
  .recipe-feedback-mail:focus-visible {
    border-color: var(--concept-accent);
    color: var(--concept-accent);
    outline: none;
  }

  .recipe-feedback-mail {
    padding: 7px 4px;
    color: var(--muted);
  }

  .recipe-detail-info .desc {
    margin: 0;
    color: color-mix(in srgb, var(--ink) 78%, transparent);
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .recipe-yield-row {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
    border-radius: 10px;
    background: var(--surface);
  }

  .recipe-yield-row .label,
  .cost-cell .label {
    color: var(--muted);
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .recipe-yield-row .yield-value {
    color: var(--ink);
    font-family: var(--display-font);
    font-size: 1.38rem;
    font-weight: 400;
  }

  .recipe-yield-row .yield-note {
    margin-left: auto;
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 750;
  }

  .cost-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    overflow: hidden;
    border-radius: 8px;
    background: color-mix(in srgb, var(--ink) 8%, transparent);
  }

  .cost-cell {
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    background: var(--surface);
  }

  .cost-cell .val {
    color: var(--ink);
    font-family: var(--display-font);
    font-size: 1.45rem;
    font-weight: 400;
  }

  .cost-cell.highlight {
    background: color-mix(in srgb, var(--concept-accent) 12%, var(--surface));
  }

  .cost-cell.highlight .val {
    color: var(--concept-accent);
  }

  .recipe-detail-body {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) minmax(360px, 1.08fr);
    gap: 32px;
    align-items: start;
  }

  .recipe-block {
    margin-bottom: 18px;
    padding: 22px 24px;
    border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
    border-radius: 12px;
    background: var(--surface);
  }

  .recipe-block h3,
  .recipe-block .drawer-section {
    margin: 0 0 14px;
    color: var(--ink);
    font-family: var(--display-font);
    font-size: 1.38rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
  }

  .procedure-audit-card {
    border-color: rgba(189, 139, 53, 0.34);
    background: #fffaf0;
  }

  .procedure-audit-card p {
    margin: 0 0 10px;
    color: #5f4618;
    font-weight: 750;
  }

  .procedure-audit-card ul {
    margin: 0;
    padding-left: 18px;
    color: var(--ink);
  }

  .procedure-audit-card li + li {
    margin-top: 6px;
  }

  .recipe-build-block .build-step-section {
    padding: 0;
    border: 0;
    background: transparent;
  }

  .recipe-build-block .build-step-strip {
    grid-auto-columns: minmax(280px, 88%);
  }

  .recipe-build-block .build-step-card img {
    aspect-ratio: 4 / 3;
  }

  .recipe-build-block .build-step-section > .drawer-section {
    margin-bottom: 6px;
  }

  .ingredients-list {
    display: grid;
    gap: 0;
  }

  .ingredient-row {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    width: 100%;
    padding: 11px 0;
    border: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--ink) 7%, transparent);
    background: transparent;
    color: var(--ink);
    text-align: left;
    cursor: pointer;
  }

  .ingredient-row:last-child {
    border-bottom: 0;
  }

  .ingredient-row:hover .item,
  .ingredient-row:focus-visible .item {
    color: var(--concept-accent);
    outline: none;
  }

  .ingredient-row .qty {
    color: var(--ink);
    font-family: var(--display-font);
    font-size: 1.06rem;
    font-weight: 400;
  }

  .ingredient-row .qty small {
    margin-left: 3px;
    color: var(--muted);
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
  }

  .ingredient-row .item {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    line-height: 1.35;
  }

  .ingredient-row .ingredient-photo {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-color: color-mix(in srgb, var(--ink) 10%, transparent);
    border-radius: 6px;
  }

  .ingredient-row .item.is-prep {
    color: var(--concept-accent);
    font-weight: 750;
    text-decoration: underline;
    text-decoration-color: color-mix(in srgb, var(--concept-accent) 60%, transparent);
    text-decoration-style: dotted;
    text-underline-offset: 4px;
  }

  .ingredient-row .badge {
    padding: 2px 7px;
    border: 1px solid color-mix(in srgb, var(--concept-accent) 22%, transparent);
    border-radius: 999px;
    background: color-mix(in srgb, var(--concept-accent) 10%, #fff);
    color: var(--concept-primary);
    font-size: 0.6rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .ingredient-row .badge.prep {
    border-color: #9dccf2;
    background: #e7f3ff;
    color: #0d4f86;
  }

  .ingredient-row-meta {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
  }

  .ingredient-cost-pill {
    display: inline-grid;
    gap: 0;
    min-width: 86px;
    padding: 5px 9px;
    border: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    line-height: 1.1;
    text-align: right;
    white-space: nowrap;
  }

  .ingredient-cost-pill.has-portion {
    border-color: #b8d3c2;
    background: #e8f5ed;
    color: #17613a;
  }

  .ingredient-cost-pill.missing-portion {
    border-color: #e6c98d;
    background: #fff7e8;
    color: #7a4b00;
  }

  .ingredient-cost-pill strong {
    font-size: 0.82rem;
    font-weight: 900;
  }

  .ingredient-cost-pill small {
    color: currentColor;
    font-size: 0.57rem;
    font-weight: 850;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: 0.82;
  }

  .recipe-impact-block {
    margin-top: 16px;
    border-top: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
    padding-top: 16px;
  }

  .recipe-impact-block h4 {
    margin: 0 0 10px;
    color: var(--ink);
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0;
  }

  .recipe-impact-table table {
    min-width: 760px;
  }

  .recipe-impact-table th,
  .recipe-impact-table td {
    padding: 10px;
    font-size: 0.78rem;
  }

  .method-step {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 14px;
    align-items: start;
  }

.method-step .num {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--concept-accent) 30%, var(--line));
  background: color-mix(in srgb, var(--concept-accent) 10%, #fff);
  color: var(--concept-primary);
  font-family: var(--body-font);
  font-size: 0.88rem;
  font-weight: 950;
}

  .method-step .text {
    padding-top: 5px;
    color: var(--ink);
    font-size: 0.91rem;
    line-height: 1.55;
  }

  .allergen-row,
  .equipment-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .allergen-tag,
  .equipment-tag {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    padding: 5px 11px;
    border: 0;
    border-radius: 6px;
    background: color-mix(in srgb, var(--ink) 7%, transparent);
    color: var(--ink);
    font-size: 0.76rem;
    font-weight: 700;
  }

  .equipment-tag small {
    color: var(--concept-accent);
    font-size: 0.68rem;
    font-weight: 950;
    letter-spacing: 0.03em;
  }

  .equipment-tag .equipment-name {
    max-width: min(42vw, 220px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .allergen-tag {
    background: color-mix(in srgb, #d4a347 18%, transparent);
    color: #6b4d10;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .recipe-explorer {
    grid-template-columns: minmax(300px, 0.38fr) minmax(0, 1fr);
    gap: 18px;
  }

  .recipe-index-panel,
  .recipe-detail-panel > .card.recipe-shell {
    border-color: rgba(23, 33, 47, 0.09);
    border-radius: 10px;
    background: var(--surface);
    box-shadow: 0 14px 38px rgba(10, 13, 18, 0.07);
  }

  .recipe-index-panel {
    padding: 16px;
  }

  .recipe-index-head h3 {
    color: var(--ink);
    font-size: 1.18rem;
  }

  .recipe-index-head > span {
    background: var(--ink);
  }

  .recipe-index-item {
    grid-template-columns: 88px minmax(0, 1fr);
    min-height: 102px;
    border-color: rgba(23, 33, 47, 0.09);
    border-radius: 8px;
    background: #fffaf2;
  }

  .recipe-index-item.active {
    border-color: color-mix(in srgb, var(--concept-accent) 74%, var(--concept-primary));
    box-shadow: inset 4px 0 0 var(--concept-accent), 0 12px 26px rgba(10, 13, 18, 0.08);
  }

  .recipe-index-thumb {
    border-color: rgba(23, 33, 47, 0.08);
    border-radius: 8px;
  }

  .recipe-index-title {
    color: var(--ink);
  }

  .recipe-index-stats span {
    background: color-mix(in srgb, var(--concept-primary) 8%, #fff);
  }

  .recipe-card-head {
    border-color: rgba(23, 33, 47, 0.1);
  }

  .recipe-card-head h4 {
    color: var(--ink);
    font-size: clamp(1.55rem, 2.6vw, 2.2rem);
    letter-spacing: 0;
  }

  .recipe-image-frame,
  .build-step-section {
    border-color: rgba(23, 33, 47, 0.1);
    border-radius: 10px;
    background: var(--soft-surface);
  }

  .recipe-photo {
    border-radius: 10px;
  }

  .build-step-card img {
    border-color: rgba(23, 33, 47, 0.1);
    border-radius: 10px;
    background: #fffdf8;
  }

  .build-step-card figcaption {
    color: color-mix(in srgb, var(--ink) 58%, #717a88);
  }

  .detail-drawer-layer {
    background: rgba(10, 13, 18, 0.56);
    backdrop-filter: blur(2px);
  }

  .detail-drawer {
    width: min(620px, 94vw);
    border-left: 1px solid rgba(23, 33, 47, 0.14);
    background: var(--surface);
    box-shadow: -24px 0 58px rgba(10, 13, 18, 0.18);
  }

  .drawer-close {
    border-color: color-mix(in srgb, var(--ink) 10%, transparent);
    background: var(--surface);
    color: var(--ink);
    box-shadow: 0 8px 18px rgba(10, 13, 18, 0.1);
  }

  .drawer-close:hover,
  .drawer-close:focus-visible {
    border-color: var(--concept-accent);
    color: var(--concept-accent);
    outline: none;
  }

  .drawer-heading h3 {
    color: var(--ink);
    font-family: var(--display-font);
    font-size: clamp(1.75rem, 3vw, 2.45rem);
    font-weight: 400;
    letter-spacing: 0;
  }

  .drawer-product,
  .drawer-block {
    padding: 16px;
    border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
    border-radius: 12px;
    background: color-mix(in srgb, var(--surface) 82%, var(--soft-surface));
  }

  .drawer-block {
    margin-top: 14px;
  }

}

@media screen and (max-width: 980px) {
  .app-shell {
    grid-template:
      "topline" auto
      "rail" auto
      "workspace" auto
      / 1fr;
  }

  .sidebar {
    position: relative;
    height: auto;
  }

  .elior-topline {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 10px;
    padding: 10px 16px;
  }

  .elior-search {
    grid-column: 1 / -1;
    width: 100%;
    justify-self: stretch;
  }

  .app-status,
  .elior-user {
    width: auto;
  }

  .quick-search-panel {
    position: static;
    max-height: 62vh;
    margin-top: 8px;
  }

  .quick-search-result {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .elior-user {
    justify-content: space-between;
  }

  .topbar {
    display: grid;
  }

  .status-strip {
    max-width: none;
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .recipe-explorer {
    grid-template-columns: 1fr;
  }

  .executive-decision,
  .executive-plan-brief,
  .scenario-mode,
  .overview-next-steps,
  .decision-users,
  .launch-brief,
  .bid-intake-list,
  .recipe-training-companion,
  .opportunity-capture,
  .retrofit-capture,
  .retrofit-economics,
  .retrofit-workflow,
  .bid-summary-bottom {
    grid-template-columns: 1fr;
  }

  .rfp-workflow,
  .retrofit-steps,
  .retrofit-economic-inputs,
  .bid-summary-grid,
  .concept-fit-grid,
  .station-conversion-grid,
  .executive-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .station-conversion-grid-head,
  .concept-fit-grid-head {
    display: none;
  }

  .station-conversion-row label span {
    display: block;
  }

  .recipe-card-grid,
  .hero-stats {
    grid-template-columns: 1fr;
  }

  .recipe-directory-head,
  .recipe-detail-nav {
    align-items: stretch;
    flex-direction: column;
  }

  .recipe-detail-head,
  .recipe-detail-body {
    grid-template-columns: 1fr;
  }

  .recipe-detail-photo,
  .recipe-detail-photo img {
    min-height: 260px;
  }
}

@media screen and (max-width: 980px) {
  .sidebar {
    padding: 12px;
  }

  .section-rail-label {
    margin-top: 12px;
  }

  .role-picker {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin-top: 8px;
    padding: 10px 0 12px;
  }

  .role-picker span {
    margin: 0;
  }

  .tab-list,
  .rail-tabs {
    display: flex;
    gap: 8px;
    max-width: 100%;
    overflow-x: auto;
    padding: 2px 2px 8px;
    scrollbar-width: thin;
  }

  .tab-button {
    min-width: 174px;
    width: auto;
    flex: 0 0 auto;
    padding: 9px 10px;
  }

  .sidebar-feedback-link {
    margin-top: 8px;
    padding: 10px 12px;
  }
}

@media print {
  body {
    background: #fff;
  }

  .sidebar,
  .topbar,
  .action-button,
  .inline-button,
  .shortcut-grid {
    display: none !important;
  }

  .app-shell {
    display: block;
  }

  .main-panel {
    padding: 0;
  }

  .content-grid {
    display: block;
  }

  .card {
    break-inside: avoid;
    box-shadow: none;
    margin-bottom: 14px;
    border-color: #bbb;
  }

  .card:not(.print-section) {
    display: none;
  }

  .print-section,
  .print-section * {
    color: #111 !important;
  }

  .work-row,
  .production-row {
    break-inside: avoid;
  }

  .line-check-card {
    page-break-after: always;
    break-after: page;
  }

  .line-check-card:last-of-type {
    page-break-after: auto;
    break-after: auto;
  }

  .line-check-open-row,
  .line-check-section-row,
  .line-check-table tr,
  .line-check-signoff {
    break-inside: avoid;
  }
}

/* Keep the concept launch hero readable after generic card styles load. */
.card.concept-hero-card {
  background:
    linear-gradient(120deg, color-mix(in srgb, var(--concept-primary) 92%, #121820), color-mix(in srgb, var(--concept-primary) 78%, var(--concept-accent)) 54%, color-mix(in srgb, var(--concept-accent) 78%, #24170f)),
    var(--concept-primary);
}

.card.concept-hero-card .concept-hero-copy .eyebrow,
.card.concept-hero-card .concept-hero-copy p {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(10, 13, 18, 0.35);
}

.card.concept-hero-card .concept-hero-copy p {
  max-width: 780px;
  font-weight: 750;
}

.card.concept-hero-card .concept-hero-actions .shortcut-button {
  border-color: rgba(255, 255, 255, 0.72);
  background: #ffffff;
  color: #162231;
  box-shadow: 0 12px 28px rgba(10, 13, 18, 0.2);
}

.card.concept-hero-card .concept-hero-actions .shortcut-button strong {
  color: #162231;
  text-shadow: none;
}

.card.concept-hero-card .concept-hero-actions .shortcut-button span {
  color: #35465a;
  text-shadow: none;
}

.card.concept-hero-card .concept-hero-actions .shortcut-button:hover {
  border-color: #ffffff;
  background: #f7fbff;
}

/* Compact launch hero: keep concept brand/media visible without pushing operator tiles below the fold. */
.card.concept-hero-card {
  max-width: none;
}

.card.concept-hero-card .concept-hero {
  grid-template-columns: minmax(380px, 0.9fr) minmax(500px, 1.1fr);
  min-height: 218px;
}

.card.concept-hero-card .concept-hero-copy {
  gap: 12px;
  padding: 24px 28px;
}

.card.concept-hero-card .concept-hero-copy .eyebrow {
  font-size: 0.72rem;
  line-height: 1.2;
}

.card.concept-hero-card .concept-hero-logo-plate {
  width: min(320px, 100%);
  min-height: 84px;
  padding: 12px 16px;
  border-radius: 8px;
}

.card.concept-hero-card .concept-hero-logo-plate img {
  max-height: 66px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.card.concept-hero-card .concept-hero-copy p:not(.eyebrow) {
  max-width: 470px;
  font-size: 0.92rem;
  line-height: 1.42;
}

.card.concept-hero-card .concept-hero-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 680px;
}

.card.concept-hero-card .concept-hero-actions .shortcut-button {
  width: auto;
  min-height: 46px;
  min-width: 0;
  padding: 8px 10px;
}

.card.concept-hero-card .concept-hero-media {
  min-height: 0;
  display: flex;
  align-items: stretch;
}

.card.concept-hero-card .concept-hero-collage {
  display: grid;
  width: 100%;
  min-height: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
}

.card.concept-hero-card .concept-hero-photo,
.card.concept-hero-card .concept-hero-photo.primary {
  grid-row: auto;
  min-height: 0;
  aspect-ratio: auto;
}

.card.concept-hero-card .concept-hero-photo img {
  min-height: 0;
  object-fit: contain;
  padding: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.card.concept-hero-card .concept-hero-photo figcaption {
  left: 8px;
  right: 8px;
  bottom: 8px;
  max-width: calc(100% - 16px);
  font-size: 0.64rem;
}

/* Hero photo fit pass: the four-image concept header should read as a tight,
   consistent media set instead of uneven assets floating in boxes. */
.card.concept-hero-card .concept-hero {
  grid-template-columns: minmax(380px, 0.9fr) minmax(500px, 1.1fr);
  min-height: 0;
}

.card.concept-hero-card .concept-hero-copy {
  align-content: center;
  min-height: 0;
}

.card.concept-hero-card .concept-hero-logo-plate {
  width: min(430px, 100%);
  min-height: 152px;
  place-items: center;
  padding: 16px 22px;
}

.card.concept-hero-card .concept-hero-logo-plate img {
  width: 100%;
  max-width: 360px;
  max-height: 132px;
}

.card.concept-hero-card .concept-hero-media {
  height: clamp(420px, 34vw, 560px);
  min-height: 0;
  max-height: none;
}

.card.concept-hero-card .concept-hero-collage {
  display: grid;
  grid-auto-rows: minmax(0, 1fr);
  height: 100%;
  min-height: 100%;
  max-height: none;
}

.card.concept-hero-card .concept-hero-photo,
.card.concept-hero-card .concept-hero-photo.primary {
  aspect-ratio: auto;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
}

.card.concept-hero-card .concept-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  background: transparent;
  object-fit: cover;
  object-position: center 62%;
  transform: scale(1.18);
  transform-origin: center 62%;
}

.card.concept-hero-card .concept-hero-photo img.placeholder {
  padding: 10px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.92);
  transform: none;
}

.card.concept-hero-card .concept-hero-photo figcaption {
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(12, 18, 28, 0.72);
  color: #fff;
  font-size: 0.6rem;
  line-height: 1.1;
}

body[data-concept="oakAndAsh"] {
  --workspace-bg: #f3f1ed;
  --surface: #ffffff;
  --soft-surface: #f0eee9;
  --ink: #111111;
  --muted: #5e615d;
}

body[data-concept="oakAndAsh"] .topbar {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(246, 244, 239, 0.96)),
    #ffffff;
  border-bottom-color: #d6d3cc;
}

body[data-concept="oakAndAsh"] .card.concept-hero-card {
  background:
    radial-gradient(circle at 82% 18%, rgba(201, 52, 43, 0.22), transparent 34%),
    linear-gradient(135deg, #060606 0%, #191919 54%, #f6f3ed 54.2%, #ffffff 100%);
  box-shadow: 0 24px 60px rgba(6, 6, 6, 0.22);
}

body[data-concept="oakAndAsh"] .card.concept-hero-card .concept-hero {
  color: #ffffff;
}

body[data-concept="oakAndAsh"] .card.concept-hero-card .concept-hero-copy .eyebrow {
  color: #ffb2ab;
}

body[data-concept="oakAndAsh"] .card.concept-hero-card .concept-hero-logo-plate {
  width: min(220px, 100%);
  min-height: 132px;
  place-items: center;
  border-color: rgba(201, 52, 43, 0.38);
  background: #ffffff;
}

body[data-concept="oakAndAsh"] .card.concept-hero-card .concept-hero-logo-plate img {
  max-height: 112px;
  width: auto;
  max-width: 100%;
}

body[data-concept="oakAndAsh"] .card.concept-hero-card .concept-hero-copy p:not(.eyebrow) {
  color: #f7f7f5;
  text-shadow: 0 1px 2px rgba(16, 10, 8, 0.44);
}

body[data-concept="oakAndAsh"] .card.concept-hero-card .concept-hero-actions .shortcut-button {
  border-color: rgba(201, 52, 43, 0.42);
  background: #ffffff;
  color: #111111;
}

body[data-concept="oakAndAsh"] .card.concept-hero-card .concept-hero-actions .shortcut-button:hover {
  background: #ffffff;
}

body[data-concept="oakAndAsh"] .card.concept-hero-card .concept-hero-actions .shortcut-button strong {
  color: #111111;
}

body[data-concept="oakAndAsh"] .card.concept-hero-card .concept-hero-actions .shortcut-button span {
  color: #4f5550;
}

body[data-concept="oakAndAsh"] .card.concept-hero-card .concept-hero-media {
  border-left-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

body[data-concept="oakAndAsh"] .rail-concept.active {
  border-color: #c9342b;
  background: #121212;
}

body[data-concept="oakAndAsh"] .rail-concept.active .rail-mark {
  background: #c9342b;
  color: #ffffff;
}

body[data-concept="oakAndAsh"] .hero-btn.primary,
body[data-concept="oakAndAsh"] .action-button,
body[data-concept="oakAndAsh"] .station-chip.active,
body[data-concept="oakAndAsh"] .recipe-count {
  background: #c9342b;
  border-color: #c9342b;
  color: #ffffff;
}

body[data-concept="oakAndAsh"] .card:not(.concept-hero-card) h3,
body[data-concept="oakAndAsh"] .resource-link,
body[data-concept="oakAndAsh"] .inline-button,
body[data-concept="oakAndAsh"] .recipe-link {
  color: #111111;
}

body[data-concept="oakAndAsh"] .resource-link:hover,
body[data-concept="oakAndAsh"] .inline-button:hover,
body[data-concept="oakAndAsh"] .shortcut-button:hover {
  border-color: #c9342b;
}

.cost-audit-table table,
.cost-blocker-table table {
  min-width: 920px;
}

.cost-audit-table th,
.cost-blocker-table th {
  white-space: nowrap;
}

.cost-audit-table td:first-child,
.cost-blocker-table td:first-child {
  min-width: 220px;
}

.cost-audit-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid #cfd8e3;
  background: #eef2f6;
  color: #17212f;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.cost-audit-status.source {
  border-color: #b8d3c2;
  background: #e8f5ed;
  color: #17613a;
}

.cost-audit-status.calculated {
  border-color: #b7c7df;
  background: #eaf1fb;
  color: #0b4d8a;
}

.cost-audit-status.partial {
  border-color: #e6c98d;
  background: #fff7e8;
  color: #7a4b00;
}

.cost-audit-status.missing {
  border-color: #dfaaa5;
  background: #fff0ee;
  color: #9b2f27;
}

.pricing-trust-card,
.ingredient-readiness-card {
  border-left: 4px solid color-mix(in srgb, var(--concept-primary) 72%, #fff);
}

.pricing-trust-panel,
.ingredient-readiness-panel {
  display: grid;
  gap: 18px;
}

.pricing-trust-panel > p,
.ingredient-readiness-panel > p {
  margin: 0;
}

.pricing-trust-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.pricing-trust-badge,
.ingredient-readiness-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid #cfd8e3;
  background: #eef2f6;
  color: #17212f;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pricing-trust-badge.ok,
.ingredient-readiness-status.ready {
  border-color: #b8d3c2;
  background: #e8f5ed;
  color: #17613a;
}

.pricing-trust-badge.info {
  border-color: #b7c7df;
  background: #eaf1fb;
  color: #0b4d8a;
}

.pricing-trust-badge.warn,
.ingredient-readiness-status.review {
  border-color: #e6c98d;
  background: #fff7e8;
  color: #7a4b00;
}

.pricing-trust-badge.danger,
.ingredient-readiness-status.blocked {
  border-color: #dfaaa5;
  background: #fff0ee;
  color: #9b2f27;
}

.pricing-trust-queue,
.ingredient-readiness-queue {
  display: grid;
  gap: 8px;
}

.ingredient-gap-panel {
  display: grid;
  gap: 12px;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--concept-primary) 16%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--concept-primary) 5%, #fff);
}

.ingredient-gap-copy {
  display: grid;
  gap: 4px;
}

.ingredient-gap-copy strong {
  color: var(--ink);
  font-size: 0.94rem;
}

.ingredient-gap-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.ingredient-gap-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 1fr));
  gap: 10px;
}

.ingredient-gap-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ingredient-gap-chips span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid #d8dee8;
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ingredient-gap-chips strong {
  color: var(--concept-primary);
}

.pricing-trust-queue article,
.ingredient-readiness-queue article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
}

.ingredient-readiness-queue article {
  grid-template-columns: minmax(0, 1fr) auto;
}

.pricing-trust-queue strong,
.ingredient-readiness-queue strong {
  display: block;
  color: var(--ink);
  font-size: 0.92rem;
}

.pricing-trust-queue span,
.ingredient-readiness-queue span {
  color: var(--muted);
  font-size: 0.78rem;
}

.pricing-trust-callout {
  display: grid;
  gap: 8px;
  margin: 12px 0;
  border: 1px solid #d8dee8;
  border-radius: 8px;
  padding: 12px;
  background: #f8fafc;
}

.pricing-trust-callout.ok {
  border-color: #b8d3c2;
  background: #f3fbf6;
}

.pricing-trust-callout.info {
  border-color: #b7c7df;
  background: #f3f7fd;
}

.pricing-trust-callout.warn {
  border-color: #e6c98d;
  background: #fffaf0;
}

.pricing-trust-callout.danger {
  border-color: #dfaaa5;
  background: #fff5f3;
}

.pricing-trust-callout p {
  margin: 0;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 750;
}

.pricing-trust-callout ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.8rem;
}

@media (max-width: 760px) {
  .pricing-trust-queue article,
  .ingredient-readiness-queue article {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

/* Readability guardrail: brand palettes can shift accents, but operator tiles stay high contrast. */
@media screen {
  .topbar,
  .status-strip > div,
  .card:not(.concept-hero-card),
  .card:not(.concept-hero-card) .shortcut-button,
  .shortcut-grid .shortcut-button,
  .resource-link,
  .inline-button,
  .metric-tile,
  .drawer-tile,
  .asset-swatch,
  .image-asset,
  .menu-summary-strip span,
  .procedure-audit-strip span,
  .recipe-count,
  .launch-progress,
  .buildout-row,
  .ingredient-coverage-grid span,
  .ingredient-category-section,
  .equipment-section,
  .order-guide-card {
    background-color: #fffaf3;
    color: #17212f;
  }

  .card:not(.concept-hero-card) h3,
  .card:not(.concept-hero-card) strong,
  .metric-tile strong,
  .drawer-tile .val,
  .resource-link,
  .inline-button,
  .recipe-link,
  .menu-summary-strip strong,
  .ingredient-coverage-grid strong,
  .procedure-audit-strip strong,
  .status-strip strong,
  .hero-stat strong,
  .concept-name,
  .hero-btn {
    color: #0b4d8a;
  }

  .card:not(.concept-hero-card) p,
  .metric-tile span,
  .shortcut-button span,
  .drawer-tile .lbl,
  .section-sub,
  .source-note,
  .quiet,
  .order-meta,
  .hero-stat span,
  .status-strip span,
  .menu-summary-strip span,
  .ingredient-coverage-grid small,
  .procedure-audit-strip span {
    color: #50606f;
  }

  .shortcut-button strong,
  .shortcut-button,
  .launch-check-title,
  .buildout-row strong,
  .ingredient-category-section h3,
  .equipment-section h3 {
    color: #17212f;
  }

  .hero-btn.primary,
  .action-button,
  .rail-concept.active .rail-mark {
    color: #fff;
  }
}

@media (max-width: 900px) {
  .card.concept-hero-card .concept-hero {
    grid-template-columns: 1fr;
  }

  .card.concept-hero-card .concept-hero-copy {
    min-height: 0;
  }

  .card.concept-hero-card .concept-hero-media {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    height: auto;
    min-height: 220px;
    max-height: none;
  }

  .card.concept-hero-card .concept-hero-collage {
    min-height: 220px;
    max-height: none;
  }
}

@media (max-width: 680px) {
  .executive-actions {
    grid-template-columns: 1fr;
  }

  .rfp-workflow,
  .scenario-mode,
  .menu-offering-modes,
  .menu-offering-recipes,
  .overview-next-card .shortcut-grid,
  .decision-users,
  .bid-intake-list,
  .bid-intake-row,
  .recipe-training-companion,
  .recipe-accuracy-row,
  .launch-command-stats,
  .launch-demo-path,
  .retrofit-steps,
  .retrofit-economic-inputs,
  .bid-summary-grid,
  .concept-fit-grid,
  .station-conversion-grid,
  .opportunity-fields {
    grid-template-columns: 1fr;
  }

  .app-map-role-grid {
    grid-template-columns: 1fr;
  }

  .developer-dashboard-head {
    flex-direction: column;
  }

  .developer-dashboard-actions {
    justify-content: flex-start;
  }

  .operator-task-head {
    align-items: stretch;
  }

  .operator-task-row {
    align-items: stretch;
  }

  .operator-task-row p {
    white-space: normal;
  }

  .menu-offering-station-head {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .card.concept-hero-card .concept-hero-copy {
    padding: 20px;
  }

  .card.concept-hero-card .concept-hero-actions .shortcut-button {
    width: 100%;
  }

  .card.concept-hero-card .concept-hero-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 260px;
  }
}


/* Nauti Dawg single-concept overrides */
[hidden],
.concept-picker-native[hidden],
#conceptRail[hidden],
[data-role-scope="location"][hidden],
.status-strip[hidden] {
  display: none !important;
}

body[data-concept="nautiDawg"] {
  --chrome: #0b3d5c;
  --chrome-soft: #123f59;
  --chrome-line: rgba(255, 255, 255, 0.18);
  --workspace-bg: #eef5f7;
  --surface: #ffffff;
  --soft-surface: #f7ead2;
  --concept-primary: #0b3d5c;
  --concept-accent: #e8623f;
}

body[data-concept="nautiDawg"] .elior-topline,
body[data-concept="nautiDawg"] .sidebar,
body[data-concept="nautiDawg"] .topbar {
  background: #0b3d5c;
  color: #ffffff;
}

body[data-concept="nautiDawg"] .elior-topline {
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

body[data-concept="nautiDawg"] .elior-topline-brand img,
body[data-concept="nautiDawg"] .mark,
body[data-concept="nautiDawg"] .concept-logo {
  background: #ffffff;
  box-shadow: inset 0 -4px 0 #e8623f;
}

body[data-concept="nautiDawg"] .brand-lockup {
  display: grid;
}

body[data-concept="nautiDawg"] .topbar {
  grid-template-columns: minmax(0, 1fr);
  border-bottom: 0;
}

body[data-concept="nautiDawg"] .concept-heading,
body[data-concept="nautiDawg"] .concept-heading.has-logo {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

body[data-concept="nautiDawg"] .concept-logo {
  display: block;
  width: 92px;
  height: 72px;
  border-radius: 8px;
  padding: 7px;
  object-fit: contain;
}

body[data-concept="nautiDawg"] .topbar h2,
body[data-concept="nautiDawg"] .topbar .eyebrow,
body[data-concept="nautiDawg"] .concept-description {
  color: #ffffff;
}

body[data-concept="nautiDawg"] .topbar .eyebrow {
  display: block;
  color: rgba(255, 255, 255, 0.72);
}

body[data-concept="nautiDawg"] .concept-name {
  background: #f2b134;
  color: #0b2638;
}

body[data-concept="nautiDawg"] .concept-description {
  display: block;
  max-width: 760px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

body[data-concept="nautiDawg"] .hero-btn.primary,
body[data-concept="nautiDawg"] .tab-button.active,
body[data-concept="nautiDawg"] .workspace-tabs .tab-button.active {
  border-color: #e8623f;
}

body[data-concept="nautiDawg"] .tab-button.active {
  box-shadow: inset 3px 0 0 #e8623f;
}

@media (max-width: 720px) {
  body[data-concept="nautiDawg"] .concept-heading,
  body[data-concept="nautiDawg"] .concept-heading.has-logo {
    grid-template-columns: 1fr;
  }
}


body[data-concept="nautiDawg"] .brand-lockup {
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: start;
}

body[data-concept="nautiDawg"] .brand-lockup .mark {
  width: 96px;
  height: 72px;
}

body[data-concept="nautiDawg"] .brand-lockup h1 {
  max-width: 180px;
}

/* Sleek Nauti Dawg pass: keep the same surfaces, reduce visual weight. */
body[data-concept="nautiDawg"] {
  --workspace-bg: #f5f7f8;
  --surface: #ffffff;
  --soft-surface: #f7f9fb;
  --line: rgba(14, 38, 55, 0.12);
  --shadow: 0 8px 24px rgba(11, 61, 92, 0.06);
  background: #f5f7f8;
}

body[data-concept="nautiDawg"] .app-shell {
  grid-template-columns: 252px minmax(0, 1fr);
}

body[data-concept="nautiDawg"] .main-panel {
  background: #f5f7f8;
}

body[data-concept="nautiDawg"] .elior-topline {
  min-height: 48px;
  padding: 7px 22px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
  color: var(--ink);
}

body[data-concept="nautiDawg"] .elior-topline-brand {
  gap: 10px;
}

body[data-concept="nautiDawg"] .elior-topline-brand img {
  width: 100px;
  max-height: 28px;
  box-shadow: none;
}

body[data-concept="nautiDawg"] .elior-topline-brand span {
  height: 20px;
  background: var(--line);
}

body[data-concept="nautiDawg"] .elior-topline-brand strong,
body[data-concept="nautiDawg"] .elior-topline p {
  color: #24384a;
}

body[data-concept="nautiDawg"] .elior-search input {
  min-height: 36px;
  border-color: var(--line);
  background: #f7f9fb;
  color: var(--ink);
}

body[data-concept="nautiDawg"] .elior-user p {
  border-color: var(--line);
  background: #f7f9fb;
  color: var(--muted);
}

body[data-concept="nautiDawg"] .elior-user strong {
  background: #0b3d5c;
}

body[data-concept="nautiDawg"] .sidebar {
  padding: 18px 14px;
  background: #082f47;
}

body[data-concept="nautiDawg"] .brand-lockup {
  gap: 10px;
  margin-bottom: 18px;
}

body[data-concept="nautiDawg"] .brand-lockup .mark {
  width: 88px;
  height: 58px;
  padding: 7px;
  box-shadow: none;
}

body[data-concept="nautiDawg"] .brand-lockup h1 {
  max-width: 190px;
  font-size: 1rem;
  line-height: 1.12;
}

body[data-concept="nautiDawg"] .location-picker {
  gap: 6px;
  margin-bottom: 12px;
}

body[data-concept="nautiDawg"] .location-picker select {
  min-height: 38px;
  padding: 9px 10px;
}

body[data-concept="nautiDawg"] .nav-group-label {
  margin: 12px 8px 4px;
}

body[data-concept="nautiDawg"] .tab-list {
  gap: 4px;
}

body[data-concept="nautiDawg"] .tab-button {
  grid-template-columns: 26px minmax(0, 1fr);
  min-height: 40px;
  padding: 6px 8px;
  border-radius: 6px;
  font-size: 0.8rem;
}

body[data-concept="nautiDawg"] .tab-icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.68rem;
}

body[data-concept="nautiDawg"] .launch-demo-path strong,
body[data-concept="nautiDawg"] .xtrachef-priority-row > strong,
body[data-concept="nautiDawg"] .equipment-launch-row > strong,
body[data-concept="nautiDawg"] .ingredient-focus-row > strong,
body[data-concept="nautiDawg"] .rfp-step > strong,
body[data-concept="nautiDawg"] .method-step .num {
  border-color: color-mix(in srgb, var(--concept-primary) 72%, #fff);
  background: var(--concept-primary);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

body[data-concept="nautiDawg"] .sidebar-feedback-link {
  padding: 9px 10px;
}

body[data-concept="nautiDawg"] .topbar {
  padding: 16px 28px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
  color: var(--ink);
}

body[data-concept="nautiDawg"] .concept-heading,
body[data-concept="nautiDawg"] .concept-heading.has-logo {
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 12px;
}

body[data-concept="nautiDawg"] .concept-logo {
  width: 70px;
  height: 52px;
  padding: 6px;
  box-shadow: none;
}

body[data-concept="nautiDawg"] .topbar h2 {
  color: var(--ink);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

body[data-concept="nautiDawg"] .topbar .eyebrow,
body[data-concept="nautiDawg"] .concept-description {
  display: none;
}

body[data-concept="nautiDawg"] .concept-name {
  max-width: min(560px, 100%);
  min-height: 24px;
  margin-top: 5px;
  padding: 3px 9px;
  background: #eef5f7;
  color: #345064;
  font-size: 0.68rem;
}

body[data-concept="nautiDawg"] .content-grid {
  gap: 12px;
  padding: 16px clamp(20px, 3vw, 30px) 44px;
}

body[data-concept="nautiDawg"] .card {
  min-height: 0;
  padding: 16px;
  border-color: var(--line);
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(11, 61, 92, 0.055);
}

body[data-concept="nautiDawg"] .card h3 {
  margin-bottom: 6px;
  font-size: 0.94rem;
}

body[data-concept="nautiDawg"] .card p {
  font-size: 0.9rem;
  line-height: 1.45;
}

body[data-concept="nautiDawg"] .card.concept-hero-card {
  border-radius: 8px;
  background:
    linear-gradient(130deg, rgba(11, 61, 92, 0.98), rgba(14, 77, 109, 0.94) 62%, rgba(232, 98, 63, 0.9)),
    #0b3d5c;
  box-shadow: 0 10px 28px rgba(11, 61, 92, 0.14);
}

body[data-concept="nautiDawg"] .card.concept-hero-card .concept-hero {
  grid-template-columns: minmax(300px, 0.78fr) minmax(360px, 1fr);
}

body[data-concept="nautiDawg"] .card.concept-hero-card .concept-hero-copy {
  gap: 10px;
  padding: 18px 22px;
}

body[data-concept="nautiDawg"] .card.concept-hero-card .concept-hero-logo-plate {
  width: min(310px, 100%);
  min-height: 92px;
  padding: 12px 16px;
}

body[data-concept="nautiDawg"] .card.concept-hero-card .concept-hero-logo-plate img {
  max-width: 250px;
  max-height: 72px;
}

body[data-concept="nautiDawg"] .card.concept-hero-card .concept-hero-copy p:not(.eyebrow) {
  max-width: 420px;
  font-size: 0.84rem;
  line-height: 1.38;
}

body[data-concept="nautiDawg"] .card.concept-hero-card .concept-hero-actions {
  gap: 6px;
}

body[data-concept="nautiDawg"] .card.concept-hero-card .concept-hero-actions .shortcut-button {
  min-height: 36px;
  padding: 7px 9px;
  box-shadow: none;
}

body[data-concept="nautiDawg"] .card.concept-hero-card .concept-hero-actions .shortcut-button strong {
  font-size: 0.76rem;
}

body[data-concept="nautiDawg"] .card.concept-hero-card .concept-hero-actions .shortcut-button span {
  display: none;
}

body[data-concept="nautiDawg"] .card.concept-hero-card .concept-hero-media {
  height: clamp(230px, 22vw, 320px);
}

body[data-concept="nautiDawg"] .card.concept-hero-card .concept-hero-collage {
  gap: 6px;
  padding: 8px;
}

body[data-concept="nautiDawg"] .operator-packet-card .operator-packet-home {
  display: grid;
  gap: 12px;
}

body[data-concept="nautiDawg"] .operator-packet-card .operator-packet-home > p {
  max-width: 680px;
  margin: 0;
}

body[data-concept="nautiDawg"] .operator-packet-card .metric-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

body[data-concept="nautiDawg"] .metric-tile {
  min-height: 60px;
  padding: 10px 11px;
  background: #f7f9fb;
}

body[data-concept="nautiDawg"] .metric-tile span {
  font-size: 0.64rem;
}

body[data-concept="nautiDawg"] .metric-tile strong {
  margin-top: 5px;
  font-size: clamp(1rem, 1.6vw, 1.38rem);
}

body[data-concept="nautiDawg"] .operator-packet-card .shortcut-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

body[data-concept="nautiDawg"] .shortcut-button,
body[data-concept="nautiDawg"] .resource-link,
body[data-concept="nautiDawg"] .inline-button,
body[data-concept="nautiDawg"] .action-button {
  border-radius: 7px;
}

body[data-concept="nautiDawg"] .shortcut-button {
  min-height: 46px;
  padding: 10px 11px;
  background: #ffffff;
}

body[data-concept="nautiDawg"] .shortcut-button strong {
  font-size: 0.86rem;
}

body[data-concept="nautiDawg"] .shortcut-button span {
  font-size: 0.7rem;
}

body[data-concept="nautiDawg"] .launch-command-card,
body[data-concept="nautiDawg"] .operator-task-card {
  border-left: 0;
}

body[data-concept="nautiDawg"] .launch-command-center,
body[data-concept="nautiDawg"] .operator-task-board {
  gap: 10px;
}

body[data-concept="nautiDawg"] .launch-command-head h4 {
  margin-bottom: 4px;
  font-size: 1.06rem;
}

body[data-concept="nautiDawg"] .launch-command-head p,
body[data-concept="nautiDawg"] .operator-task-head p {
  max-width: 680px;
  font-size: 0.86rem;
}

body[data-concept="nautiDawg"] .launch-command-score {
  min-width: 124px;
  padding: 10px;
}

body[data-concept="nautiDawg"] .launch-command-score strong {
  font-size: 1.55rem;
}

body[data-concept="nautiDawg"] .launch-command-actions,
body[data-concept="nautiDawg"] .launch-command-stats,
body[data-concept="nautiDawg"] .launch-demo-path,
body[data-concept="nautiDawg"] .operator-task-summary {
  gap: 7px;
}

body[data-concept="nautiDawg"] .launch-demo-path button {
  min-height: 36px;
  padding: 7px 9px;
}

body[data-concept="nautiDawg"] .operator-task-summary span {
  padding: 8px 10px;
  background: #f7f9fb;
}

body[data-concept="nautiDawg"] .operator-task-row .operator-task-count {
  background: var(--concept-primary);
  color: #fff;
}

body[data-concept="nautiDawg"] .advisory-deck-frame,
body[data-concept="nautiDawg"] .market-deck-frame {
  height: min(72vh, 780px);
  min-height: 440px;
}

body[data-concept="nautiDawg"] .recipe-detail-info h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.7rem);
}

@media (max-width: 1000px) {
  body[data-concept="nautiDawg"] .operator-packet-card .shortcut-grid,
  body[data-concept="nautiDawg"] .operator-packet-card .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body[data-concept="nautiDawg"] .app-shell {
    grid-template-columns: 1fr;
  }

  body[data-concept="nautiDawg"] .card.concept-hero-card .concept-hero {
    grid-template-columns: 1fr;
  }

  body[data-concept="nautiDawg"] .card.concept-hero-card .concept-hero-media {
    height: auto;
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  body[data-concept="nautiDawg"] .topbar,
  body[data-concept="nautiDawg"] .content-grid {
    padding-inline: 16px;
  }

  body[data-concept="nautiDawg"] .concept-heading,
  body[data-concept="nautiDawg"] .concept-heading.has-logo,
  body[data-concept="nautiDawg"] .operator-packet-card .shortcut-grid,
  body[data-concept="nautiDawg"] .operator-packet-card .metric-grid {
    grid-template-columns: 1fr;
  }

  body[data-concept="nautiDawg"] .advisory-deck-frame {
    height: 62vh;
    min-height: 360px;
  }
}

@media (max-width: 560px) {
  .content-grid {
    display: block;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    padding-inline: 16px;
  }

  .card,
  .card.full,
  .card.wide {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .tab-list,
  .rail-tabs {
    width: 100%;
    max-width: calc(100vw - 24px);
    overflow-x: auto;
  }

  .line-check-table-wrap {
    overflow-x: auto;
  }
}

@media (max-width: 680px) {
  .elior-topline-brand span,
  .elior-topline-brand strong,
  .elior-user {
    display: none;
  }
}
