/**
 * Axios AI Media - Presenter Console Cockpit Styles (presenter.css)
 * Extended for Client-Agnostic Deck Management & Fal.ai 16:9 Image Generator
 */

.presenter-shell {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  background: radial-gradient(circle at 50% 0%, #111a2e 0%, #07090e 70%);
  color: var(--text-primary);
  overflow: hidden;
}

/* Presenter Header Bar */
.presenter-header {
  height: 60px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background: rgba(11, 15, 25, 0.9);
  border-bottom: 1px solid var(--border-glass);
  backdrop-filter: blur(16px);
  z-index: 50;
  gap: 12px;
}

.presenter-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.presenter-logo {
  height: 28px;
  width: auto;
  filter: drop-shadow(0 0 10px rgba(56, 189, 248, 0.4));
}

.presenter-title-group {
  display: flex;
  flex-direction: column;
}

.presenter-app-title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.presenter-badge {
  background: rgba(56, 189, 248, 0.15);
  color: var(--accent-cyan);
  border: 1px solid rgba(56, 189, 248, 0.3);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Client Presentation Deck Switcher */
.deck-switcher-container {
  display: flex;
  align-items: center;
  gap: 6px;
}

.deck-select {
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid var(--border-glow-cyan);
  color: var(--text-primary);
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  outline: none;
  cursor: pointer;
  max-width: 240px;
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.15);
}

.presenter-header-center {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Audience Persona Switcher in Header */
.audience-selector-wrapper {
  display: flex;
  align-items: center;
  background: rgba(30, 41, 59, 0.7);
  padding: 3px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-glass);
}

.audience-pill-btn {
  background: transparent;
  border: none;
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all var(--transition-fast);
  display: flex;
  align-items: center;
  gap: 6px;
}

.audience-pill-btn:hover {
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.06);
}

.audience-pill-btn.active {
  background: linear-gradient(135deg, #0284c7 0%, #2563eb 100%);
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.4);
}

/* Tenant / Organization Selector */
.tenant-selector-select {
  background: rgba(17, 24, 39, 0.85);
  border: 1px solid var(--border-glass);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: var(--radius-sm);
  outline: none;
  cursor: pointer;
}

/* Presentation Timer */
.timer-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(17, 24, 39, 0.9);
  border: 1px solid var(--border-glass);
  padding: 4px 10px;
  border-radius: var(--radius-md);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--text-primary);
}

.timer-pill.warning {
  color: var(--accent-amber);
  border-color: rgba(245, 158, 11, 0.5);
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.2);
}

.timer-pill.danger {
  color: var(--accent-rose);
  border-color: rgba(244, 63, 94, 0.5);
  box-shadow: 0 0 10px rgba(244, 63, 94, 0.3);
}

.timer-btn {
  background: transparent;
  border: none;
  color: var(--text-secondary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border-radius: 3px;
}

.timer-btn:hover {
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.1);
}

/* Header Right: Audience Window Status & Launcher */
.presenter-header-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sync-status-indicator {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.1);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.25);
}

.sync-status-indicator.standalone {
  background: rgba(148, 163, 184, 0.1);
  color: var(--text-secondary);
  border-color: rgba(148, 163, 184, 0.2);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 8px #10b981;
  animation: pulseGlow 1.5s infinite;
}

.pulse-dot.offline {
  background: #94a3b8;
  box-shadow: none;
  animation: none;
}

/* Main Workspace: 2-Column Cockpit */
.presenter-main {
  flex: 1;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 16px;
  padding: 16px;
  overflow: hidden;
}

/* Left Column: Stage Preview & Metrics Controls */
.presenter-stage-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  overflow: hidden;
}

.stage-preview-container {
  flex: 1.5;
  min-height: 0;
  display: flex;
  flex-direction: column;
  background: rgba(11, 15, 25, 0.85);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
}

.stage-preview-header {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  background: rgba(17, 24, 39, 0.7);
  border-bottom: 1px solid var(--border-subtle);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
  flex-shrink: 0;
}

