/* VantoShops Merchant Admin UI Foundation v9.3.5
   Core CSS entry only. Module/admin page extensions live in admin-console.css. */
:root {
	--vp-primary: #1238d8;
	--vp-primary-700: #0b2bb7;
	--vp-primary-soft: #eef4ff;
	--vp-primary-line: #dbe6ff;
	--vp-page: #f5f7fb;
	--vp-bg: var(--vp-page);
	--vp-card: #ffffff;
	--vp-text: #111827;
	--vp-heading: #0f172a;
	--vp-muted: #667085;
	--vp-sub: #98a2b3;
	--vp-line: #edf1f7;
	--vp-border: #e4e9f2;
	--vp-success: #067647;
	--vp-success-bg: #ecfdf3;
	--vp-danger: #b42318;
	--vp-danger-bg: #fff3f2;
	--vp-warning: #b54708;
	--vp-warning-bg: #fffaeb;
	--vp-info: #175cd3;
	--vp-info-bg: #eff8ff;
	--vp-sidebar-w: 210px;
	--vp-sidebar-collapsed-w: 56px;
	--vp-topbar-h: 52px;
	--vp-radius: 14px;
	--vp-radius-sm: 10px;
	--vp-shadow: 0 1px 2px rgba(16,24,40,.04),0 14px 36px rgba(16,24,40,.05);
	--vp-shadow-lg: 0 22px 70px rgba(15,23,42,.14);
	--vp-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans SC","PingFang SC","Microsoft YaHei",sans-serif;
	--vp-focus: 0 0 0 3px rgba(18,56,216,.13);
}

* {
	box-sizing: border-box
}

html {
	height: 100%;
	font-size: 13px
}

body {
	margin: 0;
	min-height: 100%;
	font-family: var(--vp-font);
	font-size: 13px;
	line-height: 1.48;
	color: var(--vp-text);
	background: var(--vp-page);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility
}

a {
	color: inherit;
	text-decoration: none
}

a:hover {
	color: var(--vp-primary)
}

img {
	max-width: 100%;
	height: auto
}

button,input,select,textarea {
	font: inherit
}

.fw-850 {
	font-weight: 850
}

.fw-900 {
	font-weight: 900
}

.fs-12 {
	font-size: 12px
}

.fs-13 {
	font-size: 13px
}

.fs-16 {
	font-size: 16px
}

.fs-18 {
	font-size: 18px
}

.vp-muted,.text-muted-2 {
	color: var(--vp-muted)
}

.is-hidden {
	display: none
}[hidden] {
	display: none
}

.vp-no-scroll {
	overflow: hidden
}

/* Bootstrap-aligned controls */
.form-control,.form-select,.vp-input,.vp-select,.vp-textarea,input[type="text"],input[type="email"],input[type="password"],input[type="number"],input[type="date"],input[type="time"],input[type="datetime-local"],textarea,select {
	min-height: 38px;
	border: 1px solid #dbe3ef;
	border-radius: 10px;
	color: var(--vp-text);
	background-color: #fff;
	box-shadow: none;
	outline: 0;
	transition: border-color .14s ease,box-shadow .14s ease,background-color .14s ease;
}

.form-control,.vp-input,input[type="text"],input[type="email"],input[type="password"],input[type="number"],input[type="date"],input[type="time"],input[type="datetime-local"] {
	padding: 7px 11px
}

.form-select,.vp-select,select {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 11px;
	padding-right: 32px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	appearance: none
}

textarea,.vp-textarea {
	padding: 9px 11px;
	min-height: 92px;
	resize: vertical
}

.form-control:focus,.form-select:focus,.vp-input:focus,.vp-select:focus,.vp-textarea:focus,input:focus,select:focus,textarea:focus {
	border-color: #9db4ff;
	box-shadow: var(--vp-focus);
	background-color: #fff
}

.form-label,.vp-label {
	display: block;
	margin: 0 0 7px;
	color: #344054;
	font-weight: 750;
	font-size: 13px
}

.form-label.required:after,.vp-label.required:after {
	content: " *";
	color: var(--vp-danger)
}

.form-text,.vp-help {
	font-size: 12px;
	color: var(--vp-muted);
	margin-top: 6px
}

.is-invalid {
	border-color: #fda29b
}

.text-danger.small {
	color: var(--vp-danger);
	font-size: 12px
}

.form-check-input {
	width: 16px;
	height: 16px;
	cursor: pointer;
	border-color: #d0d5dd
}

.form-check-input:checked {
	background-color: var(--vp-primary);
	border-color: var(--vp-primary)
}

.btn,.vp-btn,.btn-vp-primary,.btn-vp-light,.btn-vp-danger,.btn-vp-default,.vp-console-primary {
	height: 34px;
	border-radius: 10px;
	border: 1px solid transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 0 13px;
	font-size: 13px;
	font-weight: 750;
	line-height: 1;
	white-space: nowrap;
	transition: background-color .14s,border-color .14s,color .14s,box-shadow .14s,transform .12s
}

.btn:hover,.vp-btn:hover {
	transform: translateY(-1px)
}

.vp-btn-primary,.btn-vp-primary,.vp-console-primary {
	background: var(--vp-primary);
	border-color: var(--vp-primary);
	color: #fff
}

.vp-btn-primary:hover,.btn-vp-primary:hover,.vp-console-primary:hover {
	background: var(--vp-primary-700);
	border-color: var(--vp-primary-700);
	color: #fff
}

.vp-btn-light,.btn-vp-light,.vp-btn-default,.btn-vp-default {
	background: #fff;
	border-color: var(--vp-border);
	color: #344054
}

.vp-btn-light:hover,.btn-vp-light:hover,.vp-btn-default:hover,.btn-vp-default:hover {
	background: #f8fafc;
	border-color: #d5deea;
	color: #111827
}

.vp-btn-danger,.btn-vp-danger {
	background: #d92d20;
	border-color: #d92d20;
	color: #fff
}

.vp-btn-danger:hover,.btn-vp-danger:hover {
	background: #b42318;
	border-color: #b42318;
	color: #fff
}

.vp-btn-danger-soft {
	background: var(--vp-danger-bg);
	border-color: #fecdca;
	color: var(--vp-danger)
}

.btn-sm,.vp-btn-sm {
	height: 28px;
	padding: 0 10px;
	font-size: 12px;
	border-radius: 8px
}

.vp-icon-btn {
	width: 32px;
	height: 32px;
	padding: 0;
	border: 1px solid var(--vp-border);
	border-radius: 10px;
	background: #fff;
	color: #667085;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative
}

.vp-icon-btn:hover {
	background: #f8fafc;
	color: var(--vp-primary);
	border-color: #d8e1ee
}

/* Login */
.vp-login-body {
	min-height: 100vh;
	background: radial-gradient(circle at 18% 18%,#eaf1ff 0,#f7f9fd 33%,#f3f6fb 100%);
	overflow-x: hidden
}

.vp-login-shell {
	min-height: 100vh;
	display: grid;
	grid-template-columns: minmax(420px,1fr) 460px;
	align-items: center;
	gap: 56px;
	max-width: 1220px;
	margin: 0 auto;
	padding: 64px clamp(28px,6vw,80px)
}

.vp-login-hero {
	display: flex;
	flex-direction: column;
	gap: 20px
}

.vp-login-hero img {
	width: 250px;
	object-fit: contain
}

.vp-login-hero h1 {
	font-size: 34px;
	line-height: 1.1;
	font-weight: 900;
	letter-spacing: -.04em;
	margin: 0
}

.vp-login-hero p {
	max-width: 560px;
	color: #344054;
	line-height: 1.8;
	margin: 0
}

.vp-login-hero span {
	color: var(--vp-muted);
	font-size: 12px
}

.vp-login-panel {
	display: flex;
	justify-content: center
}

.vp-login-card {
	width: 100%;
	max-width: 420px;
	background: #fff;
	border: 1px solid var(--vp-border);
	border-radius: 24px;
	box-shadow: var(--vp-shadow-lg);
	padding: 32px
}

.vp-login-logo {
	height: 30px;
	max-width: 180px;
	object-fit: contain;
	margin-bottom: 24px
}

.vp-login-card h2 {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 900;
	letter-spacing: -.03em;
	margin: 0 0 8px
}

.vp-login-card p {
	font-size: 13px;
	color: var(--vp-muted);
	margin: 0 0 22px
}

.vp-login-card label {
	display: block;
	margin: 14px 0 7px;
	color: #344054;
	font-size: 13px;
	font-weight: 750
}

.vp-login-card input {
	height: 44px;
	border-radius: 13px;
	background: #f8fbff
}

.vp-login-captcha-row {
	display: grid;
	grid-template-columns: minmax(0,1fr) 142px;
	gap: 12px;
	align-items: center
}

.vp-login-captcha-row img {
	height: 44px;
	border: 1px solid #dbe3ef;
	border-radius: 13px;
	background: #f8fbff;
	object-fit: cover;
	cursor: pointer
}

.vp-login-error {
	margin: 12px 0 16px;
	padding: 12px 14px;
	border: 1px solid #fecdca;
	border-radius: 13px;
	background: var(--vp-danger-bg);
	color: var(--vp-danger);
	font-weight: 650
}

.vp-login-submit {
	width: 100%;
	height: 46px;
	margin-top: 22px;
	justify-content: center;
	font-weight: 800
}

/* Shell */
body.vp-admin-shell {
	background: var(--vp-page);
	overflow-x: hidden
}

.vp-admin-shell .vp-app {
	min-height: 100vh;
	padding-left: var(--vp-sidebar-w);
	background: var(--vp-page);
	transition: padding-left .16s ease
}

.vp-admin-shell .vp-app.sidebar-collapsed {
	padding-left: var(--vp-sidebar-collapsed-w)
}

.vp-admin-shell .vp-sidebar {
	position: fixed;
	z-index: 1030;
	inset: 0 auto 0 0;
	width: var(--vp-sidebar-w);
	background: #fff;
	border-right: 1px solid var(--vp-border);
	display: flex;
	flex-direction: column;
	transition: width .16s ease,transform .16s ease;
	overflow: hidden
}

.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar {
	width: var(--vp-sidebar-collapsed-w)
}

.vp-admin-shell .vp-sidebar-brand {
	height: var(--vp-topbar-h);
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 12px;
	border-bottom: 1px solid var(--vp-border);
	flex: 0 0 auto
}

.vp-sidebar-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	flex: 1
}

.vp-sidebar-logo-full {
	display: block;
	width: 128px;
	max-height: 32px;
	object-fit: contain
}

.vp-sidebar-logo-mark {
	display: none;
	width: 30px;
	height: 30px;
	object-fit: contain
}

.vp-sidebar-collapse,.vp-sidebar-collapse-btn {
	width: 30px;
	height: 30px;
	border: 0;
	background: transparent;
	color: #667085;
	border-radius: 9px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto
}

.vp-sidebar-collapse:hover {
	background: #f3f6fc;
	color: var(--vp-primary)
}

.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar-brand {
	justify-content: center;
	padding: 0 8px
}

.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar-logo {
	flex: 0 0 auto
}

.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar-logo-full {
	display: none
}

.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar-logo-mark {
	display: block
}

.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar-collapse {
	display: none
}

.vp-admin-shell .vp-sidebar-scroll {
	height: calc(100vh - 52px);
	overflow: auto;
	padding: 10px 10px 18px
}

.vp-sidebar-section {
	margin-bottom: 12px
}

.vp-sidebar-title-btn {
	width: 100%;
	border: 0;
	background: transparent;
	color: #667085;
	font-size: 12px;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 8px
}

.vp-sidebar-title-btn:hover {
	background: #f8fafc
}

.vp-nav-children {
	display: grid;
	gap: 3px
}

.vp-nav-link,.vp-nav-child-link {
	min-height: 37px;
	border-radius: 10px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #344054;
	font-weight: 520
}

.vp-nav-link i,.vp-nav-child-link i {
	font-size: 15px;
	color: #667085;
	width: 16px;
	text-align: center
}

.vp-nav-link:hover,.vp-nav-child-link:hover {
	background: #f3f6fc;
	color: var(--vp-primary)
}

.vp-nav-link.active,.vp-nav-child-link.active {
	background: #eef4ff;
	color: var(--vp-primary);
	font-weight: 760
}

.vp-nav-link.active i,.vp-nav-child-link.active i {
	color: var(--vp-primary)
}

.vp-nav-label,.vp-nav-text,.vp-sidebar-title-text {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.vp-nav-badge {
	margin-left: auto;
	font-size: 11px;
	padding: 1px 6px;
	border-radius: 999px;
	background: #eef4ff;
	color: var(--vp-primary)
}

.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar-title-text,.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar-title-arrow,.vp-admin-shell .vp-app.sidebar-collapsed .vp-nav-label,.vp-admin-shell .vp-app.sidebar-collapsed .vp-nav-text,.vp-admin-shell .vp-app.sidebar-collapsed .vp-nav-caret,.vp-admin-shell .vp-app.sidebar-collapsed .vp-nav-badge {
	display: none
}

.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar-scroll {
	padding: 10px 8px
}

.vp-admin-shell .vp-app.sidebar-collapsed .vp-nav-link {
	justify-content: center;
	padding: 0
}

.vp-admin-shell .vp-app.sidebar-collapsed .vp-nav-link i {
	width: auto
}

.vp-admin-shell .vp-topbar {
	position: fixed;
	z-index: 1020;
	top: 0;
	left: var(--vp-sidebar-w);
	right: 0;
	height: var(--vp-topbar-h);
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 16px;
	background: rgba(255,255,255,.96);
	border-bottom: 1px solid var(--vp-border);
	backdrop-filter: blur(14px);
	transition: left .16s ease
}

.vp-admin-shell .vp-app.sidebar-collapsed .vp-topbar {
	left: var(--vp-sidebar-collapsed-w)
}

.vp-menu-btn,.vp-mobile-toggle {
	display: none
}

.vp-topbar-left {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	flex: 0 1 auto
}

.vp-topbar-spacer {
	flex: 1
}

.vp-topbar-right,.vp-top-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto
}

.vp-breadcrumb,.vp-topbar-breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #667085;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.vp-breadcrumb a {
	color: #667085
}

.vp-breadcrumb-current {
	color: #111827;
	font-weight: 760
}

.vp-global-search {
	position: relative;
	width: min(520px,34vw);
	height: 34px;
	border: 1px solid var(--vp-border);
	border-radius: 10px;
	background: #fff;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 10px;
	color: #98a2b3;
	flex: 0 0 auto
}

.vp-global-search input {
	border: 0;
	outline: 0;
	min-width: 0;
	flex: 1;
	background: transparent;
	color: #111827;
	height: 32px;
	padding: 0
}

.vp-search-shortcut {
	font-size: 11px;
	color: #98a2b3;
	border: 1px solid #e6ebf2;
	border-radius: 7px;
	padding: 0 5px
}

.vp-global-search-panel {
	position: absolute;
	z-index: 1050;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	display: none;
	background: #fff;
	border: 1px solid var(--vp-border);
	border-radius: 12px;
	box-shadow: var(--vp-shadow-lg);
	padding: 6px;
	max-height: 320px;
	overflow: auto
}

.vp-global-search-panel.show {
	display: block
}

.vp-global-search-item {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 9px 10px;
	border-radius: 9px;
	color: #344054
}

.vp-global-search-item:hover {
	background: var(--vp-primary-soft);
	color: var(--vp-primary)
}

.vp-global-search-empty {
	padding: 12px;
	color: var(--vp-muted);
	text-align: center
}

.vp-account {
	display: flex;
	align-items: center;
	gap: 9px
}

.vp-account-text {
	display: block;
	line-height: 1.1
}

.vp-account-name {
	font-weight: 800;
	color: #111827
}

.vp-account-email {
	font-size: 11px;
	color: #667085
}

.vp-user-avatar,.vp-avatar {
	width: 30px;
	height: 30px;
	border: 0;
	border-radius: 9px;
	background: var(--vp-primary);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800
}

.vp-notification-badge {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #ef4444;
	border: 1px solid #fff;
	font-size: 0
}

.vp-admin-shell .vp-main {
	min-height: 100vh;
	padding-top: var(--vp-topbar-h);
	display: flex;
	flex-direction: column;
	background: var(--vp-page)
}

.vp-admin-shell .vp-content {
	width: 100%;
	min-height: calc(100vh - var(--vp-topbar-h) - 42px);
	padding: 24px 28px 42px;
	background: var(--vp-page)
}

.vp-admin-shell .vp-content-fluid {
	max-width: none
}

.vp-admin-shell .vp-footer {
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 28px;
	color: #98a2b3;
	font-size: 12px
}

.vp-dim {
	display: none
}

/* Page head */
.vp-page-head,.vp-console-head,.vp-console-topbar,.vp-dash-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 14px;
	min-width: 0
}

.vp-page-title,.vp-console-title,.vp-dash-title {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 850;
	letter-spacing: -.02em;
	color: var(--vp-heading);
	margin: 0 0 5px
}

.vp-page-subtitle,.vp-console-subtitle,.vp-dash-subtitle {
	font-size: 12px;
	color: var(--vp-muted);
	margin: 0
}

.vp-page-actions,.vp-console-actions,.vp-dash-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap
}

.vp-page-tabs,.vp-page-nav {
	display: flex;
	align-items: center;
	gap: 14px;
	border-bottom: 1px solid var(--vp-border);
	margin: 6px 0 14px
}

.vp-page-tab {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	color: #344054;
	font-weight: 650;
	font-size: 13px;
	border-bottom: 2px solid transparent
}

.vp-page-tab.active,.vp-page-tab:hover {
	color: var(--vp-primary);
	border-bottom-color: var(--vp-primary)
}

/* Cards and generic grids */
.vp-card,.vp-panel-card,.vp-table-card,.vp-list-card,.vp-filter-card,.vp-quick-card,.vp-health-card,.vp-file-list-card {
	background: #fff;
	border: 1px solid var(--vp-border);
	border-radius: var(--vp-radius);
	box-shadow: var(--vp-shadow)
}

.vp-card-header,.vp-panel-head {
	min-height: 48px;
	padding: 14px 16px;
	border-bottom: 1px solid var(--vp-line);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px
}

.vp-card-body {
	padding: 16px
}

.vp-card-footer {
	padding: 14px 16px;
	border-top: 1px solid var(--vp-line)
}

.vp-card-title,.vp-section-title {
	font-size: 16px;
	line-height: 1.25;
	font-weight: 850;
	margin: 0;
	color: var(--vp-heading)
}

.vp-grid,.vp-grid-2,.vp-grid-4,.vp-stat-grid,.vp-health-grid {
	display: grid;
	gap: 14px
}

.vp-grid-2 {
	grid-template-columns: repeat(2,minmax(0,1fr))
}

.vp-grid-4,.vp-stat-grid {
	grid-template-columns: repeat(4,minmax(0,1fr))
}

.vp-health-grid {
	grid-template-columns: repeat(auto-fit,minmax(260px,1fr))
}

.vp-alert {
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid var(--vp-border);
	background: #fff;
	margin-bottom: 12px
}

.vp-alert-success {
	background: var(--vp-success-bg);
	color: var(--vp-success);
	border-color: #abefc6
}

.vp-alert-danger,.vp-alert-error {
	background: var(--vp-danger-bg);
	color: var(--vp-danger);
	border-color: #fecdca
}

.vp-alert-warning {
	background: var(--vp-warning-bg);
	color: var(--vp-warning);
	border-color: #fedf89
}

.vp-alert-info {
	background: var(--vp-info-bg);
	color: var(--vp-info);
	border-color: #b2ddff
}

.vp-badge,.vp-status {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	min-height: 22px;
	border-radius: 999px;
	padding: 2px 8px;
	background: #f2f4f7;
	color: #344054;
	font-size: 12px;
	font-weight: 760
}

.vp-badge.success,.vp-badge-success,.vp-status.success {
	background: var(--vp-success-bg);
	color: var(--vp-success)
}

.vp-badge.warning,.vp-badge-warning {
	background: var(--vp-warning-bg);
	color: var(--vp-warning)
}

.vp-badge.info {
	background: var(--vp-info-bg);
	color: var(--vp-info)
}

.vp-badge.danger,.vp-status.danger {
	background: var(--vp-danger-bg);
	color: var(--vp-danger)
}

.vp-badge.muted {
	background: #f2f4f7;
	color: #667085
}

.vp-empty,.vp-empty-state,.vp-file-empty,.vp-file-picker-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 88px;
	padding: 24px;
	color: var(--vp-muted);
	text-align: center;
	border: 1px dashed var(--vp-border);
	border-radius: 12px;
	background: #fbfcfe
}

.vp-empty-state h3 {
	font-size: 15px;
	margin: 8px 0 4px
}

.vp-empty-icon {
	width: 36px;
	height: 36px;
	border-radius: 12px;
	background: var(--vp-primary-soft);
	color: var(--vp-primary);
	display: flex;
	align-items: center;
	justify-content: center
}

/* Dashboard / console */
.vp-console,.vp-dashboard-page,.vp-dashboard-layout {
	max-width: none;
	width: 100%;
	margin: 0
}

.vp-console-hero-row,.vp-console-hero {
	display: grid;
	grid-template-columns: minmax(0,1fr) 260px;
	gap: 14px;
	margin-bottom: 16px
}

.vp-console-hero-card,.vp-console-hero-main {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg,#fff 0,#f6fbff 60%,#e8f7ff 100%);
	border: 1px solid #dbeeff;
	border-radius: 18px;
	box-shadow: var(--vp-shadow);
	padding: 24px
}

.vp-console-hero-card:after,.vp-console-hero-main:after {
	content: "";
	position: absolute;
	right: -44px;
	bottom: -58px;
	width: 210px;
	height: 210px;
	border-radius: 999px;
	background: rgba(34,173,245,.12)
}

.vp-hero-eyebrow,.vp-console-eyebrow,.vp-dash-eyebrow {
	font-size: 12px;
	font-weight: 850;
	color: var(--vp-primary);
	margin-bottom: 8px
}

.vp-console-hero-card h2,.vp-console-hero-main h2 {
	font-size: 22px;
	line-height: 1.25;
	font-weight: 900;
	letter-spacing: -.03em;
	margin: 0 0 8px;
	position: relative
}

.vp-console-hero-card p,.vp-console-hero-main p {
	max-width: 720px;
	color: #344054;
	margin: 0 0 16px;
	position: relative
}

.vp-hero-actions,.vp-console-hero-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative
}

.vp-hero-balance-card,.vp-console-hero-side {
	background: #fff;
	border: 1px solid var(--vp-border);
	border-radius: 18px;
	box-shadow: var(--vp-shadow);
	padding: 18px
}

.vp-hero-balance-label,.vp-mini-label {
	font-size: 12px;
	font-weight: 760;
	color: #344054
}

.vp-hero-balance-value,.vp-mini-amount {
	font-size: 24px;
	font-weight: 900;
	color: var(--vp-primary);
	margin: 8px 0 14px
}

.vp-hero-balance-row,.vp-mini-row,.vp-summary-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 9px 0;
	border-top: 1px solid var(--vp-line);
	color: #667085
}

.vp-hero-balance-row b,.vp-mini-row strong,.vp-summary-row b {
	color: #111827
}

.vp-kpi-strip,.vp-mini-metric-grid {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 14px;
	margin-bottom: 16px
}

.vp-stat,.vp-mini-metric,.vp-stat-card {
	padding: 16px;
	background: #fff;
	border: 1px solid var(--vp-border);
	border-radius: 14px;
	box-shadow: var(--vp-shadow)
}

.vp-stat-label,.vp-mini-metric span {
	font-size: 12px;
	color: #667085
}

.vp-stat-value,.vp-mini-metric b {
	display: block;
	margin-top: 5px;
	font-size: 22px;
	font-weight: 900;
	color: #111827
}

.vp-stat-meta,.vp-mini-metric small {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	color: #667085
}

.vp-console-main-grid {
	display: grid;
	grid-template-columns: minmax(0,2fr) minmax(280px,1fr);
	gap: 14px;
	margin-bottom: 16px
}

.vp-console-bottom-grid {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 14px;
	margin-bottom: 16px
}

.vp-widget-grid,.vp-dashboard-widget-grid {
	display: grid;
	grid-template-columns: repeat(12,minmax(0,1fr));
	gap: 14px
}

.vp-widget-card,.vp-dashboard-widget-card {
	grid-column: span var(--vp-widget-span-xl,4);
	background: #fff;
	border: 1px solid var(--vp-border);
	border-radius: 14px;
	box-shadow: var(--vp-shadow);
	padding: 16px
}

.vp-widget-head,.vp-dashboard-widget-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px
}

.vp-widget-head h3,.vp-dashboard-widget-top h4 {
	font-size: 15px;
	font-weight: 850;
	margin: 0
}

.vp-widget-head p,.vp-dashboard-widget-card p {
	font-size: 12px;
	color: var(--vp-muted);
	margin: 4px 0 0
}

.vp-widget-badge {
	font-size: 11px;
	border-radius: 999px;
	background: #eef4ff;
	color: var(--vp-primary);
	padding: 2px 7px
}

.vp-chart {
	min-height: 190px;
	border: 1px solid var(--vp-line);
	border-radius: 12px;
	background: #fbfcff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #98a2b3
}

.vp-chart-lg {
	min-height: 260px
}

.vp-chart-legend {
	display: flex;
	gap: 16px;
	margin-top: 12px;
	color: #667085;
	font-size: 12px
}

.vp-progress {
	height: 8px;
	background: #eef2f7;
	border-radius: 999px;
	overflow: hidden
}

.vp-progress-bar {
	height: 100%;
	background: var(--vp-primary)
}

.vp-channel-health-item {
	display: grid;
	gap: 8px;
	margin-bottom: 14px
}

.vp-task-card {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border: 1px solid var(--vp-line);
	border-radius: 12px;
	margin-bottom: 8px
}

.vp-task-card b,.vp-task-card span {
	display: block
}

.vp-task-card span {
	font-size: 12px;
	color: var(--vp-muted)
}

.vp-donut-wrap {
	display: flex;
	align-items: center;
	gap: 18px
}

.vp-donut {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: conic-gradient(var(--vp-primary) 0 var(--a,30%),#22ccee var(--a,30%) var(--b,65%),#d0d5dd var(--b,65%) 100%);
	display: grid;
	place-items: center
}

.vp-donut span {
	width: 86px;
	height: 86px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 850
}

.vp-donut-list {
	flex: 1
}

.vp-donut-list div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px solid var(--vp-line)
}

.vp-range-tabs {
	display: flex;
	gap: 6px
}

.vp-range-tabs a {
	height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	background: #f2f4f7;
	color: #667085
}

.vp-range-tabs a.active {
	background: var(--vp-primary-soft);
	color: var(--vp-primary);
	font-weight: 800
}

.vp-module-dashboard-card {
	margin-top: 16px
}

.vp-dashboard-settings-mask {
	position: fixed;
	inset: 0;
	z-index: 1070;
	background: rgba(15,23,42,.38);
	backdrop-filter: blur(3px)
}

.vp-dashboard-settings-modal {
	position: fixed;
	z-index: 1071;
	top: 0;
	right: 0;
	width: min(520px,100vw);
	height: 100vh;
	background: #fff;
	box-shadow: var(--vp-shadow-lg)
}

