:root {
	--brand: #3478f6;
	--brand-dark: #2058c8;
	--brand-soft: #edf4ff;
	--ink: #182033;
	--muted: #6e7788;
	--line: #e8ecf2;
	--surface: #ffffff;
	--canvas: #f5f7fb;
	--sidebar: #101827;
	--sidebar-muted: #8f9bb3;
	--sidebar-width: 252px;
	--shadow: 0 14px 38px rgba(24, 32, 51, 0.08);
}

/* Mini-program home-content administration */
.mini-program-home-content {
	display: grid;
	gap: 1.25rem;
}

.mini-program-home-heading {
	margin-bottom: 0;
}

.home-media-limit {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.65rem 0.85rem;
	border: 1px solid #dbeafe;
	border-radius: 0.75rem;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 0.875rem;
}

.home-content-section {
	padding: 1.25rem;
}

.home-content-section-heading,
.home-content-section-heading > div {
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

.home-content-section-heading {
	justify-content: space-between;
	margin-bottom: 1rem;
}

.home-content-section-heading h3,
.home-content-section-heading p,
.home-content-add-form h4 {
	margin: 0;
}

.home-content-section-heading h3 {
	font-size: 1.05rem;
	font-weight: 700;
}

.home-content-section-heading p {
	margin-top: 0.15rem;
	color: #64748b;
	font-size: 0.85rem;
}

.home-content-section-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 0.8rem;
	font-size: 1.15rem;
}

