.app-body {
  background:
    linear-gradient(135deg, rgba(246, 249, 255, 0.98), rgba(255, 255, 255, 0.98) 42%, rgba(255, 248, 240, 0.94)),
    var(--paper);
}

.workspace-shell {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 106px 0 56px;
}

.workspace-hero {
  display: grid;
  gap: 18px 20px;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  margin-bottom: 20px;
  overflow: hidden;
  padding: clamp(14px, 2vw, 20px);
  position: relative;
  border: 1px solid rgba(7, 26, 61, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(246, 250, 255, 0.96) 52%, rgba(255, 248, 241, 0.95)),
    #fff;
  box-shadow: 0 24px 72px rgba(7, 26, 61, 0.13);
}

.workspace-hero::before {
  background:
    linear-gradient(135deg, rgba(19, 104, 255, 0.08), rgba(255, 122, 26, 0.11));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.workspace-hero-copy {
  align-self: center;
  min-width: 0;
  padding: clamp(12px, 3vw, 30px);
  position: relative;
  z-index: 1;
}

.workspace-hero h1 {
  color: var(--ink);
  font-size: clamp(40px, 5.3vw, 70px);
  line-height: 0.98;
  margin-bottom: 14px;
  max-width: 740px;
}

.workspace-hero-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
  max-width: 680px;
}

.staff-shift {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.staff-shift span {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(7, 26, 61, 0.1);
  border-radius: 8px;
  color: var(--muted);
  font-weight: 900;
  min-height: 42px;
  padding: 10px 12px;
  box-shadow: 0 10px 26px rgba(7, 26, 61, 0.06);
}

.staff-shift strong {
  color: var(--pine);
}

.workspace-hero-art {
  align-self: stretch;
  background: #f7faff;
  border: 1px solid rgba(7, 26, 61, 0.08);
  border-radius: 8px;
  min-height: 420px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.workspace-hero-art img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.workspace-pulse {
  display: grid;
  gap: 12px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  z-index: 1;
}

.workspace-pulse article {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(7, 26, 61, 0.1);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(7, 26, 61, 0.07);
  min-height: 78px;
  padding: 14px;
}

.workspace-pulse strong {
  display: block;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 6px;
}

.workspace-pulse span {
  color: var(--muted);
  display: block;
  font-weight: 850;
  line-height: 1.3;
}

.action-meter {
  align-self: end;
  grid-column: 1 / -1;
  height: 12px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 999px;
  background: rgba(7, 26, 61, 0.12);
}

.action-meter span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--gold));
}

.meter-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  grid-column: 1 / -1;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.meter-text {
  color: var(--muted);
  font-weight: 900;
  margin: 0;
}

.automation-proof {
  display: grid;
  gap: 10px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: relative;
  z-index: 1;
}

.automation-proof article {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(7, 26, 61, 0.1);
  border-radius: 8px;
  min-height: 58px;
  padding: 10px 12px;
}

.automation-proof article.ready {
  border-color: rgba(25, 135, 84, 0.28);
}

.automation-proof article.pending {
  border-color: rgba(255, 122, 26, 0.28);
}

.automation-proof span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.automation-proof strong {
  color: var(--ink);
  display: block;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 4px;
}

.workspace-brief {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 20px;
}

.guidance-contract {
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(7, 26, 61, 0.1);
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(7, 26, 61, 0.07);
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
  margin-bottom: 18px;
  padding: clamp(16px, 2vw, 22px);
}

