/*
 * Hersley giriş ve açılış deneyimi
 * Bu dosya yalnızca giriş sayfasını ve ortak uygulama splash ekranını biçimlendirir.
 */

:root {
    --entry-navy-950: #071b2d;
    --entry-navy-900: #0a2840;
    --entry-navy-800: #123b58;
    --entry-teal-600: #079b92;
    --entry-teal-500: #12b8aa;
    --entry-teal-100: #dff8f4;
    --entry-sky-100: #e9f4fb;
    --entry-slate-950: #10212f;
    --entry-slate-700: #405566;
    --entry-slate-500: #728493;
    --entry-slate-300: #cdd9e1;
    --entry-slate-200: #dde6eb;
    --entry-slate-100: #edf3f6;
    --entry-white: #ffffff;
    --entry-danger: #c9404d;
    --entry-radius-xl: 30px;
    --entry-radius-lg: 18px;
    --entry-radius-md: 13px;
    --entry-shadow: 0 30px 80px rgba(18, 48, 68, .16);
}

/* Login page ------------------------------------------------------------- */

body.hersley-login-page {
    min-width: 320px;
    background: #edf3f6;
    color: var(--entry-slate-950);
}

body.hersley-login-page .page {
    min-height: 100vh;
    padding: 88px 28px 32px;
    background:
        radial-gradient(circle at 86% 12%, rgba(18, 184, 170, .13), transparent 26%),
        radial-gradient(circle at 8% 88%, rgba(52, 132, 184, .11), transparent 28%),
        linear-gradient(145deg, #f7fafb 0%, #edf3f6 56%, #e4edf1 100%);
}

body.hersley-login-page .page::before {
    opacity: .58;
    background-image:
        linear-gradient(rgba(10, 40, 64, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(10, 40, 64, .035) 1px, transparent 1px);
    background-size: 48px 48px;
    -webkit-mask-image: linear-gradient(135deg, #000, transparent 72%);
    mask-image: linear-gradient(135deg, #000, transparent 72%);
}

body.hersley-login-page .glass-bg {
    top: -240px;
    right: -190px;
    width: 620px;
    height: 620px;
    opacity: .45;
    background: rgba(18, 184, 170, .14);
    filter: blur(110px);
}

body.hersley-login-page .system-info {
    position: absolute;
    z-index: 20;
    top: 22px;
    left: 50%;
    width: min(1180px, calc(100% - 48px));
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    transform: translateX(-50%);
    padding: 0;
    color: #536979;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
}

body.hersley-login-page .system-info > div {
    min-height: 38px;
    padding: 8px 11px;
    border: 1px solid rgba(137, 158, 171, .24);
    border-radius: 11px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 8px 20px rgba(30, 61, 80, .04);
    font-size: 11px;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

body.hersley-login-page .system-info > .live-status {
    margin-right: auto;
    padding-inline: 13px;
    border-color: rgba(7, 155, 146, .18);
    color: #08776f;
    background: rgba(223, 248, 244, .9);
    box-shadow: none;
}

body.hersley-login-page .system-info .live-status i,
body.hersley-login-page .system-info i {
    color: var(--entry-teal-600);
}

body.hersley-login-page .system-info .login-preferences {
    padding: 4px;
    gap: 4px;
}

body.hersley-login-page .login-theme-toggle,
body.hersley-login-page .login-language-switcher button {
    min-height: 30px;
    border: 0;
    border-radius: 8px;
    color: #526879;
    background: transparent;
    font-weight: 800;
}

body.hersley-login-page .login-theme-toggle:hover,
body.hersley-login-page .login-language-switcher button:hover,
body.hersley-login-page .login-language-switcher button.active {
    color: var(--entry-navy-900);
    background: #eef5f7;
}

body.hersley-login-page .login-lang-flag {
    width: 18px;
    height: 13px;
    border-radius: 3px;
}

body.hersley-login-page .login-container {
    position: relative;
    z-index: 2;
    width: min(1180px, 100%);
    min-height: 650px;
    display: grid;
    grid-template-columns: minmax(340px, .84fr) minmax(500px, 1.16fr);
    overflow: hidden;
    border: 1px solid rgba(107, 134, 151, .18);
    border-radius: var(--entry-radius-xl);
    background: var(--entry-white);
    box-shadow: var(--entry-shadow);
}

body.hersley-login-page .left-panel {
    position: relative;
    isolation: isolate;
    min-width: 0;
    padding: 50px 44px 42px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 34px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 88% 12%, rgba(52, 211, 193, .25), transparent 30%),
        linear-gradient(155deg, #0d3a57 0%, #0a2840 55%, #071b2d 100%);
}

body.hersley-login-page .left-panel::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .26;
    background-image:
        linear-gradient(rgba(255, 255, 255, .09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .09) 1px, transparent 1px);
    background-size: 46px 46px;
    -webkit-mask-image: linear-gradient(135deg, #000, transparent 75%);
    mask-image: linear-gradient(135deg, #000, transparent 75%);
    pointer-events: none;
}

body.hersley-login-page .left-panel::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -110px;
    bottom: -145px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(92, 225, 211, .26);
    border-radius: 50%;
    box-shadow:
        0 0 0 42px rgba(92, 225, 211, .045),
        0 0 0 88px rgba(92, 225, 211, .03);
}

body.hersley-login-page .logo-area {
    gap: 14px;
    align-items: center;
}

body.hersley-login-page .logo-area img {
    width: 80px;
    height: 64px;
    padding: 2px;
    overflow: hidden;
    border: 0;
    border-radius: 14px;
    object-fit: cover;
    object-position: center;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

body.hersley-login-page .logo-area h1 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -.03em;
}

body.hersley-login-page .logo-area span {
    margin-top: 3px;
    color: #99e7df;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.hersley-login-page .main-text {
    margin-top: auto;
}

body.hersley-login-page .main-text small {
    color: #83ddd3;
    font-size: 10px;
    letter-spacing: .18em;
}

body.hersley-login-page .main-text h2 {
    max-width: 430px;
    margin: 14px 0;
    color: #fff;
    font-size: clamp(34px, 3.2vw, 48px);
    line-height: 1.06;
    letter-spacing: -.045em;
}

body.hersley-login-page .main-text p {
    max-width: 380px;
    color: #bed1de;
    font-size: 14px;
    line-height: 1.65;
}

body.hersley-login-page .feature-list {
    display: grid;
    gap: 9px;
}

body.hersley-login-page .feature-list span {
    width: fit-content;
    padding: 0;
    border: 0;
    color: #dbe9f1;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
}

body.hersley-login-page .feature-list i {
    color: #4ed4c5;
    font-size: 16px;
}

body.hersley-login-page .stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding-top: 2px;
}

body.hersley-login-page .stat-box {
    min-width: 0;
    padding: 12px 10px;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    background: rgba(255, 255, 255, .06);
    box-shadow: none;
}

body.hersley-login-page .stat-icon {
    width: 30px;
    height: 30px;
    color: #7ce0d6;
    background: rgba(69, 210, 196, .1);
}

body.hersley-login-page .stat-info b {
    color: #fff;
    font-size: 12px;
}

body.hersley-login-page .stat-info span {
    overflow: hidden;
    color: #9fb5c4;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.hersley-login-page .right-panel {
    min-width: 0;
    padding: 54px 56px;
    align-items: center;
    background: #fff;
}

body.hersley-login-page .login-standalone-wrap,
body.hersley-login-page .dolum-login-wrap {
    width: 100%;
}

body.hersley-login-page .login-box {
    width: 100%;
    max-width: 430px;
    margin-inline: auto;
}

body.hersley-login-page .login-head {
    margin-bottom: 24px;
}

body.hersley-login-page .login-kicker {
    margin-bottom: 12px;
    padding: 6px 10px;
    color: #08776f;
    background: var(--entry-teal-100);
    border: 1px solid rgba(7, 155, 146, .1);
    font-size: 10px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

body.hersley-login-page .login-head h3 {
    margin: 0;
    color: var(--entry-slate-950);
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -.04em;
}

body.hersley-login-page .login-head p {
    margin-top: 8px;
    color: var(--entry-slate-500);
    font-size: 13px;
    line-height: 1.55;
}

body.hersley-login-page .license-actions-toggle {
    margin: -4px 0 14px;
    text-align: right;
}

body.hersley-login-page .license-actions-toggle button {
    min-height: 34px;
    padding: 7px 11px;
    border: 1px solid var(--entry-slate-200);
    border-radius: 10px;
    color: #526879;
    background: #fff;
    font-size: 11px;
    font-weight: 800;
}

body.hersley-login-page .license-actions-toggle button:hover {
    border-color: #9bded7;
    color: #08776f;
    background: #f3fbfa;
}

body.hersley-login-page .license-current {
    margin-bottom: 17px;
}

body.hersley-login-page .license-current label,
body.hersley-login-page .field label {
    margin-bottom: 7px;
    color: #344b5d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .02em;
}

body.hersley-login-page .license-current > div {
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #cfeae7;
    border-radius: var(--entry-radius-md);
    color: #25514f;
    background: #f1fbf9;
    font-size: 12px;
}

body.hersley-login-page .license-current i {
    color: var(--entry-teal-600);
}

body.hersley-login-page .field {
    margin-bottom: 16px;
}

body.hersley-login-page .control {
    height: 54px;
}

body.hersley-login-page .control > i {
    left: 17px;
    color: #77909f;
}

body.hersley-login-page .control input,
body.hersley-login-page .control select {
    padding: 0 48px;
    border: 1px solid #ccd9e0;
    border-radius: var(--entry-radius-md);
    color: #173143;
    background: #fbfcfd;
    font-size: 13px;
    font-weight: 650;
    box-shadow: inset 0 1px 2px rgba(18, 48, 68, .025);
}

body.hersley-login-page .control input:hover,
body.hersley-login-page .control select:hover {
    border-color: #9eb4c1;
}

body.hersley-login-page .control input:focus,
body.hersley-login-page .control select:focus {
    border-color: var(--entry-teal-500);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(18, 184, 170, .12);
}

body.hersley-login-page .control button {
    top: 8px;
    right: 8px;
    width: 38px;
    height: 38px;
    border-radius: 9px;
    color: #617887;
    background: #edf3f6;
}

body.hersley-login-page .row-options {
    margin: 10px 0 20px;
    color: #627786;
    font-size: 11px;
}

body.hersley-login-page .remember {
    gap: 7px;
}

body.hersley-login-page .remember input {
    accent-color: var(--entry-teal-600);
}

body.hersley-login-page .row-options a {
    color: #087d75;
    font-weight: 800;
}

body.hersley-login-page .login-btn {
    min-height: 54px;
    padding: 0 19px;
    border: 0;
    border-radius: var(--entry-radius-md);
    color: #fff;
    background: linear-gradient(135deg, #0b6c74 0%, #079b92 100%);
    box-shadow: 0 15px 28px rgba(7, 126, 120, .2);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .01em;
}

body.hersley-login-page .login-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #095d68 0%, #078b84 100%);
    box-shadow: 0 18px 32px rgba(7, 126, 120, .26);
}

body.hersley-login-page .login-btn:focus-visible,
body.hersley-login-page button:focus-visible,
body.hersley-login-page a:focus-visible,
body.hersley-login-page input:focus-visible,
body.hersley-login-page select:focus-visible {
    outline: 3px solid rgba(18, 184, 170, .28);
    outline-offset: 2px;
}

body.hersley-login-page .bottom-note {
    margin-top: 22px;
    color: #8798a4;
    font-size: 10px;
}

body.hersley-login-page .bottom-note i {
    color: var(--entry-teal-600);
}

body.hersley-login-page .alert-success,
body.hersley-login-page .validation-error {
    margin-bottom: 14px;
    padding: 12px 13px;
    border-radius: 11px;
    font-size: 11px;
    line-height: 1.5;
}

body.hersley-login-page .alert-success {
    border: 1px solid #bde7d6;
    color: #176343;
    background: #effaf5;
}

body.hersley-login-page .validation-error {
    border: 1px solid #f1c7ca;
    color: #9c2f3a;
    background: #fff4f4;
}

/* Dolum login: form ve dokunmatik keypad aynı yüzeyde kalır. */
body.hersley-login-page .login-container.dolum-login-container {
    width: min(1320px, 100%);
    grid-template-columns: minmax(300px, .68fr) minmax(760px, 1.62fr);
}

body.hersley-login-page .dolum-login-container .left-panel {
    padding-inline: 36px;
}

body.hersley-login-page .dolum-login-container .right-panel {
    padding: 42px;
}

body.hersley-login-page .dolum-login-container .dolum-login-wrap {
    grid-template-columns: minmax(0, 420px) 238px;
    gap: 24px;
}

body.hersley-login-page .dolum-keypad {
    width: 100%;
    padding: 16px;
    border: 1px solid #d6e2e7;
    border-radius: var(--entry-radius-lg);
    background: #f6f9fa;
    box-shadow: none;
}

body.hersley-login-page .dolum-keypad-head {
    margin-bottom: 13px;
    padding-bottom: 11px;
    border-bottom: 1px solid #dde6eb;
    color: #29495d;
    font-size: 11px;
    font-weight: 850;
}

body.hersley-login-page .dolum-keypad-grid {
    gap: 8px;
}

body.hersley-login-page .keypad-btn {
    height: 52px;
    border: 1px solid #d4dfe5;
    border-radius: 11px;
    color: #19364a;
    background: #fff;
    box-shadow: 0 3px 8px rgba(18, 48, 68, .035);
    font-size: 16px;
    font-weight: 800;
}

body.hersley-login-page .keypad-btn:hover {
    border-color: #8bd5ce;
    color: #08776f;
    background: #f0fbf9;
}

body.hersley-login-page .keypad-btn.action {
    color: #376075;
    background: #e9f1f4;
}

body.hersley-login-page .keypad-btn.action.danger {
    color: #a93d48;
    background: #fff0f1;
}

body.hersley-login-page .dolum-keypad-note {
    margin-top: 12px;
    color: #758995;
    font-size: 10px;
}

/* Login sırasında gösterilen kısa splash. */
body.hersley-login-page .login-splash {
    padding: 24px;
    background:
        radial-gradient(circle at 50% 34%, rgba(39, 200, 186, .14), transparent 30%),
        linear-gradient(145deg, #061827 0%, #0a2b43 65%, #0b3d4b 100%);
    backdrop-filter: none;
}

body.hersley-login-page .splash-orbit,
body.hersley-login-page .splash-lines {
    display: none;
}

body.hersley-login-page .login-splash-card {
    width: min(430px, 100%);
    padding: 38px 36px 32px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    color: #fff;
    background: rgba(7, 27, 45, .78);
    box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
    backdrop-filter: blur(18px);
}

body.hersley-login-page .login-splash-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, transparent, #4bd4c8, transparent);
}

body.hersley-login-page .login-splash-card::after {
    display: none;
}

body.hersley-login-page .splash-logo-wrap {
    width: 92px;
    height: 92px;
}

body.hersley-login-page .splash-ring {
    inset: -5px;
    border: 1px solid rgba(75, 212, 200, .24);
    border-top-color: #4bd4c8;
}

body.hersley-login-page .splash-logo-wrap img {
    width: 82px;
    height: 82px;
    padding: 0;
    border: 0;
    border-radius: 18px;
    object-fit: cover;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
}

body.hersley-login-page .login-splash-card h4 {
    margin: 20px 0 7px;
    color: #fff;
    font-size: 23px;
    letter-spacing: -.025em;
}

body.hersley-login-page .login-splash-card p {
    margin: 0 0 24px;
    color: #b9ccd8;
    font-size: 12px;
}

body.hersley-login-page .splash-loader {
    height: 4px;
    background: rgba(255, 255, 255, .1);
}

body.hersley-login-page .splash-loader span {
    background: linear-gradient(90deg, #40cbbf, #a8fff4);
}

body.hersley-login-page .splash-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
    color: #9fb4c1;
    font-size: 9px;
}

body.hersley-login-page .splash-steps span {
    min-width: 0;
    justify-content: center;
    text-align: center;
}

body.hersley-login-page .splash-steps span i {
    flex: 0 0 auto;
    background: #4bd4c8;
    box-shadow: 0 0 0 4px rgba(75, 212, 200, .09);
}

/* Login modalları -------------------------------------------------------- */

body.hersley-login-page .license-modal {
    padding: 22px;
    background: rgba(3, 18, 30, .62);
    backdrop-filter: blur(8px);
}

body.hersley-login-page .license-modal-card {
    width: min(460px, 100%);
    max-height: calc(100vh - 44px);
    overflow-y: auto;
    padding: 30px;
    border: 1px solid rgba(154, 176, 188, .24);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 34px 90px rgba(4, 25, 40, .3);
}

body.hersley-login-page .license-modal-close {
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    color: #5c7180;
    background: #edf3f6;
}

body.hersley-login-page .license-modal-head {
    padding-right: 34px;
    align-items: flex-start;
}

body.hersley-login-page .license-modal-icon {
    border-radius: 12px;
    color: #08776f;
    background: var(--entry-teal-100);
}

body.hersley-login-page .license-modal-head h4 {
    color: var(--entry-slate-950);
}

body.hersley-login-page .license-setup-form input,
body.hersley-login-page .license-setup-form select,
body.hersley-login-page .forgot-password-form input {
    min-height: 48px;
    border: 1px solid #ccd9e0;
    border-radius: 11px;
    color: #173143;
    background: #fbfcfd;
}

body.hersley-login-page .license-setup-form button,
body.hersley-login-page .forgot-password-actions button {
    min-height: 44px;
    border-radius: 11px;
}

/* Koyu tema -------------------------------------------------------------- */

html.login-theme-dark body.hersley-login-page,
html.login-theme-dark body.hersley-login-page .page {
    background:
        radial-gradient(circle at 86% 12%, rgba(18, 184, 170, .12), transparent 27%),
        linear-gradient(145deg, #06131e 0%, #091b29 58%, #0a2432 100%);
}

html.login-theme-dark body.hersley-login-page .system-info > div {
    border-color: rgba(173, 197, 210, .13);
    color: #adc0cc;
    background: rgba(12, 31, 45, .72);
}

html.login-theme-dark body.hersley-login-page .system-info > .live-status {
    color: #79ded4;
    background: rgba(10, 75, 72, .48);
}

html.login-theme-dark body.hersley-login-page .login-theme-toggle,
html.login-theme-dark body.hersley-login-page .login-language-switcher button {
    color: #b3c5d0;
}

html.login-theme-dark body.hersley-login-page .login-theme-toggle:hover,
html.login-theme-dark body.hersley-login-page .login-language-switcher button:hover,
html.login-theme-dark body.hersley-login-page .login-language-switcher button.active {
    color: #e6f4f5;
    background: #173445;
}

html.login-theme-dark body.hersley-login-page .login-container,
html.login-theme-dark body.hersley-login-page .right-panel,
html.login-theme-dark body.hersley-login-page .login-box {
    border-color: rgba(147, 170, 185, .14);
    color: #e6eef3;
    background: #0c1d2a;
}

html.login-theme-dark body.hersley-login-page .login-head h3,
html.login-theme-dark body.hersley-login-page .license-current label,
html.login-theme-dark body.hersley-login-page .field label,
html.login-theme-dark body.hersley-login-page .license-modal-head h4 {
    color: #edf5f7;
}

html.login-theme-dark body.hersley-login-page .login-head p,
html.login-theme-dark body.hersley-login-page .row-options,
html.login-theme-dark body.hersley-login-page .bottom-note,
html.login-theme-dark body.hersley-login-page .dolum-keypad-note {
    color: #92a8b6;
}

html.login-theme-dark body.hersley-login-page .login-kicker {
    border-color: rgba(86, 221, 208, .12);
    color: #7ce0d6;
    background: rgba(20, 104, 99, .28);
}

html.login-theme-dark body.hersley-login-page .license-actions-toggle button,
html.login-theme-dark body.hersley-login-page .control input,
html.login-theme-dark body.hersley-login-page .control select,
html.login-theme-dark body.hersley-login-page .license-setup-form input,
html.login-theme-dark body.hersley-login-page .license-setup-form select,
html.login-theme-dark body.hersley-login-page .forgot-password-form input {
    border-color: #294354;
    color: #e4edf2;
    background: #102737;
}

html.login-theme-dark body.hersley-login-page .control input:focus,
html.login-theme-dark body.hersley-login-page .control select:focus {
    border-color: #37cabe;
    background: #102737;
}

html.login-theme-dark body.hersley-login-page .control button,
html.login-theme-dark body.hersley-login-page .license-modal-close {
    color: #b8cad4;
    background: #173445;
}

html.login-theme-dark body.hersley-login-page .license-current > div {
    border-color: rgba(59, 187, 174, .23);
    color: #bce4df;
    background: rgba(18, 92, 87, .2);
}

html.login-theme-dark body.hersley-login-page .dolum-keypad {
    border-color: #294354;
    background: #102737;
}

html.login-theme-dark body.hersley-login-page .dolum-keypad-head {
    border-color: #294354;
    color: #d6e4ea;
}

html.login-theme-dark body.hersley-login-page .keypad-btn {
    border-color: #2c4657;
    color: #e0eaef;
    background: #163142;
}

html.login-theme-dark body.hersley-login-page .license-modal-card {
    border-color: #294354;
    color: #d8e5eb;
    background: #0d2231;
}

/* Ortak uygulama splash ekranı ----------------------------------------- */

#splashScreenPro {
    padding: 24px;
    color: #fff;
    background:
        radial-gradient(circle at 50% 30%, rgba(65, 211, 198, .14), transparent 29%),
        linear-gradient(145deg, #061827 0%, #0a2b43 64%, #0a3a47 100%);
}

#splashScreenPro::before {
    opacity: .32;
    background-size: 52px 52px;
    -webkit-mask-image: linear-gradient(145deg, #000, transparent 78%);
    mask-image: linear-gradient(145deg, #000, transparent 78%);
}

#splashScreenPro .codex-splash-box {
    width: min(520px, 100%);
    min-height: 0;
    display: block;
}

#splashScreenPro .splash-brand-card {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-height: 0;
    padding: 38px 38px 32px;
    transform: none;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    color: #fff;
    background: rgba(7, 27, 45, .78);
    box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
    backdrop-filter: blur(18px);
}

#splashScreenPro .splash-brand-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, transparent, #4bd4c8, transparent);
}

#splashScreenPro .splash-logo-row {
    justify-content: center;
    text-align: left;
}

#splashScreenPro .splash-logo {
    width: 68px;
    height: 68px;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
}

#splashScreenPro .splash-logo img {
    width: 68px;
    height: 68px;
    object-fit: cover;
}

#splashScreenPro .splash-brand-text span {
    color: #7ce0d6;
    font-size: 10px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

#splashScreenPro .codex-splash-box h4 {
    margin-top: 5px;
    color: #fff;
    font-size: 24px;
    font-weight: 850;
    letter-spacing: -.025em;
}