.stage-tools {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stage-viewport {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  overflow: hidden;
  background: #07090e;
  position: relative;
}

/* Embedded Scaled Preview of the Slide */
.stage-slide-frame {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: radial-gradient(circle at 50% 0%, #172033 0%, #0b0f19 80%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  padding: 10px 14px;
  box-sizing: border-box;
}

/* Scaled proportions for Presenter Stage Preview */
.stage-slide-frame .visual-slide-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}

.stage-slide-frame .keynote-hero-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 12px;
  align-items: center;
  width: 100%;
  height: 100%;
}

.stage-slide-frame .keynote-left-col {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  min-width: 0;
}

.stage-slide-frame .keynote-eyebrow {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.06em;
  gap: 4px;
}

.stage-slide-frame .keynote-eyebrow .pulse-dot {
  width: 5px;
  height: 5px;
}

.stage-slide-frame .keynote-hero-title {
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0;
}

.stage-slide-frame .keynote-hero-subtitle {
  font-size: 10px;
  line-height: 1.3;
  color: #94a3b8;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.stage-slide-frame .keynote-value-card {
  padding: 4px 8px;
  gap: 2px;
  border-left-width: 3px;
  border-radius: 0 6px 6px 0;
  margin: 2px 0;
}

.stage-slide-frame .keynote-value-card .value-card-header {
  font-size: 7.5px;
  gap: 4px;
}

.stage-slide-frame .keynote-value-card .value-card-header svg {
  width: 10px;
  height: 10px;
}

