/* 로그인 · 회원가입 · 마이페이지 (밝은 톤, 주색은 --acm-accent) */
.acm-box {
	max-width: 440px;
	margin: 56px auto 80px;
	padding: 40px 36px;
	background: #fff;
	border: 1px solid #e1e5ea;
	border-radius: 16px;
	box-shadow: 0 1px 2px rgba(27, 31, 41, .04), 0 4px 14px rgba(27, 31, 41, .05);
	color: #1b1f29;
	word-break: keep-all;
}
.acm-box--wide { max-width: 560px; }
.acm-title { margin: 0 0 8px; font-size: 28px; font-weight: 800; letter-spacing: -.02em; color: #1b1f29; text-align: center; }
.acm-lead { margin: 0 0 24px; text-align: center; color: #4b5162; font-size: 15px; }
.acm-form { margin: 16px 0 0; }
.acm-field { margin: 0 0 16px; }
.acm-field label { display: block; margin-bottom: 6px; font-size: 14px; font-weight: 600; color: #1b1f29; }
.acm-field input {
	width: 100%; box-sizing: border-box;
	min-height: 48px; padding: 10px 14px;
	border: 1px solid #cfd4dc; border-radius: 10px;
	background: #fff; color: #1b1f29; font-size: 16px;
}
.acm-field input:focus { outline: none; border-color: var(--acm-accent, #e96651); box-shadow: 0 0 0 3px color-mix(in srgb, var(--acm-accent, #e96651) 20%, transparent); }
.acm-field input:disabled { background: #f5f6f8; color: #5f6679; }
.acm-field small { display: block; margin-top: 6px; font-size: 13px; color: #5f6679; }
.acm-check { margin: 0 0 10px; font-size: 14px; color: #1b1f29; }
.acm-check label { display: inline-flex; align-items: flex-start; gap: 8px; cursor: pointer; }
.acm-check input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--acm-accent, #e96651); }
.acm-check a { font-size: 13px; color: #5f6679; text-decoration: underline; }
.acm-btn {
	display: inline-flex; align-items: center; justify-content: center;
	width: 100%; min-height: 52px; margin-top: 8px; padding: 0 20px;
	border: 1px solid var(--acm-accent, #e96651); border-radius: 999px;
	background: var(--acm-accent, #e96651); color: #fff; font-size: 16px; font-weight: 700; cursor: pointer;
}
.acm-btn:hover { filter: brightness(.92); }
.acm-btn:focus-visible { outline: 3px solid var(--acm-accent, #e96651); outline-offset: 2px; }
.acm-btn--line { background: #fff; color: #1b1f29; border-color: #cfd4dc; }
.acm-btn--line:hover { border-color: #1b1f29; filter: none; }
.acm-btn--danger { background: #fff; color: #b32d2e; border-color: #e0b4b4; }
.acm-links { margin: 20px 0 0; text-align: center; font-size: 14px; color: #5f6679; }
.acm-links a { color: #1b1f29; font-weight: 600; text-decoration: none; margin: 0 6px; }
.acm-links a:hover { text-decoration: underline; }
.acm-notice { margin: 0 0 12px; padding: 12px 14px; border-radius: 10px; font-size: 14px; line-height: 1.6; }
.acm-notice--error { background: #fdecec; color: #8a1f1f; border: 1px solid #f3c6c6; }
.acm-notice--ok { background: #edf7ee; color: #1f5f2a; border: 1px solid #c6e3ca; }
.acm-agree { margin: 24px 0 8px; padding: 18px 18px 8px; border: 1px solid #e1e5ea; border-radius: 12px; background: #fafbfc; }
.acm-agree legend { padding: 0 6px; font-size: 14px; font-weight: 700; }
.acm-privacy { width: 100%; margin: 6px 0 10px; border-collapse: collapse; font-size: 13px; }
.acm-privacy th, .acm-privacy td { padding: 7px 8px; border: 1px solid #e1e5ea; text-align: left; vertical-align: top; background: #fff; }
.acm-privacy th { width: 84px; color: #5f6679; font-weight: 600; white-space: nowrap; }
.acm-small { margin: 0 0 10px; font-size: 12.5px; line-height: 1.6; color: #5f6679; }
.acm-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.acm-section { margin-top: 28px; padding-top: 24px; border-top: 1px solid #e6e9ee; }
.acm-section h2 { margin: 0 0 12px; font-size: 18px; font-weight: 700; color: #1b1f29; }
.acm-withdraw summary { cursor: pointer; font-size: 14px; color: #5f6679; }
@media (max-width: 600px) {
	.acm-box { margin: 24px 16px 56px; padding: 28px 20px; }
	.acm-title { font-size: 24px; }
}
