:root{color-scheme:light dark;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;--bg: #fdf6e3;--fg: #1a1a1a;--muted: #6c6c6c;--card: #fff8e1;--border: #e6d8a8;--ok: #2e7d32;--minor: #f9a825;--major: #ef6c00;--critical: #c62828;--maintenance: #1565c0;--unknown: #757575}@media(prefers-color-scheme:dark){:root{--bg: #1b1b1b;--fg: #f4f4f4;--muted: #a0a0a0;--card: #262626;--border: #3a3a3a}}body{margin:0;background:var(--bg);color:var(--fg)}html.tauri-scroll-shell{scrollbar-color:transparent transparent;scrollbar-width:none}html.tauri-scroll-shell::-webkit-scrollbar{width:0;height:0}.app{max-width:720px;margin:0 auto;padding:2rem 1.25rem 4rem}.app-tauri{padding-top:1rem}html.tauri-scroll-shell.tauri-can-scroll:not(.tauri-at-bottom) .app-tauri:after{content:"";position:fixed;right:0;bottom:0;left:0;height:3rem;pointer-events:none;background:linear-gradient(to bottom,transparent,var(--bg))}.tauri-scroll-thumb{position:fixed;top:var(--tauri-scroll-thumb-top, 8px);right:4px;z-index:2;width:6px;height:var(--tauri-scroll-thumb-height, 36px);pointer-events:none;background:#1a1a1a6b;border-radius:999px;cursor:default;opacity:0;transition:opacity .6s ease}html.tauri-scroll-shell.tauri-scrolling.tauri-can-scroll .tauri-scroll-thumb,html.tauri-scroll-shell.tauri-scroll-dragging.tauri-can-scroll .tauri-scroll-thumb{opacity:1;pointer-events:auto}@media(prefers-color-scheme:dark){.tauri-scroll-thumb{background:#f4f4f457}}header h1{margin:0;font-size:1.75rem}.subtitle{margin:.25rem 0 1.5rem;color:var(--muted)}.this-is-fine{position:relative;margin:0 auto 2rem;max-width:520px;border:2px solid var(--border);border-radius:12px;overflow:hidden;background:#1a1a1a;aspect-ratio:1 / 1}.app-tauri .this-is-fine{border:0;border-radius:0;margin-bottom:.75rem}.desktop-status{max-width:520px;margin:0 auto 1.5rem;text-align:center}.desktop-status .countdown{display:inline-block;min-width:3ch;text-align:left;font-variant-numeric:tabular-nums}.this-is-fine img{display:block;width:100%;height:100%;object-fit:cover}.this-is-fine .speech{position:absolute;top:26%;right:30%;background:#fff;color:#1a1a1a;border:2px solid #1a1a1a;border-radius:999px;padding:.4rem .9rem;font-family:Georgia,Times New Roman,serif;font-style:italic;font-size:.95rem;box-shadow:2px 2px #00000040}.this-is-fine .speech:after{content:"";position:absolute;bottom:-10px;left:28%;width:14px;height:14px;background:#fff;border-right:2px solid #1a1a1a;border-bottom:2px solid #1a1a1a;transform:rotate(45deg) skew(-10deg,-10deg)}.services{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.service{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:.85rem 1rem}.service .row{display:flex;align-items:center;gap:.6rem}.service .dot{width:10px;height:10px;border-radius:50%;background:var(--unknown);flex-shrink:0}.service.sev-none .dot{background:var(--ok)}.service.sev-minor .dot{background:var(--minor)}.service.sev-major .dot{background:var(--major)}.service.sev-critical .dot{background:var(--critical)}.service.sev-maintenance .dot{background:var(--maintenance)}.service .name{font-weight:600;color:inherit;text-decoration:none}.service .name:hover{text-decoration:underline}.service .desc{margin-left:auto;color:var(--muted);font-size:.9rem}.service .comment{margin:.35rem 0 0;color:var(--muted);font-style:italic;font-size:.9rem}
