/* ============================================
   APP.CSS — Rubrik Penilaian
   ============================================ */

:root {
  --ink:        #1a1a2e;
  --ink-light:  #555;
  --ink-faint:  #888;
  --paper:      #ffffff;
  --paper-warm: #f8f9fa;
  --ui-bg:      #f0f2f5;
  --ui-border:  #dde1e7;
  --accent:     #e07b39;
  --rule:       #dde1e7;
  /* Header colors removed - using shared-theme.css variables */
  --color-bg-section: #f0f2f5;
  --color-accent: #e07b39;
}

[data-theme="dark"] {
  --ink:        #deddda;
  --ink-light:  #9a9996;
  --ink-faint:  #77767b;
  --paper:      #1a1a1a;
  --paper-warm: #2d2d2d;
  --ui-bg:      #1a1a1a;
  --ui-border:  #3d3d3d;
  --accent:     #e07b39;
  --rule:       #3d3d3d;
}

/* ═══════════════════════════════════════
   ISOLATED HEADER STYLES - Rubrik Penilaian
   Hanya berlaku untuk aplikasi ini
   ═══════════════════════════════════════ */

/* UNIFIED APP HEADER */
.app-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: var(--color-bg-app-header);
  color: var(--color-text-app-header);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  min-height: 56px;
  flex-wrap: wrap;
  align-content: center;
}

/* HEADER-LEFT WRAPPER */
.header-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.app-header-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.app-header-icon {
  width: 28px;
  height: 28px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-bg-section);
  border-radius: 6px;
  color: var(--color-accent);
}

.app-header-titles {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.app-header-titles h1 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  color: var(--color-text-app-header);
}

.app-header-titles h2 {
  font-size: 10px;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
  color: var(--color-text-app-header);
  opacity: 0.8;
}

/* HEADER-RIGHT */
.app-header-right {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  flex-wrap: wrap;
  flex-shrink: 1;
}

.app-header-right .selector-grid {
  display: flex;
  align-items: center;
  gap: 6px;
}

.app-header-right .theme-selector-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.app-header-right .theme-label {
  font-size: 0.9rem;
  color: var(--color-text-app-header);
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.app-header-right .theme-label:hover {
  opacity: 0.7;
}

.app-header-right .theme-select {
  background: rgba(255, 255, 255, 0.15);
  color: var(--color-text-app-header);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 0.72rem;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  max-width: 110px;
}

.app-header-right .theme-select:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.15);
}

.app-header-right .theme-select option {
  background: var(--color-bg-app-header);
  color: var(--color-text-app-header);
}

.app-header-right .action-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.app-header-right .action-buttons button {
  white-space: nowrap;
  font-size: 12px;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}

/* Button styles in header */
.app-header-right .btn-dashboard {
  background: var(--color-accent);
  color: white;
  box-shadow: 0 2px 8px rgba(224,123,57,0.3);
}

.app-header-right .btn-dashboard:hover {
  background: #d06a30;
  box-shadow: 0 4px 16px rgba(224,123,57,0.5);
  transform: translateY(-1px);
}

.app-header-right .btn-dashboard:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(224,123,57,0.3);
}

.app-header-right #btnPrintDokumen {
  background: var(--color-btn-success);
  color: var(--color-btn-success-txt);
}

.app-header-right #btnPrintDokumen:hover {
  background: var(--color-btn-success-hv);
}

.app-header-right #btnPrintDokumen:disabled {
  background: var(--color-btn-neutral);
  color: var(--color-btn-neutral-txt);
  cursor: not-allowed;
}

.app-header-right .btn-simpan-cloud {
  background: var(--color-btn-secondary);
  color: var(--color-btn-secondary-txt);
}

.app-header-right .btn-simpan-cloud:hover {
  background: var(--color-btn-secondary-hv);
}

/* Toggle panel button */
.app-header .btn-toggle-panel {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--color-text-app-header);
  width: 32px;
  height: 32px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.app-header .btn-toggle-panel:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}

/* Dark mode overrides */
[data-theme="dark"] .app-header-right .theme-selector-wrapper {
  background: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .app-header-right .theme-select {
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--color-text-app-header);
}

[data-theme="dark"] .app-header .btn-toggle-panel {
  background: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--color-text-app-header);
}

[data-theme="dark"] .app-header .btn-toggle-panel:hover {
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}

/* Responsive header */
@media (max-width: 768px) {
  .app-header {
    padding: 0 16px;
    gap: 8px;
  }

  .app-header-right {
    gap: 8px;
  }

  .app-header-right .action-buttons {
    gap: 6px;
  }
}

