/*STATUS.html*/

.time {
    width: 100%;
    max-width: 480px;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 500;
    color: #111827;
    margin-bottom: 1.25rem;
}   
.card {
    width: 100%;
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 2rem 1.75rem;
    box-shadow:
    0 20px 60px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(148, 163, 184, 0.18);
    text-align: center;
}
    h1 {
      margin: 0 0 0.75rem;
      font-size: 1.4rem;
      font-weight: 800;
      color: #020617;
    }
    .status-label {
      margin: 0.25rem 0 0.25rem;
      font-size: 1.1rem;
      font-weight: 700;
    }
    .status-ok {
      color: #16a34a; /* green */
    }
    .status-warn {
      color: #ea580c; /* amber */
    }
    
    .status-error 
      color: #dc2626; /* red */
    }
    
    .status-unknown {
      color: #6b7280; /* gray */
    }
    .status-message {
      margin: 0;
      font-size: 0.9rem;
      color: #6b7280;
    }
    hr {
      margin: 1.5rem 0 1.25rem;
      border: none;
      border-top: 1px solid #e5e7eb;
    }
    .section-title {
      margin: 0 0 0.25rem;
      font-size: 1rem;
      font-weight: 700;
      color: #020617;
    }
    .section-text {
      margin: 0;
      font-size: 0.95rem;
      color: #4b5563;
    }
    .link {
      margin-top: 1.5rem;
      font-size: 0.95rem;
    }
    .link a {
      color: #2563eb;
      font-weight: 600;
      text-decoration: none;
    }
    .link a:hover {
      text-decoration: underline;
    }
    .refresh-note {
      margin-top: 0.25rem;
      font-size: 0.8rem;
      color: #9ca3af;
    }