#entuity-nfc-demo {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.nfc-card {
    background: #111;
    color: #fff;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    width: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

#nfc-status {
    margin-top: 30px;
    font-size: 22px;
    padding: 20px;
    border-radius: 12px;
    background: #222;
    transition: all 0.3s ease;
}

#nfc-meta {
    margin-top: 15px;
    font-size: 14px;
    color: #aaa;
}