/* ============================================================
   EVOLVE DevSuite — Neon Glass Panel (Cinematic Edition)
   ============================================================ */

.evolve-devsuite {
  padding: 16px;
  color: #e0e0ff;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

/* ------------------------------------------------------------
   HEADERS
   ------------------------------------------------------------ */
.evolve-devsuite h2 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 0 8px rgba(150, 150, 255, 0.45);
}

.evolve-devsuite h3 {
  margin: 18px 0 8px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9bb0ff;
  text-shadow: 0 0 6px rgba(120, 120, 255, 0.35);
}

/* ------------------------------------------------------------
   SECTION BLOCKS
   ------------------------------------------------------------ */
.evolve-devsuite-section {
  background: rgba(25, 25, 55, 0.45);
  border: 1px solid rgba(120, 120, 255, 0.25);
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 16px;
  backdrop-filter: blur(10px);
  box-shadow:
    0 0 0 1px rgba(120, 120, 255, 0.25),
    0 12px 28px rgba(0, 0, 0, 0.45);
}

/* ------------------------------------------------------------
   BADGES (OK / WARN / ERROR)
   ------------------------------------------------------------ */
.evolve-devsuite-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(120, 80, 255, 0.35);
  color: #ffffff;
  margin-right: 6px;
  cursor: pointer;
  border: 1px solid rgba(180, 160, 255, 0.25);
  transition: background 0.15s ease, transform 0.15s ease;
}

.evolve-devsuite-badge:hover {
  background: rgba(150, 110, 255, 0.55);
  transform: translateY(-1px);
}

/* ------------------------------------------------------------
   STATUS BADGES (INLINE)
   ------------------------------------------------------------ */
.evolve-devsuite-status-badge {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 11px;
  margin-left: 6px;
  color: #fff;
}

.evolve-status-ok {
  background: #4CAF50;
  box-shadow: 0 0 8px rgba(76, 175, 80, 0.45);
}

.evolve-status-warn {
  background: #FFC107;
  color: #222;
  box-shadow: 0 0 8px rgba(255, 193, 7, 0.45);
}

.evolve-status-error {
  background: #F44336;
  box-shadow: 0 0 8px rgba(244, 67, 54, 0.45);
}

/* ------------------------------------------------------------
   LOG OUTPUT
   ------------------------------------------------------------ */
.evolve-devsuite-log {
  background: rgba(20, 20, 40, 0.55);
  border: 1px solid rgba(120, 120, 255, 0.2);
  border-radius: 6px;
  padding: 8px;
  margin-bottom: 6px;
  font-family: Consolas, monospace;
  font-size: 12px;
  color: #c8d0ff;
  white-space: pre-wrap;
  backdrop-filter: blur(6px);
}

/* ------------------------------------------------------------
   BUILD INFO ROWS
   ------------------------------------------------------------ */
.evolve-devsuite-info-row {
  margin: 6px 0;
  padding: 6px 0;
  border-bottom: 1px dashed rgba(120, 120, 255, 0.15);
  font-size: 13px;
}

.evolve-devsuite-info-row:last-child {
  border-bottom: none;
}
.devsuite-filetree {
  margin-top: 16px;
  padding: 12px 14px;
  background: #050510;
  border-radius: 8px;
  border: 1px solid #26264a;
}

.devsuite-filetree-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.devsuite-filetree-logo {
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 0 6px rgba(120, 120, 255, 0.9));
}

.devsuite-filetree-title-block h2 {
  margin: 0;
  font-size: 14px;
}

.devsuite-filetree-powered {
  font-size: 11px;
  opacity: 0.7;
}

.devsuite-filetree-count {
  margin-left: auto;
  font-size: 12px;
  opacity: 0.8;
}

.devsuite-filetree-view {
  margin: 0;
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 11px;
  line-height: 1.4;
  max-height: 260px;
  overflow: auto;
  color: #d7d7ff;
}
.devsuite-sync-desc {
  font-size: 11px;
  opacity: 0.8;
  margin: 0 0 6px;
}

.devsuite-sync-textarea {
  width: 100%;
  min-height: 140px;
  max-height: 260px;
  resize: vertical;
  background: #050510;
  color: #d7d7ff;
  border-radius: 6px;
  border: 1px solid #26264a;
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 11px;
  padding: 8px;
  margin-bottom: 6px;
}