#splashScreenPro .splash-lead {
    max-width: 390px;
    margin: 20px auto 0;
    color: #adc2cf;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

#splashScreenPro .splash-startup {
    width: 180px;
    height: 190px;
    margin: 12px auto 0;
}

#splashScreenPro .splash-signal {
    width: 118px;
    height: 118px;
    overflow: visible;
    border-color: rgba(98, 222, 210, .24);
    background: rgba(21, 80, 92, .34);
    box-shadow: 0 0 44px rgba(65, 211, 198, .13);
}

#splashScreenPro .splash-signal::before {
    inset: 9px;
    border-width: 1px;
    border-color: rgba(124, 224, 214, .16);
    border-top-color: #4bd4c8;
    border-right-color: #4bd4c8;
}

#splashScreenPro .splash-signal::after {
    display: none;
}

#splashScreenPro .splash-signal i {
    width: 54px;
    height: 54px;
    color: #083344;
    background: #7ce0d6;
    box-shadow: 0 9px 24px rgba(25, 192, 177, .18);
    font-size: 23px;
}

#splashScreenPro .splash-signal-ring {
    display: none;
}

#splashScreenPro .splash-startup-label {
    bottom: 22px;
    min-width: 230px;
    padding: 0;
    border: 0;
    color: #d4e3e9;
    background: transparent;
    box-shadow: none;
    font-size: 11px;
    letter-spacing: .02em;
}

