/* مکمل استایل لاگین مدیریت HEAXON — toast و ظاهر پنل مدیر اصلی */

html, body.app {
    margin: 0;
    min-height: 100%;
    background: #050510;
    overflow: hidden;
}

.hidden {
    display: none !important;
}

.border-danger {
    border-color: #ef4444 !important;
}

.fs-xxs {
    font-size: 12px;
}

.custom-toast-container {
    z-index: 10000 !important;
}

.custom-toast {
    background: rgba(12, 28, 36, 0.96) !important;
    color: #fff !important;
    border: 1px solid rgba(212, 160, 23, 0.28) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45) !important;
}

.custom-toast-content {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-direction: row-reverse;
}

.custom-toast-status-icon {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    flex-shrink: 0;
}

.custom-toast-icon-success {
    background: rgba(34, 197, 94, 0.2);
    color: #4ade80;
}

.custom-toast-icon-error {
    background: rgba(239, 68, 68, 0.2);
    color: #f87171;
}

.custom-toast-message {
    font-size: 13px;
    line-height: 1.6;
}

.login-section .form-control__group {
    color: rgba(255, 255, 255, 0.9);
}

.login-section input.form-control__input {
    color: rgba(255, 255, 255, 0.9);
}

.login-section .show-password {
    color: rgba(255, 255, 255, 0.75);
}

.login-section hr,
.heaxon-divider {
    border: 0;
    border-top: 1px solid rgba(212, 160, 23, 0.22);
    margin: 10px 0 18px;
}

/* ——— هویت بصری پنل مدیر اصلی HEAXON ——— */

.heaxon-login {
    border: 1px solid rgba(212, 160, 23, 0.28) !important;
    background: linear-gradient(
        145deg,
        rgba(8, 28, 36, 0.55),
        rgba(0, 0, 0, 0.45),
        rgba(20, 40, 48, 0.35)
    ) !important;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(212, 160, 23, 0.08) inset !important;
}

.heaxon-login:hover {
    border-color: rgba(212, 160, 23, 0.55) !important;
    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.58),
        0 12px 30px rgba(212, 160, 23, 0.12) !important;
}

.heaxon-badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 12px;
    font-size: 11px;
    letter-spacing: 0.04em;
    color: #f0d78c;
    background: rgba(212, 160, 23, 0.12);
    border: 1px solid rgba(212, 160, 23, 0.35);
    border-radius: 999px;
}

.heaxon-login .login-brand__x {
    color: #d4a017 !important;
    text-shadow: 0 0 16px rgba(212, 160, 23, 0.4);
}

.heaxon-login .admin-icon {
    color: #d4a017;
}

.heaxon-login:hover .admin-icon {
    color: #f0d78c;
}

.heaxon-login .form-control__input:focus,
.heaxon-login .form-control__input:-webkit-autofill:focus {
    border: 1px solid rgba(212, 160, 23, 0.65) !important;
    box-shadow: 0 0 10px rgba(212, 160, 23, 0.2) !important;
}

.heaxon-submit {
    background: linear-gradient(135deg, #b8860b, #d4a017) !important;
    border: 1px solid rgba(240, 215, 140, 0.35) !important;
    color: #0b1c24 !important;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: filter 0.2s ease, transform 0.15s ease;
}

.heaxon-submit:hover:not(:disabled) {
    filter: brightness(1.08);
}

.heaxon-link:hover {
    color: #f0d78c !important;
}

.heaxon-footnote {
    margin: 16px 0 0;
    text-align: center;
    font-size: 11px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.45);
}
