/* ===== Global Reset ===== */
body {
  background: #f4f6f9;
  color: #222;
  line-height: 1.6;
  font-size: 16px;
}

/* ===== Page Layout ===== */
.page-container {
  margin: 30px auto;
  max-width: 1200px;
  padding: 0 15px;
}

.status-wrapper h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #111;
  text-align: left;
}

.status-wrapper h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 1.35rem;
  font-weight: 600;
  color: #0f172a;
  border-left: 4px solid #2563eb;
  padding-left: 8px;
}

/* ===== Cards ===== */
.card-section {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  padding: 20px 24px;
  margin-bottom: 25px;
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {opacity:0; transform:translateY(10px);}
  to {opacity:1; transform:translateY(0);}
}

.card-section p, 
.card-section li {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #374151;
}

/* ===== Status Box ===== */
.status-box {
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
}

.status-box.alert-success {
  background: #e6f9ef;
  border: 1px solid #34c759;
  color: #166534;
}

.status-box.alert-danger {
  background: #fde8e8;
  border: 1px solid #dc2626;
  color: #991b1b;
}

/* ===== Loader ===== */
.loader {
  text-align: center;
  padding: 50px 20px;
}

.loader p {
  margin-top: 15px;
  font-size: 1rem;
  color: #374151;
}

