/* ============================================================
   JavaScript KeyCode Inspector Styling - Scenic IT Solutions
   ============================================================ */

.keycode-display-card {
  min-height: 180px;
  background: #0d0d12;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.keycode-number {
  font-size: 64px;
  font-weight: 800;
  color: #0099E5;
  line-height: 1;
  margin-bottom: 8px;
}

.keycode-table {
  width: 100%;
  border-collapse: collapse;
}

.keycode-table th,
.keycode-table td {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  font-size: 14px;
}

.keycode-table th {
  background: rgba(0, 153, 229, 0.15);
  color: #0099E5;
}

.keycode-table td:first-child {
  color: #a0a0ab;
  font-weight: 600;
  width: 40%;
}

.keycode-table td:last-child {
  color: #fff;
  font-family: 'Courier New', monospace;
  font-weight: 700;
}
