:root{
    --primary:#8b00ff;
    --primary-2:#b100ff;
    --primary-3:#6d1fff;
    --ink:#24233f;
    --muted:#7b8197;
    --line:#e6e8f0;
    --soft:#f5efff;
    --field-bg:#fbf8ff;
    --white:#ffffff;
}

*{
    box-sizing:border-box;
    margin:0;
    padding:0;
}

html,
body{
    width:100%;
    min-height:100%;
}

body{
    min-height:100vh;
    overflow-x:hidden;
    overflow-y:auto;
    font-family:
        "Segoe UI",
        Arial,
        sans-serif;
    color:var(--ink);
    background:
        radial-gradient(circle at 78% 20%, rgba(204,0,255,.55), transparent 31%),
        radial-gradient(circle at 18% 80%, rgba(116,40,255,.34), transparent 36%),
        linear-gradient(135deg, #23004f 0%, #3d087c 48%, #9100d9 100%);
}

button,
input,
select{
    font:inherit;
}

button{
    cursor:pointer;
}

svg{
    width:1em;
    height:1em;
    display:block;
    fill:currentColor;
}

.login-page{
    position:relative;
    min-height:100vh;
    overflow:visible;
}

.login-bg-orb,
.login-bg-grid{
    position:absolute;
    pointer-events:none;
}

.login-bg-orb{
    border-radius:999px;
    filter:none;
}

.orb-left{
    width:460px;
    height:460px;
    left:-180px;
    top:-160px;
    background:rgba(177,0,255,.32);
}

.orb-right{
    width:520px;
    height:520px;
    right:-170px;
    bottom:-180px;
    background:rgba(139,0,255,.34);
}

.login-bg-grid{
    inset:0;
    opacity:.22;
    background:
        radial-gradient(circle at 26% 49%, transparent 0 235px, rgba(255,255,255,.22) 236px 237px, transparent 238px),
        radial-gradient(circle at 26% 49%, transparent 0 275px, rgba(255,255,255,.18) 276px 277px, transparent 278px),
        radial-gradient(circle at 26% 49%, transparent 0 315px, rgba(255,255,255,.14) 316px 317px, transparent 318px);
}

.login-shell{
    position:relative;
    z-index:1;
    width:min(1500px, 100%);
    min-height:100vh;
    margin:0 auto;
    padding:
        clamp(20px, 3.2vh, 42px)
        clamp(28px, 5vw, 76px);
    display:grid;
    grid-template-columns:minmax(0, 1fr) minmax(430px, 540px);
    gap:clamp(34px, 6vw, 92px);
    align-items:center;
}

/* ==========================
   BRAND SIDE
========================== */

.login-brand{
    position:relative;
    min-height:min(680px, calc(100vh - 64px));
    color:#ffffff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:clamp(24px, 3.6vh, 38px);
}

.brand-top{
    display:flex;
    align-items:center;
    gap:16px;
}

.brand-mark,
.login-card-mark{
    display:grid;
    place-items:center;
    color:#ffffff;
    background:
        linear-gradient(135deg, #7b1dff, #c100ff);
    box-shadow:
        0 20px 42px rgba(55,0,120,.34);
}

.brand-mark{
    width:58px;
    height:58px;
    border-radius:17px;
    font-size:30px;
}

.brand-name{
    font-size:24px;
    line-height:1.05;
    font-weight:850;
    letter-spacing:-.5px;
}

.brand-subtitle{
    margin-top:7px;
    color:rgba(255,255,255,.74);
    font-size:15px;
    font-weight:600;
}

.system-pill{
    width:max-content;
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 20px;
    border-radius:999px;
    color:#ffffff;
    font-size:14px;
    font-weight:750;
    background:rgba(255,255,255,.11);
    border:1px solid rgba(255,255,255,.16);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.18);
}

.system-pill span{
    width:10px;
    height:10px;
    border-radius:999px;
    background:#22e348;
    box-shadow:0 0 16px rgba(34,227,72,.9);
}

.brand-copy{
    max-width:690px;
}

.brand-copy h1{
    font-size:clamp(42px, 4vw, 68px);
    line-height:1.12;
    letter-spacing:-1.8px;
    font-weight:850;
}

.brand-copy h1 span{
    display:block;
}

.brand-copy p{
    max-width:650px;
    margin-top:22px;
    color:rgba(255,255,255,.82);
    font-size:18px;
    line-height:1.72;
    font-weight:450;
}

.feature-list{
    display:grid;
    gap:18px;
    max-width:540px;
}

.feature-item{
    display:grid;
    grid-template-columns:54px minmax(0, 1fr);
    gap:18px;
    align-items:center;
}

.feature-icon{
    width:54px;
    height:54px;
    border-radius:16px;
    display:grid;
    place-items:center;
    color:#ffffff;
    font-size:26px;
    background:rgba(255,255,255,.13);
    border:1px solid rgba(255,255,255,.12);
}

.feature-item h2{
    font-size:18px;
    line-height:1.2;
    font-weight:800;
}

.feature-item p{
    margin-top:5px;
    color:rgba(255,255,255,.76);
    font-size:15px;
    line-height:1.45;
}

.brand-footer{
    margin-top:auto;
    color:rgba(255,255,255,.76);
    font-size:14px;
    font-weight:500;
}

/* ==========================
   LOGIN CARD
========================== */

.login-panel{
    display:flex;
    justify-content:center;
}

.login-card{
    width:100%;
    max-width:520px;
    padding:clamp(24px, 3.4vh, 34px) 38px;
    border-radius:26px;
    background:rgba(255,255,255,.98);
    border:1px solid rgba(255,255,255,.9);
    box-shadow:
        0 28px 70px rgba(24,0,61,.28),
        0 1px 0 rgba(255,255,255,.9) inset;
}

.login-card-mark{
    width:56px;
    height:56px;
    margin:0 auto 18px;
    border-radius:17px;
    font-size:28px;
    color:#7a13ea;
    background:#f6efff;
    border:2px solid #e1c7ff;
    box-shadow:none;
}

.login-heading{
    text-align:center;
    margin-bottom:20px;
}

.login-heading h2{
    font-size:30px;
    line-height:1.12;
    letter-spacing:-.8px;
    font-weight:850;
    color:#24233f;
}

.login-heading p{
    margin-top:8px;
    color:#7b8197;
    font-size:15px;
    font-weight:500;
}

.login-alert{
    margin-bottom:14px;
    padding:11px 14px;
    border-radius:14px;
    color:#b42318;
    background:#fff0f0;
    border:1px solid #ffd5d5;
    font-size:13px;
    font-weight:700;
    text-align:center;
}

.login-clock{
    width:100%;
    min-height:58px;
    margin-bottom:18px;
    padding:10px 16px;
    border-radius:14px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    align-items:center;
    background:
        linear-gradient(135deg, #f6edff, #f1e6ff);
}

.clock-part,
.date-part{
    min-width:0;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    color:#7b13ef;
}

.date-part{
    border-left:1px solid rgba(139,0,255,.22);
    color:#635f7b;
}

.clock-icon{
    display:grid;
    place-items:center;
    flex:0 0 auto;
    width:24px;
    height:24px;
    font-size:21px;
    color:#b05dff;
}

#clock{
    color:#7b13ef;
    font-size:23px;
    line-height:1;
    font-weight:850;
    letter-spacing:.2px;
    white-space:nowrap;
}

#date{
    min-width:0;
    font-size:12px;
    line-height:1.25;
    font-weight:700;
    color:#625f77;
    text-transform:capitalize;
}

