.ngt-auth,
.ngt-auth * { box-sizing: border-box; }

.ngt-auth {
    --ngt-primary: #2563eb;
    --ngt-secondary: #7c3aed;
    --ngt-accent: #22d3ee;
    --ngt-form-bg: #ffffff;
    --ngt-card-bg: #f8fafc;
    --ngt-heading: #0f172a;
    --ngt-text: #64748b;
    --ngt-input-bg: #f8fafc;
    --ngt-border: #e2e8f0;
    --ngt-danger: #ef4444;
    --ngt-success: #16a34a;
    --ngt-radius: 32px;
    position: relative;
    width: calc(100% - 32px);
    max-width: 1180px;
    min-height: 720px;
    margin: 32px auto;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: var(--ngt-radius);
    background: var(--ngt-card-bg);
    box-shadow: 0 35px 90px rgba(15, 23, 42, .16);
    color: var(--ngt-heading);
    font-family: inherit;
    isolation: isolate;
    animation: ngtAuthReveal .65s cubic-bezier(.2,.8,.2,1) both;
}

.ngt-auth button,
.ngt-auth input { font: inherit; }

.ngt-auth button,
.ngt-auth a { -webkit-tap-highlight-color: transparent; }

.ngt-auth--no-visual { grid-template-columns: 1fr; max-width: 620px; }
.ngt-auth--no-visual .ngt-auth__form-side { padding-inline: clamp(28px, 7vw, 84px); }

.ngt-auth__visual {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    padding: clamp(38px, 5vw, 70px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background:
        radial-gradient(circle at 15% 20%, rgba(34, 211, 238, .34), transparent 28%),
        radial-gradient(circle at 85% 80%, rgba(124, 58, 237, .5), transparent 32%),
        linear-gradient(145deg, color-mix(in srgb, var(--ngt-primary) 88%, #08112b), color-mix(in srgb, var(--ngt-secondary) 82%, #111827));
    color: #fff;
}

@supports not (background: color-mix(in srgb, red, blue)) {
    .ngt-auth__visual { background: linear-gradient(145deg, var(--ngt-primary), var(--ngt-secondary)); }
}

.ngt-auth__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255,255,255,.08), transparent 35%, rgba(255,255,255,.04));
    pointer-events: none;
}

.ngt-auth__grid {
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image:
        linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.ngt-auth__glow {
    position: absolute;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    filter: blur(15px);
    opacity: .5;
    animation: ngtFloat 8s ease-in-out infinite;
}

.ngt-auth__glow--one { top: -180px; right: -130px; background: rgba(255,255,255,.25); }
.ngt-auth__glow--two { bottom: -200px; left: -120px; background: rgba(34,211,238,.34); animation-delay: -3s; }

.ngt-auth__visual-content { position: relative; z-index: 2; max-width: 520px; }

.ngt-auth__badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    background: rgba(255,255,255,.09);
    backdrop-filter: blur(12px);
    font-size: 13px;
    color: rgba(255,255,255,.9);
}

.ngt-auth__badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #67e8f9;
    box-shadow: 0 0 0 5px rgba(103,232,249,.12), 0 0 18px rgba(103,232,249,.9);
}

.ngt-auth__visual-content h2 {
    margin: 28px 0 18px;
    max-width: 520px;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.22;
    letter-spacing: -.04em;
    color: #fff;
}

.ngt-auth__visual-content p {
    margin: 0;
    max-width: 500px;
    font-size: 16px;
    line-height: 2;
    color: rgba(255,255,255,.72);
}

.ngt-auth__features {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ngt-auth__feature {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.88);
    font-size: 12px;
    backdrop-filter: blur(10px);
}

.ngt-auth__feature svg { width: 17px; height: 17px; }

.ngt-auth__orbit {
    position: relative;
    z-index: 2;
    width: min(340px, 72%);
    aspect-ratio: 1;
    margin: 42px auto -90px;
    display: grid;
    place-items: center;
}

.ngt-auth__orbit-ring {
    position: absolute;
    border: 1px solid rgba(255,255,255,.19);
    border-radius: 50%;
}

