/* Login / register / me — account shell (replaces inline <style> blocks). */

.adr-auth-wrap {
	max-width: 520px;
	margin: 0 auto;
	padding: 24px 14px 90px;
	min-height: 100vh;
	background: #f6f8fb;
}

.adr-auth-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 16px;
}

.adr-auth-title {
	font-size: 22px;
	font-weight: 700;
	color: #111827;
	margin: 0 0 4px;
}

.adr-auth-sub {
	font-size: 13px;
	color: #6b7280;
	margin: 0 0 14px;
}

.adr-auth-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 12px;
}

.adr-auth-label {
	font-size: 12px;
	font-weight: 600;
	color: #374151;
}

.adr-auth-input {
	height: 40px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	padding: 0 12px;
	font-size: 14px;
}

.adr-auth-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 12px;
}

.adr-auth-check {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	color: #4b5563;
}

.adr-auth-btn {
	width: 100%;
	height: 40px;
	border: 0;
	border-radius: 999px;
	background: #2563eb;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.adr-auth-error {
	border: 1px solid #fecaca;
	background: #fff1f2;
	color: #b91c1c;
	border-radius: 10px;
	padding: 9px 10px;
	font-size: 12px;
	margin-bottom: 12px;
}

.adr-auth-ok {
	border: 1px solid #bbf7d0;
	background: #f0fdf4;
	color: #166534;
	border-radius: 10px;
	padding: 9px 10px;
	font-size: 12px;
	margin-bottom: 12px;
}

.adr-auth-foot {
	margin-top: 12px;
	font-size: 12px;
	color: #6b7280;
}

.adr-auth-foot a {
	color: #2563eb;
	text-decoration: none;
}

.adr-me-wrap {
	max-width: 980px;
	margin: 0 auto;
	padding: 16px 14px 90px;
	background: #f6f8fb;
	min-height: 100vh;
}

.adr-me-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 14px;
	margin-bottom: 12px;
}

.adr-me-head {
	display: flex;
	align-items: center;
	gap: 12px;
}

.adr-me-avatar {
	width: 46px;
	height: 46px;
	border-radius: 999px;
	background: #2563eb;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}

.adr-me-name {
	font-size: 16px;
	font-weight: 700;
	color: #111827;
}

.adr-me-sub {
	font-size: 12px;
	color: #6b7280;
}

.adr-me-auth {
	display: flex;
	gap: 8px;
	margin-top: 10px;
}

.adr-me-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	padding: 0 14px;
	border-radius: 999px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
}

.adr-me-btn-primary {
	background: #2563eb;
	color: #fff;
}

.adr-me-btn-ghost {
	border: 1px solid #d1d5db;
	color: #111827;
	background: #fff;
}

.adr-me-btn-danger {
	border: 1px solid #fecaca;
	color: #b91c1c;
	background: #fff;
}

.adr-me-sec-title {
	font-size: 15px;
	font-weight: 700;
	color: #111827;
	margin-bottom: 10px;
}

.adr-me-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.adr-me-item {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #111827;
	border: 1px solid #eef2f7;
	border-radius: 10px;
	padding: 8px 10px;
	background: #fff;
}

.adr-me-item img {
	width: 38px;
	height: 38px;
	object-fit: cover;
	border-radius: 9px;
	background: #f3f4f6;
}

.adr-me-item-name {
	font-size: 13px;
	font-weight: 600;
}

.adr-me-item-sub {
	font-size: 12px;
	color: #6b7280;
}

.adr-me-empty {
	font-size: 12px;
	color: #6b7280;
}

.adr-me-cmt {
	border: 1px solid #eef2f7;
	border-radius: 10px;
	padding: 10px;
	background: #fff;
}

.adr-me-cmt-head {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 6px;
}

.adr-me-cmt-app {
	font-size: 13px;
	font-weight: 600;
	color: #111827;
}

.adr-me-cmt-date {
	font-size: 12px;
	color: #6b7280;
}

.adr-me-stars {
	font-size: 12px;
	color: #f59e0b;
}

.adr-me-cmt-text {
	font-size: 12px;
	color: #374151;
	line-height: 1.5;
}

.adr-me-trust-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
}

.adr-me-trust-links a {
	font-size: 13px;
	color: #2563eb;
	text-decoration: none;
}

.adr-me-trust-links a:hover {
	text-decoration: underline;
}

.adr-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}
