html.activity-device-blocked,
html.activity-device-blocked body {
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    background: #efefef;
}

html.activity-device-blocked body > :not(.activity-device-gate) {
    display: none !important;
}

.activity-device-gate {
    min-height: 100svh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    box-sizing: border-box;
    background: #efefef;
    color: #1c1c1c;
    font-family: "DM Sans", Arial, sans-serif;
    font-size: clamp(1rem, 5vw, 5rem);
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: 0;
    text-align: center;
}
