/* Authentication & Registration Specific Styles */

.page-bg-mesh {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background:
        radial-gradient(at 0% 0%, hsla(294, 100%, 54%, 0.15) 0px, transparent 50%),
        radial-gradient(at 100% 0%, hsla(191, 100%, 50%, 0.15) 0px, transparent 50%),
        radial-gradient(at 100% 100%, hsla(235, 17%, 12%, 0.05) 0px, transparent 50%),
        radial-gradient(at 0% 100%, hsla(294, 100%, 54%, 0.1) 0px, transparent 50%);
    filter: blur(80px);
}

/* Hide browser default password toggle icons */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

input[type="password"]::-webkit-credentials-auto-fill-button,
input[type="password"]::-webkit-caps-lock-indicator {
    display: none;
}

/* ── Primary Brand Button ── */


/* ✦ Stunning No Internet / Connection Interrupted UI (from Register/Forgot Password) ✦ */
@keyframes nonetFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    33%       { transform: translateY(-12px) rotate(-4deg); }
    66%       { transform: translateY(-6px) rotate(3deg); }
}
@keyframes ringPulse {
    0%   { transform: scale(1);   opacity: 0.6; }
    50%  { transform: scale(1.55); opacity: 0; }
    100% { transform: scale(1);   opacity: 0; }
}
@keyframes shimmerBtn {
    0%   { background-position: -200% center; }
    100% { background-position: 200% center; }
}
@keyframes nonetFadeUp {
    from { opacity: 0; transform: translateY(18px); }
    to   { opacity: 1; transform: translateY(0); }
}
.nonet-card {
    background: linear-gradient(145deg, rgba(30,0,45,0.97) 0%, rgba(20,0,35,0.97) 100%);
    border: 1px solid rgba(232,20,255,0.25);
    border-radius: 28px;
    padding: 40px 32px 36px;
    box-shadow:
        0 0 0 1px rgba(232,20,255,0.08),
        0 20px 60px rgba(232,20,255,0.2),
        0 8px 24px rgba(0,0,0,0.6),
        inset 0 1px 0 rgba(255,255,255,0.06);
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
    animation: nonetFadeUp 0.6s cubic-bezier(0.22,1,0.36,1) both;
}
.nonet-card::before {
    content: '';
    position: absolute;
    top: -80px; left: -80px;
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(232,20,255,0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.nonet-card::after {
    content: '';
    position: absolute;
    bottom: -60px; right: -60px;
    width: 180px; height: 180px;
    background: radial-gradient(circle, rgba(102,16,242,0.18) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.nonet-icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px; height: 100px;
    margin: 0 auto 28px;
}
.nonet-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(232,20,255,0.5);
    animation: ringPulse 2s ease-out infinite;
}
.nonet-ring-2 {
    animation-delay: 0.7s;
}
.nonet-icon-bg {
    width: 100px; height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(232,20,255,0.2), rgba(102,16,242,0.2));
    border: 1.5px solid rgba(232,20,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: nonetFloat 4s ease-in-out infinite;
    box-shadow: 0 0 30px rgba(232,20,255,0.25), inset 0 0 20px rgba(232,20,255,0.08);
}
.nonet-title {
    background: linear-gradient(135deg, #E814FF 0%, #C42E9A 50%, #6610f2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    line-height: 1.2;
}
.nonet-desc {
    color: rgba(255,255,255,0.55);
    font-size: 0.85rem;
    line-height: 1.6;
    max-width: 360px;
    margin: 0 auto 28px;
}
.nonet-retry-btn {
    background: linear-gradient(135deg, #E814FF 0%, #C42E9A 50%, #6610f2 100%);
    background-size: 200% auto;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    padding: 14px 36px;
    border-radius: 50px;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 30px rgba(232,20,255,0.4);
    position: relative;
    overflow: hidden;
}
.nonet-retry-btn:hover {
    background-position: right center;
    box-shadow: 0 12px 40px rgba(232,20,255,0.55);
    transform: translateY(-2px);
}
.nonet-retry-btn:active {
    transform: translateY(0);
}
.nonet-retry-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}
.nonet-tip-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 14px 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
    margin-top: 16px;
}
.nonet-tip-icon {
    width: 34px; height: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(232,20,255,0.2), rgba(102,16,242,0.2));
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.nonet-tip-text {
    font-size: 0.77rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.5;
}
.nonet-tip-text strong { color: rgba(255,255,255,0.8); }