/* ==========================
   FORM
========================== */

.form-group{
    margin-bottom:13px;
}

.form-group label{
    display:block;
    margin-bottom:7px;
    color:#25283d;
    font-size:12px;
    line-height:1.2;
    font-weight:800;
}

.field-shell{
    position:relative;
    display:flex;
    align-items:center;
    height:48px;
    border-radius:12px;
    border:1px solid var(--line);
    background:var(--field-bg);
    overflow:hidden;
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}

.field-shell:focus-within{
    border-color:#a855f7;
    box-shadow:
        0 0 0 4px rgba(168,85,247,.13),
        0 12px 24px rgba(82,0,163,.08);
}

.field-icon{
    width:46px;
    height:100%;
    display:grid;
    place-items:center;
    color:#8a8fa5;
    font-size:18px;
    flex:0 0 auto;
}

.field-shell input,
.field-shell select{
    width:100%;
    min-width:0;
    height:100%;
    border:0;
    outline:0;
    background:transparent;
    color:#25283d;
    font-size:14px;
    font-weight:650;
}

.field-shell input::placeholder{
    color:#8f94a8;
    font-weight:550;
}

.login-card input:-webkit-autofill,
.login-card input:-webkit-autofill:hover,
.login-card input:-webkit-autofill:focus,
.login-card input:-webkit-autofill:active{
    -webkit-text-fill-color:#25283d;
    caret-color:#25283d;
    background-color:transparent;
    box-shadow:
        0 0 0 1000px var(--field-bg) inset;
    -webkit-box-shadow:
        0 0 0 1000px var(--field-bg) inset;
    border:0;
    border-radius:0;
    transition:
        background-color 9999s ease-in-out 0s,
        color 9999s ease-in-out 0s;
}

