/* Auth-Test – projektspezifische Styles */

body {
    font-family: system-ui, -apple-system, sans-serif;
}

.card {
    border: 1px solid #dee2e6;
}

/* 2FA QR-Code */
#qrcode-container {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

#qrcode-container img,
#qrcode-container canvas {
    border: 8px solid #fff;
    box-shadow: 0 0 0 1px #dee2e6;
}

/* OTP-Eingabefeld */
.otp-input {
    letter-spacing: 0.3em;
    font-size: 1.25rem;
    text-align: center;
    font-variant-numeric: tabular-nums;
}

/* TOTP-Secret anzeigen */
.totp-secret {
    font-family: monospace;
    background: #f8f9fa;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    word-break: break-all;
    font-size: 0.9rem;
}
