body {
    font-family: Arial, sans-serif;
    background: #f5f5f5;
    margin: 0;
    padding: 20px;
}

.tapid-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    max-width: 450px;
    margin: auto;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.tapid-logo {
    text-align: center;
    margin-bottom: 20px;
}

.tapid-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.tapid-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 25px;
}

.tapid-input {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 12px;
    box-sizing: border-box;
    font-size: 15px;
}

.tapid-button {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 10px;
    background: #000;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.tapid-button:hover {
    opacity: 0.9;
}

.tapid-profile-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.tapid-action {
    display: block;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.tapid-social a {
    display: inline-block;
    margin: 5px;
    color: #000;
    text-decoration: none;
}