/* =====================================================================
 * 用户中心 · 毛玻璃拟态UI 主题样式
 * 所有用户中心自定义样式集中于此文件
 * ===================================================================== */

/* ========== 毛玻璃布局修正 ========== */
.lyear-layout-web { position: relative; min-height: 100vh; }
.lyear-layout-container { position: relative; min-height: 100vh; }

/* 侧边栏 - 毛玻璃 */
.lyear-layout-sidebar {
	width: 240px;
	top: 70px !important;
	height: calc(100% - 70px) !important;
	background-color: rgba(255,255,255,0.22) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: none !important;
	border-right: none !important;
	overflow: hidden;
}
.lyear-layout-sidebar .sidebar-header {
	padding: 14px 18px;
	height: 70px;
	display: flex;
	align-items: center;
	background: linear-gradient(90deg, rgba(106,95,199,0.35), rgba(180,120,220,0.35)) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: none;
}
.lyear-layout-sidebar .sidebar-header a { display: block; width: 100%; }
.lyear-layout-sidebar .sidebar-header img { max-width: 100%; max-height: 48px; height: auto; }
.lyear-layout-sidebar-scroll {
	height: 100% !important;
	background-color: transparent;
	overflow-x: hidden;
}
/* 导航菜单 */
.nav-drawer { padding: 8px 0; margin: 0; list-style: none; }
.nav-drawer > li { margin: 0; padding: 0; float: none; }
.nav-drawer > li > a {
	display: flex;
	align-items: center;
	padding: 12px 20px 12px 60px;
	color: #5a4f9e;
	font-size: 15px;
	text-decoration: none;
	position: relative;
	transition: all .2s;
	line-height: 1.5;
}
.nav-drawer > li > a > i {
	position: absolute;
	left: 28px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 17px;
	width: 20px;
	max-width: 20px;
	text-align: center;
	overflow: hidden;
}
.nav-drawer > li > a:hover {
	background-color: rgba(129,119,219,0.15);
	color: #6a5fc7;
}
.nav-drawer > li.xf-active > a {
	background-color: rgba(129,119,219,0.45);
	color: #fff;
	font-weight: 600;
}