.field-shell:has(input:-webkit-autofill){
    background:var(--field-bg);
    border-color:var(--line);
}

.field-shell:has(input:-webkit-autofill:focus){
    border-color:#a855f7;
    box-shadow:
        0 0 0 4px rgba(168,85,247,.13),
        0 12px 24px rgba(82,0,163,.08);
}


.password-box input{
    padding-right:76px;
}

.toggle-btn{
    position:absolute;
    right:8px;
    top:50%;
    transform:translateY(-50%);
    z-index:2;
    min-width:62px;
    height:32px;
    border:0;
    border-radius:10px;
    color:#7b13ef;
    background:rgba(139,0,255,.08);
    font-size:12px;
    font-weight:800;
    box-shadow:
        -8px 0 14px var(--field-bg);
    transition:
        background .2s ease,
        color .2s ease;
}

.toggle-btn:hover,
.toggle-btn:focus-visible{
    outline:0;
    color:#ffffff;
    background:#8b00ff;
}

.form-options{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin:14px 0 17px;
    font-size:13px;
}

.remember-option{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#33364d;
    font-weight:650;
    cursor:pointer;
}

.remember-option input{
    width:15px;
    height:15px;
    accent-color:#8b00ff;
}

.form-options a{
    color:#8b00ff;
    font-weight:750;
    text-decoration:none;
}

.form-options a:hover{
    text-decoration:underline;
}

.btn-login,
.btn-register{
    width:100%;
    height:50px;
    border-radius:12px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    font-size:15px;
    font-weight:800;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease,
        background .2s ease;
}

.btn-icon{
    width:18px;
    height:18px;
    display:grid;
    place-items:center;
    font-size:18px;
}

.btn-login{
    border:0;
    color:#ffffff;
    background:
        linear-gradient(90deg, #8b00ff, #b100ff);
    box-shadow:
        0 15px 34px rgba(139,0,255,.32);
}

.btn-login:hover,
.btn-login:focus-visible{
    outline:0;
    transform:translateY(-1px);
    box-shadow:
        0 18px 42px rgba(139,0,255,.42);
}

.btn-login:disabled{
    cursor:not-allowed;
    opacity:.72;
    transform:none;
}

.separator{
    position:relative;
    margin:19px 0;
    text-align:center;
}

.separator::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:50%;
    height:1px;
    background:#e6e8f0;
}

.separator span{
    position:relative;
    z-index:1;
    padding:0 14px;
    color:#8d92a5;
    background:#ffffff;
    font-size:13px;
    font-weight:700;
}

.btn-register{
    color:#25283d;
    border:1px solid #e1e4ef;
    background:#ffffff;
}

.btn-register:hover,
.btn-register:focus-visible{
    outline:0;
    color:#7b13ef;
    border-color:#b77aff;
    box-shadow:0 12px 28px rgba(82,0,163,.08);
}

.oauth-actions{
    display:grid;
    gap:10px;
    margin-bottom:12px;
}

.btn-google{
    width:100%;
    min-height:48px;
    border-radius:12px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    color:#25283d;
    background:#ffffff;
    border:1px solid #e1e4ef;
    text-decoration:none;
    font-size:14px;
    font-weight:850;
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease,
        color .2s ease;
}

.btn-google:hover,
.btn-google:focus-visible{
    outline:0;
    color:#7b13ef;
    border-color:#c9a5ff;
    transform:translateY(-1px);
    box-shadow:0 12px 28px rgba(82,0,163,.08);
}

.btn-google-secondary{
    background:#fbf8ff;
}

.google-mark{
    width:24px;
    height:24px;
    border-radius:999px;
    display:grid;
    place-items:center;
    flex:0 0 auto;
    color:#4285f4;
    background:#ffffff;
    border:1px solid #e7eaf4;
    font-weight:900;
    font-size:14px;
}

