.path-auth-beekeeotp.pagelayout-login,
.path-auth-beekeeotp.pagelayout-login #page,
.path-auth-beekeeotp.pagelayout-login #page-wrapper {
    background: #eef1f4;
}

.path-auth-beekeeotp.pagelayout-login .peak15-site-header,
.path-auth-beekeeotp.pagelayout-login #beekeebox-home,
.path-auth-beekeeotp.pagelayout-login #page-header,
.path-auth-beekeeotp.pagelayout-login #page-footer {
    display: none !important;
}

.path-auth-beekeeotp.pagelayout-login #page,
.path-auth-beekeeotp.pagelayout-login #region-main,
.path-auth-beekeeotp.pagelayout-login [role="main"] {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.path-auth-beekeeotp.pagelayout-login #page-wrapper {
    min-height: 100vh;
}

.auth-beekeeotp-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    background: #eef1f4;
    color: #20252d;
}

.auth-beekeeotp-card {
    width: 100%;
    max-width: 430px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 20px 48px rgba(20, 31, 44, 0.12);
    padding: 48px 40px;
}

.auth-beekeeotp-card--challenge {
    padding-top: 28px;
    padding-bottom: 28px;
}

.auth-beekeeotp-mark {
    width: 172px;
    height: 172px;
    margin: 0 auto 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffdd28;
    color: #111;
}

.auth-beekeeotp-mark-symbol {
    width: 82px;
    height: 64px;
    margin-bottom: 14px;
    position: relative;
}

.auth-beekeeotp-mark-symbol::before,
.auth-beekeeotp-mark-symbol::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 14px solid #111;
    transform: skewX(-28deg);
}

.auth-beekeeotp-mark-symbol::after {
    inset: 22px -8px auto -8px;
    height: 0;
    border-width: 7px 0 0;
    transform: none;
}

.auth-beekeeotp-mark-word {
    font-size: 26px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
}

.auth-beekeeotp-card--challenge .auth-beekeeotp-mark {
    width: 128px;
    height: 128px;
    margin-bottom: 24px;
}

.auth-beekeeotp-card--challenge .auth-beekeeotp-mark-symbol {
    margin-bottom: 8px;
    transform: scale(0.78);
}

.auth-beekeeotp-card--challenge .auth-beekeeotp-mark-word {
    font-size: 22px;
}

.auth-beekeeotp-card--challenge .auth-beekeeotp-title {
    font-size: 26px;
}

.auth-beekeeotp-card--challenge .auth-beekeeotp-info {
    padding: 10px 12px;
    font-size: 13px;
}

.auth-beekeeotp-card--challenge .auth-beekeeotp-secondary {
    min-height: 42px;
    margin-top: 12px;
}

.auth-beekeeotp-title {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 800;
}

.auth-beekeeotp-step-title {
    margin: 28px 0 8px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
}

.auth-beekeeotp-subtitle,
.auth-beekeeotp-instructions {
    margin: 0 0 22px;
    color: #4e5661;
    font-size: 15px;
    line-height: 1.45;
}

.auth-beekeeotp-error {
    margin: 0 0 18px;
    padding: 12px 14px;
    border-radius: 6px;
    background: #fff0ee;
    color: #a23727;
    font-size: 14px;
}

.auth-beekeeotp-info {
    margin: 0 0 20px;
    padding: 14px 16px;
    border-radius: 6px;
    background: #d9f0f4;
    color: #075565;
    font-size: 14px;
    line-height: 1.45;
}

.auth-beekeeotp-form {
    margin: 0;
}

.auth-beekeeotp-field {
    margin-bottom: 28px;
}

.auth-beekeeotp-field label {
    display: block;
    margin-bottom: 8px;
    color: #242a31;
    font-size: 14px;
    font-weight: 700;
}

.auth-beekeeotp-phone-row {
    display: grid;
    grid-template-columns: minmax(96px, 122px) 1fr;
    gap: 8px;
}

.auth-beekeeotp-country,
.auth-beekeeotp-input,
.auth-beekeeotp-otp-box {
    min-height: 42px;
    border: 1px solid #dfe4ea;
    border-radius: 8px;
    background: #fff;
    color: #1f252d;
    font-size: 16px;
    box-shadow: inset 0 1px 1px rgba(20, 31, 44, 0.03);
}

.auth-beekeeotp-country {
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.auth-beekeeotp-input {
    width: 100%;
    padding: 0 14px;
}

.auth-beekeeotp-input:focus,
.auth-beekeeotp-country:focus,
.auth-beekeeotp-otp-box:focus {
    outline: 0;
    border-color: #ffdd28;
    box-shadow: 0 0 0 3px rgba(255, 221, 40, 0.28);
}

.auth-beekeeotp-button,
.auth-beekeeotp-secondary {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.auth-beekeeotp-button {
    background: #f4d322;
    color: #111;
    box-shadow: 0 12px 24px rgba(244, 211, 34, 0.24);
}

.auth-beekeeotp-secondary {
    margin-top: 18px;
    border: 1px solid #e0e5eb;
    background: #fff;
    color: #2a3038;
    box-shadow: 0 10px 20px rgba(20, 31, 44, 0.08);
}

.auth-beekeeotp-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 10px 0;
    font-size: 15px;
}

.auth-beekeeotp-meta-label {
    color: #555f6b;
    font-weight: 700;
}

.auth-beekeeotp-meta-value,
.auth-beekeeotp-code-to-send {
    color: #111;
    font-weight: 800;
}

.auth-beekeeotp-code-to-send {
    font-size: 22px;
    letter-spacing: 0;
}

.auth-beekeeotp-waiting {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    color: #4e5661;
    font-size: 14px;
}

.auth-beekeeotp-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid #d9dee5;
    border-top-color: #f4d322;
    border-radius: 50%;
    animation: auth-beekeeotp-spin 0.8s linear infinite;
}

.auth-beekeeotp-challenge-panel.is-complete .auth-beekeeotp-waiting,
.auth-beekeeotp-challenge-panel.is-complete .auth-beekeeotp-secondary {
    display: none;
}

.auth-beekeeotp-otp-inputs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
    margin: 24px 0;
}

.auth-beekeeotp-otp-box {
    width: 100%;
    height: 54px;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
}

.auth-beekeeotp-fallback {
    display: block;
    margin-top: 24px;
    text-align: center;
    color: #6a727c;
    font-size: 14px;
    text-decoration: none;
}

.auth-beekeeotp-fallback:hover {
    color: #111;
    text-decoration: underline;
}

.is-hidden {
    display: none;
}

@keyframes auth-beekeeotp-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 520px) {
    .auth-beekeeotp-card {
        padding: 36px 24px;
    }

    .auth-beekeeotp-mark {
        width: 142px;
        height: 142px;
    }

    .auth-beekeeotp-title {
        font-size: 26px;
    }

    .auth-beekeeotp-phone-row {
        grid-template-columns: 1fr;
    }
}