.home-content-section-icon--carousel { background: #e0f2fe; color: #0369a1; }
.home-content-section-icon--notice { background: #fef3c7; color: #b45309; }
.home-content-section-icon--fresh { background: #ede9fe; color: #6d28d9; }
.home-content-section-icon--experience { background: #dcfce7; color: #15803d; }

.home-content-list {
	display: grid;
	gap: 0.75rem;
}

.home-carousel-row,
.home-notice-row,
.home-fresh-row {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;
	padding: 0.75rem;
	border: 1px solid #e2e8f0;
	border-radius: 0.85rem;
	background: #fff;
}

.home-carousel-row > img {
	width: 10rem;
	aspect-ratio: 25 / 12;
	border-radius: 0.65rem;
	object-fit: cover;
}

.home-fresh-row > img {
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 0.85rem;
	object-fit: cover;
}

.home-notice-color {
	width: 0.35rem;
	height: 3.2rem;
	border-radius: 1rem;
}

.home-content-item-copy {
	display: grid;
	gap: 0.2rem;
	min-width: 0;
}

.home-content-item-copy strong,
.home-content-item-copy p {
	overflow-wrap: anywhere;
}

.home-content-item-copy p {
	margin: 0;
	color: #64748b;
	font-size: 0.875rem;
}

.home-content-item-copy small {
	color: #94a3b8;
}

.home-content-item-type {
	color: #2563eb;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.home-content-add-form {
	display: grid;
	gap: 1rem;
	margin-top: 1rem;
	padding: 1rem;
	border: 1px dashed #cbd5e1;
	border-radius: 0.85rem;
	background: #f8fafc;
}

.home-content-add-form h4 {
	font-size: 0.95rem;
	font-weight: 700;
}

.home-content-empty {
	min-height: 6rem;
}

.home-experience-preview {
	display: flex;
	align-items: baseline;
	gap: 0.75rem;
	margin-top: 1rem;
	padding: 1rem;
	border-radius: 0.9rem;
	background: linear-gradient(120deg, #eff6ff, #f0fdf4);
}

.home-experience-preview small {
	color: #64748b;
	font-size: 0.65rem;
	letter-spacing: 0.12em;
}

.home-experience-preview span {
	color: #475569;
}

@media (max-width: 767.98px) {
	.home-carousel-row,
	.home-notice-row,
	.home-fresh-row {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.home-carousel-row > form,
	.home-notice-row > form,
	.home-fresh-row > form {
		grid-column: 1 / -1;
		text-align: right;
	}

	.home-carousel-row > img {
		width: 7rem;
	}

	.home-experience-preview {
		align-items: flex-start;
		flex-direction: column;
	}
}

* {
	box-sizing: border-box;
}

html,
body {
	min-height: 100%;
}

.enterprise-detail-modal {
	border: 0;
	border-radius: 16px;
	box-shadow: var(--shadow);
}

.enterprise-brand-cell {
	display: flex;
	align-items: center;
	gap: 11px;
}

.enterprise-logo-thumb {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	place-items: center;
	object-fit: contain;
	border: 1px solid var(--line);
	border-radius: 11px;
	background: #fff;
}

.enterprise-logo-thumb--empty {
	color: var(--muted);
	background: #f8fafc;
}

.enterprise-logo-editor {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
	padding: 16px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: #f8fbff;
}

.enterprise-logo-preview,
.enterprise-logo-preview img,
.enterprise-logo-preview span {
	display: grid;
	width: 82px;
	height: 82px;
	flex: 0 0 82px;
	place-items: center;
	object-fit: contain;
	border-radius: 16px;
}

.enterprise-logo-preview img,
.enterprise-logo-preview span {
	border: 1px solid #dce6f4;
	background: #fff;
}

.enterprise-logo-preview span {
	color: var(--muted);
	font-size: 24px;
}

.enterprise-logo-preview [hidden] {
	display: none;
}

.enterprise-logo-editor__content {
	flex: 1;
	min-width: 0;
}

.enterprise-logo-editor__content p {
	margin: 4px 0 10px;
	color: var(--muted);
	font-size: 12px;
}

.enterprise-logo-actions,
.enterprise-logo-actions form {
	display: flex;
	align-items: center;
	gap: 8px;
}

.enterprise-logo-actions input[type="file"] {
	max-width: 260px;
}

.enterprise-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.enterprise-detail-grid label {
	min-width: 0;
}

.enterprise-detail-grid label > span {
	display: block;
	margin-bottom: 6px;
	color: var(--muted);
	font-size: 12px;
	font-weight: 600;
}

.enterprise-detail-grid input[readonly] {
	color: var(--ink);
	background: #f8fafc;
}

@media (max-width: 767.98px) {
	.enterprise-logo-editor,
	.enterprise-logo-actions,
	.enterprise-logo-actions form {
		align-items: stretch;
		flex-direction: column;
	}

	.enterprise-logo-preview {
		align-self: center;
	}

	.enterprise-detail-grid {
		grid-template-columns: 1fr;
	}
}

.cloud-data-scope-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 18px 0 6px;
}

.cloud-data-scope {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 13px 14px;
	border: 1px solid #dce6f4;
	border-radius: 12px;
	color: #314158;
	background: #f8fbff;
}

.cloud-data-scope i {
	color: var(--brand);
}

.cloud-data-empty {
	min-height: 280px;
	flex-direction: column;
	gap: 8px;
}

.cloud-data-empty small {
	color: var(--muted);
}

@media (max-width: 767.98px) {
	.cloud-data-scope-grid {
		grid-template-columns: 1fr;
	}
}

body {
	margin: 0;
	color: var(--ink);
	background: var(--canvas);
	font-family:
		Inter,
		"PingFang SC",
		"Microsoft YaHei",
		system-ui,
		-apple-system,
		sans-serif;
	font-size: 14px;
}

a {
	text-decoration: none;
}

.app-sidebar {
	position: fixed;
	inset: 0 auto 0 0;
	z-index: 1040;
	display: flex;
	width: var(--sidebar-width);
	flex-direction: column;
	color: #fff;
	background: radial-gradient(circle at 20% 8%, rgba(52, 120, 246, 0.24), transparent 28%), var(--sidebar);
	transition: transform 0.2s ease;
}

.brand {
	display: flex;
	height: 86px;
	align-items: center;
	padding: 18px 24px 12px;
}

.brand img {
	width: 190px;
	height: auto;
	object-fit: contain;
}

.sidebar-label {
	margin: 2px 22px 16px;
	color: var(--sidebar-muted);
	font-size: 11px;
	letter-spacing: 0.16em;
}

.sidebar-nav {
	flex: 1;
	padding: 0 13px;
	overflow-y: auto;
}

.sidebar-nav a {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 45px;
	margin-bottom: 4px;
	padding: 0 14px;
	border-radius: 11px;
	color: #c8d0df;
	font-weight: 500;
	transition: 0.18s ease;
}

.sidebar-nav a i {
	width: 20px;
	font-size: 17px;
}

.sidebar-nav a:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.07);
}

.sidebar-nav a.active {
	color: #fff;
	background: linear-gradient(135deg, #3478f6, #5d8fff);
	box-shadow: 0 9px 20px rgba(52, 120, 246, 0.28);
}

.nav-dashboard {
	margin-bottom: 10px !important;
}

.nav-module {
	margin-bottom: 7px;
	border: 1px solid transparent;
	border-radius: 12px;
}

.nav-module.is-open {
	border-color: rgba(255, 255, 255, 0.07);
	background: rgba(255, 255, 255, 0.025);
}

.nav-module-trigger,
.nav-section-trigger {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	border: 0;
	color: #c8d0df;
	background: transparent;
	text-align: left;
}

.nav-module-trigger {
	min-height: 45px;
	padding: 0 13px;
	border-radius: 11px;
	font-weight: 650;
}

.nav-module-trigger > span {
	display: flex;
	align-items: center;
	gap: 12px;
}

.nav-module-trigger > span > i {
	width: 20px;
	color: #8fa9d5;
	font-size: 16px;
}

.nav-module-trigger:hover,
.nav-section-trigger:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.055);
}

.nav-chevron {
	font-size: 10px;
	transition: transform 0.2s ease;
}

.nav-module-content,
.nav-section-content {
	display: none;
}

.nav-module.is-open > .nav-module-content,
.nav-section.is-open > .nav-section-content {
	display: block;
}

.nav-module.is-open > .nav-module-trigger .nav-chevron,
.nav-section.is-open > .nav-section-trigger .nav-chevron {
	transform: rotate(180deg);
}

.nav-module-content {
	padding: 2px 7px 8px 12px;
}

.nav-section {
	margin-top: 3px;
}

.nav-section-trigger {
	min-height: 34px;
	padding: 0 9px 0 16px;
	border-radius: 8px;
	color: #98a6bd;
	font-size: 12px;
	font-weight: 600;
}

.nav-section-content {
	position: relative;
	padding: 2px 0 4px 14px;
}

.nav-section-content::before {
	position: absolute;
	top: 3px;
	bottom: 7px;
	left: 8px;
	width: 1px;
	background: rgba(255, 255, 255, 0.1);
	content: "";
}

.sidebar-nav .nav-section-content a {
	position: relative;
	min-height: 34px;
	margin: 2px 0;
	padding: 0 10px 0 17px;
	border-radius: 8px;
	font-size: 12px;
}

.sidebar-nav .nav-section-content a::before {
	position: absolute;
	left: 6px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #637087;
	content: "";
}

.sidebar-nav .nav-section-content a.active {
	background: linear-gradient(135deg, rgba(52, 120, 246, 0.92), rgba(93, 143, 255, 0.92));
	box-shadow: 0 7px 16px rgba(52, 120, 246, 0.2);
}

.sidebar-nav .nav-section-content a.active::before {
	background: #fff;
}

.sidebar-group {
	margin: 22px 14px 9px;
	color: #66738b;
	font-size: 11px;
	letter-spacing: 0.12em;
}

.sidebar-footer {
	display: flex;
	justify-content: space-between;
	margin: 16px 18px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: #6f7b91;
	font-size: 11px;
}

.app-main {
	display: flex;
	min-height: 100vh;
	margin-left: var(--sidebar-width);
	flex-direction: column;
}

.app-topbar {
	position: sticky;
	top: 0;
	z-index: 1020;
	display: flex;
	min-height: 76px;
	align-items: center;
	justify-content: space-between;
	padding: 12px 30px;
	border-bottom: 1px solid rgba(232, 236, 242, 0.88);
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(16px);
}

.topbar-title-wrap,
.topbar-user {
	display: flex;
	align-items: center;
}

.topbar-title-wrap {
	gap: 13px;
}

.topbar-kicker {
	margin-bottom: 1px;
	color: var(--brand);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.app-topbar h1 {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
}

.topbar-user {
	gap: 10px;
}

.language-switcher {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--muted);
	font-size: 12px;
	white-space: nowrap;
}

.language-switcher a {
	color: var(--muted);
	transition: color 0.16s ease;
}

.language-switcher a:hover,
.language-switcher a.active {
	color: var(--brand);
}

.language-switcher a.active {
	font-weight: 700;
}

.user-avatar {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 10px;
	color: var(--brand-dark);
	background: var(--brand-soft);
}

.mini-program-wechat-profile {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mini-program-wechat-profile img,
.mini-program-wechat-avatar {
	display: grid;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	place-items: center;
	border: 1px solid var(--line);
	border-radius: 50%;
	object-fit: cover;
	color: var(--brand-dark);
	background: var(--brand-soft);
}

.mini-program-wechat-profile strong {
	display: block;
	max-width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.user-name {
	font-weight: 600;
}

.topbar-user-trigger {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	gap: 9px;
	padding: 4px 11px 4px 5px;
	border: 1px solid transparent;
	border-radius: 12px;
	color: var(--ink);
	background: transparent;
	transition: border-color 0.16s ease, background 0.16s ease;
}

.topbar-user-dropdown {
	position: relative;
}

.topbar-user-trigger:hover,
.topbar-user-trigger[aria-expanded="true"] {
	border-color: var(--line);
	background: #f7f9fc;
}

.topbar-user-trigger::after {
	margin-left: 2px;
	color: var(--muted);
}

.topbar-user-menu {
	top: calc(100% + 2px);
	right: 0;
	left: auto;
	min-width: 218px;
	margin-top: 8px !important;
	padding: 9px;
	border: 1px solid var(--line);
	border-radius: 14px;
	box-shadow: 0 15px 38px rgba(33, 50, 84, 0.14);
}

.topbar-user-summary {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px;
}

.topbar-user-summary div {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.topbar-user-summary small {
	color: var(--muted);
	font-size: 11px;
}

.topbar-user-summary strong {
	overflow: hidden;
	font-size: 14px;
	text-overflow: ellipsis;
}

.topbar-logout {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 9px 10px;
	border-radius: 9px;
	color: #d44747;
	font-size: 13px;
}

.topbar-logout:hover,
.topbar-logout:focus {
	color: #c53232;
	background: #fff1f1;
}

.user-language-menu {
	padding: 5px 7px 8px;
}

.user-menu-label {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 7px;
	color: var(--muted);
	font-size: 11px;
	font-weight: 650;
}

.user-language-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
}

.user-language-actions a {
	display: grid;
	min-height: 32px;
	place-items: center;
	border: 1px solid var(--line);
	border-radius: 8px;
	color: #667085;
	background: #f8fafc;
	font-size: 11px;
	font-weight: 600;
}

.user-language-actions a.active {
	border-color: #bcd2ff;
	color: var(--brand-dark);
	background: var(--brand-soft);
}

.sidebar-toggle {
	display: none;
	padding: 4px 8px;
	border: 0;
	color: var(--ink);
	background: transparent;
	font-size: 25px;
}

.app-content {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 30px;
	flex: 1;
}

.app-footer {
	display: flex;
	justify-content: space-between;
	padding: 16px 30px 22px;
	color: #949cad;
	font-size: 12px;
}

.welcome-banner {
	position: relative;
	display: flex;
	min-height: 180px;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	padding: 34px 40px;
	border-radius: 20px;
	color: #fff;
	background: radial-gradient(circle at 85% 10%, rgba(255, 255, 255, 0.2), transparent 28%), linear-gradient(135deg, #245fcf 0%, #4c8df7 62%, #67a8ff 100%);
	box-shadow: 0 20px 45px rgba(52, 120, 246, 0.22);
}

.welcome-banner .eyebrow,
.login-visual .eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	opacity: 0.75;
}

.welcome-banner h2 {
	margin: 9px 0 8px;
	font-size: 29px;
	font-weight: 700;
}

.welcome-banner p {
	max-width: 620px;
	margin: 0;
	opacity: 0.84;
}

.welcome-banner img {
	width: 112px;
	height: 112px;
	margin-right: 40px;
	object-fit: contain;
	filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.16));
}

.section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 32px 2px 15px;
}

.section-heading span {
	color: var(--brand);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.section-heading h3 {
	margin: 4px 0 0;
	font-size: 20px;
	font-weight: 700;
}

.stat-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.stat-card {
	position: relative;
	display: flex;
	min-height: 116px;
	align-items: center;
	gap: 15px;
	padding: 22px;
	border: 1px solid var(--line);
	border-radius: 16px;
	color: var(--ink);
	background: var(--surface);
	box-shadow: 0 8px 24px rgba(24, 32, 51, 0.045);
	transition: 0.18s ease;
}

.stat-card:hover {
	transform: translateY(-2px);
	border-color: #cad9f4;
	box-shadow: var(--shadow);
}

.stat-icon {
	display: grid;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	place-items: center;
	border-radius: 14px;
	font-size: 20px;
}

.stat-icon.blue {
	color: #3478f6;
	background: #edf4ff;
}
.stat-icon.purple {
	color: #7a5ce7;
	background: #f2efff;
}
.stat-icon.cyan {
	color: #159aaf;
	background: #eaf9fb;
}
.stat-icon.orange {
	color: #dc7a1f;
	background: #fff3e7;
}

.stat-copy {
	display: flex;
	flex-direction: column;
}

.stat-copy strong {
	font-size: 25px;
	line-height: 1.1;
}

.stat-copy small {
	margin-top: 5px;
	color: var(--muted);
}

.stat-arrow {
	position: absolute;
	top: 16px;
	right: 16px;
	color: #b3bac7;
}

.foundation-card,
.content-card {
	margin-top: 20px;
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: var(--surface);
	box-shadow: 0 8px 24px rgba(24, 32, 51, 0.045);
}

.foundation-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.foundation-title {
	display: flex;
	align-items: center;
	gap: 14px;
}

.foundation-title > i {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 13px;
	color: var(--brand);
	background: var(--brand-soft);
	font-size: 19px;
}

.foundation-title h3 {
	margin: 0 0 3px;
	font-size: 17px;
}

.foundation-title p {
	margin: 0;
	color: var(--muted);
}

.module-flow {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #7c8596;
}

.module-flow span {
	padding: 8px 11px;
	border-radius: 8px;
	background: #f3f6fa;
	font-size: 12px;
}

.page-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.page-toolbar h2 {
	margin: 0;
	font-size: 18px;
}

.page-toolbar p {
	margin: 4px 0 0;
	color: var(--muted);
}

.table {
	margin-bottom: 0;
	vertical-align: middle;
}

.table thead th {
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom-width: 1px;
	color: #7e8798;
	background: #f8f9fc;
	font-size: 12px;
	font-weight: 600;
}

.table tbody td {
	padding-top: 14px;
	padding-bottom: 14px;
	border-color: #edf0f5;
}

.list-component {
	padding: 0;
	overflow: hidden;
}

.list-component > .page-toolbar {
	margin: 0;
	padding: 22px 24px;
	border-bottom: 1px solid var(--line);
	background: linear-gradient(180deg, #fff, #fcfdff);
}

.list-component > .table-responsive {
	border: 0;
}

.list-component .table thead th:first-child,
.list-component .table tbody td:first-child {
	padding-left: 24px;
}

.list-component .table thead th:last-child,
.list-component .table tbody td:last-child {
	padding-right: 24px;
}

.list-component .table tbody tr {
	transition: background 0.15s ease;
}

.list-component .table tbody tr:hover {
	background: #f9fbff;
}

.list-search-form {
	display: flex;
	align-items: center;
	gap: 8px;
}

.list-filter-bar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 14px 24px;
	border-bottom: 1px solid var(--line);
	background: #fafbfd;
}

.list-search-input {
	position: relative;
	min-width: 280px;
}

.list-search-input i {
	position: absolute;
	top: 50%;
	left: 13px;
	color: #98a2b3;
	transform: translateY(-50%);
}

.list-search-input input {
	width: 100%;
	min-height: 40px;
	padding: 7px 12px 7px 37px;
	border: 1px solid #dce2eb;
	border-radius: 10px;
	outline: none;
	background: #fff;
}

.list-search-input input:focus {
	border-color: #8bb1fb;
	box-shadow: 0 0 0 3px rgba(52, 120, 246, 0.1);
}

.badge-soft {
	display: inline-flex;
	align-items: center;
	margin: 2px 4px 2px 0;
	padding: 4px 8px;
	border-radius: 999px;
	color: #49627e;
	background: #eef3f8;
	font-size: 11px;
	font-weight: 600;
}

.status-dot {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 6px;
	border-radius: 50%;
}

.status-dot.enabled {
	background: #25ad70;
}
.status-dot.disabled {
	background: #a4abb8;
}

.enterprise-summary-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.enterprise-summary-card {
	display: flex;
	min-height: 104px;
	align-items: center;
	gap: 16px;
	padding: 20px 22px;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: var(--surface);
	box-shadow: 0 8px 24px rgba(24, 32, 51, 0.045);
}

.enterprise-summary-card > div {
	display: flex;
	flex-direction: column;
}

.enterprise-summary-card strong {
	font-size: 26px;
	line-height: 1.1;
}

.enterprise-summary-card div span {
	margin-top: 5px;
	color: var(--muted);
}

.enterprise-summary-icon {
	display: grid;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	place-items: center;
	border-radius: 14px;
	font-size: 20px;
}

.enterprise-summary-icon.blue {
	color: #3478f6;
	background: #edf4ff;
}

.enterprise-summary-icon.green {
	color: #169a63;
	background: #eaf8f1;
}

.enterprise-summary-icon.gray {
	color: #7c8596;
	background: #f0f2f5;
}

.enterprise-list-card {
	padding: 0;
	overflow: hidden;
}

.enterprise-list-card .page-toolbar {
	margin: 0;
	padding: 22px 24px;
	border-bottom: 1px solid var(--line);
}

.enterprise-table {
	min-width: 1280px;
}

.enterprise-table th:first-child,
.enterprise-table td:first-child {
	padding-left: 24px;
}

.enterprise-table th:last-child,
.enterprise-table td:last-child {
	padding-right: 24px;
}

.enterprise-table code {
	display: block;
	max-width: 245px;
	margin-top: 4px;
	overflow-wrap: anywhere;
	color: #536176;
	font-size: 11px;
}

.list-component-pager {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 24px;
	border-top: 1px solid var(--line);
	color: var(--muted);
	background: #fff;
	font-size: 12px;
}

.list-page-actions {
	display: flex;
	align-items: center;
	gap: 9px;
}

.list-page-actions .btn {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	gap: 5px;
	justify-content: center;
}

.list-page-actions .btn.disabled {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.48;
}

.list-page-number {
	min-width: 62px;
	color: #475569;
	font-weight: 700;
	text-align: center;
}

.enterprise-primary {
	font-weight: 700;
}

.enterprise-secondary {
	margin-top: 4px;
	color: #4d5a70;
	font-size: 12px;
}

.enterprise-meta {
	margin-top: 3px;
	color: var(--muted);
	font-size: 11px;
	line-height: 1.45;
}

.connection-badge {
	display: inline-flex;
	align-items: center;
	padding: 5px 9px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
}

.connection-badge.online {
	color: #168a5a;
	background: #eaf8f1;
}

.connection-badge.offline {
	color: #7c8596;
	background: #f0f2f5;
}

#enterpriseRefresh.is-refreshing i {
	display: inline-block;
	animation: enterprise-refresh-spin 0.8s linear infinite;
}

@keyframes enterprise-refresh-spin {
	to {
		transform: rotate(360deg);
	}
}

.empty-state {
	padding: 50px 20px;
	color: var(--muted);
	text-align: center;
}

.empty-state i {
	display: block;
	margin-bottom: 9px;
	color: #bdc4d0;
	font-size: 30px;
}

.form-card {
	max-width: 900px;
}

.form-card .card-section {
	padding: 23px 25px;
	border-bottom: 1px solid var(--line);
}

.form-card .card-section:last-child {
	border-bottom: 0;
}

.form-card h3 {
	margin: 0 0 18px;
	font-size: 16px;
}

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

.permission-tree {
	display: grid;
	gap: 13px;
}

.permission-module {
	overflow: hidden;
	border: 1px solid #dde5f0;
	border-radius: 13px;
	background: #fff;
}

.permission-module-title {
	padding: 13px 16px;
	border-bottom: 1px solid #e9edf3;
	background: #f7f9fc;
}

.permission-module-title label,
.permission-section-title,
.permission-menu-title,
.permission-actions label {
	display: flex;
	align-items: center;
	gap: 9px;
	cursor: pointer;
}

.permission-module-title label {
	font-size: 14px;
	font-weight: 750;
}

.permission-sections {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 14px;
}

.permission-section {
	padding: 12px;
	border: 1px solid var(--line);
	border-radius: 10px;
	background: #fbfcfe;
}

.permission-section-title {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
}

.permission-menu-list {
	display: grid;
	gap: 8px;
}

.permission-menu {
	padding: 9px 10px;
	border: 1px solid #e9edf3;
	border-radius: 9px;
	background: #fff;
}

.permission-menu-title {
	font-size: 12px;
	font-weight: 650;
}

.permission-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 12px;
	margin: 8px 0 0 25px;
}

