body.bg-gradient {
  background: linear-gradient(135deg, #ff6b00, #ff0080, #5e2bff);
  min-height: 100vh;
  font-family: 'Segoe UI', sans-serif;
}

.bg-horizon {
  background: linear-gradient(90deg, #ff6b00, #ff0080);
  border-bottom: 3px solid #ff6b00;
}

.custom-card {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.custom-log {
  background-color: #121212;
  border: 1px solid #333;
  border-radius: 1rem;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
}

.console-text {
  font-family: monospace;
  font-size: 0.9rem;
  white-space: pre-wrap;
  max-height: 400px;
  overflow-y: auto;
  color: #b8f2ff;
}

.btn-success, .btn-danger, .btn-info, .btn-warning {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.welcome-box {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.card-header {
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #1b1b1f;
  font-size: 0.85rem;
  color: #ccc;
}