.ngt-auth__orbit-ring--one { inset: 14%; }
.ngt-auth__orbit-ring--two { inset: 0; border-style: dashed; animation: ngtSpin 18s linear infinite; }

.ngt-auth__orbit-core {
    position: relative;
    width: 118px;
    height: 118px;
    display: grid;
    place-items: center;
    border-radius: 34px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.24);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 22px 60px rgba(15,23,42,.22);
    backdrop-filter: blur(20px);
    transform: rotate(-8deg);
}

.ngt-auth__orbit-core span {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -.06em;
    transform: rotate(8deg);
}

.ngt-auth__planet {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 26px rgba(255,255,255,.85);
}

.ngt-auth__planet--one { top: 12%; left: 22%; animation: ngtPulse 2.4s ease-in-out infinite; }
.ngt-auth__planet--two { right: 8%; bottom: 28%; width: 10px; height: 10px; background: #67e8f9; }

.ngt-auth__form-side {
    position: relative;
    z-index: 3;
    min-width: 0;
    padding: clamp(32px, 5vw, 72px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--ngt-form-bg);
}

.ngt-auth__brand {
    position: absolute;
    top: 34px;
    right: clamp(32px, 5vw, 72px);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.ngt-auth__brand-mark {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: linear-gradient(135deg, var(--ngt-primary), var(--ngt-secondary));
    color: #fff;
    font-weight: 800;
    box-shadow: 0 10px 28px color-mix(in srgb, var(--ngt-primary) 28%, transparent);
}

.ngt-auth__brand-name { font-weight: 750; color: var(--ngt-heading); }

.ngt-auth__tabs {
    --ngt-tabs-gap: 0px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 310px;
    height: 50px;
    margin: 26px 0 34px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: var(--ngt-tabs-gap);
    align-items: center;
    border-radius: 16px;
    background: var(--ngt-input-bg);
    border: 1px solid var(--ngt-border);
    padding: 5px;
}

.ngt-auth__tab {
    position: relative;
    z-index: 2;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid transparent;
    background: transparent;
    color: var(--ngt-text);
    cursor: pointer;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.ngt-auth__tab.is-active { color: #fff; }

.ngt-auth__tab-indicator {
    position: absolute;
    box-sizing: border-box;
    border: 1px solid transparent;
    z-index: 1;
    top: 5px;
    right: 5px;
    width: calc(50% - 5px - (var(--ngt-tabs-gap) / 2));
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--ngt-primary), var(--ngt-secondary));
    box-shadow: 0 9px 24px color-mix(in srgb, var(--ngt-primary) 24%, transparent);
    transition: transform .4s cubic-bezier(.2,.8,.2,1);
}

.ngt-auth[data-active-tab="register"] .ngt-auth__tab-indicator { transform: translateX(calc(-100% - var(--ngt-tabs-gap))); }

.ngt-auth__notice {
    display: none;
    margin: -18px 0 22px;
    padding: 12px 14px;
    border-radius: 13px;
    font-size: 13px;
    line-height: 1.8;
}

.ngt-auth__notice.is-visible { display: block; animation: ngtShakeIn .35s ease both; }
.ngt-auth__notice.is-error { color: #991b1b; background: #fef2f2; border: 1px solid #fecaca; }
.ngt-auth__notice.is-success { color: #166534; background: #f0fdf4; border: 1px solid #bbf7d0; }

.ngt-auth__panels { position: relative; }
.ngt-auth__panel { display: none; }
.ngt-auth__panel.is-active { display: block; animation: ngtPanelIn .45s cubic-bezier(.2,.8,.2,1) both; }

.ngt-auth__header { margin-bottom: 28px; }
.ngt-auth__eyebrow {
    display: inline-flex;
    margin-bottom: 9px;
    color: var(--ngt-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
}

.ngt-auth__header h3,
.ngt-auth__logged-in h3 {
    margin: 0;
    color: var(--ngt-heading);
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.25;
    letter-spacing: -.035em;
}

.ngt-auth__header p,
.ngt-auth__logged-in p {
    margin: 10px 0 0;
    color: var(--ngt-text);
    line-height: 1.85;
    font-size: 14px;
}

.ngt-auth__form { display: grid; gap: 18px; }
.ngt-auth__two-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ngt-auth__field { min-width: 0; }

.ngt-auth__field > label,
.ngt-auth__label-row label {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--ngt-heading);
    font-size: 12px;
    font-weight: 750;
}

.ngt-auth__field label small { color: var(--ngt-text); font-weight: 500; }

.ngt-auth__label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.ngt-auth__label-row a,
.ngt-auth__terms a {
    color: var(--ngt-primary);
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
}

.ngt-auth__input-wrap { position: relative; }

.ngt-auth__input-wrap > svg {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 19px;
    height: 19px;
    transform: translateY(-50%);
    color: #94a3b8;
    pointer-events: none;
    transition: color .25s ease;
}

.ngt-auth__input-wrap input {
    width: 100%;
    box-sizing: border-box;
    height: 54px;
    border: 1px solid var(--ngt-border);
    border-radius: 15px;
    outline: 0;
    background: var(--ngt-input-bg);
    color: var(--ngt-heading);
    padding: 0 48px 0 48px;
    font-size: 13px;
    transition: border-color .25s ease, box-shadow .25s ease, background .25s ease, transform .25s ease;
}

.ngt-auth__input-wrap input::placeholder { color: #a8b1bf; }
.ngt-auth__input-wrap input:focus {
    border-color: var(--ngt-primary);
    background: #fff;
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--ngt-primary) 12%, transparent);
    transform: translateY(-1px);
}
.ngt-auth__input-wrap:focus-within > svg { color: var(--ngt-primary); }

.ngt-auth__field.is-error .ngt-auth__input-wrap input,
.ngt-auth__field.has-error .ngt-auth__input-wrap input,
.ngt-auth__input-wrap input[aria-invalid="true"],
.ngt-auth__input-wrap input:invalid:not(:placeholder-shown) {
    border-color: #ef4444;
}

.ngt-auth__field.is-error .ngt-auth__input-wrap > svg,
.ngt-auth__field.has-error .ngt-auth__input-wrap > svg,
.ngt-auth__input-wrap:has(input[aria-invalid="true"]) > svg {
    color: #ef4444;
}

.ngt-auth__password-toggle {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #94a3b8;
    transform: translateY(-50%);
    cursor: pointer;
}

.ngt-auth__password-toggle:hover { color: var(--ngt-primary); background: color-mix(in srgb, var(--ngt-primary) 8%, transparent); }
.ngt-auth__password-toggle svg { width: 18px; height: 18px; }

.ngt-auth__check {
    width: max-content;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--ngt-text);
    font-size: 12px;
    cursor: pointer;
}

.ngt-auth__check input { position: absolute; opacity: 0; pointer-events: none; }
.ngt-auth__check-ui {
    position: relative;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--ngt-border);
    border-radius: 7px;
    background: var(--ngt-input-bg);
    transition: .25s ease;
}

.ngt-auth__check-ui::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 6px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg) scale(0);
    transition: transform .2s ease;
}