.permission-actions label {
	color: var(--muted);
	font-size: 11px;
}

.cloud-data-workspace {
	display: grid;
	min-height: calc(100vh - 166px);
	grid-template-columns: 282px minmax(0, 1fr);
	gap: 18px;
}

.enterprise-selector {
	display: flex;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(24, 32, 51, 0.045);
	flex-direction: column;
}

.enterprise-selector-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 18px 13px;
}

.enterprise-selector-heading .eyebrow {
	color: var(--brand);
	font-size: 9px;
	font-weight: 750;
	letter-spacing: 0.12em;
}

.enterprise-selector-heading h2 {
	margin: 3px 0 0;
	font-size: 16px;
	font-weight: 750;
}

.enterprise-selector-count {
	display: grid;
	min-width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 9px;
	color: var(--brand-dark);
	background: var(--brand-soft);
	font-size: 12px;
	font-weight: 750;
}

.enterprise-selector-search {
	position: relative;
	margin: 0 14px 12px;
}

.enterprise-selector-search i {
	position: absolute;
	top: 50%;
	left: 12px;
	color: #9aa4b3;
	transform: translateY(-50%);
}

.enterprise-selector-search input {
	width: 100%;
	min-height: 38px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #e0e5ed;
	border-radius: 10px;
	outline: 0;
	background: #f8fafc;
	font-size: 12px;
}

