body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

body {
    align-items: flex-start;
    background: radial-gradient(circle at center, #111 0, #000 100%);
    color: #fff;
    display: flex;
    font-family: Poppins, sans-serif;
    justify-content: center;
    margin: 0;
    min-height: 100vh
}

.card-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    perspective: 1200px
}

.platinum-card {
    background: url(/static/media/credit2.ce828e59e3ba0c62d275.png) no-repeat 50%/cover;
    background-size: cover;
    border: 2px solid #ffffff4d;
    border-radius: 16px;
    box-shadow: 0 0 20px #c0c0c0cc, 0 0 40px #e0e0e080;
    height: 300px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform .8s ease;
    width: 420px
}

.platinum-card.flipped {
    transform: rotateY(180deg)
}

@keyframes shine {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

.card-face {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 16px;
    color: #111;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    width: 100%
}

.card-front {
    text-align: left
}

.card-contact-layout {
    align-items: flex-end;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    min-height: 0
}

.card-contact-layout>div:first-child {
    flex: 1 1 auto;
    min-width: 0
}

.card-back {
    text-align: center;
    transform: rotateY(180deg)
}

.brand-title {
    font-size: 1.2rem;
    text-shadow: 0 1px 2px #ffffffb3
}

.brand-title,
.logo-circle {
    color: #000;
    font-weight: 700
}

.logo-circle {
    align-items: center;
    background: #fff !important;
    border-radius: 3px;
    box-shadow: 0 4px 12px #00000026;
    display: flex;
    flex: 0 0 102px;
    height: 54px;
    justify-content: center;
    overflow: hidden;
    padding: 0 4px;
    width: 102px
}

.logo-circle img {
    display: block;
    height: 100% !important;
    max-height: none;
    max-width: none;
    object-fit: contain;
    transform: scale(1.08);
    width: 100% !important
}

.card-name {
    font-size: 1.2rem;
    font-weight: 700
}

.card-role {
    color: #333;
    font-size: .9rem
}

.card-front .brand-title {
    align-items: flex-start !important;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 0 !important;
    width: 100%
}

.card-front .brand-text {
    display: block;
    font-size: 1.18rem;
    line-height: 1.02;
    margin-right: auto;
    padding-top: 6px;
    text-align: left
}

.card-front .card-name {
    font-size: 1rem;
    line-height: 1.15
}

.card-front .card-role {
    font-size: .9rem;
    line-height: 1.18;
    margin-right: 8px
}

.card-front .card-phone {
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.15
}

.card-front .qr-code-front {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 6px #00000026;
    flex: 0 0 78px;
    padding: 0
}

.card-front .qr-code-front canvas,
.card-front .qr-code-front svg {
    display: block;
    height: 78px !important;
    width: 78px !important
}

.building-icon {
    align-items: flex-end;
    color: #070707;
    display: flex;
    flex: 0 0 82px;
    font-size: 60px;
    justify-content: flex-end;
    line-height: 1;
    margin-bottom: 4px;
    text-shadow: 2px 0 #c7951f, -2px 0 #c7951f, 0 2px #c7951f, 0 -2px #c7951f
}

.building-icon img {
    display: block;
    height: 84px;
    object-fit: cover;
    width: 60px;
}

.card-back .brand-title {
    margin-bottom: .25rem !important
}

.card-back .address {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
}

.address {
    color: #575656;
    font-size: .7rem;
    line-height: 1.25
}

.qr-shape {
    font-size: 1.4rem;
    margin-top: 5px
}

.platinum-btn {
    background: linear-gradient(135deg, #eec231, #ffe678, #fac412);
    border: 1px solid #ccc;
    border-radius: 50px;
    box-shadow: 0 4px 12px #00000014;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease-in-out
}

.platinum-btn:hover {
    background: linear-gradient(135deg, #ececec, #cfcfcf, #eaeaea);
    box-shadow: 0 6px 16px #00000026;
    transform: translateY(-2px)
}

.platinum-btn:active {
    box-shadow: inset 0 3px 10px #0000001a;
    transform: translateY(0)
}

@media (max-width:480px) {
    .platinum-card {
        height: 300px;
        width: 360px
    }

    .brand-title {
        font-size: 1rem
    }

    .logo-circle {
        flex-basis: 86px;
        height: 46px;
        padding: 0 4px;
        width: 86px
    }

    .logo-circle img {
        height: 100% !important;
        max-height: none;
        max-width: none;
        transform: scale(1.08);
        width: 100% !important
    }

    .card-front .brand-title {
        gap: 8px
    }

    .card-front .brand-text {
        font-size: 1rem;
        line-height: 1.03;
        padding-top: 4px
    }

    .card-front .card-name {
        font-size: .88rem
    }

    .card-front .card-role {
        font-size: .56rem;
        line-height: 1.14
    }

    .card-front .card-phone {
        font-size: .65rem
    }

    .card-front .qr-code-front {
        flex-basis: 68px;
        padding: 0
    }

    .card-front .qr-code-front canvas,
    .card-front .qr-code-front svg {
        height: 68px !important;
        width: 68px !important
    }

    .building-icon {
        flex-basis: 70px;
        font-size: 66px;
        margin-bottom: 4px
    }

    .building-icon img {
        height: 66px;
        width: 66px
    }

    .address {
        font-size: .7rem
    }

    .platinum-btn {
        font-size: 12px;
        padding: 8px 15px
    }
}

.business-card {
    background: linear-gradient(135deg, #dcdcdc, #f5f5f5, silver);
    border-radius: 15px;
    box-shadow: 0 10px 25px #0000004d;
    height: 180px;
    perspective: 1000px;
    transition: transform .7s ease, box-shadow .7s ease;
    width: 320px
}

.business-card:hover {
    box-shadow: 0 15px 35px #0006;
    transform: rotateY(12deg) scale(1.05)
}

/*# sourceMappingURL=main.c73c33f1.css.map*/