/* 顶部导航 - 毛玻璃 */
.lyear-layout-header {
	padding-left: 0 !important;
	min-height: 70px;
	background-color: rgba(255,255,255,0.22) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.lyear-layout-header .navbar {
	min-height: 70px;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}
.lyear-layout-header .topbar {
	min-height: 70px;
	display: flex !important;
	align-items: center;
	justify-content: space-between !important;
	padding: 0 24px;
	margin: 0;
	position: relative !important;
	width: 100%;
}
.lyear-layout-header .topbar-left {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1 1 auto !important;
}
.header-logo {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	padding: 0 18px 0 0;
	height: 70px;
}
.header-logo a { display: block; }
.header-logo img { max-height: 48px; height: auto; }
.lyear-layout-header .topbar-right {
	margin-left: auto !important;
	display: flex !important;
	align-items: center;
	list-style: none;
	padding: 0;
	flex-shrink: 0;
}
/* 汉堡按钮 */
.lyear-layout-header .lyear-aside-toggler {
	width: 36px !important;
	height: 36px !important;
	min-width: 36px;
	cursor: pointer;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background-color: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	transition: all .2s;
	flex-shrink: 0;
	color: #6a5fc7;
	font-size: 18px;
}
.lyear-layout-header .lyear-aside-toggler:hover {
	background-color: rgba(129,119,219,0.12) !important;
}
.lyear-layout-header .lyear-aside-toggler .lyear-toggler-bar {
	display: none !important;
}
/* 搜索框 */
.xf_search { flex: 0 0 auto; width: 300px; max-width: 300px; }
.xf_search form { position: relative; display: flex; align-items: center; }
.xf_search form input:last-child {
	border: 1px solid rgba(129,119,219,0.3) !important;
	background-color: rgba(255,255,255,0.35) !important;
	border-radius: 6px !important;
	height: 38px;
	color: #5a4f9e;
}
.xf_search form input:last-child::placeholder { color: rgba(90,79,158,0.6); }
.xf_search form input:last-child:focus {
	border-color: rgba(129,119,219,0.5) !important;
	background-color: rgba(255,255,255,0.5) !important;
	outline: none;
}
/* 侧边栏菜单项占满宽度 */
.lyear-layout-sidebar .sidebar-main { width: 100%; }
.lyear-layout-sidebar .sidebar-main .nav { width: 100%; padding: 0; margin: 0; }
.lyear-layout-sidebar .sidebar-main .nav-item { width: 100%; display: block; }
.lyear-layout-sidebar .sidebar-main .nav-item a {
	display: flex !important;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}
/* 顶部右侧 */
.topbar-right {
	list-style: none; margin: 0; padding: 0;
	display: flex; align-items: center;
}
.topbar-right > li { margin: 0; padding: 0; }
.topbar-contact { margin-right: 12px; }
.topbar-contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	border-radius: 0;
	background-color: transparent !important;
	color: #8177db;
	font-size: 22px;
	text-decoration: none;
	transition: all .2s;
	padding: 0;
}
.topbar-contact a:hover {
	background-color: transparent !important;
	color: #6a5fc7;
	transform: none;
}
.topbar-right .img-avatar {
	width: 40px; height: 40px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.6);
	cursor: pointer;
}
.dropdown-menu {
	background-color: rgba(255,255,255,0.92);
	backdrop-filter: blur(10px);
	border: none;
	border-radius: 12px;
	box-shadow: 0 8px 30px rgba(0,0,0,0.12);
	padding: 8px 0;
}
.dropdown-item { color: #5a4f9e; padding: 8px 20px; }
.dropdown-item:hover { background-color: rgba(129,119,219,0.1); color: #8177db; }
.dropdown-divider { border-top-color: rgba(129,119,219,0.15); }

/* 内容区 */
.lyear-layout-content {
	padding-top: 70px;
	padding-left: 240px;
	min-height: 100vh;
	width: 100%;
}
.lyear-layout-content .container-fluid { padding: 20px 24px; }

/* 折叠状态（桌面端） */
body.lyear-layout-sidebar-close .lyear-layout-sidebar { transform: translateX(-100%); }
body.lyear-layout-sidebar-close .lyear-layout-header { padding-left: 0; }
body.lyear-layout-sidebar-close .lyear-layout-content { padding-left: 0; }
body.lyear-layout-sidebar-close .header-logo { display: none; }
@media (max-width: 991px) {
	.lyear-layout-sidebar.lyear-aside-open ~ .lyear-layout-header .header-logo {
		display: none !important;
	}
}

/* 移动端 */
@media (max-width: 991px) {
	.lyear-layout-sidebar { transform: translateX(-100%); z-index: 1050; }
	.lyear-layout-sidebar.lyear-aside-open { transform: translateX(0); }
	.lyear-layout-header { padding-left: 0; }
	.lyear-layout-content { padding-left: 0; }
}

/* ========== 内容页组件毛玻璃适配 ========== */
.card {
	background-color: rgba(255,255,255,0.28);
	backdrop-filter: blur(6px);
	border: none;
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.06);
	margin-bottom: 20px;
}
.card-body { padding: 20px; }
.card-header {
	background-color: rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(129,119,219,0.12);
	padding: 14px 20px;
	border-radius: 16px 16px 0 0 !important;
	color: #5a4f9e;
	font-weight: 600;
}
.card-footer {
	background-color: rgba(255,255,255,0.15);
	border-top: 1px solid rgba(129,119,219,0.12);
	border-radius: 0 0 16px 16px !important;
}
/* 表格 */
.table { color: #5a4f9e; margin-bottom: 0; }
.table thead th {
	border-bottom: 2px solid rgba(129,119,219,0.2);
	color: #6a5fc7;
	font-weight: 600;
}
.table td, .table th { border-top: none; vertical-align: middle !important; }
.table-hover tbody tr:hover { background-color: rgba(129,119,219,0.06); }
/* 表单 */
.form-control {
	background-color: rgba(255,255,255,0.35);
	border: 1px solid rgba(129,119,219,0.3);
	color: #5a4f9e;
	border-radius: 8px;
}
.form-control:focus {
	border-color: rgba(129,119,219,0.5);
	background-color: rgba(255,255,255,0.5);
	box-shadow: 0 0 0 3px rgba(129,119,219,0.15);
	color: #5a4f9e;
}
.form-control::placeholder { color: rgba(90,79,158,0.5); }
.col-form-label { color: #5a4f9e; font-weight: 500; }
/* 按钮 */
.btn { border-radius: 8px; font-weight: 500; transition: all .2s; }
.btn-primary { background-color: #8177db; border-color: #8177db; }
.btn-primary:hover { background-color: #6a5fc7; border-color: #6a5fc7; }
.btn-info { background-color: #6c8fe8; border-color: #6c8fe8; }
.btn-info:hover { background-color: #5678d4; border-color: #5678d4; }
.btn-success { background-color: #56c994; border-color: #56c994; }
.btn-warning { background-color: #f0ad4e; border-color: #f0ad4e; }
.btn-danger { background-color: #f06e6e; border-color: #f06e6e; }
.btn-secondary { background-color: #9ca3af; border-color: #9ca3af; }
.btn-outline-secondary { color: #8177db; border-color: rgba(129,119,219,0.4); }
.btn-outline-secondary:hover { background-color: rgba(129,119,219,0.1); border-color: #8177db; color: #6a5fc7; }
.btn-round { border-radius: 20px; }
/* 渐变按钮 */
.btn-gradient-primary { background: linear-gradient(135deg,#a27bf7,#8177db); border: none; color: #fff; }
.btn-gradient-primary:hover { background: linear-gradient(135deg,#8177db,#6a5fc7); color: #fff; }
.btn-gradient-secondary { background: linear-gradient(135deg,#9ca3af,#6b7280); border: none; color: #fff; }
.btn-gradient-success { background: linear-gradient(135deg,#56d093,#36b37e); border: none; color: #fff; }
.btn-gradient-info { background: linear-gradient(135deg,#6ec5ff,#4497fd); border: none; color: #fff; }
.btn-gradient-warning { background: linear-gradient(135deg,#ffc36d,#ff9000); border: none; color: #fff; }
.btn-gradient-danger { background: linear-gradient(135deg,#ff8a80,#ff5252); border: none; color: #fff; }
/* 页面标题 */
.page-title-box { padding: 0 0 16px 0; }
.page-title { color: #5a4f9e; font-weight: 600; font-size: 1.4rem; margin: 0; }
.breadcrumb { background: transparent; padding: 0; margin: 0; }
.breadcrumb-item.active { color: #8177db; }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(129,119,219,0.4); }
/* 统计卡片 */
.report-card { border-radius: 16px; border: none; overflow: hidden; }
.report-card .card-body { padding: 20px; }
.report-main-icon {
	width: 48px; height: 48px;
	line-height: 48px; text-align: center;
	border-radius: 12px; font-size: 20px;
}
/* 首页4个渐变统计卡片 */
.row > .col-sm-6:nth-child(1) .report-card {
	background: linear-gradient(135deg, #6b8cff, #4a6cf7) !important;
	box-shadow: 0 8px 25px rgba(74,108,247,0.35);
}
.row > .col-sm-6:nth-child(2) .report-card {
	background: linear-gradient(135deg, #b97bff, #9055ff) !important;
	box-shadow: 0 8px 25px rgba(144,85,255,0.35);
}
.row > .col-sm-6:nth-child(3) .report-card {
	background: linear-gradient(135deg, #ffa36b, #ff7b54) !important;
	box-shadow: 0 8px 25px rgba(255,123,84,0.35);
}
.row > .col-sm-6:nth-child(4) .report-card {
	background: linear-gradient(135deg, #6bc0ff, #3a9eff) !important;
	box-shadow: 0 8px 25px rgba(58,158,255,0.35);
}
.row > .col-sm-6:nth-child(1) .report-card p,
.row > .col-sm-6:nth-child(1) .report-card h3,
.row > .col-sm-6:nth-child(2) .report-card p,
.row > .col-sm-6:nth-child(2) .report-card h3,
.row > .col-sm-6:nth-child(3) .report-card p,
.row > .col-sm-6:nth-child(3) .report-card h3,
.row > .col-sm-6:nth-child(4) .report-card p,
.row > .col-sm-6:nth-child(4) .report-card h3 {
	color: #fff !important;
}
.row > .col-sm-6:nth-child(1) .report-main-icon,
.row > .col-sm-6:nth-child(2) .report-main-icon,
.row > .col-sm-6:nth-child(3) .report-main-icon,
.row > .col-sm-6:nth-child(4) .report-main-icon {
	background-color: rgba(255,255,255,0.25) !important;
	color: #fff !important;
}
.bg-soft-purple { background-color: rgba(162,123,247,0.15) !important; }
.text-purple { color: #8177db !important; }
.bg-soft-danger { background-color: rgba(240,110,110,0.15) !important; }
.text-danger { color: #f06e6e !important; }
.bg-soft-secondary { background-color: rgba(156,163,175,0.15) !important; }
.text-secondary { color: #6b7280 !important; }
.bg-soft-warning { background-color: rgba(255,195,109,0.15) !important; }
.text-warning { color: #f0ad4e !important; }
/* 个人资料头部 */
.met-pro-bg {
	background: linear-gradient(135deg, rgba(162,123,247,0.25), rgba(129,119,219,0.15)) !important;
	border-radius: 16px;
}
/* 卡片标题图标文字对齐 */
.card-header {
	display: flex !important;
	align-items: center !important;
	gap: 8px;
}
.card-header i {
	font-size: 1.1em;
	line-height: 1;
	flex-shrink: 0;
}
/* 用户信息卡片 */
.xf-card-userinfo { border-radius: 16px; overflow: hidden; }
.card-header-h4-2 {
	font-size: 1.3em;
	font-weight: bold !important;
	padding-bottom: 10px;
	margin-bottom: 15px !important;
	border-bottom: 1px solid rgba(129,119,219,0.15);
}
.card-header-h4-2 i { margin-right: 8px; }
.xf-card-author {
	position: relative;
	min-height: 220px;
	overflow: hidden;
	padding: 20px 24px;
}
.xf-card-author .author-avatar { display: none !important; }
.xf-card-author::after {
	top: 62% !important;
	transform: translate(0, -50%) scale(1.5, 1.5) !important;
}
.xf-card-author .author-badge { display: none !important; }
.xf-card-author .author-info {
	position: relative;
	z-index: 2;
	max-width: calc(100% - 120px);
}
.xf-card-author p {
	color: #e8985a;
	font-size: 15px;
	margin-bottom: 12px;
	line-height: 1.6;
}
.xf-card-author p b { font-weight: 600; }
.xf-card-author .userinfo-actions {
	margin-top: 16px;
}
.xf-card-author .userinfo-actions .btn { margin-right: 10px; }
/* 应用统计底部 */
.app-stats-footer {
	background-color: rgba(255,255,255,0.15) !important;
	border-top: 1px solid rgba(129,119,219,0.12) !important;
	color: #8177db;
}
.app-stats-footer a { color: #8177db; }
/* 应用统计卡片网格 */
.app-stats-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}
.app-stat-card {
	border-radius: 12px;
	padding: 14px;
	display: flex;
	align-items: center;
	gap: 12px;
	transition: all .3s cubic-bezier(.25,.8,.25,1);
	transform-style: preserve-3d;
	perspective: 1000px;
}
.app-stat-card:hover {
	transform: perspective(1000px) rotateY(-6deg) rotateX(3deg) translateY(-4px);
	box-shadow: 0 12px 30px rgba(0,0,0,0.18) !important;
}
.app-stat-card.app-color-0 { background: linear-gradient(135deg, #9055ff, #b97bff); box-shadow: 0 4px 15px rgba(144,85,255,0.3); }
.app-stat-card.app-color-1 { background: linear-gradient(135deg, #3a9eff, #6bc0ff); box-shadow: 0 4px 15px rgba(58,158,255,0.3); }
.app-stat-card.app-color-2 { background: linear-gradient(135deg, #ff7b54, #ffa36b); box-shadow: 0 4px 15px rgba(255,123,84,0.3); }
.app-stat-card.app-color-3 { background: linear-gradient(135deg, #a78bfa, #c4b5fd); box-shadow: 0 4px 15px rgba(167,139,250,0.3); }
.app-stat-card .app-icon {
	width: 44px;
	height: 44px;
	min-width: 44px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	overflow: hidden;
}
.app-stat-card .app-icon img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}
/* 应用列表头像 */
.app-avatar-img {
	overflow: hidden;
	padding: 0 !important;
}
.app-avatar-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}
/* 应用列表名称与头像同行 */
.app-name-cell {
	display: flex !important;
	align-items: center;
	vertical-align: middle;
}
.app-name-cell .font-weight-bold {
	display: inline-block;
}
/* 应用列表操作列按钮 */
.action-cell {
	display: flex !important;
	flex-wrap: nowrap;
	gap: 10px;
	align-items: center;
	vertical-align: middle;
	justify-content: flex-start;
}
.action-cell .btn {
	margin: 0 !important;
	white-space: nowrap;
	border-radius: 25px !important;
	padding: 8px 18px !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	transition: all .2s !important;
	transform: translateY(-8px) !important;
}
.action-cell .btn:hover {
	transform: translateY(-10px) !important;
	box-shadow: 0 5px 15px rgba(0,0,0,0.15) !important;
}
.action-cell .btn-gradient-primary {
	background: linear-gradient(135deg, #6ba5ff, #9dc2ff) !important;
	border: none !important;
	box-shadow: 0 3px 10px rgba(107,165,255,0.3) !important;
}
.action-cell .btn-gradient-warning {
	background: linear-gradient(135deg, #ff9f43, #ffc76b) !important;
	border: none !important;
	box-shadow: 0 3px 10px rgba(255,159,67,0.3) !important;
}
.action-cell .btn-gradient-pink {
	background: linear-gradient(135deg, #ff8fa3, #ffb3c1) !important;
	border: none !important;
	color: #fff !important;
	box-shadow: 0 3px 10px rgba(255,143,163,0.3) !important;
}
.action-cell .btn-gradient-purple {
	background: linear-gradient(135deg, #b088ff, #d0b3ff) !important;
	border: none !important;
	color: #fff !important;
	box-shadow: 0 3px 10px rgba(176,136,255,0.3) !important;
}
.app-stat-card .app-info { flex: 1; min-width: 0; }
.app-stat-card .app-name {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.app-stat-card .app-meta {
	color: rgba(255,255,255,0.85);
	font-size: 12px;
	line-height: 1.5;
}
.app-stat-card .app-status {
	display: inline-block;
	padding: 1px 8px;
	border-radius: 10px;
	font-size: 11px;
	background-color: rgba(255,255,255,0.25);
	color: #fff;
}
@media (max-width: 768px) {
	.app-stats-grid { grid-template-columns: 1fr; }
}
.met-profile-main-pic img {
	border: 4px solid rgba(255,255,255,0.6);
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.met-user-name { color: #5a4f9e; font-weight: 600; }
.met-user-name-post { color: #8177db; }
/* 标签页 */
.nav-tabs { border-bottom: 2px solid rgba(129,119,219,0.15); }
.nav-tabs .nav-link {
	color: #8177db; border: none;
	border-radius: 8px 8px 0 0; margin-right: 4px;
	padding: 10px 20px;
}
.nav-tabs .nav-link:hover { background-color: rgba(129,119,219,0.08); border: none; }
.nav-tabs .nav-link.active {
	color: #fff;
	background: linear-gradient(135deg,#a27bf7,#8177db);
	border: none;
}
.tab-content { padding-top: 20px; }
/* 列表组 */
.list-group-item {
	background-color: rgba(255,255,255,0.3);
	border: 1px solid rgba(129,119,219,0.1);
	color: #5a4f9e;
}
/* 头像框 */
.avatar-title {
	background: linear-gradient(135deg,#a27bf7,#8177db) !important;
	color: #fff;
}
.avatar-box .avatar-title { border-radius: 50%; }
/* 模态框 */
.modal-content {
	background-color: rgba(255,255,255,0.94);
	backdrop-filter: blur(12px);
	border: none;
	border-radius: 16px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}
.modal-header {
	border-bottom: 1px solid rgba(129,119,219,0.15);
	padding: 16px 24px;
}
.modal-title { color: #5a4f9e; font-weight: 600; }
.modal-body { padding: 24px; color: #5a4f9e; }
.modal-footer { border-top: 1px solid rgba(129,119,219,0.15); padding: 16px 24px; }
/* 价格卡片 */
.pricingTable1 { padding: 20px 10px; text-align: center; }
.pricingTable1 .title { font-size: 1.3rem; font-weight: 600; color: #5a4f9e; }
.pricingTable1 .amount {
	font-size: 2.5rem; font-weight: 700;
	color: #8177db; margin: 15px 0;
}
.pricing-content-2 li {
	padding: 8px 0; color: #6a5fc7;
	border-bottom: 1px dashed rgba(129,119,219,0.12);
	list-style: none;
}
/* 文本颜色 */
.text-muted { color: #8a82b5 !important; }
.text-dark { color: #5a4f9e !important; }
.text-info { color: #6c8fe8 !important; }
.text-primary { color: #8177db !important; }
.bg-primary { background-color: #8177db !important; }
.bg-info { background-color: #6c8fe8 !important; }
.bg-secondary { background-color: #9ca3af !important; }
/* 徽章 */
.badge { padding: 5px 10px; font-weight: 500; border-radius: 10px; }
/* 分页 */
.page-link {
	color: #8177db;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid rgba(129,119,219,0.2);
}
.page-link:hover { color: #6a5fc7; background-color: rgba(255,255,255,0.8); }
.page-item.active .page-link { background-color: #8177db; border-color: #8177db; }
/* 自定义开关 */
.custom-control-input:checked ~ .custom-control-label::before {
	border-color: #8177db; background-color: #8177db;
}
.custom-control-label { color: #6a5fc7; }
/* 滚动条 */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: rgba(255,255,255,0.1); border-radius: 4px; }
::-webkit-scrollbar-thumb { background: rgba(129,119,219,0.4); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: rgba(129,119,219,0.6); }
/* 底部 */
.footer {
	padding: 16px 24px;
	text-align: center;
	color: #8177db;
	font-size: 0.85rem;
}
.footer a { color: #a27bf7; }
/* 补充内容页类 */
.table-centered td, .table-centered th { vertical-align: middle; }
.thumb-md { width: 36px; height: 36px; }
.thumb-lg { width: 48px; height: 48px; }
.avatar-box { display: inline-block; }
.button-list .btn { margin-right: 8px; margin-bottom: 8px; }
.header-title { color: #5a4f9e; font-weight: 600; font-size: 1.1rem; margin-bottom: 16px; }
.font-14 { font-size: 14px; }
.font-16 { font-size: 16px; }
.font-18 { font-size: 18px; }
.m-r-10 { margin-right: 10px; }
.mb-0 { margin-bottom: 0 !important; }
.mt-0 { margin-top: 0 !important; }
.d-none { display: none !important; }
@media (min-width: 576px) { .d-sm-inline-block { display: inline-block !important; } }
.float-right { float: right !important; }
.align-self-center { align-self: center !important; }
.justify-content-between { justify-content: space-between !important; }
.d-flex { display: flex !important; }

/* 自定义鼠标样式 */
body, body * {
	cursor: url(https://www.longs.cn/img/shubiao1.png), default !important;
}
a, button, input[type="submit"], input[type="button"], input[type="reset"],
label, select, [onclick], [role="button"], [data-toggle], [data-action],
.btn, .card, .nav-link, .dropdown-item, .list-group-item, .pagination a,
.app-stat-card, .pay-method-item, .vip-plan-card, .login-icon-item,
.plugin-card, .app-empty, .topbar-right a, .sidebar a, .lyear-aside-toggler,
.close, .modal-header .close, .nav-tabs a, .table a, .badge, .icon-btn {
	cursor: url(https://www.longs.cn/img/shubiao2.png), pointer !important;
}
a:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover,
label:hover, select:hover, [onclick]:hover, [role="button"]:hover,
.btn:hover, .card:hover, .nav-link:hover, .dropdown-item:hover,
.app-stat-card:hover, .pay-method-item:hover, .vip-plan-card:hover,
.login-icon-item:hover, .plugin-card:hover, .app-empty:hover,
.topbar-right a:hover, .sidebar a:hover, .lyear-aside-toggler:hover,
.table a:hover, .badge:hover, .icon-btn:hover {
	cursor: url(https://www.longs.cn/img/shubiao2.png), pointer !important;
}

/* ========== 移动端适配 ========== */
.sidebar-overlay {
	display: none;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index: 1040;
	opacity: 0;
	transition: opacity .3s;
}
.sidebar-overlay.show {
	display: block;
	opacity: 1;
}
@media (max-width: 991px) {
	.lyear-layout-sidebar {
		position: fixed !important;
		top: 70px !important;
		left: 0 !important;
		bottom: 0 !important;
		width: 240px !important;
		transform: translateX(-100%);
		z-index: 1050 !important;
		box-shadow: 2px 0 12px rgba(0,0,0,0.15) !important;
		transition: transform .3s ease !important;
	}
	.lyear-layout-sidebar.lyear-aside-open {
		transform: translateX(0);
	}
	.lyear-layout-header { padding-left: 0; }
	.lyear-layout-content { padding-left: 0; }
	.topbar-left .header-logo {
		font-size: 18px !important;
	}
	.topbar-left .header-logo img {
		height: 32px !important;
	}
	.topbar-search {
		width: 160px !important;
	}
	.topbar-search input {
		font-size: 13px !important;
	}
	.lyear-layout-content {
		padding: 80px 12px 20px !important;
	}
	.container-fluid {
		padding-left: 8px;
		padding-right: 8px;
	}
	.card {
		margin-bottom: 14px;
		border-radius: 12px;
	}
	.card-body {
		padding: 14px !important;
	}
	.card-header {
		padding: 10px 14px !important;
		font-size: 15px !important;
	}
	.table-responsive {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table {
		font-size: 13px;
		min-width: 600px;
	}
	.table th, .table td {
		padding: 10px 8px !important;
		white-space: nowrap;
	}
	.row .col-md-3,
	.row .col-sm-6 {
		padding-left: 6px;
		padding-right: 6px;
	}
	.app-stats-grid {
		grid-template-columns: 1fr !important;
		gap: 10px !important;
	}
	.vip-container {
		flex-direction: column !important;
	}
	.vip-left {
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 16px;
	}
	.vip-right {
		width: 100% !important;
	}
	.vip-plans {
		grid-template-columns: 1fr !important;
	}
	.confirm-order-body {
		flex-direction: column !important;
		gap: 20px !important;
	}
	.confirm-order-left {
		border-right: none !important;
		border-bottom: 1px solid rgba(0,0,0,0.06);
		padding-right: 0 !important;
		padding-bottom: 20px;
	}
	.confirm-order-right {
		width: 100% !important;
	}
	.recharge-card {
		padding: 20px !important;
	}
	.pay-methods-grid {
		grid-template-columns: 1fr !important;
	}
	.plugins-grid {
		grid-template-columns: 1fr !important;
	}
	.bind-cards {
		grid-template-columns: 1fr !important;
	}
	.action-cell {
		gap: 6px !important;
	}
	.action-cell .btn {
		padding: 6px 12px !important;
		font-size: 12px !important;
		transform: translateY(-4px) !important;
	}
	.pagination {
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media (max-width: 576px) {
	.topbar-search {
		display: none !important;
	}
	.topbar-contact span {
		display: none;
	}
	.row .col-6 {
		padding-left: 4px;
		padding-right: 4px;
	}
	.stat-card {
		padding: 14px !important;
	}
	.stat-card .stat-value {
		font-size: 24px !important;
	}
	.stat-card .stat-label {
		font-size: 12px !important;
	}
	.btn {
		font-size: 12px !important;
		padding: 6px 12px !important;
	}
	h3, h4 {
		font-size: 16px !important;
	}
	.app-empty img {
		max-width: 100px !important;
	}
}

/* ========== index ========== */
.app-empty{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	padding:30px 20px;
	color:#999;
	transition:all .2s;
	border-radius:12px;
	min-height:200px;
	width:100%;
	box-sizing:border-box;
	grid-column:1/-1;
}
.app-empty:hover{
	background:rgba(108,92,231,0.05);
}
.app-empty img{
	max-width:140px;
	margin:0 0 12px;
	display:block;
	opacity:0.8;
	transition:all .2s;
}
.app-empty:hover img{
	opacity:1;
	transform:scale(1.05);
}
.app-empty p{
	font-size:14px;
	margin:0;
}


/* ========== apps ========== */
.table tbody tr>td:nth-child(1){min-width:120px;}
.table tbody tr>td:nth-child(3){min-width:100px;}
.table tbody tr>td:nth-child(4){min-width:100px;}
.table tbody tr>td:nth-child(5){min-width:80px;}
.table tbody tr>td:nth-child(6){min-width:180px;}
@media (max-width: 576px){.contents{padding: 0;}}


/* ========== appadd ========== */
label > span.required {
    color: #ff4d4d;
}
.button{cursor: pointer;}


/* ========== appinfo ========== */
label > span.required {
    color: #ff4d4d;
}
.domainitem{margin-top: -5px;margin-bottom: -6px;}


/* ========== appstat ========== */
label > span.required {
    color: #ff4d4d;
}
.domainitem{margin-top: -5px;margin-bottom: -6px;}
@media (max-width: 576px){.contents{padding: 0;}}


/* ========== accounts ========== */
@media (max-width: 576px){.contents{padding: 0;}}
#accountlist table>tbody>tr>td{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width:300px;}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
#accountdetail .title{word-break:keep-all;}
#accountdetail .content{word-break:break-all;}


/* ========== logs ========== */
@media (max-width: 576px){.contents{padding: 0;}}
#loglist table>tbody>tr>td{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width:300px;}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
#accountdetail .title{word-break:keep-all;}
#accountdetail .content{word-break:break-all;}


/* ========== groupbuy ========== */
.vip-wrap {
	display: flex;
	gap: 24px;
	padding: 20px 0;
	flex-wrap: wrap;
}
.vip-left {
	width: 280px;
	flex-shrink: 0;
}
.vip-right {
	flex: 1;
	min-width: 0;
}
.vip-info-card {
	background: rgba(255,255,255,0.35);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 16px;
	padding: 24px;
}
.vip-info-title {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	padding-left: 10px;
	border-left: 4px solid #6c5ce7;
	margin-bottom: 20px;
}
.vip-info-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(108,92,231,0.08);
	border-radius: 10px;
	padding: 12px 16px;
	margin-bottom: 12px;
}
.vip-info-label {
	font-size: 14px;
	color: #666;
}
.vip-info-value {
	font-size: 15px;
	font-weight: 600;
	color: #6c5ce7;
}
.vip-info-divider {
	height: 1px;
	background: rgba(0,0,0,0.06);
	margin: 18px 0;
}
.vip-icons-title {
	font-size: 13px;
	color: #999;
	text-align: center;
	margin-bottom: 14px;
}
.login-icons-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.login-icon-item {
	width: 100%;
	aspect-ratio: 1;
	border-radius: 10px;
	background: rgba(255,255,255,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.login-icon-item img {
	width: 70%;
	height: 70%;
	object-fit: contain;
}
.vip-plans {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.vip-plan-card {
	background: rgba(255,255,255,0.35);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 16px;
	padding: 28px 20px;
	display: flex;
	flex-direction: column;
}
.vip-plan-name {
	font-size: 22px;
	font-weight: 700;
	color: #6c5ce7;
	text-align: center;
	margin-bottom: 16px;
}
.vip-plan-price {
	text-align: center;
	margin-bottom: 20px;
}
.vip-plan-price .amount {
	font-size: 36px;
	font-weight: 700;
	color: #333;
}
.vip-plan-price .period {
	font-size: 14px;
	color: #999;
}
.vip-plan-features {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.vip-plan-features li {
	display: flex;
	align-items: center;
	padding: 8px 0;
	font-size: 14px;
	color: #555;
}
.vip-plan-features li i {
	color: #10b981;
	margin-right: 8px;
	font-size: 14px;
}
.vip-plan-icons {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	margin-bottom: 20px;
}
.vip-plan-icons .login-icon-item {
	background: rgba(255,255,255,0.6);
	border-radius: 10px;
}
.vip-plan-btn {
	width: 100%;
	padding: 12px 0;
	background: linear-gradient(135deg, #6c5ce7, #a29bfe);
	color: #fff;
	border: none;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	box-shadow: 0 4px 12px rgba(108,92,231,0.3);
	transition: all .2s;
	margin-top: auto;
}
.vip-plan-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(108,92,231,0.4);
	color: #fff;
}
.vip-plan-btn.disabled {
	background: #ccc;
	box-shadow: none;
	cursor: not-allowed;
}
/* 确认订单 */
.confirm-order-card {
	background: rgba(255,255,255,0.35);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 16px;
	padding: 28px 32px;
}
.confirm-order-title {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	padding-left: 10px;
	border-left: 4px solid #6c5ce7;
	margin-bottom: 24px;
}
.confirm-order-body {
	display: flex;
	gap: 40px;
}
.confirm-order-left {
	flex: 1;
	border-right: 1px solid rgba(0,0,0,0.06);
	padding-right: 40px;
}
.confirm-order-right {
	width: 260px;
	flex-shrink: 0;
}
.confirm-field {
	margin-bottom: 24px;
}
.confirm-field-label {
	font-size: 15px;
	color: #555;
	margin-bottom: 10px;
	font-weight: 500;
}
.confirm-field-input {
	width: 100%;
	height: 44px;
	border: 1px solid rgba(129,119,219,0.3);
	background: rgba(255,255,255,0.35);
	border-radius: 10px;
	padding: 0 16px;
	font-size: 15px;
	color: #6c5ce7;
	font-weight: 600;
	outline: none;
}
.confirm-qty {
	display: flex;
	align-items: center;
	width: 200px;
}
.confirm-qty button {
	width: 44px;
	height: 44px;
	border: 1px solid rgba(129,119,219,0.3);
	background: rgba(108,92,231,0.1);
	color: #6c5ce7;
	font-size: 20px;
	cursor: pointer;
	border-radius: 10px 0 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.confirm-qty button:last-child {
	border-radius: 0 10px 10px 0;
}
.confirm-qty input {
	flex: 1;
	height: 44px;
	border: 1px solid rgba(129,119,219,0.3);
	border-left: none;
	border-right: none;
	background: rgba(255,255,255,0.35);
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	outline: none;
}
.confirm-amount {
	font-size: 32px;
	font-weight: 700;
	color: #6c5ce7;
}
.pay-method-title {
	font-size: 16px;
	color: #555;
	margin-bottom: 16px;
	font-weight: 500;
	text-align: center;
}
.pay-method-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	height: 50px;
	border: 2px solid #e0e0e0;
	border-radius: 12px;
	background: rgba(255,255,255,0.5);
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	color: #333;
	transition: all .2s;
}
.pay-method-item.active {
	border-color: #6c5ce7;
	background: rgba(108,92,231,0.08);
}
.pay-method-item i {
	font-size: 20px;
}
.pay-method-item .alipay { color: #1677ff; }
.pay-method-item .wechat { color: #07c160; }
.pay-method-item .qqpay { color: #12b7f5; }
.pay-method-item .rmb { color: #f0ad4e; }
.confirm-pay-btn {
	width: 100%;
	height: 50px;
	background: linear-gradient(135deg, #6c5ce7, #a29bfe);
	color: #fff;
	border: none;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	margin-top: 8px;
	box-shadow: 0 4px 12px rgba(108,92,231,0.3);
	transition: all .2s;
}
.confirm-pay-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(108,92,231,0.4);
}
.confirm-cancel {
	display: block;
	text-align: center;
	color: #999;
	font-size: 14px;
	margin-top: 12px;
	cursor: pointer;
	text-decoration: none;
}
.confirm-cancel:hover {
	color: #6c5ce7;
}
.vip-success {
	background: #f0fff4;
	border: 1px solid #c6f6d5;
	color: #22543d;
	padding: 12px 16px;
	border-radius: 10px;
	margin-bottom: 16px;
	font-size: 14px;
}
@media (max-width: 992px) {
	.vip-left { width: 100%; }
	.vip-plans { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
	.vip-plans { grid-template-columns: 1fr; }
	.login-icons-grid { grid-template-columns: repeat(5, 1fr); }
}


/* ========== recharge ========== */
.recharge-wrap {
	display: flex;
	justify-content: center;
	padding: 30px 15px;
}
.recharge-card {
	background: rgba(255,255,255,0.35);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 20px;
	padding: 40px 45px;
	width: 100%;
	max-width: 460px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}
.recharge-title {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	margin-bottom: 24px;
	padding-left: 12px;
	border-left: 4px solid #6c5ce7;
	line-height: 1.2;
}
.balance-box {
	background: linear-gradient(135deg, #f0edff, #e8e4ff);
	border-radius: 14px;
	padding: 20px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 28px;
}
.balance-label {
	font-size: 15px;
	color: #666;
}
.balance-amount {
	font-size: 28px;
	font-weight: 700;
	color: #6c5ce7;
}
.form-group-recharge {
	margin-bottom: 24px;
}
.form-label-recharge {
	display: block;
	font-size: 15px;
	color: #555;
	margin-bottom: 10px;
	font-weight: 500;
}
.form-input-recharge {
	width: 100%;
	height: 48px;
	border: 1px solid rgba(129,119,219,0.3);
	background-color: rgba(255,255,255,0.35);
	border-radius: 12px;
	padding: 0 16px;
	font-size: 15px;
	color: #5a4f9e;
	outline: none;
	transition: all .2s;
	box-sizing: border-box;
}
.form-input-recharge:focus {
	border-color: rgba(129,119,219,0.5);
	background-color: rgba(255,255,255,0.5);
}
.pay-methods {
	display: flex;
	gap: 14px;
	margin-bottom: 32px;
}
.pay-method {
	flex: 1;
	border: 2px solid rgba(255,255,255,0.5);
	border-radius: 14px;
	padding: 16px 8px;
	text-align: center;
	cursor: pointer;
	transition: all .2s;
	background: rgba(255,255,255,0.35);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.pay-method:hover {
	border-color: #c4b8f5;
}
.pay-method.active {
	border-color: #6c5ce7;
	background: rgba(108,92,231,0.12);
}
.pay-method .pay-icon {
	font-size: 28px;
	margin-bottom: 6px;
}
.pay-method .pay-icon.alipay { color: #1677ff; }
.pay-method .pay-icon.wechat { color: #07c160; }
.pay-method .pay-icon.qqpay { color: #12b7f5; }
.pay-method .pay-name {
	font-size: 14px;
	color: #333;
	font-weight: 500;
}
.pay-method input[type=radio] {
	display: none;
}
.recharge-submit-btn {
	width: 100%;
	height: 52px;
	background: linear-gradient(135deg, #6c5ce7, #a29bfe);
	color: #fff;
	border: none;
	border-radius: 14px;
	font-size: 17px;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 6px 20px rgba(108,92,231,0.35);
	transition: all .2s;
}
.recharge-submit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(108,92,231,0.45);
}
.recharge-security {
	text-align: center;
	margin-top: 18px;
	font-size: 13px;
	color: #999;
}
.recharge-security i {
	margin-right: 4px;
	color: #6c5ce7;
}
.recharge-success {
	background: #f0fff4;
	border: 1px solid #c6f6d5;
	color: #22543d;
	padding: 14px 18px;
	border-radius: 12px;
	margin-bottom: 20px;
	font-size: 14px;
}


/* ========== userinfo ========== */
img.logo{width: 35px;}
.bind-section { margin-top: 30px; }
.bind-title {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	padding-left: 10px;
	border-left: 4px solid #6c5ce7;
	margin-bottom: 20px;
}
.bind-cards {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.bind-card {
	width: 180px;
	flex-shrink: 0;
	background: rgba(255,255,255,0.35);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 16px;
	padding: 18px 14px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.bind-status {
	font-size: 12px;
	padding: 3px 10px;
	border-radius: 12px;
	background: #e5e7eb;
	color: #6b7280;
	margin-bottom: 16px;
}
.bind-status.bound {
	background: #d1fae5;
	color: #059669;
}
.bind-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-bottom: 10px;
}
.bind-icon.qq { background: #12b7f5; color: #fff; }
.bind-icon.wechat { background: #07c160; color: #fff; }
.bind-icon.alipay { background: #1677ff; color: #fff; }
.bind-name {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin-bottom: 16px;
}
.bind-btn {
	width: 100%;
	padding: 10px 0;
	background: linear-gradient(135deg, #6c5ce7, #a29bfe);
	color: #fff;
	border: none;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	box-shadow: 0 4px 12px rgba(108,92,231,0.3);
	transition: all .2s;
}
.bind-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(108,92,231,0.4);
	color: #fff;
}


/* ========== plugins ========== */
.notice-top {
    margin: 15px 15px 10px 15px;
    padding: 10px;
    line-height: 1.2;
    border: solid 1px #2997f7;
    border-radius: 8px;
    text-align: justify;
}
.notice-top {
    color: #2997f7;
    background: rgba(41, 151, 247, 0.1);
}

.links-box:not(.zib-widget):not(.links-style-simple):not(.links-style-image) {
    margin: -5px;
}
.links-style-bigcard {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .fluid-widget .links-box.links-style-bigcard .links-card, .site-layout-1 .links-box.links-style-bigcard .links-card {
        width: calc(16.6665% - 10px);
    }
}
@media (min-width: 992px) {
    .fluid-widget .links-box .links-card, .site-layout-1 .links-box .links-card {
        width: calc(20% - 10px);
    }
}
.links-box:not(.zib-widget) .links-card {
    background: var(--main-bg-color);
}
.links-box .links-card.big-card {
    padding: 20px 10px 15px;
    text-align: center;
}
@media (min-width: 992px) {
    .links-box .links-card {
        width: calc(25% - 10px);
    }
}
@media (max-width: 992px) {
    .flex {
        display: block !important;
    }
}
.links-box .links-card {
    padding: 10px 4px 10px 8px;
    min-width: 0;
}
.author-minicard {
    width: calc(50% - 10px);
    min-width: 280px;
    background: rgb(0 0 0 / 3%);
    text-align: left;
    padding: 10px 0 10px 15px;
    margin: 5px;
    vertical-align: top;
}
.author-minicard, .author-minicard .avatar-img {
    display: inline-block;
}
.radius8 {
    border-radius: 8px;
}
.links-card a {
    display: block;
}
.links-card.big-card .link-img {
    --this-size: 58px;
}
.author-minicard, .author-minicard .avatar-img {
    display: inline-block;
}
.avatar-img, .avatar-lg, .avatar-mini, .square-box {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    --this-size: 38px;
    width: var(--this-size);
    height: var(--this-size);
}
.links-card.big-card .link-img img {
    border-radius: 100px;
}

.link-img img {
    border-radius: 4px;
}
.lazyloaded {
    --lazy-animation: lazy_fade;
}
.avatar, .radius-cover {
    border-radius: 100px;
    display: inline-block;
}
.avatar, .fit-cover, .radius-cover {
    width: 100%;
    height: 100%;
    transition: all .2s;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}
.lazyloaded {
    transition: .3s;
    --lazy-animation: lazy_blur;
}
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mt20 {
    margin-top: 20px;
}
.font-bold {
    font-weight: 700;
}
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mt6 {
    margin-top: 6px;
}
.em09 {
    font-size: .9em;
}
.muted-3-color {
    color: #b1b1b1;
}
.badg, .but, .post-page-numbers {
    border-radius: 4px;
    display: inline-block;
    border-radius: 4px;
    transition: .15s;
    border: 1px solid var(--this-border);
    vertical-align: middle;
    padding: .3em .6em;
    text-align: center;
    font-weight: 400;
    box-shadow: var(--this-shadow);
    background: var(--this-bg);
    color: var(--this-color);
    --main-color: var(--this-color);
    --this-bg: rgba(136, 136, 136, 0.1);
    --this-border: transparent;
    --this-shadow: none;
    --this-color: #888;
    text-shadow: 0 0 0;
    line-height: 1.44;
    margin: 6px;
}
.c-blue,.c-blue-2,.c-cyan,.c-gray,.c-green,.c-green-2,.c-purple,.c-purple-2,.c-red,.c-red-2,.c-theme,.c-white,.c-yellow,.c-yellow-2 {
    color: var(--this-color)
}
.c-red {
    --this-color: #ff5473;
    --this-bg: rgba(255, 84, 115, 0.1)
}
.c-blue {
    --this-color: #2997f7;
    --this-bg: rgba(41, 151, 247, 0.1)
}
.flex {
    display: flex;
}
.flex.jc{
    align-items: center;
    justify-content: center;
}
/* 毛玻璃插件独立卡片 */
.links-box.links-style-bigcard {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
    padding: 15px;
    margin: 0 !important;
}
.author-minicard.links-card {
    background: rgba(255,255,255,0.35) !important;
    backdrop-filter: blur(10px);
    border-radius: 16px !important;
    padding: 20px 16px !important;
    text-align: center;
    border: 1px solid rgba(129,119,219,0.15) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all .2s;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    vertical-align: top;
}
.author-minicard.links-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(129,119,219,0.15);
}
.author-minicard.links-card .avatar-img {
    width: 60px !important;
    height: 60px !important;
    --this-size: 60px !important;
    margin-bottom: 12px;
    display: block !important;
}
.author-minicard.links-card .avatar-img img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    object-fit: cover;
}
.author-minicard.links-card .text-ellipsis {
    font-size: 15px;
    font-weight: 600;
    color: #5a4f9e;
    margin-bottom: 14px;
    margin-top: 0 !important;
    width: 100%;
}
.author-minicard.links-card .flex.jc {
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
}
.author-minicard.links-card .but {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    border: none !important;
    cursor: pointer;
    margin: 4px !important;
    box-shadow: none !important;
    white-space: nowrap;
    min-width: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.author-minicard.links-card .but.c-blue {
    background: rgba(41,151,247,0.15) !important;
    color: #2997f7 !important;
}
.author-minicard.links-card .but.c-red {
    background: rgba(255,84,115,0.15) !important;
    color: #ff5473 !important;
}
@media (max-width: 768px) {
    .links-box.links-style-bigcard {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 12px;
    }
}


/* ========== login ========== */
body.auth-page { overflow: hidden !important; }
		body.auth-page::before { position: fixed !important; }
		.lyear-wrapper { justify-content: center; display: flex; margin: 0; }
		.lyear-login { width: 100%; flex: 1; display: flex !important; justify-content: center !important; align-items: center !important; min-height: 100vh; padding: 4px 0; }
		.login-center { min-width: 380px; max-width: 460px; width: 92%; padding: 0.8em 1.4em; margin: 0; max-height: 92vh !important; overflow-y: auto !important; overflow-x: hidden; }
		.login-header { margin-bottom: 0.4rem !important; }
		.login-header img { width: 38px; margin-bottom: 2px; }
		.login-header h1 { font-size: 1.2rem; margin-bottom: 2px; }
		.login-header p { color: #8177db; font-size: 0.78rem; margin-bottom: 0; }
		.login-center body.auth-page .form-group { margin-bottom: 6px; }
		.login-center .form-control { height: 36px; border-radius: 8px; padding-left: 36px; font-size: 0.88rem; }
		.login-center .has-feedback.feedback-left .form-control-feedback { line-height: 36px; width: 36px; height: 36px; font-size: 14px; }
		.btn-purple { background: linear-gradient(135deg, #a27bf7, #8177db); border: none; color: #fff; transition: all .3s; }
		.btn-purple:hover { background: linear-gradient(135deg, #8177db, #6a5fc7); color: #fff; transform: translateY(-1px); box-shadow: 0 5px 15px rgba(129,119,219,0.4); }
		body.auth-page .btn-round { border-radius: 25px; }
		.login-links { display: flex; justify-content: space-between; align-items: center; margin: 6px 0; font-size: 0.82rem; }
		.login-links a { color: #8177db; }
		.login-links a:hover { color: #6a5fc7; }
		body.auth-page .custom-control-input:checked ~ .custom-control-label::before { border-color: #8177db; background-color: #8177db; }
		body.auth-page .custom-control-label { color: #6a5fc7; }
		.register-tip { text-align: center; margin-top: 10px; color: #6a5fc7; font-size: 0.85rem; }
		.register-tip a { color: #a27bf7; font-weight: 600; }
		.social-login { text-align: center; margin-top: 12px; padding-top: 10px; border-top: 1px solid rgba(129,119,219,0.2); }
		.social-login h6 { color: #8177db; margin-bottom: 8px; font-size: 0.82rem; }
		.social-login .list-inline-item { margin: 0 6px; }
		.social-login .list-inline-item a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; color: #fff; font-size: 16px; transition: all .3s; text-decoration: none; }
		.social-login .list-inline-item a:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
		.captcha-wrap { margin: 6px 0; }
		body.auth-page hr { border-top: 1px solid rgba(129,119,219,0.2); margin: 10px 0; }
		.footer-text { text-align: center; color: #8177db; font-size: 0.75rem; margin-top: 6px; padding-bottom: 4px; }
		.footer-text a { color: #a27bf7; }
		@media (max-width: 480px) {
			.login-center { min-width: auto; width: 92%; padding: 1.5em 1.2em; margin: 1em; }
			.login-header h1 { font-size: 1.4rem; }
		}


/* ========== reg ========== */
body.auth-page { overflow: hidden !important; }
		body.auth-page::before { position: fixed !important; }
		.lyear-wrapper { justify-content: center; display: flex; margin: 0; }
		.lyear-login { width: 100%; flex: 1; display: flex !important; justify-content: center !important; align-items: center !important; min-height: 100vh; padding: 4px 0; }
		.login-center { min-width: 380px; max-width: 460px; width: 92%; padding: 0.8em 1.4em; margin: 0; max-height: 92vh !important; overflow-y: auto !important; overflow-x: hidden; }
		.login-header img { width: 38px; margin-bottom: 2px; }
		.login-header h1 { font-size: 1.2rem; margin-bottom: 2px; }
		.login-header p { color: #8177db; font-size: 0.78rem; margin-bottom: 0; }
		.login-center .form-control { height: 36px; border-radius: 8px; padding-left: 36px; font-size: 0.88rem; }
		.login-center .has-feedback.feedback-left .form-control-feedback { line-height: 36px; width: 36px; height: 36px; font-size: 14px; }
		.login-center body.auth-page .form-group { margin-bottom: 6px; }
		.btn-purple { background: linear-gradient(135deg, #a27bf7, #8177db); border: none; color: #fff; transition: all .3s; height: 38px; line-height: 38px; padding: 0; font-size: 0.95rem; border-radius: 20px; }
		.btn-purple:hover { background: linear-gradient(135deg, #8177db, #6a5fc7); color: #fff; transform: translateY(-1px); box-shadow: 0 5px 15px rgba(129,119,219,0.4); }
		body.auth-page .btn-round { border-radius: 20px; }
		.code-input-group { display: flex; gap: 8px; }
		.code-input-group .form-control { padding-left: 36px; border-radius: 8px 0 0 8px; }
		.code-input-group .has-feedback { flex: 1; position: relative; }
		.code-input-group .has-feedback .form-control-feedback { position: absolute; left: 0; line-height: 36px; width: 36px; height: 36px; text-align: center; color: #8177db; }
		.code-input-group .btn-sendcode { border-radius: 0 8px 8px 0; padding: 0 12px; font-size: 0.78rem; white-space: nowrap; background: rgba(129,119,219,0.15); color: #8177db; border: 1px solid rgba(129,119,219,0.3); height: 36px; }
		.code-input-group .btn-sendcode:hover:not(:disabled) { background: rgba(129,119,219,0.25); }
		.code-input-group .btn-sendcode:disabled { opacity: 0.6; cursor: not-allowed; }
		body.auth-page .custom-control-input:checked ~ .custom-control-label::before { border-color: #8177db; background-color: #8177db; }
		body.auth-page .custom-control-label { color: #6a5fc7; font-size: 0.82rem; }
		.custom-control-label a { color: #a27bf7; }
		.register-tip { text-align: center; margin-top: 10px; color: #6a5fc7; font-size: 0.85rem; }
		.register-tip a { color: #a27bf7; font-weight: 600; }
		body.auth-page hr { border-top: 1px solid rgba(129,119,219,0.2); margin: 8px 0; }
		.footer-text { text-align: center; color: #8177db; font-size: 0.75rem; margin-top: 6px; padding-bottom: 4px; }
		.footer-text a { color: #a27bf7; }
		body.auth-page .form-group { margin-bottom: 8px; }
		@media (max-width: 480px) {
			.login-center { min-width: auto; width: 94%; padding: 1em 1em; margin: 0.5em; }
			.login-header h1 { font-size: 1.1rem; }
		}


/* ========== findpwd ========== */
body.auth-page { overflow: hidden !important; }
		body.auth-page::before { position: fixed !important; }
		.lyear-wrapper { justify-content: center; display: flex; margin: 0; }
		.lyear-login { width: 100%; flex: 1; display: flex !important; justify-content: center !important; align-items: center !important; min-height: 100vh; padding: 4px 0; }
		.login-center { min-width: 380px; max-width: 460px; width: 92%; padding: 0.8em 1.4em; margin: 0; max-height: 92vh !important; overflow-y: auto !important; overflow-x: hidden; }
		.login-header img { width: 38px; margin-bottom: 2px; }
		.login-header h1 { font-size: 1.2rem; margin-bottom: 2px; }
		.login-header p { color: #8177db; font-size: 0.78rem; margin-bottom: 0; }
		.login-center .form-control { height: 36px; border-radius: 8px; padding-left: 36px; font-size: 0.88rem; }
		.login-center .has-feedback.feedback-left .form-control-feedback { line-height: 36px; width: 36px; height: 36px; font-size: 14px; }
		.login-center body.auth-page .form-group { margin-bottom: 6px; }
		.btn-purple { background: linear-gradient(135deg, #a27bf7, #8177db); border: none; color: #fff; transition: all .3s; height: 38px; line-height: 38px; padding: 0; font-size: 0.95rem; border-radius: 20px; }
		.btn-purple:hover { background: linear-gradient(135deg, #8177db, #6a5fc7); color: #fff; transform: translateY(-1px); box-shadow: 0 5px 15px rgba(129,119,219,0.4); }
		body.auth-page .btn-round { border-radius: 20px; }
		.code-input-group { display: flex; gap: 8px; }
		.code-input-group .form-control { padding-left: 36px; border-radius: 8px 0 0 8px; }
		.code-input-group .has-feedback { flex: 1; position: relative; }
		.code-input-group .has-feedback .form-control-feedback { position: absolute; left: 0; line-height: 36px; width: 36px; height: 36px; text-align: center; color: #8177db; }
		.code-input-group .btn-sendcode { border-radius: 0 8px 8px 0; padding: 0 12px; font-size: 0.78rem; white-space: nowrap; background: rgba(129,119,219,0.15); color: #8177db; border: 1px solid rgba(129,119,219,0.3); height: 36px; }
		.code-input-group .btn-sendcode:hover:not(:disabled) { background: rgba(129,119,219,0.25); }
		.code-input-group .btn-sendcode:disabled { opacity: 0.6; cursor: not-allowed; }
		.register-tip { text-align: center; margin-top: 10px; color: #6a5fc7; font-size: 0.85rem; }
		.register-tip a { color: #a27bf7; font-weight: 600; }
		body.auth-page hr { border-top: 1px solid rgba(129,119,219,0.2); margin: 8px 0; }
		.footer-text { text-align: center; color: #8177db; font-size: 0.75rem; margin-top: 6px; padding-bottom: 4px; }
		.footer-text a { color: #a27bf7; }
		body.auth-page .form-group { margin-bottom: 8px; }
		@media (max-width: 480px) {
			.login-center { min-width: auto; width: 94%; padding: 1em 1em; margin: 0.5em; }
			.login-header h1 { font-size: 1.1rem; }
		}


/* ========== test ========== */
html {
			scroll-behavior: smooth;
		}
		body.page-test * {
			margin: 0;
			padding: 0;
			box-sizing: border-box;
		}
		body.page-test {
			background: linear-gradient(135deg, #a8c0f0 0%, #c8a8f0 50%, #e8b8e8 100%) !important;
			background-attachment: fixed !important;
			color: #333;
			padding: 60px 0;
			font-size: 16px;
			font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft YaHei", sans-serif;
			min-height: 100vh;
		}
		body.page-test .fa,
		body.page-test [class^="fa-"],
		body.page-test [class*=" fa-"] {
			font-family: FontAwesome !important;
		}
		.wrap {
			display: flex;
			max-width: 1200px;
			margin: 0 auto;
			gap: 35px;
			padding: 0 30px;
		}
		.sidebar {
			width: 220px;
			position: sticky;
			top: 60px;
			height: fit-content;
			background: #fff;
			border-radius: 16px;
			padding: 28px 0;
			box-shadow: 0 8px 30px rgba(0,0,0,0.08);
			flex-shrink: 0;
		}
		.sidebar-title {
			font-size: 14px;
			color: #909399;
			padding: 0 28px 16px;
			font-weight: 600;
		}
		.sidebar-item {
			padding: 14px 28px;
			display: flex;
			align-items: center;
			color: #606266;
			cursor: pointer;
			font-size: 15px;
			transition: all 0.2s ease;
		}
		.sidebar-item.active {
			color: #6f64f8;
			background-color: #f4f3ff;
		}
		.sidebar-item:hover {
			background-color: #f5f7fa;
		}
		.sidebar-item i {
			margin-right: 12px;
			width: 18px;
			text-align: center;
			font-size: 16px;
		}
		.main-content {
			flex: 1;
			background: #fff;
			border-radius: 16px;
			padding: 45px;
			box-shadow: 0 8px 30px rgba(0,0,0,0.08);
			word-wrap: break-word;
			overflow-wrap: break-word;
		}
		.section-title {
			font-size: 24px;
			font-weight: 700;
			margin-bottom: 15px;
			padding-bottom: 15px;
			border-bottom: 1px solid #ebeef5;
			color: #303133;
		}
		.section-desc {
			font-size: 15px;
			color: #606266;
			margin-bottom: 25px;
		}
		.login-grid {
			display: grid;
			grid-template-columns: repeat(5, 1fr);
			gap: 20px;
			margin-bottom: 35px;
		}
		.login-card {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			padding: 28px 15px;
			border: 1px solid #ebeef5;
			border-radius: 14px;
			background: #fff;
			cursor: pointer;
			transition: all 0.25s ease;
			aspect-ratio: 1 / 1;
		}
		.login-card:hover {
			border-color: #6f64f8;
			transform: translateY(-3px);
			box-shadow: 0 8px 20px rgba(111,100,248,0.15);
		}
		.login-card.selected {
			border-color: #6f64f8;
			background-color: #f4f3ff;
			box-shadow: 0 4px 12px rgba(111,100,248,0.12);
		}
		.login-icon {
			width: 40px;
			height: 40px;
			margin-bottom: 12px;
		}
		.login-name {
			font-size: 14px;
			color: #303133;
			font-weight: 500;
		}
		.start-btn, .restart-btn {
			background: linear-gradient(135deg, #6f64f8, #8b7cf6);
			color: white;
			border: none;
			padding: 12px 36px;
			border-radius: 10px;
			cursor: pointer;
			font-size: 15px;
			font-weight: 600;
			margin-bottom: 40px;
			transition: all 0.25s ease;
			box-shadow: 0 4px 12px rgba(111,100,248,0.25);
		}
		.start-btn:hover, .restart-btn:hover {
			transform: translateY(-2px);
			box-shadow: 0 6px 18px rgba(111,100,248,0.35);
		}
		.info-section .section-title {
			font-size: 22px;
		}
		.info-card {
			background: #f8f9fc;
			border-radius: 12px;
			padding: 22px;
			margin-bottom: 20px;
		}
		.info-item {
			font-size: 15px;
			color: #606266;
			margin-bottom: 14px;
			padding-bottom: 12px;
			border-bottom: 1px dashed #e4e7ed;
		}
		.info-item:last-child {
			margin-bottom: 0;
			padding-bottom: 0;
			border-bottom: none;
		}
		.info-item span {
			color: #303133;
			font-weight: 600;
		}
		.tip-box {
			background: #ecf5ff;
			border-radius: 10px;
			padding: 14px 16px;
			font-size: 14px;
			color: #409eff;
			display: flex;
			align-items: flex-start;
			gap: 10px;
		}
		.tip-box .icon-wrap {
			width: 24px;
			height: 24px;
			border-radius: 50%;
			background-color: #409eff;
			color: white;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-shrink: 0;
		}
		.tip-box .icon-wrap i {
			font-size: 12px;
		}
		.tip-box .text-wrap {
			flex: 1;
		}
		.tip-box .text-wrap .title {
			font-size: 14px;
			font-weight: 600;
			color: #409eff;
			margin-bottom: 3px;
		}
		.tip-box .text-wrap .desc {
			font-size: 13px;
			color: #606266;
			line-height: 1.5;
		}
		.success-tip {
			background: #f0f9eb;
			border-radius: 10px;
			padding: 14px 16px;
			display: flex;
			align-items: flex-start;
			gap: 10px;
			margin-bottom: 30px;
		}
		.success-tip .icon-wrap {
			width: 24px;
			height: 24px;
			border-radius: 50%;
			background-color: #67c23a;
			color: white;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-shrink: 0;
		}
		.success-tip .icon-wrap i {
			font-size: 12px;
		}
		.success-tip .text-wrap {
			flex: 1;
		}
		.success-tip .text-wrap .title {
			font-size: 15px;
			font-weight: 600;
			color: #67c23a;
			margin-bottom: 3px;
		}
		.success-tip .text-wrap .desc {
			font-size: 13px;
			color: #606266;
			line-height: 1.5;
		}
		.user-card {
			background: #f8f9fc;
			border-radius: 14px;
			padding: 24px;
			display: flex;
			align-items: center;
			margin-bottom: 35px;
		}
		.avatar {
			width: 64px;
			height: 64px;
			border-radius: 50%;
			object-fit: cover;
			margin-right: 18px;
			border: 3px solid #fff;
			box-shadow: 0 2px 8px rgba(0,0,0,0.1);
			background:#eee;
		}
		.user-info h4 {
			margin: 0 0 6px;
			font-size: 20px;
			font-weight: 700;
			color: #303133;
		}
		.gender-tag {
			display: inline-block;
			background: #fff;
			border: 1px solid #ebeef5;
			color: #606266;
			padding: 4px 12px;
			border-radius: 14px;
			font-size: 13px;
		}
		.data-list .section-title {
			font-size: 22px;
		}
		.data-item {
			display: flex;
			align-items: center;
			margin-bottom: 16px;
			flex-wrap: wrap;
		}
		.data-label {
			width: 120px;
			font-size: 14px;
			color: #909399;
			flex-shrink: 0;
			font-weight: 500;
		}
		.data-value {
			flex: 1;
			background: #f8f9fc;
			border-radius: 8px;
			padding: 12px 16px;
			font-size: 14px;
			color: #303133;
			overflow-wrap: break-word;
			word-break: break-all;
			min-width: 0;
			font-family: "SF Mono", Consolas, Monaco, monospace;
		}
		@media (max-width: 768px) {
			.wrap {
				flex-direction: column;
				padding: 0 20px;
			}
			.sidebar {
				width: 100%;
				position: static;
			}
			.login-grid {
				grid-template-columns: repeat(3, 1fr);
			}
			.main-content {
				padding: 25px;
			}
		}

/* ========== wxverify 微信验证页 ========== */
:root {
            --sub-purple: #6f64f8;
            --sub-light: #f4f3ff;
            --sub-title: #444050;
            --sub-text: #6d6a77;
            --sub-success: #28c76f;
            --sub-danger: #ea5455;
            --sub-blue: #3b82f6;
            --wechat-green: #10b981;
        }
        * { box-sizing: border-box; }
        body.wxverify-page { min-height: 100%; }
        body.wxverify-page {
            min-height: 100vh;
            margin: 0;
            background-color: #f8f7fa;
            color: var(--sub-title);
            font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft YaHei", sans-serif;
            display: flex;
            flex-direction: column;
            letter-spacing: 0;
        }
        body.wxverify-page a, body.wxverify-page a:hover { text-decoration: none; }
        .scan-shell {
            width: 100%;
            max-width: 960px;
            min-height: calc(100vh - 62px);
            margin: 0 auto;
            padding: 32px 16px 24px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            box-sizing: border-box;
            flex: 1 0 auto;
        }
        .scan-page-title {
            margin: 0 0 20px;
            color: var(--sub-title);
            font-size: 1.65rem;
            line-height: 1.25;
            font-weight: 800;
        }
        .scan-card {
            width: 100%;
            margin-bottom: 0;
            border: none !important;
            border-radius: 12px !important;
            box-shadow: 0 8px 32px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04) !important;
            overflow: hidden;
            background: #fff;
        }
        .scan-card-body {
            padding: 34px 32px 30px;
            text-align: center;
        }
        /* 横向布局 */
        .scan-card-horizontal .scan-card-body {
            padding: 0;
        }
        .scan-card-horizontal {
            position: relative;
        }
        .scan-card-horizontal::before,
        .scan-card-horizontal::after {
            content: '';
            position: absolute;
            bottom: 0;
            width: 100px;
            height: 100px;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: bottom;
            z-index: 3;
            pointer-events: none;
        }
        .scan-card-horizontal::before {
            left: 0;
            background-image: url(https://s1.hdslb.com/bfs/seed/jinkela/short/mini-login-v2/img/22_open.4ea5f239.png);
        }
        .scan-card-horizontal::after {
            right: 0;
            background-image: url(https://s1.hdslb.com/bfs/seed/jinkela/short/mini-login-v2/img/33_open.f7d7f655.png);
        }
        .scan-horizontal {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: row;
            align-items: stretch;
            width: 100%;
        }
        .scan-left {
            flex: 0 0 42%;
            padding: 32px 28px 80px;
            background: #fff;
            border-right: 1px solid #f0f0f2;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border-radius: 12px 0 0 12px;
        }
        .scan-left-title {
            margin: 0 0 20px;
            color: var(--sub-title);
            font-size: 1.4rem;
            font-weight: 800;
            line-height: 1.3;
        }
        .scan-right {
            flex: 1 1 auto;
            padding: 32px 30px 80px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .scan-left .qr-pane {
            margin: 0;
        }
        .scan-left .verify-qrcode-box {
            width: 210px;
            height: 210px;
            padding: 14px;
        }
        .scan-left .verify-qrcode-box canvas,
        .scan-left .verify-qrcode-box table,
        .scan-left .verify-qrcode-box img {
            width: 182px !important;
            height: 182px !important;
        }
        .scan-stack {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .connect-row {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            margin: 0 0 24px;
        }
        .connect-logo {
            width: 58px;
            height: 58px;
            border-radius: 14px;
            padding: 5px;
            border: 2px solid var(--sub-light);
            background: #fff;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
        }
        .connect-logo img {
            width: 100%;
            height: 100%;
            border-radius: 10px;
            object-fit: contain;
            display: block;
        }
        .connect-logo-site {
            padding: 2px;
            overflow: hidden;
        }
        .connect-logo-site img {
            transform: scale(1.08);
        }
        .connect-icon {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: var(--sub-light);
            color: var(--sub-purple);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            box-shadow: inset 0 0 0 1px rgba(111, 100, 248, 0.12);
        }
        .qr-pane {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin: 0 0 20px;
        }
        .verify-qrcode-box {
            width: 238px;
            height: 238px;
            padding: 16px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #f0f0f2;
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 4px 14px rgba(111, 100, 248, 0.06);
            box-sizing: border-box;
        }
        .verify-qrcode-box canvas,
        .verify-qrcode-box table,
        .verify-qrcode-box img {
            width: 206px !important;
            height: 206px !important;
        }
        .verify-qrcode-box img {
            object-fit: contain;
            display: block;
        }
        .qrcode-center-logo {
            position: absolute;
            left: 50%;
            top: 50%;
            z-index: 2;
            width: 48px;
            height: 48px;
            padding: 5px;
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 2px 10px rgba(0,0,0,0.14);
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
            pointer-events: none;
        }
        .qrcode-center-logo img {
            width: 100% !important;
            height: 100% !important;
            border-radius: 9px;
            object-fit: contain;
            display: block;
        }
        .qrcode-error {
            color: var(--sub-danger);
            font-size: 13px;
            line-height: 1.6;
            padding: 0 6px;
        }
        .scan-status {
            max-width: 100%;
            margin-top: 18px;
            padding: 9px 14px;
            border-radius: 999px;
            background: rgba(16, 185, 129, 0.1);
            color: var(--sub-title);
            font-size: 0.96rem;
            font-weight: 500;
            line-height: 1.6;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 4px;
        }
        .scan-status i {
            margin-right: 4px;
            color: var(--wechat-green);
            font-size: 0.9rem;
        }
        .scan-status strong {
            color: var(--wechat-green);
            font-weight: 900;
            word-break: break-all;
        }
        .login-pane {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-left: 0;
        }
        .alert-inline {
            width: 100%;
            margin: 0 0 18px;
            padding: 12px 14px;
            border-radius: 8px;
            background: rgba(234, 84, 85, 0.08);
            color: var(--sub-danger);
            font-size: 13px;
            font-weight: 600;
            line-height: 1.6;
            text-align: left;
        }
        .alert-inline i { margin-right: 8px; }
        .login-method-switcher {
            width: 100%;
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 8px;
            margin: 0 0 18px;
            padding: 5px;
            border-radius: 10px;
            background: #f5f4fb;
            border: 1px solid #f0f0f2;
        }
        .login-method-btn {
            min-height: 44px;
            border: 0;
            border-radius: 8px;
            background: transparent;
            color: var(--sub-text);
            font-size: 0.9rem;
            font-weight: 900;
            cursor: pointer;
            transition: all 0.25s ease;
        }
        .login-method-btn i { margin-right: 7px; }
        .login-method-btn:hover {
            color: var(--sub-purple);
            background: #fff;
        }
        .login-method-btn.active,
        .login-method-btn.active:hover {
            color: #fff;
            background: var(--sub-purple);
            box-shadow: 0 4px 10px rgba(111, 100, 248, 0.18);
        }
        .method-panel {
            width: 100%;
        }
        .oauth-pane {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .oauth-actions {
            width: 100%;
            max-width: 380px;
            margin: 0 auto 12px;
        }
        .auth-btn-wide {
            min-height: 46px;
        }
        .oauth-hint,
        #oauthStatus {
            color: var(--sub-text);
            font-size: 0.84rem;
            text-align: center;
            line-height: 1.6;
        }
        #oauthStatus {
            min-height: 22px;
            margin-top: 2px;
        }
        .mode-switcher {
            width: 100%;
            display: flex;
            gap: 4px;
            margin: 0 0 14px;
            padding: 4px;
            border-radius: 8px;
            background: #f5f4fb;
            border: 1px solid #f0f0f2;
        }
        .mode-btn {
            flex: 1;
            min-height: 36px;
            border: 0;
            border-radius: 7px;
            background: transparent;
            color: var(--sub-text);
            font-size: 0.82rem;
            font-weight: 800;
            cursor: pointer;
            transition: all 0.25s ease;
        }
        .mode-btn i { margin-right: 7px; }
        .mode-btn:hover {
            color: var(--sub-purple);
            background: #fff;
        }
        .mode-btn.active,
        .mode-btn.active:hover {
            color: #fff;
            background: var(--sub-purple);
            box-shadow: 0 4px 10px rgba(111, 100, 248, 0.18);
        }
        .login-desc {
            width: 100%;
            margin: 0 auto 10px;
            color: var(--sub-text);
            font-size: 0.8rem;
            line-height: 1.5;
        }
        .verify-code-box {
            width: 100%;
            margin: 0 0 8px;
            padding: 10px 14px 8px;
            border: 1px dashed rgba(111, 100, 248, 0.42);
            border-radius: 10px;
            background: #fdfdff;
            cursor: pointer;
            transition: all 0.25s ease;
        }
        .verify-code-box:hover {
            border-color: var(--sub-purple);
            background: var(--sub-light);
        }
        .verify-code-label {
            margin-bottom: 4px;
            color: var(--sub-text);
            font-size: 10px;
            font-weight: 800;
        }
        .verify-code-number {
            margin-bottom: 4px;
            color: var(--sub-purple);
            font-family: "SF Mono", Consolas, Monaco, monospace;
            font-size: 1.5rem;
            font-weight: 900;
            line-height: 1.1;
            letter-spacing: 5px;
            text-indent: 5px;
        }
        .verify-code-hint,
        .timer-box,
        #loginStatus {
            color: var(--sub-text);
            font-size: 0.75rem;
            text-align: center;
            line-height: 1.4;
        }
        .verify-code-hint i { margin-right: 6px; }
        .timer-box {
            width: 100%;
            margin: 0 0 10px;
            padding: 5px 8px;
            border-radius: 8px;
            background: #fafaff;
        }
        .timer-value {
            font-weight: 800;
            color: var(--sub-success);
        }
        .auth-actions {
            width: 100%;
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
            margin-bottom: 10px;
        }
        .auth-actions-single { grid-template-columns: 1fr !important; }
        .auth-actions-single .auth-btn { width: 100% !important; }
        .auth-form { margin: 0; }
        .auth-btn {
            width: 100%;
            border: none;
            border-radius: 8px;
            min-height: 40px;
            padding: 0 14px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 0.85rem;
            font-weight: 800;
            cursor: pointer;
            transition: all 0.25s ease;
            white-space: nowrap;
        }
        .auth-btn i { margin-right: 8px; }
        .auth-btn-light {
            background: var(--sub-light);
            color: var(--sub-purple);
            border: 1px solid rgba(111, 100, 248, 0.14);
        }
        .auth-btn-light:hover {
            color: var(--sub-purple);
            background: #ece9ff;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(111, 100, 248, 0.1);
        }
        .auth-btn-dark {
            background: var(--sub-purple);
            color: #fff;
            box-shadow: 0 4px 10px rgba(111, 100, 248, 0.2);
        }
        .auth-btn-dark:hover {
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(111, 100, 248, 0.3);
        }
        #loginStatus {
            min-height: 22px;
            margin-top: 2px;
        }
        .keyword {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 92px;
            padding: 8px 14px;
            border-radius: 8px;
            background: rgba(16, 185, 129, 0.1);
            color: var(--wechat-green);
            font-weight: 900;
        }
        .manual-input-box {
            width: 100%;
            margin-top: 0;
        }
        .manual-input-box form { margin: 0; }
        .manual-input-box input {
            width: 100%;
            height: 56px;
            margin-bottom: 12px;
            padding: 12px 16px;
            border: 1px solid #ecebf1;
            border-radius: 10px;
            background: #fdfdff;
            color: var(--sub-purple);
            font-family: "SF Mono", Consolas, Monaco, monospace;
            font-size: 1.4rem;
            font-weight: 900;
            text-align: center;
            letter-spacing: 8px;
            outline: 0;
        }
        .manual-input-box input:focus {
            border-color: var(--sub-purple);
            background: #fff;
            box-shadow: 0 0 0 3px rgba(111, 100, 248, 0.1);
        }
        .flow-list {
            width: 100%;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 6px;
            margin-top: 8px;
        }
        .flow-item {
            padding: 8px 6px;
            border: 1px solid #f0f0f2;
            border-radius: 8px;
            background: #fdfdff;
        }
        .flow-index {
            width: 18px;
            height: 18px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 5px;
            background: rgba(59, 130, 246, 0.15);
            color: var(--sub-blue);
            font-size: 10px;
            font-weight: 800;
            margin-bottom: 4px;
        }
        .flow-text {
            color: var(--sub-title);
            font-size: 0.7rem;
            font-weight: 800;
            line-height: 1.3;
        }
        .scan-footer {
            flex: 0 0 auto;
            padding: 0 14px 16px;
            text-align: center;
            color: #a1a0ac;
            font-size: 12px;
            line-height: 22px;
        }
        @media (max-width: 767.98px) {
            .scan-shell { min-height: calc(100vh - 58px); padding: 20px 14px 18px; max-width: 480px; }
            .scan-page-title { margin-bottom: 16px; font-size: 1.45rem; }
            .scan-card-body { padding: 22px 18px; }
            .scan-card-horizontal .scan-card-body { padding: 0; }
            .scan-horizontal { flex-direction: column; }
            .scan-left {
                flex: none;
                padding: 24px 20px 70px;
                background: #fff;
                border-right: none;
                border-bottom: 1px solid #f0f0f2;
                border-radius: 12px 12px 0 0;
            }
            .scan-left-title {
                font-size: 1.25rem;
                margin-bottom: 16px;
            }
            .scan-right {
                flex: none;
                padding: 24px 20px 70px;
            }
            .scan-card-horizontal::before,
            .scan-card-horizontal::after {
                width: 80px;
                height: 80px;
            }
            .scan-right {
                flex: none;
                padding: 24px 20px;
            }
            .scan-left .verify-qrcode-box { width: 200px; height: 200px; padding: 12px; }
            .scan-left .verify-qrcode-box canvas,
            .scan-left .verify-qrcode-box table,
            .scan-left .verify-qrcode-box img { width: 176px !important; height: 176px !important; }
            .connect-row { gap: 12px; margin-bottom: 18px; }
            .connect-logo { width: 54px; height: 54px; }
            .connect-icon { width: 30px; height: 30px; font-size: 14px; }
            .verify-qrcode-box { width: 218px; height: 218px; padding: 14px; }
            .verify-qrcode-box canvas,
            .verify-qrcode-box table,
            .verify-qrcode-box img { width: 190px !important; height: 190px !important; }
            .qrcode-center-logo { width: 44px; height: 44px; }
            .qrcode-center-logo img { width: 100% !important; height: 100% !important; }
            .login-desc { font-size: 0.88rem; margin-bottom: 16px; }
            .verify-code-box { padding: 18px 14px 16px; }
            .verify-code-number { font-size: 2rem; letter-spacing: 7px; text-indent: 7px; }
            .auth-actions { max-width: none; gap: 10px; }
        .auth-actions-single { grid-template-columns: 1fr !important; }
        .auth-actions-single .auth-btn { width: 100% !important; }
            .auth-btn { min-height: 42px; padding: 0 8px; font-size: 0.82rem; }
            .auth-btn i { margin-right: 6px; }
            .flow-list { gap: 8px; }
            .flow-item { padding: 10px 6px; }
            .flow-index { margin-bottom: 6px; }
            .flow-text { font-size: 0.78rem; }
            .scan-footer { padding-bottom: 14px; }
        }