* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background: #0f1115;
    color: #e8e9ec;
}
.wrap {
    max-width: 480px;
    margin: 0 auto;
    padding: 24px 18px 60px;
}
.card-box {
    background: #171a21;
    border: 1px solid #262a33;
    border-radius: 18px;
    padding: 28px 22px;
    text-align: center;
    margin-top: 24px;
}
.photo {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #2d7ff9;
    margin-bottom: 14px;
}
.photo-fallback {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: #2d7ff9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 600;
    margin: 0 auto 14px;
}
h1 { font-size: 22px; margin: 4px 0 2px; }
.designation { color: #9aa3b2; font-size: 15px; margin: 0 0 2px; }
.company { color: #2d7ff9; font-size: 15px; font-weight: 600; margin: 0 0 18px; }
.event-tag {
    background: #1e2530;
    border: 1px solid #2d7ff9;
    color: #b9d3ff;
    font-size: 13px;
    border-radius: 10px;
    padding: 8px 12px;
    margin-bottom: 18px;
    text-align: left;
}
.btn {
    display: block;
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 12px;
    border: none;
    cursor: pointer;
}
.btn-primary { background: #2d7ff9; color: #fff; }
.btn-whatsapp { background: #25d366; color: #06301b; }
.btn-outline { background: transparent; color: #e8e9ec; border: 1px solid #333a47; }
.links { margin-top: 18px; font-size: 14px; }
.links a { color: #9aa3b2; text-decoration: none; display: block; margin: 6px 0; }
.footer-note { text-align: center; color: #555b68; font-size: 12px; margin-top: 30px; }

/* Admin forms */
label { display: block; font-size: 13px; color: #9aa3b2; margin: 14px 0 6px; }
input[type=text], input[type=tel], input[type=email], input[type=url], input[type=password], input[type=file] {
    width: 100%;
    padding: 11px 12px;
    border-radius: 10px;
    border: 1px solid #333a47;
    background: #0f1115;
    color: #e8e9ec;
    font-size: 15px;
}
.hint { color: #555b68; font-size: 12px; margin-top: 4px; }
.alert { background: #2b1620; border: 1px solid #7a2b3f; color: #ffb3c1; padding: 10px 14px; border-radius: 10px; margin-bottom: 14px; font-size: 14px; }
.success { background: #10261a; border: 1px solid #1f7a44; color: #9fe8b8; padding: 10px 14px; border-radius: 10px; margin-bottom: 14px; font-size: 14px; }
h2 { font-size: 19px; }
table { width: 100%; border-collapse: collapse; margin-top: 16px; font-size: 14px; }
td, th { padding: 10px 6px; border-bottom: 1px solid #262a33; text-align: left; }
a.small-link { color: #2d7ff9; text-decoration: none; font-size: 13px; }
#qr { background: #fff; padding: 12px; border-radius: 12px; display: inline-block; margin: 16px 0; }
.copy-box { display: flex; gap: 8px; }
.copy-box input { flex: 1; }
.copy-box button { padding: 0 16px; border-radius: 10px; border: none; background: #2d7ff9; color: #fff; font-weight: 600; }