.vp-dashboard-settings-panel {
	height: 100%;
	display: flex;
	flex-direction: column
}

.vp-dashboard-settings-head {
	padding: 18px;
	border-bottom: 1px solid var(--vp-border);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px
}

.vp-check-grid,.vp-settings-list {
	display: grid;
	gap: 10px;
	padding: 16px;
	overflow: auto
}

.vp-switch-row,.vp-check-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border: 1px solid var(--vp-border);
	border-radius: 12px;
	padding: 12px;
	background: #fff
}

.vp-switch-row span,.vp-check-card span {
	display: block
}

.vp-switch-row em,.vp-check-card small {
	display: block;
	color: var(--vp-muted);
	font-size: 12px;
	font-style: normal;
	margin-top: 3px
}

.vp-dashboard-settings-actions {
	margin-top: auto;
	padding: 14px 16px;
	border-top: 1px solid var(--vp-border);
	display: flex;
	justify-content: flex-end;
	gap: 8px
}

/* Lists / tables */
.vp-list-card,.vp-crud-card,.vp-datatable-card {
	overflow: visible
}

.vp-list-search,.vp-datatable-toolbar {
	padding: 14px 14px 0
}

.vp-list-search-inner,.vp-datatable-toolbar-row,.vp-filter-inline-controls,.vp-filter-main-controls,.vp-filter-one-line-form {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap
}

.vp-input-icon {
	position: relative;
	display: flex;
	align-items: center
}

.vp-input-icon i {
	position: absolute;
	left: 12px;
	color: #98a2b3;
	pointer-events: none
}

.vp-input-icon input {
	padding-left: 36px
}

.vp-list-search-main,.vp-filter-main-search,.vp-filter-inline-search {
	width: 280px;
	max-width: 100%
}

.vp-list-filter,.vp-list-range {
	width: 150px;
	max-width: 100%
}

.vp-column-display-btn,.vp-filter-column-action {
	margin-left: auto
}

.table-responsive,.vp-table-wrap,.vp-datatable-wrap {
	width: 100%;
	overflow: auto
}

.vp-table,.vp-data-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: #fff;
	color: #111827
}

.vp-table th,.vp-table td,.vp-data-table th,.vp-data-table td {
	padding: 12px 14px;
	border-bottom: 1px solid var(--vp-line);
	vertical-align: middle;
	white-space: nowrap
}

.vp-table thead th,.vp-data-table thead th {
	background: #f8fafc;
	color: #344054;
	font-size: 12px;
	font-weight: 800
}

.vp-table tbody tr:hover,.vp-data-table tbody tr:hover {
	background: #fbfcff
}

.vp-select-col {
	width: 42px;
	text-align: center
}

.vp-sort-link,.vp-sort-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #344054;
	font-weight: 800
}

.vp-sort-link:hover {
	color: var(--vp-primary)
}

.vp-sort-caret {
	display: inline-flex;
	flex-direction: column;
	gap: 0;
	line-height: 8px;
	color: #c4ccd8
}

.vp-sort-caret i {
	font-size: 8px;
	height: 8px
}

.vp-sort-link.is-active {
	color: var(--vp-primary)
}

.vp-sort-link.is-active.asc .bi-caret-up-fill,.vp-sort-link.is-active.desc .bi-caret-down-fill {
	color: var(--vp-primary)
}

.vp-row-actions,.vp-table-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px
}

.vp-row-actions form {
	margin: 0
}

.vp-bulk-bar,.vp-selected-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 12px 14px 0;
	padding: 10px 12px;
	border: 1px solid #dbe6ff;
	border-radius: 12px;
	background: #f8fbff
}

.vp-bulk-info,.vp-selected-toolbar-left {
	font-weight: 750;
	color: #344054
}

.vp-bulk-actions,.vp-selected-toolbar-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	flex-wrap: wrap
}

.vp-bulk-status-select,.vp-selected-mark-select {
	width: 150px
}

.vp-table-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 14px
}

.vp-table-footer-left,.vp-table-footer-right {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap
}

.vp-table-result-info,.vp-table-total {
	color: var(--vp-muted);
	font-size: 12px
}

.vp-page-size,.vp-footer-per-page {
	width: auto;
	min-width: 104px;
	height: 34px
}

.vp-pagination,.pagination {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0
}

.page-link {
	border: 1px solid var(--vp-border);
	border-radius: 8px;
	color: #344054
}

.page-item.active .page-link {
	background: var(--vp-primary);
	border-color: var(--vp-primary);
	color: #fff
}

.vp-column-menu {
	position: absolute;
	z-index: 1080;
	width: 260px;
	max-height: min(560px,calc(100vh - 120px));
	overflow: auto;
	background: #fff;
	border: 1px solid var(--vp-border);
	border-radius: 16px;
	box-shadow: var(--vp-shadow-lg);
	padding: 14px
}

.vp-column-menu-title {
	font-size: 15px;
	font-weight: 850;
	margin: 0 0 12px
}

.vp-column-menu label {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 36px;
	padding: 4px 2px;
	color: #344054;
	font-weight: 650
}

.vp-column-menu .vp-column-reset {
	width: 100%;
	margin-top: 12px;
	border-top: 1px solid var(--vp-line);
	padding-top: 12px
}

/* Forms and details */
.vp-form-card {
	overflow: hidden
}

.vp-form-grid {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 18px 20px
}

.vp-form-grid.cols-1 {
	grid-template-columns: 1fr
}

.vp-form-grid.cols-3 {
	grid-template-columns: repeat(3,minmax(0,1fr))
}

.vp-form-item {
	min-width: 0
}

.vp-form-item.span-2,.vp-form-grid>.span-2,.vp-field-full,.vp-col-span {
	grid-column: 1/-1
}

.vp-form-section-title {
	grid-column: 1/-1;
	padding: 12px 0 2px;
	font-size: 15px;
	font-weight: 850;
	color: #111827;
	border-bottom: 1px solid var(--vp-line)
}

.vp-radio-line {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap
}

.vp-radio-line label,.vp-switch-line {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 34px;
	color: #344054
}

.vp-check-card-grid {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 10px
}

.vp-check-card {
	align-items: flex-start;
	justify-content: flex-start
}

.vp-permission-matrix {
	grid-column: 1/-1;
	display: grid;
	gap: 14px;
	width: 100%
}

.vp-permission-toolbar {
	display: grid;
	grid-template-columns: minmax(240px,1fr) auto;
	align-items: center;
	gap: 10px
}

.vp-permission-search {
	position: relative
}

.vp-permission-search i {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--vp-muted);
	pointer-events: none
}

.vp-permission-search .form-control {
	padding-left: 34px
}

.vp-permission-toolbar-actions,.vp-permission-group-actions {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: flex-end
}

.vp-permission-group {
	border: 1px solid var(--vp-border);
	border-radius: 14px;
	background: #fff;
	overflow: hidden
}

.vp-permission-group-head {
	min-height: 44px;
	padding: 10px 12px;
	background: #f8fafc;
	border-bottom: 1px solid var(--vp-line);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px
}

.vp-permission-resources {
	display: grid
}

.vp-permission-resource {
	display: grid;
	grid-template-columns: 150px minmax(0,1fr);
	border-bottom: 1px solid var(--vp-line)
}

.vp-permission-resource:last-child {
	border-bottom: 0
}

.vp-permission-resource-title {
	padding: 12px;
	background: #fbfcfe;
	color: #344054;
	font-weight: 760
}

.vp-permission-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	padding: 10px 12px
}

.vp-permission-action {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 28px;
	padding: 4px 9px;
	border: 1px solid var(--vp-border);
	border-radius: 999px;
	background: #fff;
	color: #344054;
	font-size: 12px;
	white-space: nowrap
}

.vp-permission-action:has(input:checked) {
	background: var(--vp-primary-soft);
	border-color: #b7c9ff;
	color: var(--vp-primary)
}

.vp-access-preview {
	display: grid;
	gap: 12px;
	width: 100%;
	min-width: 0
}

.vp-access-preview-head {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap
}

.vp-access-preview-grid {
	display: grid;
	grid-template-columns: minmax(0,1.4fr) repeat(2,minmax(120px,.6fr));
	gap: 10px
}

.vp-access-preview-grid>div,.vp-access-preview-block {
	border: 1px solid var(--vp-border);
	border-radius: 12px;
	background: #fff;
	padding: 12px;
	min-width: 0
}

.vp-access-preview-grid b,.vp-access-preview-block b {
	display: block;
	color: var(--vp-muted);
	font-size: 12px;
	margin-bottom: 8px
}

.vp-access-preview-grid strong {
	font-size: 20px;
	color: var(--vp-heading)
}

.vp-access-chip-row,.vp-access-code-row {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap
}

.vp-access-chip {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 3px 9px;
	border-radius: 999px;
	background: var(--vp-primary-soft);
	color: var(--vp-primary);
	font-size: 12px;
	font-weight: 750
}

.vp-access-code-row code {
	white-space: normal;
	word-break: break-all
}

.vp-rbac-chain {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap
}

.vp-rbac-chain span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 6px 12px;
	border: 1px solid var(--vp-border);
	border-radius: 999px;
	background: #fff;
	color: var(--vp-heading);
	font-weight: 800
}

.vp-rbac-chain i {
	color: var(--vp-muted)
}

.vp-detail-card {
	overflow: hidden
}

.vp-detail-grid-simple,.vp-description-grid,.vp-detail-table {
	display: grid;
	grid-template-columns: 170px minmax(0,1fr);
	border: 1px solid var(--vp-line);
	border-radius: 12px;
	overflow: hidden
}

.vp-field,.vp-description-grid>div,.vp-detail-card dl {
	display: contents
}

.vp-field-label,.vp-description-label,.vp-detail-card dt {
	background: #f8fafc;
	color: #344054;
	font-weight: 760;
	padding: 12px 14px;
	border-bottom: 1px solid var(--vp-line)
}

.vp-field-value,.vp-description-value,.vp-detail-card dd {
	padding: 12px 14px;
	border-bottom: 1px solid var(--vp-line);
	min-width: 0;
	word-break: break-word
}

.vp-detail-grid-simple .vp-field:last-child .vp-field-label,.vp-detail-grid-simple .vp-field:last-child .vp-field-value {
	border-bottom: 0
}

.vp-code-block,.vp-code-pre,.vp-log-pre {
	display: block;
	max-height: 520px;
	overflow: auto;
	background: #0f172a;
	color: #e5e7eb;
	border-radius: 12px;
	padding: 14px;
	white-space: pre-wrap;
	font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;
	font-size: 12px;
	line-height: 1.55
}

/* System / file pages */
.vp-health-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding: 11px 0;
	border-bottom: 1px solid var(--vp-line)
}

.vp-health-row:last-child {
	border-bottom: 0
}

.vp-health-row b {
	display: block;
	color: #111827
}

.vp-health-row small {
	display: block;
	color: var(--vp-muted);
	word-break: break-all
}

.vp-health-status {
	font-weight: 800
}

.vp-diagnostic-summary {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 14px;
	margin-bottom: 14px
}

.vp-diagnostic-kpi {
	background: #fff;
	border: 1px solid var(--vp-border);
	border-radius: 14px;
	padding: 16px;
	box-shadow: var(--vp-shadow)
}

.vp-diagnostic-kpi b {
	display: block;
	font-size: 22px;
	margin-top: 4px
}

.vp-file-grid,.vp-file-picker-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(210px,1fr));
	gap: 12px;
	padding: 14px
}

.vp-file-card,.vp-file-picker-item {
	border: 1px solid var(--vp-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--vp-shadow);
	padding: 12px
}

.vp-file-thumb,.vp-file-picker-thumb {
	height: 110px;
	border: 1px dashed var(--vp-border);
	border-radius: 12px;
	background: #f8fafc;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #98a2b3;
	margin-bottom: 10px;
	overflow: hidden
}

.vp-file-name,.vp-file-picker-name {
	font-weight: 800;
	word-break: break-all
}

.vp-file-meta,.vp-file-info {
	font-size: 12px;
	color: var(--vp-muted);
	margin-top: 4px
}

.vp-file-url {
	margin-top: 8px;
	font-size: 12px;
	color: var(--vp-primary);
	word-break: break-all
}

.vp-file-field-row {
	display: flex;
	align-items: center;
	gap: 8px
}

.vp-file-field-input {
	flex: 1
}

.vp-upload-drop {
	border: 1px dashed #b7c9ff;
	border-radius: 14px;
	background: #f8fbff;
	padding: 28px;
	text-align: center;
	color: #344054;
	cursor: pointer
}

.vp-upload-drop i {
	font-size: 30px;
	color: var(--vp-primary);
	display: block;
	margin-bottom: 8px
}

.vp-upload-drop strong,.vp-upload-drop span {
	display: block
}

.vp-upload-drop span {
	font-size: 12px;
	color: var(--vp-muted);
	margin-top: 4px
}

.vp-upload-drop input {
	display: none
}

.vp-upload-file-list,.vp-upload-progress {
	margin-top: 12px
}

.vp-upload-progress-bar {
	height: 8px;
	background: #eef2f7;
	border-radius: 999px;
	overflow: hidden
}

.vp-upload-progress-bar span {
	display: block;
	height: 100%;
	background: var(--vp-primary)
}

/* Overlays */
.vp-toast-container {
	position: fixed;
	z-index: 2000;
	top: 58px;
	right: 18px;
	display: grid;
	gap: 10px;
	max-width: 360px
}

.vp-toast {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	background: #fff;
	border: 1px solid var(--vp-border);
	border-radius: 14px;
	box-shadow: var(--vp-shadow-lg);
	padding: 12px
}

.vp-toast.success .vp-toast-icon {
	color: var(--vp-success)
}

.vp-toast.danger .vp-toast-icon {
	color: var(--vp-danger)
}

.vp-toast.warning .vp-toast-icon {
	color: var(--vp-warning)
}

.vp-toast.info .vp-toast-icon {
	color: var(--vp-info)
}

.vp-toast-body {
	display: grid;
	gap: 2px;
	flex: 1
}

.vp-toast-body b {
	font-weight: 850
}

.vp-toast-body span {
	font-size: 12px;
	color: var(--vp-muted)
}

.vp-toast-close {
	border: 0;
	background: transparent;
	color: #98a2b3
}

.vp-loading,.vp-confirm-backdrop,.vp-modal-backdrop,.vp-ui-modal,.vp-offcanvas-backdrop,.vp-command-palette {
	position: fixed;
	inset: 0;
	z-index: 1900;
	background: rgba(15,23,42,.38);
	backdrop-filter: blur(3px);
	display: none;
	align-items: center;
	justify-content: center
}

.vp-loading.show,.vp-command-palette.show {
	display: flex
}

.vp-confirm-backdrop,.vp-modal-backdrop,.vp-ui-modal,.vp-offcanvas-backdrop {
	display: flex
}

.vp-confirm-box,.vp-modal-box {
	width: min(460px,calc(100vw - 32px));
	background: #fff;
	border: 1px solid var(--vp-border);
	border-radius: 16px;
	box-shadow: var(--vp-shadow-lg);
	overflow: hidden
}

.vp-confirm-head,.vp-modal-head {
	padding: 14px 16px;
	border-bottom: 1px solid var(--vp-line);
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 850
}

.vp-confirm-body,.vp-modal-body {
	padding: 16px;
	color: #344054
}

.vp-confirm-actions,.vp-modal-actions {
	padding: 12px 16px;
	border-top: 1px solid var(--vp-line);
	display: flex;
	justify-content: flex-end;
	gap: 8px
}

.vp-drawer {
	position: fixed;
	z-index: 1901;
	top: 0;
	right: 0;
	width: min(420px,100vw);
	height: 100vh;
	background: #fff;
	box-shadow: var(--vp-shadow-lg);
	display: flex;
	flex-direction: column
}

.vp-drawer-lg {
	width: min(680px,100vw)
}

.vp-drawer-head {
	height: 52px;
	padding: 0 16px;
	border-bottom: 1px solid var(--vp-border);
	display: flex;
	align-items: center;
	justify-content: space-between
}

.vp-drawer-body {
	flex: 1;
	overflow: auto;
	padding: 16px
}

.vp-drawer-footer {
	padding: 12px 16px;
	border-top: 1px solid var(--vp-border);
	display: flex;
	justify-content: flex-end;
	gap: 8px
}

.vp-drawer-loading {
	min-height: 160px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	justify-content: center;
	color: #344054
}

.vp-spinner {
	width: 28px;
	height: 28px;
	border: 3px solid #dbe6ff;
	border-top-color: var(--vp-primary);
	border-radius: 50%;
	animation: vpSpin .8s linear infinite
}

@keyframes vpSpin {
	to {
		transform: rotate(360deg)
	}
}

.vp-command-box {
	width: min(640px,calc(100vw - 32px));
	background: #fff;
	border: 1px solid var(--vp-border);
	border-radius: 16px;
	box-shadow: var(--vp-shadow-lg);
	padding: 12px
}

.vp-command-box input {
	width: 100%;
	height: 44px;
	border-radius: 12px
}

.vp-command-list {
	margin-top: 10px;
	display: grid;
	gap: 4px;
	max-height: 420px;
	overflow: auto
}

.vp-command-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	border-radius: 10px;
	color: #344054
}

.vp-command-item:hover {
	background: var(--vp-primary-soft);
	color: var(--vp-primary)
}

@media(max-width:1200px) {
	.vp-kpi-strip,.vp-mini-metric-grid {
		grid-template-columns: repeat(2,minmax(0,1fr))
	}

	.vp-console-bottom-grid {
		grid-template-columns: 1fr 1fr
	}

	.vp-widget-card {
		grid-column: span var(--vp-widget-span-md,6)
	}
}

@media(max-width:992px) {
	:root {
		--vp-sidebar-w: 210px
	}

	.vp-admin-shell .vp-app {
		padding-left: 0
	}

	.vp-admin-shell .vp-sidebar {
		transform: translateX(-100%)
	}

	.vp-admin-shell .vp-app.sidebar-open .vp-sidebar {
		transform: translateX(0)
	}

	.vp-admin-shell .vp-topbar {
		left: 0
	}

	.vp-menu-btn,.vp-mobile-toggle {
		display: inline-flex
	}

	.vp-dim {
		display: none
	}

	.sidebar-open .vp-dim {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 1025;
		background: rgba(15,23,42,.34)
	}

	.vp-page-head,.vp-console-head,.vp-console-topbar,.vp-dash-head {
		flex-direction: column
	}

	.vp-page-actions,.vp-console-actions,.vp-dash-actions {
		width: 100%;
		justify-content: flex-start
	}

	.vp-console-hero-row,.vp-console-hero,.vp-console-main-grid,.vp-console-bottom-grid {
		grid-template-columns: 1fr
	}

	.vp-form-grid,.vp-form-grid.cols-3,.vp-grid-2,.vp-grid-4,.vp-stat-grid,.vp-health-grid {
		grid-template-columns: 1fr
	}

	.vp-permission-resource {
		grid-template-columns: 1fr
	}

	.vp-permission-resource-title {
		border-bottom: 1px solid var(--vp-line)
	}

	.vp-list-search-inner,.vp-datatable-toolbar-row {
		display: grid;
		grid-template-columns: 1fr
	}

	.vp-list-search-main,.vp-list-filter,.vp-list-range {
		width: 100%;
		max-width: none
	}

	.vp-column-display-btn {
		margin-left: 0
	}

	.vp-detail-grid-simple,.vp-description-grid,.vp-detail-table {
		grid-template-columns: 1fr
	}

	.vp-field-label,.vp-description-label,.vp-detail-card dt {
		border-bottom: 0;
		padding-bottom: 4px
	}

	.vp-field-value,.vp-description-value,.vp-detail-card dd {
		padding-top: 4px
	}

	.vp-login-shell {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 34px 18px
	}

	.vp-login-hero {
		display: none
	}

	.vp-login-card {
		max-width: 480px
	}
}

@media(max-width:640px) {
	.vp-admin-shell .vp-content {
		padding: 18px 14px 32px
	}

	.vp-topbar {
		padding: 0 10px
	}

	.vp-global-search {
		display: none
	}

	.vp-account-text {
		display: none
	}

	.vp-kpi-strip,.vp-mini-metric-grid,.vp-diagnostic-summary {
		grid-template-columns: 1fr
	}

	.vp-table-footer,.vp-bulk-bar,.vp-selected-toolbar {
		align-items: flex-start;
		flex-direction: column
	}

	.vp-bulk-actions,.vp-selected-toolbar-actions {
		justify-content: flex-start
	}

	.vp-login-captcha-row {
		grid-template-columns: 1fr
	}

	.vp-login-card {
		padding: 24px
	}

	.vp-column-menu {
		left: 12px;
		right: 12px;
		width: auto;
		max-height: calc(100vh - 24px)
	}

	.vp-drawer {
		width: 100vw
	}

	.vp-toast-container {
		left: 12px;
		right: 12px;
		max-width: none
	}
}

/* V8.9.28 sidebar collapsed restore: keep one shell entry, no legacy CSS stacking */
.vp-admin-shell .vp-sidebar {
	display: flex;
	flex-direction: column;
}

.vp-admin-shell .vp-sidebar-scroll {
	flex: 1 1 auto;
	height: auto;
	min-height: 0;
	overflow: auto;
}

.vp-sidebar-rail-footer {
	display: none;
	flex: 0 0 auto;
	padding: 10px 8px 14px;
	border-top: 1px solid var(--vp-border);
	background: #fff;
}

.vp-sidebar-expand-rail {
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 12px;
	background: #f6f8fc;
	color: #667085;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	transition: background .15s ease,color .15s ease,transform .15s ease;
}

.vp-sidebar-expand-rail:hover {
	background: var(--vp-primary-soft);
	color: var(--vp-primary);
	transform: translateY(-1px);
}

.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar-rail-footer {
	display: flex;
	align-items: center;
	justify-content: center;
}

.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar-scroll {
	padding-bottom: 10px;
}

.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar-logo {
	pointer-events: none;
}

.vp-admin-shell .vp-app:not(.sidebar-collapsed) .vp-sidebar-rail-footer {
	display: none;
}


/* V8.9.28 sidebar preload stability: apply saved collapsed state before runtime boot to avoid first-paint horizontal jump */
html.vp-sidebar-collapsed-preload body.vp-admin-shell .vp-app {
	padding-left: var(--vp-sidebar-collapsed-w);
	transition: none;
}

html.vp-sidebar-collapsed-preload body.vp-admin-shell .vp-sidebar {
	width: var(--vp-sidebar-collapsed-w);
	transition: none;
}

html.vp-sidebar-collapsed-preload body.vp-admin-shell .vp-topbar {
	left: var(--vp-sidebar-collapsed-w);
	transition: none;
}

html.vp-sidebar-collapsed-preload body.vp-admin-shell .vp-sidebar-brand {
	justify-content: center;
	padding: 0 8px;
}

html.vp-sidebar-collapsed-preload body.vp-admin-shell .vp-sidebar-logo {
	flex: 0 0 auto;
	pointer-events: none;
}

html.vp-sidebar-collapsed-preload body.vp-admin-shell .vp-sidebar-logo-full {
	display: none;
}

html.vp-sidebar-collapsed-preload body.vp-admin-shell .vp-sidebar-logo-mark {
	display: block;
}

html.vp-sidebar-collapsed-preload body.vp-admin-shell .vp-sidebar-collapse {
	display: none;
}

html.vp-sidebar-collapsed-preload body.vp-admin-shell .vp-sidebar-title-text,
html.vp-sidebar-collapsed-preload body.vp-admin-shell .vp-sidebar-title-arrow,
html.vp-sidebar-collapsed-preload body.vp-admin-shell .vp-nav-label,
html.vp-sidebar-collapsed-preload body.vp-admin-shell .vp-nav-text,
html.vp-sidebar-collapsed-preload body.vp-admin-shell .vp-nav-caret,
html.vp-sidebar-collapsed-preload body.vp-admin-shell .vp-nav-badge {
	display: none;
}

html.vp-sidebar-collapsed-preload body.vp-admin-shell .vp-sidebar-scroll {
	padding: 10px 8px 10px;
}

html.vp-sidebar-collapsed-preload body.vp-admin-shell .vp-nav-link {
	justify-content: center;
	padding: 0;
}

html.vp-sidebar-collapsed-preload body.vp-admin-shell .vp-nav-link i {
	width: auto;
}

html.vp-sidebar-collapsed-preload body.vp-admin-shell .vp-sidebar-rail-footer {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media(max-width:992px) {
	html.vp-sidebar-collapsed-preload body.vp-admin-shell .vp-app {
		padding-left: 0;
	}

	html.vp-sidebar-collapsed-preload body.vp-admin-shell .vp-sidebar {
		width: var(--vp-sidebar-w);
		transform: translateX(-100%);
	}

	html.vp-sidebar-collapsed-preload body.vp-admin-shell .vp-topbar {
		left: 0;
	}
}

/* V8.9.28 responsive UI foundation: login, mobile shell, dashboard, detail/form/list, notification and upload are maintained in this single app.css entry. */
.vp-login-modern .vp-login-shell {
	grid-template-columns: minmax(360px,520px) minmax(360px,420px);
	justify-content: center;
	gap: 72px;
	padding: 72px clamp(24px,7vw,96px)
}

.vp-login-modern .vp-login-hero {
	align-items: flex-start
}

.vp-login-modern .vp-login-hero img {
	width: 236px
}

.vp-login-modern .vp-login-hero h1 {
	font-size: 30px
}

.vp-login-modern .vp-login-card {
	max-width: 404px;
	border-radius: 22px;
	padding: 30px 32px
}

.vp-login-modern .vp-login-logo {
	height: 28px;
	margin-bottom: 22px
}

.vp-login-modern .vp-login-card input {
	width: 100%;
	height: 42px;
	border-radius: 12px;
	background-color: #f8fbff
}

.vp-login-modern .vp-login-card input:focus {
	background-color: #fff
}

.vp-login-modern .vp-login-captcha-row {
	grid-template-columns: minmax(0,1fr) 132px
}

.vp-login-modern .vp-login-captcha-row img {
	width: 132px;
	height: 42px
}

.vp-login-modern .vp-login-submit {
	height: 44px;
	border-radius: 12px
}

.vp-admin-shell .vp-sidebar-brand {
	height: var(--vp-topbar-h);
	border-bottom: 1px solid var(--vp-border)
}

.vp-admin-shell .vp-topbar {
	height: var(--vp-topbar-h);
	border-bottom: 1px solid var(--vp-border)
}

.vp-sidebar-logo-full {
	width: 128px;
	max-height: 30px
}

.vp-sidebar-logo-mark {
	width: 28px;
	height: 28px
}

.vp-sidebar-collapse,.vp-sidebar-collapse-btn {
	border: 0;
	box-shadow: none;
	background: transparent
}

.vp-sidebar-collapse:hover,.vp-sidebar-collapse-btn:hover {
	background: #f3f6fc
}

.vp-topbar-left {
	height: 100%
}

.vp-topbar-breadcrumb {
	height: 100%
}

.vp-topbar .vp-global-search {
	height: 34px;
	overflow: visible
}

.vp-mobile-search-btn {
	display: none
}

.vp-global-search-panel {
	min-width: 260px
}

.vp-global-search input {
	font-size: 13px
}

.vp-global-search-empty {
	color: #98a2b3;
	font-weight: 650
}

.vp-search-shortcut {
	flex: 0 0 auto
}

.vp-offcanvas-backdrop {
	z-index: 1900;
	background: rgba(15,23,42,.38);
	backdrop-filter: blur(3px)
}

.vp-drawer {
	z-index: 1901;
	border-left: 1px solid var(--vp-border)
}

.vp-drawer-head b {
	font-size: 15px;
	font-weight: 850
}

.vp-drawer-body {
	padding: 16px;
	background: #fff
}

.vp-drawer-footer {
	background: #fff
}

.vp-notice-drawer {
	display: grid;
	gap: 14px
}

.vp-notice-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 12px 14px;
	background: #f8fbff;
	border: 1px solid var(--vp-border);
	border-radius: 14px
}

