@import url("https://googleapis.com");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #03080f;
  color: #4fe3ff;
  font-family: "Share Tech Mono", monospace;
  font-size: 13px;
  letter-spacing: 1px;
  height: 100vh;
  overflow: hidden;
}
.jarvis-container {
  width: 100vw;
  height: 100vh;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: radial-gradient(
    circle at center,
    rgba(12, 38, 69, 0.3) 0%,
    rgba(3, 8, 15, 1) 90%
  );
  border: 4px double #13465e;
  box-shadow: inset 0 0 80px rgba(0, 210, 255, 0.15);
}
.top-bar {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(79, 227, 255, 0.3);
  padding-bottom: 10px;
}
.shield-logo {
  display: flex;
  gap: 10px;
  align-items: center;
}
.shield-logo .title {
  font-family: "Orbitron", sans-serif;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 5px #4fe3ff;
}
.shield-logo .author {
  font-size: 10px;
  color: #629cb3;
}
.center-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.ram-gauge {
  display: flex;
  align-items: center;
  gap: 8px;
}
.gauge-bar {
  width: 140px;
  height: 8px;
  border: 1px solid #4fe3ff;
  background: rgba(0, 0, 0, 0.5);
}
.gauge-fill {
  height: 100%;
  background: #4fe3ff;
  box-shadow: 0 0 8px #4fe3ff;
}
.sys-actions button {
  background: rgba(19, 70, 94, 0.2);
  border: 1px solid #13465e;
  color: #4fe3ff;
  padding: 4px 12px;
  font-family: "Share Tech Mono", monospace;
  cursor: pointer;
}
.sys-actions button.active,
.sys-actions button:hover {
  background: #4fe3ff;
  color: #000;
  box-shadow: 0 0 10px #4fe3ff;
  font-weight: bold;
}
.right-header {
  text-align: right;
  display: flex;
  gap: 20px;
  align-items: center;
}
.jarvis-title {
  font-family: "Orbitron", sans-serif;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 10px #4fe3ff;
}
.jarvis-sub {
  font-size: 10px;
  color: #629cb3;
}
.big-date {
  display: flex;
  align-items: center;
  gap: 5px;
  border-left: 2px solid #4fe3ff;
  padding-left: 10px;
}
.big-date .day-num {
  font-size: 32px;
  font-family: "Orbitron", sans-serif;
  font-weight: bold;
  color: #fff;
}
.month-day {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  text-align: left;
}
.main-hud {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  margin: 15px 0;
  height: calc(100% - 130px);
}
.panel-title {
  font-size: 11px;
  color: #629cb3;
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: 2px;
}
.left-column {
  width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px dashed rgba(79, 227, 255, 0.2);
  padding-right: 15px;
}
.lighting-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.toggle-card {
  background: rgba(19, 70, 94, 0.1);
  border: 1px solid rgba(79, 227, 255, 0.2);
  padding: 10px;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.toggle-card .zone-num {
  font-size: 10px;
  color: #629cb3;
}
.toggle-card .zone-name {
  font-weight: bold;
  color: #d1f4ff;
  margin-top: 4px;
  font-size: 12px;
}
.toggle-card .status-lbl {
  font-size: 10px;
  align-self: flex-end;
  color: rgba(255, 255, 255, 0.3);
}
.toggle-card.active {
  background: rgba(79, 227, 255, 0.15);
  border-color: #4fe3ff;
  box-shadow: 0 0 10px rgba(79, 227, 255, 0.2);
}
.toggle-card.active .zone-name {
  color: #fff;
  text-shadow: 0 0 5px #4fe3ff;
}
.toggle-card.active .status-lbl {
  color: #4fe3ff;
  font-weight: bold;
}
.pet-feeder-box {
  background: rgba(5, 20, 35, 0.6);
  border: 1px solid #13465e;
  padding: 12px;
  margin-top: 15px;
}
.widget-header {
  font-size: 11px;
  color: #fff;
  border-bottom: 1px dashed #13465e;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.feeder-status {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #629cb3;
  margin-bottom: 10px;
}
.btn-action {
  width: 100%;
  background: rgba(19, 70, 94, 0.4);
  border: 1px solid #4fe3ff;
  color: #4fe3ff;
  padding: 6px;
  font-family: "Share Tech Mono", monospace;
  cursor: pointer;
}
.btn-action:hover {
  background: #4fe3ff;
  color: #000;
  font-weight: bold;
  box-shadow: 0 0 8px #4fe3ff;
}
.center-column {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.environment-display {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.climate-widget .climate-label {
  font-size: 11px;
  color: #629cb3;
}
.climate-widget .climate-value {
  font-family: "Orbitron", sans-serif;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 10px #4fe3ff;
  margin-top: 5px;
}
.climate-widget .unit {
  font-size: 14px;
  color: #4fe3ff;
}
.text-right {
  text-align: right;
}
.hud-core-wrapper {
  position: relative;
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arc-outer-ring {
  width: 220px;
  height: 220px;
  border: 3px dashed #4fe3ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: rotateCW 30s linear infinite;
  box-shadow: 0 0 25px rgba(79, 227, 255, 0.2);
}
.arc-middle-ring {
  width: 180px;
  height: 180px;
  border: 2px dotted #ff9f43;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arc-inner-ring {
  width: 130px;
  height: 130px;
  border: 4px double #4fe3ff;
  border-radius: 50%;
  background: rgba(3, 15, 30, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.core-text {
  font-family: "Orbitron", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-shadow: 0 0 10px #4fe3ff;
}
.temp-control-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.temp-control-row button {
  background: rgba(19, 70, 94, 0.3);
  border: 1px solid #13465e;
  color: #4fe3ff;
  padding: 6px 15px;
  font-family: "Share Tech Mono", monospace;
  cursor: pointer;
}
.temp-control-row button:hover {
  background: #4fe3ff;
  color: #000;
  font-weight: bold;
}
.control-label {
  font-size: 11px;
  color: #629cb3;
}
.right-column {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px dashed rgba(79, 227, 255, 0.2);
  padding-left: 15px;
}
.appliances-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.appliance-card {
  background: rgba(19, 70, 94, 0.05);
  border: 1px solid rgba(79, 227, 255, 0.15);
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.appliance-card.active {
  border-color: #4fe3ff;
  background: rgba(19, 70, 94, 0.15);
}
.app-name {
  font-weight: bold;
  color: #fff;
}
.app-desc {
  font-size: 11px;
  color: #629cb3;
  margin-top: 2px;
}
.toggle-btn {
  background: rgba(255, 71, 87, 0.2);
  border: 1px solid #ff4757;
  color: #ff4757;
  padding: 4px 10px;
  font-family: "Share Tech Mono", monospace;
  cursor: pointer;
}
.appliance-card.active .toggle-btn {
  background: rgba(46, 204, 113, 0.2);
  border-color: #2ecc71;
  color: #2ecc71;
}
.weather-panel {
  background: rgba(5, 20, 35, 0.4);
  border: 1px solid #13465e;
  padding: 10px;
}
.weather-title {
  font-weight: bold;
  border-bottom: 1px solid #13465e;
  margin-bottom: 8px;
  color: #fff;
}
.log-stream {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 11px;
  height: 95px;
  overflow-y: hidden;
}
.log-item {
  color: #629cb3;
}
.bottom-bar {
  border-top: 1px solid rgba(79, 227, 255, 0.3);
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.clock-large {
  font-family: "Orbitron", sans-serif;
  font-size: 24px;
  color: #fff;
  text-shadow: 0 0 10px #4fe3ff;
  font-weight: bold;
}
.radar-globe {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #629cb3;
}
.globe-line {
  width: 25px;
  height: 12px;
  border: 1px solid #4fe3ff;
  border-radius: 50%;
}
.cyan-text {
  color: #4fe3ff;
}
@keyframes rotateCW {
  100% {
    transform: rotate(360deg);
  }
}
