/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@14.2.0_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!../../node_modules/.pnpm/next@14.2.0_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/globals.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: #020617;
  color: #e5e7eb;
}

body {
  min-height: 100vh;
}

/* Debug playground styles (kept namespaced under .debug-*) */
.debug-root {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.debug-header {
  margin-bottom: 2rem;
}

.debug-header h1 {
  font-size: 1.75rem;
  margin-bottom: 0.25rem;
}

.debug-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.debug-section {
  border-radius: 0.75rem;
  background: rgba(15, 23, 42, 0.9);
  padding: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.debug-section h2 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.debug-actions {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.debug-button {
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
  background: #38bdf8;
  color: #0f172a;
  font-weight: 500;
}

.debug-button:disabled {
  opacity: 0.6;
  cursor: default;
}

.debug-label {
  display: flex;
  flex-direction: column;
  font-size: 0.85rem;
  gap: 0.25rem;
}

.debug-select {
  padding: 0.3rem 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: #020617;
  color: #e5e7eb;
}

.debug-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-top: 0.5rem;
}

.debug-step {
  border-radius: 999px;
  padding: 0.2rem 0.5rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.debug-step-completed {
  background: rgba(22, 163, 74, 0.15);
  border-color: rgba(22, 163, 74, 0.6);
}

.debug-pill {
  border-radius: 999px;
  padding: 0.1rem 0.4rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.debug-pill-success {
  background: rgba(22, 163, 74, 0.15);
  color: #4ade80;
}

.debug-pill-warning {
  background: rgba(234, 179, 8, 0.15);
  color: #facc15;
}

.debug-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.debug-card {
  border-radius: 0.75rem;
  padding: 0.75rem;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(51, 65, 85, 0.9);
}

.debug-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.25rem;
}

.debug-card-title {
  font-weight: 500;
}

.debug-card-subtitle {
  font-size: 0.8rem;
  color: #9ca3af;
  margin: 0;
}

.debug-card-body {
  font-size: 0.85rem;
  margin-top: 0.25rem;
}

.debug-error {
  color: #fca5a5;
  font-size: 0.85rem;
}

.debug-subsection {
  margin-top: 0.75rem;
}

.debug-pre {
  margin: 0.25rem 0 0;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: #020617;
  font-size: 0.75rem;
  max-height: 260px;
  overflow: auto;
}

