/* chaegeon-custom start: 수정된 날짜: 2026-09-02 / 패스키 화면 스타일 */
.chaegeon-passkey-panel {
	max-width: 720px;
	margin: 0 auto 18px;
	padding: 18px;
	border: 1px solid #dfe7f1;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.chaegeon-passkey-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.chaegeon-passkey-title {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: #111827;
}

.chaegeon-passkey-status {
	font-size: 12px;
	color: #64748b;
	white-space: nowrap;
}

.chaegeon-passkey-desc {
	margin: 0 0 14px;
	color: #475569;
	line-height: 1.6;
}

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

.chaegeon-passkey-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 14px;
	border: 1px solid #007aff;
	border-radius: 999px;
	background: #007aff;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.chaegeon-passkey-button:hover,
.chaegeon-passkey-button:focus {
	background: #005fcb;
	border-color: #005fcb;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 8px 18px rgba(0, 122, 255, .22);
	transform: translateY(-1px);
}

.chaegeon-passkey-button.secondary {
	background: #fff;
	color: #007aff;
}

.chaegeon-passkey-button.secondary:hover,
.chaegeon-passkey-button.secondary:focus {
	background: #eef6ff;
	color: #005fcb;
}

.chaegeon-passkey-button.danger {
	border-color: #ef4444;
	background: #fff;
	color: #b91c1c;
}

.chaegeon-passkey-button.danger:hover,
.chaegeon-passkey-button.danger:focus {
	background: #fef2f2;
	border-color: #dc2626;
	color: #991b1b;
	box-shadow: 0 8px 18px rgba(239, 68, 68, .14);
}

.chaegeon-passkey-button.is-busy {
	opacity: .7;
	cursor: wait;
}

.chaegeon-passkey-message {
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 1.5;
	color: #64748b;
}

.chaegeon-passkey-message.success {
	color: #15803d;
}

.chaegeon-passkey-message.error {
	color: #dc2626;
}

.chaegeon-passkey-list {
	display: grid;
	gap: 10px;
	margin: 14px 0 0;
}

.chaegeon-passkey-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px;
	border: 1px solid #e5ebf3;
	border-radius: 8px;
	background: #f8fafc;
}

.chaegeon-passkey-item strong {
	display: block;
	margin-bottom: 4px;
}

.chaegeon-passkey-meta {
	color: #64748b;
	font-size: 12px;
	line-height: 1.5;
}

.passkey-login-area {
	margin-top: 8px;
	text-align: center;
}

.passkey-login-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 34px;
	border: 1px solid #d8e3f1;
	border-radius: 999px;
	background: #fff;
	color: #007aff;
	font-weight: 700;
	cursor: pointer;
	transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.passkey-login-button:hover,
.passkey-login-button:focus {
	background: #eef6ff;
	border-color: #007aff;
	box-shadow: 0 8px 18px rgba(0, 122, 255, .18);
	transform: translateY(-1px);
}

.passkey-login-button.is-busy {
	opacity: .7;
	cursor: wait;
}

.account .passkey-login-area {
	margin: 0;
	padding: 0 10px 6px;
}

.account .passkey-login-button {
	min-height: 30px;
	border-color: #bebebe;
	border-radius: 16px;
	background: #fff;
	color: #007AFF;
	font-size: 12px;
	font-weight: 700;
	box-shadow: none;
}

.account .passkey-login-button:hover,
.account .passkey-login-button:focus {
	border-color: #007AFF;
	background: #eef6ff;
	color: #0051A8;
	box-shadow: none;
	transform: none;
}

.account .chaegeon-passkey-message {
	margin: 4px 0 0;
	font-size: 11px;
}

@media (max-width: 640px) {
	.chaegeon-passkey-head,
	.chaegeon-passkey-item {
		align-items: stretch;
		flex-direction: column;
	}

	.chaegeon-passkey-status {
		white-space: normal;
	}
}
/* chaegeon-custom end: 수정된 날짜: 2026-09-02 / 패스키 화면 스타일 */