.stage-slide-frame .keynote-value-card .value-card-body {
  font-size: 9.5px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.stage-slide-frame .keynote-client-lockup {
  font-size: 9px;
  gap: 5px;
  margin-top: 1px;
}

.stage-slide-frame .client-co-badge {
  font-size: 8.5px;
  padding: 2px 6px;
  border-radius: 4px;
}

.stage-slide-frame .client-sub-badge {
  font-size: 8.5px;
}

.stage-slide-frame .keynote-right-col {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.stage-slide-frame .ecosystem-core-visual {
  width: 135px;
  height: 135px;
  position: relative;
  margin: 0 auto;
}

.stage-slide-frame .ring-outer { width: 135px; height: 135px; }
.stage-slide-frame .ring-middle { width: 98px; height: 98px; }
.stage-slide-frame .ring-inner { width: 62px; height: 62px; }
.stage-slide-frame .core-center-shield {
  width: 46px;
  height: 46px;
  box-shadow: 0 0 15px rgba(56, 189, 248, 0.3);
}
.stage-slide-frame .core-shield-logo { height: 12px; margin-bottom: 2px; }
.stage-slide-frame .core-shield-title { font-size: 7.5px; }
.stage-slide-frame .core-shield-tag { font-size: 5px; }

.stage-slide-frame .orbit-card {
  padding: 2px 5px;
  gap: 4px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.stage-slide-frame .orbit-card svg { width: 9px; height: 9px; }
.stage-slide-frame .orbit-card-val { font-size: 7.5px; font-weight: 700; }
.stage-slide-frame .orbit-card-lbl { font-size: 6px; }
.stage-slide-frame .orbit-card-top { top: -4px; }
.stage-slide-frame .orbit-card-bottom { bottom: -4px; }
.stage-slide-frame .orbit-card-right { right: -10px; }
.stage-slide-frame .orbit-card-left { left: -10px; }

/* Problem and Solution Layouts in Preview */
.stage-slide-frame .problem-slide-layout,
.stage-slide-frame .solution-slide-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
  width: 100%;
  height: 100%;
}
.stage-slide-frame .problem-left-col,
.stage-slide-frame .solution-left-col {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.stage-slide-frame .problem-eyebrow,
.stage-slide-frame .solution-eyebrow {
  font-size: 8px;
}
.stage-slide-frame .problem-title,
.stage-slide-frame .solution-title {
  font-size: 15px;
  line-height: 1.15;
}
.stage-slide-frame .problem-subtitle,
.stage-slide-frame .solution-subtitle {
  font-size: 9.5px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.stage-slide-frame .pain-points-list {
  gap: 3px;
}
.stage-slide-frame .pain-point-item {
  padding: 3px 6px;
  font-size: 8px;
  gap: 5px;
}
.stage-slide-frame .interactive-svg-diagram {
  max-height: 130px;
  width: 100%;
}
.stage-slide-frame .fragmentation-cost-card {
  padding: 6px 10px;
}
.stage-slide-frame .frag-cost-number {
  font-size: 14px;
}
.stage-slide-frame .frag-cost-label {
  font-size: 7.5px;
}

/* App Showcase Layout in Preview */
.stage-slide-frame .app-slide-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 10px;
  align-items: center;
  width: 100%;
  height: 100%;
}
.stage-slide-frame .app-slide-info {
  gap: 4px;
}
.stage-slide-frame .app-slide-icon {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  padding: 2px;
}
.stage-slide-frame .app-slide-heading {
  font-size: 15px;
  line-height: 1.15;
}
.stage-slide-frame .app-slide-tagline {
  font-size: 9px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.stage-slide-frame .audience-value-box {
  padding: 3px 6px;
  gap: 2px;
}
.stage-slide-frame .audience-value-label {
  font-size: 7.5px;
}
.stage-slide-frame .audience-value-text {
  font-size: 8.5px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.stage-slide-frame .capabilities-list {
  gap: 3px;
}
.stage-slide-frame .capability-pill {
  font-size: 7.5px;
  padding: 1px 5px;
}
.stage-slide-frame .app-slide-preview-card {
  height: 135px;
  border-radius: 6px;
}
.stage-slide-frame .preview-card-header {
  height: 20px;
  padding: 0 6px;
}
.stage-slide-frame .preview-dot {
  width: 5px;
  height: 5px;
}
.stage-slide-frame .preview-title-badge {
  font-size: 7.5px;
}
.stage-slide-frame .preview-card-body {
  padding: 6px;
  gap: 4px;
}
.stage-slide-frame .browser-viewport-window {
  height: 135px;
}

/* 22 Apps Matrix in Preview */
.stage-slide-frame .all-apps-matrix-container {
  gap: 5px;
  height: 100%;
  justify-content: center;
}
.stage-slide-frame .matrix-header-row h2 {
  font-size: 12px;
}
.stage-slide-frame .matrix-header-row p {
  font-size: 8px;
}
.stage-slide-frame .matrix-pillars-grid {
  gap: 5px;
}
.stage-slide-frame .matrix-pillar-column {
  padding: 4px;
  gap: 3px;
  border-radius: 5px;
}
.stage-slide-frame .matrix-pillar-title {
  font-size: 8px;
}
.stage-slide-frame .matrix-pillar-count {
  font-size: 7px;
}
.stage-slide-frame .matrix-apps-list {
  gap: 2px;
}
.stage-slide-frame .matrix-app-card {
  padding: 2px 3px;
  gap: 3px;
}
.stage-slide-frame .matrix-app-icon {
  width: 12px;
  height: 12px;
}
.stage-slide-frame .matrix-app-name {
  font-size: 7.5px;
}
.stage-slide-frame .matrix-app-users {
  font-size: 6.5px;
}

/* Total Metrics in Preview */
.stage-slide-frame .telemetry-grid-dashboard {
  gap: 6px;
}
.stage-slide-frame .telemetry-cluster-card {
  padding: 5px 8px;
  gap: 4px;
  border-radius: 5px;
}
.stage-slide-frame .cluster-card-title {
  font-size: 8.5px;
}
.stage-slide-frame .cluster-card-badge {
  font-size: 6.5px;
  padding: 1px 3px;
}
.stage-slide-frame .cluster-stats-grid {
  gap: 3px;
}
.stage-slide-frame .stat-value {
  font-size: 11px;
}
.stage-slide-frame .stat-label {
  font-size: 6.5px;
}
.stage-slide-frame .telemetry-user-distrib-container {
  padding: 4px 6px;
  gap: 3px;
  margin-top: 2px;
}
.stage-slide-frame .distrib-header {
  font-size: 7.5px;
}
.stage-slide-frame .distrib-bars-row {
  height: 5px;
}
.stage-slide-frame .distrib-legend-grid {
  gap: 3px;
}
.stage-slide-frame .legend-item-name,
.stage-slide-frame .legend-item-val {
  font-size: 6.5px;
}

/* Security, Pricing, Traction, and Fallback in Preview */
.stage-slide-frame .security-slide-layout,
.stage-slide-frame .pricing-slide-layout,
.stage-slide-frame .traction-slide-layout,
.stage-slide-frame .timeline-slide-layout {
  gap: 8px;
  height: 100%;
  align-items: center;
}
.stage-slide-frame .security-title,
.stage-slide-frame .pricing-title,
.stage-slide-frame .traction-title,
.stage-slide-frame .timeline-title {
  font-size: 14px;
}
.stage-slide-frame .security-subtitle,
.stage-slide-frame .pricing-subtitle,
.stage-slide-frame .traction-subtitle,
.stage-slide-frame .timeline-subtitle {
  font-size: 9px;
}
.stage-slide-frame .security-pillars-row {
  gap: 5px;
}
.stage-slide-frame .security-pillar-box {
  padding: 5px;
  gap: 3px;
}
.stage-slide-frame .pricing-tiers-grid {
  gap: 6px;
}
.stage-slide-frame .pricing-tier-card {
  padding: 6px;
  gap: 4px;
}
.stage-slide-frame .pricing-tier-price {
  font-size: 12px;
}
.stage-slide-frame .slide-hero-plate-container {
  height: 135px;
  border-radius: 6px;
}

.stage-slide-hero-preview {
  width: 100%;
  max-height: 130px;
  object-fit: cover;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-glass);
  margin-bottom: 8px;
}

/* Next Slide Preview Sub-box */
.next-slide-drawer {
  flex: 0 0 72px;
  height: 72px;
  background: rgba(17, 24, 39, 0.75);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 6px 12px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.next-slide-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.next-slide-badge {
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-muted);
}

.next-slide-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-slide-preview-thumb {
  width: 96px;
  height: 56px;
  border-radius: var(--radius-sm);
  background: #0f172a;
  border: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9.5px;
  color: var(--text-muted);
  overflow: hidden;
  padding: 4px;
  text-align: center;
  flex-shrink: 0;
}

/* Dynamic Metrics Spotlight Bar & Drawer */
.metrics-spotlight-drawer {
  flex: 0 0 auto;
  max-height: 125px;
  overflow-y: auto;
  background: rgba(17, 24, 39, 0.85);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.metrics-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.metrics-drawer-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--accent-cyan);
  display: flex;
  align-items: center;
  gap: 6px;
}

.metrics-toggle-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--text-secondary);
  cursor: pointer;
}

.metrics-chips-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.metric-chip {
  background: rgba(30, 41, 59, 0.7);
  border: 1px solid var(--border-subtle);
  color: var(--text-secondary);
  border-radius: var(--radius-sm);
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all var(--transition-fast);
}

.metric-chip:hover {
  background: rgba(51, 65, 85, 0.8);
  color: var(--text-primary);
  border-color: var(--border-glass);
}

.metric-chip.active {
  background: rgba(56, 189, 248, 0.15);
  color: #38bdf8;
  border-color: rgba(56, 189, 248, 0.4);
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.2);
}

