.shell-with-insights .content-row {
  display: flex;
  gap: 0;
  align-items: flex-start;
}
.shell-with-insights .content {
  flex: 1;
  min-width: 0;
}
.insight-panel {
  width: 280px;
  flex-shrink: 0;
  border-left: 1px solid var(--border);
  background: var(--bg-elevated);
  max-height: calc(100vh - var(--header-h));
  position: sticky;
  top: var(--header-h);
  overflow: auto;
}
.insight-panel.collapsed { width: 44px; }
.insight-panel.collapsed .insight-body,
.insight-panel.collapsed .memo-copy-btn { display: none; }
.insight-header {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid var(--border);
}
.insight-header .insight-toggle {
  flex: 1;
  border-bottom: none;
}
.memo-copy-btn {
  flex-shrink: 0;
  border-left: 1px solid var(--border);
  border-radius: 0;
  min-width: 52px;
}
.insight-panel.collapsed .insight-header { flex-direction: column; }
.insight-panel.collapsed .insight-toggle {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 16px 6px;
}
.insight-toggle {
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  font-weight: 600;
  border: none;
  border-bottom: 1px solid var(--border);
  background: transparent;
  color: var(--siemens-bright);
  cursor: pointer;
  min-height: 44px;
  font-family: inherit;
}
.insight-body { padding: 16px; }
.insight-card {
  padding: 12px;
  margin-bottom: 10px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 13px;
  background: var(--panel);
  color: var(--ink);
}
.insight-route {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-muted);
  margin-bottom: 4px;
}
.insight-empty { font-size: 13px; color: var(--ink-muted); }

.memo-score {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 11px;
  color: var(--ink-muted);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}
.memo-score-sep { opacity: 0.5; }
.memo-section { margin-bottom: 14px; }
.memo-section-title {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--siemens-bright);
  margin: 0 0 8px;
}
.memo-item { margin-bottom: 10px; font-size: 13px; }
.memo-item-label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ink-muted);
  margin-bottom: 2px;
}
.memo-item-text { font-size: 13px; margin: 0; }
.memo-list { margin: 0; padding-left: 1.1em; font-size: 13px; }
.memo-list li { margin-bottom: 6px; }
.memo-evidence .memo-proof-link {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
}

.facilitator-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  padding: 8px 16px;
  background: rgba(0, 150, 150, 0.12);
  border-bottom: 1px solid var(--border);
  font-size: 12px;
}
.fac-bar-beat { font-weight: 600; color: var(--siemens-bright); }
.fac-bar-timer { color: var(--ink-muted); white-space: nowrap; }
.fac-bar-prompt { flex: 1; min-width: 160px; color: var(--ink); font-style: italic; }
.fac-notes-drawer .fac-notes-prompt { margin-bottom: 12px; }
.fac-notes-body { font-size: 14px; line-height: 1.5; }

body.facilitator-mode .sidebar-progress { opacity: 0.45; }

.siemens-sim-toggle {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
}

.scenario-flag-col { width: 36px; }
.scenario-flag {
  border: none;
  background: transparent;
  color: var(--ink-dim);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding: 4px;
  min-width: 32px;
  min-height: 32px;
}
.scenario-flag.on { color: #f0b429; }
.scenario-flagged { background: rgba(240, 180, 41, 0.08); }
.readiness-flagged { margin-bottom: 16px; }
.readiness-flag-list { margin: 0; padding-left: 1.2em; }
.readiness-flag-list a { font-weight: 600; }

.scroll-highlight {
  outline: 2px solid var(--siemens-bright);
  outline-offset: 4px;
  transition: outline-color 0.3s;
}

.landing-deck-links {
  max-width: 720px;
  margin: 0 auto 24px;
  padding: 0 24px;
  color: #8a9bae;
  font-size: 13px;
}
.landing-deck-links summary {
  cursor: pointer;
  color: #00bedc;
  margin-bottom: 8px;
}
.deck-link-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.deck-link-table th,
.deck-link-table td {
  border: 1px solid rgba(255,255,255,0.12);
  padding: 6px 10px;
  text-align: left;
}
.deck-link-table a { color: #00bedc; word-break: break-all; }

.arch-mini-sim-wrap { margin: 12px 0 8px; }
.arch-mini-sim-caption { font-size: 12px; color: var(--ink-muted); margin: 8px 0 0; }
.node-dot.sim-flash { box-shadow: 0 0 0 3px rgba(0, 190, 220, 0.45); }
.arch-siemens-row.joined .node-dot.siemens.joined { box-shadow: 0 0 0 3px rgba(0, 190, 220, 0.55); }
.arch-seat-pip.prospective.joined { background: var(--siemens-bright); }

@media print {
  .sidebar, .topbar, .insight-panel, .facilitator-bar, .nav-buttons,
  .watermark, .toast, .faq-drawer, .nav-backdrop, .menu-toggle { display: none !important; }
  .shell, .main, .content-row, .content { display: block !important; width: 100% !important; max-width: none !important; }
  .content { padding: 0 !important; }
  body { background: #fff; color: #000; }
  .card { break-inside: avoid; border: 1px solid #ccc; box-shadow: none; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 10px; }
  a[href^="#"]::after { content: ""; }
}

.journey-picker {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin: 24px 0;
}
.journey-option {
  appearance: none;
  -webkit-appearance: none;
  text-align: left;
  padding: 14px 16px;
  border: 2px solid var(--border-strong);
  border-radius: 10px;
  background: var(--panel);
  color: var(--ink);
  cursor: pointer;
  min-height: 44px;
  font-family: inherit;
  font-size: var(--text-sm);
}
.journey-option:hover {
  border-color: var(--siemens-bright);
  background: var(--panel-hover);
}
.journey-option.selected {
  border-color: var(--siemens-bright);
  background: rgba(0, 150, 150, 0.18);
  box-shadow: 0 0 0 1px rgba(0, 190, 220, 0.35);
}
.journey-option strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-weight: 600;
}
.journey-option.selected strong { color: var(--siemens-bright); }
.journey-option span {
  display: block;
  font-size: 12px;
  color: var(--ink-muted);
}

/* Landing: journey cards sit on dark gradient — force light text (buttons ignore inherited color in some browsers) */
.landing-page .journey-option,
.landing-page .journey-option strong {
  color: #e9f0f5;
}
.landing-page .journey-option span {
  color: #8a9bae;
}
.landing-page .journey-option.selected strong {
  color: #00bedc;
}

.reflection-card { margin-top: 20px; }
.reflection-note-input {
  width: 100%;
  margin-top: 8px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid var(--border);
  min-height: 44px;
}

.exec-bullets { margin: 12px 0 0; padding-left: 1.2em; }
.exec-bullets li { margin-bottom: 6px; }

@media (max-width: 960px) {
  .insight-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 40vh;
    top: auto;
    z-index: 40;
    border-left: none;
    border-top: 1px solid var(--border);
  }
  .insight-panel.collapsed { width: 100%; height: 44px; max-height: 44px; }
  .insight-panel.collapsed .insight-toggle { writing-mode: horizontal-tb; transform: none; padding: 14px 16px; }
  .shell-with-insights .content { padding-bottom: calc(80px + 96px); }
}

.sidebar-internal {
  display: block;
  margin-top: var(--space-3);
  font-size: 10px;
  color: var(--ink-dim);
  letter-spacing: 0.05em;
}