.vp-notice-summary strong {
	font-size: 15px;
	font-weight: 850
}

.vp-notice-summary span {
	font-size: 12px;
	color: var(--vp-muted)
}

.vp-notice-list {
	display: grid;
	gap: 10px
}

.vp-notice-item {
	width: 100%;
	border: 1px solid var(--vp-border);
	border-radius: 14px;
	background: #fff;
	padding: 12px;
	display: grid;
	grid-template-columns: 10px minmax(0,1fr) 16px;
	align-items: center;
	gap: 10px;
	text-align: left;
	color: var(--vp-text);
	box-shadow: 0 1px 2px rgba(16,24,40,.03)
}

.vp-notice-item:hover {
	border-color: #c7d7fe;
	background: #f8fbff
}

.vp-notice-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #98a2b3
}

.vp-notice-item.level-info .vp-notice-dot {
	background: var(--vp-info)
}

.vp-notice-item.level-success .vp-notice-dot {
	background: var(--vp-success)
}

.vp-notice-item.level-warning .vp-notice-dot {
	background: var(--vp-warning)
}

.vp-notice-item.level-danger .vp-notice-dot {
	background: var(--vp-danger)
}

.vp-notice-main {
	display: grid;
	gap: 4px;
	min-width: 0
}

.vp-notice-main b {
	font-weight: 850;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.vp-notice-main small {
	font-size: 12px;
	color: #475467;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.vp-notice-main em {
	font-style: normal;
	font-size: 11px;
	color: #98a2b3
}

.vp-notice-item.is-read {
	opacity: .72
}

.vp-notice-detail {
	display: grid;
	gap: 12px
}

.vp-notice-detail-head {
	display: flex;
	gap: 8px;
	align-items: center
}

.vp-notice-detail h3 {
	font-size: 18px;
	font-weight: 900;
	margin: 0;
	color: var(--vp-heading)
}

.vp-notice-time {
	font-size: 12px;
	color: var(--vp-muted)
}

.vp-notice-content {
	border: 1px solid var(--vp-border);
	border-radius: 14px;
	background: #fff;
	padding: 14px;
	color: #344054;
	line-height: 1.7;
	overflow: auto
}

.vp-notice-content table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid var(--vp-border);
	background: #fff
}

.vp-notice-content th,.vp-notice-content td {
	border: 1px solid var(--vp-border);
	padding: 8px 10px;
	vertical-align: top
}

.vp-notice-content img {
	max-width: 100%;
	height: auto
}

.vp-notice-content pre {
	white-space: pre-wrap;
	background: #f8fafc;
	border-radius: 10px;
	padding: 10px
}

.vp-description-grid {
	margin: 0
}

.vp-description-grid dt,.vp-description-grid dd {
	margin: 0
}

.vp-detail-card .vp-card-body {
	overflow: auto
}

.vp-detail-card pre {
	margin: 0;
	max-width: 100%;
	overflow: auto
}

.vp-detail-card dd,.vp-description-value {
	min-height: 44px;
	display: flex;
	align-items: center
}

.vp-detail-card dd pre,.vp-description-value pre {
	display: block;
	width: 100%
}

.vp-user-mini,.vp-user-cell {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0
}

.vp-user-mini .avatar,.vp-user-cell .avatar,.vp-avatar-mini {
	width: 26px;
	height: 26px;
	border-radius: 8px;
	background: var(--vp-primary-soft);
	color: var(--vp-primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	flex: 0 0 auto
}

.vp-user-mini strong,.vp-user-cell strong {
	display: block
}

.vp-user-mini small,.vp-user-cell small {
	display: block;
	color: var(--vp-muted);
	font-size: 11px
}

.vp-form-card .vp-card-body {
	overflow: visible
}

.vp-form-grid {
	align-items: start
}

.vp-field {
	min-width: 0
}

.vp-field input,.vp-field select,.vp-field textarea {
	width: 100%
}

.vp-field-error {
	margin-top: 6px;
	color: var(--vp-danger);
	font-size: 12px
}

.vp-permission-matrix {
	margin-top: 10px
}

.vp-permission-group {
	box-shadow: none
}

.vp-permission-actions {
	align-content: flex-start
}

.vp-permission-action input {
	margin: 0
}

.vp-table-wrap,.vp-datatable-wrap,.vp-table-responsive {
	width: 100%;
	overflow: auto
}

.vp-table,.vp-data-table {
	min-width: 720px
}

.vp-table th,.vp-table td,.vp-data-table th,.vp-data-table td {
	vertical-align: middle
}

.vp-table-footer {
	border-top: 1px solid var(--vp-line);
	background: #fff
}

.vp-list-shell-card,.vp-file-list-card {
	overflow: hidden
}

.vp-list-search {
	border-bottom: 1px solid var(--vp-line)
}

.vp-list-search-inner {
	align-items: center
}

.vp-health-grid,.vp-diagnostic-grid,.vp-system-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
	gap: 14px;
	align-items: start
}

.vp-health-card,.vp-diagnostic-card,.vp-system-card {
	min-width: 0;
	overflow: hidden
}

.vp-health-card .vp-kv-row,.vp-diagnostic-card .vp-kv-row {
	min-width: 0
}

.vp-health-card code,.vp-diagnostic-card code {
	white-space: normal;
	word-break: break-all
}

.vp-kv-list {
	display: grid
}

.vp-kv-row {
	display: grid;
	grid-template-columns: minmax(90px,1fr) auto;
	gap: 10px;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid var(--vp-line)
}

.vp-kv-row:last-child {
	border-bottom: 0
}

.vp-kv-row small {
	display: block;
	color: var(--vp-muted);
	font-size: 11px;
	word-break: break-all
}

.vp-file-grid {
	grid-template-columns: repeat(auto-fill,minmax(230px,1fr));
	gap: 14px
}

.vp-file-card {
	display: flex;
	flex-direction: column;
	min-width: 0
}

.vp-file-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.vp-file-info {
	min-width: 0
}

.vp-file-url {
	font-size: 12px
}

.vp-upload-drop {
	position: relative;
	display: flex;
	min-height: 168px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 7px;
	transition: border-color .14s,background-color .14s,box-shadow .14s
}

.vp-upload-drop:hover,.vp-upload-drop.is-dragover {
	border-color: var(--vp-primary);
	background: #f4f7ff;
	box-shadow: var(--vp-focus)
}

.vp-upload-drop input[type=file] {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	display: block
}

.vp-upload-file-list {
	display: grid;
	gap: 8px;
	color: #344054
}

.vp-upload-file-list>div {
	display: grid;
	grid-template-columns: 18px minmax(0,1fr) auto;
	gap: 8px;
	align-items: center;
	padding: 8px 10px;
	border: 1px solid var(--vp-border);
	border-radius: 10px;
	background: #fff
}

.vp-upload-file-list span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.vp-upload-file-list em {
	font-style: normal;
	color: var(--vp-muted);
	font-size: 12px
}

.vp-upload-progress {
	display: grid;
	gap: 8px
}

.vp-upload-progress-bar {
	height: 8px;
	background: #eef2f7;
	border-radius: 999px;
	overflow: hidden
}

.vp-upload-progress-bar span {
	height: 100%;
	display: block;
	background: linear-gradient(90deg,var(--vp-primary),#4f7cff);
	transition: width .18s ease
}

.vp-upload-progress small {
	color: var(--vp-muted)
}

.vp-mobile-search-modal .vp-mobile-search-input {
	width: 100%;
	height: 42px;
	border-radius: 12px
}

.vp-mobile-search-list {
	display: grid;
	gap: 6px;
	margin-top: 12px;
	max-height: min(58vh,440px);
	overflow: auto
}

.vp-mobile-search-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border: 1px solid var(--vp-border);
	border-radius: 12px;
	background: #fff;
	color: #344054
}

.vp-mobile-search-item:hover {
	border-color: #c7d7fe;
	background: #f8fbff;
	color: var(--vp-primary)
}

@media(max-width:992px) {
	.vp-login-modern .vp-login-shell {
		grid-template-columns: 1fr;
		max-width: 520px;
		gap: 0
	}

	.vp-login-modern .vp-login-hero {
		display: none
	}

	.vp-login-modern .vp-login-card {
		max-width: 100%
	}

	.vp-health-grid,.vp-diagnostic-grid,.vp-system-grid {
		grid-template-columns: 1fr
	}

	.vp-detail-card dd,.vp-description-value {
		align-items: flex-start
	}

	.vp-sidebar-logo-full {
		width: 128px
	}
}

@media(max-width:768px) {
	html,body {
		min-width: 0;
		overflow-x: hidden
	}

	.vp-admin-shell .vp-app {
		padding-left: 0
	}

	.vp-admin-shell .vp-topbar {
		left: 0;
		height: var(--vp-topbar-h);
		min-height: var(--vp-topbar-h);
		padding: 0 10px;
		display: flex;
		flex-wrap: nowrap;
		gap: 8px;
		align-items: center;
		align-content: center
	}

	.vp-admin-shell .vp-main {
		padding-top: var(--vp-topbar-h)
	}

	.vp-admin-shell .vp-content {
		padding: 16px 14px 30px
	}

	.vp-admin-shell .vp-footer {
		padding: 0 12px;
		justify-content: center;
		text-align: center
	}

	.vp-menu-btn,.vp-mobile-toggle {
		display: inline-flex;
		flex: 0 0 auto
	}

	.vp-topbar-left {
		height: 100%;
		flex: 1 1 auto;
		min-width: 0;
		display: flex;
		align-items: center;
		gap: 8px
	}

	.vp-topbar-breadcrumb,.vp-breadcrumb {
		min-width: 0;
		max-width: 100%;
		overflow: hidden;
		white-space: nowrap
	}

	.vp-breadcrumb a,.vp-breadcrumb span:not(.vp-breadcrumb-current),.vp-breadcrumb i {
		display: none
	}

	.vp-breadcrumb-current {
		display: inline-block;
		max-width: 36vw;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-weight: 850
	}

	.vp-topbar-spacer {
		display: none
	}

	.vp-topbar-right,.vp-top-actions {
		display: flex;
		align-items: center;
		gap: 6px;
		flex: 0 0 auto
	}

	.vp-topbar-right .optional {
		display: none
	}

	.vp-topbar-right .vp-notification-trigger,.vp-topbar-right .vp-mobile-search-btn,.vp-topbar-right .vp-user-avatar {
		display: inline-flex
	}

	.vp-mobile-search-btn {
		display: inline-flex
	}

	.vp-account-text {
		display: none
	}

	.vp-global-search {
		display: none
	}

	.vp-icon-btn {
		width: 34px;
		height: 34px;
		border-radius: 10px
	}

	.vp-user-avatar,.vp-avatar {
		width: 34px;
		height: 34px;
		border-radius: 10px
	}

	.vp-toast-container {
		left: 12px;
		right: 12px;
		top: 60px;
		max-width: none
	}

	.vp-dim {
		display: none
	}

	.sidebar-open .vp-dim {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 1025;
		background: rgba(15,23,42,.36);
		backdrop-filter: blur(2px)
	}

	.vp-admin-shell .vp-sidebar,html.vp-sidebar-collapsed-preload body.vp-admin-shell .vp-sidebar {
		width: min(84vw,280px);
		transform: translateX(-100%);
		box-shadow: var(--vp-shadow-lg)
	}

	.vp-admin-shell .vp-app.sidebar-open .vp-sidebar {
		transform: translateX(0)
	}

	.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar {
		width: min(84vw,280px)
	}

	.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar-logo-full {
		display: block
	}

	.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar-logo-mark {
		display: none
	}

	.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar-title-text,.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar-title-arrow,.vp-admin-shell .vp-app.sidebar-collapsed .vp-nav-label,.vp-admin-shell .vp-app.sidebar-collapsed .vp-nav-text,.vp-admin-shell .vp-app.sidebar-collapsed .vp-nav-caret,.vp-admin-shell .vp-app.sidebar-collapsed .vp-nav-badge {
		display: inline-flex
	}

	.vp-admin-shell .vp-app.sidebar-collapsed .vp-nav-link {
		justify-content: flex-start;
		padding: 0 10px
	}

	.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar-rail-footer {
		display: none
	}

	.vp-page-head,.vp-console-head,.vp-dash-head,.vp-console-topbar {
		flex-direction: column;
		align-items: stretch;
		gap: 10px
	}

	.vp-page-actions,.vp-console-actions,.vp-dash-actions {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 8px
	}

	.vp-page-actions .btn,.vp-page-actions .vp-btn,.vp-console-actions .btn,.vp-console-actions .vp-btn {
		flex: 1 1 auto
	}

	.vp-page-title,.vp-console-title,.vp-dash-title {
		font-size: 22px;
		line-height: 1.22
	}

	.vp-page-tabs,.vp-range-tabs {
		overflow-x: auto;
		white-space: nowrap;
		padding-bottom: 1px
	}

	.vp-card,.vp-table-card,.vp-list-card,.vp-filter-card,.vp-quick-card,.vp-health-card,.vp-file-list-card,.vp-dashboard-widget-card,.vp-widget-card,.vp-panel-card {
		border-radius: 14px
	}

	.vp-console,.vp-dashboard-page,.vp-dashboard-layout {
		max-width: none;
		width: 100%;
		margin: 0
	}

	.vp-console-hero-row,.vp-console-hero,.vp-console-main-grid,.vp-console-bottom-grid,.vp-widget-grid,.vp-dashboard-widget-grid,.vp-kpi-strip,.vp-mini-metric-grid,.vp-diagnostic-summary {
		display: grid;
		grid-template-columns: 1fr;
		gap: 14px
	}

	.vp-widget-card,.vp-dashboard-widget-card {
		grid-column: 1/-1
	}

	.vp-console-hero-card,.vp-console-hero-main {
		padding: 22px 20px;
		border-radius: 18px
	}

	.vp-console-hero-card h2,.vp-console-hero-main h2 {
		font-size: 23px
	}

	.vp-console-hero-card p,.vp-console-hero-main p {
		font-size: 14px;
		line-height: 1.65
	}

	.vp-hero-actions,.vp-console-hero-actions {
		flex-wrap: wrap
	}

	.vp-hero-actions .vp-btn,.vp-console-hero-actions .vp-btn {
		flex: 1 1 auto
	}

	.vp-hero-balance-card,.vp-console-hero-side {
		border-radius: 18px
	}

	.vp-chart {
		min-height: 150px
	}

	.vp-list-search-inner,.vp-datatable-toolbar-row,.vp-filter-one-line-form,.vp-filter-inline-controls,.vp-filter-main-controls {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px
	}

	.vp-list-search-main,.vp-list-filter,.vp-list-range,.vp-filter-inline-search,.vp-filter-main-search,.vp-filter-column-action,.vp-list-search-inner .form-control,.vp-list-search-inner .form-select,.vp-list-search-inner .vp-input,.vp-list-search-inner .vp-select {
		width: 100%;
		max-width: none;
		min-width: 0
	}

	.vp-column-display-btn {
		margin-left: 0;
		width: 100%
	}

	.vp-bulk-bar,.vp-selected-toolbar,.vp-table-footer {
		flex-direction: column;
		align-items: stretch;
		gap: 10px
	}

	.vp-bulk-actions,.vp-selected-toolbar-actions,.vp-table-footer-left,.vp-table-footer-right {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 8px
	}

	.vp-bulk-actions .btn,.vp-bulk-actions .vp-btn,.vp-bulk-actions select,.vp-selected-toolbar-actions .btn,.vp-selected-toolbar-actions .vp-btn {
		flex: 1 1 auto;
		min-width: 0
	}

	.vp-page-size-form,.vp-page-size {
		width: 100%
	}

	.vp-table-pagination-wrap {
		width: 100%;
		overflow-x: auto;
		padding-bottom: 2px
	}

	.vp-table-wrap,.vp-table-responsive,.vp-datatable-wrap,.table-responsive {
		max-width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch
	}

	.vp-form-grid,.vp-form-grid.cols-3,.vp-grid,.vp-grid-2,.vp-grid-4,.vp-stat-grid,.vp-health-grid,.vp-diagnostic-grid,.vp-system-grid,.vp-check-card-grid,.vp-file-grid {
		grid-template-columns: 1fr
	}

	.vp-field,.vp-form-item,.vp-field-full,.vp-col-span-2,.vp-col-span-3,.vp-col-span-4 {
		grid-column: 1/-1;
		min-width: 0
	}

	.vp-form-card,.vp-detail-card,.vp-permission-matrix {
		overflow: hidden
	}

	.vp-permission-resource {
		grid-template-columns: 1fr
	}

	.vp-permission-resource-title {
		border-bottom: 1px solid var(--vp-line)
	}

	.vp-permission-actions {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		padding: 10px
	}

	.vp-permission-action {
		flex: 1 1 calc(50% - 8px);
		min-width: 130px
	}

	.vp-detail-grid-simple,.vp-description-grid,.vp-detail-table {
		grid-template-columns: 1fr
	}

	.vp-description-label,.vp-field-label,.vp-detail-card dt {
		border-bottom: 0;
		padding-bottom: 4px
	}

	.vp-description-value,.vp-field-value,.vp-detail-card dd {
		padding-top: 4px;
		min-height: 0;
		align-items: flex-start
	}

	.vp-kv-row {
		grid-template-columns: 1fr;
		gap: 4px
	}

	.vp-kv-row strong,.vp-kv-row code,.vp-kv-row small {
		min-width: 0;
		word-break: break-word
	}

	.vp-drawer {
		width: min(100vw,420px)
	}

	.vp-drawer-lg {
		width: 100vw
	}

	.vp-modal-box,.vp-confirm-box {
		width: calc(100vw - 28px);
		max-width: 520px
	}

	.vp-modal-actions,.vp-confirm-actions {
		flex-wrap: wrap
	}

	.vp-modal-actions .vp-btn,.vp-confirm-actions .vp-btn {
		flex: 1 1 auto
	}

	.vp-upload-drop {
		min-height: 132px;
		padding: 18px 14px;
		text-align: center
	}

	.vp-upload-file-list>div {
		grid-template-columns: 18px minmax(0,1fr)
	}

	.vp-upload-file-list em {
		grid-column: 2
	}

	.vp-login-body {
		background: #f4f7fb
	}

	.vp-login-modern .vp-login-shell,.vp-login-shell {
		min-height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 22px 14px
	}

	.vp-login-modern .vp-login-hero,.vp-login-hero {
		display: none
	}

	.vp-login-modern .vp-login-card,.vp-login-card {
		width: min(100%,420px);
		padding: 24px 20px;
		border-radius: 20px
	}

	.vp-login-captcha-row {
		grid-template-columns: 1fr 116px;
		gap: 10px
	}

	.vp-login-modern .vp-login-captcha-row img,.vp-login-captcha-row img {
		width: 116px
	}

	.vp-login-card h2 {
		font-size: 22px
	}
}

@media(max-width:420px) {
	.vp-breadcrumb-current {
		max-width: 30vw
	}

	.vp-page-title,.vp-console-title,.vp-dash-title {
		font-size: 20px
	}

	.vp-permission-action {
		flex-basis: 100%
	}

	.vp-login-card {
		padding: 22px 18px;
		border-radius: 18px
	}

	.vp-login-captcha-row {
		grid-template-columns: 1fr
	}

	.vp-login-modern .vp-login-captcha-row img,.vp-login-captcha-row img {
		width: 100%
	}
}


/* V8.9.28 sidebar section real toggle state */
.vp-sidebar-section-body {
	display: grid;
	gap: 3px;
}

.vp-sidebar-section:not(.is-open) .vp-sidebar-section-body {
	display: none;
}

.vp-sidebar-section:not(.is-open) .vp-sidebar-title-arrow {
	transform: rotate(180deg);
}

.vp-sidebar-title-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform .16s ease;
}

.vp-sidebar-title-btn {
	cursor: pointer;
}

.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar-section-body {
	display: block;
}

.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar-title-btn {
	justify-content: center;
}

.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar-logo {
	justify-content: center;
}

@media(max-width:768px) {
	.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar-collapse,.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar-collapse-btn {
		display: inline-flex
	}

	.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar-logo {
		pointer-events: auto;
		flex: 1
	}

	.vp-admin-shell .vp-app.sidebar-collapsed .vp-sidebar-brand {
		justify-content: space-between;
		padding: 0 14px
	}

	.vp-sidebar-logo-full {
		width: 128px
	}
}

/* V8.9.28 test-mode bottom bar + mobile sidebar close stability. Kept in app.css single entry. */
.vp-test-mode-banner {
	position: fixed;
	left: var(--vp-sidebar-w);
	right: 0;
	bottom: 0;
	z-index: 2050;
	min-height: 38px;
	padding: 8px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	background: rgba(15,23,42,.96);
	color: #e5e7eb;
	border-top: 1px solid rgba(255,255,255,.1);
	box-shadow: 0 -10px 30px rgba(15,23,42,.16);
	font-size: 12px;
	line-height: 1.45;
}

.vp-test-mode-on .vp-app.sidebar-collapsed ~ .vp-test-mode-banner,
html.vp-sidebar-collapsed-preload body.vp-test-mode-on .vp-test-mode-banner {
	left: var(--vp-sidebar-collapsed-w)
}

