body.llag-locked {
    overflow: hidden !important;
}

html:has(body.llag-locked) {
    overflow: hidden;
}

.llag-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147483646;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-sizing: border-box;
}

.llag-overlay[hidden] {
    display: none;
}

.llag-card {
    width: 100%;
    max-width: 520px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
    padding: 48px 44px 32px;
    text-align: center;
    font-family: inherit, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #1a1a1a;
    box-sizing: border-box;
}

.llag-brand {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #111;
}

.llag-heading {
    margin: 8px 0 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
}

.llag-intro {
    margin: 22px 0 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    color: #6b6b6b;
}

.llag-question {
    margin: 18px 0 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: #9a9a9a;
}

.llag-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 22px 0 0;
}

.llag-btn {
    flex: 1 1 0;
    max-width: 180px;
    appearance: none;
    border: 0;
    border-radius: 6px;
    background: #2b2b2b;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 13px 18px;
    cursor: pointer;
    font-family: inherit;
}

.llag-btn:hover,
.llag-btn:focus {
    background: #1a1a1a;
}

.llag-btn:focus-visible {
    outline: 2px solid #111;
    outline-offset: 2px;
}

.llag-confirm-label {
    margin: 26px 0 0;
    font-size: 13px;
    font-weight: 400;
    color: #9a9a9a;
}

.llag-checks {
    list-style: none;
    margin: 12px auto 0;
    padding: 0;
    max-width: 420px;
    text-align: left;
}

.llag-checks li {
    position: relative;
    padding-left: 22px;
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.45;
    color: #8a8a8a;
}

.llag-checks li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #8a8a8a;
    font-size: 13px;
}

.llag-checks strong {
    font-weight: 700;
    color: #6f6f6f;
}

.llag-footer {
    margin: 22px 0 0;
    font-size: 11px;
    color: #b3b3b3;
}

@media (max-width: 480px) {
    .llag-card {
        padding: 36px 22px 24px;
    }

    .llag-brand {
        font-size: 26px;
    }

    .llag-heading {
        font-size: 17px;
    }

    .llag-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .llag-btn {
        max-width: none;
    }
}