.metric-chip-value {
  font-family: var(--font-heading);
  font-weight: 800;
}

/* Right Column: Adaptive Speaker Notes & Teleprompter */
.presenter-notes-col {
  display: flex;
  flex-direction: column;
  background: rgba(11, 15, 25, 0.85);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 100%;
}

.notes-header {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  background: rgba(17, 24, 39, 0.7);
  border-bottom: 1px solid var(--border-subtle);
}

.notes-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.notes-tools {
  display: flex;
  align-items: center;
  gap: 8px;
}

.notes-body {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Punchline Callout Box */
.punchline-card {
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.15) 0%, rgba(37, 99, 235, 0.08) 100%);
  border-left: 4px solid var(--accent-cyan);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding: 10px 14px;
}

.punchline-label {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent-cyan);
  margin-bottom: 2px;
}

.punchline-text {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--text-primary);
}

/* Talking Points List */
.talking-points-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section-subtitle {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
}

.talking-point-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 1.45;
  color: #cbd5e1;
}

.talking-point-item::before {
  content: '??';
  color: var(--accent-cyan);
  font-size: 11px;
  line-height: 1.45;
  flex-shrink: 0;
}

/* Anticipated Q&A Box */
.qa-card {
  background: rgba(30, 41, 59, 0.4);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.qa-card-header {
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 700;
  color: var(--accent-amber);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(245, 158, 11, 0.08);
}

.qa-card-content {
  padding: 10px 12px;
  font-size: 12px;
  color: var(--text-secondary);
  line-height: 1.45;
  border-top: 1px solid var(--border-subtle);
}

.qa-question {
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 4px;
}

/* Demo Cue Box */
.demo-cue-card {
  background: rgba(16, 185, 129, 0.08);
  border: 1px dashed rgba(16, 185, 129, 0.4);
  border-radius: var(--radius-md);
  padding: 8px 12px;
  font-size: 11px;
  color: #6ee7b7;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Scratchpad */
.scratchpad-container {
  margin-top: auto;
  border-top: 1px solid var(--border-subtle);
  padding-top: 10px;
}

.scratchpad-textarea {
  width: 100%;
  height: 50px;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 11px;
  padding: 6px 8px;
  resize: none;
  outline: none;
}

.scratchpad-textarea:focus {
  border-color: var(--accent-cyan);
}

/* Bottom Navigation Dock */
.presenter-footer {
  height: 64px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background: rgba(11, 15, 25, 0.95);
  border-top: 1px solid var(--border-glass);
  backdrop-filter: blur(16px);
  z-index: 50;
}

.nav-controls-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.slide-counter {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  color: var(--text-secondary);
  min-width: 90px;
  text-align: center;
}

.slide-dropdown-select {
  background: rgba(30, 41, 59, 0.8);
  border: 1px solid var(--border-glass);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 12px;
  padding: 6px 10px;
  border-radius: var(--radius-sm);
  outline: none;
  cursor: pointer;
  max-width: 220px;
}

.nav-tool-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Modal Dialogs */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(12px);
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.modal-overlay.active {
  display: flex;
}

.modal-card {
  background: #0f172a;
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg), 0 0 40px rgba(0, 0, 0, 0.8);
  width: 100%;
  max-width: 680px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.modal-header {
  padding: 16px 20px;
  background: rgba(17, 24, 39, 0.9);
  border-bottom: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 8px;
}

.modal-body {
  padding: 20px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.modal-footer {
  padding: 14px 20px;
  background: rgba(17, 24, 39, 0.9);
  border-top: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

/* Form Styles inside Modals */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-secondary);
}

.form-input, .form-textarea, .form-select {
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 13px;
  padding: 8px 12px;
  outline: none;
}

.form-input:focus, .form-textarea:focus, .form-select:focus {
  border-color: var(--accent-cyan);
}

.aspect-ratio-selector-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.aspect-ratio-card {
  background: rgba(30, 41, 59, 0.5);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 10px;
  cursor: pointer;
  text-align: center;
  transition: all var(--transition-fast);
}

.aspect-ratio-card:hover {
  border-color: var(--border-glass);
  background: rgba(51, 65, 85, 0.7);
}

.aspect-ratio-card.active {
  border-color: var(--accent-cyan);
  background: rgba(2, 132, 199, 0.2);
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.25);
}

.ratio-shape-preview {
  margin: 0 auto 6px auto;
  background: rgba(56, 189, 248, 0.2);
  border: 1px solid var(--accent-cyan);
  border-radius: 4px;
}

.ratio-16-9 { width: 48px; height: 27px; }
.ratio-4-3 { width: 40px; height: 30px; }
.ratio-1-1 { width: 32px; height: 32px; }

.image-preview-box {
  width: 100%;
  height: 240px;
  background: #07090e;
  border: 1px dashed var(--border-glass);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.image-preview-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Visual Slide Drawer Modal */
.slides-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(12px);
  z-index: 100;
  display: none;
  flex-direction: column;
  padding: 30px;
}

.slides-drawer-overlay.active {
  display: flex;
}

.slides-grid-container {
  flex: 1;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.slide-thumb-card {
  background: rgba(30, 41, 59, 0.6);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 12px;
  cursor: pointer;
  transition: all var(--transition-fast);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.slide-thumb-card:hover {
  border-color: var(--accent-cyan);
  transform: translateY(-2px);
  background: rgba(51, 65, 85, 0.8);
}

.slide-thumb-card.active {
  border-color: var(--accent-cyan);
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.4);
  background: rgba(2, 132, 199, 0.2);
}

.slide-thumb-num {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--accent-cyan);
  font-weight: 700;
}

.slide-thumb-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-primary);
}

