/* Cổng mật khẩu xem bản đồ (BanDo / BanDoMau) */
.bando-access-gate {
    position: fixed;
    inset: 0;
    z-index: 20000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 20, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.bando-access-gate[hidden] {
    display: none !important;
}

.bando-access-gate__card {
    width: min(100%, 380px);
    background: #fff;
    border-radius: 16px;
    padding: 1.35rem 1.25rem 1.2rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
    text-align: left;
}

.bando-access-gate__title {
    margin: 0 0 0.35rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a2e1f;
}

.bando-access-gate__desc {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #5c6b60;
}

.bando-access-gate__label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #334155;
}

.bando-access-gate__input {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 0.65rem 0.85rem;
    font-size: 1rem;
    margin-bottom: 0.65rem;
}

.bando-access-gate__input:focus {
    outline: none;
    border-color: #1B6B2A;
    box-shadow: 0 0 0 3px rgba(27, 107, 42, 0.15);
}

.bando-access-gate__btn {
    width: 100%;
    border: 0;
    border-radius: 999px;
    padding: 0.7rem 1rem;
    background: #1B6B2A;
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
}

.bando-access-gate__btn:hover {
    background: #145222;
}

.bando-access-gate__err {
    margin: 0.55rem 0 0;
    min-height: 1.2em;
    font-size: 0.85rem;
    color: #b83238;
    font-weight: 600;
}

html.bando-access-locked body {
    overflow: hidden;
}
