﻿:root {
    --poshs-blue: #063f98;
    --poshs-deep: #052d78;
    --poshs-bright: #0f6bdf;
    --poshs-sky: #eaf3ff;
    --poshs-text: #08296b;
    --poshs-muted: #5f74a0;
    --poshs-line: #dce8fb;
    --poshs-green: #25b984;
    --poshs-orange: #ffb93c;
    --poshs-red: #f04462;
}

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

.auth-body {
    margin: 0;
    color: var(--poshs-text);
    background:
        radial-gradient(circle at 10% 38%, rgba(121, 211, 255, .34) 0 10rem, transparent 10.2rem),
        radial-gradient(circle at 92% 62%, rgba(93, 190, 255, .26) 0 12rem, transparent 12.2rem),
        linear-gradient(145deg, #258cf0 0%, #126fdc 48%, #0757c3 100%);
    font-family: "Segoe UI", Arial, sans-serif;
}

.auth-content {
    min-height: 100vh;
}

.splash-screen {
    position: fixed;
    inset: 0;
    z-index: 30;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 16px;
    padding: 28px;
    text-align: center;
    background: #fff;
    transition: opacity .45s ease, visibility .45s ease;
}

.splash-screen.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.splash-glow {
    position: absolute;
    width: min(70vw, 520px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(15, 107, 223, .16), transparent 62%);
}

.brand-mark {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 54px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(145deg, #0955ba, #052d78);
    color: #fff;
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 16px 28px rgba(6, 63, 152, .24);
}

.brand-mark-lg {
    width: 150px;
    height: 102px;
    font-size: 96px;
}

.brand-name {
    position: relative;
    color: var(--poshs-blue);
    font-size: clamp(34px, 6vw, 58px);
    font-weight: 800;
    letter-spacing: 0;
}

.splash-screen h1 {
    position: relative;
    margin: 0;
    color: var(--poshs-deep);
    font-size: clamp(34px, 6vw, 58px);
    font-weight: 800;
    line-height: 1.12;
}

.splash-screen h1 span {
    display: block;
}

.splash-screen p {
    position: relative;
    margin: 0;
    color: var(--poshs-text);
    font-size: clamp(17px, 2.4vw, 25px);
}

.splash-divider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--poshs-bright);
}

.splash-divider span {
    width: 88px;
    height: 2px;
    background: var(--poshs-bright);
}

.splash-divider i {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50% 50% 45% 45%;
    background: var(--poshs-bright);
    color: #fff;
    font-style: normal;
    font-weight: 800;
}

.login-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 440px);
    gap: 28px;
    width: min(1120px, calc(100% - 32px));
    min-height: 100vh;
    margin: 0 auto;
    padding: 34px 0;
    align-items: center;
}

.brand-panel,
.login-panel {
    border: 1px solid rgba(196, 215, 244, .9);
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 20px 45px rgba(10, 43, 98, .12);
    backdrop-filter: blur(14px);
}

.brand-panel {
    position: relative;
    overflow: hidden;
    min-height: 660px;
    padding: 38px;
    border-radius: 8px;
}

.brand-top {
    position: relative;
    display: flex;
    gap: 14px;
    align-items: center;
}

.brand-top strong,
.mobile-brand strong {
    display: block;
    color: var(--poshs-blue);
    font-size: 24px;
    font-weight: 800;
}

.brand-top span {
    display: block;
    color: var(--poshs-muted);
    font-size: 14px;
}

.brand-panel h1 {
    position: relative;
    max-width: 560px;
    margin: 48px 0 12px;
    color: var(--poshs-deep);
    font-size: clamp(38px, 5vw, 62px);
    font-weight: 800;
    line-height: 1.08;
}

.brand-panel p {
    position: relative;
    max-width: 550px;
    color: var(--poshs-muted);
    font-size: 19px;
    line-height: 1.6;
}

