/*
 * The skeleton page. Enough styling to read the output on a phone, no more.
 * The real look is designed in M4 (docs/ui.md); nothing here should survive.
 */

:root {
    color-scheme: light dark;
    font-family: system-ui, sans-serif;
}

body {
    margin: 0;
    padding: 1.5rem;
}

main {
    max-width: 40rem;
    margin: 0 auto;
}

.lead {
    color: GrayText;
}

button {
    font: inherit;
    padding: 0.6rem 1.2rem;
    min-height: 2.75rem;
}

#status {
    margin-left: 0.75rem;
    color: GrayText;
}

#events {
    font-family: ui-monospace, monospace;
    font-size: 0.9rem;
    line-height: 1.6;
    padding-left: 2.5rem;
}