.auth-modal{
    position:fixed;
    inset:0;
    z-index:10000;
    display:grid;
    place-items:center;
    padding:24px;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:
        opacity .2s ease,
        visibility .2s ease;
}

.auth-modal.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}

.auth-modal-backdrop{
    position:absolute;
    inset:0;
    background:rgba(24,0,61,.58);
}

.auth-modal-card{
    position:relative;
    z-index:1;
    width:min(620px, 100%);
    max-height:min(92vh, 760px);
    overflow:auto;
    padding:28px;
    border-radius:24px;
    background:#ffffff;
    box-shadow:0 28px 70px rgba(24,0,61,.36);
}

.auth-modal-close{
    position:absolute;
    top:14px;
    right:14px;
    width:36px;
    height:36px;
    border:0;
    border-radius:12px;
    color:#7b13ef;
    background:#f6efff;
    font-size:24px;
    line-height:1;
}

.auth-modal-head{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:18px;
}

.auth-modal-mark{
    width:46px;
    height:46px;
    border-radius:15px;
    display:grid;
    place-items:center;
    color:#7a13ea;
    background:#f6efff;
    border:2px solid #e1c7ff;
    font-weight:900;
}

.auth-modal-head h2{
    font-size:24px;
    line-height:1.15;
    color:#24233f;
}

.auth-modal-head p{
    margin-top:5px;
    color:#7b8197;
    font-size:13px;
    font-weight:650;
}

.auth-modal-message{
    margin-bottom:14px;
    padding:12px 14px;
    border-radius:14px;
    color:#7f1d1d;
    background:#fff0f0;
    border:1px solid #ffd5d5;
    font-size:13px;
    font-weight:750;
}

.auth-modal-message.is-success{
    color:#166534;
    background:#ecfdf3;
    border-color:#bbf7d0;
}

.auth-modal-form{
    display:grid;
    gap:13px;
}

.auth-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:13px;
}

.auth-modal-form label{
    display:grid;
    gap:7px;
    color:#25283d;
    font-size:12px;
    font-weight:850;
}

.auth-modal-form input,
.auth-modal-form select{
    width:100%;
    height:46px;
    padding:0 13px;
    border:1px solid var(--line);
    border-radius:12px;
    outline:0;
    color:#25283d;
    background:var(--field-bg);
    font-size:14px;
    font-weight:650;
}

.auth-modal-form input:focus,
.auth-modal-form select:focus{
    border-color:#a855f7;
    box-shadow:0 0 0 4px rgba(168,85,247,.13);
}

.auth-modal-form input[readonly]{
    color:#5f6478;
    background:#f8fafc;
}

.auth-role-note{
    color:#7b8197;
    font-size:12px;
    line-height:1.45;
    font-weight:650;
}

.auth-submit{
    margin-top:4px;
}

body.auth-modal-open{
    overflow:hidden !important;
}

.auth-choice-card{
    width:min(760px, 100%);
}

.registration-choice-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:16px;
}

