html {
    font-size: 14px;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    min-height: 100vh;
    margin: 0;
    background: #f4f6f8;
    color: #1f2933;
    font-family: Arial, Helvetica, sans-serif;
}

.teampass-navbar {
    background: #111827;
    min-height: 72px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.navbar-brand {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.85);
}

    .navbar-dark .navbar-nav .nav-link:hover {
        color: #ffffff;
    }

.teampass-hero {
    padding: 70px 0;
}

.min-vh-75 {
    min-height: 75vh;
}

.hero-content {
    padding: 24px 0;
}

.hero-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #4b5563;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-title {
    margin-bottom: 20px;
    color: #111827;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 800;
    letter-spacing: -0.04em;
}

.hero-description {
    max-width: 620px;
    color: #4b5563;
    font-size: 1.15rem;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
}

    .hero-actions .btn-primary {
        min-width: 190px;
        padding: 13px 24px;
        border-color: #1d4ed8;
        background: #1d4ed8;
        font-weight: 700;
    }

.development-note {
    color: #6b7280;
    font-size: 0.9rem;
}

.badge-preview {
    width: min(100%, 390px);
    margin: 30px auto;
    overflow: hidden;
    border: 1px solid #d8dee6;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(17, 24, 39, 0.18);
    text-align: center;
}

.badge-header {
    padding: 24px;
    background: #111827;
}

