@charset "utf-8";

/* 존2 러닝 가이드 모바일 스킨 - 체크리스트·러닝계산기 디자인 참고, 터치 최적화 */
.ctt_zone2.zone2-mobile .sound_only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.zone2-mobile .zone2-wrap {
	max-width: 100%;
	margin: 0 auto;
	padding: 1rem 0.75rem 1.5rem;
	background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
	border-radius: 5px;
	box-sizing: border-box;
}

.zone2-mobile .zone2-page-title {
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin: 0 0 1.25rem 0;
	padding-left: 0.6rem;
	border-left: 4px solid #3180ff;
	color: #334155;
}

.zone2-mobile .zone2-card {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	border: 1px solid #e2e8f0;
	margin-bottom: 1.25rem;
	overflow: hidden;
}

.zone2-mobile .zone2-input-card {
	padding: 1.25rem;
}

.zone2-mobile .zone2-inputs {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.zone2-mobile .zone2-row label {
	display: block;
	font-size: 0.95rem;
	font-weight: 600;
	color: #334155;
	margin-bottom: 0.35rem;
}

.zone2-mobile .zone2-row .input-with-unit {
	display: flex;
	align-items: center;
	border: 1px solid #e2e8f0;
	border-radius: 5px;
	background: #fff;
	padding-left: 0.75rem;
	padding-right: 0.5rem;
	gap: 0.25rem;
	box-sizing: border-box;
	min-width: 0;
}

.zone2-mobile .zone2-row .input-with-unit input {
	flex: 1 1 auto;
	min-width: 0;
	width: 0;
	border: none;
	background: transparent;
	padding: 0.5rem 0;
	box-shadow: none;
	text-align: center;
	font-size: 1rem;
	color: #334155;
	-webkit-tap-highlight-color: transparent;
}

.zone2-mobile .zone2-row .input-with-unit input:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

.zone2-mobile .zone2-row .input-with-unit:focus-within {
	border-color: #3180ff;
	box-shadow: 0 0 0 2px rgba(49, 128, 255, 0.2);
}

.zone2-mobile .zone2-row .input-with-unit .unit {
	flex-shrink: 0;
	font-size: 0.95rem;
	color: #64748b;
	font-weight: 500;
}

.zone2-mobile .zone2-guide-card {
	padding: 1.25rem;
}

.zone2-mobile .zone2-bpm-wrap {
	margin-bottom: 0.75rem;
}

.zone2-mobile .zone2-bpm-label {
	display: block;
	font-size: 1rem;
	color: #475569;
	margin-bottom: 0.25rem;
}

.zone2-mobile .zone2-bpm-value {
	font-size: 1.5rem;
	font-weight: 800;
	color: #3180ff;
	letter-spacing: -0.02em;
}

.zone2-mobile .zone2-bpm-inline {
	color: #3180ff;
	font-weight: 700;
}

.zone2-mobile .zone2-feel,
.zone2-mobile .zone2-keep {
	font-size: 0.95rem;
	color: #475569;
	margin: 0 0 0.5rem 0;
	line-height: 1.5;
}

.zone2-mobile .zone2-keep { margin-bottom: 0; }

.zone2-mobile .zone2-faq {
	margin-top: 1rem;
	padding-top: 0.75rem;
	border-top: 1px solid #e2e8f0;
}

.zone2-mobile .zone2-faq-q {
	font-size: 0.95rem;
	font-weight: 600;
	color: #334155;
	margin: 0 0 0.35rem 0;
}

.zone2-mobile .zone2-faq-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
	color: #64748b;
	line-height: 1.6;
}

.zone2-mobile .zone2-faq-list li {
	position: relative;
	padding-left: 1rem;
	margin-bottom: 0.35rem;
}

.zone2-mobile .zone2-faq-list li:last-child { margin-bottom: 0; }

.zone2-mobile .zone2-faq-list li::before {
	content: "·";
	position: absolute;
	left: 0;
	font-weight: 700;
	color: #3180ff;
}

.zone2-mobile .zone2-benefits,
.zone2-mobile .zone2-shoes,
.zone2-mobile .zone2-routine {
	margin-top: 0.75rem;
	padding-top: 0.75rem;
	border-top: 1px solid #e2e8f0;
}

