.home-workbench {
  --home-red: #c8102e;
  --home-red-deep: #8d0b22;
  --home-ink: #141922;
  --home-ink-soft: #232a35;
  --home-muted: #667085;
  --home-line: #e5e7eb;
  --home-canvas: #f3f5f7;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  width: 100%;
  color: var(--home-ink);
}

.home-workbench > *,
.home-hero > *,
.home-section > * {
  min-width: 0;
}

.home-workbench *,
.home-workbench *::before,
.home-workbench *::after {
  box-sizing: border-box;
}

.home-workbench h2,
.home-workbench h3,
.home-workbench p,
.home-workbench dl,
.home-workbench dd,
.home-workbench ol {
  margin-top: 0;
}

.home-kicker {
  margin: 0 0 0.65rem;
  color: var(--home-red);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  line-height: 1.4;
}

.home-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(250px, 0.55fr);
  gap: clamp(2rem, 5vw, 5rem);
  min-height: 520px;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.75rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 22%, rgba(200, 16, 46, 0.38), transparent 25%),
    linear-gradient(132deg, #10141b 0%, #181e28 55%, #280e17 100%);
  box-shadow: 0 28px 70px rgba(16, 24, 40, 0.16);
  color: #fff;
}

.home-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, black, transparent 80%);
  content: "";
}

.home-hero::after {
  position: absolute;
  z-index: -1;
  top: -14%;
  right: -7%;
  width: 360px;
  aspect-ratio: 1;
  border: 70px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
  content: "";
}

.home-hero-copy {
  align-self: center;
  max-width: 780px;
}

.home-hero .home-kicker {
  color: #ff92a5;
}

.home-hero h2 {
  max-width: 720px;
  margin-bottom: 1.25rem;
  font-size: clamp(2.7rem, 5.5vw, 5rem);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: -0.065em;
}

.home-hero-summary {
  max-width: 650px;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.8;
}

.home-hero-summary strong {
  color: #fff;
  font-weight: 800;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.home-workbench .home-primary-action,
.home-workbench .home-secondary-action {
  min-height: 50px;
  padding: 0.8rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 12px;
  box-shadow: none;
  font-size: 0.9rem;
}

.home-workbench .home-primary-action {
  justify-content: space-between;
  min-width: 190px;
  background: var(--home-red);
}

.home-workbench .home-primary-action:hover {
  background: #dd1538;
  box-shadow: 0 14px 30px rgba(200, 16, 46, 0.28);
}

.home-workbench .home-secondary-action {
  color: rgba(255, 255, 255, 0.82);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
}

.home-workbench .home-secondary-action:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.1);
}

.home-stage-spotlight {
  align-self: center;
  min-width: 0;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(20px);
}

.home-stage-label {
  display: block;
  margin-bottom: 1rem;
  color: #ff8ea3;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.home-stage-spotlight > strong {
  display: block;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.home-stage-spotlight > p {
  margin: 0.55rem 0 1.4rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.85rem;
}

.home-stage-rule {
  height: 4px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.12);
}

.home-stage-rule > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--home-red), #ff6680);
  transition: width 500ms ease;
}