.vp-test-mode-banner>div {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.vp-test-mode-tag {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-right: 8px;
	padding: 2px 8px;
	border-radius: 999px;
	background: #fef3c7;
	color: #92400e;
	font-weight: 800
}

.vp-test-mode-banner a {
	flex: 0 0 auto;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 9px;
	padding: 5px 10px;
	background: rgba(255,255,255,.08)
}

.vp-test-mode-banner a:hover {
	background: rgba(255,255,255,.16)
}

.vp-test-mode-on .vp-footer {
	padding-bottom: 44px
}

.vp-test-mode-on .vp-toast-container {
	bottom: 54px;
	top: auto
}

@media(max-width:992px) {
	.vp-test-mode-banner {
		left: 0;
		right: 0;
		min-height: 42px;
		padding: 8px 12px;
		gap: 8px;
		font-size: 11px;
		align-items: center
	}

	.vp-test-mode-banner>div {
		white-space: normal;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical
	}

	.vp-test-mode-banner a {
		padding: 5px 8px;
		font-size: 11px
	}

	.vp-test-mode-tag {
		margin-right: 5px;
		padding: 1px 7px
	}

	.vp-test-mode-on .vp-footer {
		padding-bottom: 50px
	}

	.vp-test-mode-on .vp-toast-container {
		bottom: 58px;
		top: auto
	}

	.vp-admin-shell .vp-app.sidebar-open .vp-sidebar .vp-sidebar-collapse {
		display: inline-flex;
		visibility: visible;
		opacity: 1
	}

	.vp-admin-shell .vp-app.sidebar-open .vp-sidebar-brand {
		justify-content: space-between
	}
}

@media(max-width:420px) {
	.vp-test-mode-banner {
		padding: 7px 10px;
		font-size: 10.5px
	}

	.vp-test-mode-banner a {
		max-width: 86px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
}

/* V8.9.28 UI Foundation Freeze patch: refine existing class map, no extra CSS/JS entry. */
.vp-admin-shell .vp-content {
	padding-bottom: calc(54px + env(safe-area-inset-bottom,0px));
}

.vp-test-mode-banner {
	left: var(--vp-sidebar-w);
	right: 0;
	bottom: 0;
	z-index: 2050;
	max-width: none;
}

.vp-admin-shell .vp-app.sidebar-collapsed~.vp-test-mode-banner,.vp-test-mode-on .vp-app.sidebar-collapsed~.vp-test-mode-banner {
	left: var(--vp-sidebar-collapsed-w);
}

.vp-console {
	width: min(100%,1180px);
	margin-inline: auto;
	display: block;
}

.vp-console-head {
	align-items: center;
	margin-bottom: 16px;
}

.vp-console-actions {
	justify-content: flex-end;
}

.vp-console-hero-row {
	grid-template-columns: minmax(0,1fr) 260px;
	align-items: stretch;
	gap: 16px;
	margin-bottom: 16px;
}

.vp-console-hero-card {
	min-height: 156px;
	padding: 24px 26px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.vp-console-hero-card h2 {
	max-width: 720px;
}

.vp-console-hero-card p {
	max-width: 780px;
}

.vp-hero-balance-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	min-height: 156px;
}

.vp-hero-balance-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border-top: 1px solid var(--vp-line);
	padding-top: 8px;
}

.vp-kpi-strip {
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 14px;
}

.vp-mini-metric-grid {
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 14px;
}

.vp-console-main-grid {
	grid-template-columns: minmax(0,1.45fr) minmax(320px,.85fr);
	gap: 16px;
	margin-bottom: 16px;
}

.vp-console-bottom-grid {
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 16px;
	align-items: stretch;
}

.vp-console .vp-card {
	min-width: 0;
	overflow: hidden;
}

.vp-console .vp-card-header {
	align-items: flex-start;
}

.vp-chart {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 230px;
	border: 1px solid var(--vp-line);
	border-radius: 14px;
	background: #fbfdff;
	color: var(--vp-muted);
}

.vp-funnel-row,.vp-channel-health-item,.vp-task-card,.vp-summary-row {
	min-width: 0;
}

.vp-task-card {
	display: grid;
	grid-template-columns: 34px minmax(0,1fr) auto;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid var(--vp-line);
}

.vp-task-card:last-child {
	border-bottom: 0;
}

.vp-task-card span,.vp-task-card b {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vp-list-card,.vp-table-card,.vp-crud-card,.vp-file-list-card {
	overflow: hidden;
}

.vp-list-search,.vp-datatable-toolbar {
	padding: 0;
	border-bottom: 1px solid var(--vp-line);
	background: #fff;
}

.vp-list-search-inner,.vp-datatable-toolbar-row,.vp-filter-inline-controls,.vp-filter-main-controls,.vp-filter-one-line-form {
	padding: 12px 14px;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.vp-list-search-main,.vp-filter-main-search,.vp-filter-inline-search {
	width: 320px;
	min-width: 240px;
	max-width: 100%;
}

.vp-list-filter,.vp-list-range,.vp-filter-main-controls select,.vp-filter-inline-controls select {
	width: auto;
	min-width: 150px;
}

.vp-bulk-bar,.vp-selected-toolbar {
	margin: 0;
	padding: 10px 14px;
	border: 0;
	border-bottom: 1px solid var(--vp-line);
	border-radius: 0;
	background: #f8fbff;
	box-shadow: none;
}

.vp-bulk-info,.vp-selected-toolbar-left {
	white-space: nowrap;
}

.vp-bulk-actions,.vp-selected-toolbar-actions {
	margin-left: auto;
}

.vp-table-footer {
	padding: 12px 14px;
	border-top: 1px solid var(--vp-line);
	background: #fff;
}

.vp-table th,.vp-table td,.vp-data-table th,.vp-data-table td {
	padding: 11px 14px;
}

.vp-table th:first-child,.vp-table td:first-child {
	padding-left: 16px;
}

.vp-table th:last-child,.vp-table td:last-child {
	padding-right: 16px;
}

.vp-user-cell {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.vp-user-cell>span:last-child {
	min-width: 0;
	display: flex;
	flex-direction: column;
	line-height: 1.25;
}

.vp-user-cell b {
	font-weight: 850;
	color: var(--vp-heading);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vp-user-cell small {
	font-size: 12px;
	color: var(--vp-muted);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vp-mini-avatar,.vp-avatar-mini {
	width: 30px;
	height: 30px;
	border-radius: 10px;
	background: linear-gradient(135deg,#eaf1ff,#dbe7ff);
	color: var(--vp-primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	box-shadow: inset 0 0 0 1px rgba(18,56,216,.08);
	flex: 0 0 30px;
}

.vp-health-grid,.vp-diagnostic-grid,.vp-system-grid,.vp-check-card-grid {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 16px;
	align-items: start;
}

.vp-diagnostic-summary {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 14px;
	margin-bottom: 16px;
}

.vp-diagnostic-kpi {
	background: #fff;
	border: 1px solid var(--vp-border);
	border-radius: 14px;
	box-shadow: var(--vp-shadow);
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.vp-diagnostic-kpi span {
	color: var(--vp-muted);
	font-size: 12px;
	font-weight: 750;
}

.vp-diagnostic-kpi b {
	font-size: 24px;
	color: var(--vp-heading);
}

.vp-diagnostic-kpi.ok b {
	color: var(--vp-success);
}

.vp-diagnostic-kpi.warning b {
	color: var(--vp-warning);
}

.vp-diagnostic-kpi.danger b {
	color: var(--vp-danger);
}

.vp-health-card {
	min-width: 0;
}

.vp-health-card .vp-card-header {
	min-height: 46px;
	background: #fff;
}

.vp-health-row {
	display: grid;
	grid-template-columns: minmax(0,1fr) auto;
	gap: 12px;
	align-items: center;
	padding: 12px 14px;
	border-bottom: 1px solid var(--vp-line);
}

.vp-health-row:last-child {
	border-bottom: 0;
}

.vp-health-row strong {
	display: block;
	min-width: 0;
	word-break: break-word;
}

.vp-health-row small {
	display: block;
	color: var(--vp-muted);
	font-size: 12px;
	line-height: 1.35;
	margin-top: 2px;
	word-break: break-all;
}

.vp-health-status {
	justify-self: end;
}

.vp-file-list-card .vp-list-search-inner {
	padding: 12px 14px;
}

.vp-file-grid {
	grid-template-columns: repeat(auto-fill,minmax(220px,1fr));
	gap: 14px;
	padding: 16px;
}

.vp-file-card {
	border-radius: 14px;
	transition: transform .14s ease,box-shadow .14s ease;
}

.vp-file-card:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 28px rgba(15,23,42,.08);
}

.vp-file-thumb {
	height: 118px;
	border-radius: 12px;
	background: #f8fafc;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid var(--vp-line);
}

.vp-file-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vp-file-name {
	font-weight: 800;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vp-file-meta {
	color: var(--vp-muted);
	font-size: 12px;
	margin: 2px 0 8px;
}

.vp-file-url {
	font-size: 12px;
	height: 32px;
	min-height: 32px;
}

.vp-access-governance .vp-stat-grid,.vp-access-governance .vp-grid-4 {
	grid-template-columns: repeat(4,minmax(0,1fr));
}

.vp-login-shell {
	width: 100%;
}

.vp-login-modern .vp-login-shell {
	min-height: 100vh;
}

.vp-login-card input {
	width: 100%;
}

.vp-login-captcha-row {
	align-items: stretch;
}

.vp-login-captcha-row img {
	display: block;
}

@media(max-width:1200px) {
	.vp-console {
		width: 100%;
	}

	.vp-console-hero-row,.vp-console-main-grid {
		grid-template-columns: 1fr;
	}

	.vp-console-bottom-grid {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}

	.vp-health-grid,.vp-diagnostic-grid,.vp-system-grid,.vp-check-card-grid {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}

	.vp-diagnostic-summary {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}
}

@media(max-width:992px) {
	.vp-test-mode-banner {
		left: 0;
		right: 0;
		bottom: 0;
	}

	.vp-test-mode-on .vp-app {
		padding-bottom: 48px;
	}

	.vp-console {
		width: 100%;
	}

	.vp-console-head {
		align-items: flex-start;
	}

	.vp-console-actions {
		justify-content: flex-start;
	}

	.vp-console-hero-row,.vp-kpi-strip,.vp-mini-metric-grid,.vp-console-main-grid,.vp-console-bottom-grid,.vp-health-grid,.vp-diagnostic-grid,.vp-system-grid,.vp-check-card-grid,.vp-diagnostic-summary {
		grid-template-columns: 1fr;
	}

	.vp-list-search-inner,.vp-datatable-toolbar-row,.vp-filter-inline-controls,.vp-filter-main-controls,.vp-filter-one-line-form {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.vp-list-search-main,.vp-filter-main-search,.vp-filter-inline-search,.vp-list-filter,.vp-list-range,.vp-filter-main-controls select,.vp-filter-inline-controls select {
		width: 100%;
		min-width: 0;
	}

	.vp-bulk-bar,.vp-selected-toolbar {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.vp-bulk-actions,.vp-selected-toolbar-actions {
		margin-left: 0;
		justify-content: flex-start;
	}

	.vp-file-grid {
		grid-template-columns: 1fr;
		padding: 12px;
	}

	.vp-health-row {
		grid-template-columns: 1fr;
	}

	.vp-health-status {
		justify-self: start;
	}

	.vp-console-hero-card {
		padding: 22px 20px;
	}

	.vp-console-hero-card h2 {
		font-size: 22px;
	}

	.vp-hero-actions .vp-btn {
		flex: 1 1 0;
	}

	.vp-login-modern .vp-login-shell,.vp-login-shell {
		min-height: 100vh;
		padding: 22px 14px;
	}

	.vp-login-hero {
		display: none;
	}

	.vp-login-card {
		max-width: 420px;
		width: 100%;
	}
}

@media(max-width:520px) {
	.vp-test-mode-banner {
		font-size: 10.5px;
		min-height: 44px;
		padding: 7px 10px;
	}

	.vp-test-mode-banner a {
		max-width: 92px;
	}

	.vp-console-hero-card h2 {
		font-size: 21px;
		line-height: 1.28;
	}

	.vp-hero-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.vp-list-search-inner {
		padding: 10px 12px;
	}

	.vp-table-footer {
		padding: 10px 12px;
	}

	.vp-diagnostic-kpi b {
		font-size: 20px;
	}
}

/* V8.9.28 unified page enter progress bar: one app.css entry, no stacked legacy file. */
.vp-page-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	z-index: 3000;
	pointer-events: none;
	background: transparent;
	opacity: 0;
	visibility: hidden;
	transition: opacity .18s ease,visibility .18s ease
}

.vp-page-progress span {
	display: block;
	height: 100%;
	width: 0;
	background: linear-gradient(90deg,var(--vp-primary),#32b6ff);
	box-shadow: 0 0 12px rgba(29,78,216,.28);
	border-radius: 0 999px 999px 0;
	transition: width .24s ease
}

html.vp-page-progress-booting .vp-page-progress,html.vp-page-progress-active .vp-page-progress {
	opacity: 1;
	visibility: visible
}

html.vp-page-progress-booting .vp-page-progress span {
	width: 38%
}

html.vp-page-progress-active .vp-page-progress span {
	width: 72%
}

html.vp-page-progress-done .vp-page-progress {
	opacity: 0;
	visibility: hidden;
	transition-delay: .18s
}

html.vp-page-progress-done .vp-page-progress span {
	width: 100%
}

body.vp-test-mode-on .vp-page-progress {
	top: 0
}

@media(max-width:992px) {
	.vp-page-progress {
		height: 2px
	}

	.vp-page-progress span {
		box-shadow: 0 0 8px rgba(29,78,216,.22)
	}
}

/* END V8.9.28 */

/* V8.9.28 final foundation small utilities */
.vp-login-success {
	background: #ecfdf3;
	color: #067647;
	border-color: #abefc6
}

.vp-loading-card {
	width: 240px
}

.vp-toolbar-flat {
	border-radius: 0;
	border-left: 0;
	border-right: 0
}

.vp-list-card .vp-selected-toolbar,.vp-table-card .vp-selected-toolbar {
	border-radius: 0;
	margin-left: 0;
	margin-right: 0
}

.vp-avatar-admin {
	width: 30px;
	height: 30px;
	border-radius: 9px;
	background: #eef4ff;
	color: var(--vp-primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 850
}

/* V8.9.28_FINAL_FREEZE_INTEGRATED_START */
.vp-file-dropzone.is-dragover,
.vp-upload-zone.is-dragover {
	border-color: var(--vp-primary, #1f4ed8);
	background: rgba(31, 78, 216, .04);
}

.vp-upload-progress {
	width: 100%;
	height: 8px;
	overflow: hidden;
	border-radius: 999px;
	background: var(--vp-surface-muted, #eef2f7);
	margin-top: 10px;
}

.vp-upload-progress-bar {
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: var(--vp-primary, #1f4ed8);
	font-size: 0;
	transition: width .18s ease;
}

.vp-table-toolbar,
.vp-selected-toolbar {
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}
/* V8.9.28_FINAL_FREEZE_INTEGRATED_END */

/* V8.9.28 final-freeze cleanup */
.vp-task-progress-cell {
	min-width: 160px;
}

.vp-progress-xs {
	height: 6px;
	overflow: hidden;
	border-radius: 999px;
	background: #eef2f7;
}

.vp-progress-xs .progress-bar {
	height: 100%;
	border-radius: 999px;
	transition: width .25s ease;
}

.vp-resource-search-input {
	max-width: 260px;
}

.vp-debug-subtitle {
	margin-top: 16px;
}

.vp-widget-card[data-vp-widget-span="2"] {
	grid-column: span 2;
}

.vp-widget-card[data-vp-widget-span="3"] {
	grid-column: span 3;
}

.vp-widget-card[data-vp-widget-span="4"] {
	grid-column: span 4;
}

@media (max-width: 991px) {
	.vp-widget-card[data-vp-widget-span] {
		grid-column: span 1;
	}

	.vp-resource-search-input {
		max-width: 100%;
	}
}
/* V8.9.28 login split UI */
body.vp-login-split-page {
	min-height: 100vh;
	background: #f5f8fd;
	color: #0f172a;
	overflow: hidden;
}

.vp-login-split-page .vp-login-split-shell {
	width: 100vw;
	min-height: 100vh;
	max-width: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: minmax(0,1fr) minmax(0,1fr);
	gap: 0;
	align-items: stretch;
}

.vp-login-split-page .vp-login-visual {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 42px clamp(36px,5vw,84px);
	background: #eef5ff;
}

.vp-login-split-page .vp-login-visual-bg {
	position: absolute;
	inset: 0;
	background-image: url('/vendor/vantocore-admin/assets/images/login-hero-vantoshops.svg');
	background-size: cover;
	background-position: center;
	transform: scale(1.01);
}

.vp-login-split-page .vp-login-visual::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg,rgba(248,251,255,.08),rgba(248,251,255,.26) 62%,rgba(248,251,255,.78));
	pointer-events: none;
}

.vp-login-split-page .vp-login-visual-top {
	position: absolute;
	z-index: 1;
	top: 42px;
	left: clamp(36px,5vw,84px);
	display: flex;
	align-items: center;
}

.vp-login-split-page .vp-login-visual-logo {
	width: 178px;
	height: auto;
	display: block;
	object-fit: contain;
	filter: drop-shadow(0 10px 22px rgba(1,44,159,.08));
}

.vp-login-split-page .vp-login-visual-copy {
	position: relative;
	z-index: 1;
	max-width: 640px;
}

.vp-login-split-page .vp-login-visual-copy h1 {
	margin: 0;
	font-size: clamp(52px,6.4vw,88px);
	line-height: 1.02;
	font-weight: 950;
	letter-spacing: -.065em;
	color: #07152f;
	text-shadow: 0 14px 34px rgba(15,23,42,.08);
}

.vp-login-split-page .vp-login-visual-copy p {
	margin: 22px 0 0;
	font-size: clamp(24px,2.4vw,36px);
	line-height: 1.28;
	font-weight: 850;
	letter-spacing: -.035em;
	color: #0d3bd7;
}

.vp-login-split-page .vp-login-visual-foot {
	position: absolute;
	z-index: 1;
	left: clamp(36px,5vw,84px);
	bottom: 38px;
	color: #64748b;
	font-size: 12px;
}

.vp-login-split-page .vp-login-form-panel {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 42px 52px;
	background: rgba(255,255,255,.86);
	backdrop-filter: blur(18px);
	border-left: 1px solid rgba(219,227,239,.78);
	box-shadow: -28px 0 70px rgba(15,23,42,.06);
}

.vp-login-split-page .vp-login-card-pro {
	width: 100%;
	max-width: 392px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.vp-login-split-page .vp-login-logo {
	width: 132px;
	height: auto;
	max-width: 132px;
	margin: 0 0 30px;
	display: block;
	object-fit: contain;
}

.vp-login-split-page .vp-login-title-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
}

.vp-login-split-page .vp-login-card h2 {
	margin: 0 0 9px;
	font-size: 28px;
	line-height: 1.18;
	font-weight: 930;
	letter-spacing: -.045em;
	color: #101828;
}

.vp-login-split-page .vp-login-card p {
	margin: 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.6;
}

.vp-login-split-page .vp-login-card label {
	display: block;
	margin: 16px 0 8px;
	font-size: 13px;
	font-weight: 800;
	color: #25324b;
}

.vp-login-split-page .vp-login-label-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 16px;
}

.vp-login-split-page .vp-login-label-row label {
	margin: 0 0 8px;
}

.vp-login-split-page .vp-login-forgot {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 800;
	color: #0d3bd7;
	text-decoration: none;
}

.vp-login-split-page .vp-login-forgot:hover {
	text-decoration: underline;
}

.vp-login-split-page .vp-login-input-wrap {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}

.vp-login-split-page .vp-login-input-wrap>i {
	position: absolute;
	left: 14px;
	z-index: 1;
	color: #98a2b3;
	font-size: 16px;
	pointer-events: none;
}

.vp-login-split-page .vp-login-control,.vp-login-split-page .vp-login-card input {
	width: 100%;
	height: 48px;
	padding: 0 14px 0 42px;
	border: 1px solid #d8e2ef;
	border-radius: 14px;
	background: #f8fbff;
	color: #0f172a;
	font-size: 14px;
	font-weight: 650;
	outline: 0;
	box-shadow: 0 1px 2px rgba(15,23,42,.03);
	transition: border-color .16s ease,box-shadow .16s ease,background .16s ease;
}

.vp-login-split-page .vp-login-control::placeholder {
	color: #98a2b3;
	font-weight: 500;
}

.vp-login-split-page .vp-login-control:focus,.vp-login-split-page .vp-login-card input:focus {
	border-color: #2563eb;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(37,99,235,.12),0 12px 26px rgba(15,23,42,.06);
}

.vp-login-split-page .vp-login-password-wrap .vp-login-control {
	padding-right: 48px;
}

.vp-login-split-page .vp-password-eye {
	position: absolute;
	right: 9px;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: #667085;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background .16s ease,color .16s ease;
}

.vp-login-split-page .vp-password-eye:hover {
	background: #eef4ff;
	color: #0d3bd7;
}

.vp-login-split-page .vp-login-captcha-pro {
	display: grid;
	grid-template-columns: minmax(0,1fr) 118px;
	gap: 10px;
	align-items: center;
}

.vp-login-split-page .vp-login-captcha-pro img {
	width: 118px;
	height: 48px;
	border: 1px solid #d8e2ef;
	border-radius: 14px;
	background: #f8fbff;
	object-fit: cover;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(15,23,42,.03);
}

.vp-login-split-page .vp-login-error {
	margin: 0 0 16px;
	padding: 12px 14px;
	border-radius: 14px;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.5;
}

.vp-login-split-page .vp-login-submit {
	width: 100%;
	height: 50px;
	margin-top: 24px;
	border-radius: 14px;
	justify-content: center;
	font-size: 14px;
	font-weight: 900;
	cursor: pointer;
	box-shadow: 0 14px 30px rgba(13,59,215,.20);
	transition: transform .14s ease,box-shadow .14s ease,background .14s ease;
}

.vp-login-split-page .vp-login-submit:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 38px rgba(13,59,215,.26);
}

.vp-login-split-page .vp-login-submit:active {
	transform: translateY(0);
	box-shadow: 0 10px 22px rgba(13,59,215,.2);
}

@media (max-width:1100px) {
	.vp-login-split-page .vp-login-split-shell {
		grid-template-columns: minmax(0,1fr) minmax(0,1fr);
	}

	.vp-login-split-page .vp-login-form-panel {
		padding: 36px 36px
	}

	.vp-login-split-page .vp-login-visual-copy h1 {
		font-size: 58px
	}

	.vp-login-split-page .vp-login-visual-copy p {
		font-size: 26px
	}
}

@media (max-width:860px) {
	body.vp-login-split-page {
		overflow: auto
	}

	.vp-login-split-page .vp-login-split-shell {
		display: flex;
		min-height: 100vh
	}

	.vp-login-split-page .vp-login-visual {
		display: none
	}

	.vp-login-split-page .vp-login-form-panel {
		width: 100%;
		min-height: 100vh;
		padding: 28px 18px;
		border-left: 0;
		background: linear-gradient(180deg,#f8fbff 0%,#eef5ff 100%)
	}

	.vp-login-split-page .vp-login-card-pro {
		max-width: 430px;
		padding: 26px 22px;
		border: 1px solid rgba(219,227,239,.9);
		border-radius: 24px;
		background: rgba(255,255,255,.92);
		box-shadow: 0 24px 70px rgba(15,23,42,.10)
	}

	.vp-login-split-page .vp-login-logo {
		margin-bottom: 24px
	}

	.vp-login-split-page .vp-login-card h2 {
		font-size: 26px
	}
}

@media (max-width:420px) {
	.vp-login-split-page .vp-login-form-panel {
		padding: 18px 14px
	}

	.vp-login-split-page .vp-login-card-pro {
		padding: 22px 18px;
		border-radius: 20px
	}

	.vp-login-split-page .vp-login-captcha-pro {
		grid-template-columns: 1fr
	}

	.vp-login-split-page .vp-login-captcha-pro img {
		width: 100%
	}

	.vp-login-split-page .vp-login-card h2 {
		font-size: 24px
	}

	.vp-login-split-page .vp-login-control,.vp-login-split-page .vp-login-card input {
		height: 46px
	}
}
/* V8.9.28.24 unified mobile table and filter rules: one physical CSS entry, no legacy card/table patch stacking. */
@media (max-width: 768px) {
  :root { --vp-mobile-page-x: 14px; }

  html,
  body {
    min-width: 0;
    overflow-x: hidden;
  }

  .vp-content,
  .vp-content-fluid,
  .vp-page,
  .vp-page-body,
  .vp-list-shell-card,
  .vp-datatable-card,
  .vp-table-card,
  .vp-list-card,
  .vp-crud-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .vp-page-head,
  .vp-page-header,
  .vp-crud-head {
    padding-left: var(--vp-mobile-page-x);
    padding-right: var(--vp-mobile-page-x);
  }

  .vp-page-head .vp-page-actions,
  .vp-page-header .vp-page-actions,
  .vp-crud-head .vp-page-actions {
    width: 100%;
    margin-top: 12px;
  }

  .vp-page-head .vp-btn-primary,
  .vp-page-header .vp-btn-primary,
  .vp-crud-head .vp-btn-primary {
    width: 100%;
    min-height: 48px;
    border-radius: 14px;
    font-size: 15px;
  }

  .vp-tabs,
  .vp-page-tabs,
  .vp-tab-nav,
  .vp-range-tabs {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 var(--vp-mobile-page-x) 2px;
    -webkit-overflow-scrolling: touch;
  }

  .vp-card.vp-table-card,
  .vp-card.vp-list-card,
  .vp-card.vp-datatable-card,
  .vp-crud-card,
  .vp-list-shell-card {
    margin: 14px var(--vp-mobile-page-x) 0;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #dbe4f1;
    box-shadow: 0 14px 38px rgba(15,23,42,.07);
  }

  .vp-filter-card,
  .vp-filter-inline-card {
    margin: 14px var(--vp-mobile-page-x) 0;
    border-radius: 18px;
    overflow: hidden;
  }

  .vp-page-filter,
  .vp-filter,
  .vp-crud-filter,
  .vp-table-filter,
  .vp-filter-one-line-form,
  .vp-filter-inline-form,
  form.vp-filter,
  form.vp-crud-filter {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 14px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #edf1f7;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
  }

  .vp-filter-search,
  .vp-filter-inline-search,
  .vp-filter-main-search,
  .vp-list-search-main,
  .vp-datatable-search {
    width: 100%;
    min-width: 0;
  }

  .vp-page-filter input[type="search"],
  .vp-page-filter input[name="keyword"],
  .vp-page-filter input[type="text"],
  .vp-filter input[type="search"],
  .vp-filter input[name="keyword"],
  .vp-filter input[type="text"],
  .vp-crud-filter input[type="search"],
  .vp-crud-filter input[name="keyword"],
  .vp-crud-filter input[type="text"],
  .vp-table-filter input[type="search"],
  .vp-table-filter input[name="keyword"],
  .vp-table-filter input[type="text"],
  .vp-filter-search input,
  .vp-datatable-search input {
    width: 100%;
    min-width: 0;
    height: 48px;
    border: 1px solid #d8e2f0;
    border-radius: 14px;
    font-size: 15px;
    background: #fff;
    box-shadow: none;
  }

  .vp-filter-inline-controls,
  .vp-filter-main-controls,
  .vp-filter-column-action,
  .vp-page-filter select,
  .vp-filter select,
  .vp-crud-filter select,
  .vp-table-filter select,
  .vp-page-filter .vp-select,
  .vp-filter .vp-select,
  .vp-crud-filter .vp-select,
  .vp-table-filter .vp-select,
  .vp-page-filter .vp-btn-clear,
  .vp-filter .vp-btn-clear,
  .vp-crud-filter .vp-btn-clear,
  .vp-table-filter .vp-btn-clear,
  .vp-page-filter .vp-column-display-btn,
  .vp-filter .vp-column-display-btn,
  .vp-crud-filter .vp-column-display-btn,
  .vp-table-filter .vp-column-display-btn,
  .vp-page-filter [data-vp-column-toggle],
  .vp-filter [data-vp-column-toggle],
  .vp-crud-filter [data-vp-column-toggle],
  .vp-table-filter [data-vp-column-toggle] {
    display: none !important;
  }

  .vp-mobile-filter-btn,
  [data-vp-mobile-filter-btn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 96px;
    height: 48px;
    border: 1px solid #d8e2f0;
    border-radius: 14px;
    background: #fff;
    color: #172033;
    font-weight: 800;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(15,23,42,.05);
  }

  table.vp-table,
  table.vp-data-table,
  table.vp-datatable,
  .vp-datatable table,
  .vp-crud-table table,
  .vp-resource-table table {
    display: table;
    width: max-content;
    min-width: 920px;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
    background: #fff;
  }

  table.vp-table thead,
  table.vp-data-table thead,
  table.vp-datatable thead,
  .vp-datatable table thead,
  .vp-crud-table table thead,
  .vp-resource-table table thead { display: table-header-group; }

  table.vp-table tbody,
  table.vp-data-table tbody,
  table.vp-datatable tbody,
  .vp-datatable table tbody,
  .vp-crud-table table tbody,
  .vp-resource-table table tbody { display: table-row-group; }

  table.vp-table tr,
  table.vp-data-table tr,
  table.vp-datatable tr,
  .vp-datatable table tr,
  .vp-crud-table table tr,
  .vp-resource-table table tr { display: table-row; }

  table.vp-table th,
  table.vp-table td,
  table.vp-data-table th,
  table.vp-data-table td,
  table.vp-datatable th,
  table.vp-datatable td,
  .vp-datatable table th,
  .vp-datatable table td,
  .vp-crud-table table th,
  .vp-crud-table table td,
  .vp-resource-table table th,
  .vp-resource-table table td {
    display: table-cell;
    min-height: 0;
    padding: 13px 14px;
    border-bottom: 1px solid #edf1f7;
    white-space: nowrap;
    word-break: normal;
    vertical-align: middle;
    text-align: left;
    font-size: 13px;
    line-height: 1.45;
    background: #fff;
  }

  table.vp-table th,
  table.vp-data-table th,
  table.vp-datatable th,
  .vp-datatable table th,
  .vp-crud-table table th,
  .vp-resource-table table th {
    background: #f8fafc;
    color: #5f6f86;
    font-weight: 800;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  table.vp-table td::before,
  table.vp-data-table td::before,
  table.vp-datatable td::before,
  .vp-datatable table td::before,
  .vp-crud-table table td::before,
  .vp-resource-table table td::before {
    content: none;
    display: none;
  }

  .table-responsive,
  .vp-table-wrap,
  .vp-datatable-wrap,
  .vp-table-responsive,
  .vp-crud-table,
  .vp-resource-table,
  .vp-mobile-scroll-table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    background: #fff;
  }

  .table-responsive::-webkit-scrollbar,
  .vp-table-wrap::-webkit-scrollbar,
  .vp-datatable-wrap::-webkit-scrollbar,
  .vp-crud-table::-webkit-scrollbar,
  .vp-resource-table::-webkit-scrollbar { height: 7px; }

  .table-responsive::-webkit-scrollbar-track,
  .vp-table-wrap::-webkit-scrollbar-track,
  .vp-datatable-wrap::-webkit-scrollbar-track,
  .vp-crud-table::-webkit-scrollbar-track,
  .vp-resource-table::-webkit-scrollbar-track { background: #eef3fa; border-radius: 999px; }

  .table-responsive::-webkit-scrollbar-thumb,
  .vp-table-wrap::-webkit-scrollbar-thumb,
  .vp-datatable-wrap::-webkit-scrollbar-thumb,
  .vp-crud-table::-webkit-scrollbar-thumb,
  .vp-resource-table::-webkit-scrollbar-thumb { background: #c8d6ea; border-radius: 999px; }

  table.vp-table th:first-child,
  table.vp-table td:first-child,
  table.vp-data-table th:first-child,
  table.vp-data-table td:first-child,
  table.vp-datatable th:first-child,
  table.vp-datatable td:first-child {
    position: sticky;
    left: 0;
    z-index: 4;
    min-width: 54px;
    background: #fff;
    box-shadow: 8px 0 14px rgba(15,23,42,.03);
  }

  table.vp-table th:first-child,
  table.vp-data-table th:first-child,
  table.vp-datatable th:first-child { background: #f8fafc; z-index: 5; }

  table.vp-table th:last-child,
  table.vp-table td:last-child,
  table.vp-data-table th:last-child,
  table.vp-data-table td:last-child,
  table.vp-datatable th:last-child,
  table.vp-datatable td:last-child {
    position: sticky;
    right: 0;
    z-index: 4;
    min-width: 112px;
    background: #fff;
    box-shadow: -10px 0 18px rgba(15,23,42,.04);
  }

  table.vp-table th:last-child,
  table.vp-data-table th:last-child,
  table.vp-datatable th:last-child { background: #f8fafc; z-index: 5; }

  .vp-row-actions,
  .vp-actions,
  .vp-table-actions {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
  }

  .vp-row-actions .btn,
  .vp-row-actions .vp-btn,
  .vp-actions .btn,
  .vp-actions .vp-btn,
  .vp-table-actions .btn,
  .vp-table-actions .vp-btn,
  .vp-icon-btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
    padding: 0;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .vp-selected-toolbar,
  .vp-bulk-bar,
  .vp-list-selected-toolbar {
    margin: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding: 10px 14px;
  }

  .vp-table-footer {
    padding: 14px;
    display: grid;
    gap: 12px;
    align-items: stretch;
  }

  .vp-table-footer-left,
  .vp-table-footer-right {
    width: 100%;
    display: grid;
    gap: 10px;
  }

  .vp-page-size,
  .vp-page-size-form,
  .vp-per-page-form,
  .vp-table-footer select {
    width: 100%;
    height: 48px;
    border-radius: 14px;
  }

  .vp-pagination,
  .vp-pagination-footer,
  .vp-table-pagination,
  nav[role="navigation"] {
    margin: 16px var(--vp-mobile-page-x) 0;
    padding: 16px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(15,23,42,.07);
    display: block;
  }

  .vp-mobile-pager-box {
    width: 100%;
    display: grid;
    grid-template-columns: 52px minmax(0,1fr) 52px;
    gap: 12px;
    align-items: center;
  }

  .vp-mobile-pager-btn {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    border: 1px solid #d8e2f0;
    background: #fff;
    color: #243044;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(15,23,42,.06);
  }

  .vp-mobile-pager-btn.is-disabled {
    opacity: .45;
    pointer-events: none;
    background: #f2f5f9;
  }

  .vp-mobile-pager-center {
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    color: #334155;
  }

  body.vp-mobile-filter-open { overflow: hidden; }

  .vp-mobile-filter-sheet-mask {
    position: fixed;
    inset: 0;
    z-index: 10060;
    background: rgba(15,23,42,.42);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
  }

  .vp-mobile-filter-sheet-mask.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .vp-mobile-filter-sheet {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10061;
    background: #fff;
    border-radius: 22px 22px 0 0;
    box-shadow: 0 -22px 70px rgba(15,23,42,.25);
    padding: 18px;
    max-height: 78vh;
    overflow-y: auto;
    transform: translateY(105%);
    transition: transform .22s ease;
  }

  .vp-mobile-filter-sheet.is-open { transform: translateY(0); }

  .vp-mobile-filter-sheet-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    font-size: 17px;
  }

  .vp-mobile-filter-sheet-row { margin-bottom: 12px; }

  .vp-mobile-filter-sheet select,
  .vp-mobile-filter-sheet input,
  .vp-mobile-filter-sheet button,
  .vp-mobile-filter-sheet .vp-btn,
  .vp-mobile-filter-sheet .vp-select {
    width: 100%;
    min-height: 46px;
    border-radius: 12px;
  }
}

/* V8.9.28.24 login, module governance and UI state closure */
body.vp-login-split-page {
  background: #f5f7fb;
}

.vp-login-split-page .vp-login-visual {
  background: #07111f;
}

.vp-login-split-page .vp-login-visual-bg {
  background-image: url('/vendor/vantocore-admin/assets/images/login-vantoshops-cloud-hero.png') !important;
  background-size: cover;
  background-position: left center;
  opacity: 1;
  transform: none;
}

.vp-login-split-page .vp-login-visual::after {
  background: linear-gradient(90deg, rgba(4, 12, 26, .08), rgba(4, 12, 26, .18) 58%, rgba(4, 12, 26, .72));
}

.vp-login-split-page .vp-login-visual-logo {
  filter: brightness(0) invert(1) drop-shadow(0 12px 26px rgba(0, 0, 0, .24));
}

.vp-login-split-page .vp-login-visual-copy {
  max-width: 520px;
  padding: 22px 24px;
  border: 1px solid rgba(111, 163, 255, .28);
  border-radius: 18px;
  background: rgba(4, 14, 32, .42);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .26);
  backdrop-filter: blur(14px);
}

.vp-login-split-page .vp-login-visual-copy h1,
.vp-login-split-page .vp-login-visual-copy p,
.vp-login-split-page .vp-login-card h2 {
  letter-spacing: 0;
}

.vp-login-split-page .vp-login-visual-copy h1 {
  color: #fff;
  font-size: clamp(34px, 4.2vw, 56px);
  text-shadow: 0 14px 32px rgba(0, 0, 0, .28);
}

.vp-login-split-page .vp-login-visual-copy p {
  color: #c8dcff;
  font-size: clamp(15px, 1.35vw, 19px);
  font-weight: 760;
  margin-top: 12px;
}

.vp-login-split-page .vp-login-visual-foot {
  color: rgba(226, 236, 255, .76);
}

.vp-login-split-page .vp-login-form-panel {
  background: #fff;
}

.vp-login-split-page .vp-login-card-pro {
  max-width: 420px;
}

.vp-login-split-page .vp-login-control,
.vp-login-split-page .vp-login-card input {
  background: #f7faff;
  border-color: #dbe6f5;
}

.vp-login-split-page .vp-password-eye {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.vp-route-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 520px;
}

.vp-route-chip {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 4px 8px;
  border: 1px solid var(--vp-border);
  border-radius: 999px;
  color: var(--vp-muted);
  background: var(--vp-surface, #fff);
  font-size: 11px;
  line-height: 1.25;
  word-break: break-all;
}

.vp-route-chip.is-ok {
  color: #047857;
  border-color: rgba(16, 185, 129, .24);
  background: rgba(16, 185, 129, .10);
}

.vp-route-chip.is-missing {
  color: #b42318;
  border-color: rgba(244, 63, 94, .28);
  background: rgba(244, 63, 94, .10);
}

.vp-error-state,
.vp-ui-state {
  display: grid;
  gap: 10px;
  justify-items: center;
  min-height: 120px;
  padding: 28px 20px;
  border: 1px dashed var(--vp-border);
  border-radius: 10px;
  background: var(--vp-card);
  color: var(--vp-muted);
  text-align: center;
}

.vp-error-state strong,
.vp-ui-state strong,
.vp-empty-state h3 {
  color: var(--vp-text);
}

.vp-field .invalid-feedback,
.vp-validation-tip {
  display: block;
  margin-top: 6px;
  color: #dc2626;
  font-size: 12px;
  font-weight: 700;
}

.vp-upload-zone,
.vp-image-picker {
  display: grid;
  gap: 10px;
  align-content: center;
  justify-items: center;
  min-height: 150px;
  padding: 22px;
  border: 1px dashed var(--vp-border);
  border-radius: 10px;
  background: var(--vp-field-bg, #f8fbff);
  color: var(--vp-muted);
  text-align: center;
}

.vp-upload-zone:hover,
.vp-image-picker:hover,
.vp-upload-zone.is-dragover {
  border-color: var(--vp-primary);
  background: rgba(37, 99, 235, .06);
}

.vp-image-picker-preview {
  width: 88px;
  height: 88px;
  border-radius: 8px;
  object-fit: cover;
  background: var(--vp-surface-muted, #eef2f7);
}

.vp-mobile-detail-card {
  border: 1px solid var(--vp-border);
  border-radius: 10px;
  background: var(--vp-card);
  padding: 14px;
}

.vp-mobile-detail-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--vp-border);
}

.vp-mobile-detail-row:first-child {
  border-top: 0;
}

.vp-mobile-detail-row span {
  color: var(--vp-muted);
}

.vp-mobile-detail-row b {
  color: var(--vp-text);
  font-weight: 700;
  text-align: right;
  word-break: break-word;
}

.vp-validation-tip.is-error {
  color: #dc2626;
  background: rgba(220, 38, 38, .08);
  border: 1px solid rgba(220, 38, 38, .20);
  border-radius: 8px;
  padding: 8px 10px;
}

html[data-bs-theme="dark"] .vp-route-chip,
html.vp-theme-dark .vp-route-chip,
html[data-bs-theme="dark"] .vp-error-state,
html.vp-theme-dark .vp-error-state,
html[data-bs-theme="dark"] .vp-ui-state,
html.vp-theme-dark .vp-ui-state,
html[data-bs-theme="dark"] .vp-upload-zone,
html.vp-theme-dark .vp-upload-zone,
html[data-bs-theme="dark"] .vp-image-picker,
html.vp-theme-dark .vp-image-picker,
html[data-bs-theme="dark"] .vp-mobile-detail-card,
html.vp-theme-dark .vp-mobile-detail-card {
  background: #172033;
  border-color: #29364c;
  color: #9aa7bd;
}

html[data-bs-theme="dark"] .vp-mobile-detail-row,
html.vp-theme-dark .vp-mobile-detail-row {
  border-color: rgba(148, 163, 184, .18);
}

html[data-bs-theme="dark"] .vp-mobile-detail-row span,
html.vp-theme-dark .vp-mobile-detail-row span {
  color: #98a2b3;
}

html[data-bs-theme="dark"] .vp-mobile-detail-row b,
html.vp-theme-dark .vp-mobile-detail-row b {
  color: #f8fafc;
}

html[data-bs-theme="dark"] .vp-validation-tip.is-error,
html.vp-theme-dark .vp-validation-tip.is-error {
  color: #fecaca;
  background: rgba(248, 113, 113, .12);
  border-color: rgba(248, 113, 113, .24);
}

html[data-bs-theme="dark"] .vp-route-chip.is-ok,
html.vp-theme-dark .vp-route-chip.is-ok {
  color: #86efac;
  border-color: rgba(34, 197, 94, .34);
  background: rgba(34, 197, 94, .13);
}

html[data-bs-theme="dark"] .vp-route-chip.is-missing,
html.vp-theme-dark .vp-route-chip.is-missing {
  color: #fca5a5;
  border-color: rgba(248, 113, 113, .34);
  background: rgba(248, 113, 113, .13);
}

@media (max-width: 860px) {
  .vp-login-split-page .vp-login-form-panel {
    background:
      linear-gradient(180deg, rgba(5, 16, 34, .72), rgba(245, 248, 253, .96) 42%),
      url('/vendor/vantocore-admin/assets/images/login-vantoshops-cloud-hero.png') left top / auto 42vh no-repeat,
      #f5f7fb;
  }

  .vp-login-split-page .vp-login-card-pro {
    margin-top: 22vh;
    background: rgba(255, 255, 255, .95);
  }
}

@media (max-width: 640px) {
  .vp-route-chip-list {
    max-width: calc(100vw - 70px);
  }

  .vp-mobile-detail-card,
  .vp-error-state,
  .vp-ui-state {
    border-radius: 8px;
  }
}

@media (min-width: 769px) {
  .vp-mobile-filter-btn,
  [data-vp-mobile-filter-btn],
  .vp-mobile-filter-sheet,
  .vp-mobile-filter-sheet-mask {
    display: none !important;
  }
}

/* V8.9.28.24 TailAdmin-inspired Bootstrap shell refinements. */
body.vp-admin-shell[data-vp-shell="bootstrap-admin"] {
  background: #f6f8fb;
}

.vp-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 12000;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 10px;
  background: #0f172a;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 14px 38px rgba(15,23,42,.22);
  transition: transform .18s ease;
}

.vp-skip-link:focus,
.vp-skip-link:focus-visible {
  color: #fff;
  outline: 0;
  transform: translateY(0);
}

.vp-app[data-vp-shell="bootstrap-admin"] .vp-main,
.vp-app[data-vp-shell="bootstrap-admin"] .vp-content,
.vp-app[data-vp-shell="bootstrap-admin"] .vp-content > *,
.vp-app[data-vp-shell="bootstrap-admin"] .vp-card,
.vp-app[data-vp-shell="bootstrap-admin"] .vp-list-card,
.vp-app[data-vp-shell="bootstrap-admin"] .vp-crud-card,
.vp-app[data-vp-shell="bootstrap-admin"] .vp-datatable-card {
  min-width: 0;
}

.vp-app[data-vp-shell="bootstrap-admin"] .vp-content {
  isolation: isolate;
}

.vp-shell-section,
.vp-page-section {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.vp-shell-stack,
.vp-page-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.vp-grid-auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: 16px;
  min-width: 0;
}

.vp-surface {
  background: #fff;
  border: 1px solid var(--vp-border);
  border-radius: var(--vp-radius);
  box-shadow: var(--vp-shadow);
  min-width: 0;
}

.vp-topbar,
.vp-sidebar,
.vp-card,
.vp-panel-card,
.vp-table-card,
.vp-list-card,
.vp-filter-card,
.vp-crud-card,
.vp-datatable-card {
  overflow-wrap: anywhere;
}

.vp-topbar {
  backdrop-filter: saturate(1.08) blur(10px);
}

.vp-breadcrumb-current,
.vp-account-name,
.vp-account-email,
.vp-nav-label,
.vp-card-title,
.vp-section-title,
.vp-table td,
.vp-table th {
  min-width: 0;
}

.vp-account-name,
.vp-account-email,
.vp-breadcrumb-current,
.vp-nav-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vp-nav-link[aria-current="page"] {
  color: var(--vp-primary);
}

.vp-icon-btn:focus-visible,
.vp-btn:focus-visible,
.btn:focus-visible,
.vp-nav-link:focus-visible,
.vp-sidebar-title-btn:focus-visible,
.form-control:focus,
.form-select:focus,
.vp-input:focus,
.vp-select:focus {
  outline: 0;
  box-shadow: var(--vp-focus);
}

.vp-datatable-wrap,
.vp-table-wrap,
.table-responsive {
  min-width: 0;
}

.vp-table-wrap table,
.vp-datatable-wrap table {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  body.vp-admin-shell[data-vp-shell="bootstrap-admin"] {
    background: #f7f9fc;
  }

  .vp-app[data-vp-shell="bootstrap-admin"] .vp-content {
    padding-left: var(--vp-mobile-page-x, 12px);
    padding-right: var(--vp-mobile-page-x, 12px);
  }

  .vp-topbar {
    backdrop-filter: none;
  }

  .vp-shell-section,
  .vp-page-section,
  .vp-shell-stack,
  .vp-page-stack,
  .vp-grid-auto {
    gap: 12px;
  }
}

/* V8.9.28.34 VantoShops UI core runtime: shared Bootstrap/Blade controls without a separate UI library page. */
.vp-component-alert {
  display: grid;
  grid-template-columns: 22px minmax(0,1fr) auto;
  align-items: start;
  gap: 10px;
  margin-bottom: 14px;
}

.vp-component-alert .vp-alert-content {
  min-width: 0;
}

.vp-component-alert strong {
  display: block;
  margin-bottom: 2px;
  color: inherit;
}

.vp-alert-close {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 8px;
}

.vp-stat-card,
.vp-quick-action,
.vp-form-section,
.vp-chart-card {
  min-width: 0;
}

.vp-stat-card {
  display: grid;
  gap: 8px;
  color: inherit;
  text-decoration: none;
}

.vp-stat-card-top,
.vp-stat-meta,
.vp-progress-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.vp-stat-icon,
.vp-quick-action-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--vp-primary-soft);
  color: var(--vp-primary);
}

.vp-stat-trend {
  color: var(--vp-success);
  font-weight: 800;
}

.vp-stat-extra {
  color: var(--vp-muted);
  font-size: 12px;
}

.vp-quick-action {
  display: grid;
  grid-template-columns: 36px minmax(0,1fr) 18px;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--vp-border);
  border-radius: var(--vp-radius);
  background: #fff;
  box-shadow: var(--vp-shadow);
  color: var(--vp-text);
}

.vp-quick-action:hover {
  color: var(--vp-primary);
  border-color: var(--vp-primary-line);
}

.vp-quick-action-body {
  min-width: 0;
}

.vp-quick-action-body strong,
.vp-quick-action-body small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vp-quick-action-body small {
  color: var(--vp-muted);
  margin-top: 2px;
}

.vp-form-section-head p,
.vp-chart-card .vp-card-header p {
  margin: 4px 0 0;
  color: var(--vp-muted);
  font-size: 12px;
}

.vp-choice-card-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
}

.vp-check-card input[type="radio"],
.vp-check-card input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--vp-primary);
}

.vp-switch-component {
  cursor: pointer;
}

.vp-switch-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.vp-switch-control {
  position: relative;
  width: 42px;
  height: 24px;
  min-width: 42px;
  border-radius: 999px;
  background: #d0d5dd;
  transition: background .18s ease;
}

.vp-switch-control:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(15,23,42,.18);
  transition: transform .18s ease;
}

.vp-switch-input:checked + .vp-switch-control {
  background: var(--vp-primary);
}

.vp-switch-input:checked + .vp-switch-control:after {
  transform: translateX(18px);
}

.vp-file-upload {
  display: grid;
  gap: 8px;
}

.vp-file-dropzone {
  position: relative;
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 136px;
  padding: 18px;
  border: 1px dashed #cbd5e1;
  border-radius: var(--vp-radius);
  background: #fbfdff;
  text-align: center;
}

.vp-file-dropzone.is-dragover {
  border-color: var(--vp-primary);
  background: var(--vp-primary-soft);
}

.vp-file-dropzone > i {
  font-size: 28px;
  color: var(--vp-primary);
}

.vp-file-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.vp-date-range {
  display: grid;
  gap: 8px;
}

.vp-date-range-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
  align-items: center;
  gap: 8px;
}

.vp-date-range-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.vp-date-range-shortcuts button {
  border: 1px solid var(--vp-border);
  background: #fff;
  color: var(--vp-muted);
  border-radius: 999px;
  padding: 4px 10px;
  font-weight: 760;
}

.vp-tag-input-box {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 42px;
  padding: 6px;
  border: 1px solid var(--vp-border);
  border-radius: 12px;
  background: #fff;
}

.vp-tag-input-box:focus-within {
  box-shadow: var(--vp-focus);
  border-color: var(--vp-primary-line);
}

.vp-tag-input-box input {
  border: 0;
  outline: 0;
  flex: 1 1 120px;
  min-width: 90px;
}

.vp-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--vp-primary-soft);
  color: var(--vp-primary);
  font-weight: 760;
}

.vp-tag-pill button {
  border: 0;
  background: transparent;
  color: inherit;
  line-height: 1;
  padding: 0;
}

.vp-bootstrap-modal .modal-content,
.vp-bootstrap-drawer {
  border: 1px solid var(--vp-border);
  border-radius: var(--vp-radius);
  box-shadow: var(--vp-shadow-lg);
}

.vp-bootstrap-drawer.offcanvas-end {
  border-radius: 0;
}

.vp-dropdown-action .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
}

.vp-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.vp-timeline-item {
  display: grid;
  grid-template-columns: 14px minmax(0,1fr);
  gap: 10px;
}

.vp-timeline-dot {
  width: 10px;
  height: 10px;
  margin-top: 4px;
  border-radius: 50%;
  background: var(--vp-primary);
  box-shadow: 0 0 0 4px var(--vp-primary-soft);
}

.vp-timeline-item strong,
.vp-timeline-item time,
.vp-timeline-item p {
  display: block;
}

.vp-timeline-item time,
.vp-timeline-item p {
  color: var(--vp-muted);
  font-size: 12px;
  margin: 2px 0 0;
}

.vp-stepper {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 160px), 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
}

.vp-stepper li {
  display: grid;
  grid-template-columns: 30px minmax(0,1fr);
  gap: 8px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--vp-border);
  border-radius: 12px;
  background: #fff;
}

.vp-stepper li > span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef2f7;
  color: var(--vp-muted);
  font-weight: 850;
}

