:root {
  --ink: #1b2220;
  --muted: #68726e;
  --line: #dce1de;
  --paper: #ffffff;
  --canvas: #f3f5f2;
  --forest: #1d4a3b;
  --forest-2: #17382f;
  --mint: #dcece5;
  --coral: #d8624a;
  --amber: #e3a64b;
  --blue: #4f77a8;
  --radius: 6px;
  --shadow: 0 10px 32px rgba(22, 39, 32, .09);
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--ink);
  background: var(--canvas);
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--canvas); }
button, input, textarea, select { font: inherit; letter-spacing: 0; }
button { cursor: pointer; }
button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(79, 119, 168, .28); outline-offset: 1px; }
.topbar { height: 64px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--forest-2); border-bottom: 1px solid rgba(255,255,255,.12); position: sticky; top: 0; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; font-family: Newsreader, Georgia, serif; font-size: 25px; font-weight: 600; }
.brand-mark { width: 25px; height: 25px; display: inline-flex; align-items: flex-end; gap: 3px; padding: 4px; border: 1px solid currentColor; border-radius: 50%; transform: rotate(-8deg); }
.brand-mark span { width: 3px; background: currentColor; border-radius: 2px 2px 0 0; }
.brand-mark span:nth-child(1) { height: 8px; }.brand-mark span:nth-child(2) { height: 14px; }.brand-mark span:nth-child(3) { height: 10px; }
.top-actions { display: flex; align-items: center; gap: 8px; }
.save-state { display: inline-flex; align-items: center; gap: 7px; margin-right: 8px; color: #c6d8d1; font-size: 12px; }
.save-state svg { width: 15px; }
.icon-btn { width: 36px; height: 36px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: var(--radius); background: white; color: var(--ink); flex: none; }
.icon-btn:hover { background: #f7f8f7; }
.topbar .icon-btn { border-color: rgba(255,255,255,.2); background: transparent; color: white; }
.icon-btn svg { width: 17px; height: 17px; }
.btn { min-height: 38px; padding: 0 14px; border: 1px solid transparent; border-radius: var(--radius); display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; font-size: 13px; white-space: nowrap; }
.btn svg { width: 16px; height: 16px; }
.btn.primary { color: white; background: var(--forest); border-color: var(--forest); }
.btn.primary:hover { background: #153b2f; }
.btn.secondary { color: var(--ink); background: white; border-color: var(--line); }
.btn.ghost { color: white; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.22); }
.shell { min-height: calc(100vh - 64px); display: grid; grid-template-columns: 236px minmax(0, 1fr); }
.sidebar { border-right: 1px solid var(--line); background: #eef1ee; padding: 24px 14px 16px; display: flex; flex-direction: column; min-height: calc(100vh - 64px); position: sticky; top: 64px; height: calc(100vh - 64px); }
.workspace-head { display: grid; grid-template-columns: 1fr auto; align-items: end; padding: 0 8px 16px; }
.workspace-head .eyebrow { grid-column: 1; }
.workspace-head h1 { grid-column: 1; margin: 2px 0 0; font-size: 18px; }
.workspace-head button { grid-column: 2; grid-row: 1 / 3; }
.eyebrow { margin: 0; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow.light { color: #a9c1b8; }
.event-list { display: grid; gap: 6px; overflow-y: auto; }
.event-list-item { width: 100%; border: 1px solid transparent; border-radius: var(--radius); padding: 11px 10px; display: grid; grid-template-columns: 36px 1fr; gap: 10px; text-align: left; background: transparent; }
.event-list-item:hover { background: rgba(255,255,255,.55); }
.event-list-item.active { background: white; border-color: var(--line); box-shadow: 0 2px 8px rgba(20, 40, 32, .05); }
.event-list-date { height: 36px; background: var(--mint); color: var(--forest); border-radius: 4px; display: grid; place-items: center; align-content: center; line-height: 1; }
.event-list-date strong { font-size: 15px; }.event-list-date span { margin-top: 3px; font-size: 8px; font-weight: 800; }
.event-list-copy { min-width: 0; }.event-list-copy strong, .event-list-copy span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.event-list-copy strong { margin: 1px 0 4px; font-size: 13px; }.event-list-copy span { color: var(--muted); font-size: 10px; }
.side-foot { margin-top: auto; display: grid; gap: 2px; padding-top: 16px; border-top: 1px solid var(--line); }
.side-link { min-height: 38px; padding: 0 8px; border: 0; border-radius: 4px; display: flex; align-items: center; gap: 9px; color: #49534f; background: transparent; text-align: left; font-size: 12px; font-weight: 600; }
.side-link:hover { background: white; }.side-link svg { width: 16px; }.pro-tag { margin-left: auto; color: var(--coral); font-size: 8px; font-weight: 800; }
.legal-links { padding: 10px 8px 0; display: flex; gap: 12px; }.legal-links a { color: #7a837f; font-size: 9px; text-decoration: none; }.legal-links a:hover { color: var(--forest); text-decoration: underline; }
.workspace { min-width: 0; }
.event-header { min-height: 104px; padding: 22px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: white; border-bottom: 1px solid var(--line); }
.event-identity { display: flex; align-items: center; gap: 14px; min-width: 0; }
.date-tile { width: 50px; height: 58px; flex: none; display: grid; place-items: center; align-content: center; color: var(--forest); background: var(--mint); border-radius: var(--radius); line-height: 1; }
.date-tile strong { font: 600 24px/1 Newsreader, Georgia, serif; }.date-tile span { margin-top: 5px; font-size: 9px; font-weight: 800; }
.title-line { display: flex; align-items: center; gap: 10px; min-width: 0; }
.event-title { min-width: 0; width: min(430px, 40vw); padding: 0; border: 0; border-bottom: 1px solid transparent; background: transparent; color: var(--ink); font: 600 29px/1.15 Newsreader, Georgia, serif; }
.event-title:hover, .event-title:focus { border-color: var(--line); }
.event-identity p { margin: 7px 0 0; color: var(--muted); font-size: 12px; }
.status-pill { padding: 5px 7px; display: inline-flex; align-items: center; gap: 5px; color: #6f5b36; background: #fff3d8; border-radius: 12px; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.status-pill span { width: 5px; height: 5px; background: var(--amber); border-radius: 50%; }
.event-actions, .toolbar-actions { display: flex; align-items: center; gap: 8px; }
.tabs { height: 52px; padding: 0 32px; display: flex; gap: 24px; background: white; border-bottom: 1px solid var(--line); overflow-x: auto; }
.tab { position: relative; padding: 0 2px; border: 0; display: inline-flex; align-items: center; gap: 7px; color: var(--muted); background: transparent; font-size: 12px; font-weight: 700; white-space: nowrap; }
.tab svg { width: 15px; }.tab.active { color: var(--forest); }.tab.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--forest); }
.view { display: none; padding: 26px 32px 56px; }.view.active { display: block; }
.view-toolbar { min-height: 54px; margin-bottom: 16px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.view-toolbar h2 { margin: 0 0 5px; font-size: 17px; }.view-toolbar p { margin: 0; color: var(--muted); font-size: 11px; }
.segmented { display: inline-flex; padding: 3px; border: 1px solid var(--line); border-radius: var(--radius); background: #e9ece9; }
.segmented button { min-height: 29px; padding: 0 10px; border: 0; border-radius: 3px; color: var(--muted); background: transparent; font-size: 10px; font-weight: 700; }
.segmented button.active { color: var(--ink); background: white; box-shadow: 0 1px 3px rgba(0,0,0,.09); }
.timeline-grid { display: grid; grid-template-columns: 78px minmax(250px, 1.7fr) minmax(110px, .7fr) minmax(110px, .7fr) 76px; align-items: center; }
.timeline-head { height: 34px; padding: 0 12px; color: #7a837f; font-size: 9px; font-weight: 800; text-transform: uppercase; border: 1px solid var(--line); border-bottom: 0; border-radius: var(--radius) var(--radius) 0 0; background: #e9ece9; }
.timeline-rows { border: 1px solid var(--line); border-radius: 0 0 var(--radius) var(--radius); background: white; }
.timeline-row { min-height: 70px; padding: 9px 12px; border-bottom: 1px solid #e7eae8; position: relative; }
.timeline-row:last-child { border-bottom: 0; }.timeline-row:hover { background: #fbfcfb; }.timeline-row.dragging { opacity: .42; }
.time-cell strong, .time-cell span { display: block; }.time-cell strong { font-size: 12px; }.time-cell span { margin-top: 3px; color: var(--muted); font-size: 9px; }
.cue-main { padding-right: 14px; }.cue-main strong { display: block; font-size: 13px; }.cue-main p { margin: 4px 0 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.owner-chip { width: fit-content; max-width: 100%; padding: 5px 7px; border-radius: 3px; color: #33576f; background: #e3edf4; font-size: 9px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.location-cell { color: #5d6763; font-size: 10px; }.row-actions { display: flex; justify-content: flex-end; gap: 3px; opacity: 0; }.timeline-row:hover .row-actions { opacity: 1; }.row-actions button { width: 28px; height: 28px; border: 0; display: grid; place-items: center; color: var(--muted); background: transparent; border-radius: 4px; }.row-actions button:hover { background: #edf0ed; color: var(--ink); }.row-actions svg { width: 14px; }
.timeline-rows.compact .timeline-row { min-height: 52px; }.timeline-rows.compact .cue-main p, .timeline-rows.compact .time-cell span { display: none; }
.empty { padding: 42px; color: var(--muted); text-align: center; font-size: 13px; }
.vendor-grid { display: grid; grid-template-columns: repeat(3, minmax(220px, 1fr)); gap: 12px; }
.vendor-card { min-width: 0; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.vendor-card-head { display: flex; align-items: flex-start; gap: 10px; }.vendor-avatar { width: 38px; height: 38px; display: grid; place-items: center; flex: none; color: var(--forest); background: var(--mint); border-radius: 50%; font-weight: 800; }.vendor-card-head div:nth-child(2) { min-width: 0; flex: 1; }.vendor-card h3 { margin: 1px 0 3px; font-size: 13px; }.vendor-card .role { color: var(--muted); font-size: 10px; }.vendor-card .icon-btn { width: 28px; height: 28px; border: 0; }.vendor-details { margin-top: 14px; display: grid; gap: 8px; }.vendor-details a, .vendor-details span { display: flex; align-items: center; gap: 7px; color: #4f5a56; text-decoration: none; font-size: 10px; }.vendor-details svg { width: 13px; }.arrival { margin-top: 14px; padding-top: 11px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; }.arrival strong { color: var(--ink); }
.brief-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.panel { border: 1px solid var(--line); border-radius: var(--radius); background: white; }.panel h3 { margin: 0; font-size: 13px; }.form-panel { padding: 18px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }.form-panel h3 { grid-column: 1 / -1; margin-bottom: 4px; }.form-panel label:nth-of-type(n+3) { grid-column: 1 / -1; }
label { display: grid; gap: 6px; color: #59635f; font-size: 10px; font-weight: 700; }
input, textarea, select { width: 100%; border: 1px solid #ccd3cf; border-radius: 4px; background: white; color: var(--ink); }
input, select { height: 38px; padding: 0 10px; } textarea { padding: 9px 10px; resize: vertical; line-height: 1.45; }
.checklist-panel { grid-column: 1 / -1; padding: 18px; }.panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }.panel-head .icon-btn { width: 30px; height: 30px; }.check-row { min-height: 42px; display: grid; grid-template-columns: 22px 1fr 30px; align-items: center; border-top: 1px solid #e7eae8; }.check-row input[type=checkbox] { width: 15px; height: 15px; accent-color: var(--forest); }.check-row input[type=text] { height: 32px; padding: 0 5px; border-color: transparent; }.check-row input[type=text]:hover, .check-row input[type=text]:focus { border-color: var(--line); }.check-row button { border: 0; background: transparent; color: var(--muted); }.check-row button svg { width: 14px; }
.run-view { min-height: calc(100vh - 220px); color: white; background: var(--forest-2); }.run-top { display: flex; justify-content: space-between; align-items: flex-start; }.run-top h2 { margin: 5px 0 0; color: white; font: 600 45px/1 Newsreader, Georgia, serif; }.run-top p:last-child { margin: 7px 0 0; color: #a9c1b8; font-size: 11px; }.run-controls { display: flex; gap: 7px; }.run-light { color: white; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.07); }.run-board { margin-top: 40px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 20px; }.run-label { display: block; margin-bottom: 12px; color: #a9c1b8; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }.now-card { min-height: 310px; padding: 26px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: #214c3e; }.now-card .now-time { color: #bcd2ca; font-size: 13px; font-weight: 700; }.now-card h3 { margin: 17px 0 8px; font: 600 34px/1.05 Newsreader, Georgia, serif; }.now-card p { max-width: 620px; color: #c4d6d0; font-size: 13px; line-height: 1.55; }.now-meta { margin-top: 28px; display: flex; gap: 9px; flex-wrap: wrap; }.now-meta span { padding: 7px 9px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid rgba(255,255,255,.12); border-radius: 4px; color: #d6e3df; font-size: 10px; }.now-meta svg { width: 13px; }.complete-cue { margin-top: 26px; color: #17382f !important; background: #e5f0eb !important; }
.next-stack { padding: 26px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); }.next-cue { width: 100%; padding: 14px 0; border: 0; border-top: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: 58px 1fr 20px; gap: 10px; color: white; background: transparent; text-align: left; }.next-cue:first-of-type { border-top: 0; }.next-cue time { color: #9fbbb1; font-size: 10px; }.next-cue strong { font-size: 12px; }.next-cue svg { width: 15px; color: #809b91; }.next-cue.done { opacity: .38; text-decoration: line-through; }.run-footer { margin-top: 20px; display: flex; gap: 28px; color: #9fbbb1; font-size: 10px; }.run-footer span { display: inline-flex; align-items: center; gap: 7px; }.run-footer svg { width: 14px; }
.modal { width: min(610px, calc(100vw - 28px)); max-height: calc(100vh - 28px); padding: 0; border: 0; border-radius: 8px; box-shadow: 0 24px 70px rgba(0,0,0,.28); }.modal::backdrop { background: rgba(13, 24, 20, .62); backdrop-filter: blur(2px); }.modal-head { padding: 20px 22px 15px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; }.modal-head h2 { margin: 3px 0 0; font: 600 24px Newsreader, Georgia, serif; }.modal-head .icon-btn { border: 0; }.modal-body { padding: 20px 22px; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.form-grid .full { grid-column: 1 / -1; }.form-grid fieldset { margin: 0; padding: 0; border: 0; }.form-grid legend { margin-bottom: 8px; color: #59635f; font-size: 10px; font-weight: 700; }.checks { display: flex; gap: 18px; }.checks label { display: flex; align-items: center; gap: 6px; font-weight: 500; }.checks input { width: 14px; height: 14px; accent-color: var(--forest); }.modal-actions { padding: 14px 22px; border-top: 1px solid var(--line); display: flex; justify-content: flex-end; gap: 8px; background: #f7f8f7; }.small-modal { width: min(450px, calc(100vw - 28px)); }.small-modal .modal-body { display: grid; gap: 16px; }.help { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }.stepper { display: grid; grid-template-columns: 38px 70px 38px 1fr; align-items: center; }.stepper button { height: 38px; border: 1px solid #ccd3cf; background: #f4f6f4; font-size: 17px; }.stepper input { border-radius: 0; text-align: center; }.stepper span { margin-left: 10px; color: var(--muted); font-size: 10px; font-weight: 500; }
.preview-modal { width: min(1100px, calc(100vw - 28px)); height: calc(100vh - 28px); max-height: none; background: #dfe3df; }.preview-toolbar { height: 60px; padding: 0 16px 0 22px; display: flex; align-items: center; gap: 12px; background: white; border-bottom: 1px solid var(--line); }.preview-toolbar > div:first-child { margin-right: auto; display: grid; }.preview-toolbar strong { font-size: 13px; }.preview-toolbar span { color: var(--muted); font-size: 9px; }.paper-wrap { height: calc(100% - 60px); padding: 28px; overflow: auto; }.print-sheet { width: 8.5in; min-height: 11in; margin: 0 auto; padding: .55in .6in; background: white; color: #202522; box-shadow: var(--shadow); }.print-head { padding-bottom: 20px; border-bottom: 3px solid var(--forest); display: flex; justify-content: space-between; gap: 20px; }.print-brand { color: var(--forest); font: 600 18px Newsreader, Georgia, serif; }.print-head h1 { margin: 7px 0 4px; font: 600 30px Newsreader, Georgia, serif; }.print-head p { margin: 0; color: #68726e; font-size: 9px; }.print-date { text-align: right; }.print-date strong { display: block; color: var(--forest); font: 600 22px Newsreader, Georgia, serif; }.print-summary { margin: 17px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }.print-summary div { padding: 9px; background: #f1f4f2; }.print-summary span, .print-timeline th { display: block; margin-bottom: 3px; color: #71807a; font-size: 7px; font-weight: 800; text-transform: uppercase; }.print-summary strong { font-size: 9px; }.print-timeline { width: 100%; border-collapse: collapse; table-layout: fixed; }.print-timeline th { padding: 7px 5px; border-bottom: 1px solid #aeb9b4; text-align: left; }.print-timeline td { padding: 8px 5px; border-bottom: 1px solid #dce1de; vertical-align: top; font-size: 8px; line-height: 1.4; }.print-timeline td:first-child { width: 67px; color: var(--forest); font-weight: 800; }.print-timeline td:nth-child(3) { width: 90px; }.print-timeline td:nth-child(4) { width: 95px; }.print-timeline b { display: block; font-size: 9px; }.print-timeline small { color: #6f7975; font-size: 7px; }.print-contacts { margin-top: 20px; }.print-contacts h2 { font: 600 17px Newsreader, Georgia, serif; }.contact-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }.contact-list div { padding: 8px; border: 1px solid #dce1de; }.contact-list strong, .contact-list span { display: block; font-size: 8px; }.contact-list span { margin-top: 2px; color: #6f7975; font-size: 7px; }
.upgrade-modal { width: min(800px, calc(100vw - 28px)); }.upgrade-layout { min-height: 480px; display: grid; grid-template-columns: 1fr 1.12fr; }.upgrade-copy { padding: 34px; color: white; background: var(--forest-2); }.brand.inverse { color: white; font-size: 19px; }.upgrade-copy .eyebrow { margin-top: 54px; }.upgrade-copy h2 { margin: 8px 0 14px; font: 600 38px/1.05 Newsreader, Georgia, serif; }.upgrade-copy > p:not(.eyebrow) { color: #b9cec6; font-size: 12px; line-height: 1.55; }.price { margin-top: 26px; display: flex; align-items: baseline; gap: 8px; }.price strong { font: 600 41px Newsreader, Georgia, serif; }.price span { color: #9db7ae; font-size: 11px; }.upgrade-detail { position: relative; padding: 56px 38px 30px; }.close-upgrade { position: absolute; top: 14px; right: 14px; border: 0; }.upgrade-detail ul { margin: 0 0 28px; padding: 0; display: grid; gap: 18px; list-style: none; }.upgrade-detail li { display: flex; gap: 10px; align-items: center; font-size: 12px; font-weight: 600; }.upgrade-detail li svg { width: 17px; color: var(--forest); }.checkout-btn { width: 100%; min-height: 44px; }.text-btn { width: 100%; padding: 14px 0; border: 0; color: var(--forest); background: transparent; font-size: 10px; font-weight: 700; }.upgrade-detail small { display: block; margin-top: 22px; color: var(--muted); font-size: 9px; line-height: 1.5; text-align: center; }.upgrade-detail #licenseBox { padding: 12px; background: #f2f5f3; }.upgrade-detail #licenseBox .btn { margin-top: 8px; width: 100%; }.upgrade-detail #licenseMessage { color: var(--coral); font-size: 9px; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 100; padding: 10px 14px; border-radius: 4px; color: white; background: #26322e; box-shadow: var(--shadow); font-size: 11px; opacity: 0; pointer-events: none; transform: translate(-50%, 10px); transition: .2s ease; }.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .shell { grid-template-columns: 74px minmax(0, 1fr); }.sidebar { padding: 22px 8px 14px; }.workspace-head { display: flex; justify-content: center; padding: 0 0 16px; }.workspace-head .eyebrow, .workspace-head h1, .event-list-copy, .side-link:not(#importBtn) { display: none; }.event-list-item { display: block; padding: 8px; }.side-foot { align-items: center; }.side-link { justify-content: center; }.vendor-grid { grid-template-columns: repeat(2, minmax(210px, 1fr)); }.timeline-grid { grid-template-columns: 68px minmax(220px, 1.7fr) minmax(100px,.7fr) 50px; }.timeline-grid > :nth-child(4) { display: none; }.run-board { grid-template-columns: 1fr; }.next-stack { min-height: auto; }
}
@media (max-width: 700px) {
  .topbar { height: 56px; padding: 0 12px; }.brand { font-size: 21px; }.save-state, .top-actions .icon-btn { display: none; }.shell { display: block; }.sidebar { position: static; width: auto; height: auto; min-height: 0; padding: 10px 12px; border-right: 0; border-bottom: 1px solid var(--line); display: block; }.workspace-head, .side-foot { display: none; }.event-list { display: flex; overflow-x: auto; }.event-list-item { min-width: 54px; width: 54px; }.event-header { padding: 16px; min-height: 88px; }.date-tile { width: 43px; height: 50px; }.event-title { width: min(55vw, 300px); font-size: 23px; }.status-pill, .event-identity p, .event-actions .secondary { display: none; }.event-actions .btn span { display: none; }.tabs { height: 48px; padding: 0 16px; gap: 18px; }.tab { font-size: 0; }.tab svg { width: 18px; height: 18px; }.view { padding: 18px 12px 42px; }.view-toolbar { display: grid; }.toolbar-actions { width: 100%; overflow-x: auto; }.toolbar-actions .segmented { display: none; }.timeline-head { display: none; }.timeline-rows { border-radius: var(--radius); }.timeline-grid { grid-template-columns: 63px minmax(0, 1fr) 42px; }.timeline-grid > :nth-child(3), .timeline-grid > :nth-child(4) { display: none; }.timeline-row { min-height: 68px; }.row-actions { opacity: 1; }.row-actions button:first-child { display: none; }.vendor-grid, .brief-grid { grid-template-columns: 1fr; }.form-panel { grid-template-columns: 1fr; }.form-panel label { grid-column: 1 !important; }.checklist-panel { grid-column: 1; }.run-top h2 { font-size: 36px; }.run-controls .btn { width: 38px; padding: 0; font-size: 0; }.run-board { margin-top: 26px; }.now-card { min-height: 260px; padding: 20px; }.now-card h3 { font-size: 29px; }.next-stack { padding: 20px; }.run-footer { display: grid; gap: 8px; }.form-grid { grid-template-columns: 1fr; }.form-grid .full { grid-column: 1; }.checks { display: grid; gap: 9px; }.preview-toolbar .segmented { display: none; }.preview-toolbar > div:first-child { display: none; }.preview-toolbar { justify-content: flex-end; }.paper-wrap { padding: 12px; }.print-sheet { transform-origin: top left; transform: scale(.62); margin: 0; }.upgrade-layout { grid-template-columns: 1fr; }.upgrade-copy { display: none; }.upgrade-detail { padding: 52px 24px 26px; }
}

@media print {
  body * { visibility: hidden !important; }
  #printSheet, #printSheet * { visibility: visible !important; }
  #printSheet { position: absolute; inset: 0; width: 100%; min-height: auto; padding: .35in .45in; box-shadow: none; }
  @page { size: letter; margin: 0; }
}
