:root {
  --ink: #f2f2f4;
  --muted: #a7a7b4;
  --paper: #16161a;
  --panel: #202027;
  --panel-soft: #1b1b21;
  --line: #33333d;
  --green: #d7b866;
  --green-dark: #b99745;
  --blue: #c7ad72;
  --amber: #f0c96b;
  --red: #ed7a72;
}

* {
  box-sizing: border-box;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}

body.dashboard-body {
  background: #09090b;
}

a {
  color: inherit;
}

.site-nav {
  background: rgba(5, 5, 6, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.site-nav__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  min-height: 72px;
  padding: 0 24px;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 18px;
  font-weight: 800;
  gap: 10px;
  text-decoration: none;
}

.brand:hover,
.brand:focus {
  color: var(--ink);
  text-decoration: none;
}

.site-nav__links {
  align-items: center;
  display: flex;
  gap: 22px;
  margin-left: auto;
}

.site-nav__links a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.site-nav__brand-mark {
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.site-footer {
  background: #050506;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer__inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 26px 24px;
}

.site-footer p {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.site-footer__links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer p a,
.site-footer__links a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.site-footer p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer p a:hover,
.site-footer p a:focus {
  color: var(--muted);
  text-decoration: underline;
}

.site-footer__links a:hover,
.site-footer__links a:focus {
  color: var(--ink);
  text-decoration: none;
}

.site-nav__links a:hover,
.site-nav__links a:focus {
  color: var(--ink);
  text-decoration: none;
}

.site-nav__links .nav-cta {
  background: var(--ink);
  border-radius: 8px;
  color: #050506;
  padding: 10px 14px;
}

.landing-page {
  --ink: #f7f7f8;
  --muted: #9898a3;
  --paper: #050506;
  --panel: #121216;
  --panel-soft: #0d0d10;
  --line: #24242b;

  background: #050506;
  font-family: universalSans, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
  position: relative;
}

.user-cursor {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 140ms ease;
  z-index: 50;
}

.user-cursor.is-visible {
  opacity: 1;
}

.user-cursor__arrow,
.user-cursor__label {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform-origin: 0 0;
  will-change: transform;
}

.user-cursor__arrow {
  height: 31px;
  width: 31px;
  z-index: 2;
}

.user-cursor__arrow-shape {
  display: block;
  height: 31px;
  position: relative;
  width: 31px;
}

.user-cursor__arrow-shape::before {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.18);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
  clip-path: polygon(18% 10%, 82% 50%, 50% 57%, 39% 88%);
  content: "";
  display: block;
  height: 31px;
  width: 31px;
}

.user-cursor__label {
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.08);
  display: inline-flex;
  min-height: 22px;
  padding: 6px 11px;
  transform-origin: 0 50%;
  z-index: 1;
}

.user-cursor__label-text {
  color: #000000;
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
  white-space: nowrap;
}

@media (pointer: coarse), (prefers-reduced-motion: reduce) {
  .landing-page {
    cursor: auto;
  }

  .user-cursor {
    display: none;
  }

  .employee-card {
    transition: none;
  }

  .employee-card:hover,
  .employee-card:focus {
    transform: none;
  }

  .status-pill::before {
    animation: none;
  }
}

.hero,
.section,
.models,
.integrations,
.pricing {
  margin: 0 auto;
  max-width: 1180px;
  padding: 72px 24px;
}

.hero {
  align-items: center;
  cursor: none;
  display: flex;
  flex-direction: column;
  gap: 34px;
  justify-content: center;
  min-height: calc(100vh - 72px);
  padding-bottom: 52px;
  padding-top: 64px;
  position: relative;
  text-align: center;
}

.hero[data-disable-custom-cursor] {
  cursor: auto;
}

.hero-horizon {
  height: 100%;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.hero-rain {
  display: block;
  height: 100%;
  inset: 0;
  opacity: 0.68;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 72%, transparent 96%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 72%, transparent 96%);
}

.hero-horizon::before {
  background:
    radial-gradient(circle at 50% 68%, rgba(255, 255, 255, 0.92) 0 1px, rgba(235, 213, 255, 0.62) 2px, transparent 9%),
    radial-gradient(circle at 50% 70%, rgba(184, 143, 255, 0.44) 0%, rgba(70, 48, 130, 0.26) 15%, transparent 36%),
    radial-gradient(ellipse at 50% 72%, rgba(214, 186, 255, 0.24) 0%, rgba(86, 60, 154, 0.18) 24%, transparent 56%);
  content: "";
  filter: blur(0.2px);
  inset: 0;
  opacity: 0.94;
  position: absolute;
}

.hero-horizon::after {
  background: #050506;
  border-radius: 50% 50% 0 0;
  box-shadow: 0 -1px 22px rgba(227, 213, 255, 0.18);
  content: "";
  height: 56%;
  left: 50%;
  position: absolute;
  top: 67%;
  transform: translateX(-50%);
  width: min(1800px, 142vw);
}

.hero-horizon__core {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.96) 0%, rgba(237, 219, 255, 0.68) 22%, rgba(157, 108, 255, 0.24) 48%, transparent 72%);
  border-radius: 999px;
  filter: blur(10px);
  height: 210px;
  left: 50%;
  opacity: 0.92;
  position: absolute;
  top: 58%;
  transform: translate(-50%, -50%);
  width: 360px;
}

.hero-horizon__rim {
  background: linear-gradient(90deg, transparent 0%, rgba(183, 155, 250, 0.12) 18%, rgba(255, 255, 255, 0.72) 50%, rgba(183, 155, 250, 0.12) 82%, transparent 100%);
  height: 1px;
  left: 50%;
  position: absolute;
  top: 67.4%;
  transform: translateX(-50%);
  width: min(760px, 74vw);
}

.hero__content,
.hero__footer {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  z-index: 1;
}

.hero .workflow-board--video {
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
  margin-bottom: 0;
}

