.passkey-login-box {
    margin-top: 12px;
}

.passkey-login-btn {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1.3;
    box-sizing: border-box;
}

.passkey-login-help {
    margin: 6px 0 0;
    font-size: 12px;
    color: #666;
}

.passkey-link-btn {
    display: inline-block;
    margin-top: 6px;
    padding: 6px 14px;
    border: 1px solid #d0d4d9;
    border-radius: 4px;
    background: #f7f7f7;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    line-height: 1.4;
    cursor: pointer;
}

.passkey-link-btn:hover {
    background: #eef1f4;
    text-decoration: none;
}

.passkey-account {
    max-width: 720px;
    margin: 0 auto;
}

.passkey-account h2 {
    margin: 24px 0 12px;
}

.passkey-register {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.passkey-register input[type="text"] {
    min-width: 200px;
    flex: 1 1 auto;
}

.passkey-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
}

.passkey-table th,
.passkey-table td {
    border-bottom: 1px solid #e5e5e5;
    padding: 8px;
    text-align: left;
    font-size: 13px;
}

.passkey-table th {
    background: #f8f8f8;
}

.passkey-actions form {
    margin: 0;
}

.passkey-confirm-btn {
    margin-left: 8px;
}

.passkey-confirm-btn:first-child {
    margin-left: 0;
}

.passkey-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.45);
    z-index: 10000;
}

.passkey-modal {
    width: 100%;
    max-width: 900px;
    max-height: 90vh;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.passkey-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #e5e5e5;
}

.passkey-modal-title {
    font-size: 15px;
    font-weight: 600;
}

.passkey-modal-close {
    border: 1px solid #d0d4d9;
    border-radius: 4px;
    background: #f7f7f7;
    padding: 4px 10px;
    font-size: 12px;
    color: #333;
    cursor: pointer;
}

.passkey-modal-close:hover {
    background: #eef1f4;
}

.passkey-modal-body {
    padding: 16px;
    max-height: calc(90vh - 56px);
    overflow: auto;
}

.passkey-modal-loading {
    font-size: 13px;
    color: #666;
}
