.uptime-wrap {
  max-width: 860px;
  margin: 0 auto 60px;
  padding: 0 16px;
  text-align: left;
}

.uptime-header {
  margin: 16px 0 10px;
}

.uptime-header h1 {
  font-size: 44px;
  margin: 0 0 4px;
}

.uptime-sub {
  color: #9aa0a6;
  margin: 0 0 18px;
  font-size: 18px;
}

.uptime-card {
  background: #121214;
  border: 1px solid #1d1f21;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 14px 40px rgba(0,0,0,.45);
}

.uptime-meta {
  color: #9aa0a6;
  font-size: 14px;
  margin-bottom: 14px;
}

.uptime-dot {
  margin: 0 8px;
  opacity: .75;
}

.uptime-rows {
  display: grid;
  gap: 12px;
}

.uptime-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: baseline;
}

.uptime-host {
  font-size: 14px;
  color: #e6e6e6;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.uptime-host a {
  color: inherit;
  text-decoration: none;
}
.uptime-host a:hover {
  color: #ff7aa5;
  text-decoration: underline;
}

.uptime-boxes {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 15px;
  letter-spacing: 0.02em;
  user-select: text;
  word-break: break-word;
  text-align: right;
  white-space: nowrap;
}

.uptime-ok  { color: #9cffb0; }
.uptime-bad { color: #ff9aa0; }
.uptime-dim { color: #9aa0a6; }

@media (max-width: 640px) {
  .uptime-header h1 { font-size: 34px; }
  .uptime-sub { font-size: 16px; }
  .uptime-row { grid-template-columns: 1fr; }
  .uptime-boxes { text-align: left; white-space: normal; }
}