.slide-thumb-category {
  font-size: 11px;
  color: var(--text-muted);
}

/* All 22 Apps Directory & Fast Picker Modal */
.pillar-tab-btn.active {
  background: var(--accent-cyan) !important;
  color: #0b0f19 !important;
  font-weight: 700 !important;
  border-color: var(--accent-cyan) !important;
}

.app-directory-card {
  background: rgba(17, 24, 39, 0.7);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: all var(--transition-fast);
  cursor: pointer;
  position: relative;
}

.app-directory-card:hover {
  background: rgba(30, 41, 59, 0.85);
  border-color: var(--accent-cyan);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.app-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.app-card-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  object-fit: contain;
}

.app-card-title-group {
  flex: 1;
  min-width: 0;
}

.app-card-name {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  color: var(--text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.app-card-pillar-tag {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text-muted);
}

.app-card-tagline {
  font-size: 11px;
  color: var(--text-secondary);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.app-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.app-card-users-badge {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  color: #38bdf8;
  background: rgba(56, 189, 248, 0.12);
  padding: 2px 6px;
  border-radius: 4px;
}

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

/* ==========================================================================
 * AI DECK ARCHITECT & PRESENTATION PROMPTING WIZARD STYLES
 * ========================================================================== */

/* Slide Prompter Bar inside Slide Editor */
.slide-prompter-bar {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.7), rgba(15, 23, 42, 0.9));
  border: 1px solid rgba(56, 189, 248, 0.3);
  border-radius: var(--radius-md);
  padding: 12px 14px;
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.prompter-bar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prompter-tip-badge {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--accent-cyan);
  background: rgba(56, 189, 248, 0.15);
  padding: 2px 8px;
  border-radius: 9999px;
  border: 1px solid rgba(56, 189, 248, 0.3);
}