.logo-placeholder {
    padding: 14px 18px;
    border: 1px dashed rgba(255, 255, 255, 0.55);
    border-radius: 8px;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.photo-placeholder {
    display: flex;
    width: 220px;
    height: 270px;
    margin: 30px auto 22px;
    align-items: center;
    justify-content: center;
    border: 2px dashed #c3cad5;
    border-radius: 18px;
    background: #eef1f5;
    color: #687386;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.badge-details {
    padding: 0 24px 22px;
}

    .badge-details h2 {
        margin: 0 0 6px;
        color: #111827;
        font-size: 1.65rem;
        font-weight: 800;
    }

    .badge-details p {
        margin: 0;
        color: #5b6472;
        font-size: 1rem;
    }

.status-bar {
    padding: 16px;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.status-active {
    background: #16803a;
}

.status-inactive {
    background: #b42318;
}

.verification-time {
    padding: 16px 20px 20px;
    color: #667085;
    font-size: 0.85rem;
}

.teampass-footer {
    padding: 24px 0;
    border-top: 1px solid #d9dee6;
    background: #ffffff;
    color: #667085;
    font-size: 0.9rem;
    text-align: center;
}

.footer-divider {
    margin: 0 8px;
}

@media (max-width: 991px) {
    .teampass-hero {
        padding-top: 40px;
    }

    .hero-content {
        text-align: center;
    }

    .hero-description {
        margin-right: auto;
        margin-left: auto;
    }

    .hero-actions {
        justify-content: center;
    }
    .employee-welcome {
        max-width: 760px;
        margin: 40px auto;
        padding: 48px;
        border: 1px solid #d8dee6;
        border-radius: 24px;
        background: #ffffff;
        box-shadow: 0 22px 60px rgba(17, 24, 39, 0.14);
        text-align: center;
    }

    .signed-in-user {
        display: inline-block;
        margin-top: 10px;
        padding: 14px 22px;
        border-radius: 12px;
        background: #eef2ff;
        color: #1d4ed8;
        font-size: 1.1rem;
        font-weight: 700;
        overflow-wrap: anywhere;
    }

    .btn-outline-secondary {
        padding: 13px 24px;
        font-weight: 700;
    }

    @media (max-width: 576px) {
        .employee-welcome {
            margin: 20px auto;
            padding: 30px 20px;
        }

        .employee-badge-page {
            min-height: calc(100vh - 145px);
            padding: 48px 0;
            background: linear-gradient( 145deg, #eef2f7 0%, #f8fafc 50%, #e8edf4 100%);
        }

        .employee-badge {
            width: min(92vw, 410px);
            margin: 0 auto;
            overflow: hidden;
            border: 1px solid #d5dbe4;
            border-radius: 26px;
            background: #ffffff;
            box-shadow: 0 24px 70px rgba(17, 24, 39, 0.22);
            text-align: center;
        }

        .employee-badge-header {
            padding: 25px;
            background: #111827;
        }

        .employee-logo-placeholder {
            padding: 14px;
            border: 1px dashed rgba(255, 255, 255, 0.65);
            border-radius: 9px;
            color: #ffffff;
            font-size: 0.85rem;
            font-weight: 800;
            letter-spacing: 0.13em;
        }

        .employee-photo-placeholder {
            display: flex;
            width: 230px;
            height: 285px;
            margin: 30px auto 22px;
            align-items: center;
            justify-content: center;
            border: 2px dashed #bdc6d2;
            border-radius: 18px;
            background: #edf1f5;
            color: #657184;
            font-size: 0.8rem;
            font-weight: 800;
            letter-spacing: 0.08em;
        }

        .employee-badge-details {
            padding: 0 24px 24px;
        }

            .employee-badge-details h1 {
                margin: 0 0 6px;
                color: #111827;
                font-size: 1.75rem;
                font-weight: 800;
                overflow-wrap: anywhere;
            }

            .employee-badge-details p {
                margin: 0;
                color: #566273;
                font-size: 1.05rem;
            }

        .employee-status-bar {
            padding: 17px;
            background: #16803a;
            color: #ffffff;
            font-size: 1.25rem;
            font-weight: 900;
            letter-spacing: 0.14em;
        }

        .employee-verification {
            padding: 17px 20px 21px;
            color: #556070;
            font-size: 0.9rem;
        }

            .employee-verification strong {
                margin-right: 8px;
                color: #16803a;
                font-size: 0.8rem;
                letter-spacing: 0.1em;
            }

        .live-pulse {
            display: inline-block;
            width: 9px;
            height: 9px;
            margin-right: 4px;
            border-radius: 50%;
            background: #16803a;
            animation: live-pulse-animation 1.5s infinite;
        }

        .employee-actions {
            margin-top: 24px;
            text-align: center;
        }

        @keyframes live-pulse-animation {
            0%, 100% {
                opacity: 1;
                transform: scale(1);
            }

            50% {
                opacity: 0.35;
                transform: scale(0.72);
            }
        }

        @media (max-width: 480px) {
            .employee-badge-page {
                padding: 22px 0;
            }

            .employee-photo-placeholder {
                width: 205px;
                height: 255px;
            }

            .employee-badge-details h1 {
                font-size: 1.55rem;
            }
        }

        .employee-welcome {
            max-width: 760px;
            margin: 40px auto;
            padding: 48px;
            border: 1px solid #d8dee6;
            border-radius: 24px;
            background: #ffffff;
            box-shadow: 0 22px 60px rgba(17, 24, 39, 0.14);
            text-align: center;
        }

        .signed-in-user {
            display: inline-block;
            margin-top: 10px;
            padding: 14px 22px;
            border-radius: 12px;
            background: #eef2ff;
            color: #1d4ed8;
            font-size: 1.1rem;
            font-weight: 700;
            overflow-wrap: anywhere;
        }

        .btn-outline-secondary {
            padding: 13px 24px;
            font-weight: 700;
        }

        @media (max-width: 576px) {
            .employee-welcome {
                margin: 20px auto;
                padding: 30px 20px;
            }
        }
    }
}
/* =========================================================
   TeamPass Corporate Badge
   ========================================================= */

.teampass-badge-page {
    min-height: calc(100vh - 145px);
    padding: 42px 0 60px;
    background: radial-gradient( circle at top left, rgba(196, 154, 57, 0.14), transparent 34%), radial-gradient( circle at bottom right, rgba(11, 45, 78, 0.14), transparent 38%), linear-gradient( 145deg, #edf1f5 0%, #f8fafc 48%, #e7ebf0 100%);
}

.teampass-card {
    position: relative;
    width: min(94vw, 430px);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 32px 80px rgba(17, 24, 39, 0.20), 0 8px 24px rgba(17, 24, 39, 0.10);
}

.teampass-card-header {
    display: flex;
    min-height: 115px;
    padding: 22px 24px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #ffffff;
}

.organization-branding {
    text-align: left;
}

.brand-name {
    color: #111827;
    font-size: 1.12rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.brand-organizations {
    display: flex;
    margin-top: 8px;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    color: #5d6675;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.brand-separator {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c49a39;
}

.teampass-wordmark {
    padding: 9px 12px;
    border-radius: 10px;
    background: #111827;
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.brand-accent-strip {
    display: grid;
    height: 8px;
    grid-template-columns: 1fr 1fr 1fr;
}

    .brand-accent-strip span {
        display: block;
    }

.accent-gold {
    background: #c49a39;
}

.accent-navy {
    background: #0b2d4e;
}

.accent-red {
    background: #c8102e;
}

.teampass-card-body {
    position: relative;
    padding: 30px 28px 28px;
    background: linear-gradient( 160deg, #111827 0%, #1c2736 58%, #253348 100%);
}

    .teampass-card-body::before {
        position: absolute;
        top: -55px;
        right: -55px;
        width: 150px;
        height: 150px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 50%;
        content: "";
    }

    .teampass-card-body::after {
        position: absolute;
        bottom: -85px;
        left: -75px;
        width: 190px;
        height: 190px;
        border: 1px solid rgba(196, 154, 57, 0.14);
        border-radius: 50%;
        content: "";
    }

.employee-photo-frame {
    position: relative;
    z-index: 1;
    width: 238px;
    height: 292px;
    margin: 0 auto;
    padding: 5px;
    border-radius: 22px;
    background: linear-gradient( 145deg, #ffffff, #d9dee7);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.32);
}

.teampass-employee-photo {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 17px;
    background: #e5e9ef;
    object-fit: cover;
    object-position: center;
}

.teampass-photo-placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    border-radius: 17px;
    background: #e8ecf1;
    color: #677283;
    font-size: 0.82rem;
    font-weight: 700;
}

.photo-placeholder-icon {
    display: flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #111827;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 900;
}

.employee-identity {
    position: relative;
    z-index: 1;
    margin-top: 24px;
    text-align: center;
}

    .employee-identity h1 {
        margin: 0;
        color: #ffffff;
        font-size: clamp(1.75rem, 7vw, 2.15rem);
        font-weight: 900;
        letter-spacing: -0.025em;
        line-height: 1.1;
        overflow-wrap: anywhere;
    }

    .employee-identity p {
        margin: 9px 0 0;
        color: rgba(255, 255, 255, 0.76);
        font-size: 1.02rem;
        font-weight: 500;
        line-height: 1.4;
    }

.teampass-status-bar {
    display: flex;
    min-height: 68px;
    padding: 16px 24px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    transition: background-color 250ms ease, color 250ms ease;
}

    .teampass-status-bar.status-active {
        background: linear-gradient( 90deg, #12652c 0%, #18823c 50%, #12652c 100%);
    }

    .teampass-status-bar.status-inactive {
        background: linear-gradient( 90deg, #8f1e18 0%, #b42318 50%, #8f1e18 100%);
    }

.status-symbol {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    font-size: 0.9rem;
    letter-spacing: 0;
}

.teampass-card-footer {
    padding: 19px 22px 22px;
    background: #ffffff;
}

.live-verification-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.live-verification-label {
    display: flex;
    align-items: center;
    color: #16803a;
    font-size: 0.72rem;
    letter-spacing: 0.09em;
}

.live-pulse {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 7px;
    border-radius: 50%;
    background: #16803a;
    box-shadow: 0 0 0 rgba(22, 128, 58, 0.45);
    animation: teampass-live-pulse 1.7s infinite;
}

.verification-code {
    padding: 6px 9px;
    border: 1px solid #d8dee7;
    border-radius: 7px;
    background: #f6f8fa;
    color: #5a6472;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.verification-timestamp {
    display: flex;
    margin-top: 15px;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    color: #667085;
    font-size: 0.82rem;
}

    .verification-timestamp strong {
        color: #111827;
        font-size: 0.88rem;
        font-weight: 800;
        text-align: right;
    }

.verification-refresh-note {
    margin-top: 9px;
    color: #8a94a3;
    font-size: 0.7rem;
    text-align: right;
}

.teampass-actions {
    display: flex;
    width: min(94vw, 580px);
    margin: 25px auto 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

    .teampass-actions .btn {
        min-width: 135px;
        padding: 11px 18px;
        border-radius: 10px;
        font-weight: 750;
    }

.teampass-primary-button {
    border-color: #111827;
    background: #111827;
    color: #ffffff;
}

    .teampass-primary-button:hover,
    .teampass-primary-button:focus {
        border-color: #263246;
        background: #263246;
        color: #ffffff;
    }

.teampass-secondary-button {
    border: 1px solid #9da7b5;
    background: #ffffff;
    color: #263246;
}

    .teampass-secondary-button:hover,
    .teampass-secondary-button:focus {
        background: #eef1f5;
        color: #111827;
    }

.teampass-signout-button {
    border: 1px solid transparent;
    background: transparent;
    color: #6d7684;
}

    .teampass-signout-button:hover,
    .teampass-signout-button:focus {
        background: rgba(17, 24, 39, 0.06);
        color: #111827;
    }

.teampass-alert {
    width: min(94vw, 620px);
    margin: 0 auto 22px;
    border: 1px solid #a6d7b4;
    border-radius: 12px;
    text-align: center;
}

@keyframes teampass-live-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(22, 128, 58, 0.42);
        transform: scale(0.95);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(22, 128, 58, 0);
        transform: scale(1);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(22, 128, 58, 0);
        transform: scale(0.95);
    }
}

@media (max-width: 480px) {
    .teampass-badge-page {
        padding: 18px 0 40px;
    }

    .teampass-card {
        border-radius: 22px;
    }

    .teampass-card-header {
        min-height: 98px;
        padding: 18px;
    }

    .brand-name {
        font-size: 0.96rem;
    }

    .brand-organizations {
        max-width: 220px;
        font-size: 0.55rem;
    }

    .teampass-wordmark {
        padding: 8px 9px;
        font-size: 0.72rem;
    }

    .teampass-card-body {
        padding: 25px 18px;
    }

    .employee-photo-frame {
        width: 218px;
        height: 270px;
    }

    .employee-identity h1 {
        font-size: 1.75rem;
    }

    .teampass-status-bar {
        min-height: 62px;
        font-size: 1.16rem;
    }

    .live-verification-row {
        align-items: flex-start;
    }

    .verification-timestamp {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

        .verification-timestamp strong {
            text-align: left;
        }

    .verification-refresh-note {
        text-align: left;
    }

    .teampass-actions {
        padding: 0 14px;
    }

        .teampass-actions .btn {
            width: 100%;
        }
}

/* =========================================================
   TeamPass Version 1.0 — Final Corporate Badge
   ========================================================= */

@font-face {
    font-family: "United Sans Condensed";
    src: url("/fonts/UnitedSansCond-Heavy.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vitesse Sans";
    src: url("/fonts/VitesseSans-Book.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --saints-gold: #d3bc8e;
    --saints-black: #1a1a1a;
    --saints-white: #f2f2f2;
    --pelicans-red: #ce0e2d;
    --pelicans-blue: #0a2340;
    --pelicans-gold: #b9975b;
    --active-green: #247b38;
    --inactive-red: #b42318;
}

.final-teampass-page {
    min-height: calc(100vh - 145px);
    padding: 28px 0 52px;
    background: radial-gradient( circle at top left, rgba(211, 188, 142, 0.16), transparent 34%), linear-gradient( 145deg, #eceff3, #f8fafc 48%, #e6e9ed);
}

.final-teampass-card {
    width: min(94vw, 430px);
    margin: 0 auto;
    overflow: hidden;
    border: 3px solid var(--saints-gold);
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 30px 75px rgba(0, 0, 0, 0.20), 0 8px 25px rgba(0, 0, 0, 0.10);
}

.final-brand-header {
    padding: 20px 18px 0;
    background: #ffffff;
}

.final-tribrand-logo {
    display: block;
    width: 100%;
    max-width: 385px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.final-brand-stripe {
    display: grid;
    height: 7px;
    margin: 12px -18px 0;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4px;
    background: #ffffff;
}

    .final-brand-stripe span {
        display: block;
    }

.stripe-saints {
    background: var(--saints-gold);
}

.stripe-pelicans {
    background: var(--pelicans-blue);
}

.stripe-squadron {
    background: var(--pelicans-red);
}

.final-card-body {
    padding: 22px 25px 24px;
    background: #ffffff;
    text-align: center;
}

.final-photo-ring {
    display: flex;
    width: 246px;
    height: 246px;
    margin: 0 auto;
    padding: 5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid var(--saints-gold);
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 15px 28px rgba(0, 0, 0, 0.16);
}

.final-employee-photo {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #e9ecf0;
    object-fit: cover;
    object-position: center 20%;
}

.final-photo-placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    border-radius: 50%;
    background: #e9ecf0;
    color: #5c6572;
}

    .final-photo-placeholder span {
        color: var(--saints-black);
        font-family: "United Sans Condensed", sans-serif;
        font-size: 3.2rem;
    }

    .final-photo-placeholder small {
        font-family: "Vitesse Sans", Arial, sans-serif;
    }

.final-identity {
    margin-top: 22px;
}

    .final-identity h1 {
        margin: 0;
        color: var(--saints-black);
        font-family: "United Sans Condensed", Impact, sans-serif;
        font-size: clamp(3rem, 12vw, 4.5rem);
        font-weight: 900;
        letter-spacing: 0.025em;
        line-height: 0.95;
        text-transform: uppercase;
        overflow-wrap: anywhere;
    }

.final-name-divider {
    position: relative;
    width: 78%;
    height: 2px;
    margin: 18px auto 15px;
    background: var(--pelicans-gold);
}

    .final-name-divider span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 52px;
        height: 6px;
        border-radius: 4px;
        background: var(--saints-gold);
        transform: translate(-50%, -50%);
    }

.final-identity p {
    margin: 0 0 22px;
    color: #454a50;
    font-family: "Vitesse Sans", Arial, sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0.10em;
    line-height: 1.35;
    text-transform: uppercase;
}

.final-status-bar {
    display: flex;
    min-height: 72px;
    padding: 13px 24px;
    align-items: center;
    justify-content: center;
    gap: 40px;
    border-radius: 14px;
    color: #ffffff;
    font-family: "Vitesse Sans", Arial, sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    transition: background-color 250ms ease, box-shadow 250ms ease;
}

    .final-status-bar.status-active {
        background: linear-gradient( 90deg, #236b34, var(--active-green), #236b34);
        box-shadow: 0 7px 15px rgba(36, 123, 56, 0.20);
    }

    .final-status-bar.status-inactive {
        background: linear-gradient( 90deg, #8f1e18, var(--inactive-red), #8f1e18);
        box-shadow: 0 7px 15px rgba(180, 35, 24, 0.20);
    }

.final-status-symbol {
    display: flex;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: inherit;
    font-family: Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: 900;
}

.status-active .final-status-symbol {
    color: var(--active-green);
}

.status-inactive .final-status-symbol {
    color: var(--inactive-red);
}

.final-verification-panel {
    display: grid;
    min-height: 115px;
    padding: 22px 28px;
    align-items: center;
    grid-template-columns: 1fr 1px 1.35fr;
    gap: 22px;
    border-top: 1px solid #e1e3e7;
    background: #ffffff;
}

.final-live-block {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--active-green);
    font-family: "Vitesse Sans", Arial, sans-serif;
    font-size: 1.22rem;
    letter-spacing: 0.08em;
}

.final-live-dot {
    display: block;
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
    border-radius: 50%;
    background: #2daf44;
    animation: final-live-pulse 1.7s infinite;
}

.final-verification-divider {
    width: 1px;
    height: 60px;
    background: #d6d9de;
}

.final-time-block {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    font-family: "Vitesse Sans", Arial, sans-serif;
}

    .final-time-block span {
        color: #42474e;
        font-size: 0.92rem;
    }

    .final-time-block strong {
        color: var(--saints-black);
        font-size: 0.95rem;
        line-height: 1.35;
    }

.final-card-footer {
    padding: 18px 20px 14px;
    background: linear-gradient( 135deg, #101010, var(--saints-black));
    color: var(--saints-gold);
    text-align: center;
}

.final-teampass-name {
    font-family: "United Sans Condensed", Impact, sans-serif;
    font-size: 2rem;
    letter-spacing: 0.20em;
    line-height: 1;
    text-transform: uppercase;
}

.final-teampass-subtitle {
    margin-top: 6px;
    font-family: "Vitesse Sans", Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.30em;
}

.final-version {
    margin-top: 8px;
    color: rgba(242, 242, 242, 0.55);
    font-family: Arial, sans-serif;
    font-size: 0.62rem;
    letter-spacing: 0.06em;
}

.final-teampass-actions {
    display: flex;
    width: min(94vw, 430px);
    margin: 20px auto 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

    .final-teampass-actions .btn {
        min-width: 150px;
        padding: 11px 17px;
        border-radius: 10px;
        font-family: "Vitesse Sans", Arial, sans-serif;
        font-weight: 700;
    }

.final-photo-button {
    border: 1px solid var(--saints-black);
    background: var(--saints-black);
    color: #ffffff;
}

    .final-photo-button:hover,
    .final-photo-button:focus {
        border-color: var(--pelicans-blue);
        background: var(--pelicans-blue);
        color: #ffffff;
    }

.final-signout-button {
    border: 1px solid #a7adb6;
    background: #ffffff;
    color: #555d68;
}

    .final-signout-button:hover,
    .final-signout-button:focus {
        background: #eceff2;
        color: var(--saints-black);
    }

.final-teampass-alert {
    width: min(94vw, 620px);
    margin: 0 auto 20px;
    border-radius: 12px;
    text-align: center;
}

@keyframes final-live-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(45, 175, 68, 0.42);
        transform: scale(0.95);
    }

    70% {
        box-shadow: 0 0 0 9px rgba(45, 175, 68, 0);
        transform: scale(1);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(45, 175, 68, 0);
        transform: scale(0.95);
    }
}

@media (max-width: 480px) {
    .final-teampass-page {
        padding: 14px 0 35px;
    }

    .final-teampass-card {
        border-width: 2px;
        border-radius: 24px;
    }

    .final-brand-header {
        padding: 14px 13px 0;
    }

    .final-brand-stripe {
        margin-right: -13px;
        margin-left: -13px;
    }

    .final-card-body {
        padding: 18px 16px 20px;
    }

    .final-photo-ring {
        width: 218px;
        height: 218px;
    }

    .final-identity h1 {
        font-size: clamp(2.7rem, 15vw, 3.8rem);
    }

    .final-identity p {
        font-size: 0.9rem;
    }

    .final-status-bar {
        min-height: 64px;
        gap: 27px;
        font-size: 1.25rem;
    }

    .final-status-symbol {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        font-size: 1.45rem;
    }

    .final-verification-panel {
        min-height: 105px;
        padding: 19px;
        grid-template-columns: 1fr 1px 1.45fr;
        gap: 15px;
    }

    .final-live-block {
        font-size: 1rem;
    }

    .final-time-block strong {
        font-size: 0.8rem;
    }

    .final-teampass-actions {
        padding: 0 10px;
    }

        .final-teampass-actions .btn {
            width: 100%;
        }
}