/* Clinical Shift pilot — intentionally isolated from the classic case-bank styles. */
.cshift-hub,
.cshift-workspace { max-width: 1120px; }

.cshift-hub-hero {
  padding: clamp(48px, 8vw, 86px) 0 54px;
  border-bottom: 1px solid var(--line);
}
.cshift-hub-hero h1 {
  margin-top: 14px;
  font-size: clamp(48px, 7vw, 72px); font-size: round(clamp(48px, 7vw, 72px), 1px);
  font-weight: 580;
  line-height: .96;
  letter-spacing: -.055em;
}
.cshift-hub-hero p { max-width: 760px; margin-top: 22px; color: var(--body); font-size: 17px; line-height: 1.68; }
.cshift-hub-hero .cshift-content-status {
  max-width: 720px;
  margin-top: 20px;
  padding: 12px 14px;
  border-left: 3px solid #b8bec6;
  background: #f5f6f7;
  color: var(--dim);
  font-size: 11px;
  line-height: 1.55;
}
.cshift-resume {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 28px;
  padding: 24px 26px;
  border: 1px solid #b9cee8;
  border-left: 4px solid var(--blue);
  border-radius: 10px;
  background: var(--blue-soft);
}
.cshift-resume strong { display: block; margin-top: 7px; font-size: 21px; font-weight: 630; }
.cshift-resume p { margin-top: 5px; color: var(--body); font-size: 12px; }
.cshift-resume > div:last-child { display: flex; align-items: center; gap: 14px; }