.guidance-contract span {
  color: var(--orange);
  display: block;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.guidance-contract > div > strong {
  color: var(--ink);
  display: block;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.08;
}

.guidance-contract p {
  color: var(--muted);
  font-weight: 850;
  line-height: 1.42;
  margin: 8px 0 0;
}

.guidance-contract-checks {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guidance-contract-checks article {
  background: #f7faff;
  border: 1px solid #dbe8ff;
  border-radius: 8px;
  min-height: 128px;
  padding: 12px;
}

.guidance-contract-checks article.needs_signal {
  background: #fff8eb;
  border-color: rgba(255, 122, 26, 0.28);
}

.guidance-contract-checks small {
  color: var(--blue);
  display: block;
  font-size: 11px;
  font-weight: 1000;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.guidance-contract-checks strong {
  color: var(--ink);
  display: block;
  font-size: 16px;
  line-height: 1.15;
}

.workspace-brief article {
  align-items: start;
  background: #fff;
  border: 1px solid rgba(7, 26, 61, 0.1);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(7, 26, 61, 0.07);
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr;
  min-height: 210px;
  padding: 16px;
}

.workspace-brief article.awaiting_approval {
  border-color: rgba(255, 111, 0, 0.28);
  box-shadow: 0 16px 42px rgba(255, 111, 0, 0.1);
}

.workspace-brief article.needs_signal,
.workspace-brief article.needs_task,
.workspace-brief article.needs_movement {
  border-color: rgba(8, 77, 176, 0.22);
}

.workspace-brief article.needs_capacity {
  border-color: rgba(153, 27, 27, 0.2);
}

.workspace-brief article.acted,
.workspace-brief article.dismissed {
  background: #f7f9fc;
  box-shadow: none;
  opacity: 0.78;
}

.brief-icon {
  background: #eaf2ff;
  border: 1px solid #d7e6ff;
  border-radius: 6px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 1000;
  padding: 7px 9px;
}

.workspace-brief strong {
  display: block;
  font-size: 17px;
  margin-bottom: 6px;
}

.workspace-brief small {
  color: var(--orange);
  display: block;
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.workspace-brief p {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 12px;
}

.workspace-brief .button {
  margin-top: auto;
}

.brief-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.brief-card-actions .button.text {
  background: transparent;
  border: 0;
  color: var(--muted);
  min-height: 28px;
  padding: 0;
}

.brief-status {
  align-items: center;
  background: #eaf2ff;
  border: 1px solid #d7e6ff;
  border-radius: 999px;
  color: var(--blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  min-height: 30px;
  padding: 0 10px;
}

.weekly-rollup {
  align-items: stretch;
  background: #071a3d;
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1.4fr) 120px 120px minmax(220px, 0.9fr);
  margin: -4px 0 20px;
  padding: 16px;
}

.weekly-rollup > div,
.weekly-rollup article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 12px;
}

.weekly-rollup span {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.weekly-rollup strong {
  display: block;
  font-size: 18px;
  line-height: 1.25;
}

.weekly-rollup article strong {
  font-size: 34px;
}

.weekly-rollup p {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
  line-height: 1.4;
  margin: 6px 0 0;
}

.weekly-rollup .button {
  margin-top: 10px;
}

.staff-nudge-panel {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(7, 26, 61, 0.98), rgba(12, 54, 126, 0.92) 68%, rgba(255, 122, 26, 0.88));
  border: 1px solid rgba(7, 26, 61, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(7, 26, 61, 0.12);
  color: #fff;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr auto;
  margin-bottom: 18px;
  min-height: 118px;
  padding: clamp(16px, 2vw, 22px);
}

.staff-nudge-panel span {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-size: 12px;
  font-weight: 1000;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.staff-nudge-panel strong {
  display: block;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.08;
}

.staff-nudge-panel p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 850;
  line-height: 1.42;
  margin: 8px 0 0;
  max-width: 820px;
}

.staff-nudge-panel .button {
  white-space: nowrap;
}

.guided-next-panel {
  margin-bottom: 18px;
}

.first-session-panel {
  margin-bottom: 18px;
}

.first-session-script {
  display: grid;
  gap: 12px;
}

.first-session-script article {
  align-items: center;
  background:
    linear-gradient(135deg, #071a3d, #0b2b66 58%, #0d5f99);
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 14px;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  min-height: 116px;
  padding: 14px;
}

.first-session-script .step-number {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  display: inline-flex;
  font-size: 18px;
  font-weight: 1000;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.first-session-script small {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 12px;
  font-weight: 1000;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.first-session-script strong {
  display: block;
  font-size: 21px;
  line-height: 1.15;
}

.first-session-script p,
.first-session-script em {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
  margin: 6px 0 0;
}

.first-session-script em {
  color: rgba(255, 255, 255, 0.92);
}

.first-session-script .button.secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  white-space: nowrap;
}

.day-one-staff-panel {
  margin-bottom: 18px;
}

.day-one-staff-plan {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.day-one-staff-plan article {
  align-content: start;
  background:
    linear-gradient(135deg, #ffffff, #f7faff 60%, #fff4e6);
  border: 1px solid rgba(7, 26, 61, 0.1);
  border-radius: 8px;
  display: grid;
  gap: 11px;
  grid-template-rows: auto 1fr auto;
  min-height: 250px;
  padding: 14px;
}

.day-one-staff-plan .staff-avatar-mini {
  height: 52px;
  width: 52px;
}

.day-one-staff-plan span {
  color: var(--blue);
  display: block;
  font-size: 12px;
  font-weight: 1000;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.day-one-staff-plan strong {
  color: var(--ink);
  display: block;
  font-size: 20px;
  line-height: 1.15;
}

.day-one-staff-plan p {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.42;
  margin: 7px 0 0;
}

.day-one-staff-plan button {
  justify-self: start;
}

.prepared-work {
  margin-bottom: 14px;
}

.prepared-work article {
  align-items: center;
  background:
    linear-gradient(135deg, #071a3d, #0b2b66 58%, #0b4f8a);
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 14px;
}

.prepared-work article.approved {
  background:
    linear-gradient(135deg, #06331f, #0f6841 62%, #12805a);
}

.prepared-work span {
  color: rgba(255, 255, 255, 0.74);
  display: block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.prepared-work strong {
  display: block;
  font-size: 20px;
  line-height: 1.18;
}

.prepared-work p {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  line-height: 1.4;
  margin: 6px 0 0;
}

.prepared-work-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.prepared-work .button.secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.prepared-work-status {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  min-height: 34px;
  padding: 0 12px;
}

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

.guided-next-moves article {
  align-content: start;
  background:
    linear-gradient(135deg, #ffffff, #f7faff 62%, #fff8ef);
  border: 1px solid rgba(7, 26, 61, 0.1);
  border-radius: 8px;
  display: grid;
  gap: 9px;
  min-height: 212px;
  padding: 14px;
}

.guided-next-moves span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.guided-next-moves strong {
  color: var(--ink);
  font-size: 19px;
  line-height: 1.15;
}

.guided-next-moves p {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.4;
  margin: 0;
}

.guided-next-moves button {
  align-self: end;
  justify-self: start;
  margin-top: auto;
}

.button.compact {
  min-height: 38px;
  padding: 8px 12px;
}

.workspace-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 18px;
  margin-bottom: 18px;
}

.workspace-grid-primary {
  grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr);
}

.workspace-panel {
  border: 1px solid rgba(7, 26, 61, 0.1);
  background: rgba(255, 255, 255, 0.96);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(7, 26, 61, 0.08);
  padding: clamp(16px, 2vw, 22px);
}

.panel-title {
  margin-bottom: 14px;
}

.panel-title h2,
.staff-card h3,
.shared-lane h3 {
  margin: 0;
}

.panel-title h2 {
  font-size: clamp(24px, 3vw, 34px);
}

.staff-list {
  display: grid;
  gap: 12px;
}

.staff-card {
  align-items: stretch;
  background:
    linear-gradient(135deg, #ffffff, #f7faff 68%, #fff7ed);
  border: 1px solid rgba(7, 26, 61, 0.08);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 94px 1fr;
  min-height: 126px;
  padding: 12px;
  position: relative;
}

.staff-card.locked {
  opacity: 0.62;
}

.staff-card h3 {
  font-size: 23px;
  line-height: 1.08;
}

.staff-card p {
  color: var(--muted);
  margin: 4px 0 0;
}

.staff-card .staff-headline {
  color: var(--ink);
  font-weight: 950;
}

.staff-card .staff-status {
  align-items: center;
  background: #effaf4;
  border: 1px solid rgba(18, 133, 82, 0.16);
  border-radius: 6px;
  color: #17613d;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  margin-top: 8px;
  min-height: 28px;
  padding: 5px 8px;
}

.staff-card.locked .staff-status {
  background: #f3f5fa;
  border-color: rgba(7, 26, 61, 0.1);
  color: var(--muted);
}

.staff-avatar-mini {
  background-color: #fff;
  background-image: url("assets/teamlineupstaff.png");
  background-repeat: no-repeat;
  background-size: 300% 300%;
  border: 1px solid rgba(7, 26, 61, 0.1);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(7, 26, 61, 0.1);
  height: 94px;
  width: 94px;
}

.staff-avatar-mini.chad { background-position: 0% 0%; }
.staff-avatar-mini.felix { background-position: 50% 0%; }
.staff-avatar-mini.ivy { background-position: 100% 0%; }
.staff-avatar-mini.oz { background-position: 0% 50%; }
.staff-avatar-mini.max { background-position: 50% 50%; }
.staff-avatar-mini.zoe { background-position: 100% 50%; }
.staff-avatar-mini.nina { background-position: 0% 100%; }
.staff-avatar-mini.eli { background-position: 50% 100%; }
.staff-avatar-mini.jax { background-position: 100% 100%; }
.staff-avatar-mini.hermes,
.staff-avatar-mini.openclaw {
  align-items: center;
  background-image: none;
  color: #fff;
  display: inline-flex;
  font-size: 30px;
  font-weight: 950;
  justify-content: center;
}

.staff-avatar-mini.hermes {
  background: linear-gradient(135deg, #0b2b66, #1368ff);
}

.staff-avatar-mini.openclaw {
  background: linear-gradient(135deg, #071a3d, #ff7a1a);
}

.staff-avatar-mini.hermes::after {
  content: "H";
}

.staff-avatar-mini.openclaw::after {
  content: "O";
}

.task-form,
.chat-form,
.memory-form {
  display: grid;
  gap: 10px;
}

.task-form {
  grid-template-columns: 1fr auto;
}

.task-form input {
  min-width: 0;
}

.memory-form textarea,
.chat-form textarea {
  resize: vertical;
}

.chat-response {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  padding: 14px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, #f7faff, #fff8ef);
  border: 1px solid rgba(7, 26, 61, 0.08);
}

.chat-response:empty {
  display: none;
}

.chat-response h3,
.chat-response p {
  margin: 0;
}

.chat-response p:last-child {
  color: var(--muted);
}

.chat-response button {
  justify-self: start;
  margin-top: 4px;
}

.day-one-panel {
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(7, 26, 61, 0.98), rgba(11, 43, 102, 0.92) 54%, rgba(7, 26, 61, 0.88)),
    var(--pine);
  color: #fff;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(220px, 0.44fr) minmax(0, 0.48fr) minmax(0, 0.8fr);
  margin-bottom: 18px;
  overflow: hidden;
}

.day-one-art {
  border-radius: 8px;
  min-height: 320px;
  overflow: hidden;
}

.day-one-art img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  width: 100%;
}

.day-one-copy {
  align-self: center;
}

.day-one-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
  margin: 0;
}

.day-one-form {
  align-self: center;
  display: grid;
  gap: 12px;
}

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

.frustration-grid label {
  align-items: stretch;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: grid;
  min-height: 48px;
  overflow: hidden;
  position: relative;
}

.frustration-grid input {
  opacity: 0;
  position: absolute;
}

.frustration-grid span {
  align-items: center;
  display: flex;
  font-weight: 900;
  min-height: 52px;
  padding: 11px 12px;
}

.frustration-grid input:checked + span {
  background: #fff;
  color: var(--pine);
}

.frustration-grid input:focus-visible + span {
  outline: 3px solid rgba(255, 122, 26, 0.7);
  outline-offset: -3px;
}

.today-priority {
  grid-column: 2 / -1;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 122, 26, 0.16);
}

.today-priority h3,
.today-priority p:last-child {
  margin-bottom: 0;
}

.memory-list {
  display: grid;
  gap: 12px;
}

.workspace-story-strip {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
}

.workspace-story-strip article {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(7, 26, 61, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(7, 26, 61, 0.08);
  display: grid;
  gap: 16px;
  grid-template-columns: 220px 1fr;
  min-height: 196px;
  overflow: hidden;
  padding: 14px;
}

.workspace-story-strip img {
  border-radius: 8px;
  display: block;
  height: 168px;
  object-fit: cover;
  width: 220px;
}

.workspace-story-strip strong {
  display: block;
  font-size: 22px;
  line-height: 1.15;
  margin-bottom: 8px;
}

.workspace-story-strip span {
  color: var(--muted);
  display: block;
  font-weight: 800;
  line-height: 1.45;
}

.memory-group {
  border-radius: 8px;
  padding: 12px;
  background: #f7faff;
  border: 1px solid rgba(7, 26, 61, 0.08);
}

.memory-group h3 {
  margin-bottom: 10px;
}

.memory-item {
  border-top: 1px solid rgba(7, 26, 61, 0.08);
  display: grid;
  gap: 4px;
  padding: 8px 0;
}

.memory-item span,
.memory-group p,
.visual-panel p {
  color: var(--muted);
  margin: 0;
}

.guided-empty-state {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.95));
  border: 1px dashed rgba(7, 26, 61, 0.18);
  border-radius: 8px;
  display: grid;
  gap: 7px;
  padding: 12px;
}

.guided-empty-state span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.guided-empty-state strong {
  color: var(--ink);
  line-height: 1.18;
}

.guided-empty-state p {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.42;
}

.guided-empty-state button {
  justify-self: start;
  margin-top: 2px;
}

.visual-panel {
  display: grid;
  gap: 14px;
  align-content: start;
}

.visual-panel img {
  border: 1px solid rgba(7, 26, 61, 0.08);
  border-radius: 8px;
  display: block;
  max-height: 360px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.visual-panel h2 {
  font-size: clamp(24px, 3vw, 34px);
}

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

.shared-lane {
  background:
    linear-gradient(180deg, #f7faff, #ffffff);
  border: 1px solid rgba(7, 26, 61, 0.08);
  border-radius: 8px;
  min-height: 260px;
  padding: 12px;
}

.shared-lane:nth-child(2) {
  background:
    linear-gradient(180deg, #fff8ef, #ffffff);
}

.shared-lane:nth-child(3) {
  background:
    linear-gradient(180deg, #effaf4, #ffffff);
}

.shared-cards {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.shared-card {
  background: #fff;
  border: 1px solid rgba(7, 26, 61, 0.08);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  padding: 12px;
}

.shared-card span {
  color: var(--muted);
  font-weight: 800;
}

.shared-card.guided-empty-card {
  background: transparent;
  border: 0;
  padding: 0;
}

.leadership-gps {
  display: grid;
  gap: 12px;
}

.leadership-gps article {
  background:
    linear-gradient(135deg, rgba(247, 250, 255, 0.96), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(7, 26, 61, 0.1);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 16px;
}

.leadership-gps-main {
  display: grid;
  gap: 8px;
}

.leadership-gps-main span,
.leadership-gps-grid span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.leadership-gps-main strong {
  color: var(--ink);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.05;
}

.leadership-gps-main p,
.leadership-gps-action,
.leadership-gps-last {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
}

.leadership-gps-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.leadership-gps-grid div {
  background: #fff;
  border: 1px solid rgba(7, 26, 61, 0.08);
  border-radius: 8px;
  min-height: 86px;
  padding: 12px;
}

.leadership-gps-grid strong {
  color: var(--ink);
  display: block;
  line-height: 1.25;
  margin-top: 6px;
}

.leadership-gps-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 980px) {
  .workspace-hero,
  .day-one-panel,
  .workspace-grid,
  .workspace-grid-primary,
  .shared-board,
  .workspace-brief,
  .guidance-contract,
  .guidance-contract-checks,
  .first-session-script article,
  .day-one-staff-plan,
  .weekly-rollup,
  .staff-nudge-panel,
  .prepared-work article,
  .guided-next-moves,
  .leadership-gps-grid,
  .workspace-story-strip,
  .workspace-pulse {
    grid-template-columns: 1fr;
  }

  .today-priority {
    grid-column: auto;
  }

  .day-one-art {
    min-height: 220px;
  }
}

@media (max-width: 680px) {
  .workspace-shell {
    width: min(100% - 22px, 1220px);
    padding-top: 92px;
  }

  .workspace-hero,
  .workspace-panel {
    padding: 14px;
  }

  .workspace-hero-art {
    min-height: 280px;
  }

  .task-form,
  .frustration-grid {
    grid-template-columns: 1fr;
  }

  .staff-card {
    grid-template-columns: 64px 1fr;
  }

  .staff-avatar-mini {
    height: 64px;
    width: 64px;
  }

  .workspace-story-strip article {
    grid-template-columns: 1fr;
  }

  .automation-proof {
    grid-template-columns: 1fr 1fr;
  }

  .workspace-story-strip img {
    height: 184px;
    width: 100%;
  }
}