.registration-choice-card{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    min-width:0;
    padding:20px;
    border:1px solid #e4d8f7;
    border-radius:17px;
    color:#25233f;
    background:#fff;
    text-align:left;
    cursor:pointer;
    transition:border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.registration-choice-card:hover,
.registration-choice-card:focus-visible{
    border-color:#9d5ce9;
    background:#fcf9ff;
    box-shadow:0 12px 26px rgba(91,33,182,.10);
    outline:0;
    transform:translateY(-1px);
}

.registration-choice-icon{
    display:grid;
    width:45px;
    height:45px;
    place-items:center;
    border:1px solid #e1c7ff;
    border-radius:13px;
    background:#f6efff;
    font-size:21px;
}

.registration-choice-content{
    display:flex;
    width:100%;
    flex:1;
    flex-direction:column;
}

.registration-choice-content > strong{
    margin-top:15px;
    color:#24233f;
    font-size:17px;
}

.registration-choice-content > small{
    min-height:54px;
    margin-top:7px;
    color:#6f7489;
    font-size:12px;
    font-weight:650;
    line-height:1.5;
}

.registration-choice-facts{
    display:grid;
    gap:6px;
    margin:13px 0 17px;
    color:#555a70;
    font-size:11px;
    font-weight:750;
}

.registration-choice-facts span::before{
    content:"\2713";
    margin-right:7px;
    color:#7c3aed;
    font-weight:900;
}

.registration-choice-action{
    display:flex;
    width:100%;
    min-height:41px;
    margin-top:auto;
    align-items:center;
    justify-content:center;
    border:1px solid #7c3aed;
    border-radius:10px;
    color:#fff;
    background:#7c3aed;
    font-size:12px;
    font-weight:850;
}

.registration-choice-action--outline{
    color:#6d28d9;
    background:#fff;
}

.registration-choice-badge{
    position:absolute;
    top:17px;
    right:17px;
    padding:5px 8px;
    border-radius:999px;
    color:#6d28d9;
    background:#ede9fe;
    font-size:9px;
    font-weight:900;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.auth-google-register{
    display:flex;
    min-height:44px;
    align-items:center;
    justify-content:center;
    gap:9px;
    border:1px solid #d9deea;
    border-radius:12px;
    color:#34384d;
    background:#fff;
    text-decoration:none;
    font-size:12px;
    font-weight:800;
}

.auth-google-register:hover,
.auth-google-register:focus-visible{
    border-color:#b38be6;
    outline:0;
    background:#fcf9ff;
}

.auth-store-card{
    width:min(500px, 100%);
}

.auth-store-message{
    padding:15px;
    border:1px solid #e4d8f7;
    border-radius:13px;
    color:#54596e;
    background:#faf7ff;
    font-size:13px;
    font-weight:650;
    line-height:1.65;
}

.auth-store-actions{
    display:flex;
    justify-content:flex-end;
    gap:10px;
    margin-top:19px;
}

.auth-secondary-button,
.auth-contact-admin{
    display:inline-flex;
    width:auto;
    min-width:130px;
    height:43px;
    align-items:center;
    justify-content:center;
    padding:0 16px;
    border-radius:10px;
    font-size:12px;
    font-weight:850;
    text-decoration:none;
}

.auth-secondary-button{
    border:1px solid #d9deea;
    color:#555a70;
    background:#fff;
}

.auth-contact-admin:disabled{
    cursor:not-allowed;
    opacity:.6;
}

.auth-modal-form .app-select__trigger{
    height:46px;
    min-height:46px;
    border-radius:12px;
    background:var(--field-bg);
}

body.auth-modal-open > .app-select__menu{
    z-index:11000;
}

body > .global-modal{
    z-index:12000;
}

.global-modal-box .pos-popup-info{
    text-align:left;
}

.auth-confirm-summary{
    display:grid;
    gap:7px;
}

.auth-confirm-summary div{
    display:flex;
    justify-content:space-between;
    gap:16px;
}

.auth-confirm-summary span{
    color:#64748b;
}

.auth-confirm-summary strong{
    color:#312e81;
}

/* ==========================
   14 INCH / LOW HEIGHT
========================== */

@media(max-height:780px) and (min-width:981px){

    body{
        overflow-x:hidden;
        overflow-y:auto;
    }

    .login-page{
        min-height:100vh;
        overflow:visible;
    }

    .login-shell{
        min-height:auto;
        align-items:flex-start;
        padding-top:20px;
        padding-bottom:20px;
    }

    .login-brand{
        gap:22px;
        min-height:auto;
        justify-content:flex-start;
    }

    .brand-copy h1{
        font-size:44px;
    }

    .brand-copy p{
        margin-top:16px;
        font-size:16px;
        line-height:1.58;
    }

    .feature-list{
        gap:14px;
    }

    .feature-item{
        grid-template-columns:46px minmax(0, 1fr);
        gap:14px;
    }

    .feature-icon{
        width:46px;
        height:46px;
        font-size:22px;
        border-radius:14px;
    }

    .feature-item h2{
        font-size:16px;
    }

    .feature-item p{
        font-size:13px;
    }

    .login-card{
        max-width:500px;
        padding:22px 34px;
        border-radius:24px;
    }

    .login-card-mark{
        width:50px;
        height:50px;
        margin-bottom:14px;
        font-size:25px;
    }

    .login-heading{
        margin-bottom:16px;
    }

    .login-heading h2{
        font-size:27px;
    }

    .login-clock{
        min-height:52px;
        margin-bottom:14px;
    }

    #clock{
        font-size:21px;
    }

    .field-shell{
        height:46px;
    }

    .form-group{
        margin-bottom:11px;
    }

    .form-options{
        margin:12px 0 14px;
    }

    .btn-login,
    .btn-register{
        height:48px;
    }

    .separator{
        margin:15px 0;
    }

}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:1180px){
    .login-shell{
        grid-template-columns:minmax(0, .95fr) minmax(420px, 500px);
        gap:40px;
    }

    .brand-copy h1{
        font-size:42px;
    }
}

