body.auth-pending header,
body.auth-pending main,
body.auth-pending footer {
    display: none;
}

#auth-gate {
    min-height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
    background: #f8f7fb;
    color: #46166b;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 24px;
    box-sizing: border-box;
}

body.auth-pending #auth-gate {
    display: flex;
}

#auth-gate .auth-gate-card {
    background: #fff;
    border: 1px solid #d8d0e6;
    border-radius: 8px;
    padding: 18px 20px;
    max-width: 520px;
    width: 100%;
    box-sizing: border-box;
}

#auth-gate .auth-gate-actions {
    margin-top: 12px;
}

#auth-gate .auth-logout-btn {
    background: #c62828;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 14px;
    font-size: 14px;
    cursor: pointer;
}

#auth-gate .auth-logout-btn:hover {
    background: #a61f1f;
}

body.auth-pending .typeahead-wrapper,
body.auth-pending #share-btn {
    display: none;
}