.enterprise-selector-list {
	min-height: 0;
	padding: 0 10px 14px;
	overflow-y: auto;
	flex: 1;
}

.enterprise-selector-list > a {
	display: flex;
	min-height: 61px;
	align-items: center;
	gap: 10px;
	margin-bottom: 6px;
	padding: 9px 10px;
	border: 1px solid transparent;
	border-radius: 11px;
	color: var(--ink);
	transition: 0.16s ease;
}

.enterprise-selector-list > a:hover {
	border-color: #dce6f7;
	background: #f8fbff;
}

.enterprise-selector-list > a.active {
	border-color: #bcd2ff;
	background: linear-gradient(135deg, #eef5ff, #f8fbff);
	box-shadow: inset 3px 0 0 var(--brand);
}

.enterprise-selector-icon {
	display: grid;
	width: 35px;
	height: 35px;
	flex: 0 0 35px;
	place-items: center;
	border-radius: 10px;
	color: var(--brand-dark);
	background: var(--brand-soft);
}

.enterprise-selector-copy {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
}

.enterprise-selector-copy strong,
.enterprise-selector-copy small {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.enterprise-selector-copy strong {
	font-size: 12px;
}

.enterprise-selector-copy small {
	margin-top: 3px;
	color: var(--muted);
	font-size: 10px;
}

.enterprise-selector-state {
	width: 7px;
	height: 7px;
	flex: 0 0 7px;
	border-radius: 50%;
}

.enterprise-selector-state.online {
	background: #22ad70;
	box-shadow: 0 0 0 4px rgba(34, 173, 112, 0.12);
}

.enterprise-selector-state.offline {
	background: #a6adba;
}

.enterprise-selector-empty {
	display: flex;
	min-height: 170px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: var(--muted);
	font-size: 12px;
	flex-direction: column;
}

.enterprise-selector-empty i {
	font-size: 25px;
}

.cloud-data-list-card {
	min-width: 0;
}

.list-title-line {
	display: flex;
	align-items: center;
	gap: 12px;
}

.list-title-icon {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 11px;
	color: var(--brand-dark);
	background: var(--brand-soft);
	font-size: 17px;
}

.selected-enterprise-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 11px 0 0 52px;
	padding: 5px 9px;
	border-radius: 999px;
	color: #47627e;
	background: #eef3f8;
	font-size: 10px;
	font-weight: 650;
}

.cloud-data-selection-required {
	display: flex;
	min-height: 430px;
	align-items: center;
	justify-content: center;
	padding: 40px;
	text-align: center;
	flex-direction: column;
}

.selection-required-visual {
	display: grid;
	width: 76px;
	height: 76px;
	margin-bottom: 17px;
	place-items: center;
	border-radius: 24px;
	color: var(--brand);
	background: linear-gradient(145deg, #eef5ff, #f8fbff);
	font-size: 31px;
	box-shadow: 0 13px 30px rgba(52, 120, 246, 0.12);
}

.cloud-data-selection-required h3 {
	margin: 0 0 7px;
	font-size: 18px;
}

.cloud-data-selection-required p {
	max-width: 420px;
	margin: 0;
	color: var(--muted);
}

.cloud-data-table {
	min-width: 1050px;
}

.cloud-data-table td {
	max-width: 230px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cloud-data-table .cloud-data-wide {
	min-width: 230px;
}

.cloud-list-empty {
	display: flex;
	min-height: 300px;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex-direction: column;
}

.cloud-list-empty strong {
	color: var(--ink);
}

.permission-item {
	display: flex;
	min-height: 54px;
	align-items: center;
	gap: 10px;
	padding: 10px 13px;
	border: 1px solid var(--line);
	border-radius: 11px;
	background: #fafbfc;
}

.login-page {
	overflow: hidden;
	background: #fff;
}

.login-shell {
	display: grid;
	min-height: 100vh;
	grid-template-columns: minmax(420px, 1.12fr) minmax(420px, 0.88fr);
}

.login-visual {
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 9vw;
	color: #fff;
	background: radial-gradient(circle at 20% 18%, rgba(108, 169, 255, 0.34), transparent 28%), radial-gradient(circle at 78% 72%, rgba(72, 211, 224, 0.18), transparent 26%), linear-gradient(145deg, #0d1830, #16376e 56%, #205ec4);
}

.login-visual::after {
	position: absolute;
	right: -130px;
	bottom: -170px;
	width: 440px;
	height: 440px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 50%;
	box-shadow:
		0 0 0 70px rgba(255, 255, 255, 0.025),
		0 0 0 140px rgba(255, 255, 255, 0.02);
	content: "";
}

.login-visual-content {
	position: relative;
	z-index: 1;
	max-width: 650px;
}

.login-visual h1 {
	margin: 18px 0 21px;
	font-size: clamp(40px, 5vw, 70px);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.login-visual p {
	max-width: 560px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 16px;
	line-height: 1.8;
}

.login-capabilities {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	margin-top: 32px;
}

.login-capabilities span {
	padding: 9px 13px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	font-size: 12px;
}

.login-panel {
	position: relative;
	display: grid;
	place-items: center;
	padding: 50px;
	background: #fff;
}

.login-language {
	position: absolute;
	top: 26px;
	right: 30px;
}

.login-card {
	width: min(390px, 100%);
}

.login-logo {
	width: 198px;
	height: auto;
	margin-bottom: 34px;
}

.login-heading h2 {
	margin: 0 0 8px;
	font-size: 28px;
	font-weight: 700;
}

.login-heading p {
	margin: 0 0 28px;
	color: var(--muted);
}

.login-card .input-group-text {
	border-color: #dfe4ec;
	color: #8993a4;
	background: #f7f8fa;
}

.login-card .form-control {
	min-height: 48px;
	border-color: #dfe4ec;
}

.login-submit {
	min-height: 49px;
	border: 0;
	background: linear-gradient(135deg, #2d6fea, #4c8ef8);
	box-shadow: 0 12px 24px rgba(52, 120, 246, 0.23);
}

.login-copyright {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin-top: 42px;
	color: #a2a9b5;
	font-size: 12px;
}

.login-copyright img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	opacity: 0.62;
}

.metric-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
}

.metric-card {
	padding: 19px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: #fff;
}

.metric-label {
	display: flex;
	justify-content: space-between;
	color: var(--muted);
	font-size: 12px;
}

.metric-value {
	margin: 12px 0 9px;
	font-size: 25px;
	font-weight: 700;
}

.metric-card .progress {
	height: 6px;
	background: #edf0f5;
}

.metric-mini-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.metric-mini-grid span {
	display: flex;
	justify-content: space-between;
	gap: 6px;
	color: var(--muted);
	font-size: 11px;
}

.metric-mini-grid strong {
	color: var(--ink);
	font-size: 11px;
}

.load-average-values {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 16px;
}

.load-average-values span {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 10px 6px;
	border-radius: 9px;
	background: #f6f8fb;
}

.load-average-values strong {
	font-size: 17px;
}

.load-average-values small {
	color: var(--muted);
	font-size: 9px;
}

.metric-card-live {
	position: relative;
	overflow: hidden;
}

.metric-card-live::after {
	position: absolute;
	right: -24px;
	bottom: -36px;
	width: 92px;
	height: 92px;
	border-radius: 50%;
	background: rgba(52, 120, 246, 0.045);
	content: "";
}

.traffic-value {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.65;
}

.traffic-value i {
	display: grid;
	width: 25px;
	height: 25px;
	place-items: center;
	border-radius: 8px;
	font-size: 13px;
}

.traffic-download {
	margin-top: 10px;
	color: #2874d7;
}

.traffic-download i {
	background: #e9f3ff;
}

.traffic-upload {
	color: #158765;
}

.traffic-upload i {
	background: #e9f8f2;
}

.service-status-line {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 15px 0 14px;
	color: #14815e;
	font-size: 18px;
}

.service-status-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #22ad7c;
	box-shadow: 0 0 0 5px rgba(34, 173, 124, 0.12);
}

.service-status-dot.is-offline {
	background: #d95454;
	box-shadow: 0 0 0 5px rgba(217, 84, 84, 0.12);
}

.service-port-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.service-port-grid div {
	display: flex;
	flex-direction: column;
	padding: 8px 10px;
	border-radius: 9px;
	background: #f6f8fb;
}

.service-port-grid span {
	color: var(--muted);
	font-size: 10px;
}

.service-port-grid strong {
	font-size: 14px;
}

.network-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 280px));
	gap: 8px;
}