.preview-window {
    position: relative;
    display: grid;
    grid-template-columns: 132px 1fr;
    overflow: hidden;
    min-height: 270px;
    margin-top: 34px;
    border: 1px solid var(--poshs-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 36px rgba(6, 63, 152, .16);
}

.preview-sidebar {
    display: grid;
    align-content: start;
    gap: 18px;
    padding: 26px 20px;
    background: linear-gradient(180deg, #074eb3, #05347f);
}

.preview-sidebar span {
    height: 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .72);
}

.preview-main {
    padding: 26px;
}

.summary-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.summary-row b {
    display: grid;
    place-items: center;
    height: 72px;
    border: 1px solid var(--poshs-line);
    border-radius: 8px;
    color: var(--poshs-bright);
    font-size: 26px;
}

.activity-line {
    height: 50px;
    margin-top: 14px;
    border: 1px solid var(--poshs-line);
    border-left: 8px solid var(--poshs-bright);
    border-radius: 8px;
    background: linear-gradient(90deg, #f7fbff 0 68%, transparent 68%);
}

.activity-line.orange {
    border-left-color: var(--poshs-orange);
}

.activity-line.green {
    border-left-color: var(--poshs-green);
}

.feature-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 28px;
}

.feature-strip span {
    padding: 12px;
    border: 1px solid var(--poshs-line);
    border-radius: 8px;
    background: #fff;
    color: var(--poshs-deep);
    font-weight: 800;
    text-align: center;
}

.soft-icon {
    position: absolute;
    opacity: .22;
}

.calendar-icon {
    top: 44px;
    right: 52px;
    width: 84px;
    height: 74px;
    border: 12px solid #8db8f0;
    border-top-width: 22px;
    border-radius: 10px;
    transform: rotate(-15deg);
}

.bell-icon {
    right: 120px;
    bottom: 130px;
    width: 70px;
    height: 76px;
    border-radius: 48% 48% 18% 18%;
    background: #8db8f0;
}

.login-panel {
    padding: 34px;
    border-radius: 8px;
}

.mobile-brand {
    display: none;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.login-panel h2 {
    margin: 0;
    color: var(--poshs-deep);
    font-size: 34px;
    font-weight: 800;
}

.login-panel p {
    margin: 8px 0 28px;
    color: var(--poshs-muted);
}

.login-form {
    display: grid;
    gap: 18px;
}

.input-group-app label {
    display: block;
    margin-bottom: 8px;
    color: var(--poshs-text);
    font-size: 14px;
    font-weight: 700;
}

.app-input {
    max-width: none;
    min-height: 52px;
    border: 1px solid #cdddf4;
    border-radius: 8px;
    color: var(--poshs-text);
    font-size: 16px;
    box-shadow: none;
}

.app-input:focus {
    border-color: var(--poshs-bright);
    box-shadow: 0 0 0 4px rgba(15, 107, 223, .12);
}

.login-button {
    width: 100%;
    min-height: 54px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--poshs-bright), var(--poshs-deep));
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    box-shadow: 0 16px 30px rgba(6, 63, 152, .24);
}

.login-button:active {
    transform: translateY(1px);
}

.field-validation,
.validation-summary {
    display: block;
    color: var(--poshs-red);
    font-size: 13px;
}

.validation-summary ul {
    margin: 0 0 10px;
    padding-left: 18px;
}

@media (max-width: 860px) {
    .auth-content {
        display: grid;
        min-height: 100svh;
        place-items: center;
        padding: 16px 0;
    }

    .login-shell {
        display: grid;
        width: min(100% - 24px, 460px);
        min-height: auto;
        padding: 0;
        align-items: center;
    }

    .brand-panel {
        display: none;
    }

    .login-panel {
        width: 100%;
        margin: 0;
        padding: 28px 22px;
    }

    .mobile-brand {
        display: flex;
    }
}

@media (max-width: 420px) {
    .splash-divider span {
        width: 58px;
    }

    .brand-mark-lg {
        width: 118px;
        height: 82px;
        font-size: 76px;
    }

    .login-panel h2 {
        font-size: 30px;
    }
}


/* Login screen should show only the centered credential card. */
.auth-content {
    display: grid;
    min-height: 100svh;
    place-items: center;
    padding: 18px 0;
}

.login-shell {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100% - 24px, 460px);
    min-height: auto;
    padding: 0;
    align-items: center;
}

.login-panel {
    width: 100%;
    margin: 0;
}

.mobile-brand {
    display: flex;
}

/* PTMS splash and auth redesign */
.ptms-splash {
    overflow: hidden;
    gap: 14px;
}

.splash-logo {
    position: relative;
    z-index: 1;
    width: clamp(118px, 18vw, 184px);
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: 24px;
    box-shadow: 0 20px 42px rgba(6, 63, 152, .18);
}

.ptms-splash .brand-name {
    z-index: 1;
    font-size: clamp(36px, 6vw, 64px);
}

.ptms-splash h1,
.ptms-splash p {
    z-index: 1;
}

.ptms-splash p {
    max-width: 680px;
    line-height: 1.5;
}

.splash-module-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    gap: 14px;
    width: min(720px, 100%);
    margin-top: 12px;
}

