body.toplevel_page_diyseo-command-center {
  background-color: #0B0C2A;
  color: white;
  font-family: 'Segoe UI', sans-serif;
}

#diyseo-command-center-root {
  padding: 30px;
}

h1, h2, h3 {
  color: #F2F2F2;
  margin-bottom: 12px;
}

.card-row {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  border-radius: 16px;
  padding: 20px;
  flex: 1;
  box-shadow: 0 0 16px rgba(211, 36, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

input[type="text"],
input[type="file"],
textarea {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: white;
  padding: 8px 12px;
  width: 100%;
  margin-bottom: 12px;
  font-size: 14px;
}

textarea {
  resize: vertical;
}

button {
  background: linear-gradient(135deg, #d127ff, #9740ff);
  color: white;
  border: none;
  padding: 8px 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}

button:hover {
  background: linear-gradient(135deg, #b700ff, #8126e0);
}

#cc-item-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#cc-item-list li {
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 14px;
  border-radius: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

#cc-item-list button {
  background: transparent;
  color: #ff5e5e;
  border: none;
  font-size: 14px;
  cursor: pointer;
}
