:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4f6f9;--surface:#fff;--text:#1a2332;--muted:#5c6b7f;--border:#d8dee8;--info:#2563eb;--warning:#d97706;--critical:#dc2626;--resolved:#16a34a;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,sans-serif}*,:before,:after{box-sizing:border-box}body{background:var(--bg);min-height:100vh;color:var(--text);flex-direction:column;margin:0;display:flex}.page-header{border-bottom:1px solid var(--border);background:var(--surface);padding:1rem 1.25rem .5rem}.page-header h1{margin:0;font-size:1.25rem;font-weight:600}.page-subtitle{color:var(--muted);margin:.25rem 0 0;font-size:.875rem}.incident-timeline{flex-direction:column;margin:.75rem 1.25rem 0;display:flex}.timeline-entry{grid-template-columns:5rem 1.5rem 1fr;gap:0 .75rem;display:grid}.timeline-entry__time{text-align:right;flex-direction:column;gap:.1rem;padding-top:.15rem;display:flex}.timeline-entry__date-text{color:var(--muted);font-size:.75rem;line-height:1.2}.timeline-entry__time-text{color:var(--text);font-size:.8125rem;font-weight:600;line-height:1.2}.timeline-entry__spine{flex-direction:column;align-items:center;display:flex}.timeline-entry__dot{border:2px solid var(--muted);background:var(--bg);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:.2rem}.timeline-entry--info .timeline-entry__dot{border-color:var(--info)}.timeline-entry--warning .timeline-entry__dot{border-color:var(--warning)}.timeline-entry--critical .timeline-entry__dot{border-color:var(--critical);background:color-mix(in srgb, var(--critical) 15%, var(--bg))}.timeline-entry--resolved .timeline-entry__dot{border-color:var(--resolved);background:var(--resolved)}.timeline-entry__line{background:var(--border);flex:1;width:2px;margin-top:4px}.timeline-entry:last-child .timeline-entry__line{visibility:hidden}.timeline-entry__body{padding-bottom:1.125rem}.timeline-entry__label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:.2rem;font-size:.6875rem;font-weight:700;display:block}.timeline-entry--info .timeline-entry__label{color:var(--info)}.timeline-entry--warning .timeline-entry__label{color:var(--warning)}.timeline-entry--critical .timeline-entry__label{color:var(--critical)}.timeline-entry--resolved .timeline-entry__label{color:var(--resolved)}.timeline-entry__title{margin:0;font-size:.9375rem;font-weight:600;line-height:1.3}.timeline-entry--lead .timeline-entry__title{font-size:1.125rem}.timeline-entry__message{color:var(--text);margin:.4rem 0 0;font-size:.875rem;line-height:1.5}.feedback{margin:.75rem 1.25rem 0}.feedback__card{border:1px solid var(--border);background:var(--surface);border-radius:.5rem;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;display:flex}.feedback__title{margin:0;font-size:1rem}.feedback__text{color:var(--muted);max-width:56rem;margin:.25rem 0 0;line-height:1.4}.feedback__button{appearance:none;border:1px solid color-mix(in srgb, var(--info) 45%, var(--border));background:color-mix(in srgb, var(--info) 10%, var(--surface));color:var(--text);cursor:pointer;white-space:nowrap;border-radius:.5rem;padding:.6rem .85rem;font-weight:600}.feedback__button:hover{background:color-mix(in srgb, var(--info) 16%, var(--surface))}.feedback__button:active{transform:translateY(1px)}.feedback__button:focus-visible{outline:3px solid color-mix(in srgb, var(--info) 35%, transparent);outline-offset:2px}.dashboard{flex:1;min-height:0;padding:.75rem 1.25rem 1rem;display:flex}.dashboard iframe{border:1px solid var(--border);background:var(--surface);border-radius:.5rem;flex:1;width:100%;min-height:calc(100vh - 11rem)}.page-footer{color:var(--muted);padding:.5rem 1.25rem 1rem;font-size:.8125rem}.page-footer p{margin:0}
