/* [project]/src/components/DeviceCard.module.css [app-client] (css) */
.DeviceCard-module__lu6zwa__card {
  color: #fff;
  background: #18181b;
  border: 1px solid #27272a;
  border-radius: 8px;
  padding: 1.5rem;
  transition: transform .2s, box-shadow .2s;
}

.DeviceCard-module__lu6zwa__card:hover {
  border-color: #3f3f46;
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px #00000080;
}

.DeviceCard-module__lu6zwa__active {
  border-left: 4px solid #4ade80;
}

.DeviceCard-module__lu6zwa__idle {
  border-left: 4px solid #fbbf24;
}

.DeviceCard-module__lu6zwa__break {
  border-left: 4px solid #a855f7;
}

.DeviceCard-module__lu6zwa__offline {
  opacity: .8;
  border-left: 4px solid #71717a;
}

.DeviceCard-module__lu6zwa__header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .75rem;
  display: flex;
}

.DeviceCard-module__lu6zwa__header h3 {
  color: #f4f4f5;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.DeviceCard-module__lu6zwa__body p {
  color: #a1a1aa;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: center;
  margin: .35rem 0;
  font-size: .875rem;
  display: flex;
  overflow: hidden;
}

.DeviceCard-module__lu6zwa__body strong {
  color: #d4d4d8;
  flex-shrink: 0;
  width: 70px;
  font-weight: 500;
}

.DeviceCard-module__lu6zwa__badge {
  color: #d4d4d8;
  background: #27272a;
  border: 1px solid #3f3f46;
  border-radius: 12px;
  padding: 2px 8px;
  font-size: .7rem;
  font-weight: 600;
}

.DeviceCard-module__lu6zwa__actions {
  border-top: 1px solid #27272a;
  justify-content: flex-end;
  gap: .5rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  display: flex;
}

.DeviceCard-module__lu6zwa__logoutBtn {
  color: #ef4444;
  cursor: pointer;
  background: none;
  border: 1px solid #7f1d1d;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: .8rem;
  font-weight: 500;
  transition: all .2s;
}

.DeviceCard-module__lu6zwa__logoutBtn:hover {
  color: #f87171;
  background: #450a0a;
  border-color: #ef4444;
}

.DeviceCard-module__lu6zwa__logoutBtn:disabled {
  color: #52525b;
  cursor: not-allowed;
  background: #27272a;
  border-color: #3f3f46;
}

.DeviceCard-module__lu6zwa__uninstallBtn {
  color: #a1a1aa;
  cursor: pointer;
  background: none;
  border: 1px solid #3f3f46;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: .8rem;
  font-weight: 500;
  transition: all .2s;
}

.DeviceCard-module__lu6zwa__uninstallBtn:hover {
  color: #ef4444;
  background: #450a0a;
  border-color: #7f1d1d;
}

.DeviceCard-module__lu6zwa__uninstallBtn:disabled {
  color: #52525b;
  cursor: not-allowed;
  background: #27272a;
  border-color: #3f3f46;
}

/*# sourceMappingURL=src_components_DeviceCard_module_2b264762.css.map*/