.boot-shell {
    min-height: calc(100vh - var(--nav-height) - 120px);
    display: grid;
    place-items: center;
    padding: clamp(44px, 8vw, 96px) 0;
}

.boot-panel {
    width: min(100%, 760px);
    padding: clamp(28px, 5vw, 42px);
    background: var(--surface-glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 30px 60px var(--shadow-accent);
}

.boot-kicker,
.boot-status-row span {
    font-family: var(--headline-font);
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.boot-kicker {
    color: var(--secondary-color);
    font-size: 0.78rem;
    font-weight: 700;
}

.boot-panel h1 {
    margin-top: 14px;
    font-family: var(--headline-font);
    font-size: clamp(2.4rem, 6vw, 4.8rem);
    font-weight: 700;
    line-height: 0.94;
    letter-spacing: -0.04em;
}

.boot-lead {
    margin-top: 18px;
    color: rgba(226, 226, 226, 0.94);
    font-size: 1.08rem;
    line-height: 1.85;
}

#count {
    color: var(--secondary-color);
    font-weight: 700;
}

.boot-status {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.boot-status-row {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    background: rgba(31, 31, 31, 0.92);
}

.boot-status-row span {
    color: rgba(186, 204, 175, 0.8);
    font-size: 0.72rem;
    font-weight: 700;
}

.boot-status-row strong,
.boot-status-row a {
    color: rgba(226, 226, 226, 0.96);
}

.boot-status-row a {
    color: var(--secondary-color);
}
