.device-detail-modal-host[data-v-032ed6b6] {
  display: contents;
}
.device-detail-modal__dismiss-zone[data-v-032ed6b6] {
  position: fixed;
  z-index: 1999;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(100% - 56px);
  background: rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(1px);
  cursor: pointer;
  transition: background 0.24s ease;
}
.device-detail-modal__dismiss-zone[data-v-032ed6b6]:hover {
  background: rgba(15, 23, 42, 0.16);
}
.device-detail-modal__dismiss-hint[data-v-032ed6b6] {
  position: absolute;
  top: 20px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  color: #334155;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
  opacity: 0.82;
  pointer-events: none;
}
.device-detail-modal[data-v-032ed6b6] {
  width: calc(100% - 56px);
  max-width: 1180px;
  background: #eef2f7;
  border-left: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: -18px 0 32px rgba(15, 23, 42, 0.12), -2px 0 0 rgba(255, 255, 255, 0.55);
}
.device-detail-modal--bottom[data-v-032ed6b6] {
  width: 100% !important;
  max-width: 100% !important;
  border-left: none;
  border-radius: 14px 14px 0 0;
  box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.14);
}
.device-detail-modal__close[data-v-032ed6b6] {
  position: fixed;
  z-index: 3100;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  min-width: 34px;
  padding: 0;
  border-color: #dbe5ef !important;
  background: #ffffff !important;
  color: #334155 !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}
@media (max-width: 767px) {
.device-detail-modal__dismiss-zone[data-v-032ed6b6] {
    width: calc(100% - 14px);
}
.device-detail-modal[data-v-032ed6b6]:not(.device-detail-modal--bottom) {
    width: calc(100% - 14px);
}
.device-detail-modal__close[data-v-032ed6b6] {
    top: 10px;
    right: 10px;
}
.device-detail-modal__dismiss-hint[data-v-032ed6b6] {
    top: 12px;
    left: 8px;
    font-size: 11px;
    padding: 0.22rem 0.45rem;
}
}

