:root {
    --streamsets-blue: #0f62fe;
    --streamsets-text: #1f2328;
    --streamsets-muted: #59636e;
    --streamsets-surface: #ffffff;
    --streamsets-border: #d9e0e6;
    --streamsets-border-strong: #c5d1db;
    --streamsets-page: #eef1f4;
    --streamsets-table-header: #dce6ee;
    --streamsets-green: #44c96f;
}

body.streamsets-status-page {
    background: #edf1f4;
    color: var(--streamsets-text);
}

.streamsets-status-page .navbar,
.streamsets-status-page .footer {
    display: none;
}

.streamsets-status-page #app {
    max-width: 1010px;
    width: 100%;
    padding: 0 8px 28px;
}

.streamsets-status-page .container {
    width: 100%;
}

.streamsets-hero {
    margin: 8px 0 22px;
}

.streamsets-hero__card {
    background: var(--streamsets-surface);
    border: 1px solid var(--streamsets-border);
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06);
    padding: 14px 16px 10px;
}

.streamsets-hero__brand-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.streamsets-hero__brand-link {
    display: inline-flex;
}

.streamsets-hero__actions {
    display: flex;
    justify-content: flex-end;
    margin-left: 16px;
}

.streamsets-hero__subscribe {
    align-items: center;
    background: var(--streamsets-blue);
    border-color: var(--streamsets-blue);
    color: #fff;
    display: inline-flex;
    min-height: 40px;
    padding: 0 16px;
}

.streamsets-hero__subscribe:hover,
.streamsets-hero__subscribe:focus {
    background: #0043ce;
    border-color: #0043ce;
    color: #fff;
}

.streamsets-hero__logo {
    display: block;
    height: 40px;
    max-width: 360px;
    width: auto;
}

.streamsets-hero__title {
    color: #111418;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.25;
    margin: 0 0 6px;
}

.streamsets-hero__support {
    color: #2b3137;
    font-size: 1.6rem;
    line-height: 1.45;
    margin: 0;
}

.streamsets-hero__support-link {
    color: var(--streamsets-blue);
}

.streamsets-status-page .page-status,
.streamsets-status-page .about-app,
.streamsets-status-page .components,
.streamsets-status-page .metric,
.streamsets-status-page .timeline,
.streamsets-status-page .panel {
    background: var(--streamsets-surface);
    border: 1px solid var(--streamsets-border);
    border-radius: 2px;
    box-shadow: none;
}

.streamsets-status-page .page-status {
    border: 0;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 22px;
    padding: 16px 18px;
}

.streamsets-status-page .page-status.status-none,
.streamsets-status-page .page-status.status-1,
.streamsets-status-page .page-status.status-operational {
    background: var(--streamsets-green);
}

.streamsets-status-page .about-app {
    display: none;
}

.streamsets-status-page h1,
.streamsets-status-page h2,
.streamsets-status-page h3,
.streamsets-status-page h4 {
    color: #15181c;
}

.streamsets-status-page .components,
.streamsets-status-page .timeline,
.streamsets-status-page .metric {
    margin-bottom: 22px;
    overflow: hidden;
}

.streamsets-status-page .components .panel-heading,
.streamsets-status-page .timeline .panel-heading,
.streamsets-status-page .metric .panel-heading,
.streamsets-status-page .components > h4,
.streamsets-status-page .timeline > h4,
.streamsets-status-page .metric > h4 {
    background: transparent;
    border: 0;
    color: #111418;
    font-size: 1.9rem;
    font-weight: 700;
    margin: 0;
    padding: 16px 14px 12px;
}

.streamsets-status-page .components .table,
.streamsets-status-page .timeline .table,
.streamsets-status-page .metric .table {
    margin-bottom: 0;
}

.streamsets-status-page .list-group.components {
    border: 1px solid var(--streamsets-border);
    border-radius: 2px;
    box-shadow: none;
    margin-bottom: 0;
    overflow: hidden;
}

.streamsets-status-page .list-group.components .list-group-item {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    margin-bottom: 0;
}

.streamsets-status-page .list-group.components .list-group-item:first-child {
    border-top: 0;
}

.streamsets-status-page .list-group.components .list-group-item.group-name {
    background: #edf4fb;
    border-bottom: 1px solid #d8e4f0;
    color: #212830;
    font-size: 1.55rem;
    font-weight: 600;
    padding: 14px 16px;
}

