.bps-panel {
	margin: 32px 0;
	border: 1px solid #e8e8ee;
	border-radius: 14px;
	padding: 24px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.04);
}

.bps-info-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 16px;
}

.bps-info-table th,
.bps-info-table td {
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 12px;
	text-align: left;
	font-size: 14px;
}

.bps-info-table th {
	width: 35%;
	background: #f2f2f2;
	color: #555;
}

.bps-btns {
	display: flex;
	gap: 10px;
	margin: 4px 0;
}

.bps-btn {
	appearance: none;
	display: inline-block;
	border: 1px solid #4f46e5;
	background: #4f46e5;
	color: #fff;
	padding: 11px 20px;
	border-radius: 9px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	transition: transform 0.08s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.bps-btn-primary {
	background: #4f46e5;
	border-color: #4f46e5;
	color: #fff;
	box-shadow: 0 4px 12px rgba(79, 70, 229, 0.25);
}

.bps-btn-outline {
	background: #fff;
	border-color: #d8dae3;
	color: #333;
	box-shadow: none;
}

.bps-btn:hover {
	opacity: 0.92;
	transform: translateY(-1px);
}

/* 팝업 */
.bps-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	align-items: center;
	justify-content: center;
}

.bps-overlay.is-open {
	display: flex;
}

.bps-modal {
	background: #fff;
	width: 92%;
	max-width: 480px;
	max-height: 88vh;
	overflow-y: auto;
	border-radius: 10px;
	padding: 24px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.bps-modal-small {
	max-width: 360px;
	text-align: center;
}

.bps-modal h3 {
	margin: 0 0 16px;
	font-size: 18px;
}

.bps-field-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 10px 0;
	flex-wrap: wrap;
}

.bps-field-row label {
	width: 70px;
	font-size: 13px;
	color: #555;
}

.bps-field-row input[type="text"] {
	flex: 1;
	min-width: 100px;
	padding: 8px 10px;
	border: 1px solid #d8dae3;
	border-radius: 8px;
	font-size: 14px;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.bps-field-row input[type="text"]:focus {
	outline: none;
	border-color: #4f46e5;
	box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
}


.bps-unit {
	font-size: 13px;
	color: #777;
}

.bps-comment {
	font-size: 12px;
	color: #d13438;
	margin: 4px 0 12px;
}

.bps-modal-btns {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	margin-top: 18px;
}

.bps-alert-msg {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 4px;
}

/* 로그인 / 회원가입 */
.bps-auth {
	margin: 32px 0;
	border: 1px solid #e8e8ee;
	border-radius: 14px;
	padding: 28px;
	background: #fff;
	max-width: 420px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.04);
}

.bps-auth-intro {
	text-align: center;
}

.bps-auth-intro .bps-btns {
	justify-content: center;
	margin-top: 16px;
}

.bps-gate-msg {
	font-size: 15px;
	color: #333;
	line-height: 1.6;
}

.bps-auth-form h3 {
	margin: 0 0 18px;
	font-size: 18px;
}

.bps-field {
	display: block;
	margin-bottom: 12px;
}

.bps-field span {
	display: block;
	font-size: 13px;
	color: #555;
	margin-bottom: 4px;
}

.bps-field input {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d8dae3;
	border-radius: 8px;
	font-size: 14px;
	box-sizing: border-box;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.bps-field input:focus {
	outline: none;
	border-color: #4f46e5;
	box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
}

.bps-checkbox-row {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: #333;
	margin: 14px 0 4px;
}

.bps-checkbox-row input {
	width: 16px;
	height: 16px;
}

.bps-auth-error {
	color: #d13438;
	font-size: 13px;
	min-height: 18px;
	margin: 6px 0 0;
}

.bps-admin-link {
	position: fixed;
	right: 12px;
	bottom: 12px;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	opacity: 0.7;
	z-index: 9998;
	background: rgba(255, 255, 255, 0.92);
	padding: 5px 10px;
	border-radius: 999px;
	border: 1px solid #e5e5e5;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.bps-admin-link:hover {
	opacity: 1;
	color: #666;
}
