:root {
  --ink: #1d2634;
  --muted: #6d6b68;
  --bg: #f7f1e7;
  --paper: #fffaf1;
  --paper-2: #f3ecdf;
  --line: #cfc8bb;
  --royal: #3157c9;
  --coral: #e56b57;
  --butter: #f1cc68;
  --forest: #2f6b55;
  --forest-dark: #1d2634;
  --forest-soft: #e0eee7;
  --lavender: #b9addf;
  --blue: #3157c9;
  --sky: #9bc9dc;
  --yellow: #f1cc68;
  --green: #2f6b55;
  --amber: #8d6200;
  --red: #a23e35;
  --shadow: 0 10px 28px rgba(29, 38, 52, 0.045);
}

.telemetry-panel {
  margin-top: 17px;
  box-shadow: none;
}
.source-panel,
.agent-panel {
  margin-top: 17px;
}
.agent-panel > label:last-of-type {
  margin-top: 18px;
}
.voice-handoff {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.voice-handoff label {
  margin-top: 14px;
}
.voice-handoff button + label {
  margin-top: 18px;
}
.telemetry-panel h3 {
  margin-bottom: 12px;
}
.workflow-id {
  font: 600 12px ui-monospace, SFMono-Regular, Menlo, monospace;
  background: var(--paper-2);
  border: 1px solid var(--line);
  padding: 10px;
  border-radius: 7px;
}
.telemetry-inputs {
  margin: 18px 0 12px;
}
.telemetry-actions {
  justify-content: flex-start;
}
.event-list {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}
.event-row {
  display: grid;
  grid-template-columns: 170px 1fr auto;
  gap: 14px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding: 12px 0;
  font-size: 12px;
}
.event-row strong {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
}
.event-row span,
.event-row time {
  color: var(--muted);
}
.event-row time {
  font-size: 10px;
}
.timeline-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(250px, 0.7fr);
  gap: 17px;
}
.calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.calendar-header h3 {
  margin: 0;
}
.calendar-weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}
.calendar-weekdays {
  color: var(--muted);
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 7px;
}
.calendar-day {
  appearance: none;
  min-height: 56px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  border-radius: 7px;
  cursor: pointer;
  display: grid;
  place-content: center;
  gap: 5px;
}
.calendar-day:hover,
.calendar-day:focus-visible {
  border-color: var(--royal);
}
.calendar-day.today {
  box-shadow: inset 0 0 0 2px var(--royal);
}
.calendar-day.has-entry i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lavender);
  margin: auto;
}
.calendar-day.empty {
  border: 0;
  background: transparent;
}
.calendar-entry-panel label {
  margin-top: 13px;
}
.calendar-entry-panel button {
  margin-top: 16px;
  width: 100%;
}
.timeline-panel {
  margin-top: 17px;
}
.timeline-list {
  display: grid;
}
.timeline-row {
  display: grid;
  grid-template-columns: 110px 10px 1fr;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding: 13px 0;
}
.timeline-row time,
.timeline-row small {
  color: var(--muted);
  font-size: 11px;
}
.timeline-row strong,
.timeline-row small {
  display: block;
}
@media (max-width: 720px) {
  .event-row {
    grid-template-columns: 1fr;
  }
  .timeline-layout {
    grid-template-columns: 1fr;
  }
  .calendar-day {
    min-height: 42px;
  }
  .timeline-row {
    grid-template-columns: 82px 8px 1fr;
  }
}
* {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
.shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 255px minmax(0, 1fr);
}
.sidebar {
  background: var(--forest-dark);
  color: #f6f3e9;
  padding: 28px 18px 22px;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100vh;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 8px 44px;
}
.brand strong,
.brand small {
  display: block;
}
.brand small {
  color: #9faea1;
  margin-top: 3px;
  font-size: 11px;
}
.mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #68786b;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 21px;
}
.sidebar-label,
.legend-title {
  color: #839486;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 10px;
  font-weight: 800;
  margin: 0 10px 10px;
}
.workflow-nav {
  display: grid;
  gap: 4px;
}
.nav-item {
  appearance: none;
  border: 0;
  background: transparent;
  color: #aebbb0;
  text-align: left;
  padding: 12px 10px;
  border-radius: 9px;
  font: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-item:hover,
.nav-item.active {
  background: #27372b;
  color: white;
}
.nav-item.active .nav-number {
  color: #f3c75b;
  border-color: #f3c75b;
}
.nav-number {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #819285;
  border: 1px solid #4e6153;
  border-radius: 5px;
  padding: 4px 5px;
}
.nav-item strong,
.nav-item small {
  display: block;
}
.nav-item strong {
  font-size: 13px;
  font-weight: 700;
}
.nav-item small {
  font-size: 11px;
  color: #87978b;
  margin-top: 3px;
}
.nav-item.active small {
  color: #c2d0c2;
}
.sidebar-bottom {
  margin-top: auto;
}
.legend {
  display: grid;
  gap: 7px;
  padding: 0 10px 20px;
  color: #aebbb0;
  font-size: 11px;
}
.legend span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  flex: none;
}
.dot.blue {
  background: var(--blue);
}
.dot.yellow {
  background: var(--yellow);
}
.dot.coral {
  background: var(--coral);
}
.dot.green {
  background: var(--green);
}
.dot.lavender {
  background: var(--lavender);
}
.sidebar-note {
  border-top: 1px solid #334438;
  padding: 18px 10px 0;
  color: #93a295;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #76bd86;
  box-shadow: 0 0 0 4px rgba(118, 189, 134, 0.12);
  display: inline-block;
}
main {
  padding: 34px 34px 68px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

/* Mr. B AI shared editorial system, adapted for VoiceSet semantics. */
.project-shell {
  --project-accent: var(--royal);
  --project-secondary: var(--lavender);
  --project-hero-tint: rgba(185, 173, 223, 0.22);
}
.project-shell .primary {
  background: var(--project-accent);
}
.project-shell .primary:hover {
  background: #2746a6;
}
.project-shell .nav-item.active,
.project-shell .nav-item:hover {
  background: rgba(49, 87, 201, 0.18);
}
.project-shell .nav-item.active .nav-number {
  color: var(--butter);
  border-color: var(--butter);
}
.project-shell .eyebrow,
.project-shell .card-kicker,
.project-shell .text-button {
  color: var(--project-accent);
}
.project-shell .micro-label,
.project-shell .section-number,
.project-shell .workflow-ribbon,
.project-shell .event-row strong,
.project-shell .workflow-id {
  font-family: SFMono-Regular, Menlo, Consolas, monospace;
}
.project-shell .pattern-card,
.project-shell .map-card,
.project-shell .metric-card,
.project-shell .project-item,
.project-shell .panel,
.project-shell .boundary-panel,
.project-shell .empty,
.project-shell .artifact-card {
  border-radius: 2px;
  box-shadow: none;
}
.project-shell .primary,
.project-shell .secondary,
.project-shell .danger-button,
.project-shell .nav-item,
.project-shell input,
.project-shell select,
.project-shell textarea {
  border-radius: 2px;
}
.project-shell .primary,
.project-shell .secondary,
.project-shell .danger-button {
  padding: 10px 15px;
}
.project-shell .pill {
  border-radius: 999px;
}
.project-shell input:focus-visible,
.project-shell select:focus-visible,
.project-shell textarea:focus-visible,
.project-shell button:focus-visible {
  outline: 2px solid var(--project-accent);
  outline-offset: 3px;
  box-shadow: none;
}
.project-shell .workflow-ribbon {
  color: var(--muted);
}
.project-shell .workflow-ribbon .ribbon-active {
  color: var(--project-accent);
}
.project-shell .status-dot {
  background: var(--forest);
  box-shadow: 0 0 0 4px rgba(47, 107, 85, 0.14);
}
.project-shell .dot.blue {
  background: var(--royal);
}
.project-shell .dot.yellow {
  background: var(--butter);
}
.project-shell .dot.green {
  background: var(--forest);
}
.project-shell .dot.coral {
  background: var(--coral);
}
.project-shell .dot.lavender {
  background: var(--lavender);
}
@media (prefers-reduced-motion: reduce) {
  .project-shell *,
  .project-shell *::before,
  .project-shell *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
@media (max-width: 720px) {
  .project-shell main {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.topbar h1 {
  margin: 5px 0 0;
  font:
    500 33px/1.1 Georgia,
    serif;
}
.topbar-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.freshness {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 11px;
}
.eyebrow,
.section-number,
.micro-label {
  color: var(--forest);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 10px;
  font-weight: 800;
  margin: 0;
}
.section-number {
  color: var(--muted);
  font-size: 11px;
}
.micro-label {
  font-size: 9px;
  color: #778177;
}
.workflow-ribbon {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 12px 2px;
  margin-bottom: 32px;
  color: #899188;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  white-space: nowrap;
  overflow: auto;
}
.workflow-ribbon .ribbon-active {
  color: var(--forest);
}
.primary,
.secondary,
.text-button {
  border: 0;
  border-radius: 7px;
  padding: 11px 15px;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}
.primary {
  background: var(--forest);
  color: white;
}
.primary:hover {
  background: #163d28;
}
.secondary {
  background: #e8e6dd;
  color: var(--ink);
}
.secondary:hover {
  background: #deded4;
}
.danger-button {
  border: 1px solid #b85d4f;
  border-radius: 7px;
  padding: 10px 14px;
  background: transparent;
  color: #9e493d;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}
.danger-button:hover:not(:disabled) {
  background: #f7e5e1;
}
.danger-button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
.text-button {
  padding: 0;
  background: none;
  color: var(--forest);
  font-size: 11px;
}
.view {
  display: none;
}
.view.active {
  display: block;
}
.today-intro,
.view-intro {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 25px;
}
.today-intro h2,
.view-intro h2 {
  font:
    500 35px/1.05 Georgia,
    serif;
  margin: 8px 0 7px;
}
.lead {
  max-width: 670px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}
.attention-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(250px, 0.8fr);
  gap: 16px;
  margin-bottom: 17px;
}
.pattern-card,
.map-card,
.metric-card,
.project-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.pattern-card {
  padding: 24px;
}
.card-kicker {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: var(--forest);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.state-label {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0;
}
.pattern-card h3,
.map-card h3,
.panel h3,
.boundary-panel h3 {
  font:
    500 25px/1.1 Georgia,
    serif;
  margin: 12px 0 22px;
}
.pattern-block {
  border-top: 1px solid var(--line);
  padding: 14px 0 0;
  margin-top: 14px;
}
.pattern-block p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 7px 0 0;
}
.next-move {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}
.next-move p {
  color: var(--ink);
  font-weight: 700;
}
.health-card {
  display: flex;
  flex-direction: column;
}
.health-metric {
  display: flex;
  align-items: end;
  gap: 10px;
  margin: 28px 0 22px;
}
.health-metric strong {
  font:
    500 52px Georgia,
    serif;
}
.health-metric span {
  color: var(--muted);
  font-size: 12px;
  padding-bottom: 9px;
}
.health-lines {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}
.health-lines div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 9px;
  font-size: 11px;
}
.health-lines span {
  color: var(--muted);
}
.health-lines strong {
  font-size: 11px;
}
.full-button {
  width: 100%;
  margin-top: auto;
}
.map-card {
  padding: 22px 24px;
  margin-bottom: 28px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
.section-heading h3 {
  margin: 7px 0 5px;
}
.section-heading p {
  color: var(--muted);
  font-size: 12px;
  margin: 0;
}
.map-count {
  color: var(--muted);
  font-size: 11px;
  white-space: nowrap;
}
.map-count strong {
  color: var(--ink);
  font:
    500 28px Georgia,
    serif;
}
.topographic-wrap {
  margin-top: 12px;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f1e5;
}
.topographic {
  display: block;
  width: 100%;
  height: auto;
  min-height: 180px;
}
.contour {
  fill: none;
  stroke: #cfd8c9;
  stroke-width: 1.2;
}
.contour-two {
  stroke: #d9cfae;
}
.contour-three {
  stroke: #ccd9d8;
}
.contour-four {
  stroke: #ded1dd;
}
.route-line {
  fill: none;
  stroke: #6f8c77;
  stroke-width: 1.5;
  stroke-dasharray: 3 6;
}
.map-node circle {
  stroke: #fffdf8;
  stroke-width: 4;
}
.map-node text {
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.09em;
  fill: #334237;
}
.map-node .node-detail {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0;
  fill: #879188;
}
.node-blue circle {
  fill: var(--blue);
}
.node-yellow circle {
  fill: var(--yellow);
}
.node-green circle {
  fill: var(--green);
}
.node-lavender circle {
  fill: var(--lavender);
}
.library-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 13px;
}
.library-heading h3 {
  font:
    500 25px Georgia,
    serif;
  margin: 7px 0 0;
}
.toolbar {
  display: grid;
  grid-template-columns: 240px 150px;
  gap: 9px;
}
.toolbar input,
.toolbar select,
input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 7px;
  padding: 10px 11px;
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #7d9b84;
  box-shadow: 0 0 0 3px rgba(48, 91, 67, 0.1);
}
textarea {
  resize: vertical;
  line-height: 1.5;
}
.artifact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}
.artifact-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 18px;
  cursor: pointer;
  transition: 0.18s;
}
.artifact-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  border-color: #9eb4a0;
}
.artifact-card h3 {
  margin: 13px 0 8px;
  font:
    500 20px Georgia,
    serif;
}
.artifact-card p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  margin: 8px 0;
}
.card-meta,
.detail-meta {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.pill {
  display: inline-flex;
  background: var(--forest-soft);
  color: #254632;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 10px;
  font-weight: 750;
}
.pill.type {
  background: #efe5d2;
  color: #624c29;
}
.empty {
  text-align: center;
  padding: 70px 20px;
  color: var(--muted);
}
.empty h3 {
  color: var(--ink);
  font:
    500 25px Georgia,
    serif;
}
.view-intro {
  display: block;
}
.view-intro h2 {
  margin-bottom: 9px;
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-bottom: 17px;
}
.metric-card {
  padding: 20px;
}
.metric-card strong {
  display: block;
  font:
    500 38px Georgia,
    serif;
  margin: 14px 0 4px;
}
.metric-card p {
  color: var(--muted);
  font-size: 12px;
  margin: 0;
}
.project-card {
  margin-bottom: 17px;
}
.three-part {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}
.three-part > div {
  border-top: 1px solid var(--line);
  padding-top: 13px;
}
.three-part p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 8px 0 0;
}
.project-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}
.project-item {
  padding: 18px;
}
.project-item h3 {
  font:
    500 19px Georgia,
    serif;
  margin: 11px 0 7px;
}
.project-item p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
}
.panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 27px;
  box-shadow: var(--shadow);
}
.import-panel {
  margin-bottom: 17px;
  box-shadow: none;
}
.import-panel h3 {
  margin-bottom: 7px;
}
.import-grid {
  display: grid;
  grid-template-columns: minmax(210px, 0.42fr) auto minmax(320px, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 22px;
}
.import-grid label {
  display: grid;
  gap: 7px;
  color: #4d564e;
  font-size: 11px;
  font-weight: 750;
}
.import-or {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.import-actions {
  margin-top: 14px;
}
.import-status {
  margin: 12px 0 0;
}
.form-panel form {
  display: grid;
  gap: 16px;
}
.form-panel label,
.launch-panel label {
  display: grid;
  gap: 7px;
  font-size: 11px;
  font-weight: 750;
  color: #4d564e;
}
.form-panel label > span,
.launch-panel label > span {
  font-size: 11px;
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.four-col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.form-actions,
.detail-actions,
.endpoint {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.detail-actions {
  margin-bottom: 16px;
}
.detail-actions > div {
  display: flex;
  gap: 8px;
}
.artifact-detail h1 {
  font:
    500 34px Georgia,
    serif;
  margin: 18px 0;
}
.artifact-detail .body {
  white-space: pre-wrap;
  line-height: 1.7;
  font-size: 14px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.artifact-detail h2 {
  font:
    500 20px Georgia,
    serif;
  margin: 25px 0 8px;
}
.home-plate-card {
  margin-top: 28px;
  border: 1px solid #cfd8cd;
  border-radius: 9px;
  background: #f8faf5;
  padding: 20px;
}
.legacy-packet {
  background: #f6f2fa;
  border-color: #ddd4e9;
}
.packet-summary,
.packet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
}
.packet-summary {
  border-bottom: 1px solid var(--line);
  margin: 16px 0;
  padding-bottom: 7px;
}
.packet-summary p {
  line-height: 1.5;
}
.packet-block {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.packet-block ul {
  margin: 8px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}
.packet-prompt {
  margin-top: 18px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.packet-prompt pre {
  margin: 9px 0 0;
  padding: 13px;
  overflow: auto;
  white-space: pre-wrap;
  background: #ebece5;
  border-radius: 7px;
  font-size: 11px;
  line-height: 1.5;
}
.delete-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.55fr) auto;
  gap: 18px;
  align-items: end;
  margin-top: 16px;
  padding: 20px;
  color: #f8f2ed;
  background: var(--forest-dark);
  border-radius: 9px;
}
.delete-panel h3,
.delete-panel p {
  margin: 6px 0 0;
}
.delete-panel p {
  color: #b8c3b9;
  font-size: 12px;
}
.delete-panel label {
  display: grid;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
}
.delete-panel input {
  min-width: 0;
}
.backup-panel {
  margin-top: 17px;
  box-shadow: none;
}
.provider-list {
  display: grid;
  gap: 0;
  margin-top: 16px;
}
.provider-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--line);
  padding: 13px 0;
}
.provider-row span:first-child {
  display: grid;
  gap: 4px;
}
.provider-row small {
  color: var(--muted);
}
.billing-grid {
  margin-bottom: 17px;
}
.account-card label {
  display: grid;
  gap: 7px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}
.billing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 17px;
}
.billing-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
.form-message {
  min-height: 18px;
  color: var(--forest);
  font-size: 11px;
}
.stripe-readiness {
  box-shadow: none;
}
.data-list {
  color: var(--muted);
  line-height: 1.6;
}
.muted {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}
.launch-panel h3,
.connect-panel h3 {
  margin-bottom: 22px;
}
.launch-panel .pattern-block {
  margin-bottom: 22px;
}
.steps {
  display: grid;
  gap: 14px;
  padding-left: 20px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.steps strong {
  color: var(--ink);
}
code {
  background: #ebe9df;
  border-radius: 5px;
  padding: 4px 6px;
  font-size: 11px;
}
.endpoint {
  border-top: 1px solid var(--line);
  padding-top: 16px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 12px;
}
.endpoint code {
  margin-left: auto;
}
.callout {
  border-left: 3px solid var(--yellow);
  background: #fbf5df;
  padding: 12px 14px;
  margin-top: 22px;
}
.callout strong {
  font-size: 12px;
}
.callout p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  margin: 6px 0 0;
}
.boundary-panel {
  background: var(--forest-dark);
  color: #f6f3e9;
  border-radius: 10px;
  padding: 26px;
  margin-bottom: 17px;
}
.boundary-panel .card-kicker,
.boundary-panel .micro-label {
  color: #b7c9b9;
}
.boundary-panel .state-label {
  color: #c4cec2;
}
.boundary-panel h3 {
  color: white;
}
.boundary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.boundary-grid > div {
  border-top: 1px solid #3a4b3e;
  padding-top: 12px;
}
.boundary-grid p {
  color: #b7c4b8;
  font-size: 12px;
  line-height: 1.5;
  margin: 8px 0 0;
}
.boundary-panel .callout {
  background: #243328;
  border-left-color: var(--coral);
}
.boundary-panel .callout p {
  color: #b7c4b8;
}
.connect-panel {
  box-shadow: none;
}
.connect-panel .endpoint {
  margin-top: 22px;
}
#toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: var(--forest-dark);
  color: white;
  border-radius: 7px;
  padding: 12px 15px;
  font-size: 12px;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: 0.2s;
}
#toast.show {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 980px) {
  .shell {
    grid-template-columns: 210px 1fr;
  }
  main {
    padding: 28px 28px 50px;
  }
  .artifact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .four-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 720px) {
  .shell {
    display: block;
  }
  .sidebar {
    position: relative;
    height: auto;
    padding: 18px 15px 14px;
  }
  .brand {
    margin: 0 4px 18px;
  }
  .sidebar-label,
  .legend,
  .sidebar-bottom .legend-title {
    display: none;
  }
  .workflow-nav {
    display: flex;
    overflow: auto;
    gap: 5px;
  }
  .nav-item {
    min-width: 117px;
    padding: 9px 8px;
  }
  .nav-item small {
    display: none;
  }
  .sidebar-bottom {
    margin-top: 13px;
  }
  .sidebar-note {
    border-top: 0;
    padding: 0 4px;
    font-size: 10px;
  }
  main {
    padding: 22px 16px 42px;
  }
  .topbar {
    align-items: start;
    gap: 14px;
  }
  .topbar h1 {
    font-size: 27px;
  }
  .topbar-actions {
    display: block;
    text-align: right;
  }
  .freshness {
    justify-content: end;
    margin-bottom: 9px;
    font-size: 10px;
  }
  .topbar-actions .primary {
    padding: 9px 10px;
  }
  .workflow-ribbon {
    margin-bottom: 24px;
    font-size: 9px;
    gap: 7px;
  }
  .today-intro,
  .view-intro {
    display: block;
  }
  .today-intro h2,
  .view-intro h2 {
    font-size: 31px;
  }
  .today-intro .primary {
    margin-top: 15px;
  }
  .attention-grid,
  .metric-grid,
  .three-part,
  .boundary-grid {
    grid-template-columns: 1fr;
  }
  .pattern-card,
  .map-card,
  .panel,
  .boundary-panel {
    padding: 19px;
  }
  .library-heading {
    display: block;
  }
  .library-heading h3 {
    margin-bottom: 12px;
  }
  .toolbar {
    grid-template-columns: 1fr 125px;
  }
  .artifact-grid,
  .project-list {
    grid-template-columns: 1fr;
  }
  .topographic {
    min-height: 210px;
  }
  .topographic-wrap {
    overflow-x: auto;
  }
  .topographic {
    min-width: 700px;
  }
  .two-col {
    grid-template-columns: 1fr;
  }
  .import-grid {
    grid-template-columns: 1fr;
  }
  .import-or {
    text-align: center;
  }
  .four-col {
    grid-template-columns: 1fr 1fr;
  }
  .detail-actions {
    display: block;
  }
  .detail-actions > div {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .endpoint {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .endpoint code {
    margin-left: 0;
    grid-column: 1 / -1;
    order: 3;
  }
  .form-actions {
    flex-wrap: wrap;
  }
  .packet-summary,
  .packet-grid,
  .delete-panel {
    grid-template-columns: 1fr;
  }
  .form-actions .primary {
    margin-left: auto;
  }
}
