/* File: css/hormone-mapper.css */

.gluco-container {
  max-width: 520px;
  margin: 24px auto;
  padding: 20px;
  background: #1e1e1e;
  color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0,0,0,0.5);
}

/* Guacamole green for all major headers */
.gluco-container h2,
.gluco-container h3,
.gluco-container label {
  color: #8DB600;
  margin-bottom: 12px;
}

.gluco-btn {
  background-color: #4caf50;
  color: #1e1e1e;
  border: none;
  padding: 10px 24px;
  margin-bottom: 16px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

.instruction-text {
  font-style: italic;
  color: #aaa;
  margin-bottom: 20px;
}

.gluco-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}

.gluco-table td {
  padding: 8px;
  border-bottom: 1px solid #333;
}

.section {
  margin-top: 24px;
}

input[type=number],
select.gluco-input {
  width: 100%;
  padding: 8px;
  margin: 4px 0 12px 0;
  border: 1px solid #444;
  border-radius: 4px;
  background: #2b2b2b;
  color: #fff;
}

.gluco-video {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
}

ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #ddd;
}
