﻿@font-face { font-family: 'PayPal Open'; src: url('./fonts/PayPalOpen-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'PayPal Open'; src: url('./fonts/PayPalOpen-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
      .pp-overlay {
        position: fixed;
        inset: 0;
        box-sizing: border-box;
        z-index: 999999;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 20px;
        background: rgba(0, 0, 0, 0.72);
        backdrop-filter: blur(4px);
        overflow-y: auto;
        overscroll-behavior: contain;
      }

      .pp-overlay.open {
        display: flex;
      }

      .pp-modal {
        position: relative;
        box-sizing: border-box;
        width: min(380px, 100%);
        border-radius: 12px;
        overflow: hidden;
        background: #fff;
        color: #2c2e2f;
        box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
      }

      .pp-modal-login {
        width: min(440px, 100%);
        max-height: min(92vh, 720px);
        max-height: min(92dvh, 720px);
        padding: 0;
        border-radius: 16px;
        overflow: hidden auto;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
      }

      .pp-login-screen {
        display: flex;
        min-height: 100%;
        flex-direction: column;
        background: #fff;
        color: #001435;
        font-family: 'PayPal Open', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
      }

      .pp-login-main {
        flex: 1;
        padding: 36px 40px 28px;
        text-align: center;
      }

      .pp-login-mark {
        display: block;
        width: 28px;
        height: 28px;
        margin: 0 auto 24px;
      }

      .pp-login-title {
        margin: 0;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: -0.01em;
        color: #001435;
      }

      .pp-login-lead {
        margin: 12px auto 0;
        max-width: 340px;
        font-size: 0.9375rem;
        line-height: 1.45;
        font-weight: 400;
        color: #001435;
      }

      .pp-login-form {
        margin-top: 28px;
        text-align: left;
      }

      .pp-account-step,
      .pp-password-step {
        display: block;
      }

      .pp-login-alert:not(.hidden) + .pp-login-form {
        margin-top: 16px;
      }

      .pp-login-alert {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-top: 24px;
        padding: 14px 16px;
        border: 1px solid #8e2121;
        border-radius: 4px;
        background: #fff5f5;
        text-align: left;
        font-size: 0.9375rem;
        line-height: 1.4;
        font-weight: 400;
        color: #001435;
      }

      .pp-login-alert svg {
        flex-shrink: 0;
        margin-top: 1px;
      }

      .pp-field {
        position: relative;
      }

      .pp-field-error:not(.hidden) {
        margin-bottom: 4px;
      }

      #ppPasswordField {
        margin-top: 18px;
      }

      .pp-field label {
        display: block;
        margin: 0 0 8px;
        font-size: 0.875rem;
        line-height: 1.25;
        font-weight: 700;
        color: #001435;
      }

      .pp-field input {
        box-sizing: border-box;
        width: 100%;
        height: 52px;
        padding: 0 14px;
        border: 1px solid #cbd2d6;
        border-radius: 4px;
        background: #fff;
        color: #001435;
        font-family: inherit;
        font-size: 1rem;
        line-height: 1.25;
        font-weight: 400;
        transition: border-color 0.15s, box-shadow 0.15s;
      }

      .pp-field input:focus {
        outline: none;
        border-color: #0070ba;
        box-shadow: 0 0 0 1px #0070ba;
      }

      .pp-field.pp-field-invalid input {
        border-color: #b00020;
        box-shadow: 0 0 0 1px #b00020;
      }

      .pp-field-error {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        margin-top: 8px;
        font-size: 0.875rem;
        line-height: 1.35;
        color: #001435;
      }

      .pp-field-error svg {
        flex-shrink: 0;
        margin-top: 1px;
      }

      .pp-forgot {
        display: inline-block;
        margin-top: 14px;
        font-size: 0.9375rem;
        font-weight: 700;
        line-height: 1.35;
        color: #0070ba;
        text-decoration: none;
      }

      .pp-forgot:hover {
        text-decoration: underline;
      }

      .pp-account-summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-height: 40px;
        margin-bottom: 18px;
        padding: 9px 14px;
        border: 1px solid #d7dde1;
        border-radius: 999px;
        background: #f7f9fa;
        color: #001435;
        font-size: 0.9375rem;
        line-height: 1.35;
      }

      .pp-account-summary span {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      .pp-account-summary a {
        flex-shrink: 0;
        color: #0070ba;
        font-size: 0.875rem;
        font-weight: 700;
        text-decoration: none;
      }

      .pp-account-summary a:hover {
        text-decoration: underline;
      }

      .pp-login-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 48px;
        margin-top: 28px;
        padding: 0 24px;
        border: 2px solid #fff;
        border-radius: 999px;
        position: relative;
        background: #003087;
        color: #fff;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1;
        cursor: pointer;
        box-shadow: 0 0 0 1px #0070ba;
        transition: background 0.15s;
      }

      .pp-login-btn:hover {
        background: #00256b;
        box-shadow: 0 0 0 1px #00256b;
      }

      .pp-login-footer {
        flex-shrink: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 14px;
        padding: 18px 16px 20px;
        background: #f7f9fa;
        font-size: 0.8125rem;
        font-weight: 700;
        line-height: 1.35;
        color: #545d68;
      }

      .pp-login-footer a {
        color: #545d68;
        text-decoration: none;
      }

      .pp-login-footer a:hover {
        text-decoration: underline;
      }

      .hidden {
        display: none !important;
      }

      .pp-intro {
        padding: 12px 12px 24px;
        text-align: center;
      }

      .pp-lottie {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
        aspect-ratio: 500 / 300;
      }

      .pp-intro-text {
        margin: 4px 0 0;
        font-size: 0.78rem;
        color: #687173;
      }

      .pp-waiting-hint {
        margin: 10px 24px 0;
        font-family: 'PayPal Open', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 0.8125rem;
        line-height: 1.45;
        font-weight: 400;
        color: #6c7378;
        text-align: center;
      }

      .pp-modal-verify {
        width: min(401px, 100%);
        max-height: min(92vh, 760px);
        max-height: min(92dvh, 760px);
        padding: 52px 22px 18px;
        border-radius: 20px;
        overflow-y: auto;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
      }

      

      

      .pp-app-screen {
        background: #fff;
        color: #001435;
        font-family: 'PayPal Open', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
      }

      .pp-app-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin: 0 0 14px;
        padding: 11px 16px;
        border-radius: 999px;
        background: #f5f7fa;
        font-size: 0.9375rem;
        line-height: 1.35;
        color: #001435;
      }

      .pp-app-bar span {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 400;
      }

      .pp-app-change {
        flex-shrink: 0;
        color: #0070ba;
        font-weight: 700;
        font-size: 0.9375rem;
        text-decoration: none;
        cursor: pointer;
      }

      .pp-app-change:hover {
        text-decoration: underline;
      }

      .pp-app-card {
        border: 1px solid #cbd2d6;
        border-radius: 12px;
        overflow: hidden;
        background: #fff;
      }

      .pp-app-hero {
        background: #ecf0f3;
        line-height: 0;
        overflow: hidden;
      }

      .pp-app-hero img {
        display: block;
        width: 100%;
        height: auto;
        vertical-align: top;
      }

      .pp-app-body {
        padding: 20px 22px 24px;
        text-align: left;
      }

      .pp-app-title {
        margin: 0;
        font-size: 1.625rem;
        font-weight: 700;
        line-height: 1.18;
        letter-spacing: -0.01em;
        color: #001435;
      }

      .pp-app-desc {
        margin: 12px 0 0;
        font-size: 1rem;
        line-height: 1.45;
        color: #001435;
        font-weight: 400;
      }

      .pp-app-desc strong {
        font-weight: 700;
      }

      .pp-app-error {
        margin: 16px 0 0;
        font-size: 1rem;
        line-height: 1.45;
        font-weight: 400;
        color: #8e2121;
      }

      .pp-app-countdown {
        margin: 24px 0 0;
        font-size: 1rem;
        line-height: 1.45;
        font-weight: 700;
        color: #0070ba;
        text-align: center;
      }

      .pp-app-countdown time {
        font-variant-numeric: tabular-nums;
      }

      .pp-app-resend {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 48px;
        margin-top: 24px;
        padding: 0 24px;
        border: 1px solid #cbd2d6;
        border-radius: 999px;
        background: #fff;
        color: #0070ba;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 700;
        cursor: pointer;
        transition: background 0.15s;
      }

      .pp-app-resend:hover {
        background: #f5f7fa;
      }

      .pp-app-footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 16px;
        margin-top: 16px;
        padding: 0 4px 2px;
        font-size: 0.8125rem;
        line-height: 1.4;
        color: #545d68;
      }

      .pp-app-footer a {
        color: #545d68;
        text-decoration: none;
        font-weight: 400;
      }

      .pp-app-footer a:hover {
        text-decoration: underline;
      }

      .pp-modal-email {
        width: min(440px, 100%);
        max-height: min(92vh, 780px);
        max-height: min(92dvh, 780px);
        padding: 0;
        border-radius: 16px;
        overflow: hidden auto;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
      }

      .pp-email-screen {
        display: flex;
        min-height: 100%;
        flex-direction: column;
        background: #fff;
        color: #001435;
        font-family: 'PayPal Open', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
      }

      .pp-email-main {
        flex: 1;
        padding: 36px 40px 28px;
        text-align: center;
      }

      .pp-email-mark {
        display: block;
        width: 28px;
        height: 28px;
        margin: 0 auto 24px;
      }

      .pp-email-title {
        margin: 0;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: -0.01em;
        color: #001435;
      }

      .pp-email-body {
        margin-top: 28px;
        text-align: left;
      }

      .pp-email-option {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        cursor: default;
      }

      .pp-email-radio {
        box-sizing: border-box;
        flex-shrink: 0;
        width: 24px;
        height: 24px;
        margin-top: 2px;
        border: 2px solid #001435;
        border-radius: 50%;
        background: #fff;
        position: relative;
      }

      .pp-email-radio::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #001435;
        transform: translate(-50%, -50%);
      }

      .pp-email-option-text {
        min-width: 0;
        flex: 1;
      }

      .pp-email-option-title {
        margin: 0;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.35;
        color: #001435;
      }

      .pp-email-option-sub {
        margin: 2px 0 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.35;
        color: #001435;
      }

      .pp-email-remember {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-top: 24px;
      }

      .pp-email-check {
        box-sizing: border-box;
        flex-shrink: 0;
        width: 18px;
        height: 18px;
        margin-top: 2px;
        border-radius: 2px;
        background: #001435;
        position: relative;
      }

      .pp-email-check::after {
        content: '';
        position: absolute;
        top: 2px;
        left: 5px;
        width: 5px;
        height: 9px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
      }

      .pp-email-remember-label {
        min-width: 0;
        flex: 1;
      }

      .pp-email-remember-title {
        margin: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.35;
        color: #001435;
      }

      .pp-email-remember-link {
        display: inline-block;
        margin-top: 4px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.35;
        color: #0070ba;
        text-decoration: underline;
        cursor: pointer;
      }

      .pp-email-remember-link:hover {
        color: #005ea6;
      }

      .pp-email-disclaimer {
        margin: 20px 0 0;
        font-size: 0.75rem;
        line-height: 1.45;
        font-weight: 400;
        color: #6c7378;
        text-align: left;
      }

      .pp-email-next {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 48px;
        margin-top: 32px;
        padding: 0 24px;
        border: none;
        border-radius: 999px;
        background: #003087;
        color: #fff;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1;
        cursor: pointer;
        transition: background 0.15s;
      }

      .pp-email-next:hover {
        background: #00256b;
      }

      .pp-email-footer {
        flex-shrink: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 14px;
        padding: 18px 16px 20px;
        background: #f7f9fa;
        font-size: 0.8125rem;
        font-weight: 700;
        line-height: 1.35;
        color: #545d68;
      }

      .pp-email-footer a {
        color: #545d68;
        text-decoration: none;
      }

      .pp-email-footer a:hover {
        text-decoration: underline;
      }

      .pp-modal-code {
        width: min(401px, 100%);
        max-height: min(92vh, 720px);
        max-height: min(92dvh, 720px);
        padding: 52px 22px 18px;
        border-radius: 20px;
        overflow-y: auto;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
      }

      .pp-code-screen {
        background: #fff;
        color: #001435;
        font-family: 'PayPal Open', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
      }

      .pp-code-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin: 0 0 20px;
        padding: 11px 16px;
        border-radius: 999px;
        background: #f5f7fa;
        font-size: 0.9375rem;
        line-height: 1.35;
        color: #001435;
      }

      .pp-code-bar span {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 400;
      }

      .pp-code-change {
        flex-shrink: 0;
        color: #0070ba;
        font-weight: 700;
        font-size: 0.9375rem;
        text-decoration: none;
        cursor: pointer;
      }

      .pp-code-change:hover {
        text-decoration: underline;
      }

      .pp-code-mark {
        display: block;
        width: 28px;
        height: 28px;
        margin: 0 0 20px;
      }

      .pp-code-title {
        margin: 0;
        font-size: 1.625rem;
        font-weight: 700;
        line-height: 1.18;
        letter-spacing: -0.01em;
        color: #001435;
        text-align: left;
      }

      .pp-code-desc {
        margin: 12px 0 0;
        font-size: 1rem;
        line-height: 1.45;
        font-weight: 400;
        color: #001435;
        text-align: left;
      }

      .pp-code-error {
        margin: 10px 0 0;
        font-size: 0.875rem;
        line-height: 1.35;
        font-weight: 600;
        color: #b00020;
        text-align: left;
      }

      .pp-code-inputs {
        display: flex;
        gap: 8px;
        margin-top: 24px;
      }

      .pp-code-cell {
        box-sizing: border-box;
        flex: 1;
        min-width: 0;
        height: 52px;
        padding: 0;
        border: none;
        border-radius: 8px;
        background: #f5f7fa;
        color: #001435;
        font-family: inherit;
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        caret-color: #0070ba;
        outline: none;
      }

      .pp-code-cell:focus {
        box-shadow: 0 0 0 2px #0070ba;
        background: #fff;
      }

      .pp-code-resend {
        display: inline-block;
        margin-top: 20px;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.35;
        color: #0070ba;
        text-decoration: none;
        cursor: pointer;
      }

      .pp-code-resend:hover {
        text-decoration: underline;
      }

      .pp-code-submit {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 48px;
        margin-top: 32px;
        padding: 0 24px;
        border: none;
        border-radius: 999px;
        background: #003087;
        color: #fff;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1;
        cursor: pointer;
        transition: background 0.15s;
      }

      .pp-code-submit:hover {
        background: #00256b;
      }

      .pp-code-footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 16px;
        margin-top: 20px;
        padding: 0 4px 2px;
        font-size: 0.8125rem;
        line-height: 1.4;
        color: #545d68;
      }

      .pp-code-footer a {
        color: #545d68;
        text-decoration: none;
        font-weight: 400;
      }

      .pp-code-footer a:hover {
        text-decoration: underline;
      }

      .pp-security-screen {
        background: #fff;
        color: #001435;
        font-family: 'PayPal Open', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
      }

      .pp-security-question {
        margin: 12px 0 0;
        font-size: 1rem;
        line-height: 1.45;
        font-weight: 400;
        color: #001435;
        text-align: left;
      }

      .pp-security-input {
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: 52px;
        margin-top: 24px;
        padding: 0 16px;
        border: none;
        border-radius: 8px;
        background: #f5f7fa;
        color: #001435;
        font-family: inherit;
        font-size: 1rem;
        line-height: 1.25;
        font-weight: 400;
        outline: none;
      }

      .pp-security-input:focus {
        box-shadow: 0 0 0 2px #0070ba;
        background: #fff;
      }

      .pp-security-confirm {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 48px;
        margin-top: 32px;
        padding: 0 24px;
        border: none;
        border-radius: 999px;
        background: #003087;
        color: #fff;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1;
        cursor: pointer;
        transition: background 0.15s;
      }

      .pp-security-confirm:hover {
        background: #00256b;
      }

      .pp-modal-card {
        width: min(430px, 100%);
        max-height: min(94vh, 880px);
        max-height: min(94dvh, 880px);
        padding: 0;
        border-radius: 10px;
        overflow: hidden auto;
        background: #fff;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
        scrollbar-color: #9da3a6 transparent;
        scrollbar-width: thin;
      }

      .pp-card-screen {
        display: flex;
        min-height: 100%;
        flex-direction: column;
        border-top: 6px solid #ffc439;
        background: #fff;
        color: #2c2e2f;
        font-family: 'PayPal Open', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
      }

      .pp-card-main {
        flex: 1;
        padding: 12px 16px 28px;
      }

      .pp-card-update-notice {
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 18px;
        padding: 12px 14px;
        border-radius: 8px;
        background: #ffb300;
        color: #2c2e2f;
        font-size: 0.8125rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.45;
        overflow-wrap: break-word;
        text-align: left;
      }

      .pp-card-header {
        margin: 0;
      }

      .pp-card-title {
        margin: 0;
        color: #2c2e2f;
        font-size: 1.5rem;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1.22;
        text-align: left;
      }

      .pp-card-lead {
        max-width: 360px;
        margin: 12px 0 0;
        color: #2c2e2f;
        font-size: 0.875rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.45;
        text-align: left;
      }

      .pp-card-alert {
        margin: 16px 0 0;
        padding: 12px 14px;
        border: 1px solid #8e2121;
        border-radius: 4px;
        background: #fff5f5;
        color: #001435;
        font-size: 0.875rem;
        line-height: 1.4;
      }

      .pp-card-form {
        margin-top: 18px;
      }

      .pp-card-contact,
      .pp-card-section {
        margin: 0;
        padding: 0;
        border: 0;
      }

      .pp-card-section {
        margin-top: 20px;
      }

      .pp-card-section-title {
        margin: 0;
        color: #2c2e2f;
        font-size: 1.0625rem;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1.3;
      }

      .pp-card-field {
        position: relative;
        min-width: 0;
        margin-top: 10px;
      }

      .pp-card-contact .pp-card-field:first-child,
      .pp-card-row .pp-card-field {
        margin-top: 0;
      }

      .pp-card-field > label,
      .pp-card-number-wrap > label,
      .pp-card-cvv-wrap > label {
        position: absolute;
        top: 50%;
        left: 12px;
        z-index: 1;
        max-width: calc(100% - 24px);
        margin: 0;
        color: #687173;
        font-size: 0.8125rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1;
        pointer-events: none;
        transform: translateY(-50%);
        transform-origin: left top;
        transition: color 0.12s, font-size 0.12s, top 0.12s, transform 0.12s;
        white-space: nowrap;
      }

      .pp-card-field input {
        box-sizing: border-box;
        width: 100%;
        height: 58px;
        margin: 0;
        padding: 0 12px;
        border: 1px solid #b7b9bc;
        border-radius: 4px;
        outline: none;
        background: #fff;
        box-shadow: none;
        color: #2c2e2f;
        font-family: inherit;
        font-size: 0.9375rem;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.25;
        transition: border-color 0.15s, box-shadow 0.15s;
      }

      .pp-card-field input::placeholder {
        color: transparent;
        opacity: 0;
      }

      .pp-card-field input:focus {
        border-color: #147bc1;
        box-shadow: 0 0 0 2px rgba(20, 123, 193, 0.28);
      }

      .pp-card-field input:focus,
      .pp-card-field input:not(:placeholder-shown),
      .pp-card-field input:-webkit-autofill {
        padding-top: 18px;
        padding-bottom: 5px;
      }

      .pp-card-field input:focus + label,
      .pp-card-field input:not(:placeholder-shown) + label,
      .pp-card-field input:-webkit-autofill + label {
        top: 8px;
        color: #545d68;
        font-size: 0.6875rem;
        transform: none;
      }

      .pp-card-field.is-invalid input {
        border-color: #b00020;
        box-shadow: 0 0 0 1px #b00020;
      }

      .pp-card-field-error {
        margin: 5px 0 0;
        color: #b00020;
        font-size: 0.75rem;
        line-height: 1.35;
      }

      .pp-card-number-wrap,
      .pp-card-cvv-wrap {
        position: relative;
      }

      .pp-card-number-wrap input {
        padding-right: 62px;
      }

      .pp-card-number-wrap input:focus,
      .pp-card-number-wrap input:not(:placeholder-shown),
      .pp-card-number-wrap input:-webkit-autofill {
        padding-right: 62px;
      }

      .pp-card-brand-detected {
        position: absolute;
        top: 50%;
        right: 10px;
        display: flex;
        width: 38px;
        height: 24px;
        align-items: center;
        justify-content: center;
        pointer-events: none;
        transform: translateY(-50%);
      }

      .pp-card-brand-icon {
        display: flex;
        width: 38px;
        height: 24px;
        align-items: center;
        justify-content: center;
      }

      .pp-card-brand-icon[hidden] {
        display: none;
      }

      .pp-card-brand-icon img {
        display: block;
        width: 36px;
        max-width: 100%;
        height: 22px;
        object-fit: contain;
      }

      .pp-card-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 8px;
      }

      .pp-card-section > .pp-card-row {
        margin-top: 10px;
      }

      .pp-card-row .pp-card-field > label,
      .pp-card-row .pp-card-number-wrap > label,
      .pp-card-row .pp-card-cvv-wrap > label {
        font-size: 0.75rem;
      }

      .pp-card-cvv-wrap input {
        padding-right: 44px;
      }

      .pp-card-cvv-wrap input:focus,
      .pp-card-cvv-wrap input:not(:placeholder-shown),
      .pp-card-cvv-wrap input:-webkit-autofill {
        padding-right: 44px;
      }

      .pp-card-cvv-symbol {
        position: absolute;
        top: 50%;
        right: 11px;
        display: inline-flex;
        width: 25px;
        height: 17px;
        border: 0;
        border-radius: 2px;
        background: #003087;
        pointer-events: none;
        transform: translateY(-50%);
      }

      .pp-card-cvv-symbol::before {
        content: '';
        position: absolute;
        top: 4px;
        left: 0;
        width: 100%;
        height: 3px;
        background: #fff;
        opacity: 0.92;
      }

      .pp-card-cvv-symbol::after {
        content: '';
        position: absolute;
        right: 3px;
        bottom: 3px;
        width: 6px;
        height: 2px;
        border-radius: 1px;
        background: #ffc439;
      }

      .pp-card-supported {
        display: flex;
        min-height: 38px;
        margin-top: 10px;
        align-items: center;
        gap: 6px;
        padding: 8px;
        border-radius: 3px;
        background: #f7f5f2;
        flex-wrap: wrap;
      }

      .pp-card-supported img {
        display: block;
        width: 21px;
        height: 14px;
        object-fit: contain;
      }

      .pp-card-benefits {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-top: 26px;
      }

      .pp-card-benefit {
        display: flex;
        min-width: 0;
        align-items: center;
        color: #2c2e2f;
        flex-direction: column;
        font-size: 0.6875rem;
        line-height: 1.25;
        text-align: center;
      }

      .pp-card-benefit-icon {
        display: grid;
        width: 40px;
        height: 40px;
        margin-bottom: 8px;
        border-radius: 50%;
        place-items: center;
      }

      .pp-card-benefit-icon svg {
        width: 23px;
        height: 23px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.8;
      }

      .pp-card-benefit-icon--gold {
        background: #fff4d6;
        color: #9b6a00;
      }

      .pp-card-benefit-icon--blue {
        background: #e8f2fb;
        color: #147bc1;
      }

      .pp-card-benefit-icon--green {
        background: #e6f6ef;
        color: #158a63;
      }

      .pp-card-submit {
        position: relative;
        display: flex;
        width: 100%;
        height: 48px;
        margin-top: 24px;
        align-items: center;
        justify-content: center;
        padding: 0 24px;
        border: 0;
        border-radius: 999px;
        background: #003087;
        box-shadow: none;
        color: #fff;
        cursor: pointer;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1;
        transition: background 0.15s;
      }

      .pp-card-submit:hover,
      .pp-card-submit:focus-visible {
        background: #00256b;
        outline: none;
      }

      .pp-card-submit:disabled:not(.is-loading) {
        background: #d7dce1;
        color: #545d68;
        cursor: not-allowed;
        opacity: 1;
      }

      .pp-card-footer {
        display: flex;
        flex-wrap: wrap;
        flex-shrink: 0;
        align-items: center;
        justify-content: flex-start;
        gap: 8px 12px;
        padding: 18px 16px 22px;
        background: #fff;
        color: #687173;
        font-size: 0.6875rem;
        font-weight: 400;
        line-height: 1.35;
      }

      .pp-card-footer a {
        color: #545d68;
        text-decoration: none;
      }

      .pp-card-footer a:hover {
        text-decoration: underline;
      }

      .pp-card-copyright {
        margin-left: auto;
        white-space: nowrap;
      }

      .pp-card-sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
      }

      .pp-result-screen {
        padding: 40px 32px 32px;
        text-align: center;
        background: #fff;
        color: #001435;
        font-family: 'PayPal Open', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
      }

      .pp-result-mark {
        display: block;
        width: 28px;
        height: 28px;
        margin: 0 auto 20px;
      }

      .pp-result-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: 56px;
        margin: 0 auto 20px;
        border-radius: 50%;
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 1;
      }

      .pp-result-icon.success {
        background: #e6f4ea;
        color: #00843d;
      }

      .pp-result-icon.error {
        background: #fff5f5;
        color: #b00020;
      }

      .pp-result-title {
        margin: 0;
        font-size: 1.375rem;
        font-weight: 700;
        line-height: 1.25;
        color: #001435;
      }

      .pp-result-desc {
        margin: 10px 0 0;
        font-size: 0.9375rem;
        line-height: 1.45;
        color: #6c7378;
      }

      .pp-login-btn:disabled,
      .pp-email-next:disabled,
      .pp-code-submit:disabled,
      .pp-security-confirm:disabled,
      .pp-card-submit:disabled,
      .pp-app-resend:disabled {
        cursor: wait;
        opacity: 0.76;
      }

      .pp-login-btn.is-loading,
      .pp-email-next.is-loading,
      .pp-code-submit.is-loading,
      .pp-security-confirm.is-loading,
      .pp-card-submit.is-loading,
      .pp-app-resend.is-loading {
        position: relative;
        color: transparent !important;
        pointer-events: none;
      }

      .pp-login-btn.is-loading::after,
      .pp-email-next.is-loading::after,
      .pp-code-submit.is-loading::after,
      .pp-security-confirm.is-loading::after,
      .pp-card-submit.is-loading::after,
      .pp-app-resend.is-loading::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 18px;
        height: 18px;
        margin: -9px 0 0 -9px;
        border: 2px solid rgba(255, 255, 255, 0.45);
        border-top-color: #fff;
        border-radius: 50%;
        animation: pp-button-spin 0.7s linear infinite;
      }

      .pp-app-resend.is-loading::after {
        border-color: rgba(0, 112, 186, 0.22);
        border-top-color: #0070ba;
      }

      @keyframes pp-button-spin {
        to { transform: rotate(360deg); }
      }

      @media (max-width: 480px) {
        .pp-overlay {
          align-items: center;
          padding: 12px 10px;
          background: rgba(0, 0, 0, 0.68);
          backdrop-filter: blur(2px);
        }

        .pp-modal,
        .pp-modal-login,
        .pp-modal-email,
        .pp-modal-verify,
        .pp-modal-code,
        .pp-modal-card {
          min-height: 0;
          max-height: calc(100vh - 24px);
          max-height: calc(100dvh - 24px);
          border: 1px solid rgba(0, 20, 53, 0.12);
          border-radius: 16px;
          box-shadow: 0 20px 55px rgba(0, 0, 0, 0.42);
        }

        .pp-modal {
          width: min(380px, calc(100vw - 20px));
        }

        .pp-modal-login,
        .pp-modal-email,
        .pp-modal-card {
          width: min(440px, calc(100vw - 20px));
        }

        .pp-modal-verify,
        .pp-modal-code {
          width: min(401px, calc(100vw - 20px));
        }

        .pp-login-main,
        .pp-email-main {
          padding: 32px 24px 24px;
        }

        .pp-modal-card {
          border-radius: 10px;
        }

        .pp-card-main {
          padding: 10px 12px 22px;
        }

        .pp-login-screen,
        .pp-email-screen {
          min-height: 0;
        }

        .pp-intro {
          display: flex;
          min-height: 0;
          flex-direction: column;
          justify-content: center;
          padding: 24px;
        }

        .pp-modal-verify,
        .pp-modal-code {
          padding: 56px 20px 20px;
        }

        .pp-app-body {
          padding: 18px 18px 22px;
        }

        .pp-code-inputs {
          gap: 5px;
        }

        .pp-code-cell {
          height: 48px;
          border-radius: 6px;
        }

        .pp-card-supported {
          gap: 7px;
        }

        .pp-card-supported img {
          width: 21px;
        }
      }

      @media (max-width: 350px) {
        .pp-card-row {
          gap: 6px;
        }

        .pp-card-row .pp-card-field > label,
        .pp-card-row .pp-card-number-wrap > label,
        .pp-card-row .pp-card-cvv-wrap > label {
          font-size: 0.6875rem;
        }

        .pp-card-benefits {
          gap: 4px;
        }

        .pp-card-benefit {
          font-size: 0.625rem;
        }
      }