.network-item {
	padding: 9px 11px;
	border: 1px solid var(--line);
	border-radius: 9px;
	background: #fafbfc;
}

.network-item strong {
	font-size: 13px;
}

.server-network-card {
	padding-bottom: 16px;
}

.server-network-card .server-section-heading {
	margin-bottom: 10px;
}

.server-monitor-toolbar,
.server-section-heading {
	margin-bottom: 18px;
}

.server-section-heading h2 {
	font-size: 17px;
}

.static-data-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border-radius: 999px;
	color: #64748b;
	background: #f1f5f9;
	font-size: 10px;
	font-weight: 600;
}

.hardware-spec-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.hardware-spec-grid > div {
	display: flex;
	min-width: 0;
	min-height: 68px;
	justify-content: center;
	flex-direction: column;
	padding: 11px 13px;
	border: 1px solid #e9edf3;
	border-radius: 10px;
	background: #fafbfc;
}

.hardware-spec-grid .hardware-spec-wide {
	grid-column: span 2;
}

.hardware-spec-grid span {
	margin-bottom: 5px;
	color: var(--muted);
	font-size: 10px;
}

.hardware-spec-grid strong {
	overflow: hidden;
	font-size: 12px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cpu-cache-list,
.temperature-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.cpu-cache-chip,
.temperature-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 9px;
	border: 1px solid #e7ebf2;
	border-radius: 8px;
	color: #475569;
	background: #fff;
	font-size: 10px;
}

