:root {
  --navy: #041a3a;
  --navy-2: #0a2d5a;
  --ink: #071a3b;
  --muted: #526078;
  --gold: #eea51e;
  --green: #164f20;
  --purple: #52217a;
  --blue: #1146a3;
  --orange: #d87600;
  --paper: #fbfaf8;
  --line: #e8e5df;
  --shadow: 0 12px 30px rgba(17, 38, 78, .12);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-width: 1120px;
  color: var(--ink);
  background: #e9edf3;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button, a, input, select { font: inherit; }

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

.app-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 235px 1fr;
  background: var(--paper);
}

.side-nav {
  min-height: 100vh;
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 27px 16px 23px;
  color: white;
  background:
    radial-gradient(circle at 50% 100%, rgba(21, 77, 127, .6), transparent 28%),
    linear-gradient(155deg, #020f27 0%, #05254d 64%, #021a38 100%);
}

.los-mark {
  display: block;
  padding: 0 14px 28px;
  color: white;
  letter-spacing: .2em;
  line-height: .85;
  font-size: 2.7rem;
  font-weight: 800;
}

.los-mark span { color: var(--gold); }

.los-mark small {
  display: block;
  margin-top: 14px;
  font-size: .76rem;
  letter-spacing: .42em;
  font-weight: 500;
}

.side-links { display: grid; gap: 7px; }

.side-links a, .side-links button {
  border: 0;
  width: 100%;
  padding: 13px 12px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: white;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.side-links a:hover, .side-links button:hover, .side-links .active {
  background: rgba(47, 91, 144, .55);
}

.side-links .active { box-shadow: inset 7px 0 0 var(--gold); color: #ffd362; }

.side-icon {
  width: 22px;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

.side-rule {
  margin: 24px 12px 16px;
  border-top: 2px solid rgba(238, 165, 30, .75);
}

.side-tagline {
  position: absolute;
  bottom: 26px;
  left: 28px;
  right: 28px;
  color: #fff;
  text-align: center;
  font-family: Georgia, serif;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.45;
}

.side-tagline strong { color: var(--gold); font-weight: 400; }

.workspace { min-width: 0; background: var(--paper); }

.topbar {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr)) 260px;
  min-height: 185px;
  border-bottom: 1px solid var(--line);
  background: white;
}

.portal {
  position: relative;
  display: grid;
  place-items: end center;
  min-height: 185px;
  overflow: hidden;
  color: white;
  font-weight: 700;
  font-size: 1.05rem;
  border-right: 1px solid rgba(255,255,255,.8);
}

.portal::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to bottom, transparent 15%, rgba(1, 11, 28, .76) 86%);
}

.portal span {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 23px 8px 19px;
  text-align: center;
}

.portal.active { box-shadow: inset 0 -4px 0 var(--gold); }