.home-overview-metrics {
  position: static;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.home-overview-metrics > div {
  display: grid;
  min-width: 0;
  padding: 0 1.25rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.home-overview-metrics > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.home-overview-metrics dt {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.home-overview-metrics dd {
  overflow: hidden;
  margin: 0.25rem 0 0;
  font-size: clamp(1.2rem, 2.2vw, 1.75rem);
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-overview-metrics span {
  margin-top: 0.1rem;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.68rem;
}

.home-section {
  padding: clamp(1.5rem, 3.2vw, 3rem);
  border: 1px solid var(--home-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(16, 24, 40, 0.055);
}

.home-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(1.35rem, 3vw, 2.35rem);
}

.home-section-heading > div {
  min-width: 0;
}

.home-section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  line-height: 1.14;
  letter-spacing: -0.045em;
}

.home-section-heading > p {
  max-width: 480px;
  margin-bottom: 0.15rem;
  color: var(--home-muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.home-shortcuts-section {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home-shortcuts-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(2, minmax(0, 1fr)) 1.2fr;
  gap: 0.8rem;
}

.home-workbench .home-shortcut {
  position: relative;
  display: grid;
  align-content: start;
  justify-items: start;
  min-width: 0;
  min-height: 170px;
  padding: 1.35rem;
  overflow: hidden;
  text-align: left;
  color: var(--home-ink);
  border: 1px solid var(--home-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(16, 24, 40, 0.045);
}

.home-workbench .home-shortcut:hover {
  border-color: #c7cbd2;
  box-shadow: 0 18px 38px rgba(16, 24, 40, 0.1);
}

.home-shortcut-eyebrow {
  margin-bottom: 1.5rem;
  color: #98a2b3;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.home-shortcut strong {
  margin-bottom: 0.35rem;
  font-size: 1.25rem;
  letter-spacing: -0.025em;
}

.home-shortcut > span:not(.home-shortcut-eyebrow, .home-shortcut-arrow) {
  color: var(--home-muted);
  font-size: 0.78rem;
  font-weight: 550;
  line-height: 1.5;
}

.home-shortcut-arrow {
  position: absolute;
  right: 1.3rem;
  bottom: 1.2rem;
  color: var(--home-red);
  font-size: 1.25rem;
}

.home-workbench .home-shortcut-primary {
  color: #fff;
  border-color: var(--home-red);
  background: linear-gradient(145deg, var(--home-red), var(--home-red-deep));
}

.home-shortcut-primary .home-shortcut-eyebrow,
.home-shortcut-primary > span:not(.home-shortcut-arrow) {
  color: rgba(255, 255, 255, 0.65);
}

.home-shortcut-primary .home-shortcut-arrow {
  color: #fff;
}

.home-workbench .home-shortcut-dark {
  color: #fff;
  border-color: var(--home-ink);
  background: linear-gradient(145deg, var(--home-ink-soft), var(--home-ink));
}

.home-shortcut-dark .home-shortcut-eyebrow,
.home-shortcut-dark > span:not(.home-shortcut-arrow) {
  color: rgba(255, 255, 255, 0.58);
}

.home-shortcut-dark .home-shortcut-arrow {
  color: #ff8ea3;
}

.home-workbench .home-shortcut:disabled {
  opacity: 1;
  color: #98a2b3;
  border-color: #eaecf0;
  background: repeating-linear-gradient(-45deg, #f8fafc, #f8fafc 8px, #f4f6f8 8px, #f4f6f8 16px);
}

.home-workbench .home-shortcut:disabled .home-shortcut-arrow {
  color: #c3c8d0;
}

.home-sop-section,
.home-architecture-section {
  color: #fff;
  border-color: transparent;
  background: var(--home-ink);
}

.home-section-heading-light .home-kicker {
  color: #ff8ea3;
}

.home-section-heading-light > p {
  color: rgba(255, 255, 255, 0.53);
}

.home-sop-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-sop-timeline::before {
  position: absolute;
  top: 28px;
  right: 6%;
  left: 6%;
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
  content: "";
}

.home-sop-stage {
  position: relative;
  min-width: 0;
  padding: 0 0.8rem;
}

.home-sop-marker {
  position: relative;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: var(--home-ink);
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.73rem;
  font-weight: 850;
}

.home-sop-stage.is-current .home-sop-marker {
  border-color: #ff6c85;
  background: var(--home-red);
  color: #fff;
  box-shadow: 0 0 0 8px rgba(200, 16, 46, 0.16), 0 12px 28px rgba(200, 16, 46, 0.35);
}

.home-sop-date {
  color: #ff8ea3;
  font-size: 0.72rem;
  font-weight: 800;
}

.home-sop-stage h3 {
  margin: 0.45rem 0 0.6rem;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.home-sop-stage p {
  min-height: 66px;
  margin-bottom: 0.9rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.76rem;
  line-height: 1.65;
}

.home-owner-chip,
.home-source-chip {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0.25rem 0.6rem;
  border-radius: 99px;
  font-size: 0.68rem;
  font-weight: 750;
  white-space: nowrap;
}

.home-sop-stage .home-owner-chip {
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.05);
}

.home-sop-stage.is-current .home-owner-chip {
  color: #fff;
  border-color: rgba(255, 142, 163, 0.35);
  background: rgba(200, 16, 46, 0.18);
}

.home-sop-alerts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2.5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
}

.home-sop-alerts p {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding: 1.1rem 1.25rem;
  background: #191f29;
}

.home-sop-alerts strong {
  color: #ff8ea3;
  font-size: 1rem;
}

.home-sop-alerts span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.73rem;
}

.home-schedule-table-wrap {
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 18px;
}

.home-schedule-table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  background: #fff;
}

.home-schedule-table th,
.home-schedule-table td {
  padding: 1rem 0.9rem;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #eef0f3;
}

.home-schedule-table thead th {
  color: #7b8493;
  background: #f8fafb;
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.home-schedule-table tbody tr:last-child > * {
  border-bottom: 0;
}

.home-schedule-table tbody tr:hover {
  background: #fcfcfd;
}

.home-schedule-table tbody td:first-child {
  width: 58px;
  color: #a3a9b3;
  font-size: 0.7rem;
  font-weight: 850;
}

.home-schedule-table tbody th {
  width: 25%;
  color: var(--home-ink);
  font-size: 0.9rem;
  font-weight: 750;
}

.home-schedule-table tbody td {
  color: #505866;
  font-size: 0.79rem;
}

.home-schedule-table .home-owner-chip {
  color: #8d0b22;
  background: #fff0f3;
}

.home-source-chip {
  color: #344054;
  border: 1px solid #dfe3e8;
  background: #f8fafc;
}

.home-tutorial-section {
  overflow: hidden;
}

.home-tutorial-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--home-line);
  list-style: none;
}

.home-tutorial-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  padding: 1.5rem 1.5rem 0 0;
}

.home-tutorial-list li + li {
  padding-left: 1.5rem;
  border-left: 1px solid var(--home-line);
}

.home-tutorial-list li > span {
  color: var(--home-red);
  font-size: 0.72rem;
  font-weight: 900;
}

.home-tutorial-list h3 {
  margin-bottom: 0.55rem;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.home-tutorial-list p {
  margin-bottom: 0;
  color: var(--home-muted);
  font-size: 0.79rem;
  line-height: 1.7;
}

.home-data-flow {
  display: grid;
  grid-template-columns: 1.35fr auto repeat(3, minmax(120px, 1fr) auto) minmax(130px, 1fr);
  align-items: stretch;
  gap: 0.75rem;
}

.home-flow-sources,
.home-flow-node {
  display: grid;
  align-content: center;
  min-height: 120px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.04);
}

.home-flow-sources {
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}

.home-flow-sources span {
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 0.55rem 0.35rem;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.68rem;
  font-weight: 750;
}

.home-flow-node {
  gap: 0.4rem;
  text-align: center;
}

.home-flow-node small {
  color: #ff8ea3;
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.home-flow-node strong {
  font-size: 0.88rem;
}

.home-flow-node-final {
  border-color: rgba(255, 117, 140, 0.35);
  background: rgba(200, 16, 46, 0.18);
}

.home-flow-arrow {
  align-self: center;
  color: rgba(255, 255, 255, 0.34);
  font-size: 1.1rem;
}

.home-guides-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-workbench .home-guide-card {
  position: relative;
  display: grid;
  align-content: start;
  justify-items: stretch;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  text-align: left;
  color: var(--home-ink);
  border: 1px solid var(--home-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
}

.home-workbench .home-guide-card:hover {
  border-color: #bfc5ce;
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.12);
}

.home-guide-image {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 1px solid var(--home-line);
  background: #0b0e13;
}

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

.home-guide-copy {
  display: grid;
  gap: 0.4rem;
  padding: 1.1rem 1.15rem 2.8rem;
}

.home-guide-copy strong {
  font-size: 0.93rem;
}

.home-guide-copy > span {
  color: var(--home-muted);
  font-size: 0.73rem;
  font-weight: 520;
  line-height: 1.55;
}

.home-guide-open-label {
  position: absolute;
  right: 1.15rem;
  bottom: 1rem;
  color: var(--home-red);
  font-size: 0.68rem;
  font-weight: 800;
}

body.home-lightbox-open {
  overflow: hidden;
}

.home-guide-lightbox[hidden] {
  display: none;
}

.home-guide-lightbox {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(0.75rem, 3vw, 2rem);
  animation: home-lightbox-in 180ms ease-out both;
}

.home-workbench .home-guide-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(8, 11, 16, 0.9);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.home-guide-dialog-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  width: min(1500px, 96vw);
  max-height: 94vh;
  padding: clamp(0.8rem, 2vw, 1.35rem);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  background: #141922;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.45);
}

.home-guide-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #fff;
}

.home-guide-dialog-header h2 {
  margin-bottom: 0;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
}

.home-workbench .home-guide-close {
  flex: 0 0 auto;
  width: 46px;
  min-height: 46px;
  padding: 0;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  font-size: 1.6rem;
  font-weight: 400;
}

.home-guide-dialog-panel > img {
  display: block;
  width: 100%;
  max-height: calc(94vh - 100px);
  object-fit: contain;
  border-radius: 10px;
  background: #080b10;
}

@keyframes home-lightbox-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 1180px) {
  .home-hero {
    grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
    min-height: 500px;
  }

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

  .home-data-flow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-flow-sources {
    grid-column: 1 / -1;
    min-height: auto;
  }

  .home-flow-arrow {
    display: none;
  }
}