@media(max-width:980px){
    body{
        overflow:auto;
    }

    .login-page{
        overflow:visible;
    }

    .login-shell{
        min-height:auto;
        padding:28px 22px;
        grid-template-columns:1fr;
        gap:26px;
    }

    .login-brand{
        min-height:auto;
        gap:22px;
        text-align:center;
        align-items:center;
    }

    .brand-copy h1 span{
        display:inline;
    }

    .brand-copy p{
        margin-left:auto;
        margin-right:auto;
    }

    .feature-list{
        width:100%;
        max-width:620px;
        grid-template-columns:repeat(3, minmax(0, 1fr));
        gap:12px;
    }

    .feature-item{
        grid-template-columns:1fr;
        justify-items:center;
        text-align:center;
        padding:14px;
        border-radius:18px;
        background:rgba(255,255,255,.09);
    }

    .brand-footer{
        margin-top:0;
    }

    .login-panel{
        align-items:flex-start;
    }
}

@media(max-width:680px){
    .login-shell{
        padding:22px 16px;
    }

    .brand-top{
        justify-content:center;
    }

    .brand-mark{
        width:50px;
        height:50px;
    }

    .brand-name{
        font-size:20px;
    }

    .brand-copy h1{
        font-size:34px;
        letter-spacing:-1px;
    }

    .brand-copy p{
        font-size:15px;
        line-height:1.62;
    }

    .feature-list{
        grid-template-columns:1fr;
    }

    .login-card{
        padding:24px 20px;
        border-radius:22px;
    }

    .login-clock{
        grid-template-columns:1fr;
        gap:8px;
    }

    .date-part{
        border-left:0;
        border-top:1px solid rgba(139,0,255,.16);
        padding-top:8px;
    }

    .form-options{
        align-items:flex-start;
        flex-direction:column;
    }

    .auth-modal{
        padding:14px;
    }

    .auth-modal-card{
        padding:22px 18px;
        border-radius:20px;
    }

    .auth-modal-head{
        align-items:flex-start;
        padding-right:34px;
    }

    .auth-modal-head h2{
        font-size:20px;
    }

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

    .registration-choice-grid{
        grid-template-columns:1fr;
    }

    .registration-choice-content > small{
        min-height:0;
    }

    .auth-store-actions{
        flex-direction:column-reverse;
    }

    .auth-secondary-button,
    .auth-contact-admin{
        width:100%;
    }
}
/* ==================================================
   LOGIN SCROLLBAR - PREMIUM DARK GLASS
================================================== */

html{
    scrollbar-width:thin;
    scrollbar-color:
        rgba(139,0,255,.55)
        rgba(24,0,61,.28);
}

html::-webkit-scrollbar,
body::-webkit-scrollbar{
    width:5px;
    height:5px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track{
    background:rgba(24,0,61,.26);
    border-radius:999px;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb{
    background:
        linear-gradient(
            180deg,
            rgba(177,0,255,.85),
            rgba(109,31,255,.85)
        );
    border-radius:999px;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover{
    background:
        linear-gradient(
            180deg,
            rgba(210,80,255,.95),
            rgba(139,92,246,.95)
        );
}

html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner{
    background:transparent;
}
/* ==================================================
   FIX LOGIN BACKGROUND SCROLL SEAM
================================================== */

body{
    background:
        radial-gradient(circle at 78% 20%, rgba(204,0,255,.55), transparent 31%),
        radial-gradient(circle at 18% 80%, rgba(116,40,255,.34), transparent 36%),
        linear-gradient(135deg, #23004f 0%, #3d087c 48%, #9100d9 100%);
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:cover;
}

.login-page{
    min-height:100vh;
    background:transparent;
}

.login-bg-orb,
.login-bg-grid{
    position:fixed;
}

.login-bg-grid{
    inset:0;
    min-height:100vh;
}

.orb-left{
    position:fixed;
}

.orb-right{
    position:fixed;
}