.landing-page h1 {
  background: linear-gradient(180deg, #ffffff 0%, #f4f4f6 42%, #b9bbc6 100%);
  background-clip: text;
  color: transparent;
  font-size: 80px;
  font-weight: 500;
  line-height: 0.94;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.28),
    0 18px 70px rgba(255, 255, 255, 0.14),
    0 34px 90px rgba(0, 0, 0, 0.65);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@supports not ((background-clip: text) or (-webkit-background-clip: text)) {
  .landing-page h1 {
    background: none;
    color: #f7f7f8;
    -webkit-text-fill-color: #f7f7f8;
  }
}

.landing-page h2,
.landing-page h3 {
  font-weight: 500;
}

h2 {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  margin-bottom: 14px;
}

h3 {
  font-size: 18px;
  font-weight: 850;
  line-height: 1.2;
  margin-bottom: 10px;
}

.hero__copy,
.integrations p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 32px;
}

.button {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: inline-flex;
  gap: 10px;
  font-weight: 750;
  justify-content: center;
  min-height: 48px;
  min-width: 170px;
  padding: 13px 18px;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover,
.button:focus {
  text-decoration: none;
  transform: translateY(-1px);
}

.button__arrow {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  transition: transform 160ms ease;
}

.button:hover .button__arrow,
.button:focus .button__arrow {
  transform: translateX(3px);
}

.button--primary {
  background: var(--green);
  border-color: var(--green);
  color: #050506;
}

.button--primary:hover,
.button--primary:focus {
  background: #e1c579;
  border-color: #e1c579;
  box-shadow: 0 10px 28px rgba(215, 184, 102, 0.18);
  color: #050506;
}

.button--secondary {
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
}

.button--secondary:hover,
.button--secondary:focus {
  background: #202027;
  border-color: #5b5140;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  color: var(--ink);
}

.button--danger {
  background: rgba(237, 122, 114, 0.08);
  border-color: rgba(237, 122, 114, 0.3);
  color: #f0aaa6;
}

.button--danger:hover,
.button--danger:focus {
  background: rgba(237, 122, 114, 0.14);
  border-color: rgba(237, 122, 114, 0.48);
  box-shadow: 0 10px 28px rgba(237, 122, 114, 0.12);
  color: #ffd4d1;
}

.button--light {
  background: #e4e4e7;
  border-color: #e4e4e7;
  color: #050506;
}

.button--light:hover,
.button--light:focus {
  background: #f2f2f4;
  border-color: #f2f2f4;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  color: #050506;
}

.workflow-board {
  background: #09090b;
  border: 1px solid #28282f;
  border-radius: 8px;
  box-shadow: 0 30px 110px rgba(0, 0, 0, 0.72);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  margin: 0 auto;
  max-width: 1120px;
  padding: 14px;
  position: relative;
  text-align: left;
  width: 100%;
}

.workflow-board--video {
  aspect-ratio: 16 / 9;
  align-items: center;
  background: #050506;
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 30px 110px rgba(0, 0, 0, 0.72), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
}

.workflow-board--video::before {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.18), rgba(5, 5, 6, 0.58)),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
  content: "";
  inset: 0;
  position: absolute;
}

.workflow-board--video:hover,
.workflow-board--video:focus {
  outline: none;
  text-decoration: none;
}

.demo-video {
  display: block;
  height: 100%;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}

.demo-thumbnail {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(240px, 0.8fr) minmax(240px, 0.7fr) minmax(150px, 0.35fr);
  inset: 0;
  padding: clamp(28px, 5vw, 72px);
  position: absolute;
  z-index: 1;
}

.demo-thumbnail__employees {
  display: grid;
  gap: 12px;
  max-width: 420px;
}

.demo-employee {
  align-items: center;
  background: rgba(32, 32, 39, 0.84);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  gap: 12px;
  min-height: 72px;
  padding: 14px;
}

.demo-employee--green {
  border-color: rgba(125, 228, 168, 0.5);
}

.demo-employee--pink {
  border-color: rgba(255, 143, 196, 0.5);
}

.demo-employee--yellow {
  border-color: rgba(255, 219, 112, 0.5);
}

.demo-employee__robot {
  background: #f7f7f8;
  border-radius: 999px;
  flex: 0 0 auto;
  height: 42px;
  position: relative;
  width: 42px;
}

.demo-employee__robot::before {
  background: #151519;
  border-radius: 8px;
  content: "";
  height: 20px;
  left: 10px;
  position: absolute;
  top: 12px;
  width: 22px;
}

.demo-employee__robot::after {
  background: #f7f7f8;
  border-radius: 999px;
  box-shadow: 10px 0 0 #f7f7f8;
  content: "";
  height: 4px;
  left: 14px;
  position: absolute;
  top: 20px;
  width: 4px;
}

.demo-employee strong,
.demo-employee small {
  display: block;
}

.demo-employee strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.2;
}

.demo-employee small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  margin-top: 4px;
}

.demo-thumbnail__tasks {
  display: grid;
  gap: 9px;
}

.demo-task {
  align-items: center;
  background: rgba(32, 32, 39, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) 74px;
  min-height: 48px;
  padding: 10px 12px;
}

.demo-task--done {
  border-color: rgba(125, 228, 168, 0.42);
}

.demo-task--doing {
  border-color: rgba(255, 219, 112, 0.42);
}

.demo-task--todo {
  border-color: rgba(255, 255, 255, 0.14);
}

.demo-task--blocked {
  border-color: rgba(255, 143, 196, 0.42);
}

.demo-task strong {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.2;
}

.demo-task small {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  justify-self: end;
  padding: 5px 7px;
  text-transform: uppercase;
}

.demo-thumbnail__tools {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 64px);
  justify-content: end;
}

.demo-thumbnail__tools span {
  align-items: center;
  background: #f7f7f8;
  border-radius: 8px;
  display: inline-flex;
  height: 64px;
  justify-content: center;
  width: 64px;
}

.demo-thumbnail__tools img {
  display: block;
  height: 30px;
  width: 30px;
}

.demo-play-button {
  align-items: center;
  background: #f7f7f8;
  border: 1px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42), 0 0 0 10px rgba(255, 255, 255, 0.12);
  cursor: pointer;
  display: inline-flex;
  height: 78px;
  justify-content: center;
  padding: 0;
  position: absolute;
  width: 78px;
  z-index: 3;
}

.workflow-board--video.is-playing .demo-play-button {
  opacity: 0;
  pointer-events: none;
}

.demo-play-button__icon {
  border-bottom: 13px solid transparent;
  border-left: 20px solid #050506;
  border-top: 13px solid transparent;
  display: block;
  height: 0;
  margin-left: 5px;
  width: 0;
}