.prompter-bar-controls {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* Archetype Grid in Deck Architect Modal */
.archetype-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
}

.archetype-card {
  background: rgba(15, 23, 42, 0.5);
  border: 1.5px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 14px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.archetype-card:hover {
  border-color: rgba(56, 189, 248, 0.5);
  background: rgba(30, 41, 59, 0.6);
  transform: translateY(-2px);
}

.archetype-card.active {
  border-color: var(--accent-cyan);
  background: rgba(56, 189, 248, 0.1);
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.25);
}

.archetype-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6px;
}

.archetype-title {
  font-size: 13px;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.25;
}

.archetype-card.active .archetype-title {
  color: var(--accent-cyan);
}

.archetype-slide-count {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  color: #38bdf8;
  background: rgba(56, 189, 248, 0.16);
  padding: 3px 8px;
  border-radius: 6px;
  white-space: nowrap;
  display: inline-block;
  align-self: flex-start;
}

.archetype-duration {
  font-size: 10px;
  color: var(--text-muted);
  font-weight: 600;
}

.archetype-desc {
  font-size: 11px;
  color: var(--text-secondary);
  line-height: 1.4;
  flex: 1;
}

/* Blueprint List in Deck Architect */
.blueprint-list-container {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 240px;
  overflow-y: auto;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 8px;
  background: rgba(11, 15, 25, 0.5);
}

.blueprint-step-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-sm);
  padding: 8px 12px;
  font-size: 11px;
  transition: border-color 0.15s ease;
}

.blueprint-step-item:hover {
  border-color: rgba(56, 189, 248, 0.3);
}

.blueprint-step-info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

