#phase5-load-failure {
    box-sizing: border-box;
    width: min(92vw, 28rem);
    margin: 18vh auto 0;
    padding: 1.5rem;
    border: 1px solid rgba(127, 127, 127, 0.3);
    border-radius: 1rem;
    background: Canvas;
    color: CanvasText;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

#phase5-load-failure p {
    margin: 0 0 1rem;
    font-size: 1rem;
    line-height: 1.6;
}

#phase5-load-failure button,
.phase5-return-order {
    min-height: 2.75rem;
    padding: 0.65rem 1.25rem;
    border: 0;
    border-radius: 0.75rem;
    background: #111827;
    color: #fff;
    font: inherit;
    cursor: pointer;
    touch-action: manipulation;
}

@media (max-width: 480px) {
    #splash img {
        width: 96px;
        height: 96px;
        border-radius: 1rem;
    }

    #splash-track {
        width: 7rem;
    }
}