#splashScreenPro .splash-progress {
    bottom: 0;
    width: 250px;
    height: 4px;
    border: 0;
    background: rgba(255, 255, 255, .1);
    box-shadow: none;
}

#splashScreenPro .splash-progress span {
    background: linear-gradient(90deg, #40cbbf, #a8fff4);
    box-shadow: none;
}

#splashScreenPro .splash-startup-grid,
#splashScreenPro .splash-foot,
#splashScreenPro .splash-side-card {
    display: none;
}

/* Responsive ------------------------------------------------------------- */

@media (max-width: 1050px) {
    body.hersley-login-page .login-container,
    body.hersley-login-page .login-container.dolum-login-container {
        grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    }

    body.hersley-login-page .left-panel {
        padding: 40px 32px 34px;
    }

    body.hersley-login-page .right-panel,
    body.hersley-login-page .dolum-login-container .right-panel {
        padding: 42px 34px;
    }

    body.hersley-login-page .stats {
        display: none;
    }
}

@media (max-width: 820px) {
    body.hersley-login-page .page {
        align-items: flex-start;
        padding: 78px 18px 24px;
    }

    body.hersley-login-page .system-info {
        top: 16px;
        width: calc(100% - 32px);
    }

    body.hersley-login-page .system-info > div:not(.live-status):not(.login-preferences) {
        display: none;
    }

    body.hersley-login-page .login-container,
    body.hersley-login-page .login-container.dolum-login-container {
        min-height: 0;
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    body.hersley-login-page .left-panel,
    body.hersley-login-page .dolum-login-container .left-panel {
        min-height: 250px;
        padding: 28px;
        gap: 24px;
    }

    body.hersley-login-page .main-text {
        margin-top: 8px;
    }

    body.hersley-login-page .main-text h2 {
        margin: 10px 0;
        font-size: 34px;
    }

    body.hersley-login-page .feature-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.hersley-login-page .feature-list span {
        font-size: 10px;
    }

    body.hersley-login-page .right-panel,
    body.hersley-login-page .dolum-login-container .right-panel {
        padding: 38px 28px;
    }

    body.hersley-login-page .dolum-login-container .dolum-login-wrap {
        grid-template-columns: minmax(0, 1fr);
    }

    body.hersley-login-page .dolum-keypad {
        max-width: 430px;
        margin-inline: auto;
    }

    #splashScreenPro .codex-splash-box {
        min-height: 0;
    }

    #splashScreenPro .splash-brand-card {
        position: relative;
        align-self: auto;
        padding: 34px 30px 28px;
    }

    #splashScreenPro .splash-startup {
        position: relative;
        top: auto;
        width: 180px;
        height: 190px;
    }
}