.zone2-mobile .zone2-shoes,
.zone2-mobile .zone2-routine { margin-top: 1rem; padding-top: 1rem; }

.zone2-mobile .zone2-benefits-title,
.zone2-mobile .zone2-shoes-title,
.zone2-mobile .zone2-routine-title {
	font-size: 0.9rem;
	font-weight: 600;
	color: #475569;
	margin: 0 0 0.5rem 0;
}

.zone2-mobile .zone2-benefits-list,
.zone2-mobile .zone2-shoes-list,
.zone2-mobile .zone2-routine-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
	color: #64748b;
	line-height: 1.6;
}

.zone2-mobile .zone2-benefits-list li,
.zone2-mobile .zone2-shoes-list li,
.zone2-mobile .zone2-routine-list li {
	position: relative;
	padding-left: 1rem;
	margin-bottom: 0.35rem;
}

.zone2-mobile .zone2-benefits-list li::before,
.zone2-mobile .zone2-shoes-list li::before,
.zone2-mobile .zone2-routine-list li::before {
	content: "·";
	position: absolute;
	left: 0;
	font-weight: 700;
	color: #3180ff;
}

.zone2-mobile .zone2-checklist-card {
	padding: 1.25rem;
}

.zone2-mobile .zone2-checklist-title {
	font-size: 1.05rem;
	font-weight: 700;
	color: #334155;
	margin: 0 0 1rem 0;
	padding-left: 0.6rem;
	border-left: 4px solid #3180ff;
}

.zone2-mobile .zone2-checklist-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.zone2-mobile .zone2-checklist-item {
	margin: 0;
	border-top: 1px solid #e2e8f0;
	transition: background .2s ease;
}

.zone2-mobile .zone2-checklist-item:first-child { border-top: none; }

.zone2-mobile .zone2-checklist-item:has(.zone2-cb:checked) {
	background: #f0f7ff;
}

.zone2-mobile .zone2-checklist-item:has(.zone2-cb:checked) + .zone2-checklist-item {
	border-top: none;
}

.zone2-mobile .zone2-checklist-item label {
	display: flex;
	align-items: center;
	padding: 0.75rem 0;
	min-height: 2.75rem;
	cursor: pointer;
	user-select: none;
	line-height: 1.4;
	-webkit-tap-highlight-color: transparent;
}

.zone2-mobile .zone2-checklist-item label:active {
	background: #f8fafc;
}

.zone2-mobile .zone2-cb {
	width: 1.4rem;
	height: 1.4rem;
	margin: 0 0.9rem 0 0;
	accent-color: #3180ff;
	flex-shrink: 0;
}

.zone2-mobile .zone2-label {
	font-size: 1rem;
	color: #334155;
}

.zone2-mobile .zone2-cb:checked + .zone2-label {
	color: #64748b;
	text-decoration: line-through;
}

.zone2-mobile .zone2-checklist-hint {
	font-size: 0.9rem;
	color: #94a3b8;
	margin: 1rem 0 0 0;
}

.zone2-mobile .zone2-result {
	background: #f0f7ff;
	border: 1px solid #3180ff;
	border-radius: 5px;
	padding: 1.25rem;
	margin-top: 1rem;
}

.zone2-mobile .zone2-result-msg {
	font-size: 1.1rem;
	font-weight: 700;
	color: #3180ff;
	margin: 0 0 1rem 0;
	text-align: center;
}

.zone2-mobile .zone2-result-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
}

.zone2-mobile .zone2-btn {
	min-width: 9rem;
	padding: 0.75rem 1.25rem;
	font-size: 0.95rem;
	font-weight: 500;
	border-radius: 5px;
	cursor: pointer;
	transition: background .2s, color .2s, border-color .2s;
	-webkit-tap-highlight-color: transparent;
}

.zone2-mobile .zone2-btn-reset {
	border: 1px solid #e2e8f0;
	background: #f1f5f9;
	color: #475569;
}

.zone2-mobile .zone2-btn-reset:active {
	background: #e2e8f0;
	color: #334155;
}

.zone2-mobile .zone2-btn-share {
	border: 1px solid #3180ff;
	background: #3180ff;
	color: #fff;
	box-shadow: 0 4px 14px rgba(49, 128, 255, 0.35);
}

.zone2-mobile .zone2-btn-share:active {
	background: #2670e8;
}
