:root {
  color-scheme: light;
  /* Blue and cyan sampled from www.xrel.to, September 2026. */
  --blue: #0078ff;
  --cyan: #75ceea;
  --ink: #25292c;
  --muted: #646e76;
  --paper: #f5f6f7;
  --line: #e3e7ea;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; border-radius: 3px; }
.skip-link { position: absolute; top: -5rem; left: 1rem; z-index: 2; padding: 1rem; background: white; }
.skip-link:focus { top: 1rem; }
.site-header { background: var(--ink); border-top: 3px solid var(--cyan); }
.header-inner { max-width: 960px; min-height: 75px; padding: 0 28px; margin: auto; display: flex; align-items: center; gap: 19px; }
.brand { text-decoration: none; }
.wordmark { font-size: 29px; font-weight: 800; letter-spacing: -1.8px; color: var(--cyan); }
.wordmark > span { color: #fff; }
.wordmark i { color: var(--cyan); font-style: normal; }
.header-divider { width: 1px; height: 23px; background: #51575b; }
.header-label { color: #d4d9dc; font-size: 15px; }
.back-link { margin-left: auto; color: #d4d9dc; font-size: 14px; text-decoration: none; padding: 12px 0; }
.back-link span { margin-left: 8px; color: var(--cyan); }
.back-link:hover { color: var(--cyan); }
main { width: min(100% - 48px, 720px); margin: 0 auto; }
.intro { padding: 62px 0 32px; }
.eyebrow { color: var(--muted); font-size: 12px; letter-spacing: 1.8px; font-weight: 700; margin: 0 0 17px; }
h1 { font-size: clamp(2.2rem, 6vw, 2.8rem); letter-spacing: -1.7px; line-height: 1.15; margin: 0; }
h1 > span { color: var(--blue); }
.intro-copy { color: var(--muted); font-size: 17px; line-height: 1.6; margin: 17px 0 0; }
.monitoring { display: flex; align-items: center; gap: 15px; padding: 22px; background: #fff; border: 1px solid #d8e4ec; border-radius: 8px; text-decoration: none; }
.monitoring:hover { border-color: #7dafd8; background: #fbfdff; }
.monitor-icon { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 7px; color: #1769ac; background: #eaf5fb; }
.monitor-icon svg { width: 26px; height: 26px; }
.monitor-copy { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.monitor-copy strong { font-size: 15px; font-weight: 600; }
.monitor-copy > span { font-size: 14px; color: var(--muted); }
.monitor-action { margin-left: auto; color: #0866cb; font-size: 14px; white-space: nowrap; }
.monitor-action > span { margin-left: 7px; }
.feed { margin-top: 43px; }
.feed-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; }
h2 { margin: 0; font-size: 17px; font-weight: 600; }
.feed-heading > span { font-size: 13px; color: var(--muted); }
.updates { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; }
.update { position: relative; display: flex; gap: 15px; padding: 27px 25px 28px; scroll-margin-top: 24px; }
.update + .update { border-top: 1px solid var(--line); }
.update::before { content: ''; position: absolute; left: 0; top: 28px; width: 3px; height: 37px; background: var(--entry-color, var(--blue)); border-radius: 0 2px 2px 0; }
.update--maintenance { --entry-color: #b97813; }
.update--incident { --entry-color: #cd4444; }
.update--resolved { --entry-color: #21865c; }
.update:target { background: #f5faff; }
.avatar { display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; flex: 0 0 40px; border-radius: 7px; background: var(--ink); color: var(--cyan); font-size: 20px; font-weight: 800; letter-spacing: -1px; }
.avatar > span { color: white; }
.update-content { min-width: 0; flex: 1; }
.update-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; min-height: 21px; }
.author { font-size: 15px; font-weight: 700; }
.badge { display: inline-flex; align-items: center; font-size: 12px; font-weight: 600; padding: 4px 8px; border-radius: 4px; line-height: 1; }
.badge--info { background: #eaf3ff; color: #1263b5; }
.badge--maintenance { background: #fff3da; color: #865b09; }
.badge--incident { background: #ffebeb; color: #ae3030; }
.badge--resolved { background: #e8f6ee; color: #21754e; }
.timestamp { display: inline-block; margin-top: 7px; font-size: 13px; line-height: 1.4; color: var(--muted); text-decoration: none; }
.timestamp:hover { color: #0866cb; text-decoration: underline; }
.timestamp span { margin: 0 4px; }
h3 { font-size: 17px; line-height: 1.5; margin: 21px 0 9px; font-weight: 600; overflow-wrap: anywhere; }
.update-body { font-size: 16px; line-height: 1.65; color: #4c565e; overflow-wrap: anywhere; }
.update-body p { margin: 0 0 13px; }
.update-body p:last-child { margin-bottom: 0; }
.empty { margin: 0; padding: 28px; color: var(--muted); line-height: 1.6; }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); padding: 21px 0 35px; margin-top: 35px; font-size: 12px; color: var(--muted); }
.site-footer > span:first-child { font-weight: 600; }
.site-footer > span > span { margin: 0 6px; font-weight: 400; }
@media (max-width: 600px) {
  .header-inner { padding: 0 24px; min-height: 68px; gap: 14px; }
  .intro { padding-top: 42px; }
  .monitoring { flex-wrap: wrap; padding: 19px; gap: 12px; }
  .monitor-action { width: 100%; margin: 4px 0 0 54px; white-space: normal; }
  .feed { margin-top: 34px; }
  .update { padding: 23px 18px; gap: 12px; }
  .avatar { width: 33px; height: 33px; flex-basis: 33px; font-size: 18px; }
  h3 { margin-top: 18px; }
}
@media (max-width: 360px) {
  main { width: calc(100% - 32px); }
  .header-inner { padding: 0 16px; }
  .back-link { font-size: 13px; }
  .update { padding: 21px 14px; }
}