.blueprint-step-number {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  color: var(--accent-cyan);
  background: rgba(56, 189, 248, 0.15);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.blueprint-step-title {
  font-weight: 700;
  color: var(--text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blueprint-step-prompt {
  font-size: 10px;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 320px;
}

.blueprint-step-badge {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-secondary);
  white-space: nowrap;
}

/* ==========================================================================
   AUDIENCE VISION & PROXIMITY RADAR COCKPIT CARD
   ========================================================================== */

.audience-vision-card {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(10, 15, 30, 0.98) 100%);
  border: 1.5px solid rgba(56, 189, 248, 0.3);
  border-radius: var(--radius-md);
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.vision-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vision-card-title-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.radar-ping-icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.radar-ping-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 8px #38bdf8;
  animation: pulseDot 1.8s infinite;
}

.vision-card-title {
  font-size: 11px;
  font-weight: 800;
  color: #f8fafc;
  letter-spacing: 0.02em;
}

.vision-card-sub {
  font-size: 9px;
  color: #64748b;
  font-family: var(--font-mono);
}

.vision-zone-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 9999px;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}

.vision-zone-badge.zone-far {
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.vision-zone-badge.zone-mid {
  background: rgba(251, 191, 36, 0.15);
  color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.4);
}

.vision-zone-badge.zone-near {
  background: rgba(56, 189, 248, 0.2);
  color: #38bdf8;
  border: 1.5px solid #38bdf8;
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.35);
}

.zone-badge-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

/* Radar & Telemetry Grid */
.vision-telemetry-grid {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(2, 6, 23, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-sm);
  padding: 8px 12px;
}

/* Circular Radar Sweep Box */
.radar-sweep-box {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #020617;
  border: 1px solid rgba(56, 189, 248, 0.3);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radar-sweep-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(56, 189, 248, 0.2);
}

.radar-sweep-circle.circle-1 { width: 22px; height: 22px; }
.radar-sweep-circle.circle-2 { width: 44px; height: 44px; }
.radar-sweep-circle.circle-3 { width: 66px; height: 66px; border-style: solid; }

.radar-sweep-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  transform-origin: 0 0;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.4) 0%, transparent 60%);
  animation: radarSweep 2.5s linear infinite;
  pointer-events: none;
}

@keyframes radarSweep {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.radar-target-blip {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 8px #38bdf8;
  top: 35%;
  left: 55%;
  transition: top 0.4s ease, left 0.4s ease;
}

.radar-distance-label {
  position: absolute;
  bottom: 2px;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 700;
  color: #94a3b8;
  background: rgba(0, 0, 0, 0.7);
  padding: 1px 4px;
  border-radius: 3px;
}

/* Metrics Stack */
.vision-metrics-stack {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.vision-gauge-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
}

.gauge-lbl {
  color: #94a3b8;
  font-weight: 600;
}

.gauge-val {
  font-family: var(--font-mono);
  font-weight: 800;
}

.gauge-bar-track {
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 9999px;
  overflow: hidden;
}

.gauge-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #38bdf8, #818cf8);
  border-radius: 9999px;
  transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.reaction-tag-pill {
  font-size: 10px;
  font-weight: 700;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.08);
  padding: 2px 7px;
  border-radius: 4px;
}

/* Vision Real-Time Coaching Cue */
.vision-coaching-cue {
  background: rgba(30, 41, 59, 0.5);
  border-left: 3px solid var(--accent-cyan);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 8px 10px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 11px;
  line-height: 1.4;
  color: #cbd5e1;
}

.vision-coaching-cue svg {
  color: var(--accent-cyan);
  flex-shrink: 0;
  margin-top: 1px;
}

/* Proximity Simulator Bar */
.vision-simulator-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 8px;
}

.sim-label {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.05em;
}

.sim-btn-group {
  display: flex;
  gap: 4px;
}

.sim-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #94a3b8;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sim-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #f8fafc;
}

.sim-btn.active {
  background: rgba(56, 189, 248, 0.2);
  border-color: #38bdf8;
  color: #38bdf8;
}

/* ==========================================================================
   AI PRESENTATION STUDIO INTAKE WIZARD
   ========================================================================== */