.splash-module-card {
    display: grid;
    place-items: center;
    gap: 10px;
    min-height: 122px;
    padding: 16px 10px;
    border: 1px solid var(--poshs-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 14px 30px rgba(6, 63, 152, .11);
}

.splash-module-card strong {
    color: var(--poshs-deep);
    font-size: 15px;
    font-weight: 800;
}

.splash-module-icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    color: var(--poshs-bright);
    background: #eaf3ff;
}

.splash-module-icon::before,
.splash-module-icon::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}

.icon-activities::before {
    width: 24px;
    height: 28px;
    border: 3px solid currentColor;
    border-radius: 4px;
}

.icon-activities::after {
    width: 16px;
    height: 3px;
    background: currentColor;
    box-shadow: 0 8px 0 currentColor;
}

.icon-projects {
    color: #0d8aa6;
    background: #e5f8fc;
}

.icon-projects::before {
    width: 30px;
    height: 22px;
    border: 3px solid currentColor;
    border-radius: 4px;
    bottom: 11px;
}

.icon-projects::after {
    width: 15px;
    height: 7px;
    border-radius: 4px 4px 0 0;
    background: currentColor;
    top: 12px;
    left: 10px;
}

.icon-kra {
    color: var(--poshs-orange);
    background: #fff5df;
}

.icon-kra::before {
    width: 30px;
    height: 30px;
    border: 3px solid currentColor;
    border-radius: 50%;
}

.icon-kra::after {
    width: 12px;
    height: 12px;
    border: 3px solid currentColor;
    border-radius: 50%;
}

.icon-crm {
    color: var(--poshs-green);
    background: #e6f8f0;
}

.icon-crm::before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: currentColor;
    top: 11px;
    box-shadow: -11px 5px 0 -2px currentColor, 11px 5px 0 -2px currentColor;
}

.icon-crm::after {
    width: 28px;
    height: 14px;
    border-radius: 16px 16px 6px 6px;
    background: currentColor;
    bottom: 10px;
}

.ptms-auth-shell {
    width: min(1100px, calc(100% - 32px));
    min-height: 100svh;
    padding: 28px 0;
}

.ptms-auth-card {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(360px, 460px);
    width: 100%;
    min-height: 640px;
    overflow: hidden;
    border: 1px solid rgba(196, 215, 244, .95);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 55px rgba(6, 63, 152, .14);
}

.ptms-auth-visual {
    position: relative;
    display: grid;
    align-content: center;
    gap: 18px;
    padding: 48px;
    color: #fff;
    background:
        radial-gradient(circle at 8% 20%, rgba(255, 255, 255, .22) 0 90px, transparent 92px),
        radial-gradient(circle at 86% 78%, rgba(255, 255, 255, .16) 0 120px, transparent 122px),
        linear-gradient(145deg, #0f6bdf 0%, #063f98 48%, #052d78 100%);
}

.ptms-auth-brand {
    display: flex;
    align-items: center;
    gap: 24px;
}

.ptms-auth-logo-large {
    width: 150px;
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 22px 40px rgba(0, 0, 0, .18);
}

.ptms-auth-visual h1 {
    margin: 0;
    font-size: clamp(48px, 7vw, 78px);
    font-weight: 800;
    letter-spacing: 0;
}

.ptms-auth-visual p {
    max-width: 460px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 19px;
    line-height: 1.6;
}

.auth-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 390px;
    margin-top: 14px;
}

.auth-feature-list span {
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 8px;
    background: rgba(255, 255, 255, .12);
    font-weight: 800;
}

.ptms-auth-form-panel {
    display: grid;
    align-content: center;
    padding: 38px;
}

.ptms-auth-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.ptms-auth-heading img {
    width: 62px;
    height: 62px;
    object-fit: contain;
    border-radius: 12px;
}

.ptms-auth-heading strong {
    display: block;
    color: var(--poshs-deep);
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}

.ptms-auth-heading span {
    display: block;
    margin-top: 6px;
    color: var(--poshs-muted);
    font-size: 14px;
}

.auth-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    margin-bottom: 22px;
    padding: 6px;
    border: 1px solid var(--poshs-line);
    border-radius: 8px;
    background: #f5f9ff;
}

.auth-tab {
    min-height: 44px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: var(--poshs-muted);
    font-weight: 800;
}

.auth-tab.is-active {
    color: #fff;
    background: linear-gradient(135deg, var(--poshs-bright), var(--poshs-deep));
    box-shadow: 0 10px 20px rgba(6, 63, 152, .18);
}

