.launcher-login-overlay{
position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:18px;
background:rgba(0,0,0,.68);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease
}
.launcher-login-overlay.is-open{opacity:1;visibility:visible}
.launcher-login-modal{
position:relative;width:min(440px,100%);max-height:calc(100dvh - 36px);overflow:auto;
padding:23px;color:#fff;background:radial-gradient(circle at top right,rgba(217,154,0,.13),transparent 35%),#111518;
border:1px solid #d99a00;border-radius:16px;box-shadow:0 28px 80px rgba(0,0,0,.56);
transform:translateY(12px) scale(.96);transition:transform .22s ease
}
.launcher-login-overlay.is-open .launcher-login-modal{transform:none}
.launcher-login-close{
position:absolute;top:9px;right:11px;width:34px;height:34px;padding:0;border:0;border-radius:50%;
background:transparent;color:#bfc5ca;font-size:27px;line-height:1;cursor:pointer
}
.launcher-login-close:hover{background:rgba(255,255,255,.08);color:#fff}
.launcher-login-brand{text-align:center;padding:2px 25px 15px}
.launcher-login-logo{
width:58px;height:58px;margin:0 auto 9px;display:grid;place-items:center;border:1px solid #d99a00;
border-radius:14px;color:#d99a00;background:#0b0e10;font-size:27px
}
.launcher-login-brand small{display:block;color:#e3b033;letter-spacing:.8px}
.launcher-login-brand h2{margin:5px 0 3px;font-size:19px}
.launcher-login-brand p{margin:0;color:#aeb6bc;font-size:12px}
.launcher-field{margin-bottom:11px}
.launcher-field label{display:block;margin-bottom:5px;color:#e5e9ec;font-weight:700;font-size:12px}
.launcher-field label i{margin-right:5px;color:#d99a00}
.launcher-field input{
width:100%;height:42px;padding:0 12px;border:1px solid #4a5055;border-radius:8px;outline:none;
background:#0b0e10;color:#fff;font:13px "Segoe UI",Arial,sans-serif
}
.launcher-field input:focus{border-color:#d99a00;box-shadow:0 0 0 3px rgba(217,154,0,.13)}
.launcher-password-wrap{position:relative}
.launcher-password-wrap input{padding-right:44px}
.launcher-password-wrap button{
position:absolute;top:4px;right:5px;width:34px;height:34px;border:0;border-radius:6px;
background:transparent;color:#aeb6bc;cursor:pointer
}
.launcher-password-wrap button:hover{background:rgba(255,255,255,.07);color:#fff}
.launcher-remember{display:flex;align-items:center;gap:7px;margin:2px 0 11px;color:#b9c0c5}
.launcher-remember input{accent-color:#d99a00}
.launcher-login-message{display:none;margin-bottom:9px;padding:8px 9px;border-radius:7px;font-size:11px}
.launcher-login-message.error{display:block;border:1px solid #8f3333;background:#4c2020;color:#ffdede}
.launcher-login-message.success{display:block;border:1px solid #287749;background:#163d2a;color:#dff8e8}
.launcher-login-submit,.launcher-demo-button{
width:100%;border:0;border-radius:8px;font-weight:800;cursor:pointer;
transition:transform .15s ease,filter .15s ease
}
.launcher-login-submit{min-height:43px;background:#d99a00;color:#111}
.launcher-login-submit:hover,.launcher-demo-button:hover{filter:brightness(1.08);transform:translateY(-1px)}
.launcher-demo-box{margin-top:15px;padding:12px;border:1px dashed #b88913;border-radius:10px;background:#1d1a10}
.launcher-demo-title{margin-bottom:8px;color:#f0bd39;font-weight:800;text-align:center}
.launcher-demo-row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:4px 0;color:#c7cdd1}
.launcher-demo-row code{color:#fff;font-size:11px}
.launcher-demo-button{min-height:38px;margin-top:9px;background:#fff;color:#111}
.launcher-login-foot{margin-top:11px;color:#858e94;text-align:center;font-size:10px}
body.launcher-modal-open{overflow:hidden!important}
@media(max-width:520px){
.launcher-login-overlay{padding:10px;align-items:end}
.launcher-login-modal{width:100%;max-height:94dvh;padding:20px 16px 17px;border-radius:16px 16px 8px 8px}
}

/* Compact popup login v8.3.1 */
.launcher-login-overlay{
    padding:12px;
}

.launcher-login-modal{
    width:min(390px,100%);
    max-height:calc(100dvh - 24px);
    padding:17px 18px 14px;
    border-radius:14px;
}

.launcher-login-close{
    top:7px;
    right:8px;
    width:30px;
    height:30px;
    font-size:23px;
}

.launcher-login-brand{
    padding:0 24px 10px;
}

.launcher-login-logo{
    width:46px;
    height:46px;
    margin-bottom:6px;
    border-radius:11px;
    font-size:21px;
}

.launcher-login-brand small{
    font-size:10px;
}

.launcher-login-brand h2{
    margin:4px 0 2px;
    font-size:17px;
    line-height:1.2;
}

.launcher-login-brand p{
    font-size:10px;
    line-height:1.25;
}

.launcher-field{
    margin-bottom:8px;
}

.launcher-field label{
    margin-bottom:3px;
    font-size:11px;
}

.launcher-field input{
    height:36px;
    padding:0 10px;
    font-size:12px;
    border-radius:7px;
}

.launcher-password-wrap input{
    padding-right:40px;
}

.launcher-password-wrap button{
    top:3px;
    right:4px;
    width:30px;
    height:30px;
}

.launcher-remember{
    margin:0 0 8px;
    font-size:11px;
}

.launcher-login-message{
    margin-bottom:7px;
    padding:6px 8px;
    font-size:10px;
}

.launcher-login-submit{
    min-height:36px;
    font-size:12px;
}

.launcher-demo-box{
    margin-top:10px;
    padding:9px 10px;
    border-radius:8px;
}

.launcher-demo-title{
    margin-bottom:5px;
    font-size:12px;
}

.launcher-demo-row{
    padding:2px 0;
    font-size:11px;
}

.launcher-demo-row code{
    font-size:10px;
}

.launcher-demo-button{
    min-height:33px;
    margin-top:7px;
    font-size:11px;
}

.launcher-login-foot{
    margin-top:7px;
    font-size:9px;
}

@media(max-width:520px){
    .launcher-login-overlay{
        padding:8px;
        align-items:center;
    }

    .launcher-login-modal{
        width:min(370px,100%);
        max-height:calc(100dvh - 16px);
        padding:15px 14px 12px;
        border-radius:13px;
    }

    .launcher-login-brand h2{
        font-size:16px;
    }

    .launcher-demo-box{
        padding:8px 9px;
    }
}

/* OSRATUS Popup Ultra Compact v8.4.1 */
.launcher-login-overlay{
    padding:8px !important;
    align-items:center !important;
}

.launcher-login-modal{
    width:min(370px, calc(100vw - 16px)) !important;
    max-height:calc(100dvh - 16px) !important;
    padding:12px 15px 10px !important;
    border-radius:13px !important;
    overflow-y:auto !important;
    scrollbar-width:thin;
}

.launcher-login-close{
    top:5px !important;
    right:7px !important;
    width:27px !important;
    height:27px !important;
    font-size:21px !important;
}

.launcher-login-brand{
    padding:0 24px 6px !important;
}

.launcher-login-logo{
    width:36px !important;
    height:36px !important;
    margin-bottom:3px !important;
    border-radius:9px !important;
    font-size:17px !important;
}

.launcher-login-brand small{
    font-size:9px !important;
    line-height:1.05 !important;
}

.launcher-login-brand h2{
    margin:3px 0 1px !important;
    font-size:15px !important;
    line-height:1.1 !important;
}

.launcher-login-brand p{
    margin:0 !important;
    font-size:9px !important;
    line-height:1.1 !important;
}

.launcher-field{
    margin-bottom:5px !important;
}

.launcher-field label{
    margin-bottom:2px !important;
    font-size:10px !important;
    line-height:1 !important;
}

.launcher-field input{
    height:31px !important;
    padding:0 9px !important;
    border-radius:6px !important;
    font-size:11px !important;
}

.launcher-password-wrap input{
    padding-right:36px !important;
}

.launcher-password-wrap button{
    top:2px !important;
    right:3px !important;
    width:27px !important;
    height:27px !important;
}

.launcher-remember{
    margin:0 0 5px !important;
    gap:5px !important;
    font-size:10px !important;
    line-height:1 !important;
}

.launcher-login-message{
    margin-bottom:5px !important;
    padding:5px 7px !important;
    font-size:9px !important;
}

.launcher-login-submit{
    min-height:31px !important;
    font-size:11px !important;
    border-radius:7px !important;
}

.launcher-demo-box{
    margin-top:6px !important;
    padding:6px 9px !important;
    border-radius:7px !important;
}

.launcher-demo-title{
    margin-bottom:2px !important;
    font-size:11px !important;
    line-height:1 !important;
}

.launcher-demo-row{
    padding:1px 0 !important;
    font-size:10px !important;
    line-height:1.15 !important;
}

.launcher-demo-row code{
    font-size:9px !important;
}

.launcher-demo-button{
    min-height:28px !important;
    margin-top:4px !important;
    font-size:10px !important;
    border-radius:6px !important;
}

.launcher-login-foot{
    display:none !important;
}

@media(max-height:650px){
    .launcher-login-modal{
        width:min(350px, calc(100vw - 12px)) !important;
        padding:9px 13px 8px !important;
    }

    .launcher-login-logo{
        width:30px !important;
        height:30px !important;
        font-size:14px !important;
    }

    .launcher-login-brand h2{
        font-size:14px !important;
    }

    .launcher-field input{
        height:28px !important;
    }

    .launcher-login-submit{
        min-height:28px !important;
    }

    .launcher-demo-box{
        margin-top:4px !important;
        padding:5px 8px !important;
    }

    .launcher-demo-button{
        min-height:26px !important;
    }
}

@media(max-width:520px){
    .launcher-login-overlay{
        padding:6px !important;
        align-items:center !important;
    }

    .launcher-login-modal{
        width:min(355px, calc(100vw - 12px)) !important;
        max-height:calc(100dvh - 12px) !important;
        padding:10px 13px 8px !important;
        border-radius:12px !important;
    }
}
