/* Image generator-specific styles - only unique overrides */

/* Step indicator colors */
.step-indicator.active {
  background: #168aad;
  color: white;
}

.step-indicator.completed {
  background: #52b69a;
  color: white;
}

.step-indicator.completed:hover {
  background: #168aad;
}

.step-indicator.upcoming:hover {
  background: #99d98c;
  color: #184e77;
}

.step-connector.completed {
  background: #52b69a;
}


/* Form focus colors */
.form-input:focus,
.form-textarea:focus {
  border-color: #168aad;
}

/* Option card color overrides */

.option-card.selected {
  border-color: #168aad;
  background: #d9ed92;
}


/* Image-specific navigation buttons with blue theme */
.nav-button {
  background: #168aad;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
}

.nav-button:hover {
  background: #1e6091;
  transform: translateY(-1px);
}

.nav-button.secondary {
  background: rgba(255, 255, 255, 0.9);
  color: #6c757d;
  border: 2px solid #e9ecef;
}

.nav-button.secondary:hover {
  background: rgba(255, 255, 255, 1);
  border-color: #168aad;
  color: #168aad;
}

.nav-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}

/* Ensure step-navigation is always visible */
.step-navigation {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  background: rgba(249, 249, 249, 0.8);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.5rem;
  margin-top: 2rem;
}

/* Ensure buttons are always visible */
#prevBtn, #nextBtn {
  display: inline-block !important;
}

/* Image-specific prompt display styles */
.prompt-display {
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem 0;
  position: relative;
}

.prompt-text {
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #2d3748;
  margin: 0;
  white-space: pre-wrap;
}

.copy-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #168aad;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.2s;
}

.copy-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.copy-button:hover {
  background: #1e6091;
}

/* Image-specific platform recommendations */
.platform-recommendations {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.platform-card:hover {
  border-color: #168aad;
  box-shadow: 0 4px 12px rgba(22, 138, 173, 0.1);
}

.platform-features li::before {
  content: "•";
  color: #168aad;
  margin-right: 0.5rem;
}

.platform-button {
  background: #168aad;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.platform-button:hover {
  background: #1e6091;
}

/* Image-specific tips section */
.tips-section {
  background: #fffbeb;
  border: 2px solid #fbbf24;
  border-radius: 12px;
  padding: 1.5rem;
  margin-top: 2rem;
}

.tips-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem 0;
  color: #92400e;
  font-weight: 600;
}

.tips-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tips-list li {
  color: #92400e;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.tip-number {
  background: #fbbf24;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 600;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

/* Image-specific responsive styles */
/* Compact option grid layout for image generator */
.option-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin: 1rem 0;
}

.option-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #e9ecef;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}

.option-card:hover {
  border-color: #168aad;
  box-shadow: 0 4px 15px rgba(22, 138, 173, 0.2);
  transform: translateY(-1px);
}

.option-card.selected {
  border-color: #168aad;
  background: #d9ed92;
  box-shadow: 0 4px 15px rgba(22, 138, 173, 0.3);
}

.option-card-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.option-card > div {
  flex: 1;
}

.option-card-title {
  margin: 0 0 0.25rem 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #374151;
  line-height: 1.2;
}

.option-card-description {
  margin: 0;
  font-size: 0.75rem;
  color: #6b7280;
  line-height: 1.3;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

@media (max-width: 768px) {
  .option-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  
  .option-card {
    padding: 0.5rem;
  }
  
  .option-card-icon {
    font-size: 1.25rem;
  }
  
  .option-card-title {
    font-size: 0.8rem;
  }
  
  .option-card-description {
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  .option-cards {
    grid-template-columns: 1fr;
  }
}