@media (max-width: 920px) {
  .home-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
    min-height: 650px;
  }

  .home-stage-spotlight {
    align-self: end;
  }

  .home-section-heading {
    align-items: start;
    flex-direction: column;
    gap: 0.75rem;
  }

  .home-section-heading > p {
    max-width: 650px;
  }

  .home-sop-timeline {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-sop-timeline::before {
    top: 16px;
    bottom: 16px;
    left: 27px;
    width: 1px;
    height: auto;
  }

  .home-sop-stage {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 1.25rem;
    padding: 0 0 1.5rem;
  }

  .home-sop-marker {
    margin-bottom: 0;
  }

  .home-sop-stage p {
    min-height: auto;
  }

  .home-sop-alerts,
  .home-tutorial-list,
  .home-guides-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-tutorial-list li,
  .home-tutorial-list li + li {
    padding: 1.25rem 0;
    border-left: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .home-tutorial-list li:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  .home-workbench {
    gap: 0.85rem;
  }

  .home-hero,
  .home-section {
    border-radius: 20px;
  }

  .home-hero {
    min-height: auto;
    padding: 1.5rem 1.25rem 1.25rem;
  }

  .home-hero::after {
    width: 220px;
    border-width: 42px;
  }

  .home-hero h2 {
    font-size: clamp(2.4rem, 13vw, 3.5rem);
  }

  .home-hero-summary {
    font-size: 0.92rem;
  }

  .home-hero-actions,
  .home-workbench .home-primary-action,
  .home-workbench .home-secondary-action {
    width: 100%;
  }

  .home-stage-spotlight {
    padding: 1.15rem;
  }

  .home-overview-metrics {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0.25rem;
    padding-top: 1rem;
  }

  .home-overview-metrics > div,
  .home-overview-metrics > div:first-child {
    padding: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 0;
  }

  .home-overview-metrics > div:nth-child(odd) {
    padding-left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }

  .home-section {
    padding: 1.25rem;
  }

  .home-shortcuts-section {
    padding: 1.15rem 0.15rem;
  }

  .home-shortcuts-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-workbench .home-shortcut {
    min-height: 132px;
  }

  .home-shortcut-eyebrow {
    margin-bottom: 1rem;
  }

  .home-sop-alerts {
    border-radius: 12px;
  }

  .home-schedule-table-wrap {
    overflow: visible;
    border: 0;
  }

  .home-schedule-table,
  .home-schedule-table tbody,
  .home-schedule-table tr,
  .home-schedule-table th,
  .home-schedule-table td {
    display: block;
    width: 100%;
  }

  .home-schedule-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .home-schedule-table tbody {
    display: grid;
    gap: 0.7rem;
  }

  .home-schedule-table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 1rem;
    border: 1px solid var(--home-line);
    border-radius: 14px;
    background: #fff;
  }

  .home-schedule-table th,
  .home-schedule-table td,
  .home-schedule-table tbody th,
  .home-schedule-table tbody td:first-child {
    width: auto;
    padding: 0.45rem;
    border-bottom: 0;
  }

  .home-schedule-table th {
    position: static;
  }

  .home-schedule-table tbody th {
    grid-column: 1 / -1;
    font-size: 0.98rem;
  }

  .home-schedule-table td::before {
    display: block;
    margin-bottom: 0.3rem;
    color: #98a2b3;
    font-size: 0.58rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    content: attr(data-label);
  }

  .home-schedule-table tbody td:first-child {
    position: absolute;
    right: 1rem;
    width: auto;
  }

  .home-schedule-table tbody tr {
    position: relative;
  }

  .home-data-flow {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-flow-sources {
    grid-column: auto;
  }

  .home-flow-node,
  .home-flow-sources {
    min-height: 88px;
  }

  .home-guide-dialog-panel {
    width: 100%;
    max-height: 96vh;
    border-radius: 15px;
  }
}

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