.cpu-cache-chip i,
.temperature-chip i {
	color: var(--brand);
}

.cpu-cache-chip small {
	color: var(--muted);
}

.temperature-chip strong {
	color: #d97706;
}

.server-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
	gap: 15px;
}

.server-detail-card {
	min-width: 0;
	margin-bottom: 0;
}

.cpu-core-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	max-height: 430px;
	margin-top: 12px;
	padding-right: 3px;
	overflow: auto;
}

.cpu-core-item {
	padding: 10px 11px;
	border: 1px solid #e8ecf2;
	border-radius: 9px;
	background: #fafbfc;
}

.cpu-core-empty {
	grid-column: 1 / -1;
	padding: 22px;
	border: 1px dashed #dce2eb;
	border-radius: 9px;
	text-align: center;
}

.cpu-core-heading {
	display: flex;
	justify-content: space-between;
	margin-bottom: 7px;
	font-size: 11px;
}

.cpu-core-item .progress {
	height: 5px;
	background: #e9eef5;
}

.cpu-core-breakdown {
	margin-top: 6px;
	color: var(--muted);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 8px;
	white-space: nowrap;
}

.service-port-list {
	display: grid;
	gap: 8px;
}

.service-port-item {
	padding: 11px 13px;
	border: 1px solid #e8ecf2;
	border-radius: 10px;
	background: #fafbfc;
}