@media (max-width: 480px) {
  .app-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 12px;
  }

  .app-header-right {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .app-header-right .selector-grid {
    width: 100%;
    justify-content: space-between;
  }

  .app-header-right .action-buttons {
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .app-header-right .action-buttons button {
    flex: 1;
    min-width: 0;
    padding: 6px 10px;
    font-size: 11px;
  }

  .app-header-titles h1 {
    font-size: 14px;
  }

  .app-header-titles h2 {
    font-size: 9px;
  }
}

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 13px;
  background: var(--ui-bg);
  color: var(--ink);
  height: 100vh;
  overflow: hidden;
}

/* ── LAYOUT UTAMA ── */
/* Adjusted height to account for unified header (56px) */
.app-container {
  display: flex;
  height: calc(100vh - 56px);
  overflow: hidden;
}

.panel-input {
  width: 40%;
  min-width: 340px;
  background: var(--paper);
  border-right: 1px solid var(--ui-border);
  display: flex;
  flex-direction: column;
  transition: width 0.3s ease, padding 0.3s ease;
  height: 100vh;
  overflow: hidden;
}

.panel-input.collapsed {
  width: 0;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border-right: none;
}

.panel-preview {
  flex: 1;
  height: calc(100vh - 56px);
  overflow-y: auto;
  background: var(--ui-bg);
  display: flex;
  flex-direction: column;
  transition: width 0.3s ease;
}

.panel-preview.expanded {
  width: 100%;
}

/* ── PANEL HEADER ── */
.panel-header {
  padding: 16px 18px 12px;
  border-bottom: 2px solid var(--accent);
  background: var(--paper);
  position: sticky;
  top: 0;
  z-index: 10;
}

.panel-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--ink);
}

.panel-subtitle {
  font-size: 11px;
  color: var(--ink-faint);
  margin-top: 2px;
}

/* ── BLOK ── */
.blok {
  border-bottom: 1px solid var(--rule);
  padding: 14px 18px;
}

.blok-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  cursor: default;
}

.blok-nomor {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.blok-judul {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ── FORM ELEMENTS ── */
.field-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: var(--ink-light);
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.field-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.field-row .field-label {
  margin-bottom: 0;
  min-width: 140px;
}

.field-hint {
  font-size: 11px;
  color: var(--ink-faint);
}

textarea, input[type="text"],
input[type="number"], input[type="date"] {
  width: 100%;
  background: var(--paper-warm);
  color: var(--ink);
  border: 1px solid var(--ui-border);
  border-radius: 5px;
  padding: 7px 9px;
  font-family: inherit;
  font-size: 12px;
  transition: border-color 0.15s;
  resize: vertical;
}

textarea:focus, input:focus {
  outline: none;
  border-color: var(--accent);
}

.textarea-json {
  height: 90px;
  font-family: 'Courier New', monospace;
  font-size: 11px;
  margin-bottom: 8px;
}

.textarea-hasil {
  height: 120px;
  font-family: 'Courier New', monospace;
  font-size: 10px;
  margin-bottom: 6px;
  margin-top: 6px;
}

.textarea-drawer {
  height: 80px;
  font-family: 'Courier New', monospace;
  font-size: 11px;
  width: 100%;
}

.input-readonly {
  background: var(--ui-bg) !important;
  color: var(--ink-light) !important;
  cursor: default;
}

.input-small {
  width: 60px !important;
}

/* ── RADIO GROUP ── */
.radio-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
}

.radio-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: var(--ink);
  cursor: pointer;
}

.radio-label input[type="radio"] {
  width: auto;
  margin: 0;
}

