.status-hero>.content-shell{min-height:0;padding-top:36px;padding-bottom:0}.status-hero{padding:72px 0 30px;background:radial-gradient(circle at 85% 5%,rgba(229,57,53,.18),transparent 38%),linear-gradient(180deg,#17131a,#0e0c12)}
.status-hero__content{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding:42px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.012))}
.status-hero h1{margin:7px 0 8px;font-size:clamp(38px,6vw,68px);line-height:1}.status-hero p{margin:0;color:#aaa1ae;font-size:17px}
.status-overall{display:flex;align-items:center;gap:12px;min-width:max-content;padding:14px 18px;border:1px solid var(--line);border-radius:9px;background:#121015}
.status-overall span,.server-status-dot{width:11px;height:11px;border-radius:50%;background:#85808a;box-shadow:0 0 0 5px rgba(133,128,138,.12)}
.status-overall--online span,.server-status-card--online .server-status-dot{background:#42d67b;box-shadow:0 0 0 5px rgba(66,214,123,.12)}
.status-overall--maintenance span,.server-status-card--maintenance .server-status-dot,.server-status-card--starting .server-status-dot,.server-status-card--stopping .server-status-dot{background:#ffc857;box-shadow:0 0 0 5px rgba(255,200,87,.12)}
.status-overall--offline span,.server-status-card--offline .server-status-dot{background:#ff5e59;box-shadow:0 0 0 5px rgba(255,94,89,.12)}
.status-content{min-height:0;padding-top:30px;padding-bottom:75px}.status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.server-status-card{padding:25px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(145deg,#1b171f,#131116);box-shadow:0 15px 35px rgba(0,0,0,.18)}
.server-status-card__head,.server-status-card__head>div{display:flex;align-items:center;justify-content:space-between;gap:15px}.server-status-card__head>div{justify-content:flex-start}
.server-status-card h2{margin:0 0 4px;color:#fff;font-size:22px}.server-status-card small{color:#918995}.server-status-card>p{min-height:48px;margin:21px 0;color:#b8b0bc;line-height:1.65}
.server-status-badge{padding:7px 11px;border:1px solid var(--line);border-radius:999px;color:#ddd5e1;background:#100e13;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.server-status-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-top:18px;border-top:1px solid var(--line)}.server-status-meta div{display:grid;gap:4px}.server-status-meta strong{font-size:14px;overflow-wrap:anywhere}
.status-checked{text-align:center;margin:28px 0 0;color:#756e79;font-size:13px}.status-empty{grid-column:1/-1;padding:45px;text-align:center;border:1px dashed var(--line);border-radius:12px}
.server-status-admin .panel-card form>.form-grid{margin-bottom:14px}.server-status-admin textarea{min-height:90px}
@media(max-width:760px){.status-hero{padding-top:35px}.status-hero__content{align-items:flex-start;flex-direction:column;padding:27px}.status-overall{min-width:0;width:100%}.status-grid{grid-template-columns:1fr}.server-status-card__head{align-items:flex-start}.server-status-meta{grid-template-columns:1fr}.server-status-card>p{min-height:0}}