@import url('https://fonts.googleapis.com/css2?family=Notable&display=swap');

.vhsplus-clube-register,
.vhsplus-clube-login-box,
.vhsplus-clube-hero,
.vhsplus-card-wrap {
    max-width: 760px;
    margin: 30px auto;
    font-family: "Play", Arial, sans-serif;
}

.vhsplus-clube-hero {
    position: relative;
    overflow: hidden;
    padding: 30px 28px;
    border: 2px solid #231815;
    border-radius: 18px;
    background:
        radial-gradient(circle at 12px 12px, rgba(35, 24, 21, .22) 1.5px, transparent 2px) 0 0 / 12px 12px,
        linear-gradient(90deg, #fff8df 0%, #f1dfb4 55%, #d9bf83 100%);
    box-shadow: 8px 8px 0 #681d55;
    color: #231815;
}

.vhsplus-clube-hero::before,
.vhsplus-clube-hero::after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 18px;
    content: "";
    background: radial-gradient(circle, #fff8df 0 3px, transparent 4px) 50% 8px / 14px 20px repeat-y;
}

.vhsplus-clube-hero::before {
    left: 4px;
}

.vhsplus-clube-hero::after {
    right: 4px;
}

.vhsplus-clube-hero__kicker {
    display: block;
    margin-bottom: 6px;
    font-family: "Courier New", monospace;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.vhsplus-clube-hero h1 {
    margin: 0;
    font-family: "Notable", Impact, sans-serif;
    font-size: clamp(2.2rem, 8vw, 4.8rem);
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1;
    text-shadow: 3px 3px 0 #fa2833, 6px 6px 0 rgba(104, 29, 85, .35);
}

.vhsplus-clube-hero p {
    max-width: 620px;
    margin: 12px 0 0;
    font-family: "Courier New", monospace;
    font-weight: 700;
}

.vhsplus-clube-login-box {
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 2px dashed #681d55;
    border-radius: 16px;
    background: #fff8e8;
}

.vhsplus-clube-login-box p {
    margin: 0;
    font-weight: 700;
}

.vhsplus-clube-auth-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vhsplus-clube-auth-actions button {
    border: 0;
    border-radius: 999px;
    padding: 12px 22px;
    background: #681d55;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.vhsplus-clube-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 24px;
    background: #fff8e8;
    border: 2px solid #231815;
    border-radius: 18px;
    box-shadow: 8px 8px 0 #fa2833;
}

.vhsplus-clube-form--login {
    margin-top: 4px;
    box-shadow: 5px 5px 0 #fa2833;
}

.vhsplus-clube-form label {
    display: grid;
    gap: 6px;
    font-weight: 700;
    color: #231815;
}

.vhsplus-clube-form input {
    width: 100%;
    border: 2px solid #231815;
    border-radius: 10px;
    padding: 10px 12px;
    background: #fff;
}

.vhsplus-password-field {
    position: relative;
    display: block;
}

.vhsplus-password-field input {
    padding-right: 46px;
}

.vhsplus-password-field button {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #231815;
    cursor: pointer;
    transform: translateY(-50%);
}

.vhsplus-clube-form button,
.vhsplus-card-actions button,
.vhsplus-card-actions a {
    border: 0;
    border-radius: 999px;
    padding: 12px 18px;
    background: #681d55;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.vhsplus-clube-form button {
    grid-column: 1 / -1;
    background: #fa2833;
}

.vhsplus-clube-form .vhsplus-password-field button {
    position: absolute;
    top: 50%;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 50%;
    grid-column: auto;
    background: #fa2833;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    transform: translateY(-50%);
}

.vhsplus-clube-message {
    margin: 16px 0;
    padding: 14px 16px;
    border-radius: 12px;
    background: #f7efe2;
    color: #231815;
}

.vhsplus-clube-message--error {
    background: #ffe1e1;
    color: #8f1111;
}

.vhsplus-clube-message--success {
    background: #e6ffe5;
    color: #175f16;
}

.vhsplus-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 24px;
    background-color: #f3e2b8;
    background-image: linear-gradient(90deg, #fff8df 0%, #f3e2b8 48%, #dfc78d 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 3px solid #1c1512;
    color: #1c1512;
}

.vhsplus-card__stripe {
    height: 28px;
    background: linear-gradient(90deg, #febb24 0 20%, #fd692d 20% 40%, #fa2833 40% 60%, #b81d3d 60% 80%, #681d55 80% 100%);
}

.vhsplus-card__header,
.vhsplus-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 22px;
}

.vhsplus-card__header h2 {
    margin: 0;
    font-family: "Notable", Impact, sans-serif;
    font-size: clamp(2rem, 6vw, 4rem);
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1;
}

.vhsplus-card__header strong {
    padding: 8px 12px;
    border: 2px solid currentColor;
    border-radius: 10px;
    font-size: 1.1rem;
    transform: rotate(4deg);
}

.vhsplus-card__eyebrow {
    display: block;
    margin-bottom: 0;
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    line-height: 1;
}

.vhsplus-card__body {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 16px;
    flex: 1;
    align-items: center;
    padding: 0 22px 16px;
}

.vhsplus-card__photo {
    display: grid;
    place-items: center;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    min-height: 170px;
    border: 3px solid #1c1512;
    border-radius: 16px;
    background: #111;
    color: #fff;
    font-size: 4rem;
}

.vhsplus-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vhsplus-card__info {
    display: grid;
    gap: 5px;
}

.vhsplus-card__info-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.vhsplus-card__info p {
    margin: 0;
    padding: 5px 0;
    border-bottom: 2px dotted rgba(28, 21, 18, .45);
    font-size: 1rem;
    font-weight: 700;
}

.vhsplus-card__info span {
    display: block;
    margin-bottom: 1px;
    font-size: .72rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .7;
}

.vhsplus-card__footer {
    background: rgba(28, 21, 18, .9);
    color: #fff7dc;
    font-weight: 700;
}

.vhsplus-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.vhsplus-public-card-actions {
    justify-content: center;
}

.vhsplus-public-card-page .vhsplus-card {
    aspect-ratio: 15 / 10;
    width: min(100%, 760px);
    margin: 0 auto;
}

.vhsplus-public-card-page .vhsplus-card-wrap {
    max-width: 800px;
}

.vhsplus-card-url {
    word-break: break-all;
}

.vhsplus-public-card-page {
    margin: 0;
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at top, #fff3c4, #12070f 70%);
}

.vhsplus-public-card-main {
    width: min(900px, calc(100vw - 24px));
}

.vhsplus-public-card-link {
    text-align: center;
}

.vhsplus-public-card-link a {
    color: #fff;
    font-weight: 700;
}

@media (max-width: 680px) {
    .vhsplus-clube-form,
    .vhsplus-card__body {
        grid-template-columns: 1fr;
    }

    .vhsplus-card__info-row {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .vhsplus-public-card-page .vhsplus-card {
        aspect-ratio: auto;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    .vhsplus-card,
    .vhsplus-card * {
        visibility: visible;
    }

    .vhsplus-card {
        position: fixed;
        inset: 20px;
        box-shadow: none;
    }

    .vhsplus-card-actions,
    .vhsplus-card-url,
    .vhsplus-public-card-link {
        display: none !important;
    }
}