.portal.artists { background: radial-gradient(circle at 50% 22%, #a36ee3, #35165d 57%, #0c122d); }
.portal.presenters { background: radial-gradient(circle at 50% 15%, #d18d35, #563212 58%, #111); }
.portal.documents { background: linear-gradient(145deg, #5a5e60, #171a1b 52%, #a36d2c); }
.portal.concerts { background: radial-gradient(circle at 50% 15%, #de9e3d, #56280e 52%, #120a07); }
.portal.queue { background: linear-gradient(145deg, #d0c6ba, #72593d 57%, #3c291b); }

.profile {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 1.55rem;
}

.profile small {
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: .94rem;
  font-weight: 500;
}

.content { padding: 31px 46px 38px; }

.eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 2.15rem;
  font-weight: 400;
}

.gold-rule { width: 49px; margin: 13px 0 22px; border-top: 2px solid var(--gold); }

.meeting-title {
  max-width: 870px;
  margin: 0 auto;
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: clamp(2.1rem, 3.4vw, 3.75rem);
  line-height: .95;
  text-align: center;
}

.meeting-meta {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 26px 0 34px;
  color: var(--ink);
  font-size: 1rem;
}

.meeting-meta span + span { padding-left: 20px; border-left: 1px solid #d6d4d0; }
.meeting-meta .ready { color: var(--green); }

.step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.step-card {
  min-height: 264px;
  padding: 29px 28px 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(21, 38, 74, .06);
}

.step-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.step-card.disabled { opacity: .67; cursor: not-allowed; }

.step-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  font-size: 1.7rem;
}

.green .step-icon { background: var(--green); }
.blue .step-icon { background: var(--blue); }
.purple .step-icon { background: var(--purple); }
.orange .step-icon { background: var(--orange); }

.step-card h2 { margin: 0 0 16px; font-size: 1.16rem; }
.step-card p { margin: 0; color: #1a2b49; line-height: 1.55; }
.step-card .arrow { margin-top: auto; align-self: end; font-size: 2rem; }

.season-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(21, 38, 74, .05);
}

.season {
  padding: 24px 36px;
  display: flex;
  align-items: center;
  gap: 17px;
  border-right: 1px solid var(--line);
}

.season:last-child { border-right: 0; }
.season strong { display: block; font-size: 1rem; }
.season small { display: block; margin-top: 8px; color: var(--muted); }
.season-dot { width: 51px; height: 51px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: 1.45rem; }
.touring .season-dot { background: var(--purple); }
.booking .season-dot { background: var(--green); }
.planning .season-dot { background: var(--navy-2); }

/* Canonical Lobby/Home page */
.lobby-page { min-width: 1320px; background: #101820; }

.lobby-workspace { min-height: 100vh; background: #fbfbfa; }
.lobby-utility { min-height: 152px; padding: 38px 58px 14px; display: flex; align-items: flex-start; justify-content: flex-end; gap: 30px; background: linear-gradient(150deg, #fbfbfa 0%, #fff 68%, #f8fafb 100%); }
.travel-status { min-width: 380px; padding: 18px 22px; display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 12px; border-radius: 15px; color: var(--ink); background: white; box-shadow: 0 7px 23px rgba(14, 34, 62, .08); }
.travel-icon { color: var(--gold); font-size: 2.25rem; transform: rotate(-24deg); }
.travel-status strong, .travel-status small { display: block; }
.travel-status strong { font-size: 1.07rem; }
.travel-status small { margin-top: 7px; font-size: .88rem; }
.travel-status a { color: #1658cf; font-size: .91rem; font-weight: 700; white-space: nowrap; }
.travel-status a b { margin-left: 8px; font-size: 1.75rem; line-height: 0; vertical-align: -.13em; }
.notification-button, .account-button { border: 0; color: var(--ink); background: transparent; cursor: pointer; }
.notification-button { position: relative; width: 46px; height: 58px; padding: 0; font-size: 2.2rem; }
.notification-button span { display: block; transform: rotate(180deg); }
.notification-button b { position: absolute; top: 1px; right: -2px; min-width: 22px; height: 22px; padding: 2px 5px; border-radius: 50%; color: #fff; background: #d51b18; font-size: .74rem; line-height: 18px; }
.account-button { min-width: 255px; padding: 4px 0 0; display: grid; grid-template-columns: 1fr 25px; align-items: center; gap: 12px; text-align: left; }
.account-button strong, .account-button small { display: block; }
.account-button strong { font-size: 1.13rem; }
.account-button small { margin-top: 7px; font-size: .84rem; }
.account-button > b { font-size: 2rem; font-weight: 400; }

.lobby-content { padding: 0 28px 42px; }
.lobby-content > h1 { margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 5vw, 5.3rem); font-weight: 500; letter-spacing: -.055em; line-height: 1; }
.lobby-content > .gold-rule { width: 88px; margin: 34px 0 35px; border-top-width: 3px; }
.centerstage-welcome { margin: 0 0 42px; color: var(--ink); font-size: clamp(1.65rem, 2.4vw, 2.7rem); line-height: 1; }
.centerstage-welcome strong { margin-right: 12px; font-weight: 760; }
.centerstage-welcome span { font-weight: 350; letter-spacing: .24em; white-space: nowrap; }
.centerstage-welcome i { color: var(--gold); font-family: Georgia, serif; font-size: 1.35em; font-style: normal; letter-spacing: 0; }
.centerstage-welcome sup { margin-left: 3px; font-size: .25em; letter-spacing: 0; vertical-align: top; }

.lobby-portal-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.lobby-portal-card { position: relative; min-width: 0; min-height: 565px; overflow: hidden; display: flex; flex-direction: column; border: 1px solid #ebebea; border-radius: 16px; color: var(--ink); background: #fff; box-shadow: 0 9px 25px rgba(18, 32, 51, .07); transition: transform .18s ease, box-shadow .18s ease; }
.lobby-portal-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(18, 32, 51, .14); }
.portal-art { position: relative; height: 230px; overflow: hidden; flex: 0 0 auto; background: #111; }
.portal-badge { position: absolute; top: 184px; left: 50%; z-index: 2; width: 96px; height: 96px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; color: #fff; font-size: 2.45rem; transform: translateX(-50%); box-shadow: 0 4px 10px rgba(3, 14, 34, .24); }
.lobby-card-body { min-height: 335px; padding: 100px 24px 28px; display: flex; flex: 1; flex-direction: column; align-items: center; text-align: center; }
.lobby-card-body h2 { margin: 0; font-size: clamp(1.3rem, 1.85vw, 2rem); line-height: 1.08; }
.lobby-card-body p { max-width: 178px; margin: 24px 0 0; color: #1c2b45; font-size: .9rem; line-height: 1.7; }
.card-rule { width: 42px; margin-top: 25px; border-top: 2px solid currentColor; }
.card-arrow { margin-top: auto; font-size: 3.2rem; font-weight: 300; line-height: .7; }

.artists-card { color: #57217c; }
.artists-card .portal-badge { background: linear-gradient(145deg, #6b299c, #2f0d56); }
.artists-card .portal-art { background: radial-gradient(ellipse at 50% 78%, #b48be2 0%, #32114c 34%, #0a0818 70%); }
.stage-spot { position: absolute; top: -8%; width: 25%; height: 105%; transform-origin: top center; background: linear-gradient(to bottom, rgba(255,255,255,.92), rgba(223,155,255,.1) 73%); clip-path: polygon(45% 0, 55% 0, 100% 100%, 0 100%); filter: blur(1px); }
.spot-one { left: 6%; transform: rotate(-12deg); }
.spot-two { left: 38%; transform: rotate(0deg); }
.spot-three { right: 6%; transform: rotate(12deg); }
.stage-crowd { position: absolute; right: 0; bottom: 0; left: 0; height: 43%; background: repeating-radial-gradient(ellipse at 10% 115%, #05030a 0 12px, transparent 13px 30px), linear-gradient(to top, #05030a 0 38%, transparent 39%); }

.presenters-card { color: #15481b; }
.presenters-card .portal-badge { background: linear-gradient(145deg, #2b6c28, #0e2d10); }
.presenters-card .portal-art { background: radial-gradient(ellipse at 50% 26%, #c98429 0 5%, #9b5217 6% 15%, #311308 42%, #070504 80%); }
.theater-chandelier { position: absolute; top: 12px; left: 50%; width: 106px; height: 80px; border: 5px dotted #ffcc57; border-radius: 50%; box-shadow: 0 10px 19px rgba(255,190,49,.75); transform: translateX(-50%); }
.theater-chandelier::after { position: absolute; top: -53px; left: 48px; width: 5px; height: 58px; content: ""; background: #d99d31; }
.theater-balcony { position: absolute; right: 0; bottom: 0; left: 0; height: 47%; border-top: 5px solid #643411; background: repeating-linear-gradient(90deg, #170b07 0 14px, #7f3c13 15px 17px, #160906 18px 32px); box-shadow: inset 0 28px 0 rgba(204,117,31,.15); }

.documents-card { color: #082d68; }
.documents-card .portal-badge { background: linear-gradient(145deg, #174e9c, #051d4c); }
.documents-card .portal-art { background: linear-gradient(135deg, #6a6f6f, #232728 54%, #a77a44 55%, #1b2020 100%); }
.file-cabinet { position: absolute; top: 35px; right: 10px; width: 78%; height: 145px; border: 4px solid #54595a; border-radius: 3px; background: repeating-linear-gradient(to bottom, #22292a 0 44px, #788081 45px 48px); box-shadow: -28px 25px 19px rgba(0,0,0,.24); }
.file-cabinet::before, .file-cabinet::after { position: absolute; left: 42%; width: 27px; height: 5px; content: ""; border-radius: 9px; background: #d0cdbe; }
.file-cabinet::before { top: 19px; }
.file-cabinet::after { top: 66px; }
.file-folder { position: absolute; right: 9px; bottom: -4px; width: 60%; height: 50px; border-radius: 4px 4px 0 0; background: linear-gradient(#f3c85b, #c58413); transform: skewY(-16deg); }

.concerts-card { color: #dd6700; }
.concerts-card .portal-badge { background: linear-gradient(145deg, #f48a10, #b84200); }
.concerts-card .portal-art { background: radial-gradient(ellipse at 50% 25%, #e49132, #4c2109 43%, #100806 85%); }
.concert-light { position: absolute; top: -6px; width: 26%; height: 106%; background: linear-gradient(to bottom, rgba(255,225,154,.96), rgba(250,136,41,.08) 75%); clip-path: polygon(44% 0, 56% 0, 100% 100%, 0 100%); }
.light-one { left: 8%; transform: rotate(-19deg); }
.light-two { left: 37%; }
.light-three { right: 8%; transform: rotate(19deg); }
.concert-crowd { position: absolute; right: 0; bottom: 0; left: 0; height: 31%; background: radial-gradient(ellipse at 50% 120%, #0d0908 16%, transparent 17%) 0 0 / 25px 25px, linear-gradient(to top, #0d0908 0 48%, transparent 49%); }

.queue-card { color: #e01a17; }
.queue-card .portal-badge { background: linear-gradient(145deg, #e53221, #a30708); }
.queue-card .portal-art { background: linear-gradient(135deg, #4b321e, #85613d 42%, #21140d 100%); }
.planner-paper { position: absolute; top: 23px; left: 16%; width: 71%; height: 195px; padding: 45px 10px 8px 30px; display: grid; gap: 12px; border: 2px solid #c8bca9; border-radius: 3px; color: #2e2924; background: repeating-linear-gradient(to bottom, #f7f0e6 0 31px, #ded8ce 32px 33px); transform: rotate(-9deg); box-shadow: 9px 11px 15px rgba(0,0,0,.24); }
.planner-paper::before { position: absolute; top: -8px; left: 10%; width: 80%; height: 13px; content: ""; border-radius: 50%; background: repeating-radial-gradient(circle at 10px 7px, #171717 0 3px, transparent 4px 11px); }
.planner-paper i { font-size: .66rem; font-style: normal; font-weight: 700; white-space: nowrap; }
.planner-pen { position: absolute; right: 20%; bottom: -16px; width: 10px; height: 143px; border-radius: 7px; background: linear-gradient(90deg, #111, #938273 45%, #111); transform: rotate(-21deg); }

.lobby-season-strip { min-height: 150px; margin-top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid #ecebe9; border-radius: 18px; background: #fff; box-shadow: 0 8px 24px rgba(18, 32, 51, .06); }
.lobby-season { min-width: 0; padding: 28px 34px; display: flex; align-items: center; justify-content: center; gap: 20px; border-right: 1px solid #ece8e5; }
.lobby-season:last-child { border-right: 0; }
.lobby-season strong { display: block; color: currentColor; font-size: clamp(.96rem, 1.4vw, 1.34rem); }
.lobby-season small { display: block; margin-top: 15px; color: #112e64; font-size: 1rem; }
.lobby-season small b { margin-left: 17px; font-size: 2rem; font-weight: 400; line-height: 0; vertical-align: -.13em; }
.lobby-season .season-dot { width: 86px; height: 86px; flex: 0 0 auto; font-size: 2.25rem; }
.lobby-season.touring { color: #57217c; }
.lobby-season.booking { color: #15481b; }
.lobby-season.planning { color: #082d68; }

@media (max-height: 900px) {
  .lobby-utility { min-height: 126px; padding-top: 25px; }
  .lobby-portal-card { min-height: 500px; }
  .portal-art { height: 198px; }
  .portal-badge { top: 157px; }
  .lobby-card-body { min-height: 302px; padding-top: 83px; }
}

.page-head { display: flex; align-items: start; justify-content: space-between; gap: 22px; }
.page-head h1 { margin: 0; font-family: Georgia, serif; font-size: 3.15rem; font-weight: 400; }
.page-head p { margin: 9px 0 0; color: var(--muted); }
.back-link { color: var(--blue); font-weight: 700; }

.context-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 25px 0;
}

.chip {
  padding: 9px 12px;
  border-radius: 99px;
  color: #29405f;
  background: #f1f3f6;
  font-size: .9rem;
  font-weight: 650;
}

.notice {
  margin: 18px 0 25px;
  padding: 14px 17px;
  border-left: 4px solid var(--gold);
  border-radius: 4px;
  color: #3f4859;
  background: #fff8e9;
  line-height: 1.45;
}

.accordion-list { display: grid; gap: 14px; }

.accordion {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(21, 38, 74, .05);
}

.accordion-toggle {
  width: 100%;
  padding: 21px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  border: 0;
  color: var(--ink);
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.accordion-toggle .section-icon { font-size: 1.8rem; }
.accordion-toggle strong { display: block; font-size: 1.18rem; }
.accordion-toggle small { display: block; margin-top: 4px; color: var(--muted); }
.accordion-toggle .status { margin-left: auto; color: var(--green); font-weight: 700; }
.accordion-panel { display: none; padding: 0 24px 24px; }
.accordion.open .accordion-panel { display: block; }
.accordion.open .accordion-toggle { border-bottom: 1px solid var(--line); }

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

.info-grid > div { padding: 14px; border-radius: 8px; background: #f7f8fa; }
.info-grid dt { color: var(--muted); font-size: .78rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.info-grid dd { margin: 7px 0 0; color: var(--ink); line-height: 1.42; }

.toolbar { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; }
.button {
  padding: 11px 15px;
  border: 1px solid #cbd4e0;
  border-radius: 7px;
  color: var(--ink);
  background: white;
  font-weight: 700;
  cursor: pointer;
}
.button.primary { color: white; border-color: var(--blue); background: var(--blue); }
.button:hover { filter: brightness(.96); }

.prep-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; }
.panel { padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 5px 14px rgba(21, 38, 74, .05); }
.panel h2 { margin: 0 0 4px; font-size: 1.25rem; }
.panel > p { margin: 0 0 19px; color: var(--muted); }

.artist-order { display: grid; gap: 9px; }
.sortable {
  padding: 15px;
  display: grid;
  grid-template-columns: 30px 1fr auto;
  gap: 10px;
  align-items: center;
  border: 1px solid #dfe4eb;
  border-radius: 8px;
  background: #fff;
  cursor: grab;
}
.sortable.dragging { opacity: .45; }
.handle { color: #9aa3b1; font-size: 1.3rem; }
.rank { padding: 5px 9px; border-radius: 99px; color: var(--purple); background: #f0eafb; font-size: .78rem; font-weight: 800; }

.preview-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.preview-card img { width: 100%; height: 200px; display: block; object-fit: cover; }
.preview-card div { padding: 18px; }
.preview-card h3 { margin: 0 0 7px; font-family: Georgia, serif; font-size: 1.65rem; }
.preview-card p { color: var(--muted); line-height: 1.45; }

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

.artist-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(21, 38, 74, .05);
}
.artist-card img { width: 100%; height: 190px; display: block; object-fit: cover; }
.artist-card div { padding: 15px; }
.artist-card h2 { margin: 0 0 5px; font-family: Georgia, serif; font-size: 1.48rem; }
.artist-card p { min-height: 40px; margin: 0 0 13px; color: var(--muted); line-height: 1.4; }

.presentation {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 50px;
  color: white;
  background: radial-gradient(circle at 50% 22%, #5e2a86 0%, #101734 49%, #030813 100%);
}

.presentation-inner { max-width: 1120px; width: 100%; text-align: center; }
.presentation .back-link { display: inline-block; margin-bottom: 28px; color: #fff; }
.presentation img { width: 100%; max-height: 55vh; display: block; object-fit: cover; border-radius: 15px; box-shadow: 0 20px 60px rgba(0,0,0,.4); }
.presentation h1 { margin: 24px 0 7px; font-family: Georgia, serif; font-size: clamp(3rem, 6vw, 6.4rem); font-weight: 400; }
.presentation p { margin: 0 auto; max-width: 650px; color: rgba(255,255,255,.78); font-size: 1.15rem; }
.presentation-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.presentation-actions button { min-width: 155px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.43); border-radius: 7px; color: white; background: rgba(255,255,255,.1); font-weight: 750; cursor: pointer; }
.presentation-actions button:hover { background: rgba(255,255,255,.2); }
.presentation-note { margin-top: 19px; font-size: .85rem; color: rgba(255,255,255,.6); }

.prototype-message { min-height: 24px; margin-top: 12px; color: var(--green); font-weight: 650; }

@media (max-width: 1250px) {
  .topbar { grid-template-columns: repeat(5, minmax(110px, 1fr)) 215px; }
  .content { padding: 27px 30px 34px; }
  .step-grid { gap: 12px; }
  .step-card { padding: 22px; }
}
