/* GOAT public status page (#12384).
   Standalone by design: this bundle is served without the Rails asset pipeline
   so it survives an application outage, so it cannot @import the app's SCSS
   tokens. The values below mirror homepage-concept-v7 and the committed mockup
   in docs/mockups/goat-status/ — the same near-black chrome, gold emphasis with
   a red underline, red hero rule, slate text and light panels. Keep them in step
   with goatleads/_tokens.scss when the brand palette changes. */
:root {
  --gs-red: #d00000; --gs-gold: #f7c957; --gs-ink: #101116;
  --gs-muted: #596579; --gs-line: #e4e7ec; --gs-green: #16845b;
  --gs-amber: #aa6800; --gs-outage: #c33443; --gs-unknown: #8490a1;
  --gs-bar-operational: #419e77; --gs-bar-degraded: #d6a045; --gs-bar-outage: #bf5360; --gs-bar-unknown: #c0c8d4;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #e8ebef; color: var(--gs-ink); font: 15px/1.6 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
button, summary { cursor: pointer; }
button, a, summary { touch-action: manipulation; }
:focus-visible { outline: 3px solid #739ccc; outline-offset: 4px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.1; }
[hidden] { display: none !important; }
.gs-site { max-width: 100%; margin: auto; background: #fcfcfd; }
.gs-wrap { width: calc(100% - 96px); max-width: 1160px; margin: auto; }
.gs-header { background: #0b0c10; color: white; }
.gs-header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.gs-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.gs-logo img { width: 42px; height: 52px; object-fit: contain; }
.gs-logo>span { font-size: 14px; font-weight: 850; letter-spacing: .035em; line-height: 1.6; }
.gs-logo small { display: block; color: #8e99aa; font-size: 8px; letter-spacing: .26em; line-height: 1; }
.gs-header nav { display: flex; gap: 29px; align-items: center; font-size: 12px; color: #bfc6d2; }
.gs-header nav a:hover { color: white; }
.gs-back { padding: 10px 16px; border: 1px solid #414856; border-radius: 6px; color: #e3e8f0; }
.gs-back span { margin-left: 18px; }
.gs-hero { background: radial-gradient(ellipse at 88% 45%, #6d12173b, transparent 52%), #0b0c10; color: white; border-bottom: 3px solid var(--gs-red); }
.gs-hero-inner { display: grid; grid-template-columns: 1fr .85fr; gap: 110px; align-items: center; padding: 52px 0 48px; }
.gs-eyebrow { display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 750; letter-spacing: .14em; margin-bottom: 21px; color: #657184; }
.gs-eyebrow::before { content: ""; width: 21px; height: 2px; background: var(--gs-red); flex-shrink: 0; }
.gs-hero .gs-eyebrow { color: #cbd2de; font-size: 9px; }
.gs-hero h1 { font-size: clamp(56px, 5.4vw, 78px); font-weight: 850; letter-spacing: -.065em; line-height: 1.02; }
.gs-hero h1>span { color: var(--gs-gold); display: inline-block; position: relative; }
.gs-hero h1>span::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 4px; background: #d70000; transform: rotate(-2deg); }
.gs-hero-description { font-size: 15px; line-height: 1.8; color: #b6bfce; margin-top: 29px; }
.gs-current { background: #171c25; border: 1px solid #454751; border-radius: 10px; padding: 23px 28px 0; box-shadow: 0 24px 65px #0003; }
.gs-current-label { display: flex; justify-content: space-between; align-items: center; font-size: 9px; letter-spacing: .13em; color: #a2aec1; }
.gs-signal { display: flex; gap: 3px; align-items: end; height: 13px; }
.gs-signal i { background: #6bb995; width: 3px; border-radius: 1px; height: 4px; }
.gs-signal i:nth-child(2) { height: 7px; } .gs-signal i:nth-child(3) { height: 10px; } .gs-signal i:nth-child(4) { height: 13px; }
.gs-site[data-state="unknown"] .gs-signal i { background: #6b7894; }
.gs-current-icon { width: 39px; height: 39px; border-radius: 50%; background: #31523f6b; border: 1px solid #6193776b; color: #a5ddbc; font-size: 22px; display: grid; place-items: center; margin: 25px 0 15px; }
.gs-current h2 { font-size: 34px; letter-spacing: -.045em; line-height: 1.1; font-weight: 750; }
.gs-current>p { font-size: 11px; line-height: 1.8; margin-top: 12px; color: #aab6c8; max-width: 300px; }
.gs-notice { border-left: 2px solid #d6a045; padding-left: 10px; color: #f4cf89 !important; }
.gs-current-bottom { display: flex; align-items: center; gap: 7px; margin-top: 22px; padding: 14px 0; border-top: 1px solid #ffffff18; font-size: 9px; color: #9eacc0; }
.gs-current-bottom>span:last-child { margin-left: auto; font-size: 8px; }
.gs-state-dot, .gs-small-dot { width: 5px; height: 5px; border-radius: 50%; background: #78b793; display: inline-block; flex-shrink: 0; }
.gs-hero-bottom { border-top: 1px solid #ffffff1c; display: flex; justify-content: space-between; padding: 20px 0; color: #99a5b8; font-size: 9px; }
.gs-hero-bottom>span:first-child { letter-spacing: .1em; display: flex; gap: 9px; align-items: center; }
.gs-hero-bottom i { font-style: normal; color: #58657b; margin: 0 16px; }
.gs-section { padding: 62px 0 42px; scroll-margin-top: 20px; }
.gs-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 30px; }
.gs-section-heading .gs-eyebrow { font-size: 9px; margin-bottom: 16px; }
.gs-section-heading h2 { font-size: 41px; font-weight: 800; letter-spacing: -.055em; line-height: 1.09; }
.gs-section-heading h2 span { color: #7b8493; }
.gs-section-heading>p { font-size: 12px; line-height: 1.8; color: #667085; margin-bottom: 3px; }
.gs-service-panel { border: 1px solid #dde2e9; border-radius: 10px; background: white; overflow: hidden; }
.gs-service { padding: 26px 29px 19px; }
.gs-service+.gs-service { border-top: 1px solid #e5e9ef; }
.gs-service-heading, .gs-service-name, .gs-service-meta { display: flex; align-items: center; }
.gs-service-heading { justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.gs-service-name { gap: 16px; }
.gs-service-number { width: 31px; height: 31px; border: 1px solid #e2e7ee; border-radius: 7px; color: #68768b; background: #f7f8fa; font-size: 10px; display: grid; place-items: center; flex-shrink: 0; }
.gs-service h3 { font-size: 17px; font-weight: 750; letter-spacing: -.025em; }
.gs-service-name p { font-size: 11px; color: #667085; margin-top: 6px; }
.gs-beta { vertical-align: middle; border: 1px solid #d7dfeb; background: #f0f3f7; color: #526580; border-radius: 3px; padding: 2px 5px; font-size: 8px; letter-spacing: .06em; font-weight: 550; margin-left: 6px; }
.gs-service-meta { gap: 23px; font-size: 11px; }
.gs-service-state { color: #20774f; display: inline-flex; align-items: center; gap: 7px; }
.gs-service-state i, .gs-legend i { display: inline-block; width: 6px; height: 6px; background: var(--gs-green); border-radius: 50%; flex-shrink: 0; }
.gs-uptime { color: #29364c; border-left: 1px solid #e4e7ec; padding-left: 22px; font-weight: 650; }
.gs-uptime small { font-weight: 400; color: #68768a; font-size: 10px; }
.gs-bars { display: grid; grid-template-columns: repeat(90, minmax(0, 1fr)); gap: 4px; }
.gs-bar { min-width: 0; height: 29px; border: 0; border-radius: 2px; background: var(--gs-bar-unknown); padding: 0; position: relative; }
.gs-bar.is-operational { background: var(--gs-bar-operational); }
.gs-bar.is-degraded { background: var(--gs-bar-degraded); }
.gs-bar.is-outage { background: var(--gs-bar-outage); }
.gs-bar.is-unknown { background: var(--gs-bar-unknown); }
.gs-bar.is-partial { background-image: repeating-linear-gradient(135deg, transparent 0 3px, #ffffff66 3px 5px); }
.gs-bar:hover, .gs-bar:focus-visible, .gs-bar[aria-pressed="true"] { filter: brightness(.78); }
.gs-bar-dates { display: flex; justify-content: space-between; font-size: 9px; color: #788497; margin-top: 9px; }
.gs-daily { margin-top: 14px; font-size: 11px; color: #43516a; }
.gs-daily summary { display: inline-block; padding: 8px 0; font-weight: 600; color: #43516a; }
.gs-table-wrap { overflow-x: auto; margin-top: 6px; border: 1px solid #e5e9ef; border-radius: 6px; }
.gs-daily table { width: 100%; border-collapse: collapse; font-size: 11px; }
.gs-daily th, .gs-daily td { text-align: left; padding: 7px 12px; border-bottom: 1px solid #eef1f5; white-space: nowrap; }
.gs-daily th { font-weight: 600; color: #667085; background: #fafbfc; font-size: 10px; letter-spacing: .03em; }
.gs-daily tbody tr:last-child td { border-bottom: 0; }
.gs-daily td[data-state="operational"] { color: #20774f; } .gs-daily td[data-state="degraded"] { color: #93600e; } .gs-daily td[data-state="outage"] { color: #a42e42; } .gs-daily td[data-state="unknown"] { color: #68768b; }
.gs-legend { display: flex; justify-content: center; gap: 23px; padding: 13px 20px; background: #fafbfc; border-top: 1px solid #e7ebef; font-size: 9px; color: #667085; }
.gs-legend span { display: inline-flex; align-items: center; gap: 6px; }
.gs-legend .gs-dot-operational { background: var(--gs-bar-operational); } .gs-legend .gs-dot-degraded { background: var(--gs-bar-degraded); } .gs-legend .gs-dot-outage { background: var(--gs-bar-outage); } .gs-legend .gs-dot-unknown { background: var(--gs-bar-unknown); }
.gs-history-help { margin-top: 13px; font-size: 10px; color: #6d788b; min-height: 16px; }
.gs-scope { margin-top: 14px; font-size: 11px; line-height: 1.7; color: #6d788b; max-width: 760px; }
.gs-updates { padding: 49px 0 53px; border-top: 1px solid #e4e7ed; background: #f0f1f4; scroll-margin-top: 20px; }
.gs-updates .gs-section-heading h2 { font-size: 35px; }
.gs-text-link { font-size: 11px; color: #43516a; font-weight: 600; display: inline-flex; align-items: center; gap: 16px; margin-bottom: 4px; }
.gs-no-incidents { display: flex; align-items: center; gap: 13px; margin-bottom: 25px; }
.gs-no-incidents>span { color: #287452; font-size: 16px; border: 1px solid #c8d9ce; border-radius: 50%; width: 28px; height: 28px; display: grid; place-items: center; flex-shrink: 0; }
.gs-site[data-announcements="unavailable"] .gs-no-incidents>span { color: #68768b; border-color: #cfd6e0; }
.gs-no-incidents h3, .gs-maintenance h3 { font-size: 12px; font-weight: 650; } .gs-no-incidents p, .gs-maintenance p { font-size: 11px; color: #667085; margin-top: 4px; }
.gs-subheading { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: #758095; margin: 28px 0 12px; }
.gs-incident { border: 1px solid #d9dfe8; border-radius: 8px; background: white; }
.gs-incident+.gs-incident { margin-top: 10px; }
.gs-incident summary { list-style: none; display: flex; align-items: center; gap: 35px; padding: 22px 25px; }
.gs-incident summary::-webkit-details-marker { display: none; }
.gs-incident-date { color: #758095; letter-spacing: .05em; font-size: 9px; text-transform: uppercase; }
.gs-incident-heading { display: flex; align-items: center; gap: 16px; } .gs-incident-heading strong { font-size: 12px; font-weight: 600; }
.gs-incident-badge { font-size: 9px; border: 1px solid #d6bd94; padding: 2px 7px; border-radius: 4px; color: #785014; background: #faf4e7; white-space: nowrap; }
.gs-incident-badge.is-resolved { background: #edf5f0; color: #3d6f53; border-color: #cbded2; }
.gs-expand { margin-left: auto; font-size: 21px; color: #63728a; } .gs-incident[open] .gs-expand { transform: rotate(45deg); }
.gs-incident-detail { padding: 0 25px 23px; border-top: 1px solid #e4e7ec; } .gs-incident-detail p { margin-top: 17px; font-size: 12px; color: #667085; white-space: pre-line; } .gs-incident-detail strong { font-size: 11px; color: #34435c; display: block; margin-bottom: 4px; }
.gs-empty { font-size: 11px; color: #6d788b; }
.gs-maintenance { display: flex; align-items: flex-start; gap: 14px; margin-top: 23px; } .gs-maintenance>span { color: #687990; font-size: 23px; line-height: 1; }
.gs-maintenance-item { margin-top: 12px; padding: 14px 16px; border: 1px solid #d9dfe8; border-radius: 8px; background: white; font-size: 12px; }
.gs-maintenance-item strong { display: block; font-size: 12px; color: #34435c; } .gs-maintenance-item small { display: block; margin-top: 4px; font-size: 10px; color: #738197; } .gs-maintenance-item p { margin-top: 8px; font-size: 11px; color: #667085; white-space: pre-line; }
.gs-current-incident { background: #fffcf5; border: 1px solid #dfc58f; border-radius: 8px; padding: 22px 25px; margin-bottom: 19px; } .gs-current-incident h3 { margin-top: 13px; font-size: 18px; } .gs-current-incident p { font-size: 12px; color: #6d5c40; margin-top: 10px; white-space: pre-line; } .gs-current-incident small { display: block; margin-top: 13px; font-size: 10px; color: #7b6950; }
.gs-footer { background: #0a0c10; padding: 29px 0; color: #9ba6b7; font-size: 10px; } .gs-footer .gs-wrap { display: flex; justify-content: space-between; align-items: center; gap: 25px; } .gs-footer nav { display: flex; gap: 22px; } .gs-footer .gs-logo>span { font-size: 11px; color: white; } .gs-footer .gs-logo img { width: 32px; height: 40px; } .gs-footer .gs-logo small { font-size: 6px; }
.gs-noscript { margin: 0; padding: 12px 24px; background: #fffcf5; color: #6d5c40; font-size: 12px; text-align: center; }
.gs-site[data-state="degraded"] .gs-current-icon { color: #f4cf89; border-color: #ad81395c; background: #7153224d; } .gs-site[data-state="outage"] .gs-current-icon { color: #e6a1a9; border-color: #a559646b; background: #77313f4d; } .gs-site[data-state="unknown"] .gs-current-icon { color: #b4bdce; border-color: #6b78946b; background: #3b46564d; }
.gs-site[data-state="degraded"] .gs-state-dot, .gs-site[data-state="degraded"] .gs-small-dot { background: #d6a045; } .gs-site[data-state="outage"] .gs-state-dot, .gs-site[data-state="outage"] .gs-small-dot { background: #bf5360; } .gs-site[data-state="unknown"] .gs-state-dot, .gs-site[data-state="unknown"] .gs-small-dot { background: #8490a1; }
.gs-service[data-state="degraded"] .gs-service-state { color: #93600e; } .gs-service[data-state="degraded"] .gs-service-state i { background: #d6a045; } .gs-service[data-state="outage"] .gs-service-state { color: #a42e42; } .gs-service[data-state="outage"] .gs-service-state i { background: #bf5360; } .gs-service[data-state="unknown"] .gs-service-state { color: #68768b; } .gs-service[data-state="unknown"] .gs-service-state i { background: #8490a1; }
@media (max-width: 1000px) { .gs-wrap { width: calc(100% - 48px); } .gs-hero-inner { gap: 45px; grid-template-columns: 1.1fr 1fr; } .gs-hero h1 { font-size: 60px; } .gs-current { padding: 20px 22px 0; } .gs-current h2 { font-size: 29px; } .gs-section-heading h2 { font-size: 36px; } .gs-bars { gap: 3px; } .gs-service-meta { gap: 12px; } .gs-uptime { padding-left: 12px; } }
@media (max-width: 700px) {
  .gs-wrap { width: calc(100% - 40px); } .gs-header-inner { height: 73px; gap: 12px; } .gs-logo img { width: 32px; height: 41px; } .gs-logo>span { font-size: 11px; } .gs-logo small { font-size: 6px; } .gs-header nav>a:not(.gs-back) { display: none; } .gs-back { font-size: 10px; padding: 9px 11px; } .gs-back span { margin-left: 5px; }
  .gs-hero-inner { grid-template-columns: 1fr; gap: 33px; padding: 33px 0 29px; } .gs-hero .gs-eyebrow { font-size: 7px; letter-spacing: .1em; margin-bottom: 22px; } .gs-hero h1 { font-size: 52px; } .gs-hero-description { font-size: 13px; margin-top: 25px; } .gs-current { padding: 20px 23px 0; } .gs-current-icon { margin-top: 22px; } .gs-current h2 { font-size: 32px; } .gs-current>p { font-size: 11px; } .gs-hero-bottom { font-size: 7px; padding: 17px 0; } .gs-hero-bottom i { margin: 0 6px; }
  .gs-section { padding: 39px 0 31px; } .gs-section-heading { display: block; margin-bottom: 23px; } .gs-section-heading h2 { font-size: 33px; } .gs-section-heading .gs-eyebrow { font-size: 8px; margin-bottom: 16px; } .gs-section-heading>p { font-size: 11px; margin-top: 16px; } .gs-service { padding: 22px 16px 17px; } .gs-service-heading { display: block; margin-bottom: 18px; } .gs-service-name { gap: 10px; } .gs-service-number { width: 25px; height: 28px; font-size: 9px; } .gs-service h3 { font-size: 16px; } .gs-service-name p { font-size: 10px; } .gs-service-meta { margin-top: 18px; justify-content: space-between; gap: 8px; font-size: 10px; } .gs-uptime { border: 0; padding: 0; } .gs-bars { gap: 1.5px; } .gs-bar { height: 26px; border-radius: 1px; } .gs-bar-dates { font-size: 8px; } .gs-legend { gap: 12px; padding: 13px 9px; font-size: 7px; flex-wrap: wrap; } .gs-legend span { gap: 4px; } .gs-legend i { width: 5px; height: 5px; } .gs-history-help { font-size: 9px; line-height: 1.7; }
  .gs-updates { padding: 36px 0; } .gs-updates .gs-section-heading h2 { font-size: 32px; } .gs-text-link { font-size: 10px; margin-top: 20px; } .gs-no-incidents { margin-top: 28px; } .gs-incident summary { flex-wrap: wrap; padding: 20px 17px; gap: 13px; } .gs-incident-date { width: 100%; font-size: 8px; } .gs-incident-heading { display: block; } .gs-incident-heading strong { display: block; margin-top: 9px; font-size: 11px; } .gs-expand { font-size: 18px; } .gs-incident-detail { padding: 0 17px 20px; } .gs-incident-detail p { font-size: 11px; } .gs-current-incident { padding: 20px 17px; } .gs-current-incident h3 { font-size: 16px; }
  .gs-footer { padding: 27px 0; } .gs-footer .gs-wrap { flex-wrap: wrap; gap: 22px; } .gs-footer .gs-logo { flex: 1; } .gs-footer .gs-logo>span { font-size: 10px; } .gs-footer .gs-logo img { width: 27px; height: 34px; } .gs-footer nav { width: 100%; gap: 22px; font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
