.vca-wrap,
.vca-auth-wrap,
.vca-login-required {
  --vca-bg: #f7f7f4;
  --vca-surface: #ffffff;
  --vca-surface-soft: #fbfbf8;
  --vca-ink: #171717;
  --vca-ink-soft: #3f3f3f;
  --vca-muted: #71716c;
  --vca-line: #e3e2dc;
  --vca-line-strong: #d1d0c9;
  --vca-accent: #0f7b57;
  --vca-accent-soft: #e7f4ee;
  --vca-accent-strong: #085f42;
  --vca-warning: #8a5a00;
  --vca-warning-soft: #fff6d8;
  --vca-danger: #b42318;
  --vca-danger-soft: #fdeceb;
  --vca-radius: 8px;
  --vca-shadow: 0 18px 45px rgba(23, 23, 23, 0.07);
  color: var(--vca-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.vca-wrap,
.vca-wrap *,
.vca-auth-wrap,
.vca-auth-wrap * {
  box-sizing: border-box;
}

.vca-auth-wrap {
  width: 100%;
  max-width: 1080px;
  margin: 28px auto;
  padding: 22px;
  border: 1px solid var(--vca-line);
  border-radius: var(--vca-radius);
  background: var(--vca-bg);
  line-height: 1.45;
}

.vca-auth-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 20px;
}

.vca-auth-card {
  padding: 28px;
  border: 1px solid var(--vca-line);
  border-radius: var(--vca-radius);
  background: var(--vca-surface);
  box-shadow: var(--vca-shadow);
}

.vca-auth-card h2 {
  margin: 10px 0 8px;
  font-size: 28px;
  line-height: 1.15;
}

.vca-auth-card p {
  margin: 0;
  color: var(--vca-muted);
  line-height: 1.58;
}

.vca-auth-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.vca-auth-form input {
  width: 100%;
  min-height: 44px;
  padding: 12px 13px;
  border: 1px solid var(--vca-line-strong);
  border-radius: var(--vca-radius);
  background: #fff;
  color: var(--vca-ink);
  outline: none;
}

.vca-auth-form input:focus {
  border-color: var(--vca-accent);
  box-shadow: 0 0 0 3px rgba(15, 123, 87, 0.14);
}

.vca-auth-summary {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.vca-auth-summary div {
  padding: 13px;
  border: 1px solid var(--vca-line);
  border-radius: var(--vca-radius);
  background: var(--vca-surface-soft);
}

.vca-auth-summary strong {
  display: block;
  margin-bottom: 3px;
}

.vca-login-required {
  max-width: 680px;
  margin: 32px auto;
  padding: 18px 20px;
  border: 1px solid var(--vca-line);
  border-radius: var(--vca-radius);
  background: var(--vca-surface);
  line-height: 1.5;
}

.vca-wrap {
  width: 100%;
  min-height: 720px;
  display: grid;
  grid-template-columns: 282px minmax(0, 1fr);
  background: var(--vca-bg);
  border: 1px solid var(--vca-line);
  border-radius: var(--vca-radius);
  overflow: hidden;
  line-height: 1.45;
}

.vca-wrap.is-sidebar-collapsed {
  grid-template-columns: 72px minmax(0, 1fr);
}

.vca-wrap [hidden],
.vca-auth-wrap [hidden] {
  display: none !important;
}

.vca-wrap button,
.vca-wrap input,
.vca-wrap textarea {
  font: inherit;
}

.vca-auth-wrap button,
.vca-auth-wrap input {
  font: inherit;
}

.vca-wrap button {
  border: 0;
}

.vca-auth-wrap button {
  border: 0;
}

.vca-sidebar {
  min-height: 720px;
  padding: 18px;
  background: #f0f0eb;
  border-right: 1px solid var(--vca-line);
  color: var(--vca-ink);
  overflow: auto;
}

.vca-sidebar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}

.vca-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.vca-brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: var(--vca-radius);
  background: var(--vca-ink);
  color: #fff;
  font-size: 14px;
  font-weight: 760;
}

.vca-brand-title {
  font-size: 17px;
  font-weight: 740;
  line-height: 1;
}

.vca-brand-subtitle {
  margin-top: 4px;
  color: var(--vca-muted);
  font-size: 12px;
}

.vca-sidebar-toggle {
  flex: 0 0 auto;
}

.vca-wrap.is-sidebar-collapsed .vca-sidebar {
  padding: 18px 12px;
}

