body{background:#f6f8fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}
.status-container{max-width:900px;margin:60px auto;padding:0 20px}
.status-header{text-align:center;margin-bottom:30px}
.status-logo{font-size:28px;font-weight:700}
.status-project{color:#666}
.status-global{display:flex;align-items:center;justify-content:center;padding:16px;border-radius:6px;margin-bottom:30px}
.status-global.ok{background:#2da44e;color:#fff}
.status-services{background:#fff;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.1)}
.service{display:flex;align-items:center;padding:16px 20px;border-bottom:1px solid #eee}
.service:last-child{border-bottom:none}
.dot{width:10px;height:10px;border-radius:50%;margin-right:15px}
.dot.ok{background:#2da44e}
.service-info{flex:1}
.service-name{font-weight:600}
.service-meta{font-size:13px;color:#666}
.service-status{font-weight:500;color:#2da44e}
