.sel-auth-app {
	max-width: 340px;
	margin: 20px 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
	background: #fafafa;
}

.sel-tabs {
	display: flex;
	margin-bottom: 16px;
	border-bottom: 1px solid #ddd;
}

.sel-tab {
	flex: 1;
	padding: 10px;
	border: none;
	background: none;
	cursor: pointer;
	font-size: 14px;
	color: #888;
	border-bottom: 2px solid transparent;
}

.sel-tab-active {
	color: #3498db;
	border-bottom-color: #3498db;
	font-weight: 600;
}

.sel-form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.sel-form label {
	display: flex;
	flex-direction: column;
	font-size: 13px;
	color: #444;
	gap: 4px;
}

.sel-form input {
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}

.sel-btn {
	border: none;
	border-radius: 4px;
	padding: 10px;
	font-size: 14px;
	cursor: pointer;
}

.sel-btn-primary {
	background: #3498db;
	color: #fff;
}

.sel-msg {
	font-size: 13px;
	color: #c0392b;
	min-height: 16px;
}

.sel-logged-in {
	padding: 10px 14px;
	background: #eafaf1;
	border: 1px solid #b7e4c7;
	border-radius: 4px;
	font-size: 14px;
	color: #1b4332;
}

.sel-logged-in a {
	color: #1b4332;
	text-decoration: underline;
}

.sel-profile-card {
	max-width: 340px;
	margin: 20px 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 16px;
	background: #fafafa;
}

.sel-profile-bar {
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 340px;
	margin: 20px 0;
	padding: 10px 14px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #fafafa;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.sel-profile-avatar-small img {
	border-radius: 50%;
	display: block;
}

.sel-profile-bar .sel-profile-name {
	font-weight: 600;
	font-size: 14px;
	flex: 1;
}

.sel-profile-bar .sel-btn-small {
	padding: 6px 12px;
	background: #3498db;
	color: #fff;
}

.sel-profile-bar .sel-logout-link {
	font-size: 12px;
	color: #888;
}

.sel-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999999;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.sel-modal-box {
	background: #fff;
	border-radius: 12px;
	padding: 24px;
	max-width: 320px;
	width: 100%;
	position: relative;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.sel-modal-close {
	position: absolute;
	top: 10px;
	right: 14px;
	border: none;
	background: none;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	color: #888;
}

.sel-profile-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.sel-profile-avatar img {
	border-radius: 50%;
	display: block;
}

.sel-profile-name {
	font-size: 15px;
	font-weight: 600;
	color: #222;
}

.sel-logout-link {
	font-size: 12px;
	color: #888;
	text-decoration: underline;
}

.sel-profile-card .sel-form {
	flex-direction: row;
	align-items: flex-end;
	gap: 8px;
}

.sel-profile-card .sel-form label {
	flex: 1;
}

.sel-btn-small {
	padding: 8px 14px;
}

.sel-avatar-hint {
	margin: 10px 0 0;
	font-size: 12px;
	color: #999;
}

.sel-avatar-hint a {
	color: #3498db;
}