.vca-wrap.is-sidebar-collapsed .vca-brand-copy,
.vca-wrap.is-sidebar-collapsed .vca-side-label,
.vca-wrap.is-sidebar-collapsed [data-assessment-list],
.vca-wrap.is-sidebar-collapsed .vca-btn-light,
.vca-wrap.is-sidebar-collapsed .vca-account-card {
  display: none;
}

.vca-wrap.is-sidebar-collapsed .vca-sidebar-head {
  justify-content: center;
}

.vca-side-label {
  margin: 20px 0 9px;
  color: var(--vca-muted);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vca-side-empty {
  padding: 12px;
  border: 1px dashed var(--vca-line-strong);
  border-radius: var(--vca-radius);
  color: var(--vca-muted);
  font-size: 13px;
}

.vca-item {
  width: 100%;
  display: block;
  margin-bottom: 7px;
  padding: 10px 11px;
  border: 1px solid transparent;
  border-radius: var(--vca-radius);
  background: transparent;
  color: var(--vca-ink);
  text-align: left;
  cursor: pointer;
}

.vca-item:hover,
.vca-item.is-active {
  background: #fff;
  border-color: var(--vca-line);
}

.vca-item.is-active {
  box-shadow: inset 3px 0 0 var(--vca-accent);
}

.vca-item-title,
.vca-item-meta {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vca-item-title {
  font-size: 13px;
  font-weight: 700;
}

.vca-item-meta {
  margin-top: 4px;
  color: var(--vca-muted);
  font-size: 12px;
}

.vca-load-more {
  width: 100%;
  min-height: 36px;
  margin-top: 4px;
  border: 1px solid var(--vca-line);
  border-radius: var(--vca-radius);
  background: #fff;
  color: var(--vca-muted);
  cursor: pointer;
  font-size: 13px;
  font-weight: 720;
}

.vca-load-more:hover {
  color: var(--vca-ink);
  border-color: var(--vca-line-strong);
}

.vca-mobile-recent-card {
  display: none;
  width: 100%;
  align-items: center;
  gap: 11px;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid var(--vca-line);
  border-radius: var(--vca-radius);
  background: #fff;
  color: var(--vca-ink);
  text-align: left;
  cursor: pointer;
}

.vca-mobile-recent-card:hover {
  border-color: var(--vca-accent);
  box-shadow: 0 0 0 3px rgba(15, 123, 87, 0.1);
}

.vca-mobile-recent-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: var(--vca-radius);
  background: var(--vca-accent-soft);
  color: var(--vca-accent);
}

.vca-mobile-recent-card strong,
.vca-mobile-recent-card small {
  display: block;
}

.vca-mobile-recent-card strong {
  font-size: 13px;
  font-weight: 740;
}

.vca-mobile-recent-card small {
  margin-top: 3px;
  color: var(--vca-muted);
  font-size: 12px;
}

.vca-account-card {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid var(--vca-line);
  border-radius: var(--vca-radius);
  background: #fff;
}

.vca-account-name {
  overflow: hidden;
  color: var(--vca-ink);
  font-size: 13px;
  font-weight: 740;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vca-account-meta {
  margin-top: 3px;
  overflow: hidden;
  color: var(--vca-muted);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vca-credit-pill {
  width: fit-content;
  margin-top: 10px;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--vca-accent-soft);
  color: var(--vca-accent-strong);
  font-size: 12px;
  font-weight: 740;
}

.vca-main {
  min-width: 0;
  padding: 24px;
}

.vca-topbar {
  max-width: 980px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.vca-eyebrow,
.vca-panel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--vca-accent);
  font-size: 12px;
  font-weight: 730;
}

.vca-eyebrow span:first-child {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--vca-accent);
}

.vca-topbar h1 {
  margin: 4px 0 0;
  font-size: 24px;
  font-weight: 740;
  line-height: 1.2;
}

.vca-icon-btn {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: var(--vca-radius);
  background: transparent;
  color: var(--vca-muted);
  cursor: pointer;
}

.vca-icon-btn:hover {
  background: var(--vca-danger-soft);
  color: var(--vca-danger);
}

.vca-workspace {
  max-width: 980px;
  margin: 0 auto;
}

.vca-progress {
  display: grid;
  grid-template-columns: max-content 1fr max-content 1fr max-content;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.vca-progress-line {
  height: 1px;
  background: var(--vca-line);
}

.vca-progress-step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--vca-muted);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.vca-progress-step span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid var(--vca-line-strong);
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
}

.vca-progress-step.is-active,
.vca-progress-step.is-complete {
  color: var(--vca-ink);
}