/* ===== Table ===== */
.table {
  margin-top: 15px;
  font-size: 0.95rem;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.table th {
  width: 220px;
  background: #f9fafb;
  font-weight: 600;
  color: #374151;
  padding: 10px;
}

.table td {
  background: #fff;
  padding: 10px;
  color: #111;
}

/* ===== Recently Checked ===== */
.recent-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent-list li {
  display: flex;
  justify-content: space-between;
  background: #f9fafb;
  padding: 10px 12px;
  margin-bottom: 8px;
  border-radius: 8px;
  font-size: 0.9rem;
}

.recent-list li a {
  color: #2563eb;
  font-weight: 500;
  text-decoration: none;
}

.recent-list li a:hover {
  text-decoration: underline;
}

.badge {
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
}

.bg-success { background: #16a34a; }
.bg-danger { background: #dc2626; }

/* ===== Buttons ===== */
.btn-sm {
  padding: 8px 14px;
  font-size: 0.9rem;
  border-radius: 8px;
  font-weight: 600;
  margin: 4px 2px;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
}

.btn-success {
  background: #16a34a;
  color: #fff;
}

.btn-success:hover {
  background: #15803d;
}

.btn-danger {
  background: #dc2626;
  color: #fff;
}

.btn-danger:hover {
  background: #b91c1c;
}

/* ===== Comments ===== */
.comment-list {
  margin: 15px 0;
}

.comment-body {
  background: #f9fafb;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #e5e7eb;
}

/* ===== Form ===== */
.status-form {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.status-form input {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
}

.status-form button {
  padding: 10px 18px;
  background: #2563eb;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.status-form button:hover {
  background: #1d4ed8;
}

/* ===== Chart ===== */
#uptimeChart {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  margin: 20px 0;
  border: 1px solid #e5e7eb;
}

/* ===== Ads (Placeholder) ===== */
.ad-slot {
  width: 100%;
  min-height: 250px;
  background: #f9fafb;
  border: 1px dashed #d1d5db;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 0.85rem;
  color: #9ca3af;
  padding: 20px;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .status-form {
    flex-direction: column;
  }
  .status-form button {
    width: 100%;
  }
  .table th { width: 150px; }
}

@media (max-width: 768px) {
  .status-wrapper h1 {
    font-size: 1.5rem;
  }
  .status-wrapper h3 {
    font-size: 1.1rem;
  }
}

/* SEO intelligence additions */
.tech-tags{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}
.tech-tag{display:inline-block;background:#eef6ff;color:#0f4c81;border:1px solid #cfe8ff;border-radius:999px;padding:6px 10px;font-size:13px;font-weight:600}
.card-section .recent-list li{margin-bottom:8px}

/* StarNama Ultimate SEO v5 visual layer */
.wpssc-pro-card{border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 14px 35px rgba(15,23,42,.08)!important;border-radius:18px!important}
.wpssc-score-grid{display:grid;grid-template-columns:180px 1fr;gap:24px;align-items:center}
.wpssc-score-circle{width:170px;height:170px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 35% 20%,#60a5fa,#1d4ed8 55%,#0f172a);color:#fff;box-shadow:0 18px 35px rgba(29,78,216,.25)}
.wpssc-score-circle span{font-size:52px;font-weight:900;line-height:1}.wpssc-score-circle small{opacity:.85}.wpssc-score-circle b{margin-top:6px}
.wpssc-metric-bars{display:flex;flex-direction:column;gap:12px}.wpssc-bar-row{display:grid;grid-template-columns:150px 1fr 42px;gap:10px;align-items:center}.wpssc-bar{height:12px;background:#e5e7eb;border-radius:999px;overflow:hidden}.wpssc-bar i{height:100%;display:block;background:linear-gradient(90deg,#22c55e,#2563eb);border-radius:999px}.wpssc-muted{color:#64748b;margin-top:14px}.wpssc-badge-preview{padding:12px;background:#0f172a;border-radius:18px;margin-bottom:15px;text-align:center}.wpssc-badge-preview img{max-width:100%;height:auto;box-shadow:none!important}.wpssc-code{width:100%;min-height:82px;border:1px solid #cbd5e1;border-radius:12px;background:#0f172a;color:#e2e8f0;padding:12px;font-family:ui-monospace,Menlo,monospace;font-size:13px;margin:8px 0 16px}.wpssc-claim-box input,.wpssc-claim-box textarea{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:10px;margin:6px 0}.wpssc-claim-box textarea{min-height:88px}.wpssc-verified{padding:12px;border-radius:12px;background:#dcfce7;color:#166534;font-weight:700}@media(max-width:720px){.wpssc-score-grid{grid-template-columns:1fr}.wpssc-score-circle{margin:auto}.wpssc-bar-row{grid-template-columns:1fr}}

/* StarNama Ultimate SEO v6 — premium dashboard visuals */
.sn-hero{position:relative;display:inline-flex;grid-template-columns:1fr 320px;overflow:hidden;border-radius:28px;padding:32px;margin-bottom:22px;background:linear-gradient(135deg,#07111f 0%,#0f2a4d 48%,#111827 100%);color:#fff;box-shadow:0 24px 70px rgba(2,6,23,.28)}
.sn-hero:before{content:"";position:absolute;inset:-80px -120px auto auto;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(56,189,248,.35),rgba(56,189,248,0) 65%)}
.sn-hero:after{content:"";position:absolute;inset:auto auto -120px -90px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(34,197,94,.22),rgba(34,197,94,0) 70%)}
.sn-hero-main,.sn-score-panel{position:relative;z-index:2}.sn-kicker{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.08);color:#dbeafe;font-size:13px;font-weight:800;letter-spacing:.02em}.sn-live-dot{width:9px;height:9px;border-radius:99px;background:#22c55e;box-shadow:0 0 0 6px rgba(34,197,94,.16)}
.sn-hero h1{margin:18px 0 10px!important;color:#fff!important;font-size:clamp(32px,5vw,54px)!important;line-height:1.03!important;font-weight:950!important;letter-spacing:-.04em}.sn-hero p{max-width:720px;color:#cbd5e1!important;font-size:16px!important;line-height:1.75!important}.sn-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.sn-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:12px 16px;text-decoration:none!important;font-weight:850;transition:.2s transform,.2s box-shadow}.sn-btn:hover{transform:translateY(-2px)}.sn-btn-primary{background:#38bdf8;color:#082f49!important;box-shadow:0 12px 30px rgba(56,189,248,.25)}.sn-btn-ghost{background:rgba(255,255,255,.08);color:#e2e8f0!important;border:1px solid rgba(255,255,255,.16)}
.sn-score-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px;border:1px solid rgba(255,255,255,.13);border-radius:24px;background:rgba(255,255,255,.08);backdrop-filter:blur(16px)}.sn-score-ring{--p:calc(var(--score) * 1%);width:178px;height:178px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at center,#0f172a 0 57%,transparent 58%),conic-gradient(#22c55e var(--p),rgba(255,255,255,.18) 0);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 16px 40px rgba(0,0,0,.22)}.sn-score-ring span{font-size:54px;font-weight:950;line-height:1}.sn-score-ring small{font-weight:800;color:#cbd5e1}.sn-status-pill{margin-top:14px;border-radius:999px;padding:8px 14px;font-weight:950;text-transform:uppercase;font-size:12px;letter-spacing:.06em}.sn-status-pill.is-up{background:rgba(34,197,94,.18);color:#86efac;border:1px solid rgba(34,197,94,.28)}.sn-status-pill.is-down{background:rgba(239,68,68,.18);color:#fecaca;border:1px solid rgba(239,68,68,.28)}.sn-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%;margin-top:16px}.sn-mini-grid div{border-radius:16px;padding:12px 8px;background:rgba(15,23,42,.48);text-align:center}.sn-mini-grid b{display:block;color:#fff;font-size:16px}.sn-mini-grid span{display:block;color:#94a3b8;font-size:11px;text-transform:uppercase;font-weight:800}
.sn-metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:0 0 24px}.sn-metric-card{padding:18px;border-radius:22px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 42px rgba(15,23,42,.08)}.sn-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#eff6ff;color:#1d4ed8;font-weight:950;margin-bottom:10px}.sn-metric-card span{display:block;font-size:13px;font-weight:850}.sn-metric-card b{display:block;color:#0f172a;font-size:25px;font-weight:950;margin:2px 0 10px}.sn-metric-card i{display:block;height:9px;border-radius:999px;background:#e2e8f0;overflow:hidden}.sn-metric-card i em{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#22c55e,#38bdf8)}.sn-section-title{font-size:25px!important;font-weight:950!important;letter-spacing:-.02em;color:#0f172a!important}.sn-verify-help{padding:12px 14px;background:#fff7ed;border:1px solid #fed7aa;border-radius:14px;color:#9a3412;margin-bottom:12px}.sn-verify-help code{background:#ffedd5;color:#9a3412;border-radius:7px}
.card-section{border:1px solid rgba(226,232,240,.9)!important;box-shadow:0 14px 35px rgba(15,23,42,.07)!important}.table{border-radius:16px!important;overflow:hidden}.tech-tag{box-shadow:0 6px 16px rgba(37,99,235,.08)}
@media(max-width:992px){.sn-hero{grid-template-columns:1fr}.sn-score-panel{align-items:flex-start}.sn-score-ring{margin:auto}.sn-metric-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.sn-hero{padding:24px 18px;border-radius:22px}.sn-metric-grid{grid-template-columns:1fr}.sn-mini-grid{grid-template-columns:1fr}.sn-actions .sn-btn{width:100%}}

/* StarNama V7 premium UI */
.sn-owner-verified{display:inline-flex;align-items:center;gap:7px;margin-left:10px;padding:7px 11px;border-radius:999px;background:linear-gradient(135deg,#e0f2fe,#dbeafe);color:#075985;font-weight:800;border:1px solid rgba(14,165,233,.28);box-shadow:0 8px 22px rgba(14,165,233,.14);vertical-align:middle}.sn-owner-verified svg{width:18px;height:18px;filter:drop-shadow(0 2px 4px rgba(37,99,235,.25))}.sn-verified-strip{display:flex;gap:14px;align-items:flex-start;padding:18px 20px;border-radius:20px;background:linear-gradient(135deg,#eff6ff,#ecfeff);border:1px solid rgba(59,130,246,.22);box-shadow:0 18px 45px rgba(37,99,235,.10);margin-top:18px;margin-bottom: 18px;}.sn-verified-strip .sn-verified-medal{width:48px;height:48px;min-width:48px;border-radius:16px;background:linear-gradient(135deg,#2563eb,#06b6d4);display:grid;place-items:center;color:#fff;box-shadow:0 12px 28px rgba(37,99,235,.30)}.sn-verified-strip .sn-verified-medal svg{width:28px;height:28px}.sn-verified-strip b{display:block;color:#0f172a;font-size:18px}.sn-verified-strip p{margin:.2rem 0 0;color:#475569}.wpssc-verified{display:flex!important;gap:12px;align-items:center;padding:16px 18px!important;border-radius:18px!important;background:linear-gradient(135deg,#eff6ff,#dcfce7)!important;color:#0f172a!important;border:1px solid rgba(34,197,94,.25);box-shadow:0 14px 35px rgba(34,197,94,.12)}.wpssc-verified:before{content:'✓';width:32px;height:32px;border-radius:999px;background:#2563eb;color:#fff;display:grid;place-items:center;font-weight:900}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px}.tech-chip{display:flex;align-items:center;gap:12px;padding:14px 15px;border-radius:18px;background:linear-gradient(180deg,#ffffff,#f8fafc);border:1px solid rgba(148,163,184,.28);box-shadow:0 12px 30px rgba(15,23,42,.06);transition:.22s ease}.tech-chip:hover{transform:translateY(-2px);box-shadow:0 18px 45px rgba(15,23,42,.10)}.tech-chip .tech-icon{width:38px;height:38px;min-width:38px;border-radius:13px;background:#f1f5f9;display:grid;place-items:center;overflow:hidden}.tech-chip .tech-icon svg{width:26px;height:26px}.tech-chip .tech-text{display:flex;flex-direction:column;line-height:1.15}.tech-chip .tech-text b{font-size:15px;color:#0f172a}.tech-chip .tech-text small{color:#64748b;font-size:12px;margin-top:4px}.wpssc-badge-preview{position:relative;padding:24px!important;background:radial-gradient(circle at top left,rgba(59,130,246,.35),transparent 30%),linear-gradient(135deg,#020617,#0f172a 50%,#111827)!important;border-radius:26px!important;overflow:hidden;border:1px solid rgba(148,163,184,.25);box-shadow:0 25px 60px rgba(2,6,23,.25)}.wpssc-badge-preview:before{content:'';position:absolute;inset:-60px auto auto -60px;width:180px;height:180px;border-radius:999px;background:rgba(14,165,233,.20);filter:blur(12px)}.wpssc-badge-preview img{position:relative;border-radius:22px;box-shadow:0 22px 60px rgba(2,6,23,.35)!important}.wpssc-code{border-radius:18px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.05);min-height:96px!important}.sn-speed-note{margin-top:10px;color:#64748b;font-size:13px}.sn-speed-note b{color:#0f172a}@media(max-width:720px){.sn-owner-verified{margin-left:0;margin-top:8px}.sn-verified-strip{flex-direction:column}.tech-grid{grid-template-columns:1fr}}