.intake-steps-nav {
  display: flex;
  background: rgba(15, 23, 42, 0.7);
  border-bottom: 1px solid var(--border-subtle);
  padding: 8px 16px;
  gap: 8px;
  flex-shrink: 0;
}

.intake-step-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.intake-step-btn:hover {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-primary);
}

.intake-step-btn.active {
  background: rgba(56, 189, 248, 0.12);
  border-color: rgba(56, 189, 248, 0.3);
  color: var(--accent-cyan);
}

.intake-step-btn.completed {
  color: #34d399;
}

.intake-step-number {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-family: var(--font-mono);
}

.intake-step-btn.active .intake-step-number {
  background: var(--accent-cyan);
  color: #020617;
  font-weight: 800;
}

.intake-step-btn.completed .intake-step-number {
  background: #34d399;
  color: #020617;
  font-weight: 800;
}

.intake-step-panel {
  display: none;
  flex-direction: column;
  gap: 16px;
}

.intake-step-panel.active {
  display: flex;
}

/* File Drag & Drop Zone */
.intake-dropzone {
  border: 2px dashed rgba(56, 189, 248, 0.3);
  background: rgba(15, 23, 42, 0.5);
  border-radius: var(--radius-md);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
}

.intake-dropzone:hover, .intake-dropzone.dragover {
  border-color: var(--accent-cyan);
  background: rgba(56, 189, 248, 0.08);
  box-shadow: 0 0 24px rgba(56, 189, 248, 0.15);
}

.dropzone-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-cyan);
  margin-bottom: 10px;
}

.dropzone-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.dropzone-sub {
  font-size: 11px;
  color: var(--text-muted);
}

.dropzone-doc-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(56, 189, 248, 0.15);
  border: 1px solid rgba(56, 189, 248, 0.3);
  color: #38bdf8;
  font-family: var(--font-mono);
  font-size: 10px;
  padding: 4px 10px;
  border-radius: 9999px;
  margin-top: 10px;
}

/* Aesthetic Style Cards Grid */
.aesthetic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}

.aesthetic-card {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: all 0.2s ease;
  position: relative;
}

.aesthetic-card:hover {
  border-color: rgba(56, 189, 248, 0.4);
  background: rgba(30, 41, 59, 0.7);
  transform: translateY(-2px);
}

.aesthetic-card.active {
  border-color: var(--accent-cyan);
  background: rgba(56, 189, 248, 0.12);
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.25);
}

.aesthetic-badge-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aesthetic-tag {
  font-size: 9px;
  font-family: var(--font-mono);
  font-weight: 700;
  text-transform: uppercase;
  color: #94a3b8;
  background: rgba(255, 255, 255, 0.05);
  padding: 2px 6px;
  border-radius: 4px;
}

.aesthetic-card.active .aesthetic-tag {
  color: #38bdf8;
  background: rgba(56, 189, 248, 0.18);
}

.aesthetic-title {
  font-size: 12px;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.3;
}

.aesthetic-card.active .aesthetic-title {
  color: var(--accent-cyan);
}

.aesthetic-desc {
  font-size: 10px;
  color: var(--text-muted);
  line-height: 1.4;
  flex: 1;
}

/* Quick Sample Prompts Strip */
.quick-samples-strip {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 6px;
}

.quick-sample-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #94a3b8;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.15s ease;
}

.quick-sample-btn:hover {
  background: rgba(56, 189, 248, 0.12);
  border-color: rgba(56, 189, 248, 0.3);
  color: #38bdf8;
}

/* Fal.ai Intake Box */
.fal-intake-card {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.8) 0%, rgba(30, 27, 75, 0.4) 100%);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: var(--radius-md);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fal-intake-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fal-logo-lockup {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  color: #c084fc;
}

.fal-status-badge {
  font-family: var(--font-mono);
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.fal-status-badge.connected {
  background: rgba(52, 211, 153, 0.15);
  color: #34d399;
  border: 1px solid rgba(52, 211, 153, 0.3);
}

.fal-status-badge.offline {
  background: rgba(251, 191, 36, 0.15);
  color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.3);
}



