body {
  min-width: 320px;
}

.body-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background-image: url('/img/home/disahub-background.webp');
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(4px);
}

.container {
  position: relative;
  z-index: 1;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 24px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
}

.icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-error {
  background-color: #7a7a7a;
}

.icon svg {
  width: 32px;
  height: 32px;
  color: #ffffff;
}

.message-container {
  max-width: 448px;
}

.title {
  font-size: 14px;
  font-weight: 700;
  color: #2a2a2a;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.subtitle {
  font-size: 14px;
  color: #666666;
  padding: 10px 0;
}

.asset-list {
  margin-top: 10px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #d4d4d4;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  color: #2a2a2a;
}

.asset-list ul {
  list-style-type: disc;
}

.asset-list-title {
  margin: 0 0 6px;
  font-weight: 700;
}

.asset-list ul {
  margin: 0;
  padding-left: 18px;
  font-family: monospace, 'Courier New', monospace;

}

.asset-list li {
  word-break: break-all;
}

.reload-button {
  border: 1px solid #1f2937;
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  color: #111827;
  background-color: rgba(255, 255, 255, 0.92);
}

.technical-info {
  width: 100%;
  max-width: 448px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}

.card {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 12px;
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.card-label {
  font-size: 12px;
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.card-value {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Courier New', monospace;
  color: #1a1a1a;
  word-break: break-all;
}

.card-value-small {
  font-size: 12px;
  font-family: 'Courier New', monospace;
  color: #1a1a1a;
  word-break: break-all;
}

.help-text {
  font-size: 14px;
  color: #666666;
  padding: 16px;
  margin-top: 10px;
}
