/* Per guideline 3.11, this file is placed in the public/ directory to be served statically. */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
    margin: 0;
    padding: 2rem;
}
h1 {
    color: #0070f3;
}
strong {
    font-weight: 600;
}
#api-status {
    font-weight: bold;
    color: #ffa500; /* Orange for 'Pinging...' */
}