.service-port-heading,
.service-port-meta {
	display: flex;
	align-items: center;
	gap: 7px;
}

.service-port-heading strong {
	font-size: 12px;
}

.service-port-state {
	width: 7px;
	height: 7px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: #22a06b;
	box-shadow: 0 0 0 3px rgba(34, 160, 107, 0.12);
}

.service-port-state.is-unreachable {
	background: #d84d4d;
	box-shadow: 0 0 0 3px rgba(216, 77, 77, 0.11);
}

.service-port-state.is-disabled {
	background: #94a3b8;
	box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.12);
}

.service-port-scope {
	margin-left: auto;
	padding: 2px 6px;
	border-radius: 5px;
	color: #64748b;
	background: #eaf0f7;
	font-size: 8px;
}

.service-port-address {
	margin: 7px 0;
	overflow: hidden;
	color: #334155;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.service-port-meta {
	color: var(--muted);
	font-size: 9px;
}

.service-port-meta span + span::before {
	margin-right: 7px;
	color: #cbd5e1;
	content: "\00b7";
}

.service-port-meta .is-reachable {
	color: #14815e;
}

.service-port-meta .is-unreachable {
	color: #c74343;
}

.service-port-meta .is-disabled {
	color: #94a3b8;
}

.mounted-disk-table-wrap {
	width: 100%;
	overflow-x: auto;
	border: 1px solid #e7ebf1;
	border-radius: 11px;
}

