html, body, #out {
    width: 100%;
    height: 100%;
    margin: 0;
}

body {
    font-family: Inter, Segoe UI, sans-serif;
    background: #a30f19;
}

.boot {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
    background:
        radial-gradient(circle at center, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 38%),
        linear-gradient(180deg, #c21823 0%, #9f111b 100%);
    color: white;
}

.boot-logo {
    width: min(420px, 62vw);
    max-width: 420px;
    height: auto;
    object-fit: contain;
}

.boot-title {
    margin-top: 10px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.boot-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.86);
}
