/* Premium Case Converter CSS Stylesheet */

.wcc-premium-wrapper {
  font-family: 'Outfit', -apple-system, sans-serif !important;
  background: #f8fafc !important; /* Clean Light Card Background */
  color: #1e293b !important;
  padding: 2.5rem 2rem !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 0 0 1px rgba(0, 0, 0, 0.1) !important;
  max-width: 1000px !important;
  margin: 2rem auto !important;
  border: 1px solid #e2e8f0 !important;
}

/* Header Styling */
.wcc-header {
  text-align: center !important;
  margin-bottom: 2rem !important;
}

.wcc-logo-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 0.75rem !important;
}

.wcc-title-icon {
  font-size: 2.5rem !important;
  line-height: 1 !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin-right: 12px !important;
}

.wcc-header h1,
.wcc-main-title {
  font-family: 'Outfit', -apple-system, sans-serif !important;
  font-size: 2.75rem !important;
  font-weight: 800 !important;
  color: #0f172a !important; /* CRISP HIGH CONTRAST DARK NAVY - 100% VISIBLE */
  -webkit-text-fill-color: #0f172a !important;
  text-fill-color: #0f172a !important;
  background: none !important;
  margin: 0 !important;
  letter-spacing: -0.02em !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.wcc-subtitle {
  font-size: 1.1rem !important;
  color: #475569 !important; /* Crisp Dark Slate 600 */
  max-width: 720px !important;
  margin: 0.5rem auto 0 !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
}

/* Editor Console */
.wcc-editor-container {
  background: #ffffff !important;
  border: 2px solid #cbd5e1 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
  margin-bottom: 2rem !important;
}

.wcc-textarea-wrapper {
  position: relative !important;
}

#wcc-textarea {
  width: 100% !important;
  height: 260px !important;
  background: #ffffff !important;
  border: none !important;
  padding: 1.5rem !important;
  font-size: 1.1rem !important;
  color: #0f172a !important;
  resize: vertical !important;
  outline: none !important;
  font-family: inherit !important;
  line-height: 1.6 !important;
  border-bottom: 2px solid #e2e8f0 !important;
  display: block !important;
  box-sizing: border-box !important;
}

#wcc-textarea::placeholder {
  color: #94a3b8 !important;
}

/* Stats Bar */
.wcc-stats-bar {
  display: flex !important;
  background: #0f172a !important;
  padding: 1rem 1.5rem !important;
  justify-content: space-around !important;
  flex-wrap: wrap !important;
  gap: 1.25rem !important;
  color: #ffffff !important;
}

.wcc-stat-item {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  color: #94a3b8 !important;
}

.wcc-stat-label i {
  color: #38bdf8 !important;
  margin-right: 4px !important;
}

.wcc-stat-val {
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 1.1rem !important;
  background: rgba(255, 255, 255, 0.1) !important;
  padding: 2px 10px !important;
  border-radius: 6px !important;
}

/* Control Panel */
.wcc-control-panel {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 2rem !important;
}

@media (max-width: 768px) {
  .wcc-control-panel {
    grid-template-columns: 1fr !important;
  }
}

.wcc-buttons-section h3 {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin: 0 0 1rem 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

.wcc-buttons-section h3 i {
  color: #0284c7 !important;
}

.wcc-btn-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 0.85rem !important;
}

.wcc-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 0.85rem 1rem !important;
  border-radius: 10px !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  border: none !important;
  outline: none !important;
  text-align: center !important;
}

.wcc-btn-action {
  background: #0284c7 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.2) !important;
}

.wcc-btn-action:hover {
  background: #0369a1 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(2, 132, 199, 0.3) !important;
}

.wcc-btn-util {
  background: #0f172a !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15) !important;
}

.wcc-btn-util:hover {
  background: #1e293b !important;
  transform: translateY(-2px) !important;
}

.wcc-btn-clear {
  background: #dc2626 !important;
  color: #ffffff !important;
}

.wcc-btn-clear:hover {
  background: #b91c1c !important;
}

.wcc-btn-copy.copied {
  background: #16a34a !important;
  color: #ffffff !important;
}