.mounted-disk-table {
	width: 100%;
	min-width: 840px;
	border-collapse: collapse;
}

.mounted-disk-table th,
.mounted-disk-table td {
	padding: 10px 12px;
	border-bottom: 1px solid #edf0f4;
	font-size: 10px;
	text-align: left;
	white-space: nowrap;
}

.mounted-disk-table th {
	color: #64748b;
	background: #f7f9fc;
	font-weight: 600;
}

.mounted-disk-table tbody tr:last-child td {
	border-bottom: 0;
}

.mounted-disk-table tbody tr:hover {
	background: #fbfcfe;
}

.mounted-disk-table .technical-cell {
	max-width: 240px;
	overflow: hidden;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	text-overflow: ellipsis;
}

.disk-usage-progress {
	width: 92px;
	height: 4px;
	margin-top: 4px;
	background: #e9eef5;
}

.disk-mode-badge {
	display: inline-flex;
	padding: 3px 7px;
	border-radius: 6px;
	color: #14795a;
	background: #e8f7f1;
	font-size: 9px;
}

.disk-mode-badge.is-read-only {
	color: #a05e08;
	background: #fff4df;
}

.mounted-disk-empty {
	padding: 28px !important;
	color: var(--muted);
	text-align: center !important;
}

.stack-trace {
	max-height: 520px;
	margin: 0;
	padding: 18px;
	overflow: auto;
	border-radius: 12px;
	color: #d7dfef;
	background: #121a28;
	font-size: 12px;
	line-height: 1.65;
	white-space: pre-wrap;
}

.error-page {
	display: grid;
	min-height: 100vh;
	place-items: center;
	padding: 24px;
	background: var(--canvas);
}

.error-card {
	width: min(560px, 100%);
	padding: 42px;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--shadow);
	text-align: center;
}

.error-card img {
	width: 78px;
	margin-bottom: 20px;
}

.error-code {
	color: var(--brand);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

@media (max-width: 1100px) {
	.cloud-data-workspace {
		grid-template-columns: 240px minmax(0, 1fr);
	}

	.permission-sections {
		grid-template-columns: 1fr;
	}
	.stat-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

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

	.hardware-spec-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.server-detail-grid {
		grid-template-columns: 1fr;
	}

	.foundation-card {
		align-items: flex-start;
		gap: 20px;
		flex-direction: column;
	}

	.login-shell {
		grid-template-columns: 1fr 1fr;
	}

	.login-visual {
		padding: 7vw;
	}
}

@media (max-width: 820px) {
	.app-sidebar {
		transform: translateX(-100%);
	}

	body.sidebar-open .app-sidebar {
		transform: translateX(0);
	}

	.app-main {
		margin-left: 0;
	}

	.sidebar-toggle {
		display: inline-block;
	}

	.app-content {
		padding: 20px;
	}

	.welcome-banner img {
		display: none;
	}

	.login-shell {
		grid-template-columns: 1fr;
	}

	.login-visual {
		display: none;
	}

	.login-panel {
		padding: 70px 30px 30px;
	}

	.network-list {
		grid-template-columns: 1fr;
	}

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

	.cloud-data-workspace {
		grid-template-columns: 1fr;
	}

	.enterprise-selector {
		max-height: 300px;
	}

	.list-page-toolbar {
		align-items: stretch;
		gap: 15px;
		flex-direction: column;
	}

	.list-search-form,
	.list-search-input {
		width: 100%;
		min-width: 0;
	}
}

@media (max-width: 560px) {
	.list-component-pager {
		align-items: stretch;
		flex-direction: column;
		padding: 14px 16px;
	}

	.list-page-actions {
		justify-content: space-between;
	}

	.stat-grid,
	.metric-grid,
	.permission-grid,
	.enterprise-summary-grid {
		grid-template-columns: 1fr;
	}

	.hardware-spec-grid,
	.cpu-core-grid {
		grid-template-columns: 1fr;
	}

	.hardware-spec-grid .hardware-spec-wide {
		grid-column: auto;
	}

	.server-monitor-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.app-topbar {
		padding: 10px 16px;
	}

	.user-name {
		display: none;
	}

	.topbar-user {
		gap: 7px;
	}

	.topbar-user .language-switcher i {
		display: none;
	}

	.module-flow {
		align-items: flex-start;
		flex-direction: column;
	}

	.module-flow i {
		transform: rotate(90deg);
	}

	.welcome-banner {
		padding: 27px;
	}

	.app-footer {
		gap: 5px;
		flex-direction: column;
	}

	.list-search-form {
		align-items: stretch;
		flex-direction: column;
	}

	.cloud-data-workspace {
		min-height: auto;
	}

	.permission-sections {
		padding: 9px;
	}
}