@media (max-width: 560px) {
    body.hersley-login-page .page {
        padding-inline: 12px;
    }

    body.hersley-login-page .system-info {
        width: calc(100% - 24px);
    }

    body.hersley-login-page .login-theme-toggle span {
        display: none;
    }

    body.hersley-login-page .left-panel,
    body.hersley-login-page .dolum-login-container .left-panel {
        min-height: 220px;
        padding: 24px;
    }

    body.hersley-login-page .logo-area img {
        width: 66px;
        height: 54px;
    }

    body.hersley-login-page .logo-area h1 {
        font-size: 22px;
    }

    body.hersley-login-page .main-text h2 {
        font-size: 29px;
    }

    body.hersley-login-page .main-text p {
        font-size: 12px;
    }

    body.hersley-login-page .feature-list {
        display: none;
    }

    body.hersley-login-page .right-panel,
    body.hersley-login-page .dolum-login-container .right-panel {
        padding: 32px 20px;
    }

    body.hersley-login-page .login-head h3 {
        font-size: 30px;
    }

    body.hersley-login-page .row-options {
        align-items: flex-start;
        gap: 10px;
    }

    body.hersley-login-page .login-splash-card {
        padding: 32px 22px 27px;
    }

    body.hersley-login-page .splash-steps {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    body.hersley-login-page .splash-steps span {
        justify-content: flex-start;
    }

    body.hersley-login-page .license-modal-card {
        padding: 26px 20px;
        border-radius: 18px;
    }

    #splashScreenPro {
        padding: 16px;
    }

    #splashScreenPro .splash-brand-card {
        padding: 30px 22px 24px;
        border-radius: 20px;
    }

    #splashScreenPro .splash-logo-row {
        justify-content: flex-start;
    }

    #splashScreenPro .codex-splash-box h4 {
        font-size: 21px;
    }

    #splashScreenPro .splash-lead {
        font-size: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.hersley-login-page *,
    body.hersley-login-page *::before,
    body.hersley-login-page *::after,
    #splashScreenPro *,
    #splashScreenPro *::before,
    #splashScreenPro *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
