/* /Pages/Device.razor.rz.scp.css */
.container[b-a6lgv0kmjx] {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

header[b-a6lgv0kmjx] {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
}

h1[b-a6lgv0kmjx] {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.icon[b-a6lgv0kmjx] {
  width: 36px;
  height: 36px;
}

.subtitle[b-a6lgv0kmjx] {
  color: #a0b8d5;
  font-size: 1.1rem;
}

.filter-container[b-a6lgv0kmjx] {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 25px 0 35px;
  flex-wrap: wrap;
}

.filter-btn[b-a6lgv0kmjx] {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 12px;
  color: #e0e6ed;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

  .filter-btn:hover[b-a6lgv0kmjx] {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  }

  .filter-btn.active[b-a6lgv0kmjx] {
    background: rgba(108, 160, 220, 0.9);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(108, 160, 220, 0.4);
  }

  .filter-btn.electric[b-a6lgv0kmjx] {
    background: rgba(230, 92, 92, 0.15);
  }

    .filter-btn.electric.active[b-a6lgv0kmjx] {
      background: rgba(230, 92, 92, 0.9);
      box-shadow: 0 6px 25px rgba(230, 92, 92, 0.4);
    }

  .filter-btn.switch[b-a6lgv0kmjx] {
    background: rgba(153, 204, 102, 0.15);
  }

    .filter-btn.switch.active[b-a6lgv0kmjx] {
      background: rgba(153, 204, 102, 0.9);
      box-shadow: 0 6px 25px rgba(153, 204, 102, 0.4);
    }

.filter-icon[b-a6lgv0kmjx] {
  margin-bottom: 10px;
}

.cards-container[b-a6lgv0kmjx] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 25px;
}

.device-card[b-a6lgv0kmjx] {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

  .device-card:hover[b-a6lgv0kmjx] {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  }

  .device-card.air-conditioner .card-head[b-a6lgv0kmjx] {
    background: linear-gradient(90deg, #6ca0dc, #5a8fd8);
    border-top: 4px solid #4a7dc4;
  }

  .device-card.electric .card-head[b-a6lgv0kmjx] {
    background: linear-gradient(90deg, #e65c5c, #d94a4a);
    border-top: 4px solid #c23a3a;
  }

  .device-card.switch-device .card-head[b-a6lgv0kmjx] {
    background: linear-gradient(90deg, #99cc66, #8abf55);
    border-top: 4px solid #79a644;
  }

.card-head[b-a6lgv0kmjx] {
  padding: 18px 20px;
  position: relative;
}

.device-name[b-a6lgv0kmjx] {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.device-type-tag[b-a6lgv0kmjx] {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 500;
}

.card-body[b-a6lgv0kmjx] {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.action-buttons[b-a6lgv0kmjx] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.action-btn[b-a6lgv0kmjx] {
  flex: 1;
  min-width: 90px;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 10px;
  color: #e0e6ed;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

  .action-btn:hover[b-a6lgv0kmjx] {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
  }

  .action-btn i[b-a6lgv0kmjx] {
    font-size: 20px;
    margin-bottom: 5px;
  }

.card-footer[b-a6lgv0kmjx] {
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
  color: #a0b8d5;
  text-align: right;
}

@media (max-width: 768px) {
  .filter-container[b-a6lgv0kmjx] {
    gap: 10px;
  }

  .filter-btn[b-a6lgv0kmjx] {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }

  .filter-icon[b-a6lgv0kmjx] {
    font-size: 28px;
  }

  h1[b-a6lgv0kmjx] {
    font-size: 2rem;
  }

  .icon[b-a6lgv0kmjx] {
    width: 30px;
    height: 30px;
  }

  .cards-container[b-a6lgv0kmjx] {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}

@media (max-width: 480px) {
  .filter-btn[b-a6lgv0kmjx] {
    width: 85px;
    height: 85px;
    font-size: 13px;
    padding: 5px;
  }

  .filter-icon[b-a6lgv0kmjx] {
    font-size: 24px;
  }

  h1[b-a6lgv0kmjx] {
    font-size: 1.7rem;
  }

  .icon[b-a6lgv0kmjx] {
    width: 24px;
    height: 24px;
  }

  .device-name[b-a6lgv0kmjx] {
    font-size: 1.2rem;
  }

  .cards-container[b-a6lgv0kmjx] {
    grid-template-columns: 1fr;
  }

  .action-btn[b-a6lgv0kmjx] {
    width: 100%;
  }
}

.card-head[b-a6lgv0kmjx] {
  padding: 18px 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}

.card-head-content[b-a6lgv0kmjx] {
  flex: 1;
  min-width: 0;
}

.device-name[b-a6lgv0kmjx] {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.device-type-tag[b-a6lgv0kmjx] {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.icon-btn[b-a6lgv0kmjx] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
}

  .icon-btn:hover[b-a6lgv0kmjx] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }

  .icon-btn svg[b-a6lgv0kmjx] {
    stroke-width: 1.7;
    flex-shrink: 0;
  }
/* /Pages/DeviceAC.razor.rz.scp.css */
.container[b-x1e304edmd] {
  max-width: 600px;
  margin: 0 auto;
}

header[b-x1e304edmd] {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
}

h1[b-x1e304edmd] {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.icon[b-x1e304edmd] {
  width: 36px;
  height: 36px;
}

.subtitle[b-x1e304edmd] {
  color: #a0b8d5;
  font-size: 1.1rem;
}

.cards-container[b-x1e304edmd] {
  display: grid;
  margin-top: 35px;
  grid-template-columns: repeat(auto-fill, minmax(1fr, 1fr));
  gap: 25px;
}

.device-card[b-x1e304edmd] {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

  .device-card:hover[b-x1e304edmd] {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  }

  .device-card.air-conditioner .card-head[b-x1e304edmd] {
    background: linear-gradient(90deg, #6ca0dc, #5a8fd8);
    border-top: 4px solid #4a7dc4;
  }

  .device-card.electric .card-head[b-x1e304edmd] {
    background: linear-gradient(90deg, #e65c5c, #d94a4a);
    border-top: 4px solid #c23a3a;
  }

  .device-card.switch-device .card-head[b-x1e304edmd] {
    background: linear-gradient(90deg, #99cc66, #8abf55);
    border-top: 4px solid #79a644;
  }

.card-head[b-x1e304edmd] {
  padding: 18px 20px;
  position: relative;
}

.device-name[b-x1e304edmd] {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.device-type-tag[b-x1e304edmd] {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 500;
}

.card-body[b-x1e304edmd] {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.action-buttons[b-x1e304edmd] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.action-btn[b-x1e304edmd] {
  flex: 0 0 calc(33% - 10px);
  min-width: 90px;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 10px;
  color: #e0e6ed;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

  .action-btn.time[b-x1e304edmd] {
    flex: 0 0 100%;
  }

  .action-btn:hover[b-x1e304edmd] {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
  }

.card-footer[b-x1e304edmd] {
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
  color: #a0b8d5;
  text-align: right;
}

@media (max-width: 768px) {
  h1[b-x1e304edmd] {
    font-size: 2rem;
  }

  .icon[b-x1e304edmd] {
    width: 30px;
    height: 30px;
  }

  .cards-container[b-x1e304edmd] {
    grid-template-columns: repeat(auto-fill, minmax(0.3fr, 1fr));
  }
}

@media (max-width: 480px) {
  h1[b-x1e304edmd] {
    font-size: 1.7rem;
  }

  .icon[b-x1e304edmd] {
    width: 24px;
    height: 24px;
  }

  .device-name[b-x1e304edmd] {
    font-size: 1.2rem;
  }

  .cards-container[b-x1e304edmd] {
    grid-template-columns: 1fr;
  }

  .action-buttons[b-x1e304edmd] {
    flex-direction: column;
  }

  .action-btn[b-x1e304edmd] {
    width: 100%;
  }

    .action-btn.time[b-x1e304edmd], .action-btn.energy[b-x1e304edmd] {
      flex: 0 0 100%;
    }
}

.card-head[b-x1e304edmd] {
  padding: 18px 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}

.card-head-content[b-x1e304edmd] {
  flex: 1;
  min-width: 0;
}

.device-name[b-x1e304edmd] {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.device-type-tag[b-x1e304edmd] {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.action-buttons[b-x1e304edmd] {
  display: flex;
  gap: 10px;
  margin-top: 5px;
  flex-shrink: 0;
}

.icon-btn[b-x1e304edmd] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
}

  .icon-btn:hover[b-x1e304edmd] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }

  .icon-btn svg[b-x1e304edmd] {
    flex-shrink: 0;
  }

@media (max-width: 480px) {
  .card-head[b-x1e304edmd] {
    flex-direction: column;
    align-items: stretch;
  }

  .action-buttons[b-x1e304edmd] {
    justify-content: flex-end;
    margin-top: 12px;
    margin-bottom: 5px;
  }

  .card-head-content[b-x1e304edmd] {
    margin-bottom: 5px;
  }
}

.filter-container[b-x1e304edmd] {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.filter-btn[b-x1e304edmd] {
  width: 120px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 12px;
  color: #e0e6ed;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

  .filter-btn:hover[b-x1e304edmd] {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  }

  .filter-btn.active[b-x1e304edmd] {
    background: rgba(108, 160, 220, 0.9);
    color: white;
    box-shadow: 0 6px 25px rgba(108, 160, 220, 0.4);
  }

  .filter-btn.electric[b-x1e304edmd] {
    background: rgba(230, 92, 92, 0.15);
  }

    .filter-btn.electric.active[b-x1e304edmd] {
      background: rgba(230, 92, 92, 0.9);
      box-shadow: 0 6px 25px rgba(230, 92, 92, 0.4);
    }

  .filter-btn.switch[b-x1e304edmd] {
    background: rgba(153, 204, 102, 0.15);
  }

    .filter-btn.switch.active[b-x1e304edmd] {
      background: rgba(153, 204, 102, 0.9);
      box-shadow: 0 6px 25px rgba(153, 204, 102, 0.4);
    }

.value[b-x1e304edmd] {
  font-size: 16px;
  font-weight: bold;
  margin-top: 6px;
}

.orange[b-x1e304edmd] {
  color: #f7a76c;
}

.green[b-x1e304edmd] {
  color: #99cc66;
}

.blue[b-x1e304edmd] {
  color: #5fc3ff;
}

.pink[b-x1e304edmd] {
  color: #ff7aa3;
}

.switch-grid[b-x1e304edmd] {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.aircon-panel[b-x1e304edmd] {
  max-width: 450px;
  margin: auto;
  background: linear-gradient(145deg, #3a4d66, #2b3a4d);
  border-radius: 25px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), inset 0 -6px 15px rgba(0, 0, 0, 0.3), inset 0 6px 12px rgba(255, 255, 255, 0.1);
  padding: 30px 20px;
  transform-style: preserve-3d;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
}

  .aircon-panel[b-x1e304edmd]::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient( circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 70% );
    z-index: 0;
  }

  .aircon-panel.active[b-x1e304edmd] {
    transform: translateY(-5px) rotateX(3deg);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6), inset 0 -4px 12px rgba(0, 0, 0, 0.25), inset 0 4px 8px rgba(255, 255, 255, 0.12);
  }

.temperature-display[b-x1e304edmd] {
  position: relative;
  z-index: 2;
  background: rgba(0, 30, 60, 0.6);
  border-radius: 20px;
  padding: 25px 0;
  margin: 20px 0 30px;
  box-shadow: 0 8px 20px rgba(0, 20, 40, 0.7), inset 0 4px 12px rgba(255, 255, 255, 0.15);
  text-align: center;
  transform: translateZ(30px);
}

.temp-value[b-x1e304edmd] {
  font-size: 6rem;
  font-weight: 700;
  color: transparent;
  text-shadow: 0 0 12px rgba(108, 160, 220, 0.7);
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}

  .temp-value.cool[b-x1e304edmd] {
    color: #6ca0dc;
  }

  .temp-value.heating[b-x1e304edmd] {
    color: #e65c5c;
    text-shadow: 0 0 12px rgba(230, 92, 92, 0.7);
  }

  .temp-value.auto[b-x1e304edmd] {
    color: #f7a76c;
    text-shadow: 0 0 12px rgba(247, 167, 108, 0.7);
  }

  .temp-value.fan-mode[b-x1e304edmd] {
    color: #99cc66;
    text-shadow: 0 0 12px rgba(153, 204, 102, 0.7);
  }

  .temp-value.dry[b-x1e304edmd] {
    color: #a388e7;
    text-shadow: 0 0 12px rgba(163, 136, 231, 0.7);
  }

.temp-unit[b-x1e304edmd] {
  font-size: 2rem;
  position: relative;
  top: -1.5rem;
  left: 0.5rem;
}

.temp-controls[b-x1e304edmd] {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
  transform: translateZ(20px);
}

.temp-btn[b-x1e304edmd] {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(145deg, #6ca0dc, #5a8bc4);
  border: none;
  color: white;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: bold;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3), inset 0 -3px 8px rgba(0, 0, 0, 0.2), inset 0 3px 8px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

  .temp-btn:active[b-x1e304edmd] {
    transform: scale(0.95) translateY(3px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25), inset 0 -2px 4px rgba(0, 0, 0, 0.2), inset 0 2px 4px rgba(255, 255, 255, 0.25);
  }

  .temp-btn[b-x1e304edmd]::after {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: radial-gradient( circle, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 70% );
    border-radius: 50%;
    top: -10%;
    left: -10%;
    z-index: -1;
  }

  .temp-btn.minus[b-x1e304edmd] {
    background: linear-gradient(145deg, #6ca0dc, #5a8bc4);
  }

  .temp-btn.plus[b-x1e304edmd] {
    background: linear-gradient(145deg, #e65c5c, #cc4c4c);
  }

.mode-section[b-x1e304edmd],
.fan-section[b-x1e304edmd] {
  margin: 25px 0;
  position: relative;
  z-index: 2;
  transform: translateZ(20px);
}

.section-title[b-x1e304edmd] {
  color: #e0e6ed;
  font-size: 1.3rem;
  margin-bottom: 15px;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  letter-spacing: 1px;
  font-weight: 500;
}

.modes-grid[b-x1e304edmd],
.fans-grid[b-x1e304edmd] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

@media (max-width: 400px) {
  .modes-grid[b-x1e304edmd] {
    grid-template-columns: repeat(2, 1fr);
  }
}

.mode-btn[b-x1e304edmd],
.fan-btn[b-x1e304edmd] {
  background: rgba(52, 73, 94, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  height: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #d0d9e6;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25), inset 0 2px 4px rgba(255, 255, 255, 0.1);
  font-weight: 500;
}

  .mode-btn svg[b-x1e304edmd],
  .fan-btn svg[b-x1e304edmd] {
    width: 32px;
    height: 32px;
    margin-bottom: 6px;
    transition: all 0.3s ease;
    position: relative;
  }

  .mode-btn span[b-x1e304edmd],
  .fan-btn span[b-x1e304edmd] {
    font-size: 0.95rem;
    font-weight: 500;
  }

  .mode-btn:hover[b-x1e304edmd],
  .fan-btn:hover[b-x1e304edmd] {
    transform: translateY(-3px);
    background: rgba(64, 89, 115, 0.85);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3), inset 0 3px 6px rgba(255, 255, 255, 0.15);
  }

  .mode-btn:active[b-x1e304edmd],
  .fan-btn:active[b-x1e304edmd] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), inset 0 1px 2px rgba(255, 255, 255, 0.1);
  }

  .mode-btn.active[b-x1e304edmd],
  .fan-btn.active[b-x1e304edmd] {
    color: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35), inset 0 3px 8px rgba(255, 255, 255, 0.4);
  }

    .mode-btn.active svg[b-x1e304edmd],
    .fan-btn.active svg[b-x1e304edmd] {
      transform: scale(1.15);
      text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
    }

    .mode-btn.active.cool[b-x1e304edmd],
    .fan-btn.active.cool[b-x1e304edmd] {
      background: linear-gradient(145deg, #6ca0dc, #5a8bc4);
    }

    .mode-btn.active.heating[b-x1e304edmd],
    .fan-btn.active.heating[b-x1e304edmd] {
      background: linear-gradient(145deg, #e65c5c, #cc4c4c);
    }

    .mode-btn.active.auto[b-x1e304edmd],
    .fan-btn.active.auto[b-x1e304edmd] {
      background: linear-gradient(145deg, #f7a76c, #e69556);
    }

    .mode-btn.active.fan-mode[b-x1e304edmd],
    .fan-btn.active.fan-mode[b-x1e304edmd] {
      background: linear-gradient(145deg, #99cc66, #88b855);
    }

    .mode-btn.active.dry[b-x1e304edmd],
    .fan-btn.active.dry[b-x1e304edmd] {
      background: linear-gradient(145deg, #a388e7, #9176d1);
    }

    .mode-btn.active.off[b-x1e304edmd],
    .fan-btn.active.off[b-x1e304edmd] {
      background: linear-gradient(145deg, #95a5a6, #7f8c8d);
    }

  .fan-btn.low svg[b-x1e304edmd] {
    color: #6ca0dc;
  }

  .fan-btn.medium svg[b-x1e304edmd] {
    color: #f7a76c;
  }

  .fan-btn.high svg[b-x1e304edmd] {
    color: #e65c5c;
  }

.air-flow[b-x1e304edmd] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease;
}

  .air-flow.active[b-x1e304edmd] {
    opacity: 0.5;
  }

  .air-flow[b-x1e304edmd]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background: radial-gradient( circle, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 70% );
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
  }

.glow-effect[b-x1e304edmd] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 25px;
  background: radial-gradient( circle, rgba(108, 160, 220, 0.15) 0%, transparent 70% );
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease;
}

  .glow-effect.active[b-x1e304edmd] {
    opacity: 1;
  }

  .glow-effect.heating[b-x1e304edmd] {
    background: radial-gradient( circle, rgba(230, 92, 92, 0.15) 0%, transparent 70% );
  }

  .glow-effect.auto[b-x1e304edmd] {
    background: radial-gradient( circle, rgba(247, 167, 108, 0.15) 0%, transparent 70% );
  }

  .glow-effect.fan-mode[b-x1e304edmd] {
    background: radial-gradient( circle, rgba(153, 204, 102, 0.15) 0%, transparent 70% );
  }

  .glow-effect.dry[b-x1e304edmd] {
    background: radial-gradient( circle, rgba(163, 136, 231, 0.15) 0%, transparent 70% );
  }

@media (max-width: 480px) {
  .aircon-panel[b-x1e304edmd] {
    border-radius: 20px;
    padding: 20px 15px;
  }

  .temp-value[b-x1e304edmd] {
    font-size: 5rem;
  }

  .temp-btn[b-x1e304edmd] {
    width: 60px;
    height: 60px;
    font-size: 2rem;
  }

  .mode-btn[b-x1e304edmd],
  .fan-btn[b-x1e304edmd] {
    height: 75px;
  }

    .mode-btn svg[b-x1e304edmd],
    .fan-btn svg[b-x1e304edmd] {
      width: 32px;
      height: 32px;
    }
}

@media (max-width: 360px) {
  .temp-value[b-x1e304edmd] {
    font-size: 4.5rem;
  }

  .temp-btn[b-x1e304edmd] {
    width: 55px;
    height: 55px;
    font-size: 1.8rem;
  }
}

@media (max-width: 320px) {
  .temp-value[b-x1e304edmd] {
    font-size: 4rem;
  }

  .modes-grid[b-x1e304edmd] {
    gap: 10px;
  }

  .mode-btn[b-x1e304edmd],
  .fan-btn[b-x1e304edmd] {
    height: 65px;
    border-radius: 14px;
  }

    .mode-btn svg[b-x1e304edmd],
    .fan-btn svg[b-x1e304edmd] {
      width: 28px;
      height: 28px;
    }
}

.mode-btn[b-x1e304edmd],
.fan-btn[b-x1e304edmd],
.temp-value[b-x1e304edmd] {
  transition: all 0.3s ease;
}

.control-section[b-x1e304edmd] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  gap: 15px;
  z-index: 999;
}

.execute-btn[b-x1e304edmd] {
  width: 100%;
  padding: 14px 0;
  background: linear-gradient(90deg, #6ca0dc, #5a8fd8);
  border: none;
  border-radius: 12px;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(108, 160, 220, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

  .execute-btn:hover:not(:disabled)[b-x1e304edmd] {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(108, 160, 220, 0.6);
  }

  .execute-btn:disabled[b-x1e304edmd] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 2px 10px rgba(108, 160, 220, 0.3);
  }
/* /Pages/DeviceACDaily.razor.rz.scp.css */
.container[b-dz8usktc3i] {
  max-width: 600px;
  margin: 0 auto;
}

header[b-dz8usktc3i] {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
}

h1[b-dz8usktc3i] {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.icon[b-dz8usktc3i] {
  width: 36px;
  height: 36px;
}

.subtitle[b-dz8usktc3i] {
  color: #a0b8d5;
  font-size: 1.1rem;
}

.cards-container[b-dz8usktc3i] {
  display: grid;
  margin-top: 35px;
  grid-template-columns: repeat(auto-fill, minmax(1fr, 1fr));
  gap: 25px;
}

.device-card[b-dz8usktc3i] {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

  .device-card:hover[b-dz8usktc3i] {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  }

  .device-card.air-conditioner .card-head[b-dz8usktc3i] {
    background: linear-gradient(90deg, #6ca0dc, #5a8fd8);
    border-top: 4px solid #4a7dc4;
  }

  .device-card.electric .card-head[b-dz8usktc3i] {
    background: linear-gradient(90deg, #e65c5c, #d94a4a);
    border-top: 4px solid #c23a3a;
  }

  .device-card.switch-device .card-head[b-dz8usktc3i] {
    background: linear-gradient(90deg, #99cc66, #8abf55);
    border-top: 4px solid #79a644;
  }

.card-head[b-dz8usktc3i] {
  padding: 18px 20px;
  position: relative;
}

.device-name[b-dz8usktc3i] {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.device-type-tag[b-dz8usktc3i] {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 500;
}

.card-body[b-dz8usktc3i] {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.action-buttons[b-dz8usktc3i] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.action-btn[b-dz8usktc3i] {
  flex: 0 0 calc(33% - 10px);
  min-width: 90px;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 10px;
  color: #e0e6ed;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

  .action-btn.time[b-dz8usktc3i] {
    flex: 0 0 100%;
  }

  .action-btn:hover[b-dz8usktc3i] {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
  }

.card-footer[b-dz8usktc3i] {
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
  color: #a0b8d5;
  text-align: right;
}

@media (max-width: 768px) {
  h1[b-dz8usktc3i] {
    font-size: 2rem;
  }

  .icon[b-dz8usktc3i] {
    width: 30px;
    height: 30px;
  }

  .cards-container[b-dz8usktc3i] {
    grid-template-columns: repeat(auto-fill, minmax(0.3fr, 1fr));
  }
}

@media (max-width: 480px) {
  h1[b-dz8usktc3i] {
    font-size: 1.7rem;
  }

  .icon[b-dz8usktc3i] {
    width: 24px;
    height: 24px;
  }

  .device-name[b-dz8usktc3i] {
    font-size: 1.2rem;
  }

  .cards-container[b-dz8usktc3i] {
    grid-template-columns: 1fr;
  }

  .action-buttons[b-dz8usktc3i] {
    flex-direction: column;
  }

  .action-btn[b-dz8usktc3i] {
    width: 100%;
  }

    .action-btn.time[b-dz8usktc3i], .action-btn.energy[b-dz8usktc3i] {
      flex: 0 0 100%;
    }
}

.card-head[b-dz8usktc3i] {
  padding: 18px 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}

.card-head-content[b-dz8usktc3i] {
  flex: 1;
  min-width: 0;
}

.device-name[b-dz8usktc3i] {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.device-type-tag[b-dz8usktc3i] {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.action-buttons[b-dz8usktc3i] {
  display: flex;
  gap: 10px;
  margin-top: 5px;
  flex-shrink: 0;
}

.icon-btn[b-dz8usktc3i] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
}

  .icon-btn:hover[b-dz8usktc3i] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }

  .icon-btn svg[b-dz8usktc3i] {
    stroke-width: 1.7;
    flex-shrink: 0;
  }

@media (max-width: 480px) {
  .card-head[b-dz8usktc3i] {
    flex-direction: column;
    align-items: stretch;
  }

  .action-buttons[b-dz8usktc3i] {
    justify-content: flex-end;
    margin-top: 12px;
    margin-bottom: 5px;
  }

  .card-head-content[b-dz8usktc3i] {
    margin-bottom: 5px;
  }
}

.filter-container[b-dz8usktc3i] {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.filter-btn[b-dz8usktc3i] {
  width: 120px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 12px;
  color: #e0e6ed;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

  .filter-btn:hover[b-dz8usktc3i] {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  }

  .filter-btn.active[b-dz8usktc3i] {
    background: rgba(108, 160, 220, 0.9);
    color: white;
    box-shadow: 0 6px 25px rgba(108, 160, 220, 0.4);
  }

  .filter-btn.electric[b-dz8usktc3i] {
    background: rgba(230, 92, 92, 0.15);
  }

    .filter-btn.electric.active[b-dz8usktc3i] {
      background: rgba(230, 92, 92, 0.9);
      box-shadow: 0 6px 25px rgba(230, 92, 92, 0.4);
    }

  .filter-btn.switch[b-dz8usktc3i] {
    background: rgba(153, 204, 102, 0.15);
  }

    .filter-btn.switch.active[b-dz8usktc3i] {
      background: rgba(153, 204, 102, 0.9);
      box-shadow: 0 6px 25px rgba(153, 204, 102, 0.4);
    }

.value[b-dz8usktc3i] {
  font-size: 16px;
  font-weight: bold;
  margin-top: 6px;
}

.orange[b-dz8usktc3i] {
  color: #f7a76c;
}

.green[b-dz8usktc3i] {
  color: #99cc66;
}

.blue[b-dz8usktc3i] {
  color: #5fc3ff;
}

.pink[b-dz8usktc3i] {
  color: #ff7aa3;
}
/* /Pages/DeviceCT.razor.rz.scp.css */
.container[b-py6vxojwi3] {
  max-width: 600px;
  margin: 0 auto;
}

header[b-py6vxojwi3] {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
}

h1[b-py6vxojwi3] {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.icon[b-py6vxojwi3] {
  width: 36px;
  height: 36px;
}

.subtitle[b-py6vxojwi3] {
  color: #a0b8d5;
  font-size: 1.1rem;
}

.cards-container[b-py6vxojwi3] {
  display: grid;
  margin-top: 35px;
  grid-template-columns: repeat(auto-fill, minmax(1fr, 1fr));
  gap: 25px;
}

.device-card[b-py6vxojwi3] {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

  .device-card:hover[b-py6vxojwi3] {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  }

  .device-card.air-conditioner .card-head[b-py6vxojwi3] {
    background: linear-gradient(90deg, #6ca0dc, #5a8fd8);
    border-top: 4px solid #4a7dc4;
  }

  .device-card.electric .card-head[b-py6vxojwi3] {
    background: linear-gradient(90deg, #e65c5c, #d94a4a);
    border-top: 4px solid #c23a3a;
  }

  .device-card.switch-device .card-head[b-py6vxojwi3] {
    background: linear-gradient(90deg, #99cc66, #8abf55);
    border-top: 4px solid #79a644;
  }

.card-head[b-py6vxojwi3] {
  padding: 18px 20px;
  position: relative;
}

.device-name[b-py6vxojwi3] {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.device-type-tag[b-py6vxojwi3] {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 500;
}

.card-body[b-py6vxojwi3] {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.action-buttons[b-py6vxojwi3] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.action-btn[b-py6vxojwi3] {
  flex: 0 0 calc(33% - 10px);
  min-width: 90px;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 10px;
  color: #e0e6ed;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

  .action-btn.time[b-py6vxojwi3] {
    flex: 0 0 100%;
    
  }

  .action-btn:hover[b-py6vxojwi3] {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
  }

.card-footer[b-py6vxojwi3] {
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
  color: #a0b8d5;
  text-align: right;
}

@media (max-width: 768px) {
  h1[b-py6vxojwi3] {
    font-size: 2rem;
  }

  .icon[b-py6vxojwi3] {
    width: 30px;
    height: 30px;
  }

  .cards-container[b-py6vxojwi3] {
    grid-template-columns: repeat(auto-fill, minmax(0.3fr, 1fr));
  }
}

@media (max-width: 480px) {
  h1[b-py6vxojwi3] {
    font-size: 1.7rem;
  }

  .icon[b-py6vxojwi3] {
    width: 24px;
    height: 24px;
  }

  .device-name[b-py6vxojwi3] {
    font-size: 1.2rem;
  }

  .cards-container[b-py6vxojwi3] {
    grid-template-columns: 1fr;
  }

  .action-buttons[b-py6vxojwi3] {
    flex-direction: column;
  }

  .action-btn[b-py6vxojwi3] {
    width: 100%;
  }

    .action-btn.time[b-py6vxojwi3], .action-btn.energy[b-py6vxojwi3] {
      flex: 0 0 100%;
    }
}

.card-head[b-py6vxojwi3] {
  padding: 18px 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}

.card-head-content[b-py6vxojwi3] {
  flex: 1;
  min-width: 0;
}

.device-name[b-py6vxojwi3] {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.device-type-tag[b-py6vxojwi3] {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.action-buttons[b-py6vxojwi3] {
  display: flex;
  gap: 10px;
  margin-top: 5px;
  flex-shrink: 0;
}

.icon-btn[b-py6vxojwi3] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
}

  .icon-btn:hover[b-py6vxojwi3] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }

  .icon-btn svg[b-py6vxojwi3] {
    stroke-width: 1.7;
    flex-shrink: 0;
  }

@media (max-width: 480px) {
  .card-head[b-py6vxojwi3] {
    flex-direction: column;
    align-items: stretch;
  }

  .action-buttons[b-py6vxojwi3] {
    justify-content: flex-end;
    margin-top: 12px;
    margin-bottom: 5px;
  }

  .card-head-content[b-py6vxojwi3] {
    margin-bottom: 5px;
  }
}

.filter-container[b-py6vxojwi3] {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.filter-btn[b-py6vxojwi3] {
  width: 120px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 12px;
  color: #e0e6ed;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

  .filter-btn:hover[b-py6vxojwi3] {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  }

  .filter-btn.active[b-py6vxojwi3] {
    background: rgba(108, 160, 220, 0.9);
    color: white;
    box-shadow: 0 6px 25px rgba(108, 160, 220, 0.4);
  }

  .filter-btn.electric[b-py6vxojwi3] {
    background: rgba(230, 92, 92, 0.15);
  }

    .filter-btn.electric.active[b-py6vxojwi3] {
      background: rgba(230, 92, 92, 0.9);
      box-shadow: 0 6px 25px rgba(230, 92, 92, 0.4);
    }

  .filter-btn.switch[b-py6vxojwi3] {
    background: rgba(153, 204, 102, 0.15);
  }

    .filter-btn.switch.active[b-py6vxojwi3] {
      background: rgba(153, 204, 102, 0.9);
      box-shadow: 0 6px 25px rgba(153, 204, 102, 0.4);
    }

.value[b-py6vxojwi3] {
  font-size: 16px;
  font-weight: bold;
  margin-top: 6px;
}

.orange[b-py6vxojwi3] {
  color: #f7a76c;
}

.green[b-py6vxojwi3] {
  color: #99cc66;
}

.blue[b-py6vxojwi3] {
  color: #5fc3ff;
}

.pink[b-py6vxojwi3] {
  color: #ff7aa3;
}

.red[b-py6vxojwi3] {
  color: #e65c5c;
}

.control-section[b-py6vxojwi3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
  width: 100%;
}

.execute-btn[b-py6vxojwi3] {
  width: 100%;
  padding: 14px 0;
  background: linear-gradient(90deg, #e65c5c, #d94a4a);
  border: none;
  border-radius: 12px;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(230, 92, 92, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

  .execute-btn:hover:not(:disabled)[b-py6vxojwi3] {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(230, 92, 92, 0.6);
  }

  .execute-btn:disabled[b-py6vxojwi3] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 2px 10px rgba(230, 92, 92, 0.3);
  }
/* /Pages/DeviceCTDaily.razor.rz.scp.css */
.container[b-sgoqbg7vyv] {
  max-width: 600px;
  margin: 0 auto;
}

header[b-sgoqbg7vyv] {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
}

h1[b-sgoqbg7vyv] {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.icon[b-sgoqbg7vyv] {
  width: 36px;
  height: 36px;
}

.subtitle[b-sgoqbg7vyv] {
  color: #a0b8d5;
  font-size: 1.1rem;
}

.cards-container[b-sgoqbg7vyv] {
  display: grid;
  margin-top: 35px;
  grid-template-columns: repeat(auto-fill, minmax(1fr, 1fr));
  gap: 25px;
}

.device-card[b-sgoqbg7vyv] {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

  .device-card:hover[b-sgoqbg7vyv] {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  }

  .device-card.air-conditioner .card-head[b-sgoqbg7vyv] {
    background: linear-gradient(90deg, #6ca0dc, #5a8fd8);
    border-top: 4px solid #4a7dc4;
  }

  .device-card.electric .card-head[b-sgoqbg7vyv] {
    background: linear-gradient(90deg, #e65c5c, #d94a4a);
    border-top: 4px solid #c23a3a;
  }

  .device-card.switch-device .card-head[b-sgoqbg7vyv] {
    background: linear-gradient(90deg, #99cc66, #8abf55);
    border-top: 4px solid #79a644;
  }

.card-head[b-sgoqbg7vyv] {
  padding: 18px 20px;
  position: relative;
}

.device-name[b-sgoqbg7vyv] {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.device-type-tag[b-sgoqbg7vyv] {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 500;
}

.card-body[b-sgoqbg7vyv] {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.action-buttons[b-sgoqbg7vyv] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.action-btn[b-sgoqbg7vyv] {
  flex: 0 0 calc(33% - 10px);
  min-width: 90px;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 10px;
  color: #e0e6ed;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

  .action-btn.time[b-sgoqbg7vyv] {
    flex: 0 0 100%;
  }

  .action-btn:hover[b-sgoqbg7vyv] {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
  }

.card-footer[b-sgoqbg7vyv] {
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
  color: #a0b8d5;
  text-align: right;
}

@media (max-width: 768px) {
  h1[b-sgoqbg7vyv] {
    font-size: 2rem;
  }

  .icon[b-sgoqbg7vyv] {
    width: 30px;
    height: 30px;
  }

  .cards-container[b-sgoqbg7vyv] {
    grid-template-columns: repeat(auto-fill, minmax(0.3fr, 1fr));
  }
}

@media (max-width: 480px) {
  h1[b-sgoqbg7vyv] {
    font-size: 1.7rem;
  }

  .icon[b-sgoqbg7vyv] {
    width: 24px;
    height: 24px;
  }

  .device-name[b-sgoqbg7vyv] {
    font-size: 1.2rem;
  }

  .cards-container[b-sgoqbg7vyv] {
    grid-template-columns: 1fr;
  }

  .action-buttons[b-sgoqbg7vyv] {
    flex-direction: column;
  }

  .action-btn[b-sgoqbg7vyv] {
    width: 100%;
  }

    .action-btn.time[b-sgoqbg7vyv], .action-btn.energy[b-sgoqbg7vyv] {
      flex: 0 0 100%;
    }
}

.card-head[b-sgoqbg7vyv] {
  padding: 18px 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}

.card-head-content[b-sgoqbg7vyv] {
  flex: 1;
  min-width: 0;
}

.device-name[b-sgoqbg7vyv] {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.device-type-tag[b-sgoqbg7vyv] {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.action-buttons[b-sgoqbg7vyv] {
  display: flex;
  gap: 10px;
  margin-top: 5px;
  flex-shrink: 0;
}

.icon-btn[b-sgoqbg7vyv] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
}

  .icon-btn:hover[b-sgoqbg7vyv] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }

  .icon-btn svg[b-sgoqbg7vyv] {
    stroke-width: 1.7;
    flex-shrink: 0;
  }

@media (max-width: 480px) {
  .card-head[b-sgoqbg7vyv] {
    flex-direction: column;
    align-items: stretch;
  }

  .action-buttons[b-sgoqbg7vyv] {
    justify-content: flex-end;
    margin-top: 12px;
    margin-bottom: 5px;
  }

  .card-head-content[b-sgoqbg7vyv] {
    margin-bottom: 5px;
  }
}

.filter-container[b-sgoqbg7vyv] {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.filter-btn[b-sgoqbg7vyv] {
  width: 120px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 12px;
  color: #e0e6ed;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

  .filter-btn:hover[b-sgoqbg7vyv] {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  }

  .filter-btn.active[b-sgoqbg7vyv] {
    background: rgba(108, 160, 220, 0.9);
    color: white;
    box-shadow: 0 6px 25px rgba(108, 160, 220, 0.4);
  }

  .filter-btn.electric[b-sgoqbg7vyv] {
    background: rgba(230, 92, 92, 0.15);
  }

    .filter-btn.electric.active[b-sgoqbg7vyv] {
      background: rgba(230, 92, 92, 0.9);
      box-shadow: 0 6px 25px rgba(230, 92, 92, 0.4);
    }

  .filter-btn.switch[b-sgoqbg7vyv] {
    background: rgba(153, 204, 102, 0.15);
  }

    .filter-btn.switch.active[b-sgoqbg7vyv] {
      background: rgba(153, 204, 102, 0.9);
      box-shadow: 0 6px 25px rgba(153, 204, 102, 0.4);
    }

.value[b-sgoqbg7vyv] {
  font-size: 16px;
  font-weight: bold;
  margin-top: 6px;
}

.orange[b-sgoqbg7vyv] {
  color: #f7a76c;
}

.green[b-sgoqbg7vyv] {
  color: #99cc66;
}

.blue[b-sgoqbg7vyv] {
  color: #5fc3ff;
}

.pink[b-sgoqbg7vyv] {
  color: #ff7aa3;
}
/* /Pages/DeviceSW.razor.rz.scp.css */
.container[b-4l9kcychgy] {
  max-width: 600px;
  margin: 0 auto;
}

header[b-4l9kcychgy] {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
}

h1[b-4l9kcychgy] {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.icon[b-4l9kcychgy] {
  width: 36px;
  height: 36px;
}

.subtitle[b-4l9kcychgy] {
  color: #a0b8d5;
  font-size: 1.1rem;
}

.cards-container[b-4l9kcychgy] {
  display: grid;
  margin-top: 35px;
  grid-template-columns: repeat(auto-fill, minmax(1fr, 1fr));
  gap: 25px;
}

.device-card[b-4l9kcychgy] {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

  .device-card:hover[b-4l9kcychgy] {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  }

  .device-card.air-conditioner .card-head[b-4l9kcychgy] {
    background: linear-gradient(90deg, #6ca0dc, #5a8fd8);
    border-top: 4px solid #4a7dc4;
  }

  .device-card.electric .card-head[b-4l9kcychgy] {
    background: linear-gradient(90deg, #e65c5c, #d94a4a);
    border-top: 4px solid #c23a3a;
  }

  .device-card.switch-device .card-head[b-4l9kcychgy] {
    background: linear-gradient(90deg, #99cc66, #8abf55);
    border-top: 4px solid #79a644;
  }

.card-head[b-4l9kcychgy] {
  padding: 18px 20px;
  position: relative;
}

.device-name[b-4l9kcychgy] {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.device-type-tag[b-4l9kcychgy] {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 500;
}

.card-body[b-4l9kcychgy] {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.action-buttons[b-4l9kcychgy] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.action-btn[b-4l9kcychgy] {
  flex: 0 0 calc(33% - 10px);
  min-width: 90px;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 10px;
  color: #e0e6ed;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

  .action-btn.time[b-4l9kcychgy] {
    flex: 0 0 100%;
  }

  .action-btn:hover[b-4l9kcychgy] {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
  }

.card-footer[b-4l9kcychgy] {
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
  color: #a0b8d5;
  text-align: right;
}

@media (max-width: 768px) {
  h1[b-4l9kcychgy] {
    font-size: 2rem;
  }

  .icon[b-4l9kcychgy] {
    width: 30px;
    height: 30px;
  }

  .cards-container[b-4l9kcychgy] {
    grid-template-columns: repeat(auto-fill, minmax(0.3fr, 1fr));
  }
}

@media (max-width: 480px) {
  h1[b-4l9kcychgy] {
    font-size: 1.7rem;
  }

  .icon[b-4l9kcychgy] {
    width: 24px;
    height: 24px;
  }

  .device-name[b-4l9kcychgy] {
    font-size: 1.2rem;
  }

  .cards-container[b-4l9kcychgy] {
    grid-template-columns: 1fr;
  }

  .action-buttons[b-4l9kcychgy] {
    flex-direction: column;
  }

  .action-btn[b-4l9kcychgy] {
    width: 100%;
  }

    .action-btn.time[b-4l9kcychgy], .action-btn.energy[b-4l9kcychgy] {
      flex: 0 0 100%;
    }
}

.card-head[b-4l9kcychgy] {
  padding: 18px 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}

.card-head-content[b-4l9kcychgy] {
  flex: 1;
  min-width: 0;
}

.device-name[b-4l9kcychgy] {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.device-type-tag[b-4l9kcychgy] {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.action-buttons[b-4l9kcychgy] {
  display: flex;
  gap: 10px;
  margin-top: 5px;
  flex-shrink: 0;
}

.icon-btn[b-4l9kcychgy] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
}

  .icon-btn:hover[b-4l9kcychgy] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }

  .icon-btn svg[b-4l9kcychgy] {
    stroke-width: 1.7;
    flex-shrink: 0;
  }

@media (max-width: 480px) {
  .card-head[b-4l9kcychgy] {
    flex-direction: column;
    align-items: stretch;
  }

  .action-buttons[b-4l9kcychgy] {
    justify-content: flex-end;
    margin-top: 12px;
    margin-bottom: 5px;
  }

  .card-head-content[b-4l9kcychgy] {
    margin-bottom: 5px;
  }
}

.filter-container[b-4l9kcychgy] {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.filter-btn[b-4l9kcychgy] {
  width: 120px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 12px;
  color: #e0e6ed;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

  .filter-btn:hover[b-4l9kcychgy] {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  }

  .filter-btn.active[b-4l9kcychgy] {
    background: rgba(108, 160, 220, 0.9);
    color: white;
    box-shadow: 0 6px 25px rgba(108, 160, 220, 0.4);
  }

  .filter-btn.electric[b-4l9kcychgy] {
    background: rgba(230, 92, 92, 0.15);
  }

    .filter-btn.electric.active[b-4l9kcychgy] {
      background: rgba(230, 92, 92, 0.9);
      box-shadow: 0 6px 25px rgba(230, 92, 92, 0.4);
    }

  .filter-btn.switch[b-4l9kcychgy] {
    background: rgba(153, 204, 102, 0.15);
  }

    .filter-btn.switch.active[b-4l9kcychgy] {
      background: rgba(153, 204, 102, 0.9);
      box-shadow: 0 6px 25px rgba(153, 204, 102, 0.4);
    }

.value[b-4l9kcychgy] {
  font-size: 16px;
  font-weight: bold;
  margin-top: 6px;
}

.orange[b-4l9kcychgy] {
  color: #f7a76c;
}

.green[b-4l9kcychgy] {
  color: #99cc66;
}

.blue[b-4l9kcychgy] {
  color: #5fc3ff;
}

.pink[b-4l9kcychgy] {
  color: #ff7aa3;
}

.switch-grid[b-4l9kcychgy] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 5px;
}

.switch-item[b-4l9kcychgy] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

  .switch-item:hover[b-4l9kcychgy] {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
  }

  .switch-item.active[b-4l9kcychgy] {
    background: rgba(153, 204, 102, 0.3);
    box-shadow: 0 0 15px rgba(153, 204, 102, 0.3);
  }

.switch-icon[b-4l9kcychgy] {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

  .switch-icon svg[b-4l9kcychgy] {
    width: 30px;
    height: 30px;
    color: #a0b8d5;
  }

.switch-item.active .switch-icon svg[b-4l9kcychgy] {
  color: #99cc66;
}

.switch-label[b-4l9kcychgy] {
  font-size: 0.95rem;
  font-weight: 500;
  color: #e0e6ed;
}

.control-section[b-4l9kcychgy] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  gap: 15px;
}

.execute-btn[b-4l9kcychgy] {
  width: 100%;
  padding: 14px 0;
  background: linear-gradient(90deg, #99cc66, #8abf55);
  border: none;
  border-radius: 12px;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(153, 204, 102, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

  .execute-btn:hover:not(:disabled)[b-4l9kcychgy] {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(153, 204, 102, 0.6);
  }

  .execute-btn:disabled[b-4l9kcychgy] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 2px 10px rgba(153, 204, 102, 0.3);
  }

@media (max-width: 480px) {
  .switch-grid[b-4l9kcychgy] {
    grid-template-columns: 1fr;
  }
}
/* /Pages/DeviceSWDaily.razor.rz.scp.css */
.container[b-6gaub4gaa5] {
  max-width: 600px;
  margin: 0 auto;
}

header[b-6gaub4gaa5] {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
}

h1[b-6gaub4gaa5] {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.icon[b-6gaub4gaa5] {
  width: 36px;
  height: 36px;
}

.subtitle[b-6gaub4gaa5] {
  color: #a0b8d5;
  font-size: 1.1rem;
}

.cards-container[b-6gaub4gaa5] {
  display: grid;
  margin-top: 35px;
  grid-template-columns: repeat(auto-fill, minmax(1fr, 1fr));
  gap: 25px;
}

.device-card[b-6gaub4gaa5] {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

  .device-card:hover[b-6gaub4gaa5] {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  }

  .device-card.air-conditioner .card-head[b-6gaub4gaa5] {
    background: linear-gradient(90deg, #6ca0dc, #5a8fd8);
    border-top: 4px solid #4a7dc4;
  }

  .device-card.electric .card-head[b-6gaub4gaa5] {
    background: linear-gradient(90deg, #e65c5c, #d94a4a);
    border-top: 4px solid #c23a3a;
  }

  .device-card.switch-device .card-head[b-6gaub4gaa5] {
    background: linear-gradient(90deg, #99cc66, #8abf55);
    border-top: 4px solid #79a644;
  }

.card-head[b-6gaub4gaa5] {
  padding: 18px 20px;
  position: relative;
}

.device-name[b-6gaub4gaa5] {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.device-type-tag[b-6gaub4gaa5] {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 500;
}

.card-body[b-6gaub4gaa5] {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.action-buttons[b-6gaub4gaa5] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.action-btn[b-6gaub4gaa5] {
  flex: 0 0 calc(33% - 10px);
  min-width: 90px;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 10px;
  color: #e0e6ed;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

  .action-btn.time[b-6gaub4gaa5] {
    flex: 0 0 100%;
  }

  .action-btn:hover[b-6gaub4gaa5] {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
  }

.card-footer[b-6gaub4gaa5] {
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
  color: #a0b8d5;
  text-align: right;
}

@media (max-width: 768px) {
  h1[b-6gaub4gaa5] {
    font-size: 2rem;
  }

  .icon[b-6gaub4gaa5] {
    width: 30px;
    height: 30px;
  }

  .cards-container[b-6gaub4gaa5] {
    grid-template-columns: repeat(auto-fill, minmax(0.3fr, 1fr));
  }
}

@media (max-width: 480px) {
  h1[b-6gaub4gaa5] {
    font-size: 1.7rem;
  }

  .icon[b-6gaub4gaa5] {
    width: 24px;
    height: 24px;
  }

  .device-name[b-6gaub4gaa5] {
    font-size: 1.2rem;
  }

  .cards-container[b-6gaub4gaa5] {
    grid-template-columns: 1fr;
  }

  .action-buttons[b-6gaub4gaa5] {
    flex-direction: column;
  }

  .action-btn[b-6gaub4gaa5] {
    width: 100%;
  }

    .action-btn.time[b-6gaub4gaa5], .action-btn.energy[b-6gaub4gaa5] {
      flex: 0 0 100%;
    }
}

.card-head[b-6gaub4gaa5] {
  padding: 18px 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}

.card-head-content[b-6gaub4gaa5] {
  flex: 1;
  min-width: 0;
}

.device-name[b-6gaub4gaa5] {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.device-type-tag[b-6gaub4gaa5] {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.action-buttons[b-6gaub4gaa5] {
  display: flex;
  gap: 10px;
  margin-top: 5px;
  flex-shrink: 0;
}

.icon-btn[b-6gaub4gaa5] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
}

  .icon-btn:hover[b-6gaub4gaa5] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }

  .icon-btn svg[b-6gaub4gaa5] {
    stroke-width: 1.7;
    flex-shrink: 0;
  }

@media (max-width: 480px) {
  .card-head[b-6gaub4gaa5] {
    flex-direction: column;
    align-items: stretch;
  }

  .action-buttons[b-6gaub4gaa5] {
    justify-content: flex-end;
    margin-top: 12px;
    margin-bottom: 5px;
  }

  .card-head-content[b-6gaub4gaa5] {
    margin-bottom: 5px;
  }
}

.filter-container[b-6gaub4gaa5] {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.filter-btn[b-6gaub4gaa5] {
  width: 120px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 12px;
  color: #e0e6ed;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

  .filter-btn:hover[b-6gaub4gaa5] {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  }

  .filter-btn.active[b-6gaub4gaa5] {
    background: rgba(108, 160, 220, 0.9);
    color: white;
    box-shadow: 0 6px 25px rgba(108, 160, 220, 0.4);
  }

  .filter-btn.electric[b-6gaub4gaa5] {
    background: rgba(230, 92, 92, 0.15);
  }

    .filter-btn.electric.active[b-6gaub4gaa5] {
      background: rgba(230, 92, 92, 0.9);
      box-shadow: 0 6px 25px rgba(230, 92, 92, 0.4);
    }

  .filter-btn.switch[b-6gaub4gaa5] {
    background: rgba(153, 204, 102, 0.15);
  }

    .filter-btn.switch.active[b-6gaub4gaa5] {
      background: rgba(153, 204, 102, 0.9);
      box-shadow: 0 6px 25px rgba(153, 204, 102, 0.4);
    }

.value[b-6gaub4gaa5] {
  font-size: 16px;
  font-weight: bold;
  margin-top: 6px;
}

.orange[b-6gaub4gaa5] {
  color: #f7a76c;
}

.green[b-6gaub4gaa5] {
  color: #99cc66;
}

.blue[b-6gaub4gaa5] {
  color: #5fc3ff;
}

.pink[b-6gaub4gaa5] {
  color: #ff7aa3;
}
/* /Pages/_Lora.razor.rz.scp.css */
*[b-xcs689vju5] {
  transition: all 0.3s ease;
}

.fullscreen-container[b-xcs689vju5] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.background-layer[b-xcs689vju5] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
  overflow: hidden;
}

  .background-layer[b-xcs689vju5]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 10% 20%, rgba(64, 128, 255, 0.07) 0%, transparent 20%), radial-gradient(circle at 90% 80%, rgba(128, 64, 255, 0.07) 0%, transparent 20%), radial-gradient(circle at 50% 50%, rgba(64, 255, 255, 0.05) 0%, transparent 30%);
    z-index: 1;
  }

.content-area[b-xcs689vju5] {
  position: relative;
  width: 92%;
  max-width: 420px;
  z-index: 10;
  padding: 2px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(127, 160, 255, 0.3), rgba(100, 200, 255, 0.1), rgba(180, 100, 255, 0.3));
  box-shadow: 0 0 40px rgba(100, 150, 255, 0.25), inset 0 0 15px rgba(255, 255, 255, 0.15);
}

.login-panel[b-xcs689vju5] {
  position: relative;
  background: rgba(15, 18, 35, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 22px;
  padding: 40px;
  color: #e6f0ff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -5px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

  .login-panel[b-xcs689vju5]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%);
    transform: rotate(30deg);
    z-index: -1;
  }

.logo-container[b-xcs689vju5] {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}

.logo-icon[b-xcs689vju5] {
  font-size: 42px;
  background: linear-gradient(135deg, #a1c4fd, #c2e9fb);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 12px;
  text-shadow: 0 0 15px rgba(161, 196, 253, 0.3);
}

.login-panel h2[b-xcs689vju5] {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(to right, #a1c4fd, #c2e9fb);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 1px;
}

.input-group[b-xcs689vju5] {
  position: relative;
  margin-bottom: 24px;
}

  .input-group label[b-xcs689vju5] {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: rgba(230, 240, 255, 0.75);
    font-weight: 300;
    letter-spacing: 0.5px;
  }

.input-control[b-xcs689vju5] {
  width: 100%;
  padding: 16px 16px 16px 16px;
  background: rgba(25, 30, 55, 0.6);
  border: 1px solid rgba(100, 130, 200, 0.2);
  border-radius: 16px;
  color: #e6f0ff;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.05);
}

  .input-control:focus[b-xcs689vju5] {
    outline: none;
    border-color: rgba(130, 160, 255, 0.5);
    background: rgba(30, 35, 65, 0.7);
    box-shadow: 0 0 0 3px rgba(100, 140, 255, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.1);
  }

  .input-control[b-xcs689vju5]::placeholder {
    color: rgba(200, 210, 230, 0.4);
    opacity: 1;
  }

  .input-control:focus[b-xcs689vju5]::placeholder {
    color: rgba(200, 210, 230, 0.2);
  }

.action-button[b-xcs689vju5] {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  border: none;
  border-radius: 18px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 8px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(65, 120, 230, 0.4), inset 0 2px 8px rgba(255, 255, 255, 0.2);
  letter-spacing: 0.5px;
}

  .action-button[b-xcs689vju5]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s;
  }

  .action-button:hover[b-xcs689vju5]::before {
    left: 100%;
  }

  .action-button:hover[b-xcs689vju5] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(65, 120, 230, 0.5), inset 0 2px 10px rgba(255, 255, 255, 0.3);
  }

  .action-button:active[b-xcs689vju5] {
    transform: translateY(1px);
    box-shadow: 0 4px 15px rgba(65, 120, 230, 0.4), inset 0 2px 5px rgba(0, 0, 0, 0.2);
  }

@media (max-width: 480px) {
  .login-panel[b-xcs689vju5] {
    padding: 30px 25px;
    border-radius: 20px;
  }

  .logo-icon[b-xcs689vju5] {
    font-size: 36px;
  }

  .login-panel h2[b-xcs689vju5] {
    font-size: 24px;
  }

  .input-control[b-xcs689vju5] {
    padding: 14px 14px 14px 44px;
  }

  .action-button[b-xcs689vju5] {
    padding: 14px;
    font-size: 17px;
  }
}
