:root{--ando-white:#fff;--ando-black:#000;--ando-green-50:#dcfce7;--ando-green-500:#22c55e;--ando-green-700:#166534;--ando-amber-50:#fef3c7;--ando-amber-500:#f59e0b;--ando-amber-700:#92400e;--ando-rose-50:#fee2e2;--ando-rose-500:#f43f5e;--ando-rose-600:#b91c1c;--ando-blue-50:#dbeafe;--ando-blue-600:#2563eb;--ando-border-1:#e0e0e0;--ando-border-2:#e0e0e0;--ando-border-alpha:#0000000f;--ando-background-1:#fff;--ando-background-2:#f7f7f7;--ando-background-3:#f7f7f7;--ando-background-elevated:#fff;--ando-foreground-1:#000;--ando-foreground-2:#5f5f5f;--ando-foreground-3:#b0b0b0;color:var(--ando-foreground-1);background:var(--ando-background-3);font-feature-settings:"kern" 1, "liga" 1;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{background:#f7f7f7;min-width:320px;margin:0}button,input,textarea,select{font:inherit}.status-shell{flex-direction:column;row-gap:20px;width:min(100%,1400px);min-height:100vh;margin:0 auto;padding:24px 32px 48px;display:flex}.status-hero{border:1px solid var(--ando-border-1);background:var(--ando-background-elevated);grid-template-columns:minmax(0,1fr) minmax(280px,380px);align-items:end;gap:20px 32px;padding:16px;display:grid;overflow:hidden}.status-hero__brand{min-width:0;color:var(--ando-foreground-2);grid-column:1/-1;align-items:center;column-gap:8px;font-size:.875rem;font-weight:400;display:flex}.status-hero__logo{border:1px solid var(--ando-border-1);background:var(--ando-background-1);width:24px;height:24px;padding:4px}.status-hero__content{min-width:0}.status-hero h1{max-width:660px;color:var(--ando-foreground-1);letter-spacing:0;margin:12px 0 8px;font-size:1.5rem;font-weight:300;line-height:1.2}.status-hero__detail{max-width:640px;color:var(--ando-foreground-2);font-size:.875rem;line-height:1.5}.status-hero__meta{border:1px solid var(--ando-border-1);background:var(--ando-background-2);margin:0;display:grid;overflow:hidden}.status-hero__meta div{border-bottom:1px solid var(--ando-border-1);grid-template-columns:96px minmax(0,1fr);align-items:center;column-gap:12px;padding:10px 12px;display:grid}.status-hero__meta div:last-child{border-bottom:0}.status-hero__meta dt{color:var(--ando-foreground-3);letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:400}.status-hero__meta dd{overflow-wrap:anywhere;min-width:0;color:var(--ando-foreground-1);margin:0;font-size:.875rem;font-weight:400}.status-skeleton{--status-skeleton-background:linear-gradient(90deg, var(--ando-light-100) 0%, var(--ando-light-200) 45%, var(--ando-light-100) 90%);--status-skeleton-background-size:220% 100%;background:var(--status-skeleton-background);background-size:var(--status-skeleton-background-size);border-radius:999px;animation:1.25s ease-in-out infinite status-skeleton-shimmer;display:block;overflow:hidden}.status-skeleton--badge{width:118px;height:34px}.status-skeleton--compact-badge{flex:none;width:88px;height:31px}.status-skeleton--title{border-radius:12px;width:min(100%,520px);height:.86em}.status-skeleton--detail{width:min(100%,610px);height:1rem}.status-skeleton--detail-short{width:min(72%,420px);height:1rem;margin-top:9px}.status-skeleton--meta{width:min(100%,178px);height:.92rem}.status-skeleton--meta-short{width:78px;height:.92rem}.status-skeleton--metric{border-radius:8px;width:92px;height:1.6rem}.status-skeleton--history-label{width:74px;height:.76rem}.status-skeleton--updated{width:180px;height:.84rem}@keyframes status-skeleton-shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}.status-notices{row-gap:10px;display:grid}.status-notice{border:1px solid var(--ando-border-1);background:var(--ando-background-elevated);color:var(--ando-foreground-1);justify-content:space-between;align-items:center;column-gap:16px;padding:10px 12px;font-size:.875rem;display:flex}.status-notice--warning{background:var(--ando-amber-50);border-color:#fcd34d}.status-notice--incident{background:var(--ando-rose-50);border-color:#fca5a5}.status-notice time{color:var(--ando-foreground-3);flex-shrink:0;font-size:.75rem}.component-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.component-card{border:1px solid var(--ando-border-1);background:var(--ando-background-elevated);flex-direction:column;row-gap:12px;min-width:0;padding:12px;display:flex}.component-card:before{display:none}.component-card--operational{--component-accent:var(--ando-green-500)}.component-card--degraded{--component-accent:var(--ando-amber-500)}.component-card--outage{--component-accent:var(--ando-rose-500)}.component-card--unknown{--component-accent:var(--ando-border-1)}.component-card--loading{--component-accent:var(--ando-light-300)}.component-card__header{justify-content:space-between;align-items:flex-start;column-gap:12px;display:flex}.component-card h2{color:var(--ando-foreground-2);letter-spacing:.05em;text-transform:uppercase;margin:0 0 4px;font-size:.75rem;font-weight:400}.component-card__description{max-width:520px;color:var(--ando-foreground-2);font-size:.875rem;line-height:1.45}.component-card__metric{justify-content:space-between;align-items:baseline;column-gap:12px;padding-top:2px;display:flex}.component-card__metric span:first-child{color:var(--ando-foreground-1);font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:300}.component-card__metric span:last-child,.component-card__updated{color:var(--ando-foreground-3);font-size:.75rem}.history-grid{row-gap:6px;display:grid}.history-grid__bars{grid-template-columns:repeat(30,minmax(4px,1fr));column-gap:3px;min-height:32px;display:grid}.history-grid__bar{background:#e8e8e8;border-radius:1px;min-width:4px;height:32px}.history-grid__bar--operational{background:var(--ando-green-500)}.history-grid__bar--degraded{background:var(--ando-amber-500)}.history-grid__bar--outage{background:var(--ando-rose-500)}.history-grid__bar--unknown{background:#e8e8e8}.history-grid__bar.status-skeleton{background:var(--status-skeleton-background);background-size:var(--status-skeleton-background-size)}.history-grid__labels{color:var(--ando-foreground-3);justify-content:space-between;font-size:.75rem;display:flex}.component-card__checks{row-gap:6px;display:grid}.component-check-row{border:1px solid var(--ando-border-1);background:var(--ando-background-2);grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:12px;min-width:0;padding:8px 10px;display:grid}.component-check-row--degraded{background:var(--ando-amber-50);border-color:#fcd34d}.component-check-row--outage{background:var(--ando-rose-50);border-color:#fca5a5}.component-check-row--unknown{background:var(--ando-background-elevated)}.component-check-row__main,.component-check-row__state{min-width:0}.component-check-row__state{justify-items:end;row-gap:5px;display:grid}.component-check-row__name{color:var(--ando-foreground-1);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:400;overflow:hidden}.component-check-row__description,.component-check-row__meta{color:var(--ando-foreground-2);font-size:.75rem;line-height:1.35}.component-check-row__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:3px;display:-webkit-box;overflow:hidden}.component-check-row__meta{color:var(--ando-foreground-3);text-align:right;white-space:nowrap}.status-badge{border:1px solid var(--ando-border-1);background:var(--ando-background-2);width:fit-content;max-width:100%;color:var(--ando-foreground-1);align-items:center;column-gap:6px;padding:2px 8px;font-size:.75rem;font-weight:400;display:inline-flex}.status-badge--compact{flex-shrink:0;padding:2px 8px;font-size:.75rem}.status-badge__dot{background:currentColor;border-radius:50%;flex:none;width:6px;height:6px}.status-badge--operational{background:var(--ando-green-50);color:var(--ando-green-700);border-color:#86efac}.status-badge--degraded{background:var(--ando-amber-50);color:var(--ando-amber-700);border-color:#fcd34d}.status-badge--outage{background:var(--ando-rose-50);color:var(--ando-rose-600);border-color:#fca5a5}.status-badge--unknown{color:var(--ando-foreground-3)}@media (width<=820px){.status-shell{padding:16px 16px 36px}.status-hero{grid-template-columns:1fr;padding:16px}.status-hero h1{font-size:1.25rem}.component-grid{grid-template-columns:1fr}}@media (width<=560px){.status-hero h1{font-size:1.125rem}.status-hero__meta div,.component-card__header,.component-card__metric,.component-check-row,.status-notice{flex-direction:column;grid-template-columns:1fr;align-items:flex-start;row-gap:6px}.component-check-row__state{justify-items:start}.component-check-row__meta{text-align:left;white-space:normal}.history-grid__bars{column-gap:2px}}@media (prefers-reduced-motion:reduce){.status-skeleton{animation:none}}
