.no-js-warning {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px;
  box-sizing: border-box;
  z-index: 99999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
}
.no-js-warning .icon {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 20px;
}
.no-js-warning h1 {
  color: #ffffff;
  font-size: 24px;
  margin: 0 0 12px;
  font-weight: 600;
}
.no-js-warning .highlight {
  color: #3498db;
}
.no-js-warning p {
  color: #bdc3c7;
  font-size: 15px;
  line-height: 1.7;
  max-width: 440px;
  margin: 0 0 24px;
}
.no-js-warning .browser-title {
  color: #8e9aaf;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.no-js-warning .browser-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
}
.no-js-warning .browser-item {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #ecf0f1;
  font-size: 14px;
}
.no-js-warning .btn {
  display: inline-block;
  padding: 11px 26px;
  background: #3498db;
  color: #ffffff;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.no-js-warning .btn:hover {
  background: #2980b9;
}
.no-js-warning .btn:focus-visible {
  outline: 3px solid rgba(52, 152, 219, 0.6);
  outline-offset: 3px;
}
/*# sourceMappingURL=no-js-warning.css.map */