.auth-tab-panel h2 {
    margin: 0;
    color: var(--poshs-deep);
    font-size: 32px;
    font-weight: 800;
}

.auth-tab-panel p {
    margin: 8px 0 24px;
    color: var(--poshs-muted);
}

.register-form {
    gap: 14px;
}

@media (max-width: 900px) {
    .ptms-auth-shell {
        width: min(100% - 24px, 520px);
        padding: 18px 0;
    }

    .ptms-auth-card {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .ptms-auth-visual {
        min-height: 260px;
        padding: 28px;
        text-align: left;
    }

    .ptms-auth-logo-large {
        width: 96px;
    }

    .ptms-auth-brand {
        gap: 18px;
    }

    .ptms-auth-visual h1 {
        font-size: 44px;
    }

    .ptms-auth-visual p {
        font-size: 16px;
    }

    .auth-feature-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        max-width: none;
    }

    .auth-feature-list span {
        padding: 10px 8px;
        text-align: center;
        font-size: 12px;
    }

    .ptms-auth-form-panel {
        padding: 26px 22px;
    }

    .splash-module-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 420px) {
    .ptms-auth-shell {
        width: min(100% - 18px, 520px);
    }

    .ptms-auth-heading strong {
        font-size: 28px;
    }

    .ptms-auth-heading span {
        font-size: 12px;
    }

    .auth-feature-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .splash-module-card {
        min-height: 108px;
    }
}

/* Lighter typography and modern line icons for auth screens. */
.auth-body,
.splash-screen,
.ptms-auth-card {
    font-family: "Segoe UI Variable", "Inter", "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}

.ptms-splash .brand-name,
.ptms-splash h1,
.ptms-auth-visual h1,
.ptms-auth-heading strong,
.auth-tab-panel h2 {
    font-weight: 650;
    letter-spacing: 0;
}

.ptms-splash h1 {
    font-size: clamp(32px, 5.2vw, 56px);
    line-height: 1.14;
}

.ptms-splash p,
.ptms-auth-visual p,
.auth-tab-panel p,
.ptms-auth-heading span {
    font-weight: 400;
    letter-spacing: 0;
}

.ptms-splash p {
    color: #43639b;
}

.splash-module-card {
    gap: 12px;
}

.splash-module-card strong,
.auth-feature-list span,
.input-group-app label,
.auth-tab,
.login-button {
    font-weight: 650;
    letter-spacing: 0;
}

.splash-module-icon::before,
.splash-module-icon::after {
    display: none;
}

.splash-module-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7), 0 12px 24px rgba(6, 63, 152, .12);
}

.splash-module-icon svg,
.auth-feature-list svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.auth-feature-list span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.auth-feature-list svg {
    width: 20px;
    height: 20px;
    stroke-width: 2;
    flex: 0 0 20px;
}

.ptms-auth-visual h1 {
    font-size: clamp(46px, 6vw, 72px);
}

.ptms-auth-heading strong {
    font-size: 32px;
}

.auth-tab-panel h2 {
    font-size: 30px;
}

.app-input {
    font-weight: 400;
}

.app-input::placeholder {
    color: #8294b7;
    font-weight: 400;
}

@media (max-width: 420px) {
    .ptms-splash h1 {
        font-size: 30px;
    }

    .splash-module-icon {
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }

    .splash-module-icon svg {
        width: 25px;
        height: 25px;
    }
}

/* Smaller auth typography and one-line PTMS project naming. */
.ptms-splash .brand-name {
    font-size: clamp(28px, 4.4vw, 48px);
}

.ptms-splash h1 {
    width: min(920px, 100%);
    font-size: clamp(24px, 3.6vw, 42px);
    line-height: 1.12;
    white-space: nowrap;
}

.ptms-splash p {
    font-size: clamp(14px, 1.7vw, 18px);
}

.splash-logo {
    width: clamp(96px, 14vw, 148px);
}

.splash-module-card strong {
    font-size: 13px;
}

.splash-module-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
}

.splash-module-icon svg {
    width: 24px;
    height: 24px;
}

.ptms-auth-visual h1 {
    font-size: clamp(38px, 5vw, 58px);
}

.ptms-auth-visual p {
    font-size: 16px;
    line-height: 1.5;
}

.auth-feature-list span {
    font-size: 13px;
}

.ptms-auth-heading {
    align-items: center;
    flex-wrap: wrap;
    row-gap: 8px;
}

