@charset "UTF-8";
:root {
  --canvas: #f5f7fb;
  --surface: #fff;
  --ink: #243247;
  --muted: #788396;
  --faint: #a0a9b7;
  --line: #e8ecf2;
  --sidebar: #192535;
  --accent: #5262dc;
  --accent-soft: #eff1fe;
  --green: #248575;
  --green-soft: #eaf5f1;
  --amber: #be842d;
  --amber-soft: #fff5e4;
  --red: #c06a60;
  --red-soft: #fcf0ed;
  --shadow: 0 12px 36px #1925350c;
  --radius: 12px;
  --font: "Segoe UI", "Microsoft YaHei UI", "PingFang SC", sans-serif;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font);
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button {
  color: inherit;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #8795f4;
  outline-offset: 3px;
}
button {
  transition:
    background 0.18s,
    color 0.18s,
    border-color 0.18s,
    transform 0.18s;
}
svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1 {
  font-size: 27px;
  line-height: 1.4;
  font-weight: 650;
  letter-spacing: -0.7px;
}
h2 {
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -0.3px;
}
h3 {
  font-size: 14px;
  font-weight: 650;
}
small {
  font-size: 11px;
}
a {
  color: var(--accent);
}
.skip-link {
  position: fixed;
  left: 240px;
  top: -100px;
  z-index: 30;
  background: white;
  padding: 12px;
}
.skip-link:focus {
  top: 12px;
}
.shell {
  min-height: 100vh;
}
.sidebar {
  width: 222px;
  position: fixed;
  inset: 0 auto 0 0;
  background: var(--sidebar);
  color: #a5b0c0;
  display: flex;
  flex-direction: column;
  padding: 29px 15px 20px;
  z-index: 5;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 14px 24px;
  color: #fff;
}
.brand-symbol {
  width: 31px;
  height: 31px;
  background: #6170e7;
  border-radius: 9px;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 9px #0002;
  position: relative;
}
.brand-symbol:before,
.brand-symbol:after {
  content: "";
  position: absolute;
  border: 1.6px solid #fff;
  border-radius: 3px;
  width: 9px;
  height: 15px;
  transform: skewY(-15deg);
}
.brand-symbol:before {
  left: 7px;
  top: 6px;
}
.brand-symbol:after {
  left: 15px;
  top: 9px;
  background: #6170e7;
}
.brand-name {
  font-size: 17px;
  font-weight: 650;
  letter-spacing: 0.5px;
}
.workspace-marker {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ffffff12;
  border-radius: 9px;
  margin: 0 7px 25px;
  padding: 11px;
}
.workspace-marker svg {
  color: #8294b3;
}
.workspace-marker strong {
  font-size: 12px;
  color: #dce3ed;
  display: block;
  font-weight: 500;
}
.nav-label {
  font-size: 10px;
  letter-spacing: 1.3px;
  color: #73839a;
  padding: 0 16px;
  margin: 17px 0 10px;
}
.nav-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nav-item {
  width: 100%;
  border: 0;
  background: transparent;
  color: #9caabe;
  display: flex;
  align-items: center;
  gap: 11px;
  border-radius: 7px;
  padding: 11px 15px;
  text-align: left;
  font-size: 12px;
  position: relative;
}
.nav-item:hover {
  background: #ffffff07;
  color: white;
}
.nav-item.active {
  background: #344363;
  color: #fff;
}
.nav-item.active:before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 17px;
  background: #929cff;
  border-radius: 3px;
}
.nav-item svg {
  width: 17px;
  height: 17px;
}
.nav-count {
  margin-left: auto;
  font-size: 10px;
  min-width: 18px;
  height: 18px;
  padding: 1px 5px;
  display: grid;
  place-items: center;
  background: #ffffff0d;
  border-radius: 4px;
  font-weight: 600;
}
.nav-item.active .nav-count {
  background: #7483ef33;
  color: #ced3ff;
}
.nav-divider {
  height: 1px;
  background: #ffffff0b;
  margin: 18px 12px 6px;
}
.sidebar-bottom {
  margin-top: auto;
  padding: 30px 12px 0;
}
.small-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  display: inline-block;
  flex-shrink: 0;
}
.owner-profile {
  display: flex;
  align-items: center;
  gap: 9px;
}
.owner-profile strong {
  display: block;
  font-size: 12px;
  color: #e6ebf4;
  font-weight: 500;
}
.owner-profile small {
  display: block;
  font-size: 10px;
  color: #8090a7;
  margin-top: 4px;
}
.profile-more {
  margin-left: auto;
  color: #7e8da3;
}
.avatar {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #e9edff;
  color: #5765c0;
  font-size: 11px;
  font-weight: 600;
  flex-shrink: 0;
  width: 29px;
  height: 29px;
  border: 2px solid white;
}