.roi-calculator {
  background: rgba(9, 9, 11, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 30px 110px rgba(0, 0, 0, 0.72), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(260px, 0.9fr) minmax(300px, 1.1fr);
  margin: 0 auto;
  max-width: 920px;
  padding: 18px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 1;
}

.roi-calculator__inputs {
  display: grid;
  gap: 12px;
}

.roi-calculator__prompt {
  display: grid;
  gap: 4px;
  padding: 2px 2px 4px;
}

.roi-calculator__prompt strong {
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
}

.roi-calculator__prompt span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.roi-calculator__field {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 14px;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.roi-calculator__field--editable {
  border-color: rgba(125, 228, 168, 0.34);
}

.roi-calculator__field--editable:focus-within {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(125, 228, 168, 0.7);
  box-shadow: 0 0 0 3px rgba(125, 228, 168, 0.12);
}

.roi-calculator__field--estimated,
.roi-calculator__field--fixed {
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(255, 255, 255, 0.1);
}

.roi-calculator__field-header {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.roi-calculator__field-header span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.roi-calculator__field-header small {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #d8d8df;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  padding: 5px 7px;
  text-transform: uppercase;
}

.roi-calculator__field--editable .roi-calculator__field-header small {
  background: rgba(125, 228, 168, 0.14);
  border-color: rgba(125, 228, 168, 0.32);
  color: #a9f1c7;
}

.roi-calculator__money-field {
  align-items: baseline;
  display: flex;
  gap: 4px;
}

.roi-calculator__money-field span {
  color: var(--ink);
  flex: 0 0 auto;
  font-size: 28px;
  font-weight: 750;
  line-height: 1;
}

.roi-calculator__fixed-value strong {
  color: var(--ink);
  font-size: 28px;
  font-weight: 750;
  line-height: 1;
}

.roi-calculator input {
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: text;
  font-size: 28px;
  font-weight: 750;
  line-height: 1;
  outline: none;
  padding: 0;
  width: 100%;
}

.roi-calculator input:focus {
  color: #ffffff;
}

.roi-calculator input[readonly] {
  cursor: default;
  opacity: 0.72;
}

.roi-calculator__results {
  background:
    linear-gradient(135deg, rgba(125, 228, 168, 0.15), rgba(245, 202, 95, 0.08)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(125, 228, 168, 0.24);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  padding: 18px;
}

.roi-calculator__hero-result {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 8px;
  padding-bottom: 18px;
}

.roi-calculator__hero-result span,
.roi-calculator__stats small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.roi-calculator__hero-result strong {
  color: var(--ink);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 0.95;
}

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

.roi-calculator__stats span {
  background: rgba(5, 5, 6, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  padding: 14px;
}

.roi-calculator__stats strong {
  color: var(--ink);
  font-size: 24px;
  font-weight: 750;
  line-height: 1;
}

.board-column {
  background: #0d0d10;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  min-height: 420px;
  padding: 12px;
}

.board-column__header {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: space-between;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.board-column__header strong {
  align-items: center;
  background: #282830;
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 24px;
}

.task-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-left: 4px solid var(--blue);
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
  margin-bottom: 12px;
  min-height: 112px;
  padding: 14px;
}

.task-card h2 {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.task-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}

.task-card__label {
  color: var(--green);
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.task-card--active {
  border-left-color: var(--amber);
}

.task-card--complete {
  border-left-color: var(--green);
}

.task-card--blocked {
  border-left-color: var(--red);
}

.task-card--muted {
  opacity: 0.68;
}

.section__intro {
  max-width: 720px;
}

.steps {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
  position: relative;
}

.steps::before {
  background: var(--line);
  content: "";
  height: 1px;
  left: 24px;
  position: absolute;
  right: 24px;
  top: 24px;
}

.steps article {
  min-height: 190px;
  padding: 0 28px 0 0;
  position: relative;
  z-index: 1;
}

.step-number {
  align-items: center;
  background: var(--paper);
  border: 1px solid #5b5140;
  border-radius: 999px;
  color: var(--green);
  display: inline-flex;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  font-weight: 800;
  height: 48px;
  justify-content: center;
  margin-bottom: 28px;
  width: 48px;
}

.steps p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.models {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(340px, 1fr) minmax(0, 0.9fr);
}

.integrations {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
}

.models--reverse .model-list {
  order: 2;
}

.models--reverse .section__intro {
  order: 1;
}

.integrations--reverse .integration-list {
  order: 1;
}

.integrations--reverse .section__intro {
  order: 2;
}

.models .section__intro p:not(.eyebrow),
.integrations .section__intro p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
  max-width: 620px;
}

.text-accent-underline {
  --underline-color: #7de4a8;

  display: inline-block;
  position: relative;
  z-index: 0;
}

.text-accent-underline::after {
  background: var(--underline-color);
  border-radius: 999px 70% 999px 65%;
  bottom: 0.04em;
  content: "";
  height: 0.16em;
  left: -0.04em;
  opacity: 0.9;
  position: absolute;
  right: -0.06em;
  transform: rotate(-1.5deg);
  z-index: -1;
}

.text-accent-underline--model {
  --underline-color: #7de4a8;
}

.text-accent-underline--agent {
  --underline-color: #7de4a8;
}

.text-accent-underline--tool {
  --underline-color: #7de4a8;
}

.text-accent-underline--task {
  --underline-color: #7de4a8;
}

.models .section__intro .eyebrow,
.integrations .section__intro .eyebrow,
.pricing .section__intro .eyebrow {
  color: #d7b866;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.legal-page {
  min-height: calc(100vh - 145px);
}

.legal-page__content {
  margin: 0 auto;
  max-width: 820px;
  padding: 96px 24px 120px;
}

.legal-page h1 {
  font-size: clamp(42px, 6vw, 78px);
  margin-bottom: 28px;
}

.legal-page__eyebrow {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.legal-page h2 {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.2;
  margin: 42px 0 12px;
}

.legal-page p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.legal-page a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.model-list,
.integration-list,
.task-status-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.model-list > span,
.integration-list > span,
.task-status-list > span {
  align-items: center;
  background: var(--panel-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  font-size: 18px;
  font-weight: 850;
  gap: 14px;
  padding: 22px;
}

.task-status-list > span {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 34px 1fr;
  min-height: 104px;
}

.task-status-list strong,
.task-status-list small {
  grid-column: 2;
}

.task-status-list small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: -6px;
}

.task-status-icon {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  grid-row: 1 / span 2;
  height: 34px;
  justify-content: center;
  position: relative;
  width: 34px;
}

.task-status-icon--todo {
  background: rgba(247, 247, 248, 0.1);
  border: 1px solid rgba(247, 247, 248, 0.48);
}

.task-status-icon--todo::before {
  background: #f7f7f8;
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
}

.task-status-icon--doing {
  background: rgba(245, 202, 95, 0.12);
  border: 1px solid rgba(245, 202, 95, 0.56);
}

.task-status-icon--doing::before {
  border: 2px solid rgba(245, 202, 95, 0.32);
  border-top-color: #f5ca5f;
  border-radius: 999px;
  content: "";
  height: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
}

.task-status-icon--done {
  background: rgba(127, 255, 225, 0.12);
  border: 1px solid rgba(127, 255, 225, 0.5);
}

.task-status-icon--done::before {
  border-bottom: 2px solid #7fffe1;
  border-right: 2px solid #7fffe1;
  content: "";
  height: 13px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -58%) rotate(45deg);
  width: 7px;
}

.task-status-icon--blocked {
  background: rgba(237, 122, 114, 0.12);
  border: 1px solid rgba(237, 122, 114, 0.5);
}

.task-status-icon--blocked::before,
.task-status-icon--blocked::after {
  background: #ed7a72;
  border-radius: 999px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 16px;
}

.task-status-icon--blocked::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.task-status-icon--blocked::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.integration-icon {
  align-items: center;
  background: #f7f7f8;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.integration-icon img {
  display: block;
  height: 18px;
  width: 18px;
}

.computer-use-icon {
  border: 1.4px solid currentColor;
  border-radius: 2px;
  display: block;
  height: 15px;
  position: relative;
  width: 22px;
}

.computer-use-icon::before {
  background: currentColor;
  border-radius: 0 0 999px 999px;
  bottom: -5px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 2px;
}

.computer-use-icon--chatgpt {
  color: #10a37f;
}

.computer-use-hand {
  color: #d97745;
  display: block;
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
  width: 19px;
}

.computer-use-hand--claude {
  color: #d97745;
}

.pricing {
  border-top: 1px solid var(--line);
  padding-bottom: 96px;
  text-align: center;
}

.pricing .section__intro {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.pricing .section__intro p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

.pricing-grid {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}

.price-card {
  background: var(--panel-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 380px;
  padding: 26px;
}

.price-card--featured {
  background: var(--panel-soft);
  border-color: var(--line);
}

.price-card__label {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.price-card__price {
  color: var(--ink);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  margin: 12px 0 24px;
}

.price-card__price span {
  color: var(--muted);
  font-size: 17px;
  font-weight: 800;
}

.price-card ul {
  color: var(--muted);
  flex: 1;
  font-size: 15px;
  line-height: 1.8;
  list-style: none;
  margin: 0;
  padding: 0;
}

.price-card li {
  border-top: 1px solid var(--line);
  padding: 10px 0;
}

.price-card .button {
  margin-top: 24px;
  width: 100%;
}

@media (max-width: 980px) {
  .hero,
  .models,
  .integrations {
    grid-template-columns: 1fr;
  }

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

  .hero {
    min-height: auto;
    padding-top: 56px;
  }

  .landing-page h1 {
    font-size: 68px;
  }

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

  .roi-calculator {
    grid-template-columns: 1fr;
  }

  .demo-thumbnail {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .demo-thumbnail__employees {
    max-width: 360px;
  }

  .demo-thumbnail__tools {
    display: none;
  }

  .demo-thumbnail__tasks {
    display: none;
  }

  .board-column {
    min-height: 300px;
  }
}

@media (max-width: 720px) {
  .site-nav__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .site-nav__links {
    gap: 14px;
    justify-content: space-between;
    width: 100%;
  }

  .site-nav__links a {
    font-size: 13px;
  }

  .site-nav__links .nav-cta {
    padding: 9px 10px;
  }

  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero,
  .section,
  .integrations {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1 {
    font-size: 48px;
  }

  .landing-page h1 {
    font-size: 50px;
  }

  .hero__copy,
  .integrations p {
    font-size: 18px;
  }

  .workflow-board,
  .roi-calculator,
  .model-list,
  .steps,
  .integration-list,
  .task-status-list {
    grid-template-columns: 1fr;
  }

  .roi-calculator {
    padding: 14px;
  }

  .roi-calculator__stats {
    grid-template-columns: 1fr;
  }

  .steps {
    gap: 26px;
  }

  .steps::before {
    bottom: 0;
    height: auto;
    left: 24px;
    right: auto;
    top: 0;
    width: 1px;
  }

  .steps article {
    min-height: auto;
    padding: 0 0 0 70px;
  }

  .step-number {
    left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
  }
}

.kanban-app {
  background: #09090b;
  margin: 0 auto;
  max-width: 1440px;
  padding: 28px 24px 48px;
}

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

.kanban-header h1 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
  margin-bottom: 8px;
}

.kanban-header p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
  max-width: 640px;
}

.panel-heading span {
  color: var(--green);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.dashboard-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 12px;
}

.dashboard-panel {
  background: #0f0f13;
  border: 1px solid #24242c;
  border-radius: 8px;
  min-height: 220px;
  padding: 18px;
}

.panel-heading {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.panel-heading h2 {
  font-size: 22px;
  line-height: 1.1;
  margin: 0;
}

.panel-heading .button {
  min-height: 40px;
  min-width: 126px;
  padding: 9px 13px;
}

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

.employee-card,
.tool-item {
  background: #141419;
  border: 1px solid #282832;
  border-radius: 8px;
}

.employee-card {
  cursor: pointer;
  min-height: 150px;
  padding: 16px;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.employee-card:hover,
.employee-card:focus {
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  outline: none;
  transform: scale(1.025);
}

.employee-card--green {
  background: linear-gradient(180deg, rgba(125, 228, 168, 0.1), #111116 62%);
  border-color: rgba(125, 228, 168, 0.5);
}

.employee-card--pink {
  background: linear-gradient(180deg, rgba(255, 143, 196, 0.1), #111116 62%);
  border-color: rgba(255, 143, 196, 0.5);
}

.employee-card--yellow {
  background: linear-gradient(180deg, rgba(255, 219, 112, 0.1), #111116 62%);
  border-color: rgba(255, 219, 112, 0.5);
}

.employee-card--blue {
  background: linear-gradient(180deg, rgba(120, 170, 255, 0.1), #111116 62%);
  border-color: rgba(120, 170, 255, 0.5);
}

.employee-card--cyan {
  background: linear-gradient(180deg, rgba(127, 255, 225, 0.1), #111116 62%);
  border-color: rgba(127, 255, 225, 0.5);
}

.employee-card--red {
  background: linear-gradient(180deg, rgba(237, 122, 114, 0.1), #111116 62%);
  border-color: rgba(237, 122, 114, 0.5);
}

.employee-card--create {
  background: rgba(255, 255, 255, 0.015);
  border-style: dashed;
  color: var(--muted);
}

.employee-card__topline {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.employee-avatar,
.employee-avatar--blue,
.employee-avatar--amber {
  align-items: center;
  background: #282830;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 900;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.employee-avatar--create {
  background: transparent;
  border-style: dashed;
  color: var(--muted);
  font-size: 20px;
}

.employee-robot {
  --robot-accent: #7de4a8;
  background: rgba(125, 228, 168, 0.12);
  border-color: rgba(125, 228, 168, 0.42);
  color: transparent;
  position: relative;
}

.employee-card--pink .employee-robot {
  --robot-accent: #ff8fc4;
  background: rgba(255, 143, 196, 0.12);
  border-color: rgba(255, 143, 196, 0.42);
}

.employee-card--yellow .employee-robot {
  --robot-accent: #ffdb70;
  background: rgba(255, 219, 112, 0.12);
  border-color: rgba(255, 219, 112, 0.42);
}

.employee-card--blue .employee-robot {
  --robot-accent: #78aaff;
  background: rgba(120, 170, 255, 0.12);
  border-color: rgba(120, 170, 255, 0.42);
}

.employee-card--cyan .employee-robot {
  --robot-accent: #7fffe1;
  background: rgba(127, 255, 225, 0.12);
  border-color: rgba(127, 255, 225, 0.42);
}

.employee-card--red .employee-robot {
  --robot-accent: #ed7a72;
  background: rgba(237, 122, 114, 0.12);
  border-color: rgba(237, 122, 114, 0.42);
}

.employee-modal--pink .employee-robot {
  --robot-accent: #ff8fc4;
  background: rgba(255, 143, 196, 0.12);
  border-color: rgba(255, 143, 196, 0.42);
}

.employee-modal--yellow .employee-robot {
  --robot-accent: #ffdb70;
  background: rgba(255, 219, 112, 0.12);
  border-color: rgba(255, 219, 112, 0.42);
}

.employee-modal--blue .employee-robot {
  --robot-accent: #78aaff;
  background: rgba(120, 170, 255, 0.12);
  border-color: rgba(120, 170, 255, 0.42);
}

.employee-modal--cyan .employee-robot {
  --robot-accent: #7fffe1;
  background: rgba(127, 255, 225, 0.12);
  border-color: rgba(127, 255, 225, 0.42);
}

.employee-modal--red .employee-robot {
  --robot-accent: #ed7a72;
  background: rgba(237, 122, 114, 0.12);
  border-color: rgba(237, 122, 114, 0.42);
}

.employee-robot::before {
  background:
    radial-gradient(circle at 7px 7px, #050506 0 2px, transparent 2.5px),
    radial-gradient(circle at 15px 7px, #050506 0 2px, transparent 2.5px),
    linear-gradient(180deg, #ffffff, #d8f8ef);
  border: 1px solid var(--robot-accent);
  border-radius: 7px;
  content: "";
  height: 17px;
  left: 50%;
  position: absolute;
  top: 13px;
  transform: translateX(-50%);
  width: 22px;
}

.employee-robot::after {
  background: var(--robot-accent);
  border-radius: 999px;
  box-shadow: 0 19px 0 -1px var(--robot-accent);
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  top: 8px;
  transform: translateX(-50%);
  width: 5px;
}

.tool-logo {
  align-items: center;
  background: #f7f7f8;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.tool-logo img {
  display: block;
  height: 22px;
  width: 22px;
}

.status-pill {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  gap: 6px;
  padding: 5px 8px;
  position: relative;
}

.status-pill[data-tooltip]::after {
  background: #050506;
  border: 1px solid #33333d;
  border-radius: 8px;
  bottom: calc(100% + 10px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.38);
  color: var(--ink);
  content: attr(data-tooltip);
  font-size: 12px;
  font-weight: 800;
  left: 50%;
  line-height: 1.35;
  opacity: 0;
  padding: 9px 10px;
  pointer-events: none;
  position: absolute;
  text-transform: none;
  transform: translateX(-50%) translateY(4px);
  transition: opacity 140ms ease, transform 140ms ease;
  visibility: hidden;
  width: 220px;
  z-index: 20;
}

.status-pill[data-tooltip]:hover::after,
.status-pill[data-tooltip]:focus::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  visibility: visible;
}

.status-pill--green,
.status-pill--yellow {
  background: #151519;
}

.status-pill::before {
  animation: statusPulse 1.5s ease-in-out infinite;
  border-radius: 999px;
  content: "";
  height: 7px;
  width: 7px;
}

.status-pill--green::before {
  background: #7de4a8;
  box-shadow: 0 0 0 0 rgba(125, 228, 168, 0.42);
}

.status-pill--yellow::before {
  background: #f5a524;
  box-shadow: 0 0 0 0 rgba(245, 165, 36, 0.42);
}

@keyframes statusPulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.9);
  }

  50% {
    opacity: 1;
    transform: scale(1.16);
  }
}

.employee-card h3,
.tool-item h3 {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 6px;
}

.employee-card p,
.tool-item p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 8px;
}

.employee-card__codename {
  color: var(--ink);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.2;
  margin-bottom: 6px;
}

.employee-card__meta {
  display: grid;
  gap: 6px;
  margin: 12px 0 0;
}

.employee-card__meta div {
  align-items: center;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  min-height: 30px;
  padding: 6px 8px;
}

.employee-card__meta dt,
.employee-card__meta dd {
  font-size: 11px;
  line-height: 1.2;
  margin: 0;
}

.employee-card__meta dt {
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
}

.employee-card__meta dd {
  color: var(--ink);
  font-weight: 900;
  text-align: right;
}

.tool-list {
  display: grid;
  gap: 10px;
}

.tool-item {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  min-height: 72px;
  padding: 12px;
}

.tool-item p,
.tool-item h3 {
  margin-bottom: 0;
}

.tool-item strong {
  align-items: center;
  background: rgba(125, 228, 168, 0.06);
  border: 1px solid rgba(125, 228, 168, 0.18);
  border-radius: 999px;
  color: #9edeb8;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  min-width: 48px;
  padding: 4px 8px;
}

.tool-item--muted {
  opacity: 0.78;
}

.run-history-panel {
  margin-top: 12px;
}

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

.run-history-tabs {
  margin-bottom: 10px;
}

.run-history-item {
  align-items: center;
  background: #121217;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: 140px minmax(0, 1fr) 86px;
  min-height: 48px;
  padding: 9px 12px;
}

.run-history-item[hidden] {
  display: none;
}

.run-history-list .run-history-item:nth-child(odd) {
  background: #15151a;
  border-color: rgba(255, 255, 255, 0.16);
}

.run-history-list .run-history-item:nth-child(even) {
  background: #101014;
  border-color: rgba(150, 150, 162, 0.26);
}

.run-history-list .run-history-item--employee-1 {
  border-color: rgba(125, 228, 168, 0.5);
}

.run-history-list .run-history-item--employee-2 {
  border-color: rgba(255, 143, 196, 0.5);
}

.run-history-list .run-history-item--employee-3 {
  border-color: rgba(255, 219, 112, 0.5);
}

.run-history-item span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.run-history-meta {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  justify-self: end;
}

.run-history-meta time {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.run-history-item .run-history-check {
  align-items: center;
  background: rgba(125, 228, 168, 0.08);
  border: 1px solid rgba(125, 228, 168, 0.24);
  border-radius: 999px;
  color: #9edeb8;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  height: 26px;
  justify-content: center;
  justify-self: end;
  line-height: 1;
  width: 26px;
}

.run-history-item h3 {
  font-size: 14px;
  line-height: 1.25;
  margin: 0;
}

.run-history-empty {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}

.activity-panel {
  margin-top: 12px;
}

.task-tabs {
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 4px;
  margin: -2px 0 10px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.task-tab {
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--muted);
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.task-tab:hover,
.task-tab:focus,
.task-tab.is-active {
  background: #15151a;
  border-color: var(--line);
  color: var(--ink);
  outline: none;
  text-decoration: none;
}

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

.completed-task {
  align-items: center;
  background: #121217;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: 140px minmax(0, 1fr) 120px;
  min-height: 48px;
  padding: 9px 12px;
}

.completed-task[hidden] {
  display: none;
}

.completed-task-list .completed-task:nth-child(odd) {
  background: #15151a;
  border-color: rgba(255, 255, 255, 0.16);
}

.completed-task-list .completed-task:nth-child(even) {
  background: #101014;
  border-color: rgba(150, 150, 162, 0.26);
}

.completed-task span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.completed-task h3 {
  font-size: 14px;
  line-height: 1.25;
  margin: 0;
}

.task-status {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  justify-self: end;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-width: 74px;
  padding: 5px 8px;
  text-align: center;
  text-transform: uppercase;
}

.task-status--todo {
  background: rgba(183, 155, 250, 0.07);
  border-color: rgba(183, 155, 250, 0.18);
  color: #c4b5f5;
}

.task-status--doing {
  background: rgba(255, 219, 112, 0.07);
  border-color: rgba(255, 219, 112, 0.18);
  color: #e8cc7d;
}

.task-status--done {
  background: rgba(125, 228, 168, 0.07);
  border-color: rgba(125, 228, 168, 0.18);
  color: #9edeb8;
}

.task-status--blocked {
  background: rgba(237, 122, 114, 0.07);
  border-color: rgba(237, 122, 114, 0.18);
  color: #e39a95;
}

.employee-modal[hidden] {
  display: none;
}

.employee-modal {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 24px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

.employee-modal__overlay {
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(10px);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.employee-panel {
  --employee-accent: rgba(125, 228, 168, 0.62);
  --employee-accent-soft: rgba(125, 228, 168, 0.14);

  background:
    radial-gradient(circle at 50% 0%, var(--employee-accent-soft), transparent 36%),
    linear-gradient(180deg, #15151a, #0e0e12);
  border: 1px solid var(--employee-accent);
  border-radius: 8px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.64), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  max-width: 520px;
  padding: 28px 24px 24px;
  position: relative;
  text-align: center;
  width: min(520px, 100%);
  z-index: 1;
}

.employee-modal--green .employee-panel {
  --employee-accent: rgba(125, 228, 168, 0.68);
  --employee-accent-soft: rgba(125, 228, 168, 0.18);
}

.employee-modal--pink .employee-panel {
  --employee-accent: rgba(255, 143, 196, 0.68);
  --employee-accent-soft: rgba(255, 143, 196, 0.18);
}

.employee-modal--yellow .employee-panel {
  --employee-accent: rgba(255, 219, 112, 0.68);
  --employee-accent-soft: rgba(255, 219, 112, 0.18);
}

.employee-modal--blue .employee-panel {
  --employee-accent: rgba(120, 170, 255, 0.68);
  --employee-accent-soft: rgba(120, 170, 255, 0.18);
}

.employee-modal--cyan .employee-panel {
  --employee-accent: rgba(127, 255, 225, 0.68);
  --employee-accent-soft: rgba(127, 255, 225, 0.18);
}

.employee-modal--red .employee-panel {
  --employee-accent: rgba(237, 122, 114, 0.68);
  --employee-accent-soft: rgba(237, 122, 114, 0.18);
}

.employee-panel__avatar {
  align-items: center;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32), 0 0 0 1px var(--employee-accent);
  display: inline-flex;
  height: 92px;
  justify-content: center;
  margin: -4px auto 16px;
  width: 92px;
}

.employee-panel__avatar.employee-robot::before {
  background:
    radial-gradient(circle at 15px 14px, #050506 0 4px, transparent 4.5px),
    radial-gradient(circle at 35px 14px, #050506 0 4px, transparent 4.5px),
    linear-gradient(180deg, #ffffff, #d8f8ef);
  border-radius: 14px;
  height: 38px;
  top: 30px;
  width: 50px;
}

.employee-panel__avatar.employee-robot::after {
  box-shadow: 0 43px 0 -1px var(--robot-accent);
  height: 8px;
  top: 18px;
  width: 8px;
}

.employee-panel__avatar--create span {
  color: #151519;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.employee-panel__header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 8px;
  padding-bottom: 18px;
}

.employee-panel__header span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.employee-panel h2 {
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 0;
}

.employee-modal__close {
  align-items: center;
  background: #101014;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 38px;
}

.employee-modal__close:hover,
.employee-modal__close:focus {
  border-color: #5b5140;
  outline: none;
}

.employee-detail-list {
  display: grid;
  gap: 10px;
  margin: 0;
  text-align: left;
}

.employee-detail-list div {
  background: rgba(255, 255, 255, 0.024);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: 130px minmax(0, 1fr);
  padding: 12px;
}

.employee-detail-list dt,
.employee-detail-list dd {
  font-size: 14px;
  line-height: 1.35;
  margin: 0;
}

.employee-detail-list dt {
  color: var(--muted);
  font-weight: 800;
}

.employee-detail-list dd {
  color: var(--ink);
  font-weight: 850;
}

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

.employee-panel__action--wide {
  grid-column: 1 / -1;
}

.employee-panel__actions .button {
  min-width: 0;
  width: 100%;
}

.employee-action-menu {
  position: relative;
}

.employee-action-menu__list {
  background: #0b0b0e;
  border: 1px solid #33333d;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
  display: grid;
  gap: 4px;
  left: 0;
  min-width: 210px;
  opacity: 0;
  padding: 6px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 8px);
  transform: translateY(-4px);
  transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
  visibility: hidden;
  z-index: 30;
}

.employee-action-menu.is-open .employee-action-menu__list {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.employee-action-menu__list a {
  border-radius: 6px;
  color: var(--ink);
  display: block;
  font-size: 13px;
  font-weight: 850;
  padding: 9px 10px;
  position: relative;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.employee-action-menu__list a:hover,
.employee-action-menu__list a:focus {
  background: #15151a;
  outline: none;
  text-decoration: none;
}

.employee-action-menu__list a[data-tooltip]::after {
  background: #050506;
  border: 1px solid #33333d;
  border-radius: 8px;
  bottom: calc(100% + 8px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.38);
  color: var(--ink);
  content: attr(data-tooltip);
  font-size: 12px;
  font-weight: 800;
  left: 0;
  line-height: 1.35;
  opacity: 0;
  padding: 9px 10px;
  pointer-events: none;
  position: absolute;
  transform: translateY(4px);
  transition: opacity 140ms ease, transform 140ms ease;
  visibility: hidden;
  width: 220px;
  white-space: normal;
  z-index: 40;
}

.employee-action-menu__list a[data-tooltip]:hover::after,
.employee-action-menu__list a[data-tooltip]:focus::after {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.create-employee-panel {
  --employee-accent: rgba(125, 228, 168, 0.5);
  --employee-accent-soft: rgba(125, 228, 168, 0.12);
}

.create-employee-form {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  text-align: left;
}

.create-employee-form label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.create-employee-tools {
  border: 0;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
}

.create-employee-tools legend {
  border: 0;
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin: 0 0 10px;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}

.create-employee-tools label {
  align-items: center;
  background: #101014;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  gap: 8px;
  min-height: 38px;
  padding: 8px 10px;
  text-transform: none;
}

.create-employee-tools input {
  accent-color: #7de4a8;
  margin: 0;
}

.create-employee-tools span {
  font-size: 13px;
  font-weight: 800;
}

.create-employee-tools label:has(input:checked) {
  background: rgba(125, 228, 168, 0.1);
  border-color: var(--employee-accent);
}

.create-employee-form input,
.create-employee-form select,
.instructions-editor input[type="text"],
.instructions-editor select {
  appearance: none;
  background: #101014;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 42px;
  padding: 10px 36px 10px 12px;
  width: 100%;
}

.create-employee-form input:focus,
.create-employee-form select:focus,
.instructions-editor input[type="text"]:focus,
.instructions-editor select:focus {
  border-color: var(--employee-accent, var(--green));
  outline: none;
}

.create-employee-form .button {
  margin-top: 8px;
  width: 100%;
}

.instructions-page {
  margin: 0 auto;
  max-width: 1180px;
  padding: 28px 24px 54px;
}

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

.instructions-header h1 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
  margin-bottom: 8px;
}

.instructions-header p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
  max-width: 680px;
}

.instructions-eyebrow {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.instructions-notice {
  background: rgba(125, 228, 168, 0.08);
  border: 1px solid rgba(125, 228, 168, 0.24);
  border-radius: 8px;
  color: #9edeb8;
  font-weight: 850;
  padding: 12px 14px;
}

.instructions-notice--alert {
  background: rgba(237, 122, 114, 0.08);
  border-color: rgba(237, 122, 114, 0.3);
  color: #f0aaa6;
}

.login-page {
  background: var(--bg);
  color: var(--ink);
  min-height: calc(100vh - 72px);
  padding: 80px 20px;
}

.login-panel {
  background: #16161a;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 0 auto;
  max-width: 420px;
  padding: 24px;
}

.login-panel h1 {
  font-size: 36px;
  margin: 6px 0 18px;
}

.login-form {
  display: grid;
  gap: 12px;
}

.login-form label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.login-form input {
  background: #101014;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  padding: 12px 14px;
}

.login-form input:focus {
  border-color: var(--green);
  outline: none;
}

.instructions-layout {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
}

.instructions-editor,
.instructions-sidebar {
  background: #16161a;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.instructions-editor form {
  display: grid;
  gap: 12px;
}

.instructions-editor label,
.instructions-sidebar h2 {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.instructions-editor textarea {
  background: #101014;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: 14px/1.55 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  min-height: 520px;
  padding: 14px;
  resize: vertical;
  width: 100%;
}

.instructions-editor textarea:focus {
  border-color: var(--green);
  outline: none;
}

.instructions-actions {
  display: flex;
  justify-content: flex-end;
}

.danger-zone {
  align-items: center;
  background: rgba(231, 89, 80, 0.07);
  border: 1px solid rgba(231, 89, 80, 0.28);
  border-radius: 8px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: 18px;
  padding: 16px;
}

.danger-zone h2 {
  color: #f2aaa5;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.danger-zone p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}

.instructions-delete-form {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.instructions-sidebar {
  align-content: start;
  display: grid;
  gap: 12px;
}

.instructions-sidebar p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 6px;
}

.copy-link-row {
  align-items: stretch;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) 42px;
}

.instructions-sidebar code {
  background: #101014;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: block;
  font-size: 12px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  padding: 12px;
  white-space: normal;
}

.copy-link-button {
  align-items: center;
  background: #151519;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: 42px;
  padding: 0;
}

.copy-link-button:hover,
.copy-link-button:focus {
  border-color: var(--green);
  outline: none;
}

.copy-link-button span {
  border: 1.5px solid currentColor;
  border-radius: 3px;
  display: block;
  height: 16px;
  position: relative;
  width: 13px;
}

.copy-link-button span::before {
  border: 1.5px solid currentColor;
  border-radius: 3px;
  content: "";
  height: 16px;
  left: -6px;
  position: absolute;
  top: -6px;
  width: 13px;
}

.kanban-board {
  background: #1a1a20;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(240px, 1fr));
  min-height: calc(100vh - 190px);
  overflow-x: auto;
  padding: 12px;
}

.kanban-column {
  background: #16161a;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 560px;
  padding: 12px;
}

.kanban-column__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.kanban-column__header h2 {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  margin: 0;
}

.kanban-column__header span {
  align-items: center;
  background: #282830;
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.new-card-form,
.comment-form {
  display: grid;
  gap: 10px;
}

.new-card-form {
  border-bottom: 1px solid var(--line);
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.new-card-form label,
.comment-form label,
.card-settings label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  margin: 0;
}

.new-card-form input,
.new-card-form textarea,
.new-card-form select,
.comment-form textarea,
.card-settings select {
  background: #101014;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 42px;
  padding: 10px 11px;
  width: 100%;
}

.new-card-form textarea,
.comment-form textarea {
  line-height: 1.45;
  resize: vertical;
}

.new-card-form input:focus,
.new-card-form textarea:focus,
.new-card-form select:focus,
.comment-form textarea:focus,
.card-settings select:focus {
  border-color: var(--green);
  outline: none;
}

.new-card-form .button,
.comment-form .button {
  min-width: 0;
  width: 100%;
}

.kanban-card-list {
  display: grid;
  gap: 10px;
  flex: 1;
  grid-auto-rows: max-content;
  min-height: 220px;
}

.kanban-card-list.is-drag-over {
  background: rgba(215, 184, 102, 0.08);
  border: 1px dashed rgba(215, 184, 102, 0.55);
  border-radius: 8px;
  padding: 8px;
}

.kanban-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-left: 4px solid var(--blue);
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  min-height: 128px;
  padding: 14px;
}

.kanban-card:hover,
.kanban-card:focus,
.kanban-card.is-selected {
  border-color: #5b5140;
  border-left-color: var(--green);
  outline: none;
}

.kanban-card.is-dragging {
  opacity: 0.55;
}

.kanban-card h3 {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.kanban-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 12px;
}

.kanban-card__repeat {
  background: #151519;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  margin: 0 0 10px;
  padding: 4px 8px;
}

.kanban-card button {
  background: transparent;
  border: 0;
  color: var(--green);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  padding: 0;
}

.card-modal[hidden] {
  display: none;
}

.card-modal {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 24px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

.card-modal__overlay {
  background: rgba(0, 0, 0, 0.64);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.card-panel {
  background: var(--panel-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.52);
  max-height: min(760px, calc(100vh - 48px));
  max-width: 680px;
  min-height: 420px;
  overflow: auto;
  padding: 18px;
  position: relative;
  width: min(680px, 100%);
  z-index: 1;
}

.card-modal__close {
  align-items: center;
  background: #151519;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 38px;
}

.card-modal__close:hover,
.card-modal__close:focus {
  border-color: #5b5140;
  outline: none;
}

.card-panel__header {
  border-bottom: 1px solid var(--line);
  margin-bottom: 18px;
  padding-bottom: 18px;
  padding-right: 46px;
}

.card-panel__header span {
  color: var(--green);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 10px;
}

.card-panel__header strong {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
}

.card-panel__header h2,
.comments h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.card-panel__header p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.card-settings {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.comments {
  margin-bottom: 18px;
}

.comment-list {
  display: grid;
  gap: 10px;
}

.comment-list p {
  background: #151519;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
  padding: 12px;
}

@media (max-width: 720px) {
  .kanban-app {
    padding: 24px 16px 40px;
  }

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

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

  .kanban-header .button {
    width: 100%;
  }

  .instructions-header .button {
    width: 100%;
  }

  .workspace-health {
    min-width: 0;
    width: 100%;
  }

  .dashboard-grid,
  .employee-grid,
  .instructions-layout {
    grid-template-columns: 1fr;
  }

  .dashboard-panel--wide {
    grid-row: auto;
  }

  .panel-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .panel-heading .button {
    width: 100%;
  }

  .kanban-board {
    grid-template-columns: repeat(5, minmax(240px, 1fr));
    min-height: auto;
  }

  .kanban-column {
    min-height: 420px;
  }

  .card-modal {
    align-items: flex-end;
    padding: 12px;
  }

  .card-panel {
    max-height: calc(100vh - 24px);
    min-height: 360px;
  }

  .employee-modal {
    align-items: flex-end;
    padding: 12px;
  }

  .employee-panel {
    max-height: calc(100vh - 24px);
    overflow: auto;
  }

  .employee-detail-list div {
    grid-template-columns: 1fr;
  }

  .completed-task {
    align-items: start;
    gap: 5px;
    grid-template-columns: 1fr;
  }

  .run-history-item {
    align-items: start;
    gap: 5px;
    grid-template-columns: 1fr;
  }

  .task-status {
    justify-self: start;
    text-align: center;
  }
}
