/* sayebahr.com/status — Pro Glass shell + Uptime Kuma iframe */
.st-pro-glass {
  --st-bg-top: #0a2540;
  --st-bg-mid: #061828;
  --st-bg-bottom: #020a12;
  --st-primary: #38bdf8;
  --st-accent: #fcd34d;
  --st-text: #e0f2fe;
  --st-muted: #94a3b8;
  position: relative;
  min-height: calc(100vh - 120px);
  color: var(--st-text);
  overflow: hidden;
}

.st-pro-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, var(--st-bg-top) 0%, var(--st-bg-mid) 52%, var(--st-bg-bottom) 100%);
}

.st-embed-page {
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.st-embed-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding: 0.65rem 1rem 0.35rem;
  max-width: 960px;
  margin: 0 auto;
}

.st-embed-note {
  margin: 0;
  font-size: 0.82rem;
  color: var(--st-muted);
}

.st-embed-open {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--st-primary);
  text-decoration: none;
}

.st-embed-open:hover { text-decoration: underline; }

.st-embed-wrap {
  position: relative;
  z-index: 1;
  width: min(960px, calc(100% - 1.25rem));
  height: min(78vh, 920px);
  min-height: 520px;
  margin: 0.35rem auto 1rem;
  border-radius: 16px;
  border: 1px solid rgba(56, 189, 248, 0.28);
  background: rgba(6, 24, 40, 0.65);
  backdrop-filter: blur(18px) saturate(1.35);
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
  box-shadow: 0 16px 48px rgba(2, 10, 18, 0.45);
  overflow: hidden;
}

.st-embed-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 1rem;
  text-align: center;
  color: var(--st-muted);
  font-size: 0.95rem;
  background: linear-gradient(180deg, rgba(10, 37, 64, 0.92), rgba(2, 10, 18, 0.95));
  z-index: 2;
}

.st-kuma-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #111827;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.st-embed-ready .st-kuma-frame {
  opacity: 1;
}

.st-embed-ready .st-embed-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

body.status-embed .hl-footer {
  margin-top: 0;
}

.st-seo-header {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
  padding: 0.85rem 1rem 0.5rem;
}

.st-seo-header h1 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.2rem, 3.8vw, 1.55rem);
  color: var(--st-accent);
  font-weight: 800;
  line-height: 1.35;
}

.st-seo-lead {
  margin: 0 0 0.55rem;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--st-muted);
}

.st-seo-lead strong {
  color: var(--st-text);
  font-weight: 700;
}

.st-seo-services {
  margin: 0;
  padding: 0 1.1rem 0 0;
  font-size: 0.82rem;
  color: var(--st-muted);
  line-height: 1.55;
}

.st-noscript {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 1rem;
  text-align: center;
  background: rgba(10, 37, 64, 0.95);
  color: var(--st-text);
}

.st-noscript a { color: var(--st-primary); }

@media (max-width: 640px) {
  .st-embed-wrap {
    width: calc(100% - 0.5rem);
    height: min(72vh, 820px);
    min-height: 460px;
    border-radius: 12px;
  }
}