.vp-stepper li.is-active,
.vp-stepper li.is-done {
  border-color: var(--vp-primary-line);
}

.vp-stepper li.is-active > span,
.vp-stepper li.is-done > span {
  background: var(--vp-primary);
  color: #fff;
}

.vp-stepper small {
  display: block;
  color: var(--vp-muted);
}

.vp-progress-wrap {
  display: grid;
  gap: 6px;
}

.vp-progress-label {
  font-size: 12px;
  color: var(--vp-muted);
}

.vp-mini-bars {
  height: 170px;
  display: flex;
  align-items: end;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--vp-line);
  border-radius: 12px;
  background: #fbfcff;
}

.vp-mini-bars span {
  flex: 1;
  min-width: 8px;
  height: var(--vp-bar-h, 20%);
  border-radius: 8px 8px 2px 2px;
  background: linear-gradient(180deg, var(--vp-primary), #4f7cff);
}

.vp-chart-card-value {
  color: var(--vp-primary);
  font-size: 20px;
}

.vp-skeleton {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.vp-skeleton-avatar,
.vp-skeleton-lines span {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg,#eef2f7 0,#f8fafc 45%,#eef2f7 100%);
  background-size: 200% 100%;
  animation: vpSkeleton 1.2s ease-in-out infinite;
}

.vp-skeleton-avatar {
  width: 42px;
  height: 42px;
  min-width: 42px;
}

.vp-skeleton-lines {
  flex: 1;
  display: grid;
  gap: 8px;
}

.vp-skeleton-lines span {
  height: 12px;
}

@keyframes vpSkeleton {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

html[data-theme="dark"],
html[data-bs-theme="dark"],
html.vp-theme-dark {
  --vp-page: #0f172a;
  --vp-card: #111827;
  --vp-text: #e5e7eb;
  --vp-heading: #f8fafc;
  --vp-muted: #94a3b8;
  --vp-line: #1f2937;
  --vp-border: #273449;
  --vp-primary-soft: rgba(96,165,250,.14);
  color-scheme: dark;
}

html[data-bs-theme="dark"] body,
html.vp-theme-dark body {
  background: var(--vp-page);
  color: var(--vp-text);
}

html[data-bs-theme="dark"] .vp-card,
html[data-bs-theme="dark"] .vp-panel-card,
html[data-bs-theme="dark"] .vp-table-card,
html[data-bs-theme="dark"] .vp-list-card,
html[data-bs-theme="dark"] .vp-filter-card,
html[data-bs-theme="dark"] .vp-quick-action,
html[data-bs-theme="dark"] .vp-check-card,
html[data-bs-theme="dark"] .vp-stepper li,
html[data-bs-theme="dark"] .vp-tag-input-box,
html[data-bs-theme="dark"] .vp-file-dropzone,
html[data-bs-theme="dark"] .vp-date-range-shortcuts button {
  background: #111827;
  border-color: var(--vp-border);
  color: var(--vp-text);
}

html[data-bs-theme="dark"] .vp-topbar,
html[data-bs-theme="dark"] .vp-sidebar {
  background: rgba(17,24,39,.96);
  border-color: var(--vp-border);
}

@media (max-width: 768px) {
  .vp-date-range-row {
    grid-template-columns: 1fr;
  }

  .vp-date-range-row span {
    display: none;
  }

  .vp-component-alert {
    grid-template-columns: 20px minmax(0,1fr);
  }

  .vp-alert-close {
    grid-column: 2;
    justify-self: start;
  }
}

/* V8.9.28.24 dark mode and mobile layout stabilization. */
html[data-theme="dark"],
html[data-bs-theme="dark"],
html.vp-theme-dark {
  --vp-page: #0b1220;
  --vp-card: #111827;
  --vp-text: #e5edf8;
  --vp-heading: #f8fafc;
  --vp-muted: #9aa7bd;
  --vp-sub: #718096;
  --vp-line: #202b3c;
  --vp-border: #2b3a50;
  --vp-primary: #3b82f6;
  --vp-primary-700: #2563eb;
  --vp-primary-soft: rgba(59,130,246,.16);
  --vp-primary-line: rgba(96,165,250,.32);
  --vp-success-bg: rgba(22,163,74,.16);
  --vp-danger-bg: rgba(220,38,38,.16);
  --vp-warning-bg: rgba(217,119,6,.16);
  --vp-info-bg: rgba(14,165,233,.16);
}

html[data-bs-theme="dark"] .vp-admin-shell,
html[data-bs-theme="dark"] .vp-main,
html[data-bs-theme="dark"] .vp-content,
html[data-bs-theme="dark"] body.vp-admin-shell,
html.vp-theme-dark .vp-admin-shell,
html.vp-theme-dark .vp-main,
html.vp-theme-dark .vp-content {
  background: var(--vp-page);
  color: var(--vp-text);
}

html[data-bs-theme="dark"] .vp-card,
html[data-bs-theme="dark"] .vp-panel-card,
html[data-bs-theme="dark"] .vp-table-card,
html[data-bs-theme="dark"] .vp-list-card,
html[data-bs-theme="dark"] .vp-filter-card,
html[data-bs-theme="dark"] .vp-quick-card,
html[data-bs-theme="dark"] .vp-health-card,
html[data-bs-theme="dark"] .vp-file-list-card,
html[data-bs-theme="dark"] .vp-crud-card,
html[data-bs-theme="dark"] .vp-datatable-card,
html[data-bs-theme="dark"] .vp-widget-card,
html[data-bs-theme="dark"] .vp-dashboard-widget-card,
html[data-bs-theme="dark"] .vp-console-hero-card,
html[data-bs-theme="dark"] .vp-console-hero-main,
html[data-bs-theme="dark"] .vp-console-hero-side,
html[data-bs-theme="dark"] .vp-hero-balance-card,
html[data-bs-theme="dark"] .vp-stat,
html[data-bs-theme="dark"] .vp-mini-metric,
html[data-bs-theme="dark"] .vp-stat-card,
html[data-bs-theme="dark"] .vp-surface,
html.vp-theme-dark .vp-card,
html.vp-theme-dark .vp-widget-card,
html.vp-theme-dark .vp-dashboard-widget-card {
  background: var(--vp-card);
  border-color: var(--vp-border);
  color: var(--vp-text);
  box-shadow: 0 18px 46px rgba(0,0,0,.20);
}

html[data-bs-theme="dark"] .vp-console-hero-card:after,
html[data-bs-theme="dark"] .vp-console-hero-main:after {
  background: rgba(59,130,246,.12);
}

html[data-bs-theme="dark"] .vp-card-title,
html[data-bs-theme="dark"] .vp-section-title,
html[data-bs-theme="dark"] .vp-widget-head h3,
html[data-bs-theme="dark"] .vp-dashboard-widget-top h4,
html[data-bs-theme="dark"] .vp-console-hero-card h2,
html[data-bs-theme="dark"] .vp-console-hero-main h2,
html[data-bs-theme="dark"] .vp-stat-value,
html[data-bs-theme="dark"] .vp-mini-metric b,
html[data-bs-theme="dark"] .vp-hero-balance-row b,
html[data-bs-theme="dark"] .vp-mini-row strong,
html[data-bs-theme="dark"] .vp-summary-row b {
  color: var(--vp-heading);
}

html[data-bs-theme="dark"] .vp-console-hero-card p,
html[data-bs-theme="dark"] .vp-console-hero-main p,
html[data-bs-theme="dark"] .vp-stat-label,
html[data-bs-theme="dark"] .vp-stat-meta,
html[data-bs-theme="dark"] .vp-mini-metric span,
html[data-bs-theme="dark"] .vp-mini-metric small,
html[data-bs-theme="dark"] .vp-widget-head p,
html[data-bs-theme="dark"] .vp-dashboard-widget-card p,
html[data-bs-theme="dark"] .vp-hero-balance-row,
html[data-bs-theme="dark"] .vp-mini-row,
html[data-bs-theme="dark"] .vp-summary-row,
html[data-bs-theme="dark"] .vp-muted,
html[data-bs-theme="dark"] .text-muted-2 {
  color: var(--vp-muted);
}

html[data-bs-theme="dark"] .vp-topbar,
html[data-bs-theme="dark"] .vp-sidebar,
html[data-bs-theme="dark"] .vp-test-mode-banner {
  background: rgba(11,18,32,.96);
  border-color: var(--vp-border);
  color: var(--vp-text);
}

html[data-bs-theme="dark"] .vp-nav-link,
html[data-bs-theme="dark"] .vp-sidebar-title-btn,
html[data-bs-theme="dark"] .vp-breadcrumb,
html[data-bs-theme="dark"] .vp-breadcrumb a,
html[data-bs-theme="dark"] .vp-account-email {
  color: var(--vp-muted);
}

html[data-bs-theme="dark"] .vp-nav-link.active,
html[data-bs-theme="dark"] .vp-nav-link:hover,
html[data-bs-theme="dark"] .vp-breadcrumb-current,
html[data-bs-theme="dark"] .vp-account-name {
  color: var(--vp-heading);
}

html[data-bs-theme="dark"] .form-control,
html[data-bs-theme="dark"] .form-select,
html[data-bs-theme="dark"] .vp-input,
html[data-bs-theme="dark"] .vp-select,
html[data-bs-theme="dark"] .vp-textarea,
html[data-bs-theme="dark"] input[type="text"],
html[data-bs-theme="dark"] input[type="email"],
html[data-bs-theme="dark"] input[type="password"],
html[data-bs-theme="dark"] input[type="number"],
html[data-bs-theme="dark"] input[type="date"],
html[data-bs-theme="dark"] input[type="time"],
html[data-bs-theme="dark"] input[type="datetime-local"],
html[data-bs-theme="dark"] textarea,
html[data-bs-theme="dark"] select {
  background-color: #182235;
  border-color: #3a4b64;
  color: var(--vp-text);
}

html[data-bs-theme="dark"] .form-control::placeholder,
html[data-bs-theme="dark"] .vp-input::placeholder,
html[data-bs-theme="dark"] .vp-textarea::placeholder {
  color: #728198;
}

html[data-bs-theme="dark"] .vp-table,
html[data-bs-theme="dark"] .vp-data-table,
html[data-bs-theme="dark"] .vp-datatable,
html[data-bs-theme="dark"] .table,
html[data-bs-theme="dark"] .table-responsive,
html[data-bs-theme="dark"] .vp-table-wrap,
html[data-bs-theme="dark"] .vp-datatable-wrap,
html[data-bs-theme="dark"] .vp-filter,
html[data-bs-theme="dark"] .vp-list-search,
html[data-bs-theme="dark"] .vp-filter-one-line-form,
html[data-bs-theme="dark"] .vp-filter-inline-form {
  background: var(--vp-card);
  color: var(--vp-text);
  border-color: var(--vp-border);
}

html[data-bs-theme="dark"] table.vp-table th,
html[data-bs-theme="dark"] table.vp-table td,
html[data-bs-theme="dark"] table.vp-data-table th,
html[data-bs-theme="dark"] table.vp-data-table td,
html[data-bs-theme="dark"] table.vp-datatable th,
html[data-bs-theme="dark"] table.vp-datatable td,
html[data-bs-theme="dark"] .vp-datatable table th,
html[data-bs-theme="dark"] .vp-datatable table td,
html[data-bs-theme="dark"] .vp-crud-table table th,
html[data-bs-theme="dark"] .vp-crud-table table td,
html[data-bs-theme="dark"] .vp-resource-table table th,
html[data-bs-theme="dark"] .vp-resource-table table td {
  background: var(--vp-card);
  color: var(--vp-text);
  border-color: var(--vp-line);
}

html[data-bs-theme="dark"] table.vp-table th,
html[data-bs-theme="dark"] table.vp-data-table th,
html[data-bs-theme="dark"] table.vp-datatable th,
html[data-bs-theme="dark"] .vp-datatable table th,
html[data-bs-theme="dark"] .vp-crud-table table th,
html[data-bs-theme="dark"] .vp-resource-table table th {
  background: #172033;
  color: #cbd5e1;
}

html[data-bs-theme="dark"] .vp-chart,
html[data-bs-theme="dark"] .vp-mini-bars,
html[data-bs-theme="dark"] .vp-empty,
html[data-bs-theme="dark"] .vp-empty-state,
html[data-bs-theme="dark"] .vp-file-empty,
html[data-bs-theme="dark"] .vp-file-picker-empty,
html[data-bs-theme="dark"] .vp-drawer,
html[data-bs-theme="dark"] .vp-modal-box,
html[data-bs-theme="dark"] .vp-confirm-box,
html[data-bs-theme="dark"] .dropdown-menu,
html[data-bs-theme="dark"] .vp-command-box {
  background: #111827;
  border-color: var(--vp-border);
  color: var(--vp-text);
}

html[data-bs-theme="dark"] .vp-mobile-filter-sheet,
html[data-bs-theme="dark"] .vp-pagination,
html[data-bs-theme="dark"] .vp-pagination-footer,
html[data-bs-theme="dark"] .vp-table-pagination,
html[data-bs-theme="dark"] nav[role="navigation"] {
  background: #111827;
  color: var(--vp-text);
  border-color: var(--vp-border);
}

@media (max-width: 768px) {
  :root { --vp-mobile-page-x: 16px; }

  body.vp-admin-shell,
  .vp-admin-shell .vp-app,
  .vp-admin-shell .vp-main {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .vp-admin-shell .vp-content,
  .vp-app[data-vp-shell="bootstrap-admin"] .vp-content {
    width: 100%;
    max-width: 100%;
    padding: 16px var(--vp-mobile-page-x) 28px;
    overflow-x: hidden;
  }

  .vp-content > .vp-page-head,
  .vp-content > .vp-page-header,
  .vp-content > .vp-crud-head,
  .vp-content > .vp-tabs,
  .vp-content > .vp-page-tabs,
  .vp-content > .vp-tab-nav,
  .vp-content > .vp-range-tabs {
    padding-left: 0;
    padding-right: 0;
  }

  .vp-card.vp-table-card,
  .vp-card.vp-list-card,
  .vp-card.vp-datatable-card,
  .vp-card.vp-form-card,
  .vp-card.vp-detail-card,
  .vp-crud-card,
  .vp-list-shell-card,
  .vp-filter-card,
  .vp-filter-inline-card,
  .vp-file-list-card,
  .vp-form-section,
  .vp-panel-card,
  .vp-table-card {
    width: 100%;
    max-width: 100%;
    margin: 12px 0 0;
    border-radius: 14px;
    overflow: hidden;
  }

  .vp-list-search,
  .vp-list-search-inner,
  .vp-page-filter,
  .vp-filter,
  .vp-crud-filter,
  .vp-table-filter,
  .vp-filter-one-line-form,
  .vp-filter-inline-form,
  form.vp-filter,
  form.vp-crud-filter {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) 92px !important;
    gap: 8px !important;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    margin: 0;
  }

  .vp-list-search-inner {
    padding: 0;
  }

  .vp-list-search {
    display: block !important;
  }

  .vp-list-search > .vp-list-search-inner {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) 92px !important;
    gap: 8px !important;
    width: 100%;
    max-width: 100%;
  }

  .vp-list-search-main,
  .vp-filter-search,
  .vp-filter-inline-search,
  .vp-filter-main-search,
  .vp-datatable-search {
    grid-column: 1;
    width: 100%;
    min-width: 0;
  }

  .vp-list-filter,
  .vp-list-range,
  .vp-filter-inline-controls,
  .vp-filter-main-controls,
  .vp-page-filter select,
  .vp-filter select,
  .vp-crud-filter select,
  .vp-table-filter select,
  .vp-page-filter .vp-select,
  .vp-filter .vp-select,
  .vp-crud-filter .vp-select,
  .vp-table-filter .vp-select,
  .vp-page-filter .vp-btn-clear,
  .vp-filter .vp-btn-clear,
  .vp-crud-filter .vp-btn-clear,
  .vp-table-filter .vp-btn-clear,
  .vp-list-search-inner > a.btn,
  .vp-list-search-inner > .btn:not(.vp-mobile-filter-btn):not([data-vp-mobile-filter-btn]),
  .vp-column-display-btn,
  .vp-filter-column-action {
    display: none !important;
  }

  .vp-mobile-filter-btn,
  [data-vp-mobile-filter-btn] {
    grid-column: 2;
    width: 92px;
    min-width: 92px;
    height: 44px;
    border-radius: 12px;
  }

  .vp-page-filter:not(.vp-has-mobile-filter),
  .vp-filter:not(.vp-has-mobile-filter),
  .vp-crud-filter:not(.vp-has-mobile-filter),
  .vp-table-filter:not(.vp-has-mobile-filter),
  .vp-list-search:not(.vp-has-mobile-filter) .vp-list-search-inner {
    grid-template-columns: 1fr !important;
  }

  .vp-table-footer {
    padding: 12px;
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .vp-table-total,
  .vp-table-result-info,
  .vp-footer-label,
  .vp-page-size-form,
  .vp-per-page-form,
  .vp-footer-per-page,
  .vp-page-size,
  .vp-table-footer-left {
    display: none !important;
  }

  .vp-table-footer-right,
  .vp-table-pagination-wrap {
    width: 100%;
    min-width: 0;
    display: block;
    overflow: visible;
  }

  .vp-pagination,
  .vp-pagination-footer,
  .vp-table-pagination,
  .vp-table-pagination-wrap nav,
  nav[role="navigation"].vp-mobile-pagination-normalized {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 12px;
    border-radius: 14px;
    box-shadow: none;
  }

  .vp-mobile-pager-box {
    grid-template-columns: 46px minmax(0,1fr) 46px;
    gap: 10px;
  }

  .vp-mobile-pager-btn {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 12px;
  }

  .vp-mobile-pager-center {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .vp-mobile-filter-sheet {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    max-height: min(78vh, 620px);
    padding: 14px;
    border-radius: 18px;
  }

  .vp-mobile-filter-sheet-row {
    margin-bottom: 10px;
  }

  .vp-mobile-filter-sheet .vp-column-display-btn,
  .vp-mobile-filter-sheet [data-vp-column-toggle],
  .vp-mobile-filter-sheet .vp-btn,
  .vp-mobile-filter-sheet a,
  .vp-mobile-filter-sheet button,
  .vp-mobile-filter-sheet input,
  .vp-mobile-filter-sheet select {
    display: inline-flex !important;
    width: 100%;
    min-height: 44px;
  }

  .vp-content .row {
    margin-left: 0;
    margin-right: 0;
  }

  .vp-content .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    min-width: 0;
  }

  .vanti-description-grid,
  .vp-detail-grid,
  .vp-show-grid,
  .vp-description-grid {
    grid-template-columns: 1fr !important;
    width: 100%;
    max-width: 100%;
  }

  .vanti-description-grid > *,
  .vp-detail-grid > *,
  .vp-show-grid > *,
  .vp-description-grid > * {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

/* V8.9.28.24 TailAdmin-style dark visual normalization: final active override. */
html[data-theme="dark"],
html[data-bs-theme="dark"],
html.vp-theme-dark {
  --vp-page: #101828;
  --vp-card: #182230;
  --vp-card-soft: #1d2939;
  --vp-card-raised: #202939;
  --vp-field-bg: #111827;
  --vp-heading: #f9fafb;
  --vp-text: #d0d5dd;
  --vp-muted: #98a2b3;
  --vp-sub: #667085;
  --vp-line: #243041;
  --vp-border: #344054;
  --vp-border-strong: #475467;
  --vp-primary: #4f7cff;
  --vp-primary-700: #4567f0;
  --vp-primary-soft: rgba(79,124,255,.18);
  --vp-primary-line: rgba(79,124,255,.36);
  --bs-body-bg: var(--vp-page);
  --bs-body-color: var(--vp-text);
  --bs-heading-color: var(--vp-heading);
  --bs-border-color: var(--vp-border);
  --bs-secondary-color: var(--vp-muted);
  color-scheme: dark;
}

html[data-bs-theme="dark"] body,
html[data-bs-theme="dark"] .vp-admin-shell,
html[data-bs-theme="dark"] .vp-app,
html[data-bs-theme="dark"] .vp-main,
html[data-bs-theme="dark"] .vp-content,
html.vp-theme-dark body,
html.vp-theme-dark .vp-admin-shell,
html.vp-theme-dark .vp-app,
html.vp-theme-dark .vp-main,
html.vp-theme-dark .vp-content {
  background: var(--vp-page);
  color: var(--vp-text);
}

html[data-bs-theme="dark"] .vp-content,
html[data-bs-theme="dark"] .vp-content p,
html[data-bs-theme="dark"] .vp-content li,
html[data-bs-theme="dark"] .vp-content td,
html[data-bs-theme="dark"] .vp-content dd,
html[data-bs-theme="dark"] .vp-content span,
html[data-bs-theme="dark"] .vp-content small,
html[data-bs-theme="dark"] .vp-card-body,
html[data-bs-theme="dark"] .vp-panel-body {
  color: var(--vp-text);
}

html[data-bs-theme="dark"] .vp-page-title,
html[data-bs-theme="dark"] .vp-page-head h1,
html[data-bs-theme="dark"] .vp-page-header h1,
html[data-bs-theme="dark"] .vp-crud-head h1,
html[data-bs-theme="dark"] .vp-content h1,
html[data-bs-theme="dark"] .vp-content h2,
html[data-bs-theme="dark"] .vp-content h3,
html[data-bs-theme="dark"] .vp-content h4,
html[data-bs-theme="dark"] .vp-content h5,
html[data-bs-theme="dark"] .vp-content h6,
html[data-bs-theme="dark"] .vp-card-title,
html[data-bs-theme="dark"] .vp-section-title,
html[data-bs-theme="dark"] .vp-card-header strong,
html[data-bs-theme="dark"] .vp-card-header .fw-900,
html[data-bs-theme="dark"] .vp-field-value strong,
html[data-bs-theme="dark"] .vp-description-value strong,
html[data-bs-theme="dark"] .vanti-description-value strong {
  color: var(--vp-heading);
}

html[data-bs-theme="dark"] .text-muted,
html[data-bs-theme="dark"] .text-muted-2,
html[data-bs-theme="dark"] .form-text,
html[data-bs-theme="dark"] .vp-help,
html[data-bs-theme="dark"] .vp-page-subtitle,
html[data-bs-theme="dark"] .vp-page-head p,
html[data-bs-theme="dark"] .vp-page-header p,
html[data-bs-theme="dark"] .vp-crud-head p,
html[data-bs-theme="dark"] .vp-card-header span,
html[data-bs-theme="dark"] .vp-section-subtitle,
html[data-bs-theme="dark"] .vp-muted,
html[data-bs-theme="dark"] .small {
  color: var(--vp-muted) !important;
}

html[data-bs-theme="dark"] .vp-card,
html[data-bs-theme="dark"] .vp-panel-card,
html[data-bs-theme="dark"] .vp-table-card,
html[data-bs-theme="dark"] .vp-list-card,
html[data-bs-theme="dark"] .vp-filter-card,
html[data-bs-theme="dark"] .vp-form-card,
html[data-bs-theme="dark"] .vp-detail-card,
html[data-bs-theme="dark"] .vp-health-card,
html[data-bs-theme="dark"] .vp-crud-card,
html[data-bs-theme="dark"] .vp-datatable-card,
html[data-bs-theme="dark"] .vp-file-list-card,
html[data-bs-theme="dark"] .vp-module-dashboard-card,
html[data-bs-theme="dark"] .vp-dashboard-widget-card,
html[data-bs-theme="dark"] .vp-widget-card,
html[data-bs-theme="dark"] .vp-stat-card,
html[data-bs-theme="dark"] .vp-stat,
html[data-bs-theme="dark"] .vp-surface,
html[data-bs-theme="dark"] .vp-form-section,
html[data-bs-theme="dark"] .vp-permission-matrix,
html[data-bs-theme="dark"] .vp-permission-group,
html[data-bs-theme="dark"] .vp-check-card,
html[data-bs-theme="dark"] .vp-radio-card,
html[data-bs-theme="dark"] .vp-checkbox-card,
html[data-bs-theme="dark"] .vp-file-dropzone,
html[data-bs-theme="dark"] .vp-tag-input-box,
html[data-bs-theme="dark"] .vp-date-range,
html[data-bs-theme="dark"] .vp-dashboard-settings-panel {
  background: var(--vp-card);
  border-color: var(--vp-border);
  color: var(--vp-text);
  box-shadow: none;
}

html[data-bs-theme="dark"] .vp-card-header,
html[data-bs-theme="dark"] .vp-panel-head,
html[data-bs-theme="dark"] .vp-form-section-head,
html[data-bs-theme="dark"] .vp-table-toolbar,
html[data-bs-theme="dark"] .vp-list-search,
html[data-bs-theme="dark"] .vp-filter,
html[data-bs-theme="dark"] .vp-filter-one-line-form,
html[data-bs-theme="dark"] .vp-filter-inline-form,
html[data-bs-theme="dark"] .vp-selected-toolbar,
html[data-bs-theme="dark"] .vp-bulk-bar,
html[data-bs-theme="dark"] .vp-table-footer {
  background: var(--vp-card);
  border-color: var(--vp-line);
  color: var(--vp-text);
}

html[data-bs-theme="dark"] label,
html[data-bs-theme="dark"] .form-label,
html[data-bs-theme="dark"] .vp-label,
html[data-bs-theme="dark"] .vp-form-item > label,
html[data-bs-theme="dark"] .vp-form-section-title,
html[data-bs-theme="dark"] .vp-permission-resource-title,
html[data-bs-theme="dark"] .vp-permission-group-head strong,
html[data-bs-theme="dark"] .vp-check,
html[data-bs-theme="dark"] .vp-switch-line,
html[data-bs-theme="dark"] .vp-radio-line label {
  color: #cbd5e1;
}

html[data-bs-theme="dark"] .form-control,
html[data-bs-theme="dark"] .form-select,
html[data-bs-theme="dark"] .vp-input,
html[data-bs-theme="dark"] .vp-select,
html[data-bs-theme="dark"] .vp-textarea,
html[data-bs-theme="dark"] .vanti-input,
html[data-bs-theme="dark"] .vp-login-control,
html[data-bs-theme="dark"] .vp-tag-input-editor,
html[data-bs-theme="dark"] .vp-command-box input,
html[data-bs-theme="dark"] .vp-topbar-search input,
html[data-bs-theme="dark"] input[type="text"],
html[data-bs-theme="dark"] input[type="email"],
html[data-bs-theme="dark"] input[type="password"],
html[data-bs-theme="dark"] input[type="number"],
html[data-bs-theme="dark"] input[type="date"],
html[data-bs-theme="dark"] input[type="time"],
html[data-bs-theme="dark"] input[type="datetime-local"],
html[data-bs-theme="dark"] input[type="search"],
html[data-bs-theme="dark"] input[type="url"],
html[data-bs-theme="dark"] input[type="tel"],
html[data-bs-theme="dark"] textarea,
html[data-bs-theme="dark"] select {
  background-color: var(--vp-field-bg);
  border-color: var(--vp-border);
  color: var(--vp-heading);
  box-shadow: none;
}

html[data-bs-theme="dark"] .form-control:hover,
html[data-bs-theme="dark"] .form-select:hover,
html[data-bs-theme="dark"] .vp-input:hover,
html[data-bs-theme="dark"] .vp-select:hover,
html[data-bs-theme="dark"] .vp-textarea:hover,
html[data-bs-theme="dark"] .vanti-input:hover {
  border-color: var(--vp-border-strong);
}

html[data-bs-theme="dark"] .form-control:focus,
html[data-bs-theme="dark"] .form-select:focus,
html[data-bs-theme="dark"] .vp-input:focus,
html[data-bs-theme="dark"] .vp-select:focus,
html[data-bs-theme="dark"] .vp-textarea:focus,
html[data-bs-theme="dark"] .vanti-input:focus,
html[data-bs-theme="dark"] input:focus,
html[data-bs-theme="dark"] select:focus,
html[data-bs-theme="dark"] textarea:focus {
  background-color: var(--vp-field-bg);
  border-color: var(--vp-primary);
  color: var(--vp-heading);
  box-shadow: 0 0 0 3px rgba(79,124,255,.18);
}

html[data-bs-theme="dark"] .form-control::placeholder,
html[data-bs-theme="dark"] .vp-input::placeholder,
html[data-bs-theme="dark"] .vp-textarea::placeholder,
html[data-bs-theme="dark"] .vanti-input::placeholder,
html[data-bs-theme="dark"] input::placeholder,
html[data-bs-theme="dark"] textarea::placeholder {
  color: #667085;
}

html[data-bs-theme="dark"] .form-control:disabled,
html[data-bs-theme="dark"] .form-control[readonly],
html[data-bs-theme="dark"] .form-select:disabled,
html[data-bs-theme="dark"] .vp-input:disabled,
html[data-bs-theme="dark"] .vp-input[readonly],
html[data-bs-theme="dark"] .vp-select:disabled,
html[data-bs-theme="dark"] .vp-textarea:disabled,
html[data-bs-theme="dark"] .vp-textarea[readonly] {
  background-color: #121a2b;
  border-color: #263244;
  color: #7d89a0;
}

html[data-bs-theme="dark"] .input-group-text,
html[data-bs-theme="dark"] .vp-input-addon,
html[data-bs-theme="dark"] .vp-file-field-preview,
html[data-bs-theme="dark"] .vp-file-current {
  background: var(--vp-card-soft);
  border-color: var(--vp-border);
  color: var(--vp-muted);
}

html[data-bs-theme="dark"] .form-check-input,
html[data-bs-theme="dark"] input[type="checkbox"],
html[data-bs-theme="dark"] input[type="radio"] {
  background-color: var(--vp-field-bg);
  border-color: var(--vp-border-strong);
}

html[data-bs-theme="dark"] .form-check-input:checked,
html[data-bs-theme="dark"] input[type="checkbox"]:checked,
html[data-bs-theme="dark"] input[type="radio"]:checked {
  background-color: var(--vp-primary);
  border-color: var(--vp-primary);
}

html[data-bs-theme="dark"] .vp-detail-card,
html[data-bs-theme="dark"] .vanti-resource-detail,
html[data-bs-theme="dark"] .vp-detail-grid-simple,
html[data-bs-theme="dark"] .vp-description-grid,
html[data-bs-theme="dark"] .vanti-description-grid,
html[data-bs-theme="dark"] .vp-show-grid,
html[data-bs-theme="dark"] .vp-detail-table {
  background: transparent;
  color: var(--vp-text);
  border-color: var(--vp-border);
}

html[data-bs-theme="dark"] .vp-field,
html[data-bs-theme="dark"] .vp-description-grid > div,
html[data-bs-theme="dark"] .vanti-description-item,
html[data-bs-theme="dark"] .vp-detail-card dl,
html[data-bs-theme="dark"] .vp-detail-table tr {
  background: var(--vp-card);
  border-color: var(--vp-line);
  color: var(--vp-text);
}

html[data-bs-theme="dark"] .vp-field-label,
html[data-bs-theme="dark"] .vp-description-label,
html[data-bs-theme="dark"] .vanti-description-label,
html[data-bs-theme="dark"] .vp-detail-card dt,
html[data-bs-theme="dark"] .vp-detail-table th,
html[data-bs-theme="dark"] .vp-detail-card table th {
  background: var(--vp-card-soft);
  border-color: var(--vp-line);
  color: #e4e7ec;
  font-weight: 750;
}

html[data-bs-theme="dark"] .vp-field-value,
html[data-bs-theme="dark"] .vp-description-value,
html[data-bs-theme="dark"] .vanti-description-value,
html[data-bs-theme="dark"] .vp-detail-card dd,
html[data-bs-theme="dark"] .vp-detail-table td,
html[data-bs-theme="dark"] .vp-detail-card table td {
  background: var(--vp-card);
  border-color: var(--vp-line);
  color: var(--vp-heading);
}

html[data-bs-theme="dark"] .vp-field-value code,
html[data-bs-theme="dark"] .vp-description-value code,
html[data-bs-theme="dark"] .vanti-description-value code,
html[data-bs-theme="dark"] .vp-code-pre,
html[data-bs-theme="dark"] pre,
html[data-bs-theme="dark"] code {
  background: var(--vp-field-bg);
  border-color: var(--vp-border);
  color: #c7d7fe;
}

html[data-bs-theme="dark"] .table-responsive,
html[data-bs-theme="dark"] .vp-table-wrap,
html[data-bs-theme="dark"] .vp-datatable-wrap,
html[data-bs-theme="dark"] .vp-table-responsive,
html[data-bs-theme="dark"] .vanti-resource-table-wrap {
  background: var(--vp-card);
  border-color: var(--vp-border);
}

html[data-bs-theme="dark"] .vp-table,
html[data-bs-theme="dark"] .vp-data-table,
html[data-bs-theme="dark"] .vp-datatable,
html[data-bs-theme="dark"] .table,
html[data-bs-theme="dark"] .vanti-resource-table {
  --bs-table-bg: var(--vp-card);
  --bs-table-color: var(--vp-text);
  --bs-table-border-color: var(--vp-line);
  --bs-table-striped-bg: var(--vp-card-soft);
  --bs-table-hover-bg: var(--vp-card-raised);
  background: var(--vp-card);
  color: var(--vp-text);
  border-color: var(--vp-line);
}

html[data-bs-theme="dark"] .vp-table thead th,
html[data-bs-theme="dark"] .vp-data-table thead th,
html[data-bs-theme="dark"] .vp-datatable thead th,
html[data-bs-theme="dark"] .table thead th,
html[data-bs-theme="dark"] .vanti-resource-table thead th,
html[data-bs-theme="dark"] table.vp-table th,
html[data-bs-theme="dark"] table.vp-data-table th,
html[data-bs-theme="dark"] .vp-crud-table table th,
html[data-bs-theme="dark"] .vp-resource-table table th {
  background: var(--vp-card-soft);
  color: #cbd5e1;
  border-color: var(--vp-line);
}

html[data-bs-theme="dark"] .vp-table tbody td,
html[data-bs-theme="dark"] .vp-data-table tbody td,
html[data-bs-theme="dark"] .vp-datatable tbody td,
html[data-bs-theme="dark"] .table tbody td,
html[data-bs-theme="dark"] .vanti-resource-table tbody td,
html[data-bs-theme="dark"] table.vp-table td,
html[data-bs-theme="dark"] table.vp-data-table td,
html[data-bs-theme="dark"] .vp-crud-table table td,
html[data-bs-theme="dark"] .vp-resource-table table td {
  background: var(--vp-card);
  color: var(--vp-text);
  border-color: var(--vp-line);
}

html[data-bs-theme="dark"] .vp-table tbody tr:hover td,
html[data-bs-theme="dark"] .vp-data-table tbody tr:hover td,
html[data-bs-theme="dark"] .vp-datatable tbody tr:hover td,
html[data-bs-theme="dark"] .table tbody tr:hover td,
html[data-bs-theme="dark"] .vanti-resource-table tbody tr:hover td {
  background: var(--vp-card-raised);
  color: var(--vp-heading);
}

html[data-bs-theme="dark"] table.vp-table td::before,
html[data-bs-theme="dark"] table.vp-data-table td::before {
  color: var(--vp-muted);
}

html[data-bs-theme="dark"] .dropdown-menu,
html[data-bs-theme="dark"] .vp-dropdown-menu,
html[data-bs-theme="dark"] .vp-modal-box,
html[data-bs-theme="dark"] .vp-confirm-box,
html[data-bs-theme="dark"] .vp-drawer,
html[data-bs-theme="dark"] .vp-mobile-filter-sheet,
html[data-bs-theme="dark"] .vp-command-box,
html[data-bs-theme="dark"] .vp-notification-panel,
html[data-bs-theme="dark"] .vp-global-search-results {
  background: var(--vp-card);
  border-color: var(--vp-border);
  color: var(--vp-text);
  box-shadow: 0 24px 70px rgba(0,0,0,.38);
}

html[data-bs-theme="dark"] .dropdown-item,
html[data-bs-theme="dark"] .vp-dropdown-item,
html[data-bs-theme="dark"] .vp-notification-item,
html[data-bs-theme="dark"] .vp-command-item {
  color: var(--vp-text);
}

html[data-bs-theme="dark"] .dropdown-item:hover,
html[data-bs-theme="dark"] .vp-dropdown-item:hover,
html[data-bs-theme="dark"] .vp-notification-item:hover,
html[data-bs-theme="dark"] .vp-command-item:hover {
  background: var(--vp-card-soft);
  color: var(--vp-heading);
}

html[data-bs-theme="dark"] .btn-vp-light,
html[data-bs-theme="dark"] .vp-btn-light,
html[data-bs-theme="dark"] .btn-light {
  background: var(--vp-card-soft);
  border-color: var(--vp-border);
  color: var(--vp-heading);
}

html[data-bs-theme="dark"] .btn-vp-light:hover,
html[data-bs-theme="dark"] .vp-btn-light:hover,
html[data-bs-theme="dark"] .btn-light:hover {
  background: var(--vp-card-raised);
  border-color: var(--vp-border-strong);
  color: #ffffff;
}

html[data-bs-theme="dark"] .vp-nav-link.active,
html[data-bs-theme="dark"] .vp-nav-link:hover,
html[data-bs-theme="dark"] .vp-sidebar-sub-link.active,
html[data-bs-theme="dark"] .vp-sidebar-sub-link:hover,
html[data-bs-theme="dark"] .vp-tab.active,
html[data-bs-theme="dark"] .vp-tab-nav a.active,
html[data-bs-theme="dark"] .vp-page-tabs a.active {
  background: #1f2a44;
  color: #f8fafc;
}

html[data-bs-theme="dark"] .vp-topbar,
html[data-bs-theme="dark"] .vp-sidebar,
html[data-bs-theme="dark"] .vp-test-mode-banner {
  background: #101828;
  border-color: var(--vp-line);
}

html[data-bs-theme="dark"] .vp-icon-btn,
html[data-bs-theme="dark"] .vp-topbar-action,
html[data-bs-theme="dark"] .vp-pagination a,
html[data-bs-theme="dark"] .vp-pagination span,
html[data-bs-theme="dark"] .vp-mobile-pager-btn {
  background: var(--vp-card-soft);
  border-color: var(--vp-border);
  color: var(--vp-text);
}

html[data-bs-theme="dark"] .vp-pagination .active,
html[data-bs-theme="dark"] .vp-page-link.active,
html[data-bs-theme="dark"] .page-item.active .page-link,
html[data-bs-theme="dark"] .vp-mobile-pager-btn:not(.is-disabled):hover {
  background: var(--vp-primary);
  border-color: var(--vp-primary);
  color: #ffffff;
}

html[data-bs-theme="dark"] .vp-empty,
html[data-bs-theme="dark"] .vp-empty-state,
html[data-bs-theme="dark"] .vanti-empty,
html[data-bs-theme="dark"] .vp-chart,
html[data-bs-theme="dark"] .vp-mini-bars {
  background: var(--vp-field-bg);
  border-color: var(--vp-border);
  color: var(--vp-muted);
}

/* V8.9.28.24 frozen dark/light theme alignment: logo, top search and Blade component coverage. */
html[data-bs-theme="light"],
html.vp-theme-light {
  color-scheme: light;
}

html[data-bs-theme="light"] .vp-admin-shell .vp-sidebar,
html[data-bs-theme="light"] .vp-admin-shell .vp-topbar,
html.vp-theme-light .vp-admin-shell .vp-sidebar,
html.vp-theme-light .vp-admin-shell .vp-topbar {
  background: rgba(255,255,255,.96);
  border-color: var(--vp-border);
}

html[data-bs-theme="light"] .vp-sidebar-logo-full,
html[data-bs-theme="light"] .vp-sidebar-logo-mark,
html[data-bs-theme="light"] .vp-login-logo,
html[data-bs-theme="light"] .vp-login-visual-logo,
html.vp-theme-light .vp-sidebar-logo-full,
html.vp-theme-light .vp-sidebar-logo-mark,
html.vp-theme-light .vp-login-logo,
html.vp-theme-light .vp-login-visual-logo {
  filter: none;
}

html[data-bs-theme="dark"] .vp-sidebar-logo-full,
html.vp-theme-dark .vp-sidebar-logo-full {
  filter: brightness(0) invert(1);
  opacity: .96;
}

html[data-bs-theme="dark"] .vp-sidebar-logo-mark,
html.vp-theme-dark .vp-sidebar-logo-mark {
  filter: brightness(0) invert(1);
  opacity: .95;
}

html[data-bs-theme="dark"] .vp-sidebar-logo,
html[data-bs-theme="dark"] .vp-sidebar-logo:focus-visible,
html.vp-theme-dark .vp-sidebar-logo,
html.vp-theme-dark .vp-sidebar-logo:focus-visible {
  color: #ffffff;
  outline-color: rgba(79,124,255,.52);
}

html[data-bs-theme="dark"] .vp-sidebar-collapse,
html[data-bs-theme="dark"] .vp-sidebar-collapse-btn,
html.vp-theme-dark .vp-sidebar-collapse,
html.vp-theme-dark .vp-sidebar-collapse-btn {
  color: #98a2b3;
}

html[data-bs-theme="dark"] .vp-sidebar-collapse:hover,
html[data-bs-theme="dark"] .vp-sidebar-collapse-btn:hover,
html.vp-theme-dark .vp-sidebar-collapse:hover,
html.vp-theme-dark .vp-sidebar-collapse-btn:hover {
  background: var(--vp-card-soft);
  color: #ffffff;
}

html[data-bs-theme="light"] .vp-global-search,
html.vp-theme-light .vp-global-search {
  background: #ffffff;
  border-color: var(--vp-border);
  color: #98a2b3;
  box-shadow: none;
}

html[data-bs-theme="dark"] .vp-global-search,
html.vp-theme-dark .vp-global-search {
  background: var(--vp-field-bg);
  border-color: var(--vp-border);
  color: var(--vp-muted);
  box-shadow: none;
}

html[data-bs-theme="light"] .vp-global-search > i,
html[data-bs-theme="light"] .vp-global-search .bi-search,
html[data-bs-theme="light"] .vp-search-shortcut,
html.vp-theme-light .vp-global-search > i,
html.vp-theme-light .vp-global-search .bi-search,
html.vp-theme-light .vp-search-shortcut {
  color: #98a2b3;
}

html[data-bs-theme="dark"] .vp-global-search > i,
html[data-bs-theme="dark"] .vp-global-search .bi-search,
html.vp-theme-dark .vp-global-search > i,
html.vp-theme-dark .vp-global-search .bi-search {
  color: #98a2b3;
}

html[data-bs-theme="dark"] .vp-global-search input,
html.vp-theme-dark .vp-global-search input {
  color: #f9fafb;
  background: transparent;
}

html[data-bs-theme="dark"] .vp-global-search input::placeholder,
html.vp-theme-dark .vp-global-search input::placeholder {
  color: #667085;
}

html[data-bs-theme="dark"] .vp-search-shortcut,
html.vp-theme-dark .vp-search-shortcut {
  background: var(--vp-card-soft);
  border-color: var(--vp-border);
  color: #98a2b3;
}

html[data-bs-theme="dark"] .vp-topbar .vp-icon-btn i,
html[data-bs-theme="dark"] .vp-topbar-action i,
html.vp-theme-dark .vp-topbar .vp-icon-btn i,
html.vp-theme-dark .vp-topbar-action i {
  color: #cbd5e1;
}

html[data-bs-theme="dark"] .vp-topbar .vp-icon-btn:hover i,
html[data-bs-theme="dark"] .vp-topbar-action:hover i,
html.vp-theme-dark .vp-topbar .vp-icon-btn:hover i,
html.vp-theme-dark .vp-topbar-action:hover i {
  color: #ffffff;
}

html[data-bs-theme="dark"] .vp-breadcrumb,
html[data-bs-theme="dark"] .vp-topbar-breadcrumb,
html[data-bs-theme="dark"] .vp-breadcrumb a,
html.vp-theme-dark .vp-breadcrumb,
html.vp-theme-dark .vp-topbar-breadcrumb,
html.vp-theme-dark .vp-breadcrumb a {
  color: #98a2b3;
}

html[data-bs-theme="dark"] .vp-breadcrumb-current,
html.vp-theme-dark .vp-breadcrumb-current {
  color: #f9fafb;
}

html[data-bs-theme="dark"] .vp-page-navigation,
html[data-bs-theme="dark"] .vp-page-head,
html[data-bs-theme="dark"] .vp-page-header,
html[data-bs-theme="dark"] .vp-crud-head,
html.vp-theme-dark .vp-page-navigation,
html.vp-theme-dark .vp-page-head,
html.vp-theme-dark .vp-page-header,
html.vp-theme-dark .vp-crud-head {
  color: var(--vp-heading);
}

html[data-bs-theme="dark"] .vp-list-shell-card,
html[data-bs-theme="dark"] .vp-list-search-inner,
html[data-bs-theme="dark"] .vp-input-icon,
html[data-bs-theme="dark"] .vp-column-menu,
html.vp-theme-dark .vp-list-shell-card,
html.vp-theme-dark .vp-list-search-inner,
html.vp-theme-dark .vp-input-icon,
html.vp-theme-dark .vp-column-menu {
  background: var(--vp-card);
  border-color: var(--vp-border);
  color: var(--vp-text);
}

html[data-bs-theme="dark"] .vp-input-icon i,
html[data-bs-theme="dark"] .vp-column-menu-title,
html[data-bs-theme="dark"] .vp-column-menu label,
html.vp-theme-dark .vp-input-icon i,
html.vp-theme-dark .vp-column-menu-title,
html.vp-theme-dark .vp-column-menu label {
  color: var(--vp-muted);
}

html[data-bs-theme="dark"] .vp-data-table a,
html[data-bs-theme="dark"] .vp-table a,
html[data-bs-theme="dark"] .vanti-resource-table a,
html.vp-theme-dark .vp-data-table a,
html.vp-theme-dark .vp-table a,
html.vp-theme-dark .vanti-resource-table a {
  color: #c7d7fe;
}

html[data-bs-theme="dark"] .vp-detail-table th,
html[data-bs-theme="dark"] .vp-detail-table td,
html[data-bs-theme="dark"] .vp-detail-card th,
html[data-bs-theme="dark"] .vp-detail-card td,
html.vp-theme-dark .vp-detail-table th,
html.vp-theme-dark .vp-detail-table td,
html.vp-theme-dark .vp-detail-card th,
html.vp-theme-dark .vp-detail-card td {
  border-color: var(--vp-line);
}

html[data-bs-theme="dark"] .vp-detail-table th,
html[data-bs-theme="dark"] .vp-detail-card th,
html.vp-theme-dark .vp-detail-table th,
html.vp-theme-dark .vp-detail-card th {
  background: var(--vp-card-soft);
  color: #e4e7ec;
}

html[data-bs-theme="dark"] .vp-detail-table td,
html[data-bs-theme="dark"] .vp-detail-card td,
html.vp-theme-dark .vp-detail-table td,
html.vp-theme-dark .vp-detail-card td {
  background: var(--vp-card);
  color: #f9fafb;
}

html[data-bs-theme="dark"] .vp-form-grid .vp-card,
html[data-bs-theme="dark"] .vp-form-card,
html[data-bs-theme="dark"] .vp-crud-form,
html[data-bs-theme="dark"] .vanti-crud-form,
html.vp-theme-dark .vp-form-grid .vp-card,
html.vp-theme-dark .vp-form-card,
html.vp-theme-dark .vp-crud-form,
html.vp-theme-dark .vanti-crud-form {
  background: var(--vp-card);
  border-color: var(--vp-border);
  color: var(--vp-text);
}

/* V8.9.28.24 runtime self-healing UI guard: errors, empty states, loading and mobile form/detail stability. */
.vp-form-submitting {
  position: relative;
  overflow: hidden;
}

.vp-form-submitting .vp-card-body,
.vp-form-submitting .vp-form-grid,
.vp-form-submitting .vp-form-item,
.vp-form-submitting input,
.vp-form-submitting select,
.vp-form-submitting textarea,
.vp-form-submitting button,
.vp-form-submitting label {
  pointer-events: none;
}

.vp-form-submitting .vp-card-body,
.vp-form-submitting .vp-form-grid {
  filter: blur(1.2px);
  opacity: .55;
}

.vp-form-lock-layer,
.vp-form-lock-overlay {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(248,250,252,.68);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.vp-form-lock-card {
  width: min(420px,100%);
  min-height: 122px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  padding: 22px 26px;
  border-radius: 14px;
  border: 1px solid var(--vp-border);
  background: var(--vp-card);
  color: var(--vp-heading);
  box-shadow: 0 28px 70px rgba(15,23,42,.16);
}

.vp-form-lock-card small {
  max-width: 320px;
  color: var(--vp-muted);
  line-height: 1.55;
}

.vp-lock-spinner {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 3px solid rgba(37,99,235,.18);
  border-top-color: var(--vp-primary);
  animation: vpSpin .8s linear infinite;
}

html[data-bs-theme="dark"] .vp-form-lock-layer,
html[data-bs-theme="dark"] .vp-form-lock-overlay,
html.vp-theme-dark .vp-form-lock-layer,
html.vp-theme-dark .vp-form-lock-overlay {
  background: rgba(15,23,42,.66);
}

html[data-bs-theme="dark"] .vp-form-lock-card,
html.vp-theme-dark .vp-form-lock-card {
  background: var(--vp-card);
  border-color: var(--vp-border);
  color: var(--vp-heading);
  box-shadow: 0 30px 80px rgba(0,0,0,.34);
}

html[data-bs-theme="dark"] .vp-lock-spinner,
html.vp-theme-dark .vp-lock-spinner {
  border-color: rgba(96,165,250,.2);
  border-top-color: var(--vp-primary);
}

/* V8.9.28.24 runtime self-healing UI guard: errors, empty states, loading and mobile form/detail stability. */
.vp-btn-spinner {
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 999px;
  display: inline-block;
  margin-right: 8px;
  animation: vpSpin .72s linear infinite;
}

.vp-login-card.vp-login-submitting .vp-login-control,
.vp-login-card.vp-login-submitting select,
.vp-login-card.vp-login-submitting textarea {
  cursor: not-allowed;
  opacity: .76;
  background: #eef4ff;
}

.vp-login-card.vp-login-submitting .vp-password-eye {
  cursor: not-allowed;
  opacity: .58;
}

.vp-login-submit.vp-login-button-loading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
}

.vp-login-submit.vp-login-button-loading .vp-btn-spinner {
  margin-right: 0;
  border-color: rgba(255,255,255,.56);
  border-right-color: transparent;
}

@keyframes vpSpin { to { transform: rotate(360deg); } }

.vp-skeleton,
.vp-table-skeleton,
[data-vp-skeleton] {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(148,163,184,.14), rgba(148,163,184,.24), rgba(148,163,184,.14));
  background-size: 220% 100%;
  border-radius: 8px;
  min-height: 18px;
  animation: vpSkeleton 1.35s ease-in-out infinite;
}

@keyframes vpSkeleton { 0% { background-position: 220% 0; } 100% { background-position: -220% 0; } }

.vp-widget-card.vp-widget-empty {
  grid-column: 1 / -1;
  min-height: 140px;
}

.vp-empty,
.vp-empty-state,
.vanti-empty {
  border: 1px dashed var(--vp-border);
  border-radius: 10px;
  padding: 28px 20px;
  text-align: center;
  color: var(--vp-muted);
  background: var(--vp-card);
}

html[data-bs-theme="dark"] .vp-empty,
html[data-bs-theme="dark"] .vp-empty-state,
html[data-bs-theme="dark"] .vanti-empty,
html.vp-theme-dark .vp-empty,
html.vp-theme-dark .vp-empty-state,
html.vp-theme-dark .vanti-empty {
  background: #172033;
  border-color: #29364c;
  color: #9aa7bd;
}

html[data-bs-theme="dark"] .vp-card,
html[data-bs-theme="dark"] .card,
html[data-bs-theme="dark"] .vp-form-section,
html[data-bs-theme="dark"] .vp-modal-box,
html[data-bs-theme="dark"] .vp-drawer,
html.vp-theme-dark .vp-card,
html.vp-theme-dark .card,
html.vp-theme-dark .vp-form-section,
html.vp-theme-dark .vp-modal-box,
html.vp-theme-dark .vp-drawer {
  background-color: #172033;
  border-color: #29364c;
  color: #f8fafc;
}

html[data-bs-theme="dark"] .form-control,
html[data-bs-theme="dark"] .form-select,
html[data-bs-theme="dark"] .vp-input,
html[data-bs-theme="dark"] .vp-select,
html[data-bs-theme="dark"] .vp-textarea,
html.vp-theme-dark .form-control,
html.vp-theme-dark .form-select,
html.vp-theme-dark .vp-input,
html.vp-theme-dark .vp-select,
html.vp-theme-dark .vp-textarea {
  background-color: #111827;
  border-color: #344154;
  color: #f8fafc;
}

html[data-bs-theme="dark"] .form-control::placeholder,
html[data-bs-theme="dark"] .vp-input::placeholder,
html[data-bs-theme="dark"] .vp-textarea::placeholder,
html.vp-theme-dark .form-control::placeholder,
html.vp-theme-dark .vp-input::placeholder,
html.vp-theme-dark .vp-textarea::placeholder {
  color: #667085;
}

html[data-bs-theme="dark"] label,
html[data-bs-theme="dark"] .form-label,
html[data-bs-theme="dark"] .vp-field-label,
html[data-bs-theme="dark"] .vp-form-label,
html.vp-theme-dark label,
html.vp-theme-dark .form-label,
html.vp-theme-dark .vp-field-label,
html.vp-theme-dark .vp-form-label {
  color: #cbd5e1;
}

@media (max-width: 768px) {
  .vp-content,
  .vp-page-content,
  .vp-main-content {
    padding-left: 16px;
    padding-right: 16px;
    overflow-x: hidden;
  }

  .vp-form-grid,
  .vp-form-row,
  .vp-detail-grid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .vp-form-card,
  .vp-crud-form,
  .vanti-crud-form,
  .vp-detail-card,
  .vp-detail-table {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
  }

  .vp-detail-table table,
  table.vp-detail-table {
    display: block;
    width: 100%;
  }

  .vp-detail-table tbody,
  .vp-detail-table tr,
  .vp-detail-table th,
  .vp-detail-table td {
    display: block;
    width: 100% !important;
  }

  .vp-detail-table th {
    border-bottom: 0;
    padding-bottom: 6px;
  }

  .vp-detail-table td {
    padding-top: 0;
    word-break: break-word;
  }

  .vp-pagination-info,
  .vp-per-page,
  .vp-page-size,
  .vp-table-count {
    display: none !important;
  }
}

/* V9.3.5: module/admin console extension styles moved to admin-console.css. */

/* V9.3.7 Console widget, entity picker and copy action critical styles
   Keep these in app.css because merchant/agent modules and dashboard widgets rely on them globally. */
.vp-widget-grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
  margin-top:8px;
}
.vp-widget-card{
  grid-column:span var(--vp-widget-span,4);
  min-height:168px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:22px;
  background:
    radial-gradient(circle at 100% 0%,rgba(37,99,235,.08),transparent 34%),
    linear-gradient(180deg,#fff 0%,#fbfdff 100%);
  box-shadow:0 1px 2px rgba(15,23,42,.04),0 18px 40px rgba(15,23,42,.06);
  padding:18px;
  overflow:hidden;
  position:relative;
}
.vp-widget-card:before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,#2563eb,#38bdf8,#93c5fd);
  opacity:.72;
}
.vp-widget-card[data-vp-widget-span="3"]{grid-column:span 3;}
.vp-widget-card[data-vp-widget-span="4"]{grid-column:span 4;}
.vp-widget-card[data-vp-widget-span="5"]{grid-column:span 5;}
.vp-widget-card[data-vp-widget-span="6"]{grid-column:span 6;}
.vp-widget-card[data-vp-widget-span="8"]{grid-column:span 8;}
.vp-widget-card[data-vp-widget-span="12"]{grid-column:1/-1;}
.vp-widget-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:15px;position:relative;z-index:1;}
.vp-widget-head h3{margin:0 0 5px;font-size:15px;line-height:1.2;font-weight:800;color:#0f172a;letter-spacing:-.01em;}
.vp-widget-head p{margin:0;color:#64748b;font-size:12px;line-height:1.5;}
.vp-widget-badge{display:inline-flex;align-items:center;height:22px;border-radius:999px;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;font-size:11px;font-weight:700;padding:0 8px;white-space:nowrap;}
.vp-widget-body{position:relative;z-index:1;}
.vp-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
.vp-stat-card{border:1px solid #edf2f7;border-radius:16px;background:linear-gradient(180deg,#fff,#f8fafc);padding:13px 14px;min-height:82px;display:flex;flex-direction:column;justify-content:center;}
.vp-stat-card span,.vp-stat-label{font-size:12px;color:#64748b;margin-bottom:7px;}
.vp-stat-card strong,.vp-stat-value{font-size:24px;line-height:1;font-weight:900;color:#0f172a;letter-spacing:-.03em;}
.vp-stat-card small,.vp-stat-trend{font-size:11px;color:#64748b;margin-top:7px;}
.vp-list-stack{display:flex;flex-direction:column;gap:8px;}
.vp-list-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #eef2f7;background:#fff;border-radius:13px;padding:10px 12px;font-size:13px;}
.vp-list-row span{color:#475569;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.vp-list-row strong{font-weight:800;color:#0f172a;white-space:nowrap;}
.vp-progress-list{display:flex;flex-direction:column;gap:12px;}
.vp-progress-item{border:1px solid #eef2f7;background:#fff;border-radius:14px;padding:11px 12px;}
.vp-progress-head,.vp-funnel-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:9px;}
.vp-progress-head span{display:grid;gap:2px;}
.vp-progress-head strong,.vp-funnel-head strong{font-size:13px;color:#0f172a;}
.vp-progress-head em,.vp-funnel-head em{font-style:normal;color:#64748b;font-size:11px;}
.vp-bar-track{height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden;box-shadow:inset 0 1px 2px rgba(15,23,42,.05);}
.vp-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#2563eb,#38bdf8);box-shadow:0 6px 16px rgba(37,99,235,.22);transition:width .25s ease;}
.vp-balance-amount{font-size:30px;font-weight:950;letter-spacing:-.04em;color:#1d4ed8;margin:3px 0 14px;}
.vp-empty{border:1px dashed #dbe4ef;border-radius:16px;background:#fbfdff;color:#64748b;text-align:center;padding:22px 14px;font-size:13px;}
.vp-copy-btn,.btn-copy,.js-copy,.vp-table-copy,.copy-btn,.clipboard-btn,[data-vp-copy],[data-copy],[data-clipboard],[data-clipboard-text]{cursor:pointer;}
button[data-vp-copy],a[data-vp-copy],.vp-table-copy,.copy-btn,.clipboard-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:26px;height:26px;border-radius:8px;border:1px solid #dbe4ef;background:#fff;color:#475569;vertical-align:middle;margin-left:4px;transition:.16s ease;
}
button[data-vp-copy]:hover,a[data-vp-copy]:hover,.vp-table-copy:hover,.copy-btn:hover,.clipboard-btn:hover{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8;}
.vp-entity-picker-box{width:min(780px,calc(100vw - 32px));max-height:min(760px,calc(100vh - 48px));display:flex;flex-direction:column;overflow:hidden;}
.vp-entity-picker-search{position:relative;margin:0 18px 12px;}
.vp-entity-picker-search i{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:#94a3b8;}
.vp-entity-picker-search input{width:100%;height:44px;border:1px solid #e2e8f0;border-radius:14px;padding:0 12px 0 38px;outline:none;background:#fff;}
.vp-entity-picker-search input:focus{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.12);}
.vp-entity-picker-list{padding:0 18px 18px;overflow:auto;}
.vp-entity-picker-row{width:100%;display:grid;grid-template-columns:44px minmax(0,1fr) minmax(150px,.55fr);gap:12px;align-items:center;border:1px solid #eef2f7;background:#fff;border-radius:16px;padding:12px;margin-bottom:9px;text-align:left;transition:.16s ease;}
.vp-entity-picker-row:hover{border-color:#bfdbfe;background:#f8fbff;transform:translateY(-1px);box-shadow:0 10px 22px rgba(15,23,42,.06);}
.vp-entity-picker-avatar{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#eaf1ff,#dbeafe);color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;font-weight:900;}
.vp-entity-picker-main{display:grid;gap:3px;min-width:0;}
.vp-entity-picker-main strong{font-size:14px;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.vp-entity-picker-main em{font-style:normal;font-size:12px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.vp-entity-picker-meta{font-size:12px;color:#64748b;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.vp-entity-picker-empty{border:1px dashed #e2e8f0;border-radius:16px;background:#fbfdff;color:#64748b;text-align:center;padding:28px 18px;}
@media(max-width:1200px){.vp-widget-card[data-vp-widget-span="3"],.vp-widget-card[data-vp-widget-span="4"]{grid-column:span 6;}.vp-widget-card[data-vp-widget-span="6"]{grid-column:1/-1;}}
@media(max-width:767px){.vp-widget-grid{grid-template-columns:1fr;gap:12px}.vp-widget-card,.vp-widget-card[data-vp-widget-span]{grid-column:1/-1}.vp-stats-grid{grid-template-columns:1fr}.vp-entity-picker-row{grid-template-columns:44px minmax(0,1fr)}.vp-entity-picker-meta{grid-column:2;text-align:left}.vp-entity-picker-box{width:calc(100vw - 18px)}}

/* V9.3.8 Console widgets / entity picker / copy final polish */
:root{--vp-widget-border:#e8eef7;--vp-widget-soft:#f6f9ff;--vp-widget-ink:#0f172a;--vp-widget-muted:#64748b;--vp-widget-primary:#1d4ed8;--vp-widget-primary-soft:#eff6ff;}
.vp-widget-grid{display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important;margin:0 0 22px!important;}
.vp-widget-card{grid-column:span 4;position:relative;overflow:hidden;border:1px solid var(--vp-widget-border)!important;border-radius:22px!important;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important;box-shadow:0 18px 45px rgba(15,23,42,.07)!important;min-height:188px;padding:0!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;}
.vp-widget-card[data-vp-widget-span="3"]{grid-column:span 3}.vp-widget-card[data-vp-widget-span="4"]{grid-column:span 4}.vp-widget-card[data-vp-widget-span="6"]{grid-column:span 6}.vp-widget-card[data-vp-widget-span="8"]{grid-column:span 8}.vp-widget-card[data-vp-widget-span="12"]{grid-column:span 12}
.vp-widget-card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#1d4ed8,#60a5fa,#22c55e);opacity:.88;}
.vp-widget-card:after{content:"";position:absolute;right:-70px;top:-80px;width:180px;height:180px;border-radius:999px;background:radial-gradient(circle,rgba(37,99,235,.11),rgba(37,99,235,0) 68%);pointer-events:none;}
.vp-widget-card:hover{transform:translateY(-2px);box-shadow:0 24px 58px rgba(15,23,42,.095)!important;border-color:#dbe7fb!important;}
.vp-widget-head{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 20px 12px!important;border-bottom:0!important;}
.vp-widget-head h3{margin:0 0 5px!important;font-size:16px!important;line-height:1.2!important;font-weight:850!important;color:var(--vp-widget-ink)!important;letter-spacing:-.02em;}
.vp-widget-head p{margin:0!important;color:var(--vp-widget-muted)!important;font-size:12px!important;line-height:1.55!important;max-width:420px;}
.vp-widget-badge{display:inline-flex!important;align-items:center!important;gap:6px!important;border:1px solid #dbeafe!important;border-radius:999px!important;background:#eff6ff!important;color:#1d4ed8!important;font-size:11px!important;font-weight:750!important;line-height:1!important;padding:6px 9px!important;white-space:nowrap!important;}
.vp-widget-body{position:relative;z-index:1;padding:0 20px 20px!important;}
.vp-stats-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
.vp-stat-card{min-height:96px!important;border:1px solid #edf2f7!important;border-radius:18px!important;background:linear-gradient(180deg,#fff,#f8fbff)!important;padding:16px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.85)!important;display:flex!important;flex-direction:column!important;justify-content:center!important;}
.vp-stat-card span,.vp-stat-label{font-size:12px!important;color:#64748b!important;margin:0 0 8px!important;font-weight:650!important;}
.vp-stat-card strong,.vp-stat-value{font-size:28px!important;line-height:1!important;font-weight:900!important;color:#0f172a!important;letter-spacing:-.04em!important;}
.vp-stat-card small,.vp-stat-trend{font-size:12px!important;color:#64748b!important;margin-top:9px!important;line-height:1.35!important;}
.vp-list-stack{display:grid!important;gap:10px!important;}
.vp-list-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;border:1px solid #edf2f7!important;background:#fff!important;border-radius:15px!important;padding:11px 13px!important;min-height:42px!important;color:#334155!important;}
.vp-list-row span{font-size:13px!important;color:#475569!important;font-weight:650!important;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.vp-list-row strong{font-size:14px!important;color:#0f172a!important;font-weight:850!important;white-space:nowrap;}
.vp-progress-list{display:grid!important;gap:13px!important;}
.vp-progress-item{border:1px solid #edf2f7!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;border-radius:16px!important;padding:12px 13px!important;}
.vp-progress-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;margin-bottom:10px!important;}
.vp-progress-head span{display:grid!important;gap:2px!important;min-width:0!important;}
.vp-progress-head strong{font-size:13px!important;color:#0f172a!important;font-weight:850!important;}
.vp-progress-head em{font-style:normal!important;font-size:11px!important;color:#64748b!important;}
.vp-progress-head>strong{font-size:13px!important;color:#1d4ed8!important;background:#eff6ff!important;border-radius:999px!important;padding:4px 8px!important;}
.vp-bar-track{height:9px!important;border-radius:999px!important;background:#eaf0f8!important;overflow:hidden!important;box-shadow:inset 0 1px 2px rgba(15,23,42,.08)!important;}
.vp-bar-fill{height:100%!important;border-radius:999px!important;background:linear-gradient(90deg,#2563eb,#60a5fa)!important;box-shadow:0 0 0 1px rgba(255,255,255,.35) inset!important;min-width:4%!important;transition:width .35s ease!important;}
.vp-balance-amount{font-size:30px!important;font-weight:900!important;letter-spacing:-.04em!important;color:#0f172a!important;margin:2px 0 14px!important;padding:18px!important;border-radius:18px!important;background:linear-gradient(135deg,#eff6ff,#f8fbff)!important;border:1px solid #dbeafe!important;}
.vp-empty{border:1px dashed #dbe4f0!important;background:#fbfdff!important;border-radius:16px!important;color:#64748b!important;padding:24px!important;text-align:center!important;}
.vp-copy-btn,.btn-copy,.js-copy,.vp-table-copy,.copy-btn,.clipboard-btn,[data-vp-copy],[data-copy],[data-clipboard],[data-clipboard-text]{cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease!important;}
.vp-copy-btn:hover,.btn-copy:hover,.js-copy:hover,.vp-table-copy:hover,.copy-btn:hover,.clipboard-btn:hover,[data-vp-copy]:hover,[data-copy]:hover,[data-clipboard-text]:hover{border-color:#bfdbfe!important;background:#eff6ff!important;color:#1d4ed8!important;}
.vp-copy-btn.is-copied,.btn-copy.is-copied,.js-copy.is-copied,.vp-table-copy.is-copied,.copy-btn.is-copied,.clipboard-btn.is-copied,[data-vp-copy].is-copied,[data-copy].is-copied,[data-clipboard-text].is-copied{border-color:#bbf7d0!important;background:#ecfdf5!important;color:#15803d!important;transform:scale(1.04);}
.vp-copy-btn.is-copy-failed,.btn-copy.is-copy-failed,.copy-btn.is-copy-failed,.clipboard-btn.is-copy-failed{border-color:#fecaca!important;background:#fef2f2!important;color:#dc2626!important;}
.vp-entity-picker-inline{display:flex!important;align-items:center!important;gap:8px!important;width:100%!important;}
.vp-entity-picker-inline>.vp-input,.vp-entity-picker-inline>input,.vp-entity-picker-inline>select{flex:1 1 auto!important;min-width:0!important;}
.vp-picker-trigger,.vp-picker-clear{height:38px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:12px;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;font-weight:750;font-size:12px;padding:0 12px;white-space:nowrap;transition:.16s ease;}
.vp-picker-trigger:hover,.vp-picker-clear:hover{border-color:#93c5fd;background:#dbeafe;color:#1e40af;transform:translateY(-1px);}
.vp-picker-trigger.is-picked{border-color:#bbf7d0;background:#ecfdf5;color:#15803d;max-width:260px;}
.vp-picker-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.vp-picker-clear{border-color:#e2e8f0;background:#fff;color:#64748b;}
.vp-picker-clear:hover{border-color:#fecaca;background:#fef2f2;color:#b91c1c;}
.vp-picker-hint{margin-top:6px;font-size:12px;line-height:1.45;color:#64748b;}
.vp-entity-picker-box{width:min(820px,calc(100vw - 32px))!important;max-height:min(780px,calc(100vh - 48px))!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border-radius:22px!important;}
.vp-entity-picker-search{position:relative;margin:0 20px 14px!important;}
.vp-entity-picker-search i{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8;}
.vp-entity-picker-search input{width:100%;height:46px;border:1px solid #e2e8f0;border-radius:15px;padding:0 14px 0 40px;outline:none;background:#fff;}
.vp-entity-picker-search input:focus{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.12);}
.vp-entity-picker-list{padding:0 20px 20px!important;overflow:auto!important;}
.vp-entity-picker-row{width:100%;display:grid;grid-template-columns:46px minmax(0,1fr) minmax(160px,.55fr);gap:13px;align-items:center;border:1px solid #eef2f7;background:#fff;border-radius:17px;padding:13px;margin-bottom:10px;text-align:left;transition:.16s ease;}
.vp-entity-picker-row:hover{border-color:#bfdbfe;background:#f8fbff;transform:translateY(-1px);box-shadow:0 12px 26px rgba(15,23,42,.07);}
.vp-entity-picker-avatar{width:46px;height:46px;border-radius:15px;background:linear-gradient(135deg,#eaf1ff,#dbeafe);color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;font-weight:900;}
.vp-entity-picker-main{display:grid;gap:4px;min-width:0;}.vp-entity-picker-main strong{font-size:14px;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vp-entity-picker-main em{font-style:normal;font-size:12px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vp-entity-picker-meta{font-size:12px;color:#64748b;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vp-entity-picker-empty{border:1px dashed #e2e8f0;border-radius:16px;background:#fbfdff;color:#64748b;text-align:center;padding:30px 18px;}
@media(max-width:1200px){.vp-widget-card[data-vp-widget-span="3"],.vp-widget-card[data-vp-widget-span="4"]{grid-column:span 6}.vp-widget-card[data-vp-widget-span="6"],.vp-widget-card[data-vp-widget-span="8"]{grid-column:span 12}}
@media(max-width:767px){.vp-widget-grid{grid-template-columns:1fr!important;gap:13px!important}.vp-widget-card,.vp-widget-card[data-vp-widget-span]{grid-column:1/-1!important}.vp-stats-grid{grid-template-columns:1fr!important}.vp-entity-picker-inline{flex-wrap:wrap}.vp-picker-trigger,.vp-picker-clear{flex:1 1 auto}.vp-entity-picker-row{grid-template-columns:46px minmax(0,1fr)}.vp-entity-picker-meta{grid-column:2;text-align:left}.vp-entity-picker-box{width:calc(100vw - 18px)!important}}

/* V9.3.10 Default compact column visibility */
.vp-column-menu-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--vp-line, #e5edf7);
}
.vp-column-menu .vp-column-reset,
.vp-column-menu .vp-column-show-all {
  width: 100%;
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
  white-space: nowrap;
}
.vp-column-menu-body {
  display: grid;
  gap: 2px;
}
.vp-column-menu-body label {
  border-radius: 10px;
}
.vp-column-menu-body label:hover {
  background: #f7faff;
}

/* V9.3.19 Unified Admin UI Action Engine */
.vp-action-busy,
form[data-vp-action-busy="1"] {
  cursor: progress;
}
form[data-vp-action-busy="1"] .vp-form-lock-layer {
  pointer-events: all;
}
button.vp-action-busy,
button.vp-btn-is-loading,
button.is-loading,
.btn.vp-btn-is-loading,
.btn.is-loading {
  pointer-events: none;
  position: relative;
}
.vp-btn-spinner {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: .42em;
  vertical-align: -0.125em;
  border: .15em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: vpSpin .68s linear infinite;
}
.vp-btn-spinner-only {
  margin-right: 0;
}
.vp-btn-loading-label {
  white-space: nowrap;
}
[data-vp-action-busy="1"] input:not([type="hidden"]),
[data-vp-action-busy="1"] select,
[data-vp-action-busy="1"] textarea {
  pointer-events: none;
}
.vp-row-actions form[data-vp-action-busy="1"],
.vp-bulk-actions .vp-action-busy {
  opacity: .86;
}
.vp-toast-container {
  z-index: 2055;
}
@keyframes vpSpin { to { transform: rotate(360deg); } }


/* MerchantPortal preserved relation picker, merchant dashboard and preference styles */
/* VANTOSHOPS_RELATION_PICKER_CSS_927_START */
.vp-relation-picker{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;align-items:center;width:100%}
.vp-relation-control{display:flex;align-items:center;gap:8px;width:100%;min-height:38px;border:1px solid var(--vp-border,#e5e7eb);border-radius:10px;background:var(--vp-surface,#fff);padding:0 11px;text-align:left;color:var(--vp-muted,#6b7280);transition:border-color .15s,box-shadow .15s,background .15s;cursor:pointer}
.vp-relation-control:hover,.vp-relation-picker:focus-within .vp-relation-control{border-color:var(--vp-primary,#0d3bd7);box-shadow:0 0 0 3px rgba(13,59,215,.08);background:var(--vp-surface,#fff)}
.vp-relation-picker.has-value .vp-relation-selected{color:var(--vp-text,#111827);font-weight:650}
.vp-relation-icon{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;border-radius:8px;background:rgba(13,59,215,.08);color:var(--vp-primary,#0d3bd7);flex:0 0 auto}
.vp-relation-selected{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}
.vp-relation-open-btn,.vp-relation-clear-btn{height:38px;white-space:nowrap}.vp-relation-clear-btn{width:38px;padding:0!important;display:inline-flex;align-items:center;justify-content:center}
.vp-relation-modal{display:flex;flex-direction:column;gap:12px}.vp-relation-search{position:relative}.vp-relation-search>i{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--vp-muted,#6b7280);z-index:2}.vp-relation-search input{padding-left:36px!important}
.vp-relation-results{display:flex;flex-direction:column;gap:8px;max-height:460px;overflow:auto;padding-right:2px}.vp-relation-result{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;border:1px solid var(--vp-border,#e5e7eb);background:var(--vp-surface,#fff);border-radius:12px;padding:10px 12px;text-align:left;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s,background .15s}.vp-relation-result:hover{border-color:var(--vp-primary,#0d3bd7);box-shadow:0 8px 18px rgba(15,23,42,.08);transform:translateY(-1px);background:rgba(13,59,215,.03)}
.vp-relation-result-main{display:flex;flex-direction:column;gap:3px;min-width:0}.vp-relation-result-main strong{font-size:13px;color:var(--vp-text,#111827);font-weight:750}.vp-relation-result-main small{font-size:12px;color:var(--vp-muted,#6b7280);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vp-relation-id{font-size:12px;color:var(--vp-muted,#6b7280);white-space:nowrap}.vp-relation-empty,.vp-relation-loading{min-height:148px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--vp-muted,#6b7280);border:1px dashed var(--vp-border,#e5e7eb);border-radius:12px;background:rgba(148,163,184,.06)}
@media (max-width:768px){.vp-relation-picker{grid-template-columns:minmax(0,1fr) auto}.vp-relation-clear-btn{grid-column:2}.vp-relation-open-btn{grid-column:2;grid-row:1}.vp-relation-results{max-height:60vh}}
[data-theme="dark"] .vp-relation-control,[data-theme="dark"] .vp-relation-result{background:rgba(15,23,42,.88);border-color:rgba(148,163,184,.22)}[data-theme="dark"] .vp-relation-empty,[data-theme="dark"] .vp-relation-loading{background:rgba(15,23,42,.45);border-color:rgba(148,163,184,.25)}
/* VANTOSHOPS_RELATION_PICKER_CSS_927_END */
/* MERCHANT_MANAGE_DASHBOARD_WIDGET_CSS_START */
/* MerchantManage v2.3.2 dashboard widgets
   Module-owned CSS. Installer publishes this into the global admin runtime with a marker.
   Only targets merchant_manage dashboard widgets and standard VantoShops widget classes. */

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, .10);
  background:
    radial-gradient(circle at 0 0, rgba(37, 99, 235, .075), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 250, 252, .96));
  box-shadow: 0 14px 34px rgba(15, 23, 42, .065);
  border-radius: 18px;
  padding: 18px;
}

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."]::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #2563eb, #60a5fa, #22c55e);
  opacity: .95;
}

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-widget-head {
  position: relative;
  align-items: flex-start;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(148, 163, 184, .20);
  margin-bottom: 14px;
}

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-widget-head h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -.01em;
  color: #0f172a;
}

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-widget-head h3::before {
  content: "";
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-radius: 12px;
  background: rgba(37, 99, 235, .10);
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .18);
}

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget="merchant_manage.overview"] .vp-widget-head h3::before { background: rgba(37, 99, 235, .12); }
.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget="merchant_manage.review_risk"] .vp-widget-head h3::before { background: rgba(245, 158, 11, .16); box-shadow: inset 0 0 0 1px rgba(245, 158, 11, .25); }
.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget="merchant_manage.site_api"] .vp-widget-head h3::before { background: rgba(14, 165, 233, .14); box-shadow: inset 0 0 0 1px rgba(14, 165, 233, .24); }
.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget="merchant_manage.settlement_rate"] .vp-widget-head h3::before { background: rgba(34, 197, 94, .14); box-shadow: inset 0 0 0 1px rgba(34, 197, 94, .24); }

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-widget-head p {
  margin-top: 5px;
  max-width: 420px;
  line-height: 1.55;
  color: #64748b;
}

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-widget-badge {
  border-radius: 999px;
  background: rgba(37, 99, 235, .08);
  color: #1d4ed8;
  border: 1px solid rgba(37, 99, 235, .12);
  font-size: 11px;
  font-weight: 750;
  padding: 4px 9px;
}

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-stat-card {
  border: 1px solid rgba(148, 163, 184, .18);
  background: rgba(255, 255, 255, .74);
  border-radius: 15px;
  padding: 13px 14px;
  min-height: 92px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .035);
}

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-stat-card span,
.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-list-row span,
.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-progress-head span strong {
  color: #475569;
  font-size: 12px;
  font-weight: 800;
}

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-stat-card strong {
  display: block;
  margin-top: 9px;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
  color: #0f172a;
  letter-spacing: -.035em;
}

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-stat-card small {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-size: 11px;
  line-height: 1.45;
}

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-progress-list,
.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-list-stack {
  display: grid;
  gap: 10px;
}

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-progress-item,
.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-list-row {
  border: 1px solid rgba(148, 163, 184, .16);
  background: rgba(255, 255, 255, .76);
  border-radius: 14px;
  padding: 11px 12px;
}

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-progress-head,
.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-list-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-progress-head span,
.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-list-row span {
  display: grid;
  gap: 3px;
}

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-progress-head span em,
.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-list-row span em {
  color: #94a3b8;
  font-size: 11px;
  font-style: normal;
}

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-progress-head > strong,
.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-list-row > strong {
  min-width: 42px;
  text-align: right;
  font-size: 18px;
  color: #0f172a;
  font-weight: 950;
  letter-spacing: -.03em;
}

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-bar-track {
  height: 7px;
  border-radius: 999px;
  overflow: hidden;
  margin-top: 9px;
  background: rgba(226, 232, 240, .9);
}

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-bar-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2563eb, #60a5fa);
  box-shadow: 0 0 0 1px rgba(37, 99, 235, .08);
}

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget="merchant_manage.review_risk"] .vp-bar-fill {
  background: linear-gradient(90deg, #f59e0b, #f97316);
}

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget="merchant_manage.settlement_rate"] .vp-bar-fill {
  background: linear-gradient(90deg, #16a34a, #22c55e);
}

.vp-dashboard-widget-engine .vp-widget-card[data-vp-widget="merchant_manage.site_api"] .vp-bar-fill {
  background: linear-gradient(90deg, #0284c7, #38bdf8);
}

html[data-bs-theme="dark"] .vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."],
html.vp-theme-dark .vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] {
  border-color: rgba(148, 163, 184, .18);
  background:
    radial-gradient(circle at 0 0, rgba(59, 130, 246, .16), transparent 36%),
    linear-gradient(180deg, rgba(15, 23, 42, .96), rgba(2, 6, 23, .94));
}

html[data-bs-theme="dark"] .vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-widget-head,
html.vp-theme-dark .vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-widget-head {
  border-bottom-color: rgba(148, 163, 184, .16);
}

html[data-bs-theme="dark"] .vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-widget-head h3,
html[data-bs-theme="dark"] .vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-stat-card strong,
html[data-bs-theme="dark"] .vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-progress-head > strong,
html[data-bs-theme="dark"] .vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-list-row > strong,
html.vp-theme-dark .vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-widget-head h3,
html.vp-theme-dark .vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-stat-card strong,
html.vp-theme-dark .vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-progress-head > strong,
html.vp-theme-dark .vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-list-row > strong {
  color: #f8fafc;
}

html[data-bs-theme="dark"] .vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-stat-card,
html[data-bs-theme="dark"] .vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-progress-item,
html[data-bs-theme="dark"] .vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-list-row,
html.vp-theme-dark .vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-stat-card,
html.vp-theme-dark .vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-progress-item,
html.vp-theme-dark .vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-list-row {
  background: rgba(15, 23, 42, .68);
  border-color: rgba(148, 163, 184, .16);
}

@media (max-width: 991.98px) {
  .vp-dashboard-widget-engine .vp-widget-card[data-vp-widget^="merchant_manage."] .vp-stats-grid {
    grid-template-columns: 1fr;
  }
}

/* MERCHANT_MANAGE_DASHBOARD_WIDGET_CSS_END */

/* MerchantPortal v1.0.6 core-system UI refinements */
.vp-merchant-form .vp-form-card{margin-bottom:16px;border-radius:18px;}
.vp-merchant-form-grid{gap:18px 22px;}
.vp-form-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr));}
.vp-form-grid>.vp-field-span-2{grid-column:span 2;}
.vp-switch-card{padding:12px 14px;border:1px solid var(--vp-line,#e5e7eb);border-radius:14px;background:rgba(248,250,252,.72);}
.vp-switch-card .form-text{font-size:12px;color:#667085;margin:0;}
@media (max-width:1400px){.vp-form-grid.cols-4{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media (max-width:1100px){.vp-form-grid.cols-3,.vp-form-grid.cols-4{grid-template-columns:repeat(2,minmax(0,1fr));}.vp-form-grid>.vp-field-span-2{grid-column:1/-1;}}
@media (max-width:768px){.vp-form-grid.cols-3,.vp-form-grid.cols-4,.vp-merchant-form-grid{grid-template-columns:1fr!important}.vp-form-grid>.vp-field-span-2{grid-column:auto;}}

/* Merchant user preferences v1.0.21 */
html.vp-content-boxed .vp-content,
body.vp-content-boxed .vp-content{max-width:1480px;margin-left:auto;margin-right:auto;}
html.vp-hide-form-side-panel .vp-merchant-form-shell,
body.vp-hide-form-side-panel .vp-merchant-form-shell{grid-template-columns:minmax(0,1fr)!important;}
html.vp-hide-form-side-panel .vp-merchant-form-side,
body.vp-hide-form-side-panel .vp-merchant-form-side{display:none!important;}
html.vp-density-compact .vp-card,
body.vp-density-compact .vp-card{border-radius:14px;}
html.vp-density-compact .vp-table th,
html.vp-density-compact .vp-table td,
body.vp-density-compact .vp-table th,
body.vp-density-compact .vp-table td{padding-top:9px!important;padding-bottom:9px!important;}
html.vp-density-compact .vp-list-card,
html.vp-density-compact .vp-table-card,
html.vp-density-compact .vp-filter-card,
body.vp-density-compact .vp-list-card,
body.vp-density-compact .vp-table-card,
body.vp-density-compact .vp-filter-card{border-radius:16px;}
html.vp-density-compact .vp-merchant-section-head,
body.vp-density-compact .vp-merchant-section-head{padding-top:14px;padding-bottom:10px;}
html.vp-density-compact .vp-merchant-section-body,
body.vp-density-compact .vp-merchant-section-body{padding:16px;}
html.vp-density-compact .vp-merchant-form-main,
body.vp-density-compact .vp-merchant-form-main{gap:14px;}
html.vp-density-compact .vp-merchant-form-grid,
body.vp-density-compact .vp-merchant-form-grid{gap:14px 16px;}

/* Merchant user preferences v1.0.23 - stable runtime application */
html[data-vp-content-width="boxed"] body.vp-admin-shell .vp-content,
body.vp-admin-shell[data-vp-content-width="boxed"] .vp-content{max-width:1480px;margin-left:auto;margin-right:auto;}
html[data-vp-content-width="fluid"] body.vp-admin-shell .vp-content,
body.vp-admin-shell[data-vp-content-width="fluid"] .vp-content{max-width:none;margin-left:0;margin-right:0;}
html[data-vp-form-side-panel="0"] body.vp-admin-shell .vp-merchant-form-shell,
body.vp-hide-form-side-panel .vp-merchant-form-shell{grid-template-columns:minmax(0,1fr)!important;}
html[data-vp-form-side-panel="0"] body.vp-admin-shell .vp-merchant-form-side,
body.vp-hide-form-side-panel .vp-merchant-form-side{display:none!important;}
html[data-vp-density="compact"] body.vp-admin-shell .vp-content{padding-top:18px;padding-bottom:32px;}
html[data-vp-density="compact"] body.vp-admin-shell .vp-page-head{padding-bottom:14px;}
html[data-vp-density="compact"] body.vp-admin-shell .vp-table th,
html[data-vp-density="compact"] body.vp-admin-shell .vp-table td{padding-top:8px!important;padding-bottom:8px!important;}
html[data-vp-density="compact"] body.vp-admin-shell .vp-merchant-section-head{padding:14px 18px 10px;}
html[data-vp-density="compact"] body.vp-admin-shell .vp-merchant-section-body{padding:16px 18px;}

/* Merchant member preference runtime helpers v1.0.24 */
html[data-vp-content-width="boxed"] body.vp-admin-shell .vp-content,
body.vp-admin-shell[data-vp-content-width="boxed"] .vp-content,
body.vp-admin-shell.vp-content-boxed .vp-content{max-width:1480px!important;margin-left:auto!important;margin-right:auto!important;}
html[data-vp-content-width="fluid"] body.vp-admin-shell .vp-content,
body.vp-admin-shell[data-vp-content-width="fluid"] .vp-content{max-width:none!important;margin-left:0!important;margin-right:0!important;width:100%!important;}
html[data-vp-form-side-panel="0"] body.vp-admin-shell .vp-merchant-form-shell,
body.vp-admin-shell.vp-hide-form-side-panel .vp-merchant-form-shell{grid-template-columns:minmax(0,1fr)!important;}
html[data-vp-form-side-panel="0"] body.vp-admin-shell .vp-merchant-form-side,
body.vp-admin-shell.vp-hide-form-side-panel .vp-merchant-form-side{display:none!important;}
html[data-vp-density="compact"] body.vp-admin-shell .vp-table th,
html[data-vp-density="compact"] body.vp-admin-shell .vp-table td,
body.vp-admin-shell.vp-density-compact .vp-table th,
body.vp-admin-shell.vp-density-compact .vp-table td{padding-top:7px!important;padding-bottom:7px!important;}
html[data-vp-density="compact"] body.vp-admin-shell .vp-merchant-section-head,
body.vp-admin-shell.vp-density-compact .vp-merchant-section-head{padding:13px 16px 9px!important;}
html[data-vp-density="compact"] body.vp-admin-shell .vp-merchant-section-body,
body.vp-admin-shell.vp-density-compact .vp-merchant-section-body{padding:14px 16px!important;}
