body.pskcl-account-page .header-wrapper,
body.pskcl-account-page #nasa-footer,
body.pskcl-account-page .nasa-title-my-account-page,
body.pskcl-account-page .woocommerce-breadcrumb,
body.pskcl-account-page .breadcrumbs,
body.pskcl-account-page .nasa-breadcrumb-site,
body.pskcl-account-page .page-title,
body.pskcl-account-page .cart-sidebar,
body.pskcl-account-page .wishlist-sidebar,
body.pskcl-account-page .compare-sidebar {
    display: none !important;
}

body.pskcl-account-page .page-wrapper.my-account,
body.pskcl-account-page .page-wrapper.my-account > .row,
body.pskcl-account-page .page-wrapper,
body.pskcl-account-page .site-main,
body.pskcl-account-page .woocommerce,
body.pskcl-account-page .woocommerce-account .woocommerce {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.pskcl-account-page {
    background: #ffffff;
}

.pskcl-login {
    --pskcl-accent: #ea2f3b;
    --pskcl-text: #111111;
    --pskcl-muted: #6f7480;
    --pskcl-border: #e6e7eb;
    --pskcl-panel: #ffffff;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(480px, 1fr);
    min-height: 100vh;
    background: #fff;
}

.pskcl-showcase {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #09090b;
    padding: 28px 30px 34px;
    color: #fff;
}

.pskcl-showcase__brand,
.pskcl-showcase__content {
    position: relative;
    z-index: 3;
}

.pskcl-showcase__brand {
    display: inline-flex;
    align-items: center;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(6px);
    color: inherit;
    text-decoration: none;
    transition: opacity .2s ease;
}

.pskcl-showcase__brand:hover,
.pskcl-showcase__brand:focus-visible {
    opacity: .92;
}

.pskcl-brand__logo-image {
    width: auto;
    max-width: 186px;
    max-height: 42px;
    height: auto;
}

.pskcl-brand__logo-text {
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.pskcl-showcase__marquee-wrap {
    position: absolute;
    inset: -120px -140px -90px -40px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 230px));
    justify-content: center;
    gap: 22px;
    transform: rotate(-8deg) scale(1.03);
}

.pskcl-showcase__marquee {
    display: flex;
    flex-direction: column;
    gap: 22px;
    will-change: transform;
}

.pskcl-showcase__marquee--one {
    animation: pskcl-scroll-up 58s linear infinite;
}

.pskcl-showcase__marquee--two {
    margin-top: -190px;
    animation: pskcl-scroll-down 62s linear infinite;
}

.pskcl-showcase__marquee--three {
    margin-top: -90px;
    animation: pskcl-scroll-up 66s linear infinite;
}

.pskcl-card {
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
    aspect-ratio: 0.76;
    background: #1b1b20;
    box-shadow: 0 26px 50px rgba(0, 0, 0, 0.28);
}

.pskcl-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pskcl-showcase__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.22) 36%, rgba(0, 0, 0, 0.72) 72%, rgba(0, 0, 0, 0.94) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.02) 36%, rgba(0, 0, 0, 0.4) 100%),
        radial-gradient(circle at left bottom, rgba(0, 0, 0, 0.65) 0%, transparent 46%);
}

.pskcl-showcase__content {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 34px;
    max-width: 540px;
}

.pskcl-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.pskcl-showcase__content h2 {
    margin: 18px 0 12px;
    max-width: 520px;
    font-size: clamp(34px, 4.4vw, 54px);
    line-height: 0.98;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #ffffff;
}

.pskcl-showcase__content p {
    max-width: 520px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 16px;
    line-height: 1.55;
}

.pskcl-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 40px 32px;
    background: var(--pskcl-panel);
}

.pskcl-panel__inner {
    width: 100%;
    max-width: 448px;
}

.pskcl-flash {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.55;
}

.pskcl-flash.is-error {
    background: #fff1f2;
    color: #9f1239;
}

.pskcl-flash.is-success {
    background: #ecfdf5;
    color: #166534;
}

.pskcl-panel__header {
    margin-bottom: 26px;
}

