/* USRobotics Courier Modem Theme */

.modem-faceplate.usrobotics {
  background: linear-gradient(to bottom, #f5f5dc 0%, #e5e5cc 100%);
  border: 2px solid #d5d5bc;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.8),
    inset 0 -2px 0 rgba(0,0,0,0.1),
    0 4px 8px rgba(0,0,0,0.2);
}

.modem-brand.usrobotics {
  border-right-color: #c5c5ac;
}

.modem-brand.usrobotics .brand-logo {
  color: #8b0000;
  text-shadow:
    0 1px 0 rgba(255,255,255,0.8),
    0 2px 3px rgba(139,0,0,0.3);
  font-weight: 700;
}

.modem-brand.usrobotics .speed-indicator {
  color: #555;
  text-shadow: 0 1px 0 rgba(255,255,255,0.6);
  font-weight: 600;
}

.volume-knob-dial.usrobotics {
  background: radial-gradient(circle at 40% 40%, #666, #333);
  border: 3px solid #444;
  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.2),
    inset 0 -2px 4px rgba(0, 0, 0, 0.5),
    0 3px 6px rgba(0, 0, 0, 0.3);
}

.volume-knob-indicator.usrobotics {
  background: #8b0000;
  box-shadow: 0 0 4px rgba(139,0,0,0.8);
}

.volume-label.usrobotics {
  color: #8b0000;
  text-shadow: 0 1px 0 rgba(255,255,255,0.6);
  font-weight: 700;
}

.spkr-button.usrobotics {
  background: #d5d5bc;
  border: 2px solid #c5c5ac;
  color: #8b0000;
  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.4),
    inset 0 -2px 4px rgba(0, 0, 0, 0.2),
    0 2px 4px rgba(0, 0, 0, 0.2);
}

.spkr-button.usrobotics:hover {
  background: #e5e5cc;
  border-color: #d5d5bc;
}

.spkr-icon.usrobotics {
  text-shadow: 0 1px 0 rgba(255,255,255,0.6);
}

.modem-display.usrobotics {
  background: #1a1a1a;
  color: #ff6600;
  text-shadow: 0 0 5px #ff6600;
  border: 2px inset #c5c5ac;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.6);
}
