.find-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 100px;
	height: auto;
	background: #f2f2f7;
	border-radius: 16px;
	padding: 12px;
	user-select: none;
	margin-bottom: 10px;
}

.find-container.launcher-admin-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(62px, 78px));
	grid-auto-rows: auto;
	gap: 14px 8px;
	justify-content: center;
	align-items: start;
	padding: 14px 12px 30px;
}

.password-container {
	display: block;
	margin: 0 auto;
	width: fit-content;
	height: auto;
	background: #f2f2f7;
	border-radius: 16px;
	padding: 12px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	margin-bottom: 10px;
}

.launcher-blocked {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100px;
	padding: 14px 16px;
	margin-bottom: 10px;
	border-radius: 16px;
	background: #b3261e;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	gap: 6px;
}

.launcher-blocked strong {
	font-size: 15px;
}

.launcher-blocked div {
	font-size: 13px;
	line-height: 1.45;
	word-break: keep-all;
}

html:has(.find-auth-page),
body:has(.find-auth-page),
html:has(.car-auth-page),
body:has(.car-auth-page) {
	margin: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}

.find-auth-page,
.car-auth-page {
	width: 100%;
	height: 100dvh;
	min-height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
}

.car-auth-page {
	background: #fff;
}

#findMyShortcut.password-container,
#findMyShortcut.password-container * {
	font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Segoe UI", sans-serif !important;
	letter-spacing: 0 !important;
}

#findMyShortcut input[type="password"],
#findMyShortcut .launcher-pin-input {
	padding: 8px 12px;
	font-size: 16px;
	border-radius: 16px;
	border: 1px solid #ccc;
	width: 200px;
	text-align: center;
	font-weight: 500;
	background-color: #fff;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	appearance: none;
	outline: none;
	-webkit-appearance: none;
	margin: 3px 0;
}

#findMyShortcut input[type="password"]:focus,
#findMyShortcut .launcher-pin-input:focus,
#findMyShortcut .launcher-pin-input.active {
	border-color: #007aff;
	box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.14);
}

#findMyShortcut button {
	padding: 10px 12px;
	font-size: 15px;
	border-radius: 16px;
	background-color: #007aff;
	color: white;
	border: none;
	margin-left: 8px;
	font-weight: 500;
	transition: background 0.2s ease;
}

#findMyShortcut button:active {
	background-color: #0051c7;
}

.iconContainer {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	width: 90px;
	margin: 0 12px;
	border-radius: 16px;
	transition: background 0.2s ease;
}

.iconContainer img {
	width: 60px;
	height: 60px;
	border-radius: 16px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	background: #fff;
	transition: opacity 0.2s ease;
}

.iconContainer:active img {
	opacity: 0.5;
}

.iconLabel {
	margin-top: 8px;
	font-size: 13px;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	text-align: center;

	display: -webkit-box;
	-webkit-line-clamp: 1;   /* 1줄만 표시하고 자름 (2줄 자르려면 2로 변경) */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#failMsg {
	font-size: 13px;
	color: red;
	min-height: 18px;
	margin-top: 8px;
	text-align: center;
}

.launcher-admin-grid .iconContainer {
	width: 78px;
	margin: 0;
}

.launcher-admin-grid .iconContainer img {
	width: 54px;
	height: 54px;
}

.launcher-manage {
	position: absolute;
	right: 8px;
	bottom: 6px;
	padding: 4px 7px !important;
	margin: 0 !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.68) !important;
	color: #8e8e93 !important;
	font-size: 11px !important;
	line-height: 1 !important;
	box-shadow: none !important;
}

.launcher-form-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.launcher-form-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 280px;
	margin-bottom: 6px;
	padding: 8px 0;
	font-size: 16px;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.launcher-back {
	position: absolute;
	left: 0;
	top: 1px;
	font-size: 16px;
	color: #007aff;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}

.launcher-back .backArrow {
	position: relative;
	top: 1px;
	margin-right: 1px;
	font-size: 26px;
}

.launcher-input-row {
	display: flex;
	align-items: center;
}

.launcher-pin-status {
	min-height: 18px;
	margin: -2px 0 2px;
	color: #007aff;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}

.launcher-pin-keypad {
	display: grid;
	grid-template-columns: repeat(3, 56px);
	gap: 7px;
	justify-content: center;
	margin-top: 4px;
	touch-action: manipulation;
	-webkit-user-select: none;
	user-select: none;
}

#findMyShortcut .launcher-pin-key {
	width: 56px;
	height: 42px;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 14px;
	background: #fff;
	color: #111;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	font-size: 19px;
	font-weight: 600;
	line-height: 1;
}

#findMyShortcut .launcher-pin-key:active {
	background: #d9eaff;
	color: #007aff;
}

#findMyShortcut .launcher-pin-action {
	color: #8e8e93;
	font-size: 16px;
}

#findMyShortcut .launcher-text-button {
	margin: 2px 0 0 0;
	padding: 4px 8px;
	background: transparent;
	color: #007aff;
	font-size: 13px;
	box-shadow: none;
}