.streamsets-status-page .list-group.components .list-group-item:not(.group-name) {
    background: #fff;
    border-top: 1px solid #e4eaef;
    color: #2a3138;
    font-size: 1.45rem;
    padding: 14px 16px;
}

.streamsets-status-page .list-group.components .group-items .list-group-item:nth-child(even) {
    background: #fbfcfd;
}

.streamsets-status-page .table > thead > tr > th {
    background: var(--streamsets-table-header);
    border-bottom: 1px solid var(--streamsets-border-strong);
    color: #45525f;
    font-size: 0.92rem;
    font-weight: 700;
    padding: 11px 14px;
}

.streamsets-status-page .table > tbody > tr > td,
.streamsets-status-page .table > tbody > tr > th {
    border-top: 1px solid #e4eaef;
    color: #20262d;
    padding: 13px 14px;
    vertical-align: middle;
}

.streamsets-status-page .table > tbody > tr:nth-child(even) > td,
.streamsets-status-page .table > tbody > tr:nth-child(even) > th {
    background: #f8fafb;
}

.streamsets-status-page .component-group td {
    background: #f2f6f9;
    font-weight: 500;
}

.streamsets-status-page .components .group-name .group-toggle,
.streamsets-status-page .components .group-name .pull-right,
.streamsets-status-page .components .group-name .ion,
.streamsets-status-page .components .group-name i {
    display: none;
}

.streamsets-status-page .list-group.components .list-group-item .pull-right,
.streamsets-status-page .list-group.components .list-group-item .component-status {
    color: #42c969;
    font-size: 1.4rem;
    font-weight: 400;
}

.streamsets-status-page .list-group.components .group-name strong {
    font-weight: 600;
}

.streamsets-status-page .component-status,
.streamsets-status-page .label-status,
.streamsets-status-page .label,
.streamsets-status-page .badge {
    border-radius: 999px;
}

.streamsets-status-page .label-success,
.streamsets-status-page .badge-success,
.streamsets-status-page .component-status.status-1 {
    background: transparent;
    color: #33b864;
}

.streamsets-status-page .components .fa,
.streamsets-status-page .timeline .fa {
    color: #7d8790;
}

.streamsets-status-page .panel-body {
    padding: 0;
}

.streamsets-status-page .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.streamsets-status-page .form-control {
    border: 1px solid var(--streamsets-border);
    border-radius: 2px;
    box-shadow: none;
}

.streamsets-status-page .btn {
    border-radius: 2px;
    font-weight: 600;
}

.streamsets-status-page .section-timeline h1,
.streamsets-status-page .section-timeline h2,
.streamsets-status-page .section-timeline h3,
.streamsets-status-page .section-timeline .title {
    font-size: 1.9rem;
    font-weight: 700;
}

.streamsets-status-page .section-timeline .panel,
.streamsets-status-page .section-timeline .panel-default {
    box-shadow: none;
}

.streamsets-footer {
    margin: 4px 0 28px;
}

.streamsets-footer__inner {
    background: #ffffff;
    border: 1px solid var(--streamsets-border);
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
    padding: 18px 16px 20px;
    position: relative;
}

.streamsets-footer__rule {
    background: linear-gradient(90deg, var(--streamsets-blue) 0 64px, #c1d6ff 64px 100%);
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.streamsets-footer__copyright {
    color: #4d5358;
    font-size: 1.3rem;
    letter-spacing: 0.01em;
    margin: 0;
}

@media (max-width: 768px) {
    .streamsets-status-page #app {
        padding: 0 8px 24px;
    }

    .streamsets-hero__card {
        padding: 12px 12px 10px;
    }

    .streamsets-hero__logo {
        height: 30px;
        max-width: 280px;
    }

    .streamsets-hero__brand-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .streamsets-hero__actions {
        margin-left: 0;
        width: 100%;
    }

    .streamsets-hero__subscribe {
        justify-content: center;
        width: 100%;
    }

    .streamsets-hero__title {
        font-size: 2.5rem;
    }

    .streamsets-hero__support {
        font-size: 1.4rem;
    }

    .streamsets-status-page .table > thead > tr > th,
    .streamsets-status-page .table > tbody > tr > td,
    .streamsets-status-page .table > tbody > tr > th {
        padding-left: 10px;
        padding-right: 10px;
    }

    .streamsets-footer {
        margin-bottom: 24px;
    }

    .streamsets-footer__inner {
        padding: 16px 12px 18px;
    }
}