/* ── TOMBOL ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 14px;
  border-radius: 5px;
  border: none;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.15s, transform 0.1s;
  margin-bottom: 6px;
}

.btn:hover { opacity: 0.88; }
.btn:active { transform: scale(0.97); }

.btn-primary {
  background: var(--accent);
  color: #fff;
}

.btn-secondary {
  background: var(--paper-warm);
  color: var(--ink);
  border: 1px solid var(--ui-border);
}

.btn-print {
  background: #1a365d;
  color: #fff;
}

.btn-dashboard {
  background: #e07b39;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(224,123,57,0.3);
  white-space: nowrap;
}

.btn-dashboard:hover {
  background: #d06a30;
  box-shadow: 0 4px 16px rgba(224,123,57,0.5);
  transform: translateY(-1px);
}

.btn-dashboard:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(224,123,57,0.3);
}

/* ── Fitur Simpan ke Cloud ── */
.btn-simpan-cloud {
  background: var(--accent, #e07b39);
  color: #fff;
  border: 1px solid #d46b30;
  border-radius: 6px;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 500;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.btn-simpan-cloud:hover {
  background: #d46b30;
  border-color: #c55f2a;
  transform: translateY(-1px);
}

.btn-simpan-cloud:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.dokumen-item {
  border: 1px solid var(--ui-border, #dde1e7);
  border-radius: 6px;
  padding: 10px 12px;
  margin-bottom: 8px;
  background: var(--paper, #fff);
  transition: border-color 0.2s;
}

.dokumen-item:hover { 
  border-color: var(--accent, #e07b39); 
}

.dokumen-nama {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink, #1a1a2e);
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dokumen-meta {
  font-size: 11px;
  color: var(--ink-faint, #888);
  margin-bottom: 8px;
}

.dokumen-actions { 
  display: flex; 
  gap: 6px; 
}

.btn-buka-dokumen {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid var(--accent, #e07b39);
  background: transparent;
  color: var(--accent, #e07b39);
  cursor: pointer;
  transition: all 0.2s;
}

.btn-buka-dokumen:hover {
  background: var(--accent, #e07b39);
  color: #fff;
}

.btn-hapus-dokumen {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #dc2626;
  background: transparent;
  color: #dc2626;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-hapus-dokumen:hover { 
  background: #dc2626; 
  color: #fff; 
}

.dokumen-kosong {
  font-size: 12px;
  color: var(--ink-faint, #888);
  text-align: center;
  padding: 16px 0;
  font-style: italic;
}

/* ── RINGKASAN BOX ── */
.ringkasan-box {
  background: var(--paper-warm);
  border: 1px solid var(--ui-border);
  border-left: 3px solid #22c55e;
  border-radius: 5px;
  padding: 10px 12px;
  font-size: 11px;
  color: var(--ink);
  margin-top: 8px;
  line-height: 1.7;
}

.ringkasan-box .rk-judul {
  font-weight: 700;
  color: #22c55e;
  margin-bottom: 4px;
  font-size: 12px;
}

.ringkasan-box .rk-baris {
  display: flex;
  gap: 6px;
}

.ringkasan-box .rk-key {
  color: var(--ink-faint);
  min-width: 80px;
}

.ringkasan-box .rk-val {
  color: var(--ink);
  font-weight: 600;
}

/* ── PREVIEW AREA ── */
.preview-toolbar {
  padding: 10px 16px;
  background: var(--color-bg-app-header);
  border-bottom: 1px solid var(--ui-border);
  position: sticky;
  top: 0;
  z-index: 10;
}

.preview-area {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
}

.placeholder-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 300px;
  text-align: center;
  color: var(--ink-faint);
}

.placeholder-icon { font-size: 48px; margin-bottom: 12px; }
.placeholder-teks { font-size: 14px; font-weight: 600; margin-bottom: 6px; }
.placeholder-sub  { font-size: 12px; line-height: 1.6; }

/* ── DRAWER ── */
.drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 100;
}

.drawer {
  position: fixed;
  top: 0;
  right: -420px;
  width: 420px;
  height: 100vh;
  background: var(--paper);
  border-left: 1px solid var(--ui-border);
  z-index: 101;
  display: flex;
  flex-direction: column;
  transition: right 0.25s ease;
  box-shadow: -4px 0 20px rgba(0,0,0,0.15);
}

.drawer.aktif { right: 0; }

.drawer-overlay.aktif { display: block; }

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 2px solid var(--accent);
  background: var(--paper);
}

.drawer-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}

.drawer-close {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: var(--ink-faint);
  padding: 2px 6px;
  border-radius: 4px;
}

.drawer-close:hover { background: var(--ui-bg); }

.drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 14px 16px;
}

.drawer-instruksi {
  font-size: 11px;
  color: var(--ink-faint);
  margin-bottom: 12px;
  line-height: 1.6;
  padding: 8px;
  background: var(--paper-warm);
  border-radius: 4px;
}

.drawer-form-group {
  margin-bottom: 12px;
}

.drawer-form-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--ink-light);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}

.gabungan-sukses {
  font-size: 12px;
  font-weight: 600;
  color: #22c55e;
  margin-bottom: 6px;
}

/* ── PRINT — SEMBUNYIKAN UI ── */
@media print {
  .app-container, .panel-input,
  .panel-header, .preview-toolbar,
  .drawer, .drawer-overlay { display: none !important; }
}

/* ============================================
   STEPPER NAVIGATOR - From shared-theme.css
   ============================================ */

.stepper-nav {
  display: flex;
  align-items: center;
  gap: 0;
  background: var(--color-bg-panel);
  border-bottom: 2px solid var(--color-border-panel);
  margin: 0 calc(-1 * var(--spacing-lg));
  padding: 8px var(--spacing-lg);
  overflow-x: auto;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 10;
  height: auto;
}

.step-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  transition: all 0.3s ease;
  min-width: 0;
  flex-shrink: 0;
}

.step-item:hover {
  background: var(--color-bg-hover);
}

.step-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-border-panel);
  color: var(--color-text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.step-item.active .step-circle {
  background: var(--color-accent);
  color: white;
  box-shadow: 0 2px 6px color-mix(in srgb, var(--color-accent) 20%, transparent);
}

.step-item.done .step-circle {
  background: var(--color-btn-success);
  color: white;
}

.step-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.step-label {
  font-size: 9px;
  color: var(--color-text-muted);
  line-height: 1;
}

.step-title {
  font-size: 11px;
  font-weight: 500;
  color: var(--color-text-primary);
  line-height: 1.2;
}

.step-connector {
  width: 20px;
  height: 2px;
  background: var(--color-border-panel);
  margin: 0 -4px;
  transition: background 0.3s ease;
}

/* ============================================
   MODULE PANEL & FORM SECTIONS - From shared-theme.css
   ============================================ */

.panel-content {
  display: block;
  width: 100%;
}

.module-panel {
  display: none;
  width: 100%;
}

.module-panel.active {
  display: block;
  animation: fadeSlideIn 0.3s ease;
}

@keyframes fadeSlideIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.panel-content-inner {
  height: calc(100vh - 120px);
  overflow-y: auto;
  display: block;
  padding: 0;
}

/* Step Guide Banner */
.step-guide-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: color-mix(in srgb, var(--color-accent) 8%, transparent);
  border-left: 4px solid var(--color-accent);
  margin: 16px;
  border-radius: 6px;
}

.step-guide-final {
  background: color-mix(in srgb, var(--color-btn-success) 8%, transparent);
  border-left-color: var(--color-btn-success);
}

.step-guide-icon {
  width: 32px;
  height: 32px;
  background: var(--color-accent);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  flex-shrink: 0;
}

.step-guide-final .step-guide-icon {
  background: var(--color-btn-success);
}

.step-guide-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.step-guide-text strong {
  color: var(--color-text-primary);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.step-guide-text span {
  color: var(--color-text-secondary);
  font-size: 11px;
  line-height: 1.3;
}

/* Form Section Group */
.form-section-group {
  margin: 16px;
  border: 1px solid var(--color-border-panel);
  border-radius: 8px;
  overflow: hidden;
  background: var(--color-bg-panel);
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: var(--color-bg-section);
  border-bottom: 1px solid var(--color-border-panel);
  transition: background 0.2s ease;
}

.section-title {
  font-weight: 600;
  color: var(--color-text-primary);
  font-size: 13px;
}

.section-body {
  padding: 16px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: var(--color-text-primary);
  font-size: 12px;
}

.input-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.input-row select,
.input-row input {
  flex: 1;
}

.btn-next {
  width: 100%;
  padding: 12px;
  background: var(--color-accent);
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.btn-next:hover {
  background: var(--color-accent-hover);
}

/* Preview Empty State */
.preview-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 40px;
  height: 100%;
  color: var(--color-text-muted);
}

.preview-empty-icon {
  font-size: 64px;
  margin-bottom: 24px;
  opacity: 0.3;
}

.preview-empty-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 12px;
}

.preview-empty-desc {
  font-size: 14px;
  color: var(--color-text-secondary);
  margin-bottom: 32px;
  max-width: 400px;
  line-height: 1.4;
}

.preview-empty-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 500px;
  width: 100%;
}

.preview-empty-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
}

.preview-empty-step-num {
  width: 28px;
  height: 28px;
  background: var(--color-accent);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  flex-shrink: 0;
}

.preview-empty-step-optional .preview-empty-step-num {
  background: var(--color-btn-secondary);
  font-size: 14px;
}

.preview-empty-step span {
  font-size: 13px;
  color: var(--color-text-primary);
  line-height: 1.4;
  padding-top: 2px;
}

.preview-placeholder {
  display: none;
  padding: 20px;
  text-align: center;
  color: var(--color-text-muted);
}