/* Formal API view additions: reuse the prototype foundation and add the live rail/board. */
.workspace-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:20px;align-items:start}.workspace-grid>.panel{min-width:0}.follow-rail{display:grid;gap:14px}.rail-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px}.rail-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.rail-head h2{font-size:15px;margin:0}.rail-head span,.week-line small,.rail-task small{font-size:11px;color:#728096}.week-line{display:flex;gap:10px;align-items:flex-start;padding:10px 0;border-top:1px solid #edf0f5}.week-line strong,.week-line small{display:block}.week-line strong{font-size:13px}.week-dot{width:8px;height:8px;border-radius:50%;margin-top:6px;background:#5262dc}.week-dot.amber{background:#be842d}.rail-task{display:block;width:100%;padding:11px 0;text-align:left;border:0;border-top:1px solid #edf0f5;background:transparent}.rail-task strong,.rail-task small{display:block}.rail-task strong{font-size:13px;margin:4px 0}.rail-task:hover{color:#5262dc}.rail-empty,.kanban-empty{font-size:12px;color:#728096;padding:15px 0}.panel-subtitle{margin:4px 0 0;color:#728096;font-size:12px}.kanban{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:18px}.kanban-column{background:#f7f8fb;border:1px solid #e8ebf2;border-radius:10px;padding:12px;min-height:190px}.kanban-title{display:flex;justify-content:space-between;align-items:center;font-size:13px;margin-bottom:8px}.kanban-title b{font-size:11px;color:#728096}.kanban-card{display:block;width:100%;text-align:left;background:#fff;border:1px solid #e2e7f0;border-radius:8px;padding:12px;margin-top:8px;box-shadow:0 2px 7px #2432470a}.kanban-card:hover{border-color:#8e99ea;transform:translateY(-1px)}.kanban-card strong,.kanban-card span,.kanban-card small{display:block}.kanban-card strong{font-size:13px;color:#243247}.kanban-card span,.kanban-card small{font-size:11px;color:#728096;margin-top:5px}@media(max-width:950px){.workspace-grid{grid-template-columns:1fr}.follow-rail{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.follow-rail{grid-template-columns:1fr}.kanban{grid-template-columns:1fr;padding:12px}.kanban-column{min-height:120px}}
.avatar.owner {
  background: #dfe5fb;
  color: #6577bd;
}
.avatar.linyue {
  background: #ece8f5;
  color: #8b6daa;
}
.avatar.zhouning {
  background: #e0eee8;
  color: #538773;
}
.avatar.other {
  background: #f4ebdc;
  color: #b49565;
}
.sidebar .avatar {
  border-color: #34425a;
}
.app-main {
  margin-left: 222px;
  min-height: 100vh;
}
.topbar {
  height: 74px;
  border-bottom: 1px solid var(--line);
  background: #ffffffeb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 30px;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--muted);
  white-space: nowrap;
}
.breadcrumb svg {
  width: 14px;
  height: 14px;
  color: #b7bfcc;
}
.breadcrumb strong {
  font-weight: 500;
  color: var(--ink);
}
.top-actions {
  display: flex;
  align-items: center;
  gap: 17px;
}
.prototype-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #e9dfc8;
  background: #fffbf2;
  color: #967339;
  font-size: 10px;
  border-radius: 5px;
  white-space: nowrap;
  padding: 5px 8px;
}
.role-picker {
  display: flex;
  align-items: center;
  gap: 7px;
}
.role-picker label {
  font-size: 10px;
  color: var(--muted);
  white-space: nowrap;
}
.role-picker select {
  max-width: 158px;
  border: 1px solid var(--line);
  background: white;
  color: var(--ink);
  padding: 7px 23px 7px 9px;
  border-radius: 6px;
  font-size: 11px;
  cursor: pointer;
}
.icon-button {
  border: 0;
  background: transparent;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
}
.icon-button:hover {
  background: #f0f2f8;
  color: var(--accent);
}
.mobile-menu {
  display: none;
}
.notice-button {
  position: relative;
}
.notice-button:after {
  content: "";
  width: 5px;
  height: 5px;
  border: 2px solid white;
  background: var(--amber);
  border-radius: 50%;
  position: absolute;
  top: 4px;
  right: 5px;
}
.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 268px;
  gap: 27px;
  padding: 30px;
  max-width: 1740px;
  margin: 0 auto;
}
.main-content {
  min-width: 0;
  animation: enter 0.22s ease-out;
}
.page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
  min-height: 38px;
}
.eyebrow {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 1.1px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.heading-sub {
  font-size: 12px;
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.6;
}
.btn {
  border: 1px solid var(--line);
  background: white;
  color: var(--ink);
  padding: 9px 13px;
  font-size: 12px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  white-space: nowrap;
  min-height: 35px;
  text-decoration: none;
}
.btn:hover {
  border-color: #cdd4e5;
  background: #fafbff;
}
.btn svg {
  width: 15px;
  height: 15px;
}
.btn.primary {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
  box-shadow: 0 3px 6px #5262dc16;
}
.btn.primary:hover {
  background: #4353c9;
  transform: translateY(-1px);
}
.btn.ghost {
  border-color: transparent;
  background: transparent;
  color: var(--muted);
}
.btn.ghost:hover {
  background: #eef1f8;
  color: var(--ink);
}
.btn.danger {
  background: #fff7f5;
  color: var(--red);
  border-color: #eed9d5;
}
.btn.small {
  padding: 6px 10px;
  min-height: 29px;
  font-size: 11px;
}
.inline-link {
  border: 0;
  background: none;
  color: var(--accent);
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  text-align: left;
}
.inline-link:hover {
  text-decoration: underline;
}
.inline-link svg {
  width: 13px;
  height: 13px;
}
.focus-section {
  margin-bottom: 25px;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
  gap: 12px;
}
.section-heading h2 {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-heading h2 .section-sub {
  font-size: 10px;
  color: var(--muted);
  font-weight: 400;
  margin-left: 3px;
}
.focus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.focus-card {
  border: 1px solid var(--line);
  background: white;
  border-radius: 10px;
  padding: 16px 16px 14px;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: left;
  min-height: 176px;
  transition:
    border-color 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
  overflow: hidden;
}
.focus-card:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  content: "";
  background: var(--accent);
  opacity: 0.75;
}
.focus-card.amber:before {
  background: var(--amber);
}
.focus-card.green:before {
  background: var(--green);
}
.focus-card:hover {
  border-color: #cbd2eb;
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.focus-card-kicker {
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--accent);
  margin-bottom: 10px;
}
.focus-card.amber .focus-card-kicker {
  color: var(--amber);
}
.focus-card.green .focus-card-kicker {
  color: var(--green);
}
.focus-card h3 {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 600;
  letter-spacing: -0.15px;
  min-height: 43px;
}
.focus-card p {
  font-size: 10px;
  color: var(--muted);
  margin-top: 6px;
  line-height: 1.6;
}
.focus-card-footer {
  margin-top: auto;
  padding-top: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: var(--muted);
}
.focus-card-footer .avatar {
  width: 23px;
  height: 23px;
  font-size: 9px;
}
.focus-card-footer .arrow {
  margin-left: auto;
  color: #9ba6bf;
}
.focus-card-footer svg {
  width: 14px;
  height: 14px;
}
.progress-relay {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #b3bdc8;
  font-size: 9px;
  margin-top: 11px;
}
.progress-relay .relay-stage {
  display: flex;
  align-items: center;
  gap: 3px;
  white-space: nowrap;
}
.progress-relay .relay-stage.done {
  color: var(--green);
}
.progress-relay .relay-stage.current {
  color: var(--accent);
  font-weight: 600;
}
.progress-relay .relay-line {
  height: 1px;
  background: #e7ebf2;
  flex: 1;
  min-width: 6px;
}
.progress-relay svg {
  width: 10px;
  height: 10px;
}
.work-panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 11px;
  overflow: hidden;
}
.panel-header {
  padding: 18px 19px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.panel-title {
  display: flex;
  align-items: center;
  gap: 9px;
}
.panel-title h2 {
  font-size: 14px;
}
.number-pill {
  font-size: 10px;
  color: #8994a6;
  background: #f3f5f9;
  border-radius: 5px;
  padding: 3px 6px;
  font-weight: 500;
}
.view-toggle {
  display: flex;
  padding: 3px;
  background: #f5f7fb;
  border-radius: 6px;
}
.view-toggle button {
  border: 0;
  background: none;
  color: var(--muted);
  border-radius: 4px;
  height: 25px;
  min-width: 29px;
  display: grid;
  place-items: center;
}
.view-toggle button.active {
  background: white;
  color: var(--accent);
  box-shadow: 0 1px 4px #2537510e;
}
.view-toggle svg {
  width: 14px;
  height: 14px;
}
.filter-row {
  padding: 17px 19px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid var(--line);
}
.filter-tabs {
  display: flex;
  gap: 3px;
  align-items: center;
  flex-wrap: wrap;
}
.filter-tab {
  font-size: 10px;
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 6px 8px;
  border-radius: 5px;
  white-space: nowrap;
  display: flex;
  gap: 5px;
  align-items: center;
}
.filter-tab.active {
  background: var(--accent-soft);
  color: var(--accent);
}
.filter-tab:hover {
  background: #f4f5fb;
}
.filter-tab .count {
  font-size: 9px;
  color: #9cabc1;
}
.filter-tools {
  display: flex;
  align-items: center;
  gap: 7px;
}
.search-field {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: white;
}
.search-field svg {
  width: 13px;
  height: 13px;
  color: #9ca6b5;
}
.search-field input {
  width: 108px;
  font-size: 10px;
  line-height: 1.4;
  border: 0;
  padding: 0;
  color: var(--ink);
  background: transparent;
  outline: none;
}
.search-field:focus-within {
  border-color: var(--accent);
}
.project-filter {
  font-size: 10px;
  max-width: 113px;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 6px 4px;
  background: white;
  color: var(--muted);
}
.task-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.task-table th {
  font-size: 9px;
  color: #9ba5b4;
  background: #fbfcfe;
  font-weight: 500;
  text-align: left;
  height: 34px;
  padding: 0 10px;
  white-space: nowrap;
}
.task-table th:first-child {
  padding-left: 20px;
}
.task-table th:nth-child(1) {
  width: 45%;
}
.task-table th:nth-child(2) {
  width: 18%;
}
.task-table th:nth-child(3) {
  width: 19%;
}
.task-table th:nth-child(4) {
  width: 18%;
}
.task-table td {
  padding: 16px 10px;
  border-top: 1px solid #eff1f6;
  vertical-align: middle;
}
.task-table tr:first-child td {
  border-top: 0;
}
.task-table td:first-child {
  padding-left: 19px;
}
.task-row {
  transition: background 0.18s;
}
.task-row:hover {
  background: #fafbff;
}
.task-title-button {
  border: 0;
  background: none;
  text-align: left;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 0;
  width: 100%;
  line-height: 1.55;
}
.task-title-button:hover .task-name {
  color: var(--accent);
}
.task-mark {
  width: 17px;
  height: 17px;
  border: 1.5px solid #c4cfe3;
  border-radius: 5px;
  color: var(--accent);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.task-mark svg {
  width: 11px;
  height: 11px;
}
.task-mark.active {
  border-color: #9ca8ee;
  background: #f7f8ff;
}
.task-mark.review,
.task-mark.final {
  border-color: #dac59c;
  color: var(--amber);
  background: #fffaf0;
}
.task-mark.closed {
  background: #eaf5f1;
  color: var(--green);
  border-color: #9ecfc2;
}
.task-title-wrap {
  min-width: 0;
}
.task-name {
  font-size: 12px;
  font-weight: 550;
  transition: color 0.18s;
  display: block;
  overflow-wrap: anywhere;
}
.task-meta {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
  color: #a2acbb;
  font-size: 9px;
  margin-top: 6px;
  font-weight: 400;
}
.task-meta svg {
  width: 10px;
  height: 10px;
}
.project-dot {
  height: 5px;
  width: 5px;
  display: inline-block;
  border-radius: 2px;
  background: #7f91bf;
}
.task-person {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  font-size: 10px;
  color: #677589;
}
.task-person .avatar {
  width: 25px;
  height: 25px;
  font-size: 9px;
}
.task-person-sub {
  font-size: 9px;
  color: #a0a9b7;
  display: block;
  margin-top: 3px;
}
.status {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  border-radius: 5px;
  padding: 5px 6px;
  font-size: 9px;
  white-space: nowrap;
  background: #f1f4f9;
  color: #7c8aa0;
}
.status.active {
  background: #eff1fc;
  color: #6978ca;
}
.status.review,
.status.final {
  background: var(--amber-soft);
  color: #ac7d35;
}
.status.closed {
  background: var(--green-soft);
  color: var(--green);
}
.status.scheduled {
  background: #f0f3f8;
  color: #7d8fa9;
}
.status.candidate {
  background: var(--accent-soft);
  color: var(--accent);
}
.status.neutral {
  background: #f4f5f8;
  color: var(--muted);
}
.date-text {
  font-size: 10px;
  color: #8390a3;
  white-space: nowrap;
}
.date-text.overdue {
  color: var(--red);
}
.date-note {
  display: block;
  font-size: 9px;
  margin-top: 5px;
  color: #a1aab8;
}
.date-note.overdue {
  color: var(--red);
}
.task-progress {
  height: 3px;
  border-radius: 3px;
  background: #edf0f6;
  margin-top: 7px;
  width: 63px;
  overflow: hidden;
}
.task-progress span {
  display: block;
  height: 100%;
  background: #9ba8eb;
  border-radius: 3px;
}
.table-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 19px;
  border-top: 1px solid var(--line);
  font-size: 9px;
  color: #a1aab8;
}
.empty-state {
  padding: 55px 25px;
  text-align: center;
  color: var(--muted);
}
.empty-state svg {
  width: 28px;
  height: 28px;
  color: #9ba8c3;
  margin-bottom: 12px;
}
.empty-state h3 {
  font-size: 14px;
  color: #6c7a91;
}
.empty-state p {
  font-size: 12px;
  line-height: 1.8;
  margin: 8px 0 15px;
}
.right-rail {
  padding-top: 3px;
}
.rail-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 16px;
}
.rail-heading h2 {
  font-size: 13px;
  font-weight: 650;
}
.rail-heading span {
  font-size: 10px;
  color: #9aa6b9;
}
.rail-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 17px;
  margin-bottom: 22px;
}
.date-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.date-heading strong {
  font-size: 12px;
  font-weight: 600;
}
.date-heading span {
  font-size: 10px;
  color: #9aa5b7;
}
.mini-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  margin-bottom: 19px;
}
.day {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 0 0 7px;
  border-radius: 7px;
  position: relative;
}
.day span {
  font-size: 9px;
  color: #a1aaba;
  padding-top: 7px;
}
.day strong {
  font-size: 12px;
  font-weight: 500;
}
.day small {
  display: block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #b5bfd7;
}
.day.today {
  background: var(--accent);
  color: white;
  box-shadow: 0 3px 7px #5262dc25;
}
.day.today span {
  color: #d4d9ff;
}
.day.today small {
  background: #d9deff;
}
.rail-event {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  padding: 0 0 14px;
  border-bottom: 1px solid #f0f2f6;
}
.rail-event:last-child {
  border: 0;
  padding-bottom: 0;
}
.event-time {
  font-size: 9px;
  width: 28px;
  flex-shrink: 0;
  color: #9ca8b9;
  padding-top: 2px;
}
.event-line {
  width: 2px;
  border-radius: 2px;
  background: #bec6ed;
  flex-shrink: 0;
}
.event-line.amber {
  background: #e3cda4;
}
.rail-event strong {
  font-size: 10px;
  font-weight: 550;
  line-height: 1.6;
  display: block;
}
.rail-event p {
  font-size: 9px;
  color: #9ca7b8;
  margin-top: 5px;
}
.rail-event .inline-link {
  font-size: 10px;
  color: #536780;
}
.followup-summary {
  background: #edf1f9;
  border-radius: 7px;
  padding: 11px 12px;
  color: #6b7c99;
  font-size: 10px;
  line-height: 1.8;
  margin-bottom: 18px;
}
.followup-summary strong {
  color: #687ac4;
  font-weight: 600;
}
.followup-item {
  display: flex;
  gap: 9px;
  margin-bottom: 18px;
}
.followup-item:last-child {
  margin-bottom: 0;
}
.followup-icon {
  background: #f6f4ef;
  color: #ba9b65;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  flex-shrink: 0;
}
.followup-icon.green {
  background: #edf5f1;
  color: #699989;
}
.followup-icon.blue {
  background: #f0f2fb;
  color: #8895cf;
}
.followup-icon svg {
  width: 13px;
  height: 13px;
}
.followup-item strong {
  font-size: 10px;
  font-weight: 550;
  line-height: 1.7;
  display: block;
}
.followup-item p {
  font-size: 9px;
  color: #9ca7b7;
  margin-top: 5px;
  line-height: 1.7;
}
.rail-note {
  font-size: 9px;
  line-height: 1.9;
  color: #a4adbb;
  padding: 0 3px;
}
.connection-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  padding: 10px 0;
  color: #7c899e;
  border-bottom: 1px solid #f1f3f6;
}
.connection-row:last-of-type {
  border-bottom: 0;
}
.connection-row span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.connection-row small {
  font-size: 9px;
  color: #a5aebb;
}
.connection-note {
  border-top: 1px solid var(--line);
  margin-top: 5px;
  padding-top: 12px;
  font-size: 9px;
  line-height: 1.9;
  color: #a0a9b8;
}
.info-strip {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  background: #eff2fc;
  color: #7682a7;
  padding: 12px 15px;
  border: 1px solid #e6eaf8;
  border-radius: 8px;
  font-size: 11px;
  line-height: 1.8;
  margin-bottom: 21px;
}
.info-strip svg {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  flex-shrink: 0;
}
.candidate-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.candidate-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
}
.candidate-card h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0 8px;
}
.candidate-card p {
  font-size: 11px;
  line-height: 1.9;
  color: var(--muted);
}
.candidate-card .source-row {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  color: #8794ac;
}
.candidate-card .source-row svg {
  width: 13px;
  height: 13px;
}
.candidate-card-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
}
.candidate-card .suggestion {
  display: flex;
  gap: 15px;
  font-size: 10px;
  color: #8090a6;
  margin-top: 13px;
  flex-wrap: wrap;
}
.candidate-card .suggestion strong {
  color: #57657b;
  font-weight: 500;
}
.schedule-group {
  margin-bottom: 23px;
}
.schedule-date {
  font-size: 12px;
  margin-bottom: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #7c899f;
}
.schedule-date strong {
  font-weight: 650;
  color: #41516b;
}
.schedule-item {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: white;
  padding: 15px;
  margin-top: 8px;
  text-align: left;
}
.schedule-item:hover {
  border-color: #cad3e8;
}
.schedule-item .schedule-text {
  flex: 1;
}
.schedule-item h3 {
  font-size: 12px;
  font-weight: 550;
}
.schedule-item p {
  font-size: 10px;
  color: #8e9aad;
  margin-top: 6px;
}
.feedback-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.feedback-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 19px;
}
.feedback-title-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}
.feedback-card h3 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}
.feedback-card p {
  font-size: 11px;
  line-height: 1.9;
  color: #8b98ac;
  margin-top: 8px;
}
.feedback-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 17px;
}
.feedback-meta {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 10px;
  color: #909bb0;
}
.feedback-meta .avatar {
  width: 24px;
  height: 24px;
  font-size: 9px;
}
.kanban {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 17px;
  background: #fbfcfe;
}
.kanban-column {
  min-width: 0;
}
.kanban-column h3 {
  font-size: 10px;
  font-weight: 500;
  color: #8792a7;
  padding: 0 3px 12px;
}
.kanban-task {
  width: 100%;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px;
  text-align: left;
  display: block;
  margin-bottom: 9px;
}
.kanban-task:hover {
  border-color: #bcc6ec;
}
.kanban-task h3 {
  font-size: 11px;
  color: var(--ink);
  padding: 7px 0 8px;
  line-height: 1.7;
  font-weight: 550;
}
.kanban-task p {
  font-size: 9px;
  color: #98a2b5;
}
.kanban-task-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.kanban-task .avatar {
  width: 23px;
  height: 23px;
  font-size: 8px;
}
.list-count {
  font-size: 11px;
  color: #91a0b5;
  margin-bottom: 16px;
}
.drawer,
.modal {
  color: var(--ink);
  border: 0;
  padding: 0;
  box-shadow: 0 20px 90px #17253f26;
  background: var(--surface);
  max-height: 100dvh;
  overflow: auto;
}
.drawer {
  inset: 0 0 0 auto;
  position: fixed;
  margin: 0;
  width: 535px;
  max-width: min(535px, 100%);
  height: 100dvh;
  border-radius: 0;
  animation: slide-in 0.24s ease-out;
}
.modal {
  border-radius: 15px;
  width: 510px;
  max-width: calc(100% - 32px);
  max-height: calc(100dvh - 40px);
  animation: enter 0.2s ease-out;
}
.drawer::backdrop,
.modal::backdrop {
  background: #14213950;
  backdrop-filter: blur(2px);
}
.dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  border-bottom: 1px solid var(--line);
  gap: 12px;
  background: white;
  position: sticky;
  top: 0;
  z-index: 2;
}
.dialog-header .eyebrow {
  margin: 0;
  font-size: 10px;
}
.dialog-header h2 {
  font-size: 16px;
}
.dialog-body {
  padding: 25px;
}
.detail-topline {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.detail-title {
  font-size: 23px;
  font-weight: 650;
  line-height: 1.6;
  letter-spacing: -0.5px;
  margin-bottom: 19px;
}
.detail-project {
  font-size: 11px;
  color: #8590a4;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 19px;
}
.detail-current {
  background: #f3f5fc;
  border: 1px solid #e8ecf8;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 23px;
}
.detail-current .avatar {
  width: 38px;
  height: 38px;
  font-size: 13px;
}
.detail-current strong {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}
.detail-current p {
  font-size: 10px;
  color: #8392ab;
  line-height: 1.7;
}
.detail-current .status {
  margin-left: auto;
}
.detail-section {
  margin-top: 25px;
}
.detail-section h3 {
  font-size: 12px;
  font-weight: 650;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.detail-section h3 svg {
  width: 14px;
  height: 14px;
  color: #8a97ad;
}
.detail-description {
  font-size: 12px;
  line-height: 2;
  color: #7c8aa1;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.detail-relay {
  display: flex;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 17px 13px;
  gap: 0;
}
.detail-relay-step {
  text-align: center;
  flex: 1;
  position: relative;
}
.detail-relay-step:not(:last-child):after {
  position: absolute;
  left: calc(50% + 23px);
  width: calc(100% - 46px);
  height: 1px;
  background: var(--line);
  content: "";
  top: 18px;
}
.detail-relay-step.passed:not(:last-child):after {
  background: #bad9cf;
}
.detail-relay-step .avatar {
  width: 35px;
  height: 35px;
  font-size: 12px;
  position: relative;
  z-index: 1;
}
.detail-relay-step.current .avatar {
  box-shadow: 0 0 0 3px #dce2ff;
}
.detail-relay-step strong {
  display: block;
  font-size: 10px;
  margin-top: 8px;
  font-weight: 550;
}
.detail-relay-step p {
  font-size: 9px;
  color: #9aa5b8;
  margin-top: 4px;
}
.detail-relay-step.current strong {
  color: var(--accent);
}
.detail-relay-step.passed strong {
  color: var(--green);
}
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 15px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
  margin-top: 22px;
}
.detail-grid dt {
  font-size: 10px;
  color: #99a5b8;
  margin-bottom: 8px;
}
.detail-grid dd {
  font-size: 11px;
  margin: 0;
  color: #5d6c84;
}
.result-box {
  background: #f7f9fc;
  border: 1px solid var(--line);
  padding: 14px;
  border-radius: 8px;
  line-height: 1.9;
  font-size: 11px;
  color: #77869e;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.result-box strong {
  font-weight: 600;
  color: #52647c;
  display: block;
  font-size: 10px;
  margin-bottom: 5px;
}
.visibility-note {
  padding: 12px 13px;
  border-radius: 8px;
  background: #f5f7fa;
  color: #8c99ac;
  font-size: 10px;
  line-height: 1.9;
  display: flex;
  gap: 8px;
}
.visibility-note svg {
  width: 13px;
  height: 13px;
  margin-top: 3px;
}
.activity-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.activity-list li {
  position: relative;
  display: flex;
  gap: 12px;
  padding-bottom: 17px;
  font-size: 11px;
  line-height: 1.8;
  color: #8290a5;
}
.activity-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c9d3e4;
  margin-top: 7px;
  z-index: 1;
  flex-shrink: 0;
}
.activity-list li:not(:last-child):after {
  position: absolute;
  left: 2px;
  top: 15px;
  bottom: 0;
  content: "";
  width: 1px;
  background: var(--line);
}
.activity-list small {
  display: block;
  font-size: 9px;
  color: #a3adbc;
  margin-top: 3px;
}
.action-area {
  margin-top: 23px;
  background: #f8f9fc;
  border: 1px solid var(--line);
  padding: 17px;
  border-radius: 10px;
}
.action-area h3 {
  font-size: 12px;
  margin-bottom: 11px;
}
.action-area .buttons {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  margin-top: 13px;
  flex-wrap: wrap;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 17px;
}
.field label {
  font-size: 11px;
  color: #617189;
  font-weight: 550;
}
.field input,
.field select,
.field textarea {
  border: 1px solid #dfe5ef;
  background: white;
  color: var(--ink);
  padding: 10px 11px;
  border-radius: 7px;
  width: 100%;
  font-size: 12px;
  line-height: 1.6;
}
.field textarea {
  resize: vertical;
  min-height: 100px;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: #a9b4ec;
}
.field small {
  font-size: 10px;
  color: #99a5b7;
  line-height: 1.7;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 15px;
}
.form-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  margin-top: 23px;
}
.form-description {
  font-size: 12px;
  color: #8b97aa;
  line-height: 1.9;
  margin-bottom: 22px;
}
.source-quote {
  font-size: 12px;
  line-height: 2;
  border-left: 3px solid #bdc6f2;
  background: #f5f6fc;
  padding: 12px 15px;
  color: #7e8ca4;
  margin: 0 0 18px;
  white-space: pre-wrap;
}
.modal .dialog-header {
  position: static;
}
.integration-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.integration-item {
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.integration-item strong {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.integration-item p {
  font-size: 11px;
  color: #8a98ac;
  line-height: 1.9;
}
.toast {
  position: fixed;
  bottom: 28px;
  left: calc(50% + 111px);
  transform: translate(-50%, 15px);
  background: #24334b;
  color: white;
  padding: 13px 20px;
  border-radius: 9px;
  box-shadow: 0 9px 25px #14213922;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
  font-size: 12px;
  max-width: calc(100vw - 30px);
  z-index: 50;
  line-height: 1.6;
}
.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
.mobile-backdrop {
  display: none;
}
.muted {
  color: var(--muted);
}
.small-text {
  font-size: 11px;
  line-height: 1.9;
}
.mt-16 {
  margin-top: 16px;
}
.ml-auto {
  margin-left: auto;
}
.reset-button {
  width: 100%;
  font-size: 10px;
  margin-top: 11px;
  color: #94a0b6;
}
.prototype-disclaimer {
  font-size: 10px;
  color: #a0aab9;
  line-height: 1.8;
  margin: 16px 3px 0;
}
.section-action {
  color: #94a0b4;
  font-size: 10px;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-in {
  from {
    opacity: 0.5;
    transform: translateX(38px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width: 1600px) {
  .content-layout {
    gap: 32px;
    grid-template-columns: minmax(0, 1fr) 285px;
    padding: 36px 40px;
  }
  .topbar {
    padding: 0 40px;
  }
  .focus-card {
    min-height: 188px;
  }
  .task-table td {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .task-name {
    font-size: 13px;
  }
  .filter-tab {
    font-size: 11px;
  }
  .search-field input {
    width: 140px;
  }
  .focus-card h3 {
    font-size: 14px;
  }
}
@media (max-width: 1270px) {
  .sidebar {
    width: 200px;
    padding-inline: 10px;
  }
  .app-main {
    margin-left: 200px;
  }
  .content-layout {
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 20px;
    padding: 24px;
  }
  .topbar {
    padding: 0 24px;
  }
  .focus-card {
    padding: 13px;
    min-height: 177px;
  }
  .focus-grid {
    gap: 10px;
  }
  .focus-card h3 {
    font-size: 12px;
  }
  .filter-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .filter-tools {
    justify-content: space-between;
  }
  .search-field {
    flex: 1;
  }
  .search-field input {
    width: 100%;
  }
  .role-picker label {
    display: none;
  }
  .top-actions {
    gap: 10px;
  }
  .brand {
    padding-inline: 11px;
  }
  .brand-name {
    font-size: 16px;
  }
  .rail-card {
    padding: 14px;
  }
  .task-table th:nth-child(1) {
    width: 43%;
  }
  .task-table th:nth-child(2) {
    width: 20%;
  }
  .task-table th:nth-child(3) {
    width: 21%;
  }
  .task-table th:nth-child(4) {
    width: 16%;
  }
  .task-table td {
    padding-inline: 7px;
  }
  .task-person {
    gap: 4px;
  }
  .task-person .avatar {
    width: 22px;
    height: 22px;
  }
  .date-text {
    font-size: 9px;
  }
  .date-note {
    font-size: 8px;
  }
  .progress-relay {
    gap: 3px;
    font-size: 8px;
  }
  .toast {
    left: calc(50% + 100px);
  }
}
@media (max-width: 1080px) {
  .content-layout {
    grid-template-columns: 1fr;
    padding: 25px 28px;
  }
  .right-rail {
    display: none;
  }
  .focus-card {
    min-height: 176px;
    padding: 16px;
  }
  .focus-card h3 {
    font-size: 13px;
  }
  .filter-row {
    flex-direction: row;
    align-items: center;
  }
  .search-field {
    flex: initial;
  }
  .search-field input {
    width: 100px;
  }
  .top-actions {
    gap: 12px;
  }
  .toast {
    left: calc(50% + 100px);
  }
}
@media (max-width: 800px) {
  .sidebar {
    transform: translateX(-100%);
    transition: transform 0.22s;
    z-index: 20;
    width: 222px;
  }
  .sidebar.open {
    transform: translateX(0);
  }
  .sidebar.open ~ .mobile-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: #13233966;
    z-index: 19;
    border: 0;
    width: 100%;
    height: 100%;
  }
  .app-main {
    margin-left: 0;
  }
  .topbar {
    height: 65px;
    padding: 0 19px;
    gap: 10px;
  }
  .breadcrumb .crumb-home,
  .breadcrumb .crumb-divider {
    display: none;
  }
  .breadcrumb {
    gap: 8px;
  }
  .mobile-menu {
    display: inline-flex;
  }
  .content-layout {
    padding: 23px 20px;
  }
  .top-actions {
    gap: 8px;
  }
  .prototype-tag {
    font-size: 8px;
    padding: 5px;
  }
  .role-picker select {
    font-size: 10px;
    max-width: 123px;
    padding: 6px;
  }
  .notice-button {
    display: none;
  }
  .page-heading {
    margin-bottom: 22px;
  }
  .heading-sub {
    font-size: 11px;
  }
  h1 {
    font-size: 25px;
  }
  .toast {
    left: 50%;
  }
  .filter-row {
    flex-direction: column;
    align-items: stretch;
  }
  .filter-tools {
    justify-content: space-between;
  }
  .search-field {
    flex: 1;
  }
  .search-field input {
    width: 100%;
  }
  .skip-link {
    left: 15px;
  }
  .kanban {
    gap: 9px;
    padding: 12px;
  }
}
@media (max-width: 560px) {
  .content-layout {
    padding: 23px 14px;
  }
  .topbar {
    padding: 0 11px;
  }
  .top-actions {
    gap: 6px;
  }
  .prototype-tag {
    font-size: 8px;
    gap: 4px;
  }
  .role-picker select {
    max-width: 110px;
    font-size: 9px;
  }
  .breadcrumb strong {
    font-size: 11px;
  }
  .breadcrumb {
    gap: 4px;
  }
  .mobile-menu {
    width: 27px;
  }
  .page-heading {
    align-items: flex-start;
    gap: 10px;
    min-height: auto;
  }
  h1 {
    font-size: 22px;
  }
  .eyebrow {
    font-size: 9px;
  }
  .heading-sub {
    font-size: 10px;
    max-width: 230px;
  }
  .page-heading .btn {
    font-size: 10px;
    padding: 8px 9px;
    margin-top: 0;
    min-height: 31px;
  }
  .page-heading .btn svg {
    width: 12px;
  }
  .focus-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    margin-right: -14px;
    padding-right: 14px;
    gap: 10px;
  }
  .focus-card {
    min-width: 236px;
    max-width: 236px;
    scroll-snap-align: start;
    min-height: 166px;
  }
  .focus-card h3 {
    min-height: unset;
  }
  .focus-card-footer {
    padding-top: 9px;
  }
  .section-heading h2 {
    font-size: 13px;
  }
  .section-heading h2 .section-sub {
    font-size: 9px;
  }
  .section-heading .inline-link {
    font-size: 10px;
  }
  .focus-section {
    margin-bottom: 15px;
  }
  .panel-header {
    padding: 16px 13px 0;
  }
  .filter-row {
    padding: 14px 13px;
  }
  .task-table thead {
    display: none;
  }
  .task-table,
  .task-table tbody {
    display: block;
    width: 100%;
  }
  .task-table tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 16px 13px;
    gap: 11px 5px;
    border-top: 1px solid var(--line);
  }
  .task-table tr:first-child {
    border-top: 0;
  }
  .task-table td {
    display: block;
    border: 0;
    padding: 0 !important;
  }
  .task-table td:first-child {
    grid-column: 1/-1;
  }
  .task-table td:nth-child(2) {
    padding-left: 25px !important;
  }
  .task-table td:nth-child(3) {
    text-align: center;
  }
  .task-table td:nth-child(4) {
    text-align: right;
  }
  .task-name {
    font-size: 12px;
  }
  .task-meta {
    font-size: 9px;
  }
  .task-person .avatar {
    width: 22px;
    height: 22px;
  }
  .task-person-sub {
    display: none;
  }
  .task-progress {
    display: none;
  }
  .date-note {
    display: inline;
    margin-left: 4px;
  }
  .task-table td:nth-child(4) {
    padding-top: 4px !important;
  }
  .status {
    font-size: 9px;
  }
  .task-person {
    font-size: 10px;
  }
  .table-footer {
    padding: 12px 13px;
    font-size: 8px;
  }
  .candidate-card {
    grid-template-columns: 1fr;
    padding: 16px;
    gap: 15px;
  }
  .candidate-card-actions {
    flex-direction: row;
    justify-content: flex-end;
  }
  .candidate-card h3 {
    font-size: 13px;
  }
  .candidate-card .suggestion {
    gap: 9px;
  }
  .schedule-item {
    gap: 10px;
    padding: 13px;
  }
  .schedule-item .avatar {
    display: none;
  }
  .schedule-item h3 {
    font-size: 11px;
  }
  .schedule-item p {
    font-size: 9px;
  }
  .schedule-item .status {
    font-size: 8px;
  }
  .feedback-card {
    padding: 16px;
  }
  .feedback-footer {
    align-items: flex-start;
    gap: 12px;
  }
  .feedback-meta {
    font-size: 9px;
    gap: 5px;
    flex-wrap: wrap;
  }
  .feedback-title-row h3 {
    font-size: 12px;
  }
  .feedback-card p {
    font-size: 10px;
  }
  .kanban {
    grid-template-columns: 1fr;
  }
  .kanban-task {
    margin-bottom: 10px;
  }
  .kanban-column h3 {
    padding-top: 6px;
  }
  .kanban-task h3 {
    padding-top: 5px;
  }
  .dialog-body {
    padding: 21px;
  }
  .dialog-header {
    padding: 17px 21px;
  }
  .detail-title {
    font-size: 21px;
  }
  .detail-current {
    padding: 13px;
  }
  .detail-current .status {
    display: none;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .drawer {
    width: 100%;
    max-width: 100%;
  }
  .modal {
    width: calc(100% - 28px);
    max-height: calc(100dvh - 28px);
  }
  .detail-grid {
    gap: 17px 10px;
  }
  .prototype-disclaimer {
    font-size: 9px;
  }
  .view-toggle {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* Readability and keyboard pass: compact hierarchy with readable task content. */
[hidden] {
  display: none !important;
}
:root {
  --muted: #657287;
  --faint: #788396;
}
.sidebar {
  overflow-y: auto;
}
.sidebar-bottom {
  padding-top: 24px;
}
.nav-item {
  font-size: 13px;
}
.nav-label {
  font-size: 11px;
  color: #98a8bd;
}
.nav-count {
  font-size: 11px;
}
.workspace-marker strong {
  font-size: 13px;
}
.owner-profile small {
  font-size: 11px;
  color: #a1aec2;
}
.breadcrumb {
  font-size: 13px;
}
.prototype-tag {
  font-size: 11px;
  color: #805e26;
}
.role-picker label {
  font-size: 11px;
}
.role-picker select {
  font-size: 12px;
}
.heading-sub {
  font-size: 13px;
}
.eyebrow {
  font-size: 11px;
  color: #6b778d;
}
.btn {
  font-size: 13px;
  min-height: 38px;
}
.btn.small {
  font-size: 12px;
  min-height: 34px;
}
.inline-link,
.section-action {
  font-size: 12px;
}
.section-heading h2 {
  font-size: 15px;
}
.section-heading h2 .section-sub {
  font-size: 11px;
  color: #657287;
}
.focus-card {
  min-height: 193px;
}
.focus-card-kicker {
  font-size: 11px;
}
.focus-card h3 {
  font-size: 14px;
}
.focus-card p,
.focus-card-footer {
  font-size: 11px;
  color: #657287;
}
.progress-relay {
  font-size: 10px;
  color: #728096;
}
.focus-card-footer .avatar {
  font-size: 10px;
}
.panel-title h2 {
  font-size: 15px;
}
.number-pill,
.filter-tab,
.filter-tab .count {
  font-size: 11px;
  color: #6b7890;
}
.filter-tab.active {
  color: #4655b9;
}
.search-field input,
.project-filter {
  font-size: 11px;
}
.project-filter {
  max-width: 129px;
  color: #657287;
}
.task-table th {
  font-size: 11px;
  color: #6f7b90;
  height: 37px;
}
.task-name {
  font-size: 14px;
}
.task-meta {
  font-size: 11px;
  color: #6c7a8f;
}
.task-person {
  font-size: 12px;
  color: #657287;
}
.task-person-sub {
  font-size: 10px;
  color: #758196;
}
.status {
  font-size: 11px;
  padding: 5px 7px;
  color: #607087;
}
.status.active {
  color: #5263b3;
}
.status.review,
.status.final {
  color: #88621f;
}
.status.scheduled {
  color: #63758f;
}
.date-text {
  font-size: 11px;
  color: #657287;
}
.date-note {
  font-size: 10px;
  color: #758196;
}
.table-footer {
  font-size: 10px;
  color: #6f7c90;
}
.rail-heading h2 {
  font-size: 14px;
}
.rail-heading span,
.date-heading span {
  font-size: 11px;
  color: #6e7b90;
}
.date-heading strong {
  font-size: 13px;
}
.day span {
  font-size: 10px;
  color: #728095;
}
.day strong {
  font-size: 13px;
}
.event-time {
  font-size: 10px;
  color: #728095;
}
.rail-event strong,
.rail-event .inline-link {
  font-size: 11px;
  color: #586a82;
}
.rail-event p {
  font-size: 10px;
  color: #728095;
}
.followup-summary {
  font-size: 11px;
  color: #64758e;
}
.followup-item strong {
  font-size: 11px;
}
.followup-item p {
  font-size: 10px;
  color: #718095;
}
.connection-row {
  font-size: 11px;
  color: #63758c;
}
.connection-row small,
.connection-note,
.rail-note {
  font-size: 10px;
  color: #728095;
}
.reset-button {
  font-size: 11px;
}
.info-strip {
  font-size: 12px;
  color: #617095;
}
.prototype-disclaimer {
  font-size: 11px;
  color: #728095;
}
.candidate-card .source-row,
.candidate-card .suggestion {
  font-size: 11px;
  color: #6a7890;
}
.candidate-card p {
  font-size: 12px;
  color: #657287;
}
.schedule-date {
  font-size: 13px;
}
.schedule-item h3 {
  font-size: 14px;
}
.schedule-item p {
  font-size: 11px;
  color: #6b7a8e;
}
.feedback-card h3 {
  font-size: 14px;
}
.feedback-card p {
  font-size: 12px;
  color: #657287;
}
.feedback-meta {
  font-size: 11px;
  color: #657287;
}
.kanban-column h3 {
  font-size: 11px;
  color: #69768c;
}
.kanban-task h3 {
  font-size: 13px;
  color: var(--ink);
}
.kanban-task p {
  font-size: 11px;
  color: #657287;
}
.detail-project,
.detail-grid dt {
  font-size: 12px;
  color: #657287;
}
.detail-current strong {
  font-size: 14px;
}
.detail-current p {
  font-size: 12px;
  color: #657287;
}
.detail-relay-step strong {
  font-size: 12px;
}
.detail-relay-step p {
  font-size: 11px;
  color: #6c7990;
}
.detail-grid dd,
.detail-section h3 {
  font-size: 13px;
}
.detail-description,
.result-box {
  font-size: 13px;
  color: #617089;
}
.result-box strong {
  font-size: 12px;
}
.visibility-note {
  font-size: 12px;
  color: #647389;
}
.activity-list li {
  font-size: 12px;
  color: #64748b;
}
.activity-list small {
  font-size: 11px;
  color: #768297;
}
.field label {
  font-size: 12px;
}
.field input,
.field textarea,
.field select {
  font-size: 13px;
}
.field small {
  font-size: 11px;
  color: #6e7c91;
}
.form-description {
  font-size: 13px;
  color: #66758c;
}
.small-text {
  font-size: 12px;
}
.source-quote {
  font-size: 13px;
  color: #64758e;
}
.action-area h3 {
  font-size: 13px;
}
.integration-item strong {
  font-size: 13px;
}
.integration-item p {
  font-size: 12px;
  color: #66778e;
}
.dialog-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  max-width: calc(100vw - 40px);
  width: 450px;
  background: #24334b;
  color: white;
  padding: 13px 18px;
  border-radius: 9px;
  box-shadow: 0 8px 28px #14213926;
  font-size: 12px;
  line-height: 1.7;
  z-index: 6;
  animation: enter 0.2s ease-out;
}
@media (max-width: 1270px) {
  .focus-card h3 {
    font-size: 14px;
  }
  .focus-card {
    min-height: 200px;
  }
  .filter-tools {
    flex-wrap: wrap;
  }
  .task-table th:nth-child(1) {
    width: 43%;
  }
  .task-table th:nth-child(2) {
    width: 20%;
  }
  .task-table th:nth-child(3) {
    width: 21%;
  }
  .task-table th:nth-child(4) {
    width: 16%;
  }
  .progress-relay {
    font-size: 9px;
  }
}
@media (max-width: 800px) {
  .prototype-tag {
    font-size: 10px;
  }
  .role-picker select {
    font-size: 11px;
    max-width: 140px;
  }
  .breadcrumb strong {
    font-size: 12px;
  }
  .icon-button {
    min-width: 38px;
    min-height: 38px;
  }
  .sidebar .nav-item {
    min-height: 44px;
  }
}
@media (max-width: 560px) {
  .topbar {
    height: 72px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    gap: 5px;
  }
  .top-actions {
    gap: 5px;
  }
  .prototype-tag {
    font-size: 9px;
    padding: 4px;
  }
  .role-picker select {
    font-size: 10px;
    max-width: 127px;
    padding: 7px 3px;
  }
  .breadcrumb strong {
    font-size: 11px;
  }
  .mobile-menu {
    min-width: 31px;
    width: 31px;
  }
  .heading-sub {
    font-size: 12px;
  }
  .page-heading .btn {
    font-size: 12px;
    min-height: 40px;
    padding: 9px;
  }
  .eyebrow {
    font-size: 10px;
  }
  .focus-card {
    min-width: 256px;
    max-width: 256px;
    min-height: 183px;
  }
  .focus-card h3 {
    font-size: 14px;
  }
  .focus-card-footer,
  .focus-card-kicker {
    font-size: 11px;
  }
  .progress-relay {
    font-size: 10px;
  }
  .section-heading h2 {
    font-size: 14px;
  }
  .section-heading .inline-link {
    font-size: 11px;
  }
  .filter-tabs {
    gap: 2px;
  }
  .filter-tab {
    font-size: 11px;
    padding: 8px;
    min-height: 38px;
  }
  .search-field input,
  .project-filter {
    font-size: 16px;
    min-height: 28px;
  }
  .search-field {
    min-width: 100px;
  }
  .project-filter {
    max-width: 130px;
    font-size: 13px;
    min-height: 42px;
  }
  .task-name {
    font-size: 14px;
  }
  .task-meta {
    font-size: 11px;
  }
  .task-person {
    font-size: 12px;
  }
  .status {
    font-size: 11px;
  }
  .date-text {
    font-size: 11px;
  }
  .date-note {
    display: block;
    font-size: 10px;
    margin-top: 5px;
  }
  .task-table td:nth-child(4) {
    padding-top: 1px !important;
  }
  .task-table tr {
    gap: 13px 5px;
    padding: 17px 13px;
  }
  .task-table td:nth-child(2) {
    padding-left: 24px !important;
  }
  .table-footer {
    font-size: 9px;
  }
  .btn,
  .btn.small {
    min-height: 42px;
    font-size: 13px;
  }
  .field input,
  .field select,
  .field textarea {
    font-size: 16px;
  }
  .field label {
    font-size: 13px;
  }
  .field small {
    font-size: 12px;
  }
  .candidate-card h3 {
    font-size: 14px;
  }
  .candidate-card p {
    font-size: 13px;
  }
  .candidate-card .source-row,
  .candidate-card .suggestion {
    font-size: 11px;
  }
  .schedule-item {
    min-height: 76px;
  }
  .schedule-item h3 {
    font-size: 14px;
  }
  .schedule-item p {
    font-size: 11px;
  }
  .schedule-item .status {
    font-size: 10px;
  }
  .feedback-title-row h3 {
    font-size: 14px;
  }
  .feedback-card p {
    font-size: 13px;
  }
  .feedback-meta {
    font-size: 11px;
  }
  .feedback-footer {
    flex-wrap: wrap;
  }
  .prototype-disclaimer {
    font-size: 11px;
  }
  .detail-description,
  .result-box,
  .form-description,
  .source-quote {
    font-size: 14px;
  }
  .detail-current strong {
    font-size: 14px;
  }
  .detail-current p,
  .visibility-note,
  .activity-list li {
    font-size: 12px;
  }
  .form-buttons {
    flex-wrap: wrap;
  }
  .form-buttons .btn {
    flex-grow: 1;
  }
  .dialog-toast {
    right: 14px;
    bottom: 14px;
    max-width: calc(100vw - 28px);
  }
}

/* Avatar initials are decorative and must remain on one line. */
.avatar {
  white-space: nowrap;
  line-height: 1;
}
.focus-card-footer .avatar {
  font-size: 9px;
}

/* Formal markup aliases */
.main{margin-left:222px;min-height:100vh;background:var(--canvas)}.content{padding:30px;max-width:1440px}.main .topbar{height:74px}.main .heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.main .heading h1{font-size:27px}.main .panel{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}.main .panel-head{padding:19px 20px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.main .filters{display:flex;gap:10px;padding:15px 20px;border-bottom:1px solid var(--line)}.main .filters input,.main .filters select{border:1px solid #dfe5ef;border-radius:7px;padding:9px 10px;background:#fff}.main .table{width:100%;border-collapse:collapse}.main .table th,.main .table td{padding:14px 20px;border-bottom:1px solid #edf0f5;text-align:left}.main .mobile-menu{display:none}@media(max-width:800px){.main{margin-left:0}.main .mobile-menu{display:inline-block}.content{padding:22px 14px}.main .filters{flex-direction:column}.main .filters input,.main .filters select{width:100%}.main .table th{display:none}.main .table,.main .table tbody,.main .table tr,.main .table td{display:block}.main .table tr{padding:15px}.main .table td{padding:4px 0;border:0}}
.nav button{display:flex;align-items:center;width:100%;min-height:40px;padding:10px 14px;border:0;border-radius:8px;background:transparent;color:#c4cfde;font-size:13px;text-align:left}.nav button.active{background:#3a4c76;color:#fff}.nav button:hover{background:#ffffff0d;color:#fff}.workspace{display:flex;align-items:center;gap:10px;border:1px solid #ffffff12;border-radius:9px;margin:0 7px 25px;padding:11px}.workspace strong{display:block;color:#dce3ed;font-size:13px;font-weight:500}.workspace span{display:block;margin-top:3px;color:#a1aec2;font-size:11px}.profile{margin-top:auto}.muted{color:#728096;font-size:11px}
.main .action,.main .task{border:0;background:transparent;color:#5262b9;padding:0;text-align:left}.main .action:hover,.main .task:hover{color:#3f4ca9}.main .primary{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:#5262dc;color:#fff;padding:10px 15px;font-size:13px;min-height:38px}.main .primary:hover{background:#4655c8}

@media(max-width:800px){.sidebar{left:0;transform:translateX(-100%)}.sidebar.open{transform:translateX(0);position:fixed;z-index:20}.sidebar-overlay{left:222px;right:0;z-index:10}.main{position:relative;z-index:0}}

.profile{display:flex;align-items:center;gap:8px;padding:0 8px 18px}.profile>span:last-child{display:flex;align-items:baseline;gap:6px}.profile small{display:block;margin-left:0}.main .user{display:flex;align-items:center;gap:12px}.mobile-menu{width:40px;height:40px;min-width:40px;border:1px solid #d7deea;border-radius:8px;background:#fff;cursor:pointer}.main .mobile-menu{padding:0;display:none}@media(max-width:800px){.main .mobile-menu{display:inline-flex;align-items:center;justify-content:center}.sidebar{left:0;top:0;bottom:0;width:222px;transform:translateX(-100%);transition:transform .2s;overflow-y:auto}.sidebar.open{transform:translateX(0);position:fixed;z-index:20;box-shadow:8px 0 24px #17243a33}.sidebar-overlay{position:fixed;left:222px;right:0;top:0;bottom:0;border:0;background:#17243a66;z-index:10;cursor:pointer}.main{position:relative;z-index:0}}

.login-card{border:1px solid #dfe5ef;border-radius:12px;padding:24px;max-width:560px;width:calc(100% - 28px);box-shadow:0 18px 50px #17243a22}.login-card form{display:grid;gap:14px}.login-card label{display:grid;gap:6px;color:#33415c;font-size:13px}.login-card input,.login-card textarea,.login-card select{width:100%;box-sizing:border-box;border:1px solid #d7deea;border-radius:7px;padding:9px;font:inherit}.login-card textarea{min-height:90px;resize:vertical}.login-card form>div:last-child{display:flex;justify-content:flex-end;gap:10px}.empty{padding:28px;color:#728096;text-align:center}

.login-card form{gap:16px}.login-card button.primary{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:#5262dc;color:#fff;padding:10px 15px;min-height:38px}.login-card button.action{border:1px solid #d7deea;border-radius:8px;background:#fff;color:#5262b9;padding:9px 14px;min-height:38px}.login-card .dialog-error{min-height:20px;margin:0;color:#b54747}.login-card label{line-height:1.4}@media(max-width:700px){.login-card{max-height:calc(100vh - 28px);overflow:auto}}

.login-card section{margin-top:18px;padding-top:4px}.login-card section h3{margin:0 0 10px}.login-card article+article{margin-top:14px}.login-card article p{margin:6px 0}
