﻿.pmdh-splash-body {
    margin: 0;
    padding: 0;
    background-image: url('../images/pmdh/splash-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
}

main {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url('/_media/images/pmdh/splash-background.svg');
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
}


/* AO26 + Player App */
.pmdh-ao26-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-bottom: 24px;
}

.pmdh-ao26-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.pmdh-ao-logo {
    width: 105px;
    height: 52px;
    object-fit: contain;
}

.pmdh-26-logo {
    width: 72px;
    height: 52px;
    object-fit: contain;
}

/* PLAYER MATCH DATA HUB */
.pmdh-title {
    max-width: 100%;
    margin: 24px 0 32px 0;

    display: flex;
    flex-direction: column;
    justify-content: center;

    color: #FFFFFF;
    text-align: center;
    
    font-family: "Sequel 100 Wide", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

/* Sign-in pill */
.pmdh-button-container {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.pmdh-signin-button {
    width: 300px;
    max-width: none;
    height: 42px;
    display: flex;
    justify-content: center;
    align-content: center;

    padding: 0;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    font-family: Archivo, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #001F3D;
}

/* Support Text */
.pmdh-support-text {
    margin-bottom: 32px;
    color: #001F3D;
    text-align: center;
    font-family: Archivo, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

/* Rolex */
.pmdh-rolex iframe {
    width: 235px;
    height: 64px;
    border-radius: 8px;
}

/* Footer */
.pmdh-footer {
    margin-top: 32px;
    text-align: center;
    color: #3B5670;
    font-family: Archivo, sans-serif;
    font-size: 12px;
    font-weight: 400;
}
