:root{color:#1e293b;background:#f8fafc;font-family:Lexend,Inter,Arial,sans-serif;font-synthesis:none}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;background:#f8fafc}button,input{font:inherit}.application{min-height:100vh}.platform-header{position:sticky;top:0;z-index:10;border-bottom:1px solid #e5e7eb;background:#fff}.platform-header-content,.page-content{width:min(1180px,calc(100% - 32px));margin:0 auto}.platform-header-content{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;min-width:0;align-items:center;gap:10px}.brand-symbol{width:30px;height:30px;object-fit:contain}.brand-name{color:#1e293b;font-size:1rem;font-weight:700;letter-spacing:.02em}.header-divider{width:1px;height:22px;background:#e2e8f0}.header-section,.auto-refresh{color:#64748b;font-size:.84rem;font-weight:500}.auto-refresh{display:flex;align-items:center;gap:7px}.auto-refresh:before{width:8px;height:8px;border-radius:50%;background:#22c55e;content:""}.page-content{padding:32px 0 52px}.page-title,.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.page-title{margin-bottom:24px}.page-title h1,.section-heading h2,.target-title h2,p{margin-top:0}.page-title h1{margin-bottom:6px;color:#1e293b;font-size:1.55rem;font-weight:700;letter-spacing:-.025em}.page-title p,.section-heading p{margin-bottom:0;color:#64748b;font-size:.88rem}.target-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.target-card,.uptime-card,.incidents-section{border:1px solid #e2e8f0;border-radius:10px;background:#fff;box-shadow:0 1px 2px #0f172a0a}.target-card{padding:20px}.target-heading{display:flex;align-items:center;gap:12px}.service-icon{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border-radius:8px;background:#eff6ff;color:#2563eb;font-size:.84rem;font-weight:700}.service-icon.frontend{background:#f5f3ff;color:#7c3aed}.service-icon svg{width:16px;height:16px}.target-title{min-width:0;flex:1}.target-title h2{margin-bottom:3px;color:#1e293b;font-size:.96rem;font-weight:600}.target-title p{margin-bottom:0;color:#94a3b8;font-size:.75rem}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:6px;font-size:.71rem;font-weight:600;white-space:nowrap}.status-pill.operational{background:#f0fdf4;color:#166534}.status-pill.unstable{background:#fffbeb;color:#92400e}.status-pill.outage{background:#fef2f2;color:#b91c1c}.status-pill.unknown{background:#f1f5f9;color:#475569}.status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.target-details{display:flex;justify-content:space-between;gap:12px;margin-top:20px;color:#64748b;font-size:.78rem}.target-details p{margin-bottom:0}.response-time-warning{margin:14px 0 0;padding:9px 10px;border:1px solid #fde68a;border-radius:6px;background:#fffbeb;color:#92400e;font-size:.78rem;font-weight:600}.incident-current{margin:14px 0 0;padding:9px 10px;border:1px solid #fecaca;border-radius:6px;background:#fef2f2;color:#b91c1c;font-size:.78rem}.history-row{margin-top:20px}.history-row>span{display:block;margin-bottom:8px;color:#64748b;font-size:.72rem;font-weight:500}.history-bar{display:flex;gap:2px;min-height:8px}.history-day{min-width:3px;flex:1;border-radius:2px;background:#86efac}.history-day.partial{background:#fcd34d}.history-day.incident{background:#fca5a5}.uptime-section{margin:32px 0}.section-heading{margin-bottom:14px}.section-heading h2{margin-bottom:5px;color:#1e293b;font-size:1.06rem;font-weight:650}.uptime-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.uptime-card{padding:16px}.period-label{color:#64748b;font-size:.76rem;font-weight:600}.uptime-values{display:grid;gap:8px;margin-top:16px}.uptime-values p{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:0}.uptime-values span{color:#64748b;font-size:.72rem}.uptime-values strong{color:#1e293b;font-size:.94rem;font-weight:650}.incidents-section{overflow:hidden}.incidents-section .section-heading{padding:20px 20px 0}.incident-list{margin-top:18px;border-top:1px solid #e2e8f0}.incident-list-header,.incident-row{display:grid;grid-template-columns:minmax(145px,.9fr) minmax(145px,.75fr) minmax(245px,1.5fr) 75px;gap:18px;align-items:center;padding:13px 20px}.incident-list-header{border-bottom:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:.7rem;font-weight:600;text-transform:uppercase}.incident-row{border-bottom:1px solid #eef2f7;color:#475569;font-size:.78rem}.incident-row:last-child{border-bottom:0}.service-name{color:#1e293b;font-weight:600}.incident-duration,.resolved-icon{display:inline-flex;align-items:center}.incident-duration{gap:.375rem}.resolved-icon{color:#16a34a}.resolved-icon svg{height:.875rem;width:.875rem}.cause{color:#b45309}.incident-time{color:#64748b;line-height:1.45}.incident-row>strong{color:#475569;font-size:.78rem;white-space:nowrap}.empty-state,.loading,.error{padding:18px 20px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#64748b;font-size:.88rem}.incidents-section .empty-state{margin:18px 20px 20px;background:#f8fafc}.error{border-color:#fecaca;background:#fef2f2;color:#b91c1c}@media(max-width:850px){.uptime-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.incident-list{overflow-x:auto}.incident-list-header,.incident-row{min-width:720px}}@media(max-width:650px){.platform-header-content,.page-content{width:min(100% - 24px,1180px)}.header-divider,.auto-refresh{display:none}.page-content{padding-top:24px}.page-title{align-items:flex-start;flex-direction:column;gap:8px}.target-grid,.uptime-grid{grid-template-columns:1fr}.target-heading{align-items:flex-start}.status-pill{margin-left:auto}.target-details{align-items:flex-start;flex-direction:column;gap:4px}}
