        :root {
            --pm-bg: #fbf5ef;
            --pm-card: #fffaf6;
            --pm-card-light: #fffdfb;
            --pm-border: #ead9cf;
            --pm-primary: #b46a58;
            --pm-primary-dark: #8f4b3d;
            --pm-maroon: #7b1d39;
            --pm-text: #2f211d;
            --pm-muted: #8b756c;
            --pm-gold: #d7a85c;
            --pm-success: #4aa36b;
        }

        * {
            box-sizing: border-box;
        }

        body {
            min-height: 100vh;
            margin: 0;
            font-family: 'Inter', sans-serif;
            background:
                radial-gradient(circle at top left, rgba(180, 106, 88, 0.10), transparent 28%),
                radial-gradient(circle at bottom right, rgba(215, 168, 92, 0.12), transparent 28%),
                linear-gradient(135deg, #fffaf6 0%, #fbf1ea 48%, #fffdfb 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 28px;
            color: var(--pm-text);
        }

        .login-shell {
            width: 100%;
            max-width: 1180px;
            min-height: 670px;
            display: grid;
            grid-template-columns: 0.95fr 1.05fr;
            border: 1px solid var(--pm-border);
            border-radius: 34px;
            overflow: hidden;
            background: rgba(255, 250, 246, 0.86);
            box-shadow: 0 28px 80px rgba(130, 80, 62, 0.16);
            backdrop-filter: blur(14px);
        }

        .brand-panel {
            position: relative;
            padding: 48px;
            background:
                linear-gradient(150deg, rgba(255, 249, 244, 0.94), rgba(251, 238, 230, 0.92)),
                radial-gradient(circle at 30% 20%, rgba(180, 106, 88, 0.12), transparent 24%);
            border-right: 1px solid var(--pm-border);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            overflow: hidden;
        }

        .brand-panel::before {
            content: "";
            position: absolute;
            width: 360px;
            height: 360px;
            border-radius: 50%;
            border: 1px solid rgba(180, 106, 88, 0.14);
            right: -150px;
            top: -120px;
        }

        .brand-panel::after {
            content: "";
            position: absolute;
            width: 320px;
            height: 320px;
            border-radius: 50%;
            border: 1px solid rgba(215, 168, 92, 0.16);
            left: -140px;
            bottom: -130px;
        }

        .brand-top{
            position: relative;
            z-index: 2;
        }

        .logo-wrap {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 24px;
        }

        .logo-mark {
            width: 78px;
            height: 78px;
            border-radius: 24px;
            background: #fffaf6;
            border: 1px solid var(--pm-border);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 14px 35px rgba(180, 106, 88, 0.12);
            overflow: hidden;
        }

        /*
            Logo setup:
            Put your logo here:
            public/admin-assets/images/paasho-logo.png

            Then this img will show automatically.
        */
        .logo-mark img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .logo-fallback {
            font-family: 'Cormorant Garamond', serif;
            font-size: 28px;
            color: var(--pm-primary-dark);
            font-weight: 700;
        }

        .brand-name {
            font-family: 'Cormorant Garamond', serif;
            font-size: 38px;
            font-weight: 700;
            line-height: 1;
            color: var(--pm-text);
            margin: 0;
            letter-spacing: -0.4px;
        }

        .brand-tagline {
            margin-top: 6px;
            font-size: 12px;
            color: var(--pm-muted);
            letter-spacing: 0.2px;
        }

        .hero-kicker {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 9px 14px;
            border-radius: 999px;
            background: rgba(180, 106, 88, 0.08);
            border: 1px solid rgba(180, 106, 88, 0.14);
            color: var(--pm-primary-dark);
            font-size: 13px;
            font-weight: 700;
            margin-bottom: 24px;
        }

        .brand-heading {
            font-family: 'Cormorant Garamond', serif;
            font-size: 54px;
            line-height: 1.03;
            font-weight: 700;
            color: var(--pm-text);
            margin-bottom: 20px;
            letter-spacing: -0.8px;
        }

        .brand-heading span {
            color: var(--pm-primary-dark);
        }


        .feature-list {
            display: grid;
            gap: 14px;
        }

        .feature-item {
            display: flex;
            align-items: center;
            gap: 13px;
            padding: 14px 16px;
            border-radius: 18px;
            background: rgba(255, 253, 251, 0.78);
            border: 1px solid rgba(234, 217, 207, 0.8);
            box-shadow: 0 10px 28px rgba(128, 78, 60, 0.06);
            color: var(--pm-text);
            font-size: 14px;
            font-weight: 600;
        }

        .feature-icon {
            width: 40px;
            height: 40px;
            min-width: 40px;
            border-radius: 14px;
            background: #fff2e8;
            color: var(--pm-primary-dark);
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .form-panel {
            padding: 54px 66px;
            background:
                linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,250,246,0.94));
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .form-card {
            width: 100%;
            max-width: 475px;
        }

        .mobile-logo {
            display: none;
            align-items: center;
            gap: 12px;
            margin-bottom: 28px;
        }

        .secure-pill {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            padding: 10px 16px;
            border-radius: 999px;
            background: #f5e8e5;
            color: var(--pm-maroon);
            font-size: 13px;
            font-weight: 800;
            margin-bottom: 28px;
        }

        .login-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: 46px;
            line-height: 1;
            font-weight: 700;
            color: var(--pm-text);
            margin-bottom: 12px;
        }

        .login-subtitle {
            color: var(--pm-muted);
            font-size: 15px;
            line-height: 1.7;
            margin-bottom: 34px;
        }

        .form-label {
            color: var(--pm-text);
            font-size: 14px;
            font-weight: 800;
            margin-bottom: 9px;
        }

        .field-group {
            position: relative;
            margin-bottom: 22px;
        }

        .field-icon {
            position: absolute;
            left: 18px;
            top: 50%;
            transform: translateY(-50%);
            color: #b9a39a;
            font-size: 15px;
        }

        .form-input {
            width: 100%;
            height: 58px;
            border-radius: 18px;
            border: 1px solid var(--pm-border);
            background: rgba(255, 253, 251, 0.94);
            padding: 0 18px 0 50px;
            font-size: 15px;
            color: var(--pm-text);
            outline: none;
            transition: all 0.25s ease;
        }

        .form-input::placeholder {
            color: #a9958c;
        }

        .form-input:focus {
            border-color: var(--pm-primary);
            box-shadow: 0 0 0 5px rgba(180, 106, 88, 0.09);
            background: #ffffff;
        }

        .form-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            margin: 4px 0 28px;
            flex-wrap: wrap;
        }

        .remember {
            display: flex;
            align-items: center;
            gap: 9px;
            color: var(--pm-muted);
            font-size: 14px;
        }

        .remember input {
            accent-color: var(--pm-primary-dark);
        }

        .forgot {
            color: var(--pm-maroon);
            text-decoration: none;
            font-size: 14px;
            font-weight: 800;
        }

        .forgot:hover {
            text-decoration: underline;
            color: var(--pm-primary-dark);
        }

        .login-btn {
            width: 100%;
            height: 58px;
            border: none;
            border-radius: 18px;
            background: linear-gradient(135deg, #b46a58, #8f4b3d);
            color: #ffffff;
            font-size: 16px;
            font-weight: 800;
            box-shadow: 0 18px 34px rgba(143, 75, 61, 0.24);
            transition: all 0.25s ease;
        }

        .login-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 22px 40px rgba(143, 75, 61, 0.32);
        }

        .copyright {
            margin-top: 32px;
            text-align: center;
            font-size: 13px;
            color: #a9958c;
        }

        .alert-custom {
            border: 1px solid #f1cbc5;
            background: #fff1ef;
            color: #9b2f25;
            border-radius: 16px;
            padding: 13px 15px;
            font-size: 14px;
            margin-bottom: 22px;
        }

        @media (max-width: 992px) {
            .login-shell {
                grid-template-columns: 1fr;
            }

            .brand-panel {
                display: none;
            }

            .mobile-logo {
                display: flex;
            }

            .form-panel {
                padding: 46px 26px;
            }
        }

        @media (max-width: 576px) {
            body {
                padding: 14px;
            }

            .login-shell {
                border-radius: 24px;
            }

            .form-panel {
                padding: 34px 18px;
            }

            .login-title {
                font-size: 38px;
            }

        }

.password-input {
    padding-right: 55px;
}

.password-toggle {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    outline: none;
    background: transparent;
    color: #b9a39a;
    font-size: 16px;
    cursor: pointer;
    z-index: 5;
}

.password-toggle:hover {
    color: var(--pm-primary-dark);
}