.vca-progress-step.is-active span {
  border-color: var(--vca-accent);
  background: var(--vca-accent-soft);
  color: var(--vca-accent-strong);
}

.vca-progress-step.is-complete span {
  border-color: var(--vca-accent);
  background: var(--vca-accent);
  color: #fff;
}

.vca-screen {
  min-height: 560px;
}

.vca-panel {
  padding: 28px;
  border: 1px solid var(--vca-line);
  border-radius: var(--vca-radius);
  background: var(--vca-surface);
  box-shadow: var(--vca-shadow);
}

.vca-source-panel {
  padding: 36px;
}

.vca-panel h2 {
  margin: 8px 0 8px;
  max-width: 760px;
  font-size: 32px;
  font-weight: 740;
  line-height: 1.12;
}

.vca-panel p {
  margin: 0;
  max-width: 720px;
  color: var(--vca-muted);
  font-size: 15px;
  line-height: 1.58;
}

.vca-source-panel .vca-field {
  margin-top: 28px;
}

.vca-field {
  display: grid;
  gap: 8px;
}

.vca-field label {
  color: var(--vca-ink-soft);
  font-size: 13px;
  font-weight: 720;
}

.vca-field small {
  color: var(--vca-muted);
  font-size: 12px;
  line-height: 1.45;
}

.vca-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.vca-field input,
.vca-field textarea {
  width: 100%;
  border: 1px solid var(--vca-line-strong);
  border-radius: var(--vca-radius);
  background: #fff;
  color: var(--vca-ink);
  outline: none;
  padding: 13px 14px;
}

.vca-field textarea {
  min-height: 180px;
  resize: vertical;
}

.vca-field input:focus,
.vca-field textarea:focus {
  border-color: var(--vca-accent);
  box-shadow: 0 0 0 3px rgba(15, 123, 87, 0.14);
}

.vca-btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: var(--vca-radius);
  cursor: pointer;
  font-size: 14px;
  font-weight: 720;
  text-decoration: none;
  white-space: nowrap;
}

.vca-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.vca-btn svg,
.vca-icon-btn svg {
  width: 17px;
  height: 17px;
}

.vca-btn-dark {
  background: var(--vca-ink);
  color: #fff;
}

.vca-btn-dark:hover {
  background: #000;
}

.vca-btn-light,
.vca-btn-ghost {
  background: #fff;
  color: var(--vca-ink);
  border: 1px solid var(--vca-line);
}

.vca-btn-light:hover,
.vca-btn-ghost:hover {
  border-color: var(--vca-line-strong);
}

.vca-w-full {
  width: 100%;
}

.vca-text-btn {
  margin-top: 14px;
  padding: 0;
  background: transparent;
  color: var(--vca-muted);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.vca-text-btn:hover {
  color: var(--vca-ink);
}

.vca-message {
  margin-top: 16px;
  padding: 12px 13px;
  border: 1px solid var(--vca-line);
  border-radius: var(--vca-radius);
  background: var(--vca-surface-soft);
  color: var(--vca-ink-soft);
  font-size: 13px;
  line-height: 1.5;
}

.vca-message.is-error {
  border-color: #f2b8b5;
  background: var(--vca-danger-soft);
  color: var(--vca-danger);
}

.vca-message.is-warning {
  border-color: #ead18d;
  background: var(--vca-warning-soft);
  color: var(--vca-warning);
}

.vca-message.is-success {
  border-color: #b8dfcd;
  background: var(--vca-accent-soft);
  color: var(--vca-accent-strong);
}

.vca-fallback-panel {
  margin-top: 14px;
  box-shadow: none;
}

.vca-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.vca-choice {
  min-height: 124px;
  display: grid;
  gap: 6px;
  justify-items: start;
  padding: 16px;
  border: 1px solid var(--vca-line);
  border-radius: var(--vca-radius);
  background: #fff;
  color: var(--vca-ink);
  text-align: left;
  cursor: pointer;
}

.vca-choice:hover,
.vca-choice.is-selected {
  border-color: var(--vca-accent);
  box-shadow: 0 0 0 3px rgba(15, 123, 87, 0.1);
}

.vca-choice.is-selected {
  background: var(--vca-accent-soft);
  box-shadow: inset 0 0 0 2px var(--vca-accent);
}

.vca-choice.is-selected .vca-svg {
  background: var(--vca-accent);
  color: #fff;
}

.vca-choice .vca-svg {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: var(--vca-radius);
  background: var(--vca-accent-soft);
  color: var(--vca-accent);
}

.vca-choice strong {
  font-size: 14px;
}

.vca-choice small {
  color: var(--vca-muted);
  font-size: 12px;
  line-height: 1.4;
}

.vca-source-method {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--vca-line);
}