.pskcl-panel__header h1 {
    margin: 0 0 12px;
    color: var(--pskcl-text);
    font-size: clamp(38px, 4vw, 58px);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.pskcl-panel__header p,
.pskcl-muted {
    margin: 0;
    color: var(--pskcl-muted);
    font-size: 16px;
    line-height: 1.55;
}

.pskcl-form,
.pskcl-otp {
    display: grid;
    gap: 16px;
}

.pskcl-form[hidden] {
    display: none;
}

.pskcl-field {
    display: grid;
    gap: 8px;
}

.pskcl-field > span {
    color: var(--pskcl-text);
    font-size: 14px;
    font-weight: 700;
}

.pskcl-field input,
.pskcl-phone-input {
    width: 100%;
    min-height: 58px;
    border: 1px solid var(--pskcl-border);
    border-radius: 14px;
    background: #fff;
    box-sizing: border-box;
}

.pskcl-field input {
    padding: 0 16px;
    color: #1b1b1f;
    font-size: 16px;
}

.pskcl-phone-input {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    padding: 0 0 0 16px;
    gap: 0;
}

.pskcl-phone-input span {
    margin: 0;
    padding-right: 14px;
    border-right: 1px solid var(--pskcl-border);
    color: #2b2b31;
    font-size: 15px;
    font-weight: 700;
}

.pskcl-phone-input input {
    min-height: 56px;
    border: 0;
    padding: 0 16px;
}

.pskcl-field input:focus,
.pskcl-phone-input:focus-within {
    outline: none;
    border-color: #d8d8de;
    box-shadow: 0 0 0 4px rgba(234, 47, 59, 0.08);
}

.pskcl-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 54px;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 0 18px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.pskcl-button:hover {
    transform: translateY(-1px);
}

.pskcl-button:disabled,
.pskcl-button.is-disabled {
    opacity: 0.55;
    pointer-events: none;
}

.pskcl-button--primary {
    background: var(--pskcl-accent);
    color: #fff;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 18px 30px rgba(234, 47, 59, 0.2);
}

.pskcl-button--primary:hover {
    background: #df2633;
}

.pskcl-button--google {
    background: #fff;
    color: #1a1a1f;
    border-color: var(--pskcl-border);
}

.pskcl-button--google svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.pskcl-button--ghost {
    width: auto;
    min-height: 42px;
    background: transparent;
    color: #1a1a1f;
    border-color: var(--pskcl-border);
    font-size: 14px;
}

.pskcl-divider {
    position: relative;
    margin: 12px 0 10px;
    text-align: center;
}

.pskcl-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid var(--pskcl-border);
}

.pskcl-divider span {
    position: relative;
    padding: 0 16px;
    background: #fff;
    color: #77777c;
    font-size: 14px;
}

.pskcl-form__actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

@keyframes pskcl-scroll-up {
    from { transform: translateY(0); }
    to { transform: translateY(-50%); }
}

@keyframes pskcl-scroll-down {
    from { transform: translateY(-50%); }
    to { transform: translateY(0); }
}

@keyframes pskcl-mobile-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (max-width: 1100px) {
    .pskcl-login {
        grid-template-columns: 1fr;
    }

    .pskcl-showcase {
        min-height: 520px;
        padding: 22px 20px 28px;
    }

    .pskcl-showcase__brand {
        padding: 10px 12px;
    }

    .pskcl-showcase__marquee-wrap {
        inset: 54px 16px 140px;
        grid-template-columns: 1fr;
        transform: none;
        justify-content: stretch;
    }

    .pskcl-showcase__marquee--two,
    .pskcl-showcase__marquee--three {
        display: none;
    }

    .pskcl-showcase__marquee--one {
        margin-top: 0;
        flex-direction: row;
        animation: pskcl-mobile-scroll 40s linear infinite;
    }

    .pskcl-card {
        min-width: 182px;
        width: 182px;
    }

    .pskcl-showcase__content {
        left: 22px;
        right: 22px;
        bottom: 24px;
    }

    .pskcl-showcase__content h2 {
        font-size: clamp(30px, 8vw, 44px);
    }

    .pskcl-showcase__content p {
        font-size: 16px;
    }

    .pskcl-panel {
        min-height: auto;
        padding: 34px 18px 42px;
    }
}

@media (max-width: 640px) {
    .pskcl-panel__header h1 {
        font-size: 30px;
    }

    .pskcl-form__actions {
        flex-direction: column;
    }

    .pskcl-button--ghost {
        width: 100%;
    }
}