.ngt-auth__check input:checked + .ngt-auth__check-ui {
    border-color: var(--ngt-primary);
    background: var(--ngt-primary);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--ngt-primary) 10%, transparent);
}
.ngt-auth__check input:checked + .ngt-auth__check-ui::after { transform: rotate(-45deg) scale(1); }

.ngt-auth__submit {
    position: relative;
    width: 100%;
    min-height: 56px;
    padding: 0 20px;
    border: 0;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--ngt-primary), var(--ngt-secondary));
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 16px 34px color-mix(in srgb, var(--ngt-primary) 25%, transparent);
    transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
}

.ngt-auth__submit::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 20%, rgba(255,255,255,.22) 45%, transparent 70%);
    transform: translateX(120%);
    transition: transform .65s ease;
}

.ngt-auth__submit:hover { transform: translateY(-2px); box-shadow: 0 21px 42px color-mix(in srgb, var(--ngt-primary) 32%, transparent); color: #fff; }
.ngt-auth__submit:hover::before { transform: translateX(-120%); }
.ngt-auth__submit:disabled { cursor: wait; opacity: .75; transform: none; }
.ngt-auth__submit-icon { display: inline-flex; transition: transform .25s ease; }
.ngt-auth__submit:hover .ngt-auth__submit-icon { transform: translateX(-4px); }
.ngt-auth__submit-icon svg,
.ngt-auth__submit > svg { width: 19px; height: 19px; }

.ngt-auth__spinner {
    display: none;
    width: 19px;
    height: 19px;
    border: 2px solid rgba(255,255,255,.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: ngtSpin .8s linear infinite;
}

.ngt-auth__form.is-loading .ngt-auth__submit-text,
.ngt-auth__form.is-loading .ngt-auth__submit-icon { display: none; }
.ngt-auth__form.is-loading .ngt-auth__spinner { display: block; }

.ngt-auth__strength {
    height: 4px;
    margin-top: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #e2e8f0;
}
.ngt-auth__strength span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: var(--ngt-danger);
    transition: width .3s ease, background .3s ease;
}
.ngt-auth__strength-label { display: block; margin-top: 6px; color: var(--ngt-text); font-size: 10px; }

.ngt-auth__footer-note {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid var(--ngt-border);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #94a3b8;
    font-size: 10px;
}
.ngt-auth__footer-note svg { width: 15px; height: 15px; }
.ngt-auth__hp { position: absolute !important; left: -9999px !important; opacity: 0 !important; }

.ngt-auth__logged-in {
    max-width: 460px;
    margin: auto;
    text-align: center;
}
.ngt-auth__avatar-wrap { position: relative; width: max-content; margin: 0 auto 24px; }
.ngt-auth__avatar {
    width: 112px;
    height: 112px;
    border-radius: 32px;
    object-fit: cover;
    box-shadow: 0 18px 45px rgba(15,23,42,.16);
}
.ngt-auth__online-dot {
    position: absolute;
    left: -3px;
    bottom: 9px;
    width: 22px;
    height: 22px;
    border: 4px solid var(--ngt-form-bg);
    border-radius: 50%;
    background: #22c55e;
}
.ngt-auth__logged-actions { margin-top: 30px; display: grid; gap: 14px; }
.ngt-auth__logout { color: var(--ngt-text); font-size: 12px; text-decoration: none; }
.ngt-auth__logout:hover { color: var(--ngt-danger); }

@keyframes ngtAuthReveal { from { opacity: 0; transform: translateY(18px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes ngtPanelIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes ngtShakeIn { 0% { opacity: 0; transform: translateY(-6px); } 100% { opacity: 1; transform: none; } }
@keyframes ngtSpin { to { transform: rotate(360deg); } }
@keyframes ngtFloat { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(18px,24px,0) scale(1.06); } }
@keyframes ngtPulse { 0%,100% { transform: scale(1); opacity: .8; } 50% { transform: scale(1.35); opacity: 1; } }

@media (max-width: 980px) {
    .ngt-auth { grid-template-columns: 1fr; min-height: auto; max-width: 700px; }
    .ngt-auth__visual { min-height: 360px; padding: 40px; }
    .ngt-auth__visual-content h2 { max-width: 560px; font-size: clamp(30px, 6vw, 46px); }
    .ngt-auth__orbit { position: absolute; width: 260px; left: -35px; bottom: -90px; margin: 0; opacity: .9; }
    .ngt-auth__form-side { min-height: 650px; }
}

@media (max-width: 640px) {
    .ngt-auth { width: calc(100% - 20px); margin: 10px auto; border-radius: min(var(--ngt-radius), 24px); }
    .ngt-auth__visual { min-height: 290px; padding: 28px 24px; }
    .ngt-auth__visual-content h2 { margin-top: 20px; font-size: 31px; }
    .ngt-auth__visual-content p { font-size: 13px; line-height: 1.85; }
    .ngt-auth__features { margin-top: 22px; }
    .ngt-auth__feature { padding: 8px 10px; font-size: 10px; }
    .ngt-auth__orbit { width: 210px; left: -55px; bottom: -115px; }
    .ngt-auth__form-side { min-height: 0; padding: 86px 22px 30px; }
    .ngt-auth__brand { top: 28px; right: 22px; }
    .ngt-auth__tabs { margin-top: 10px; max-width: none; }
    .ngt-auth__two-cols { grid-template-columns: 1fr; gap: 18px; }
    .ngt-auth__header h3, .ngt-auth__logged-in h3 { font-size: 28px; }
    .ngt-auth__input-wrap input { height: 52px; font-size: 12px; }
    .ngt-auth__label-row { align-items: flex-end; }
}

@media (prefers-reduced-motion: reduce) {
    .ngt-auth,
    .ngt-auth *,
    .ngt-auth *::before,
    .ngt-auth *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Vorodino Pro 3.0 enhancements */
.ngt-auth button,
.ngt-auth input,
.ngt-auth select,
.ngt-auth textarea {
    font-family: inherit;
}

.ngt-auth__brand-mark.has-image,
.ngt-auth__orbit-core.has-image {
    overflow: hidden;
    padding: 0;
}

.ngt-auth__brand-mark img,
.ngt-auth__orbit-core img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.ngt-auth__brand-mark.has-image img {
    padding: 5px;
}

.ngt-auth__orbit-core.has-image img {
    padding: 14px;
    transform: rotate(8deg);
}

.ngt-auth--login-only .ngt-auth__tabs {
    grid-template-columns: 1fr;
}

.ngt-auth--login-only .ngt-auth__tab {
    cursor: default;
}

.ngt-auth__input-wrap--password input {
    padding-left: 58px !important;
}

/* Hard reset prevents theme/Elementor global button styles from leaking into the eye button. */
.ngt-auth .ngt-auth__password-toggle,
.ngt-auth .ngt-auth__password-toggle:hover,
.ngt-auth .ngt-auth__password-toggle:focus,
.ngt-auth .ngt-auth__password-toggle:active {
    all: unset;
    box-sizing: border-box !important;
    position: absolute !important;
    top: 50% !important;
    left: 10px !important;
    z-index: 4 !important;
    width: 38px;
    height: 38px;
    display: grid !important;
    place-items: center !important;
    border: 1px solid transparent;
    border-radius: 11px;
    background: transparent;
    color: #94a3b8;
    line-height: 1 !important;
    transform: translateY(-50%) !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    box-shadow: none;
    text-decoration: none !important;
    transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ngt-auth .ngt-auth__password-toggle:hover,
.ngt-auth .ngt-auth__password-toggle:focus-visible,
.ngt-auth .ngt-auth__password-toggle.is-visible {
    color: var(--ngt-primary);
    background: color-mix(in srgb, var(--ngt-primary) 9%, transparent);
}

.ngt-auth .ngt-auth__password-toggle:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--ngt-primary) 45%, transparent) !important;
    outline-offset: 2px !important;
}

.ngt-auth__password-toggle span {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
}

.ngt-auth__password-toggle svg {
    width: 19px;
    height: 19px;
    display: block;
}

.ngt-auth__eye-closed {
    display: none !important;
}

.ngt-auth__password-toggle.is-visible .ngt-auth__eye-open {
    display: none !important;
}

.ngt-auth__password-toggle.is-visible .ngt-auth__eye-closed {
    display: grid !important;
}

.ngt-auth__submit {
    appearance: none;
    -webkit-appearance: none;
}

.ngt-auth-license-placeholder {
    width: min(calc(100% - 32px), 860px);
    min-height: 130px;
    margin: 32px auto;
    padding: 24px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    border: 1px solid #dbeafe;
    border-radius: 24px;
    background: linear-gradient(135deg, #eff6ff, #ffffff 58%, #f5f3ff);
    box-shadow: 0 20px 55px rgba(15, 23, 42, .09);
    color: #0f172a;
    font-family: inherit;
}

.ngt-auth-license-placeholder__icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: #fff;
    box-shadow: 0 14px 28px rgba(37, 99, 235, .22);
}

.ngt-auth-license-placeholder__icon svg {
    width: 25px;
    height: 25px;
}

.ngt-auth-license-placeholder strong {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.ngt-auth-license-placeholder p {
    margin: 0;
    color: #64748b;
    line-height: 1.8;
}

.ngt-auth-license-placeholder a {
    padding: 11px 16px;
    border-radius: 12px;
    background: #0f172a;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

@supports not (background: color-mix(in srgb, red, blue)) {
    .ngt-auth .ngt-auth__password-toggle:hover,
    .ngt-auth .ngt-auth__password-toggle:focus-visible,
    .ngt-auth .ngt-auth__password-toggle.is-visible {
        background: rgba(37, 99, 235, .09);
    }
}

@media (max-width: 640px) {
    .ngt-auth-license-placeholder {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .ngt-auth-license-placeholder__icon {
        margin-inline: auto;
    }
    .ngt-auth-license-placeholder a {
        width: 100%;
        text-align: center;
    }
}

/* OTP and authentication method selector — Voroodino 4.0 */
.ngt-auth__method-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 5px;
    margin: -2px 0 20px;
    border: 1px solid color-mix(in srgb, var(--ngt-border) 82%, transparent);
    border-radius: 16px;
    background: color-mix(in srgb, var(--ngt-card-bg) 88%, transparent);
}
.ngt-auth__method-switch button {
    appearance: none;
    min-height: 42px;
    padding: 8px 14px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: var(--ngt-text);
    font: inherit;
    font-size: 12px;
    font-weight: 750;
    cursor: pointer;
    transition: background .25s ease, color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.ngt-auth__method-switch button:hover { color: var(--ngt-heading); }
.ngt-auth__method-switch button.is-active {
    color: var(--ngt-heading);
    background: var(--ngt-form-bg);
    box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
    transform: translateY(-1px);
}
.ngt-auth__method-panel { display: none; }
.ngt-auth__method-panel.is-active { display: grid; animation: ngtPanelIn .35s cubic-bezier(.2,.8,.2,1) both; }
.ngt-auth__otp-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: -7px;
}
.ngt-auth__send-otp {
    appearance: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px !important;
    padding: 8px 17px !important;
    border: 1px solid color-mix(in srgb, var(--ngt-primary) 24%, var(--ngt-border)) !important;
    border-radius: 13px !important;
    background: color-mix(in srgb, var(--ngt-primary) 8%, var(--ngt-form-bg)) !important;
    color: var(--ngt-primary) !important;
    font: inherit !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .22s ease, background .22s ease, border-color .22s ease, opacity .22s ease;
}
.ngt-auth__send-otp:hover {
    transform: translateY(-1px);
    background: color-mix(in srgb, var(--ngt-primary) 13%, var(--ngt-form-bg)) !important;
    border-color: color-mix(in srgb, var(--ngt-primary) 44%, var(--ngt-border)) !important;
}
.ngt-auth__send-otp:disabled { opacity: .58; cursor: not-allowed; transform: none; }
.ngt-auth__send-otp.is-loading { opacity: .72; }
.ngt-auth__otp-timer { min-height: 18px; color: var(--ngt-text); font-size: 11px; font-weight: 650; }
.ngt-auth__otp-code[hidden] { display: none !important; }
.ngt-auth__otp-code:not([hidden]) { animation: ngtPanelIn .35s ease both; }
.ngt-auth__otp-code input {
    letter-spacing: .24em;
    direction: ltr;
    text-align: center;
    font-variant-numeric: tabular-nums;
    font-size: 16px !important;
    font-weight: 800;
}
@media (max-width: 520px) {
    .ngt-auth__otp-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
    .ngt-auth__send-otp { width: 100%; }
    .ngt-auth__otp-timer { width: 100%; text-align: center; }
}