.vca-upload {
  padding: 14px;
  border: 1px dashed var(--vca-line-strong);
  border-radius: var(--vca-radius);
  background: var(--vca-surface-soft);
}

.vca-actions,
.vca-screen-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.vca-actions-tight {
  margin-top: 0;
}

.vca-screen-actions {
  justify-content: flex-end;
  padding-top: 18px;
  border-top: 1px solid var(--vca-line);
}

.vca-thinking {
  min-height: 560px;
  display: grid;
  grid-template-columns: auto minmax(0, 620px);
  justify-content: center;
  align-content: center;
  gap: 20px;
  padding: 42px;
  border: 1px solid var(--vca-line);
  border-radius: var(--vca-radius);
  background: var(--vca-surface);
  box-shadow: var(--vca-shadow);
}

.vca-thinking h2 {
  margin: 8px 0;
  font-size: 28px;
  line-height: 1.15;
}

.vca-thinking p {
  margin: 0;
  color: var(--vca-muted);
  line-height: 1.58;
}

.vca-spinner {
  width: 38px;
  height: 38px;
  border: 3px solid var(--vca-line);
  border-top-color: var(--vca-accent);
  border-radius: 999px;
  animation: vca-spin 0.9s linear infinite;
}

.vca-thinking-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.vca-thinking-steps span {
  padding: 7px 9px;
  border: 1px solid var(--vca-line);
  border-radius: 999px;
  background: var(--vca-surface-soft);
  color: var(--vca-muted);
  font-size: 12px;
  font-weight: 700;
}

.vca-thinking-steps span.is-done {
  border-color: var(--vca-accent);
  background: var(--vca-accent);
  color: #fff;
}

.vca-interview-head,
.vca-report-toolbar,
.vca-report-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.vca-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(92px, 1fr));
  gap: 8px;
  min-width: 310px;
}

.vca-mini-stats div,
.vca-stat {
  padding: 12px;
  border: 1px solid var(--vca-line);
  border-radius: var(--vca-radius);
  background: var(--vca-surface-soft);
}

.vca-mini-stats strong,
.vca-stat strong {
  display: block;
  color: var(--vca-ink);
  font-size: 14px;
  font-weight: 740;
  line-height: 1.3;
}

.vca-mini-stats span,
.vca-stat span {
  display: block;
  margin-top: 4px;
  color: var(--vca-muted);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vca-question-card {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--vca-line);
}

.vca-q-signal,
.vca-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--vca-accent-soft);
  color: var(--vca-accent-strong);
  font-size: 12px;
  font-weight: 720;
}

.vca-question-card h3 {
  margin: 12px 0 8px;
  max-width: 760px;
  font-size: 25px;
  font-weight: 740;
  line-height: 1.25;
}

.vca-question-card .vca-field {
  margin-top: 18px;
}

.vca-report-toolbar {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--vca-line);
}

.vca-report {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.vca-report-head {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--vca-line);
}

.vca-report-head h3 {
  margin: 0 0 8px;
  font-size: 25px;
  font-weight: 740;
  line-height: 1.15;
}

.vca-report-head p {
  max-width: 700px;
}

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

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

.vca-report-block {
  padding: 14px;
  border: 1px solid var(--vca-line);
  border-radius: var(--vca-radius);
  background: var(--vca-surface-soft);
}

.vca-report-block strong {
  display: block;
  margin-bottom: 8px;
  color: var(--vca-ink);
  font-size: 14px;
  font-weight: 740;
}

.vca-report-block p,
.vca-report-block li {
  color: var(--vca-ink-soft);
  font-size: 13px;
  line-height: 1.58;
}

.vca-report-block p {
  margin: 0;
}

.vca-report-block ul {
  margin: 0;
  padding-left: 18px;
}

.vca-report-block.is-wide {
  grid-column: 1 / -1;
}

.vca-answer-audit {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--vca-line);
}

.vca-answer-audit h3 {
  margin: 0 0 12px;
  font-size: 18px;
}

.vca-answer-audit-item {
  padding: 13px 0;
  border-bottom: 1px solid var(--vca-line);
}

.vca-answer-audit-item:last-child {
  border-bottom: 0;
}

.vca-answer-audit-item strong {
  display: block;
  color: var(--vca-ink);
  font-size: 14px;
}