.ptms-auth-heading img {
    width: 54px;
    height: 54px;
}

.ptms-auth-heading strong {
    font-size: 28px;
}

.ptms-auth-heading span {
    flex-basis: 100%;
    margin-top: 0;
    padding-left: 68px;
    color: #5570a5;
    font-size: 13px;
}

.auth-tab-panel h2 {
    font-size: 26px;
}

.auth-tab-panel p {
    margin-bottom: 20px;
    font-size: 14px;
}

.input-group-app label,
.field-validation,
.validation-summary {
    font-size: 12px;
}

.app-input {
    min-height: 48px;
    font-size: 14px;
}

.auth-tab {
    min-height: 40px;
    font-size: 14px;
}

.login-button {
    min-height: 48px;
    font-size: 15px;
}

@media (max-width: 720px) {
    .ptms-splash h1 {
        white-space: normal;
    }
}

@media (max-width: 420px) {
    .ptms-splash .brand-name {
        font-size: 28px;
    }

    .ptms-splash h1 {
        font-size: 24px;
    }

    .ptms-auth-heading span {
        padding-left: 0;
    }
}

/* Refined authentication typography. */
.ptms-splash .brand-name,
.ptms-splash h1,
.ptms-auth-visual h1,
.ptms-auth-heading strong,
.auth-tab-panel h2 {
    font-weight: 600;
}

.ptms-splash .brand-name {
    font-size: clamp(26px, 4vw, 42px);
}

.ptms-splash h1 {
    font-size: clamp(22px, 3vw, 36px);
}

.ptms-auth-visual h1 {
    font-size: clamp(34px, 4.5vw, 50px);
}

.ptms-auth-heading strong {
    font-size: 25px;
}

.auth-tab-panel h2 {
    font-size: 23px;
}

.splash-module-card strong,
.auth-feature-list span,
.input-group-app label,
.auth-tab,
.login-button {
    font-weight: 600;
}

@media (max-width: 420px) {
    .ptms-splash .brand-name {
        font-size: 25px;
    }

    .ptms-splash h1 {
        font-size: 21px;
    }

    .ptms-auth-heading strong {
        font-size: 23px;
    }

    .auth-tab-panel h2 {
        font-size: 21px;
    }
}

/* Login splash background: Activities, Projects, KRA and CRM workspace. */
.ptms-splash {
    isolation: isolate;
    background:
        linear-gradient(90deg, rgba(4, 39, 104, .34) 0%, rgba(4, 45, 120, .27) 48%, rgba(3, 38, 100, .25) 100%),
        url("Images/ptms-splash-workspace-bg-v2.png") center / cover no-repeat;
}

.ptms-splash::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: radial-gradient(circle at center, rgba(7, 72, 172, .04), rgba(2, 28, 76, .16));
    pointer-events: none;
}

.ptms-splash .splash-glow {
    z-index: 0;
    opacity: .45;
}

.ptms-splash .brand-name,
.ptms-splash h1,
.ptms-splash p {
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 15, 45, .65);
}

.ptms-splash p {
    color: rgba(255, 255, 255, .86);
}

.ptms-splash .splash-module-card {
    border-color: rgba(255, 255, 255, .34);
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 16px 34px rgba(0, 18, 55, .28);
    backdrop-filter: blur(8px);
}

.splash-progress {
    position: relative;
    z-index: 1;
    width: min(520px, 82vw);
    height: 8px;
    margin-top: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 999px;
    background: rgba(2, 30, 82, .38);
    box-shadow: inset 0 1px 3px rgba(0, 20, 60, .24), 0 6px 18px rgba(0, 24, 68, .14);
}

.splash-progress-bar {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #fff, #71ddff, #ffca64);
    box-shadow: 0 0 14px rgba(113, 221, 255, .8);
    transition-property: width;
    transition-timing-function: linear;
}

.splash-progress-label {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, .84);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .02em;
    text-shadow: 0 2px 8px rgba(0, 20, 60, .5);
}

@media (max-width: 720px) {
    .ptms-splash {
        background-position: 62% center;
    }
}

/* Compact authentication controls. */
.ptms-auth-form-panel .auth-tab { min-height: 36px; }
.ptms-auth-form-panel .app-input { min-height: 44px; }
.ptms-auth-form-panel .login-button { min-height: 44px; }
.ptms-auth-form-panel .login-form { gap: 14px; }
.ptms-auth-form-panel .input-group-app label { margin-bottom: 6px; }
.ptms-auth-form-panel .auth-tab-panel p { line-height: 1.4; }