.cshift-rotations { margin-top: 58px; }
.cshift-section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 17px; }
.cshift-section-head h2 { margin-top: 8px; font-size: 30px; font-weight: 590; letter-spacing: -.035em; }
.cshift-section-head > span { color: var(--dim); font-size: 12px; }
.cshift-rotation-list { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.cshift-rotation {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 120px 52px;
  gap: 17px;
  align-items: center;
  width: 100%;
  min-height: 100px;
  padding: 19px 21px;
  background: #fff;
  color: var(--text);
  text-align: left;
  transition: background .16s var(--ease-out);
}
.cshift-rotation + .cshift-rotation { border-top: 1px solid var(--line); }
.cshift-rotation:hover { background: #f7f9fb; }
.cshift-rotation-num { color: #9ca4ae; font-size: 14px; }
.cshift-rotation-copy strong { display: block; font-size: 18px; font-weight: 640; }
.cshift-rotation-copy span { display: block; max-width: 690px; margin-top: 5px; color: var(--dim); font-size: 12px; line-height: 1.5; }
.cshift-rotation-progress { color: var(--dim); font-family: var(--mono); font-size: 10px; text-align: right; text-transform: uppercase; }
.cshift-rotation-go { font-size: 11px; text-align: right; }

.cshift-classic {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 42px;
  margin-top: 68px;
  padding: 32px 0;
  border-block: 1px solid var(--line);
}
.cshift-classic h2 { margin-top: 9px; font-size: 24px; font-weight: 590; letter-spacing: -.025em; }
.cshift-classic p { max-width: 660px; margin-top: 9px; color: var(--dim); font-size: 12px; line-height: 1.6; }
.cshift-classic > div:last-child { display: flex; align-items: center; flex: 0 0 auto; gap: 13px; }
.cshift-history-list .row { display: grid; gap: 10px; }
.cshift-history-list .row-title { white-space: normal; display: block; overflow: visible; }
.cshift-history-list .row-right { display: block; color: var(--dim); font-size: 12px; line-height: 1.5; }
.cshift-saved-chart { margin-top: 24px; }
.cshift-saved-chart summary { cursor: pointer; }
.cshift-saved-chart .cshift-chart { position: static; margin-top: 16px; }

.cshift-loading { max-width: 800px; padding-top: 14vh; }
.cshift-loading h1 { margin-top: 15px; font-size: clamp(38px, 6vw, 56px); font-weight: 590; letter-spacing: -.04em; }
.cshift-loading p { margin-top: 16px; color: var(--dim); }

.cshift-runbar .center { min-width: 0; }
.cshift-stepper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  margin-bottom: 38px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
}
.cshift-stepper li { display: flex; align-items: center; gap: 9px; min-width: 0; padding: 12px 13px; color: #a0a6ae; list-style: none; }
.cshift-stepper li + li { border-left: 1px solid var(--line); }
.cshift-stepper span { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border: 1px solid #cfd3d8; border-radius: 50%; font-family: var(--mono); font-size: 9px; }
.cshift-stepper strong { overflow: hidden; font-size: 10px; font-weight: 620; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.cshift-stepper .active { color: var(--text); background: var(--blue-soft); }
.cshift-stepper .active span { border-color: var(--blue); background: var(--blue); color: #fff; }
.cshift-stepper .done { color: #31714a; }
.cshift-stepper .done span { border-color: #9bc4a8; background: #eef8f1; }

.cshift-handoff { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr); gap: clamp(30px, 6vw, 72px); padding-top: 22px; }
.cshift-handoff-main h1,
.cshift-task h1 {
  margin-top: 14px;
  font-size: clamp(36px, 5vw, 52px); font-size: round(clamp(36px, 5vw, 52px), 1px);
  font-weight: 580;
  line-height: 1.02;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.cshift-patient-line { margin-top: 18px; color: var(--dim); font-family: var(--mono); font-size: 11px; text-transform: uppercase; }
.cshift-complaint { margin: 34px 0 28px; padding: 24px 25px; border-left: 4px solid var(--blue); background: #f6f8fb; }
.cshift-complaint > span { color: var(--dim); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.cshift-complaint blockquote { margin-top: 12px; font-size: 21px; line-height: 1.48; letter-spacing: -.018em; }
.cshift-vitals { padding: 25px; border: 1px solid var(--line); border-radius: 12px; background: #10141a; color: #fff; }
.cshift-vitals > .label { color: rgba(255, 255, 255, .55); }
.cshift-vitals > div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.cshift-vitals > div:last-child { border-bottom: 0; }
.cshift-vitals div span { color: rgba(255, 255, 255, .55); font-family: var(--mono); font-size: 10px; }
.cshift-vitals div strong { font-size: 15px; font-weight: 580; text-align: right; }

.cshift-two-col { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); gap: clamp(28px, 5vw, 58px); align-items: start; }
.cshift-task > p { max-width: 700px; margin-top: 17px; color: var(--body); font-size: 14px; line-height: 1.65; }
.cshift-task > .btn { margin-top: 25px; }
.cshift-actions { margin-top: 28px; border: 1px solid var(--line); border-radius: 10px; }
.cshift-action { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 4px 13px; align-items: center; width: 100%; min-height: 82px; padding: 16px 18px; background: #fff; color: var(--text); text-align: left; }
.cshift-action + .cshift-action { border-top: 1px solid var(--line); }
.cshift-action:hover { background: #f7f9fb; }
.cshift-action > span { grid-row: 1 / span 2; color: #9ba2ab; font-family: var(--mono); font-size: 12px; }
.cshift-action strong { font-size: 14px; font-weight: 630; }
.cshift-action small { color: var(--dim); font-size: 11px; line-height: 1.4; }
.cshift-action.done { background: #f5fbf7; }
.cshift-action.done > span { color: var(--green); font-size: 16px; }

.cshift-investigation-groups { display: flex; flex-direction: column; gap: 28px; margin-top: 30px; }
.cshift-investigation-group { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.cshift-investigation-group > header { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 17px 18px; border-bottom: 1px solid var(--line); background: #f7f8fa; }
.cshift-investigation-group h2 { margin-top: 5px; font-size: 18px; font-weight: 610; letter-spacing: -.02em; }
.cshift-investigation-group > header > strong { flex: 0 0 auto; color: var(--dim); font-family: var(--mono); font-size: 9px; font-weight: 550; text-transform: uppercase; }
.cshift-investigation-group > div { display: flex; flex-direction: column; }
.cshift-inquiry { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 5px 13px; align-items: center; width: 100%; min-height: 68px; padding: 14px 17px; background: #fff; color: var(--text); text-align: left; }
.cshift-inquiry + .cshift-inquiry { border-top: 1px solid var(--line); }
.cshift-inquiry:hover:not(:disabled) { background: var(--blue-soft); }
.cshift-inquiry > span { display: inline-flex; grid-row: 1 / span 2; align-items: center; justify-content: center; width: 27px; height: 27px; border: 1px solid #cbd0d6; border-radius: 50%; color: var(--dim); font-family: var(--mono); font-size: 11px; }
.cshift-inquiry > strong { font-size: 13px; font-weight: 620; line-height: 1.45; }
.cshift-inquiry > small { color: var(--dim); font-size: 10px; line-height: 1.55; }
.cshift-inquiry.done { background: #f3f9f5; }
.cshift-inquiry.done > span { border-color: #8db79b; background: #e5f3e9; color: #28653d; }
.cshift-inquiry.done > small { color: var(--body); }
.cshift-inquiry:disabled { opacity: 1; }

.cshift-chart { position: sticky; top: 76px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow-xs); }
.cshift-chart-head { padding: 20px; background: #10141a; color: #fff; }
.cshift-chart-head .label { color: rgba(255, 255, 255, .5); }
.cshift-chart-head strong { display: block; margin-top: 8px; font-size: 16px; font-weight: 620; }
.cshift-chart-head small { display: block; margin-top: 4px; color: rgba(255, 255, 255, .58); font-size: 11px; }
.cshift-chart-vitals { padding: 15px 18px; border-bottom: 1px solid var(--line); }
.cshift-chart-vitals > div { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 10px; }
.cshift-chart-vitals > div > div { min-width: 0; }
.cshift-chart-vitals > div span { display: block; color: var(--dim); font-family: var(--mono); font-size: 8px; }
.cshift-chart-vitals > div strong { display: block; overflow: hidden; margin-top: 3px; font-size: 10px; font-weight: 620; text-overflow: ellipsis; white-space: nowrap; }
.cshift-chart details { border-bottom: 1px solid var(--line); }
.cshift-chart summary { display: flex; justify-content: space-between; gap: 18px; padding: 15px 18px; cursor: pointer; font-size: 12px; font-weight: 620; list-style: none; }
.cshift-chart summary::-webkit-details-marker { display: none; }
.cshift-chart summary span { color: var(--dim); font-size: 10px; font-weight: 500; }
.cshift-chart details > p { max-height: 220px; overflow-y: auto; padding: 0 18px 17px; color: var(--body); font-size: 11px; line-height: 1.62; }
.cshift-chart-findings { max-height: 260px; overflow-y: auto; padding: 0 18px 17px; }
.cshift-chart-findings > p { color: var(--dim); font-size: 11px; line-height: 1.62; }
.cshift-chart-findings article + article { margin-top: 13px; padding-top: 13px; border-top: 1px solid var(--line); }
.cshift-chart-findings strong { display: block; font-size: 10px; font-weight: 650; line-height: 1.4; }
.cshift-chart-findings article p { margin-top: 6px; color: var(--body); font-size: 10px; line-height: 1.6; }
.cshift-chart-results { padding: 17px 18px; }
.cshift-chart-empty { margin-top: 10px; color: var(--dim); font-size: 11px; line-height: 1.5; }
.cshift-result { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); }
.cshift-result > span { color: var(--text); font-size: 10px; font-weight: 650; text-transform: uppercase; }
.cshift-result p { margin-top: 7px; color: var(--body); font-family: var(--mono); font-size: 10px; line-height: 1.6; white-space: pre-line; }
.cshift-evidence { margin: 18px 0 23px; padding: 17px 18px; border: 1px solid #b9cee8; border-left: 4px solid var(--blue); border-radius: 8px; background: var(--blue-soft); }
.cshift-evidence article { margin-top: 12px; }
.cshift-evidence article + article { padding-top: 12px; border-top: 1px solid #c7d8ec; }
.cshift-evidence article strong { display: block; font-size: 11px; font-weight: 650; text-transform: uppercase; }
.cshift-evidence article p { margin-top: 7px; color: var(--body); font-family: var(--mono); font-size: 10px; line-height: 1.65; white-space: pre-line; }

.cshift-options,
.cshift-dx-list { display: flex; flex-direction: column; margin-top: 26px; border: 1px solid var(--line); border-radius: 10px; }
.cshift-option,
.cshift-dx-option { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 13px; align-items: center; min-height: 64px; padding: 13px 16px; background: #fff; color: var(--text); text-align: left; }
.cshift-option + .cshift-option,
.cshift-dx-option + .cshift-dx-option { border-top: 1px solid var(--line); }
.cshift-option:hover:not(:disabled),
.cshift-dx-option:hover:not(:disabled) { background: #f7f9fb; }
.cshift-option > span,
.cshift-dx-option > span { display: inline-flex; align-items: center; justify-content: center; width: 27px; height: 27px; border: 1px solid #cbd0d6; border-radius: 50%; color: var(--dim); font-family: var(--mono); font-size: 10px; }
.cshift-option strong,
.cshift-dx-option strong { font-size: 13px; font-weight: 560; line-height: 1.45; }
.cshift-option.selected,
.cshift-dx-option.selected { background: var(--blue-soft); box-shadow: inset 3px 0 var(--blue); }
.cshift-option.selected > span,
.cshift-dx-option.selected > span { border-color: var(--blue); background: var(--blue); color: #fff; }
.cshift-option:disabled,
.cshift-dx-option:disabled { opacity: 1; }
.cshift-locked { margin-top: 20px; padding: 15px 17px; border-left: 3px solid #2d7447; background: #f1f8f3; }
.cshift-locked span { display: block; color: #31714a; font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.cshift-locked strong { display: block; margin-top: 6px; font-size: 12px; line-height: 1.5; }

.cshift-field { display: block; margin-top: 24px; }
.cshift-field > span { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 630; }
.cshift-field textarea { width: 100%; resize: vertical; border: 1px solid #cfd3d8; border-radius: 8px; background: #fff; color: var(--text); font: inherit; font-size: 13px; line-height: 1.6; }
.cshift-field textarea:focus { border-color: var(--blue); outline: 3px solid rgba(52, 103, 171, .12); }
.cshift-field textarea:disabled { background: #f6f7f8; color: var(--body); }
.cshift-sign-note { margin-top: 16px !important; font-size: 11px !important; }
.cshift-note-review-stage > .btn { margin-top: 28px; }
.cshift-note-comparison { display: flex; flex-direction: column; gap: 28px; margin-top: 30px; }
.cshift-note-comparison > section > div { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 9px; }
.cshift-note-comparison article { min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.cshift-note-comparison article strong { font-size: 11px; font-weight: 650; }
.cshift-note-comparison article p { margin-top: 9px; color: var(--body); font-size: 11px; line-height: 1.65; white-space: pre-line; }
.cshift-note-comparison .cshift-note-yours { background: #f7f8fa; }
.cshift-note-comparison .cshift-model-note { border-color: #a8c5e6; border-left: 4px solid var(--blue); background: var(--blue-soft); }
.cshift-note-comparison .cshift-model-note strong { color: #174d88; }

.cshift-debrief-hero { display: flex; align-items: end; justify-content: space-between; gap: 34px; padding: 18px 0 42px; border-bottom: 1px solid var(--line); }
.cshift-debrief-hero h1 { max-width: 760px; margin-top: 12px; font-size: clamp(38px, 5vw, 54px); font-weight: 580; line-height: 1.02; letter-spacing: -.045em; }
.cshift-debrief-hero p { margin-top: 13px; color: var(--dim); font-size: 12px; }
.cshift-score { flex: 0 0 auto; text-align: right; }
.cshift-score strong { display: block; font-size: 70px; font-weight: 540; line-height: .85; letter-spacing: -.06em; }
.cshift-score span { display: block; margin-top: 9px; color: var(--dim); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.cshift-diagnosis { padding: 38px 0; border-bottom: 1px solid var(--line); }
.cshift-diagnosis h2 { max-width: 870px; margin-top: 9px; font-size: 28px; font-weight: 610; letter-spacing: -.03em; }
.cshift-domain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 34px; }
.cshift-domain-grid article { min-height: 150px; padding: 20px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.cshift-domain-grid span { color: var(--dim); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.cshift-domain-grid strong { display: block; margin-top: 22px; font-size: 24px; font-weight: 600; }
.cshift-domain-grid small { display: block; margin-top: 8px; color: var(--dim); font-size: 10px; line-height: 1.5; }
.cshift-debrief-section { margin-top: 58px; }
.cshift-ranked-review { margin-top: 13px; border: 1px solid var(--line); border-radius: 9px; }
.cshift-ranked-review li { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; gap: 13px; align-items: center; padding: 14px 16px; list-style: none; }
.cshift-ranked-review li + li { border-top: 1px solid var(--line); }
.cshift-ranked-review li > span { color: var(--dim); font-family: var(--mono); font-size: 11px; }
.cshift-ranked-review li strong { font-size: 13px; font-weight: 600; }
.cshift-ranked-review li em { color: #2d7447; font-family: var(--mono); font-size: 9px; font-style: normal; text-transform: uppercase; }
.cshift-ranked-review li.correct { background: #f3f9f5; }
.cshift-debrief-section > blockquote { margin-top: 13px; padding: 17px 19px; border-left: 3px solid var(--blue); background: #f6f8fb; color: var(--body); font-size: 13px; line-height: 1.6; }
.cshift-note-review { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 13px; }
.cshift-note-review article { padding: 20px; border: 1px solid var(--line); border-radius: 9px; }
.cshift-note-review strong { font-size: 12px; }
.cshift-note-review p { margin-top: 10px; color: var(--body); font-size: 12px; line-height: 1.65; white-space: pre-line; }
.cshift-review-list { display: flex; flex-direction: column; gap: 12px; margin-top: 13px; }
.cshift-review-card { padding: 21px; border: 1px solid var(--line); border-left: 4px solid #b9bec5; border-radius: 9px; }
.cshift-review-card.correct { border-left-color: #4a9966; }
.cshift-review-card.incorrect { border-left-color: #bd5c5c; }
.cshift-review-card > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.cshift-review-card > div:first-child span { color: var(--dim); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.cshift-review-card > div:first-child strong { font-size: 11px; }
.cshift-review-question { margin-top: 16px; font-size: 15px; font-weight: 590; line-height: 1.5; }
.cshift-review-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
.cshift-review-card dl > div { padding: 13px; background: #f6f7f8; }
.cshift-review-card dt { color: var(--dim); font-size: 9px; text-transform: uppercase; }
.cshift-review-card dd { margin-top: 6px; font-size: 11px; line-height: 1.5; }
.cshift-review-explanation { margin-top: 17px; color: var(--body); font-size: 12px; line-height: 1.65; }
.cshift-pearls { margin-top: 13px; border-block: 1px solid var(--line); }
.cshift-pearls article { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 12px; padding: 15px 4px; }
.cshift-pearls article + article { border-top: 1px solid var(--line); }
.cshift-pearls span { color: var(--dim); font-family: var(--mono); font-size: 10px; }
.cshift-pearls p { color: var(--body); font-size: 12px; line-height: 1.6; }
.cshift-provenance { margin-top: 40px; padding: 16px 18px; border: 1px dashed #c8cdd3; color: var(--dim); font-size: 11px; line-height: 1.55; }
.cshift-end-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 25px; }

@media (max-resolution: 1.25dppx) {
  .cshift-hub-hero h1, .cshift-handoff-main h1, .cshift-task h1, .cshift-debrief-hero h1 { letter-spacing: 0; }
}
@media (max-width: 820px) {
  .cshift-handoff, .cshift-two-col { grid-template-columns: 1fr; }
  .cshift-chart { position: static; }
  .cshift-chart-vitals > div { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cshift-chart-vitals > div strong { overflow: visible; text-overflow: clip; white-space: normal; }
  .cshift-domain-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .cshift-hub-hero { padding: 38px 0 40px; }
  .cshift-hub-hero h1 { font-size: 46px; }
  .cshift-hub-hero p { font-size: 15px; }
  .cshift-resume, .cshift-classic, .cshift-section-head { align-items: flex-start; flex-direction: column; }
  .cshift-resume > div:last-child, .cshift-classic > div:last-child { align-items: flex-start; flex-direction: column; }
  .cshift-resume .btn, .cshift-classic .btn { width: 100%; }
  .cshift-rotation { grid-template-columns: 32px minmax(0, 1fr) 20px; gap: 10px; padding: 17px 13px; }
  .cshift-rotation-progress { grid-column: 2; grid-row: 2; text-align: left; }
  .cshift-rotation-go { grid-column: 3; grid-row: 1 / span 2; font-size: 12px; }
  .cshift-rotation-go span { display: none; }
  .cshift-runbar { flex-wrap: wrap; }
  .cshift-runbar .center { order: 3; flex: 1 1 100%; text-align: left; }
  .cshift-stepper { grid-template-columns: repeat(5, minmax(42px, 1fr)); }
  .cshift-stepper li { justify-content: center; padding: 9px 5px; }
  .cshift-stepper strong { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .cshift-handoff-main h1, .cshift-task h1 { font-size: 39px; }
  .cshift-complaint { padding: 20px; }
  .cshift-complaint blockquote { font-size: 18px; }
  .cshift-domain-grid, .cshift-note-review, .cshift-note-comparison > section > div { grid-template-columns: 1fr; }
  .cshift-investigation-group > header { align-items: flex-start; flex-direction: column; }
  .cshift-debrief-hero { align-items: flex-start; flex-direction: column; }
  .cshift-score { text-align: left; }
  .cshift-score strong { font-size: 60px; }
  .cshift-review-card dl { grid-template-columns: 1fr; }
  .cshift-end-actions { align-items: stretch; flex-direction: column; }
  .cshift-end-actions .btn { width: 100%; }
}
@media (max-width: 460px) {
  .cshift-chart-vitals > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.cshift-content-register { margin: 0 0 32px; }
.cshift-content-register details { border-top: 1px solid var(--line, #dce1e7); padding: 18px 0; }
.cshift-content-register summary { cursor: pointer; font-weight: 600; }
.cshift-content-register p, .cshift-content-register li { max-width: 78ch; line-height: 1.7; }
.cshift-content-register a { overflow-wrap: anywhere; }
.cshift-confirm { position: fixed; inset: 0; margin: auto; box-sizing: border-box; width: min(480px, calc(100vw - 32px)); max-height: 85vh; overflow: auto; padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper, #fff); color: var(--ink); }
.cshift-confirm::backdrop { background: rgb(16 25 35 / 50%); }
.cshift-confirm h2 { font-size: 24px; }
.cshift-confirm p { margin: 16px 0; line-height: 1.6; }
.cshift-confirm > div { display: flex; gap: 12px; flex-wrap: wrap; }
.cshift-confirm button { min-height: 44px; white-space: normal; }