.vca-answer-audit-item span {
  display: block;
  margin-top: 4px;
  color: var(--vca-muted);
  font-size: 12px;
  font-weight: 720;
}

.vca-answer-audit-item p {
  margin-top: 8px;
  color: var(--vca-ink-soft);
  font-size: 13px;
}

.vca-empty {
  min-height: 360px;
  display: grid;
  place-items: center;
}

.vca-empty-card {
  max-width: 460px;
  padding: 30px;
  text-align: center;
  border: 1px solid var(--vca-line);
  border-radius: var(--vca-radius);
  background: var(--vca-surface);
  box-shadow: var(--vca-shadow);
}

.vca-empty-card h2 {
  margin: 12px 0 8px;
}

.vca-empty-card p {
  color: var(--vca-muted);
  line-height: 1.55;
}

.vca-empty-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: var(--vca-radius);
  background: var(--vca-accent-soft);
  color: var(--vca-accent);
}

.vca-svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vca-svg svg {
  stroke: currentColor;
}

.vca-loading button,
.vca-loading input,
.vca-loading textarea {
  pointer-events: none;
}

.vca-modal-backdrop {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(23, 23, 23, 0.42);
}

.vca-modal {
  width: min(440px, 100%);
  padding: 24px;
  border: 1px solid var(--vca-line);
  border-radius: var(--vca-radius);
  background: var(--vca-surface);
  box-shadow: var(--vca-shadow);
}

.vca-modal h2 {
  margin: 8px 0;
  font-size: 22px;
  line-height: 1.2;
}

.vca-modal p {
  margin: 0;
  color: var(--vca-muted);
  line-height: 1.55;
}

.vca-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

@keyframes vca-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 980px) {
  .vca-wrap {
    grid-template-columns: 1fr;
  }

  .vca-wrap.is-sidebar-collapsed {
    grid-template-columns: 1fr;
  }

  .vca-sidebar {
    min-height: auto;
    max-height: 320px;
    border-right: 0;
    border-bottom: 1px solid var(--vca-line);
  }

  .vca-wrap.is-sidebar-collapsed .vca-brand-copy,
  .vca-wrap.is-sidebar-collapsed .vca-btn-light,
  .vca-wrap.is-sidebar-collapsed .vca-account-card {
    display: block;
  }

  .vca-wrap.is-sidebar-collapsed .vca-sidebar {
    padding: 18px;
    max-height: 226px;
  }

  .vca-wrap.is-sidebar-collapsed .vca-side-label,
  .vca-wrap.is-sidebar-collapsed [data-assessment-list] {
    display: none;
  }

  .vca-wrap.is-sidebar-collapsed .vca-mobile-recent-card {
    display: flex;
  }

  [data-assessment-list] {
    max-height: 168px;
    overflow: auto;
    padding-right: 2px;
  }

  .vca-main {
    padding: 18px;
  }

  .vca-interview-head,
  .vca-report-toolbar,
  .vca-report-head {
    flex-direction: column;
  }

  .vca-mini-stats,
  .vca-role-grid,
  .vca-report-grid {
    width: 100%;
    min-width: 0;
    grid-template-columns: 1fr;
  }

  .vca-auth-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .vca-main {
    padding: 12px;
  }

  .vca-topbar {
    align-items: flex-start;
  }

  .vca-topbar h1 {
    font-size: 21px;
  }

  .vca-progress {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .vca-progress-line {
    display: none;
  }

  .vca-panel,
  .vca-source-panel,
  .vca-thinking {
    padding: 18px;
  }

  .vca-panel h2 {
    font-size: 25px;
  }

  .vca-input-row,
  .vca-choice-grid {
    grid-template-columns: 1fr;
  }

  .vca-thinking {
    grid-template-columns: 1fr;
    min-height: 430px;
  }

  .vca-screen-actions,
  .vca-actions,
  .vca-modal-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .vca-btn {
    width: 100%;
  }
}

@media print {
  body {
    background: #fff !important;
  }

  .vca-wrap {
    display: block;
    min-height: auto;
    border: 0;
    background: #fff;
  }

  .vca-sidebar,
  .vca-topbar,
  .vca-progress,
  [data-screen="source"],
  [data-screen="thinking"],
  [data-screen="interview"],
  [data-screen="report-thinking"],
  .vca-report-toolbar,
  .vca-screen-actions {
    display: none !important;
  }

  .vca-main,
  .vca-workspace,
  .vca-panel {
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  [data-screen="report"] {
    display: block !important;
  }

  .vca-role-grid,
  .vca-report-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
